Fix instance failover/migration w.r.t TLMigrateInstance
authorIustin Pop <iustin@google.com>
Fri, 6 May 2011 09:07:32 +0000 (11:07 +0200)
committerIustin Pop <iustin@google.com>
Fri, 6 May 2011 15:47:08 +0000 (17:47 +0200)
commite3303a4ebcdec1fb257a41b6fbf7031cab810553
tree36883023048533dd740d80d733ca7273631f4627
parent1c6e5787d623121134afd93814d1af53b6a03ddb
Fix instance failover/migration w.r.t TLMigrateInstance

Commit 1c6e5787 removed the iallocator and target_node keyword
parameters from TLMigrateInstance, but I didn't update their use in
LUInstanceFailover and (not fully) in LUInstanceMigrate.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/cmdlib.py