Hello,
Anyone get problem with proxmox disk size?
I create a VM with first disk size = 20GB to install OS. Then i add another disk 1005GB from from different storage and both has the same size with first disk (20GB) - check by fdisk -l.
Then i try to boot with gparted and they said both has the same size 1005GB:
VM config:
VM can not boot with both disk (even in select manual boot from bios). I detach second disk and boot ok.
I detach and can not delete second disk (which is currently unused) from PVE too. They said: volume is still in use (snapshot?) while we don't have any snapshot on this VM.
Anyone get problem with proxmox disk size?
I create a VM with first disk size = 20GB to install OS. Then i add another disk 1005GB from from different storage and both has the same size with first disk (20GB) - check by fdisk -l.
Then i try to boot with gparted and they said both has the same size 1005GB:
VM config:
Code:
root@nodexxx:~# cat /etc/pve/qemu-server/5011.conf
bootdisk: virtio0
cores: 4
ide2: backup:iso/gparted-live-0.32.0-1-amd64.iso,media=cdrom,size=310M
memory: 8192
name: myhostname
net0: virtio=AE:FD:99:5F:0F:B7,bridge=vmbr0,tag=121
net1: virtio=6A:4A:7E:0D:C6:3C,bridge=vmbr1,tag=308
numa: 0
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=1a35665b-060e-4b06-9d8e-1d836ec581bf
sockets: 1
virtio0: ssd:vm-5011-disk-0,size=20G
virtio1: hdd:vm-5011-disk-0,size=1005G
vmgenid: 894d3ca9-2a8d-4f69-b104-86f3e7b99fb9
root@nodexxx:~#
VM can not boot with both disk (even in select manual boot from bios). I detach second disk and boot ok.
I detach and can not delete second disk (which is currently unused) from PVE too. They said: volume is still in use (snapshot?) while we don't have any snapshot on this VM.