I am relatively new to Proxmox though I've worked with VMWare for decades. Before I go all in on Proxmox I'm doing some hands on testing in my home lab. I have a Beelink GTR9-Pro with 128GB RAM and a 2TB NVMe drive for storage. It should be enough for me to learn the lay of the land.
I've installed Proxmox, deployed a few containers, and successfully converted one vanilla Windows VM from VMware (stand alone, not messing with ESXi yet) to a working VM. Good enough, slowly learning as I go. But I've hit a problem around storage that I cannot figure out.
The Windows VM I converted was small, with a 10Gb HDD. I won't drag you through those details because they are only relevant to say "OVF import worked and that VM works." When I try to import a larger working VM things go awry. I've already used OVF tool to convert the image. This resulted in two vmdk files of roughly 60GB and 250GB. When I try to import the 60GB vmdk using the proxmox GUI I get the following error:
Before we even get into my request for you folks to lay some knowledge on me, help me understand the details I should post. You know, so you can point out "I see the issue, your head doesn't actually belong in that orifice!" and such.
Seeing my issue above, what Proxmox commands generate the correct details for you to even know what my issue is (other than ignorance)?
I've installed Proxmox, deployed a few containers, and successfully converted one vanilla Windows VM from VMware (stand alone, not messing with ESXi yet) to a working VM. Good enough, slowly learning as I go. But I've hit a problem around storage that I cannot figure out.
The Windows VM I converted was small, with a 10Gb HDD. I won't drag you through those details because they are only relevant to say "OVF import worked and that VM works." When I try to import a larger working VM things go awry. I've already used OVF tool to convert the image. This resulted in two vmdk files of roughly 60GB and 250GB. When I try to import the 60GB vmdk using the proxmox GUI I get the following error:
Code:
starting file import from: /var/tmp/pveupload-af39f071e5ef790606b290a45b9d32a4
target node: pve
target file: /var/lib/vz/import/ForgeVM-disk1.vmdk
file size is: 59147923456
command: cp -- /var/tmp/pveupload-af39f071e5ef790606b290a45b9d32a4 /var/lib/vz/import/ForgeVM-disk1.vmdk
TASK ERROR: import failed: cp: error copying '/var/tmp/pveupload-af39f071e5ef790606b290a45b9d32a4' to '/var/lib/vz/import/ForgeVM-disk1.vmdk': No space left on device
Before we even get into my request for you folks to lay some knowledge on me, help me understand the details I should post. You know, so you can point out "I see the issue, your head doesn't actually belong in that orifice!" and such.
Seeing my issue above, what Proxmox commands generate the correct details for you to even know what my issue is (other than ignorance)?