I found the below instructions to install GNS3 on Proxmox in a youtube video. The instructions work, but the VM ends up configured being allowed to take up the entire drive. My drive is set up as LVM-thin.
--------
Instructions:
SCP OVF file to /tmp on Proxmox
SSH to Proxmox
tar xvf "GNS3 VM.ova"
Run QM command, select drive where you want to keep the virtual disks
qm importovf 110 "GNS3 VM.ovf" pve-data2
In GUI, open VM and add hardware Network Device: vmbr0
Change memory and CPU allocation
Set CPU type to host
--------
These instructions work but they end up setting the VM to be allowed to take up my entire drive "pve-data2". Is there a way this process can be modified to explicitly set a hard drive limit for the VM?
--------
Instructions:
SCP OVF file to /tmp on Proxmox
SSH to Proxmox
tar xvf "GNS3 VM.ova"
Run QM command, select drive where you want to keep the virtual disks
qm importovf 110 "GNS3 VM.ovf" pve-data2
In GUI, open VM and add hardware Network Device: vmbr0
Change memory and CPU allocation
Set CPU type to host
--------
These instructions work but they end up setting the VM to be allowed to take up my entire drive "pve-data2". Is there a way this process can be modified to explicitly set a hard drive limit for the VM?