lvm扩容
Posted Jt00
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lvm扩容相关的知识,希望对你有一定的参考价值。
111 mkfs -t xfs /dev/sda3
112 pvcreate /dev/sda3
113 vgs
114 vgextend cl /dev/sda3
115 lvscan
116 vgscan
117 lvextend -L 100G /dev/cl/root
118 df -h
119 resize2fs /dev/cl/root
120 xfs_growfs /dev/cl/root
121 df -h
122 fdisk -l
123 lvextend -L 210G /dev/cl/root
124 lvextend -L 200G /dev/cl/root
125 lvextend -L 190G /dev/cl/root
126 resize2fs /dev/cl/root
127 xfs_growfs /dev/cl/root
128 df -h
129 lvs
130 pvs
以上是关于lvm扩容的主要内容,如果未能解决你的问题,请参考以下文章