...
Step | Details |
---|---|
Open the Block Storage configuration from the Core Infrastructure menu section. | This will open the block volume list. |
Click on Create Block Volume to create a new virtual disk. | This will open the block volume creation screen. |
Enter the details of the new volume. | Add at least
Adapt the other settings as required. When done, click on Create Block Volume. If you chose to view the volume details after the volume has been created, the detail screen will be displayed. |
...
Step | Details |
---|---|
Select Attached Block Volumes from the Resources section on the left. | In the example above, no volumes have been attached so far. Click on Attach Block Volume to select the volume that is to be attached. |
Select the parameters for the volume and attach it to the instance. | Select which block volume to attach, the parameters for attaching the device (paravirtualized, read/write), the compartment, and the device path presented to the Charon -SSP host. Once all parameters have been set, click on Attach. |
Verify that the device has been attached. | The instance details list now shows the attached volume. |
...
Detaching a Volume from an Instance
First, unmount the volume in the Charon host system (see Charon-SSP Manager section below).
Then detach the volume from your instance:
- Go to the Attached Block Volumes list in the instance details display.
- Click on the three dots next to the volume to be detached and select Detach.
...
Div | ||
---|---|---|
| ||
Steps on the Charon Host System
Mounting a Newly Attached Volume Using the Storage Manager (SSP AL Images Only)
After the volume has been attached to the instance, it must be included in the Charon-SSP host system configuration using . On Charon-SSP AL instances, this is achieved via the Charon-SSP Manager.
- Open the Charon-SSP Manager on your local system and connect to your Charon cloud instance.
- Select Tools > Oracle Cloud > Storage Manager.
- In the Storage Manager window, perform the following steps:
- Select the new device.
- Click on the cog-wheel symbol.
- Only if required, select Format Volume to create a filesystem on the new device.
Please note: this will delete all data on the volume. - Click on the cog-wheel symbol and select Mount the Filesystem.
...
Once the filesystem has been mounted, the space is available to the Charon-SSP host system. After the first mount via the Storage Manager, the filesystem will be automatically mounted after a restart of the Charon host instance.
Div | ||
---|---|---|
| ||
Mounting a Newly Attached Volume Manually
Include Page | ||||
---|---|---|---|---|
|
Unmounting a Volume
To unmount a volume before perform the following steps:
- Stop all Charon instances that might use the volume that is about to be unmounted.
- On host systems based on AL images:
- In Charon Manager go to Tools > Oracle Cloud > Storage Manager.
- Select the volume.
- Click on the cogwheel symbol and select Unmount the Filesystem.
...
- On other systems:
- Use the command
# umount <device-path>
or# umount <mount-point>
- To make this permanent, remove the corresponding entry in /etc/fstab.
- Use the command
Include Page | ||||
---|---|---|---|---|
|