diff --git a/doc/source/configuration/block-storage/drivers/lightbits-lightos-driver.rst b/doc/source/configuration/block-storage/drivers/lightbits-lightos-driver.rst index ef4c037181f..18fd08a56ee 100644 --- a/doc/source/configuration/block-storage/drivers/lightbits-lightos-driver.rst +++ b/doc/source/configuration/block-storage/drivers/lightbits-lightos-driver.rst @@ -27,6 +27,7 @@ Supported operations - Create volume from volume (clone) - Active active deployment support - Volume retype (host assisted) +- Multi Tenancy support Lightbits OpenStack Driver Components ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -86,9 +87,9 @@ and - The default time to wait for API service response is 30 seconds per API endpoint. -Creating volumes with non-default compression and number of replicas -settings can be done through the volume types mechanism. To create a -new volume type with compression enabled: +Creating volumes with non-default compression, number of replica(s) and +multi tenancy can be done through the volume types mechanism. To create a +new volume type with compression or multi tenancy enabled: .. code-block:: console @@ -112,6 +113,12 @@ Then create a new volume with one of these volume types: $ openstack volume create --size --type +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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~