Search results

  1. K

    How to create and add a new virtual disk to a VM using command line.

    Hello, I've tried below but failed: $ pvesm alloc <lvm-thin-storage> 123 '' 5G successfully created '<lvm-thin-storage>:vm-123-disk-1' $ qm set 123 --scsihw virtio-scsi-pci --scsi1 <lvm-thin-storage>:vm-123-disk1,discard=on,ssd=1 update VM 123: -scsi1...
  2. K

    "qemu-img: Cannot resize device files" when trying to shrink vm disk

    I tried below: $ qemu-img resize -f raw --shrink $(pvesm path <lvm-thin-storage>:<vm-disk>) -1G qemu-img: Cannot resize device files How can I shrink it?
  3. K

    Proxmox VE 6 does not boot ubuntu cloud images with cloud-init for VM.

    I tried cloud-init with ubuntu-18.04-minimal-cloudimg-amd64.img from official link, ubuntu-18.04-server-cloudimg-amd64.img from this link and bionic-server-cloudimg-amd64.img from this link. They were all failed to boot with "No bootable disk" messages alike. I had followed Cloud-Init_Support...