Adjust cluster-verify to check for candidate role
authorIustin Pop <iustin@google.com>
Tue, 2 Dec 2008 05:06:47 +0000 (05:06 +0000)
committerIustin Pop <iustin@google.com>
Tue, 2 Dec 2008 05:06:47 +0000 (05:06 +0000)
commit112f18a5970f7ab50a82619438943d037d861258
tree0c1f538b9696ae7347d52059c4f788e88d3308ee
parenta8efbb40f5adb7a1c4c77f98cae9ddb9347d3d17
Adjust cluster-verify to check for candidate role

Currently cluster verify checks all nodes for the same set of files,
even if the nodes are not master candidates.

This patch adds back checking of ssconf files for consistency and splits
the checksum check into different error reporting messages based on
candidate role.

Reviewed-by: imsnah
lib/cmdlib.py