diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 6a091f2e2d106b4ec044ad38ae0ed3c1c720e078..bcf6724c997a52bbda82c56a224f6c80989e1667 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -16940,7 +16940,8 @@ def _CheckForConflictingIp(lu, ip, node): """ (conf_net, _) = lu.cfg.CheckIPInNodeGroup(ip, node) if conf_net is not None: - raise errors.OpPrereqError(("Conflicting IP address found: '%s' != '%s'" % + raise errors.OpPrereqError(("The requested IP address (%s) belongs to" + " network %s, but the target NIC does not." % (ip, conf_net)), errors.ECODE_STATE)