You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when implementing the first version pci device passthrough,
we didn't have our own device plugin, then resource name was changed
after upgrade.
Right now, we already have our own device plugin, which we can control
resource name by our ourselves. So, we can remove old mechanism.
Signed-off-by: Jack Yu <jack.yu@suse.com>
Copy file name to clipboardExpand all lines: pkg/harvester/l10n/en-us.yaml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -391,21 +391,6 @@ harvester:
391
391
middle: vGPU Devices
392
392
suffix: page.
393
393
deviceInTheSameHost: 'You can only select devices on the same host.'
394
-
oldFormatDevices:
395
-
help: |-
396
-
<p>
397
-
The following PCI devices are using the old naming convention and need to be updated in the YAML file:
398
-
</p>
399
-
<ul>
400
-
{oldFormatDevicesHTML}
401
-
</ul>
402
-
<p>
403
-
Please use the following instructions to update the virtual machine:
404
-
</p>
405
-
<ol>
406
-
<li>Stop the virtual machine, edit the virtual machine YAML, and remove the <Code>hostDevices</Code> section, and save virtual machine the changes to the YAML file.</li>
407
-
<li>Edit the virtual machine, and add the already enabled PCI Device from the list of available PCIDevices, and save and start VM.</li>
408
-
</ol>
409
394
showCompatibility: Show device compatibility matrix
0 commit comments