Lightbits Plug-Ins
3.19.x
Lightbits CSI Plugin Guide
Lightbits VCP Plugin Guide
Lightbits vCenter Configuration Guide
Lightbits OpenStack Driver Support
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
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
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:
$ openstack volume type create --property compression='<is> True' volume-with-compression
To create a new volume type with one replica:
$ openstack volume type create --property lightos:num_replicas=1 --property volume_backend_name=lightos volume-with-one-replica
To create a new type for a compressed volume with three replicas:
$ openstack volume type create --property compression='<is> True' --property lightos:num_replicas=3 \ volume-with-three-replicas-and-compression
Then create a new volume with one of these volume types:
$ openstack volume create --size <size> --type <type name> <vol name>
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