yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19245
[Bug 1358719] [NEW] Live migration fails as get_instance_disk_info is not present in the compute driver base class
Public bug reported:
The "get_instance_disk_info" driver has been added to the libvirt
compute driver in the following commit:
https://github.com/openstack/nova/commit/e4974769743d5967626c1f0415113683411a03a4
This caused regression failures on drivers that do not implement it,
e.g.:
http://paste.openstack.org/show/97258/
The method has been subsequently added to the base class which, but
raising a NotImplementedError(), which still causes the regression:
https://github.com/openstack/nova/commit/2bed16c89356554a193a111d268a9587709ed2f7
** Affects: nova
Importance: Medium
Status: Triaged
** Tags: hyper-v
** Changed in: nova
Importance: Undecided => Medium
** Changed in: nova
Status: New => Triaged
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1358719
Title:
Live migration fails as get_instance_disk_info is not present in the
compute driver base class
Status in OpenStack Compute (Nova):
Triaged
Bug description:
The "get_instance_disk_info" driver has been added to the libvirt
compute driver in the following commit:
https://github.com/openstack/nova/commit/e4974769743d5967626c1f0415113683411a03a4
This caused regression failures on drivers that do not implement it,
e.g.:
http://paste.openstack.org/show/97258/
The method has been subsequently added to the base class which, but
raising a NotImplementedError(), which still causes the regression:
https://github.com/openstack/nova/commit/2bed16c89356554a193a111d268a9587709ed2f7
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1358719/+subscriptions
Follow ups
References