Revision 85890a9d

b/htools/Ganeti/HTools/Program/Hcheck.hs
89 89
commonData :: [(String, String)]
90 90
commonData =[ ("N1_FAIL", "Nodes not N+1 happy")
91 91
            , ("CONFLICT_TAGS", "Nodes with conflicting instances")
92
            , ("OFFLINE_PRI", "Instances with primary on an offline node")
93
            , ("OFFLINE_SEC", "Instances with seondary on an offline node")
92
            , ("OFFLINE_PRI", "Instances having the primary node offline")
93
            , ("OFFLINE_SEC", "Instances having a secondary node offline")
94 94
            ]
95 95

  
96 96
-- | Data showed per group.

Also available in: Unified diff