cinder/releasenotes/notes/lightbits-qos-support-1a44a9fcdfd1ee93.yaml
yuval f6d25c93ac lightbits: add qos support
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
2025-02-06 13:56:30 +02:00

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>