From d71697a419f459b8fa4b748a64ac6580b3a82456 Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 27 Jun 2017 09:55:37 -0230 Subject: Do not fail if PCI device is missing Fixes a problem where SR-IOV VF count configuration will fail if a physical function is in use by a guest when 'puppet apply' is executed. This change substitutes warnings for failures and skips complaints if a PCI device is unavailable. Note: this patch has the side-effect of allowing the same configuration data on hosts that may *not* or *ever* have PCI SR-IOV devices on the hardware. Time will tell how evil this is in practice. Closes-Bug: #1701284 Change-Id: I71edc135432ab2193741c37ce977dd11172401e6 --- .../notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml b/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml new file mode 100644 index 0000000..f2fc2f2 --- /dev/null +++ b/releasenotes/notes/allow-missing-pci-dev-for-sriov-bbc29f62fcac10ff.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Allow VF configuration files to be written for non-existent PCI devices to + allow updates while physical functions are currently in use by a guest. -- cgit 1.2.3-korg