Comment 15 for bug 1383465

Revision history for this message
Baodong (Robert) Li (baoli) wrote :

Joe, thanks for the log file. It's clear from the log file what had happened:

Hypervisor: assignable PCI devices: [{"dev_id": "pci_0000_05_00_0", "product_id": "10fb", "address": "0000:05:00.0", "dev_type": "type-PCI", "vendor_id": "8086", "label": "label_8086_10fb"}]

The above line indicates that only one device was assignable.

PCI device request ({'requests': [InstancePCIRequest(alias_name='rook',count=2,is_new=False,request_id=None,spec=[{product_id='10fb',vendor_id='8086'}])], 'code': 500}equests)s failed

The above inline indicates that two devices were requested. Since only one is available, thus the failure.

I think that the error log may have caused it to exit.

Can you please check how many PCI devices were assignable initially (prior to the restart)