linux服务器通过multipath多路径连接到共享存储,那么当文件系统空间不足的时候,有几种方式可以扩展文件系统的大小:
1、pv不变,原lun存储扩大容量,扩大lv,扩大文件系统
2、新增pv,加入到vg中,扩大lv,扩大文件系统
下文是针对场景1的情况下如何 *** 作(但是个人建议采取新建pv的方式2进行):
Environment
If you have this specific scenario, you can use the following steps:
Note: if these lv's are part of a clustered vg, steps 1 and 2 need to be performed on all nodes. 注意:集群模式下步骤1和步骤2两个节点都需要执行。
1) Update block devices
Note: This step needs to be run against any sd devices mapping to that lun. When using multipath, there will be more than one. 通过multipath -ll命令查看每个聚合卷对应的路径。
2) Update multipath device
例子:
3) Resize the physical volume, which will also resize the volume group
4) Resize your logical volume (the below command takes all available space in the vg)
5) Resize your filesystem
6) Verify vg, lv and filesystem extension has worked appropriately
模拟存储端扩容testlv增加
查看客户端多路径情况
客户端更新存储
更新聚合设备
更新pv空间
更新lv空间
更新文件系统空间
现在很多存储都支撑动态扩展LUN的大小,那么LUN扩大之后,如何在VMWARE VC界面同步扩大对应的存储的文件系统的大小呢:LUN挂载到ESXi下后,格式化为VMFS文件系统,在VC集群的任何一台ESXi主机的“配置”->“存储器"界面,选择已扩容的那个LUN对应的“数据存储”的标识,右键,选择“属性”,点击“增加...”,会看到已扩容的LUN出现在可选项中,选择即可。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)