Update the documentation regarding Lightbits' multi-tenancy functionality
Change-Id: I49fcd338e27d96b633397a38214b2ddd5e7f3804
This commit is contained in:
parent
2900fe21ec
commit
c8b770b7c8
@ -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 <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)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user