I have OMV on a VM in Proxmox, and its configuration looks like the one below:
When I try to resize sata1, I get an error as shown below, and this happens regardless of whether I do it via the GUI or CLI:
This disk is RAID 50, it was 6.5TB but recently I added more disks to my array, and now it's 15.2TB. Proxmox now sees this disk as 15.3TB, but it is not mounted in Proxmox. OMV, however, still sees it as slightly over 6TB.
How can I resize this disk without losing data?
Code:
root@proxmox:~# qm config 101
boot: order=sata0;ide2;net0
cores: 4
cpu: x86-64-v2-AES
ide2: local:iso/openmediavault_7.4.17-amd64.iso,media=cdrom,size=940M
memory: 16384
meta: creation-qemu=9.0.2,ctime=1743234956
name: OMV
net0: virtio=BC:24:AA:D7:0E:A5,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
sata0: local-lvm:vm-101-disk-0,size=300G
sata1: /dev/disk/by-partuuid/dbc96663-3ce2-e547-9f11-de576e4fe405,size=6867653M
scsihw: virtio-scsi-single
smbios1: uuid=a0da6ccf-a3l1-4c9f-8759-14d0803cd09b
sockets: 2
vmgenid: 6754134b-e1b4-45c1-b3df-ac6c0f1ebdb2
When I try to resize sata1, I get an error as shown below, and this happens regardless of whether I do it via the GUI or CLI:
Code:
root@proxmox:~# qm resize 101 sata1 +8T
unable to parse volume ID '/dev/disk/by-partuuid/dbc96663-3ce2-e547-9f11-de576e4fe405'
root@proxmox:~#
This disk is RAID 50, it was 6.5TB but recently I added more disks to my array, and now it's 15.2TB. Proxmox now sees this disk as 15.3TB, but it is not mounted in Proxmox. OMV, however, still sees it as slightly over 6TB.
How can I resize this disk without losing data?