-
Notifications
You must be signed in to change notification settings - Fork 0
Resizing Block Storage on Vultr
Ryan Thomas edited this page Jul 11, 2024
·
2 revisions
Upsizing the /storage partition on www2 requires power-cycling the server on Vultr and some other steps.
-
In Vultr: Cloud Storage -> Block Storage -> Edit -> Click on size, and enter new number of GB
-
Go to the instances menu and use the "server restart" button to power-cycle the server.
-
Reconnect to the server with SSH or get on console.
-
Run
lsblkto verify that thevdbdevice has grown to a larger size. -
If it has, run the following to resize the partition:
growpart /dev/vdb 1resize2fs /dev/vdb1 -
Verify success:
df -h