From c8b770b7c89aa07ca7459743dd177c7e6d0d829d Mon Sep 17 00:00:00 2001 From: Rahman Muhammad Date: Mon, 24 Feb 2025 17:54:42 -0800 Subject: [PATCH] Update the documentation regarding Lightbits' multi-tenancy functionality Change-Id: I49fcd338e27d96b633397a38214b2ddd5e7f3804 --- .../drivers/lightbits-lightos-driver.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~