On Thu, Sep 17, 2009 at 03:18:10PM +0100, Michael Hanselmann wrote:
> 2009/9/17 Iustin Pop <[email protected]>:
> > lib/cli.py | 5 +++++
> > scripts/gnt-backup | 5 +----
> > scripts/gnt-instance | 12 +-----------
> > 3 files changed, 7 insertions(+), 15 deletions(-)
>
> LGTM
Actually there's a bug in here. Interdiff:
diff --git a/scripts/gnt-instance b/scripts/gnt-instance
index 5b46106..31997a5 100755
--- a/scripts/gnt-instance
+++ b/scripts/gnt-instance
@@ -971,7 +971,7 @@ def MoveInstance(opts, args):
return 1
op = opcodes.OpMoveInstance(instance_name=instance_name,
- target_node=opts.target_node)
+ target_node=opts.node)
SubmitOrSend(op, opts, cl=cl)
return 0
--
iustin