Merge "Update the documentation regarding Lightbits' multi-tenancy functionality"

This commit is contained in:
Zuul
2025-03-12 14:32:14 +00:00
committed by Gerrit Code Review

View File

@@ -27,6 +27,7 @@ Supported operations
- Create volume from volume (clone) - Create volume from volume (clone)
- Active active deployment support - Active active deployment support
- Volume retype (host assisted) - Volume retype (host assisted)
- Multi Tenancy support
Lightbits OpenStack Driver Components Lightbits OpenStack Driver Components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -86,9 +87,9 @@ and
- The default time to wait for API service response is 30 seconds per - The default time to wait for API service response is 30 seconds per
API endpoint. API endpoint.
Creating volumes with non-default compression and number of replicas Creating volumes with non-default compression, number of replica(s) and
settings can be done through the volume types mechanism. To create a multi tenancy can be done through the volume types mechanism. To create a
new volume type with compression enabled: new volume type with compression or multi tenancy enabled:
.. code-block:: console .. code-block:: console
@@ -112,6 +113,12 @@ Then create a new volume with one of these volume types:
$ openstack volume create --size <size> --type <type name> <vol name> $ openstack volume create --size <size> --type <type name> <vol name>
Create a volume type for multi tenancy:
.. code-block:: console
$ openstack volume type create --property lightos:project_name=project-01 type-with-mt
NVNe/TCP and Asymmetric Namespace Access (ANA) NVNe/TCP and Asymmetric Namespace Access (ANA)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~