cinder/releasenotes/notes/nimble-thin-provision-by-default-c5ac66120b2361ef.yaml
raghavendrat ed5012a22e Nimble: Enable thin provisioning as default
Since the value of flag ``thin_provisioning_support`` is not set;
during create volume, by default thick volumes are created.

This patch changes default behaviour to create thin volumes;
which is in line with Nimble CLI behaviour.

Change-Id: I8845ed4ba029f6e3b7a3f0f99d438ce7228e4c42
2023-06-08 10:25:33 +00:00

6 lines
107 B
YAML

---
other:
- |
Nimble driver: Enable thin provisioning as default method while creating
volumes.