I Indirectelex Member May 26, 2021 95 11 13 35 Canada May 26, 2021 #1 How to upload Qcow2 files and run it as Operate System?
S SergeyMorozov Member Sep 21, 2020 17 8 23 43 May 26, 2021 #2 You can use sftp to upload image, then use qm importdisk to import disk to existing VM.
I Indirectelex Member May 26, 2021 95 11 13 35 Canada May 27, 2021 #3 I have uploaded my .qcow2 images in /var/lib/vz/images then am stocked and don't know what to do... Should I write a code into the Shell of the node?
I have uploaded my .qcow2 images in /var/lib/vz/images then am stocked and don't know what to do... Should I write a code into the Shell of the node?
S SergeyMorozov Member Sep 21, 2020 17 8 23 43 May 27, 2021 #4 Indirectelex said: I have uploaded my .qcow2 images in /var/lib/vz/images then am stocked and don't know what to do... Should I write a code into the Shell of the node? Click to expand... You shold import an image to the vm. Code: qm importdisk XXX /var/lib/vz/images/image.qcow2 local Replace XXX by real vm id and replace "local" by real storage name.
Indirectelex said: I have uploaded my .qcow2 images in /var/lib/vz/images then am stocked and don't know what to do... Should I write a code into the Shell of the node? Click to expand... You shold import an image to the vm. Code: qm importdisk XXX /var/lib/vz/images/image.qcow2 local Replace XXX by real vm id and replace "local" by real storage name.