Files
os-brick/releasenotes/notes/rbd_extend_volume-5bc6adc08f662c5b.yaml
Gorka Eguileor 29752fb54b RBD: Implement volume extension
The RBD connector doesn't implement the extend_volume method and raise
NotImplementedError when called.

This patch implements the method for all types of connected volumes:

- File descriptor
- OpenStack locally attached
- Non OpenStack locally attached

Closes-Bug: #1884554
Related-Bug: #1883720
Change-Id: I4bbf3778210d05c6934289116a85a8f344bed818
2020-07-31 11:16:29 +02:00

6 lines
99 B
YAML

---
fixes:
- |
Implement the extend_volume method for the RBD connector.
(Bug #1884554).