On Tue, May 03, 2011 at 05:37:47PM +0200, Michael Hanselmann wrote:
> ---
> lib/cmdlib.py | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/cmdlib.py b/lib/cmdlib.py
> index 8de36bb..0217f32 100644
> --- a/lib/cmdlib.py
> +++ b/lib/cmdlib.py
> @@ -2870,8 +2870,8 @@ class LUClusterSetParams(LogicalUnit):
> # if we're moving instances to routed, check that they have an ip
> target_mode = params_filled[constants.NIC_MODE]
> if target_mode == constants.NIC_MODE_ROUTED and not nic.ip:
> - nic_errors.append("Instance %s, nic/%d: routed nick with no ip" %
> - (instance.name, nic_idx))
> + nic_errors.append("Instance %s, nic/%d: routed NIC with no ip"
> + " address" % (instance.name, nic_idx))
LGTM.