Hi,
I have a problem, I am trying to create an ubuntu template in Proxmox to be able to clone the template and create machines more quickly, but I have the following problem.
I download the official Ubuntu Cloud template, create the VM, import the disk and attach it:
wget https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
qm create 9000 --memory 2048 --net0 virtio, bridge = vmbr0
qm importdisk 9000 xenial-server-cloudimg-amd64-disk1.img local
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local: vm-9000-disk-1
Once loaded, the disk appears with the size 535424K, I have tried to change the config to 10G and then convert the VM into a template. I need this in GB for when I convert the machine, I can increase the disk more easily.
I hope your help.
Thanks,
I have a problem, I am trying to create an ubuntu template in Proxmox to be able to clone the template and create machines more quickly, but I have the following problem.
I download the official Ubuntu Cloud template, create the VM, import the disk and attach it:
wget https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
qm create 9000 --memory 2048 --net0 virtio, bridge = vmbr0
qm importdisk 9000 xenial-server-cloudimg-amd64-disk1.img local
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local: vm-9000-disk-1
Once loaded, the disk appears with the size 535424K, I have tried to change the config to 10G and then convert the VM into a template. I need this in GB for when I convert the machine, I can increase the disk more easily.
I hope your help.
Thanks,