how does contribution workflow to the proxmox wiki work ?
i'd like to contribute the following change to https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
== Update Configuration ==
=== Hot-Plug/Add physical device as new virtual SCSI disk ===
<pre>
qm set 592 -scsi2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F41BLC
update VM 592: -scsi2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F41BLC
</pre>
=== Hot-Unplug ===
<pre>
qm unlink 592 --idlist scsi2
update VM 592: -delete scsi2
</pre>
Maybe somebody likes to add this
i'd like to contribute the following change to https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
== Update Configuration ==
=== Hot-Plug/Add physical device as new virtual SCSI disk ===
<pre>
qm set 592 -scsi2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F41BLC
update VM 592: -scsi2 /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F41BLC
</pre>
=== Hot-Unplug ===
<pre>
qm unlink 592 --idlist scsi2
update VM 592: -delete scsi2
</pre>
Maybe somebody likes to add this