you can do the same, not with a compressed raw (.gz) but with a raw.
upload your raw into your storage (be sure how you configured the storage, to host images) the add it in the VM config
View attachment 4437
Thank you for your reply!
I cannot change the clients configuration of storages - I have to use what is given by default. By default there are only 2 storages:
local (pve)
local-lvm (pve)
The storage "
local (pve)" accepts only .iso images and the storage "
local-lvm (pve)" has the button "Upload" blocked:
The disk image that you see on the screenshot "
vm-242-disk-1.raw" is the image that was created by ProxMox automatically, when I have chosen storage for the virtual machine "
242" to be "
local-lvm (pve)".
Notice that ProxMox didn't ask me to
choose the image "
vm-242-disk-1.raw", but it has created this file on it's own (probably filled with zeros). I'd like to replace that empty file with my own image "
vm.raw", but I don't know where the file "
vm-242-disk-1.raw" is located. Furthermore, I don't know how to upload my image file "
vm.raw" on ProxMox machine - there is too
little space on the usual file system for my file "
vm.raw" and I don't know how to upload my file to a bigger storage "
local-lvm (pve)" via scp. I cannot upload my file to folder "
/tmp/my_svm/vm.raw", because of the
lack of space. Even if I could upload my file there, I don't know how to transfer it from "
/tmp/my_svm/vm.raw" to the storage "
local-lvm (pve)". Even if I could transfer "
vm.raw" to the storage "
local-lvm (pve)", I don't know how to
attach the file "
vm.raw" to my virtual machine "
242", so that the virtual machine will load linux from the file "
vm.raw" when started in web console.