X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/02c521e493f269a9ac90478a0151acea6fcd95a4..3a4887707eda83868eec52365d4a1efff2f0d6b1:/lib/cmdlib.py diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 787b9ec..9f604ee 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -1095,7 +1095,7 @@ class LUVerifyCluster(LogicalUnit): """A class representing the logical and physical status of a node. @ivar volumes: a structure as returned from - L{ganeti.utils.GetVolumeList} (runtime) + L{ganeti.backend.GetVolumeList} (runtime) @ivar instances: a list of running instances (runtime) @ivar pinst: list of configured primary instances (config) @ivar sinst: list of configured secondary instances (config) @@ -4000,7 +4000,7 @@ def _CheckNodesFreeDisk(lu, nodenames, requested): @type lu: C{LogicalUnit} @param lu: a logical unit from which we get configuration data @type nodenames: C{list} - @param node: the list of node names to check + @param nodenames: the list of node names to check @type requested: C{int} @param requested: the amount of disk in MiB to check for @raise errors.OpPrereqError: if the node doesn't have enough disk, or