How to extend a volume
Estimated time to read: 1 minute
In this tutorial, we will show you how to increase the size of your (bootable) volume with the OpenStack CLI.
Prerequisites:
- A Fuga Cloud account
- OpenStack CLI tools installed
Step 1: Get the volume
Step 2: Extend (bootable) volume
We will now extend our volume to 20 GB.
Step 3: Stop and restart
To let your instance know that you have more disk space available on your volume, you have to shut down the machine and start it again, a restart will not do it.
That's it, to confirm that your operating system sees the new volume size you can log in using SSH and use the list block device command:
Conclusion
You have now extended the bootable volume of your instance using the OpenStack CLI tools.