From e7896f68580e3dba76633fecbef7ba1b02143cf0 Mon Sep 17 00:00:00 2001 From: hrchu Date: Wed, 26 Apr 2017 10:33:37 +0000 Subject: [PATCH] doc: rgw: note rgw_enable_usage_log option in adminops guide Signed-off-by: hrchu --- doc/radosgw/adminops.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index 6c69f4397404..df62be2c41fc 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -13,6 +13,10 @@ Get Usage Request bandwidth usage information. +Note: this feature is disabled by default, can be enabled by setting ``rgw +enable usage log = true`` in the appropriate section of ceph.conf. For changes +in ceph.conf to take effect, radosgw process restart is needed. + :caps: usage=read Syntax @@ -163,6 +167,10 @@ Trim Usage Remove usage information. With no dates specified, removes all usage information. +Note: this feature is disabled by default, can be enabled by setting ``rgw +enable usage log = true`` in the appropriate section of ceph.conf. For changes +in ceph.conf to take effect, radosgw process restart is needed. + :caps: usage=write Syntax -- 2.47.3