From 9967cf24bf270c3c327572b466fe9509c071f24a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 27 Dec 2012 22:08:05 -0800 Subject: [PATCH] release-notes: rgw logging now off by default Signed-off-by: Sage Weil --- doc/release-notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index b4be2702404d8..c9c2d1b47a21a 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -57,6 +57,18 @@ Please refer to the document Upgrading from Argonaut to Bobtail. participate in the new protocol). We recommend not waiting for an extended period of time between ``ceph-mon`` upgrades. +* The ops log and usage log for radosgw are now off by default. If + you need these logs (e.g., for billing purposes), you must enable + them explicitly. For logging of all operations to objects in the + ``.log`` pool (see ``radosgw-admin log ...``):: + + rgw enable ops log = true + + For usage logging of aggregated bandwidth usage (see ``radosgw-admin + usage ...``):: + + rgw enable usage log = true + * You should not create or use "format 2" RBD images until after all ``ceph-osd`` daemons have been upgraded. Note that "format 1" is still the default. You can use the new ``ceph osd ls`` and -- 2.39.5