vm-disk

  1. L

    configure bios to boot my disk

    I was able to import a vmdk disk into proxmox and creating a vm. My problem now, it do not boot. It took me a lot of time to find out, that the problem is that the bios not boot my disk automatically. I have to press ESC and manually select the disk. How could I modify the bios so my disk auto boot?
  2. L

    Reassigning a vm-disk (zfs) from a guest to another guest

    Hi there ! I have a goal of moving one of my vm-disk that is in my zfs pool to another guest vm. They are both ubuntu machine. I read online that it could be as simple as using the "reassign owner" button in the GUI, but I wanted to make sure because this is an important disk. Also, it is...
  3. S

    How to make a VM Disk smaller, because of io-error

    Hello Guys, For some time now I have a VM (running Truenas Scale) that keeps giving an IO error, because I accidentally made a VM Disk larger than the actual disk on which it is located with the resize tool. I have tried to change to size by changing the config of the VM but this did not work...
  4. 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...