查看磁盘可用剩余空间 vgs |grep rootvg |awk ‘{print $NF}’ 扩容 #给root目录增加4个G的容量 lvextend -L +4g -n /dev/rootvg/root xfs_growfs /dev/rootvg/root