diff --git a/releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml b/releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml new file mode 100644 index 00000000000..77bf1f7ca5a --- /dev/null +++ b/releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml @@ -0,0 +1,7 @@ +--- +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.