Hi
Sorry if this has already been answered - I've searched and I only see articles about guest LVM partitions.
We're running:
It's a Dell server with a PERC H730P RAID card. It supports adding additional drives to the RAID10 virtual disk. We had 4 and just added 2 more, to increase the space available for new VMSs from 2TB to 3TB.
After running
, I see:
on the host.
Now I want to extend /dev/sda3, the LVM partition that has a logical volume for each of the VMs. We're using LVM thin provisioning.
Is it safe to go ahead and extend that partition with parted, and then expand the volume group with vgextend, with all of our VMs running?
Or is there a safer way to extend the space available? Or does it have to be done with the VMs stopped?
Sorry if this has already been answered - I've searched and I only see articles about guest LVM partitions.
We're running:
Code:
proxmox-ve: 6.0-2 (running kernel: 5.0.15-1-pv
pve-manager: 6.0-4 (running version: 6.0-4/2a71925
pve-kernel-5.0: 6.0
pve-kernel-helper: 6.0
pve-kernel-5.0.15-1-pve: 5.0.15-1
It's a Dell server with a PERC H730P RAID card. It supports adding additional drives to the RAID10 virtual disk. We had 4 and just added 2 more, to increase the space available for new VMSs from 2TB to 3TB.
After running
Code:
echo 1 > /sys/block/sda/device/rescan
Code:
Disk /dev/sda: 2.7 TiB, 2998960914432 bytes, 5857345536 sectors
Disk model: PERC H730P Adp
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4D1676FA-623A-42A7-B353-DEA90A45C243
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 3904896990 3903846367 1.8T Linux LVM
Now I want to extend /dev/sda3, the LVM partition that has a logical volume for each of the VMs. We're using LVM thin provisioning.
Is it safe to go ahead and extend that partition with parted, and then expand the volume group with vgextend, with all of our VMs running?
Or is there a safer way to extend the space available? Or does it have to be done with the VMs stopped?