diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-11 17:48:25 -0800 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2012-12-11 17:49:34 -0800 |
commit | 54618afab2d1634e1fac218a021a07c3905e5c20 (patch) | |
tree | 4a097e51dc7b69f8527afb74d9137032d7eebcbc | |
parent | 326dd34726ab231ca443c378a125b38f8b7169b9 (diff) | |
download | ceph-54618afab2d1634e1fac218a021a07c3905e5c20.tar.gz |
docs: fix spacing in radosgw config-ref
Needed to add an extra empty line between header and properties.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | doc/radosgw/config-ref.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 213fa4eb028..564270aa602 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -206,21 +206,25 @@ set automatically. ``rgw enable ops log`` + :Description: Whether rgw will log each successful operation :Type: Boolean :Default: ``true`` ``rgw ops log rados`` + :Description: Whether rgw operations logging should be written into the RADOS backend :Type: Boolean :Default: ``true`` ``rgw ops log socket path`` + :Description: The path of a unix domain socket to which operations logging data will be written. :Type: String :Default: N/A ``rgw ops log data backlog`` + :Description: Total backlog data size for unix domain socket operations logging :Type: Integer :Default: ``5ul << 20`` |