LGTM, thanks On Thu, 26 Mar 2015 at 15:57 'Hrvoje Ribicic' via ganeti-devel < [email protected]> wrote:
> move-instance incorrectly passes backend params as the OS params when > moving an instance. This patch fixes this. > > Signed-off-by: Hrvoje Ribicic <[email protected]> > --- > tools/move-instance | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/move-instance b/tools/move-instance > index b6b6418..1a9afa4 100755 > --- a/tools/move-instance > +++ b/tools/move-instance > @@ -450,7 +450,7 @@ class MoveDestExecutor(object): > mrt.move.dest_disk_template, > mrt.src_instinfo, mrt.src_expinfo, > mrt.move.hvparams, mrt.move.beparams, > - mrt.move.beparams, mrt.move.nics) > + mrt.move.osparams, mrt.move.nics) > mrt.PollJob(dest_client, job_id, > remote_import_fn=compat.partial(self._SetImportInfo, > mrt)) > > -- > 1.7.10.4 > >
