Persistent storage (volumes)
Last updated
Was this helpful?
Last updated
Was this helpful?
If you need to store your dataset after the end of your instance, you need to add a volume to your Pod. There are two ways to create a volume on Sesterce Cloud:
From "Storage" tab
Directly from the instance creation path
If you don't have volume created yet, we suggest the second option. All you need to do is to make sure that the offers displayed are .
To create a volume, select your volume name and the size you need (in GB).
First, click on "Create volume" or "New volume" button (see below)
Then, choose Volume name via the corresponding text field and Region where the volume will be hosted.
According to the Region selected, several AZ will be available or note. Please note that you'll be able to link your Volume only to Compute instances that are launched in the same Regions and Availability Zone.
To simplify the process to its maximum, we implemented the following path: once your Volume is created, you can launch an instance via a dedicated CTA from volume page directly.
You will be redirected to the Compute page, displaying all instances offers that match with your Persistent Volume location.
In the instance creation page, you'll find your Volume displayed in the dedicated section. Select it to link your instance to this persistent storage.
You should have an output similar to this:
This command will display all block devices attached to the instance. You should see your volume listed as a new device, such as vdb
, sbd
, or similar.
To make the storage space accessible and usable by your operating system and applications, you need to mount the volume to a filesystem using the following command.
Now, the /mnt/vdb
directory should be connected to your volume and fully accessible for you to write and read from.
Once the instance is active, connect into it . Then, run the following command: