techno-tim / techno-tim.github.io

Open Source, Community Driven, Documentation for Techno Tim YouTube Videos/ Complete with examples for all your copy pasta needs!
https://technotim.live
1.04k stars 325 forks source link

Change in syntax for proxmox template blog post #321

Closed 0lzi closed 6 months ago

0lzi commented 6 months ago

https://techno-tim.github.io/posts/cloud-init-cloud-image/

Import the downloaded Ubuntu disk to local-lvm storage
 
--

qm importdisk 8000 jammy-server-cloudimg-amd64.img local-lvm

Didn't work on PVE 8.2.2 .

The correct syntax seems to be qm disk import <vmid> <server.img> local-lvm

timothystewart6 commented 6 months ago

Thank you! If you'd like to open a PR, the post is here, otherwise I will when I can! https://github.com/techno-tim/techno-tim.github.io/blob/master/_posts/2022-03-19-cloud-init-cloud-image.md