From 31dba529117eab92f7f8bdcd4f417430754fb9cc Mon Sep 17 00:00:00 2001 From: "Erlon R. Cruz" Date: Tue, 13 Dec 2016 10:42:47 -0200 Subject: [PATCH] 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 --- .../fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml 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.