Reviewed: https://review.openstack.org/459737 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=724ca8227a23a918d1810f866af661ac2a0730a3 Submitter: Jenkins Branch: master
commit 724ca8227a23a918d1810f866af661ac2a0730a3 Author: Sahid Orentino Ferdjaoui <[email protected]> Date: Tue Apr 25 05:42:41 2017 -0400 libvirt: update LibvirtConfigGuestDeviceAddress to provide XML This commit is adding a method format_dom() to the config object LibvirtConfigGuestDeviceAddress. That in the aim to provide full description of the controller used by the device. Closes-Bug: #1686116 Change-Id: I9620feffa74b8f7bc932eed03e3a60f46533681d ** Changed in: nova Status: In Progress => Fix Released -- 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/1686116 Title: domain xml not well defined when using virtio-scsi disk bus Status in OpenStack Compute (nova): Fix Released Bug description: When using virtio-scsi we should be able to attach up to 256 devices but because the XML device definition do not specify which controller to use and place on that on that one, we are currently able to attach no more than 6 disks. step to reproduce the issue: - glance image-update --property hw_scsi_model=virtio-scsi <image>" to creates the virtio-scsi controller - glance image-update --property hw_disk_bus=scsi <image>" disks will be using scsi Start instance with more than 6 disks/volumes To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1686116/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

