OCI Block volume resize online

在console上设置磁盘的大小,并且在VM运行磁盘检查命令。

在主机运行Rescan Commands后,lsblk就能看到磁盘的大小变化。

运行Parted命令进行文件系统的扩容(参数:/dev/sdb)

运行parted命令进行文件扩容:

parted /dev/sdb

unit s

print

rm 1

mkpart –primary–0 –100%

quit

运行resize2fs进行文件系统扩容(参数/dev/sdb1 )

Leave a Reply

Your email address will not be published. Required fields are marked *

#printfriendly #pf-src { display: none !important; } #printfriendly #pf-author { display: none !important; } #printfriendly #pf-date { display: none !important; }