Event Timeline
Comment Actions
louvre# for i in `seq 0 9` a b c d e f; do lvextend -L +5T vg-data/$i; done
# Need to shutdown and restart the VM to account for size change
louvre# virsh shutdown uffizi
louvre# virsh start uffizi
# resize all the partitions with LABEL=data_*
uffizi# blkid | awk -F: '/data_/ { print $1 }' | while read part; do xfs_growfs $part; done