]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update the rados namespace docs 15838/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 22 Jun 2017 08:50:14 +0000 (10:50 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 26 Jul 2017 13:43:09 +0000 (15:43 +0200)
Since last update was as of firefly and we use namespaces in RGW

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
doc/rados/operations/user-management.rst

index 2e47f37ff35cffb497153fc377602a989bb54e83..9cbee9a2f9851b86d704b8cf70e1d261bd91fd87 100644 (file)
@@ -218,10 +218,10 @@ namespace such that reads and writes by the user take place only within the
 namespace. Objects written to a namespace within the pool can only be accessed
 by users who have access to the namespace.
 
-.. note:: Currently (i.e., ``firefly``), namespaces are only useful for 
-   applications written on top of ``librados``. Ceph clients such as block 
-   device, object storage and file system do not currently support this 
-   feature.
+.. note:: Namespaces are primarily useful for applications written on top of
+   ``librados`` where the logical grouping can alleviate the need to create
+   different pools. Ceph Object Gateway (from ``luminous``) uses namespaces for various
+   metadata objects.
 
 The rationale for namespaces is that pools can be a computationally expensive
 method of segregating data sets for the purposes of authorizing separate sets