Lightbits CSI Plugin Guide
Lightbits vCenter Configuration Guide
Lightbits OpenStack Driver Support
Lightbits DMS Guide
Lightbits Cluster Federation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Volume Replication
Copy Markdown
Open in ChatGPT
Open in Claude
Creating volumes with non-default compression and the number of replicas settings can be done through the Openstack ‘volume types’ mechanism.
The default number of replicas for volumes is 3, and valid values forlightosdefaultnum_replicas are 1, 2, or 3.
To create a new volume type with compression enabled:
Bash
$ openstack volume type create --property compression='<is> True' volume-with-compressionTo create a new volume type with one replica:
Bash
$ openstack volume type create --property lightos:num_replicas=1 --property volume_backend_name=lightos volume-with-one-replicaTo create a new type for a compressed volume with three replicas:
Bash
$ openstack volume type create --property compression='<is> True' --property lightos:num_replicas=3 \ volume-with-three-replicas-and-compressionThen create a new volume with one of these volume types:
Bash
$ openstack volume create --size <size> --type <type name> <vol name>Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Multi-Attach© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message