LinuxCommandLibrary

exo-compute-block-storage

Exoscale persistent block storage volume management

TLDR

List block storage volumes

$ exo compute block-storage list
copy
Create a volume
$ exo compute block-storage create [name] --size [100] --zone [ch-gva-2]
copy
Show volume details
$ exo compute block-storage show [name]
copy
Attach volume to instance
$ exo compute block-storage attach [volume] [instance]
copy
Detach volume
$ exo compute block-storage detach [volume]
copy
Delete a volume
$ exo compute block-storage delete [name]
copy

SYNOPSIS

exo compute block-storage command [options]

DESCRIPTION

exo compute block-storage manages Exoscale block storage volumes. Volumes provide persistent storage that can be attached to compute instances.
Block storage volumes survive instance termination and can be moved between instances. They are ideal for databases, application data, and any workload requiring persistent storage separate from the instance lifecycle.
Volumes can be resized online and support snapshots for backup and cloning.

SUBCOMMANDS

list

List block storage volumes.
create
Create a volume.
show
Show volume details.
attach
Attach to instance.
detach
Detach from instance.
resize
Resize volume.
delete
Delete volume.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community