Skip to content

Commit 4cd2019

Browse files
Managoracuteenvy
andauthored
qm: use scsi instead of ide (#17672)
Co-authored-by: Lena <[email protected]>
1 parent 0e27d1c commit 4cd2019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/linux/qm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
`qm list`
1010

11-
- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100:
11+
- Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB SCSI disk on the `local-lvm` storage and an ID of 100:
1212

13-
`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
13+
`qm {{[cr|create]}} {{100}} --scsi0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}`
1414

1515
- Show the configuration of a virtual machine, specifying its ID:
1616

0 commit comments

Comments
 (0)