cinder/releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml

8 lines
293 B
YAML
Raw Normal View History

---
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.