qm set ( pass through)

pattonb

Active Member
Oct 20, 2020
32
0
26
59
What would be the reversal of a "qm set ......." of a hard disk ( pci pass through) ?
 
you can remove a config line again with

Code:
qm set VMID -delete <config>

so e.g. if you added a 'hostpci0' config you can do

Code:
qm set VMID -delete hostpci0

note that e.g. disks will be added as unusedX if you do this (only when the unused config is deleted, the underlying disk will be deleted)