Hello everyone,
I have already seen a few SKs and topics here regarding expanding a Gaia volume.
I have the following setup:
We expanded the VM hard disk from 200 GB to 350 GB.
[Expert@fw-mgmt:0]# fdisk -l
Disk /dev/sda: 375.8 GB, 375809638400 bytes, 734003200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 419430399 209715199+ ee GPT
[Expert@fw-mgmt:0]# parted /dev/sda print
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 376GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 314MB 314MB ext3
4 314MB 315MB 1049kB bios_grub
2 315MB 8902MB 8587MB linux-swap(v1)
3 8902MB 215GB 206GB lvm
Has anyone tried running
parted /dev/sda resizepart 3 ???
and can confirm whether this works?
Unfortunately, I don’t have a lab environment to test this.
best regards,
Roman