We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30f6cd commit 3fb14f2Copy full SHA for 3fb14f2
_posts/2022-03-19-cloud-init-cloud-image.md
@@ -37,6 +37,11 @@ Import the downloaded Ubuntu disk to local-lvm storage
37
```bash
38
qm importdisk 8000 jammy-server-cloudimg-amd64.img local-lvm
39
```
40
+If you are on Proxmox 8.2+ use the below to import the downloaded Ubuntu disk to local-lvm storage
41
+
42
+```bash
43
+qm disk import 8000 jammy-server-cloudimg-amd64.img local-lvm
44
+```
45
46
Attach the new disk to the vm as a scsi drive on the scsi controller
47
0 commit comments