No functional change.
Signed-off-by: Brian Foley <[email protected]>
---
lib/cmdlib/cluster/verify.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/cmdlib/cluster/verify.py b/lib/cmdlib/cluster/verify.py
index 868f7a6..ee98e5f 100644
--- a/lib/cmdlib/cluster/verify.py
+++ b/lib/cmdlib/cluster/verify.py
@@ -933,6 +933,10 @@ class LUClusterVerifyGroup(LogicalUnit, _VerifyErrors):
@type vg_name: string
@param vg_name: the name of the Ganeti-administered volume group
+ @type node_vol_should: dict
+ @param node_vol_should: mapping of node UUIDs to expected LVs on each node
+ @type node_image: dict
+ @param node_image: mapping of node UUIDs to L{NodeImage} objects
@type reserved: L{ganeti.utils.FieldSet}
@param reserved: a FieldSet of reserved volume names
--
2.8.0.rc3.226.g39d4020