//查看磁盘信息
fdisk -l
df -h
//操作
mount /dev/vda
//文件系统类型是 xfs 执行下面
xfs_growfs /dev/vda1
//如果有必要就重启服务器
init 6
02-21
4165
12-25
612
08-07
4289
11-03
264