• Show status
1
2
3
pvdisplay
vgdisplay
lvdisplay
  • Resizing
1
2
3
4
5
6
7
8
# xfs not support
lvresize -L -40G MyVolGroup/MyThinPool
resize2fs /dev/MyVolGroup/mediavol 10G
xfs_growfs /dev/MyVolGroup/mediavol -L 10G

lvextend -l +100%FREE MyVolGroup/MyThinPool
resize2fs /dev/MyVolGroup/mediavol
xfs_growfs /dev/MyVolGroup/mediavol