yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14733
[Bug 1323722] [NEW] libvirt Xen have to use "file" disk driver in the case of compute node doesn't support blktap.
Public bug reported:
There are Xen servers which do not support http://wiki.xen.org/wiki/Blktap (e.g. Oracle VM Server for x86) but are still operational with simple file driver. To support those xen servers as compute platform we have to change method pick_disk_driver_name() in nova/virt/libvirt/utils.py to return "file" in the case hypervisor is Xen and Blktap is not operational.
The side effect is: file driver does not support "qcow2" disk format. So we also have to force 'use_cow_images' config to False for those compute nodes.
** Affects: nova
Importance: Undecided
Status: New
** Tags: libvirt xen
--
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/1323722
Title:
libvirt Xen have to use "file" disk driver in the case of compute node
doesn't support blktap.
Status in OpenStack Compute (Nova):
New
Bug description:
There are Xen servers which do not support http://wiki.xen.org/wiki/Blktap (e.g. Oracle VM Server for x86) but are still operational with simple file driver. To support those xen servers as compute platform we have to change method pick_disk_driver_name() in nova/virt/libvirt/utils.py to return "file" in the case hypervisor is Xen and Blktap is not operational.
The side effect is: file driver does not support "qcow2" disk format. So we also have to force 'use_cow_images' config to False for those compute nodes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1323722/+subscriptions
Follow ups
References