From: Abhishek Lekshmanan Date: Thu, 16 Feb 2017 16:40:50 +0000 (+0100) Subject: doc: rgw: make a note abt system users vs normal users X-Git-Tag: v10.2.8~101^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d30c4d55ad52e2b63fdbd06ce256d92fc3fd36c9;p=ceph.git doc: rgw: make a note abt system users vs normal users Mention that system users don't behave like normal users in context of normal rest operations Fixes: http://tracker.ceph.com/issues/18889 Signed-off-by: Abhishek Lekshmanan (cherry picked from commit a47bcf70c9f51a6601b809cba219f5615b204d34) Conflicts: doc/radosgw/multisite.rst (trivial whitespace difference) --- diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index 6a7a8a38f2c7..098a5e2b59ee 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -281,6 +281,11 @@ keys would be used when configuring the secondary zone:: } +.. note:: Please note that system users have super user privileges over the + entire zone, and will not behave like normal users for rest operations + like creating buckets, objects etc. as the output would contain + additional json fields for maintaining metadata. + Update the period -----------------