From: Jason Dillaman Date: Wed, 19 Jul 2017 17:11:50 +0000 (-0400) Subject: PendingReleaseNotes: included details for the pool tags X-Git-Tag: v12.1.2~224^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15763%2Fhead;p=ceph.git PendingReleaseNotes: included details for the pool tags Signed-off-by: Jason Dillaman --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e8eabe56787e..5077aeb12065 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -223,3 +223,10 @@ self-update like "ceph -w" did, they do have the ability to return formatted output by providing a "--format=" option. +* Pools are now expected to be associated with the application using them. + Upon completing the upgrade to Luminous, the cluster will attempt to associate + existing pools to known applications (i.e. CephFS, RBD, and RGW). In-use pools + that are not associated to an application will generate a health warning. Any + unassociated pools can be manually associated using the new + "ceph osd pool application enable" command. For more details see + "Associate Pool to Application" in the documentation.