Hi all, I've been searching for a solution for the past week and I'm still running around circles.
I'm running ProxMox 7.2-11 on a Dell T710. The server used to have 8 1GB drives in RAID5 (total space 7TB). When installing ProxMox I've created a 7TB LVM, which I then split into smaller partitions and gave them to my main VM (Lubuntu, if it makes any difference).
I've now swapped the drives on the bare metal with 8 4TB drives still in RAID5, for a total of 28TB (the PERC H700 took care of rebuilding the RAID). On the GUI under disks, I can see the 28TB RAID disk just fine, and lsblk can see that too:
However, when I'm going to the main VM in ProxMox GUI, I can't create a new partition for it, as it still thinks the drive is 7TB in size. From the ProxMox CLI, parted can't even see any partitions on the disk, and I honestly don't remember how I created the various partitions in use:
How do I go about using the remaining 21TB on the disk? I don't care about downtime (this is just my personal home server), but unfortunately I can't wipe it and start from scratch.
I'm running ProxMox 7.2-11 on a Dell T710. The server used to have 8 1GB drives in RAID5 (total space 7TB). When installing ProxMox I've created a 7TB LVM, which I then split into smaller partitions and gave them to my main VM (Lubuntu, if it makes any difference).
I've now swapped the drives on the bare metal with 8 4TB drives still in RAID5, for a total of 28TB (the PERC H700 took care of rebuilding the RAID). On the GUI under disks, I can see the 28TB RAID disk just fine, and lsblk can see that too:
Bash:
root@server:~# lsblk /dev/sdb
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdb 8:16 0 25.5T 0 disk
|-data-vm--100--disk--0 253:7 0 150G 0 lvm
|-data-vm--100--disk--1 253:8 0 1000G 0 lvm
|-data-vm--100--disk--3 253:9 0 1000G 0 lvm
|-data-vm--100--disk--5 253:10 0 1000G 0 lvm
|-data-vm--100--disk--6 253:11 0 1000G 0 lvm
|-data-vm--100--disk--2 253:12 0 2.3T 0 lvm
root@server:~#
However, when I'm going to the main VM in ProxMox GUI, I can't create a new partition for it, as it still thinks the drive is 7TB in size. From the ProxMox CLI, parted can't even see any partitions on the disk, and I honestly don't remember how I created the various partitions in use:
Bash:
root@server:~# parted /dev/sdb
GNU Parted 3.4
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Error: /dev/sdb: unrecognised disk label
Model: DELL PERC H700 (scsi)
Disk /dev/sdb: 28.0TB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
(parted)
How do I go about using the remaining 21TB on the disk? I don't care about downtime (this is just my personal home server), but unfortunately I can't wipe it and start from scratch.
Attachments
Last edited: