Re: [PATCH master] Bugfix: migrate needs HypervisorClass, not an instance

2016-08-22 Thread 'Brian Foley' via ganeti-devel
On Sun, Aug 21, 2016 at 09:13:02PM -0600, David Mohr wrote: > Otherwise it will complain about permissions of > /var/run/ganeti/kvm-hypervisor > > Signed-off-by: David Mohr Nice catch! Thanks very much for this. Note that this bug actually goes all the way back to stable-2.13,

[PATCH master] Bugfix: migrate needs HypervisorClass, not an instance

2016-08-21 Thread David Mohr
Otherwise it will complain about permissions of /var/run/ganeti/kvm-hypervisor Signed-off-by: David Mohr --- lib/cmdlib/instance_migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmdlib/instance_migration.py b/lib/cmdlib/instance_migration.py