]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: included details for the pool tags 15763/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 19 Jul 2017 17:11:50 +0000 (13:11 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 19 Jul 2017 17:13:17 +0000 (13:13 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
PendingReleaseNotes

index e8eabe56787e35d09a25973132e0a268d24db41d..5077aeb12065fc368b8856b4dfc743a6660a93c4 100644 (file)
   self-update like "ceph -w" did, they do have the ability to return formatted
   output by providing a "--format=<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.