Revision 22d9752a lib/constants.py

b/lib/constants.py
1432 1432

  
1433 1433
# Cluster Verify error classes
1434 1434
CV_TCLUSTER = "cluster"
1435
CV_TGROUP = "group"
1435 1436
CV_TNODE = "node"
1436 1437
CV_TINSTANCE = "instance"
1437 1438

  
......
1450 1451
CV_ECLUSTERDANGLINGINST = \
1451 1452
  (CV_TNODE, "ECLUSTERDANGLINGINST",
1452 1453
   "Some instances have a non-existing primary node")
1454
CV_EGROUPMIXEDESFLAG = \
1455
  (CV_TGROUP, "EGROUPMIXEDESFLAG",
1456
   "exclusive_storage flag is not uniform within the group")
1453 1457
CV_EINSTANCEBADNODE = \
1454 1458
  (CV_TINSTANCE, "EINSTANCEBADNODE",
1455 1459
   "Instance marked as running lives on an offline node")

Also available in: Unified diff