Verify file consistency using centrally computed list
authorMichael Hanselmann <hansmi@google.com>
Thu, 31 Mar 2011 16:43:25 +0000 (18:43 +0200)
committerMichael Hanselmann <hansmi@google.com>
Wed, 6 Apr 2011 10:37:51 +0000 (12:37 +0200)
commitaef59ae764dc471b561bb2453fd1ec731ed38e25
treef04e66df774f3863509b03dac5566f349a13b200
parent5643d67e1817089033140505c6f0c47330722998
Verify file consistency using centrally computed list

Until now “gnt-cluster verify” (LUClusterVerify) would compute its own
list of files to check for consistency. This list was not complete and
certain inconsistencies were missed.

With this patch the code is changed to use the list of files used by
LUClusterRedistConf. The new check needs to be on a whole-cluster level,
and no longer per node.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/cmdlib.py