yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14344
[Bug 1318891] [NEW] detach_pci_devices failed
Public bug reported:
when detach a pci device from vm
the method _detach_pci_devices will check if pci device detached
>
>
> for hdev in [d for d in guest_config.devices
> if d.type == 'pci']:
guest_config.devices will have more device not only pci, like disk
in LibvirtConfigGuestDisk has no attribute type
** Affects: nova
Importance: Undecided
Status: New
--
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/1318891
Title:
detach_pci_devices failed
Status in OpenStack Compute (Nova):
New
Bug description:
when detach a pci device from vm
the method _detach_pci_devices will check if pci device detached
>
>
> for hdev in [d for d in guest_config.devices
> if d.type == 'pci']:
guest_config.devices will have more device not only pci, like disk
in LibvirtConfigGuestDisk has no attribute type
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1318891/+subscriptions
Follow ups
References