
Currently Admin user will create the qos policy in the lightbits side and add the policy UUID to the volume type. Creation of new volume using the volume type will be created with the qos policy. Change-Id: Id0332c5c6a70d63c87bf63cdf4c8bd71e672a148
17 lines
556 B
YAML
17 lines
556 B
YAML
---
|
|
features:
|
|
- |
|
|
Lightbits driver: allows administrators to better manage and optimize
|
|
storage performance by associating QoS policies with volume types.
|
|
|
|
* Administrators must first create the required QoS policy on the vendor
|
|
side.
|
|
* Once the QoS policy is created, it can be linked to a volume type in
|
|
the system using the policy's unique UUID.
|
|
|
|
Example:
|
|
|
|
.. code-block:: bash
|
|
|
|
openstack volume type create LightbitsWithQos --property volume_backend_name=<backend_name> --property=lightos:qos_policy=<uuid>
|