deb-cinder/releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml
Erlon R. Cruz 31dba52911 Adds release note for 'Route extend_volume' bugfix
This adds a missing release note for the bugfix 'Route extend_volume calls to
scheduler' - I4a4ee8acac258d773b99e2767f1c75faa909813b - that weren't added in
the patch.

Change-Id: I250fd08e90265caca0a8666d9200a83613d54f06
2016-12-19 15:31:09 -02:00

8 lines
293 B
YAML

---
fixes:
- Fixed volume extend issue that allowed a tenant with enough quota to
extend the volume to limits greater than what the volume backend supported.
other:
- Now extend won't work on disabled services because it's going through the
scheduler, unlike how it worked before.