Resize /dev/sdg1 to the minimum partition size:
resize2fs -M /dev/sdg1
Make the new partition from free space:
cfdisk /dev/sdg1
Add it to the pool:
pvcreate /dev/sdg2 vgextend /dev/sdg2 lvextend -l 100%vg /dev/vg/media
Increase the pool partition size to maximum:
resize2fs /dev/vg/media
No comments:
Post a Comment