From 0d31698d9e97e98f599f6b7ee0f1533677deee97 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 7 Aug 2017 15:24:07 -0400 Subject: [PATCH] Add release note for shared storage known issue Due to the scheduler report client on the compute service not being aware of shared storage providers in Placement for a given compute node, we can't claim support for shared storage pool modeling in Pike. This adds a release note to be clear about the lack of that functionality. Change-Id: I0692a4fdf9a19889c5d708fb9a6a562c914963f9 Related-Bug: #1707256 --- ...-shared-storage-placement-5f221e124500b999.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/bug-1707256-shared-storage-placement-5f221e124500b999.yaml diff --git a/releasenotes/notes/bug-1707256-shared-storage-placement-5f221e124500b999.yaml b/releasenotes/notes/bug-1707256-shared-storage-placement-5f221e124500b999.yaml new file mode 100644 index 000000000000..8c857e0befe9 --- /dev/null +++ b/releasenotes/notes/bug-1707256-shared-storage-placement-5f221e124500b999.yaml @@ -0,0 +1,14 @@ +--- +issues: + - | + Due to `bug 1707256`_, shared storage modeling in Placement is not + supported by the scheduler. This means that in the Pike release series, + an operator will be unable to model a shared storage pool between two or + more compute hosts using the Placement service for scheduling and resource + tracking. + + This is not a regression, just a note about functionality that is not yet + available. Support for modeling shared storage providers will be worked on + in the Queens release. + + .. _bug 1707256: https://bugs.launchpad.net/nova/+bug/1707256