Skip to content

Commit 3fb14f2

Browse files
authored
Update 2022-03-19-cloud-init-cloud-image.md (#322)
1 parent a30f6cd commit 3fb14f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2022-03-19-cloud-init-cloud-image.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Import the downloaded Ubuntu disk to local-lvm storage
3737
```bash
3838
qm importdisk 8000 jammy-server-cloudimg-amd64.img local-lvm
3939
```
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+
```
4045

4146
Attach the new disk to the vm as a scsi drive on the scsi controller
4247

0 commit comments

Comments
 (0)