]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: raise log levels for common radosgw-admin errors 10765/head
authorShilpa Jagannath <smanjara@redhat.com>
Sat, 6 Aug 2016 08:55:48 +0000 (14:25 +0530)
committerLoic Dachary <ldachary@redhat.com>
Wed, 17 Aug 2016 16:16:45 +0000 (18:16 +0200)
commit55460e2e7b0f1298796b37b38a64820a8f23f6e2
tree119fef84577ba573572242fefebeac29ea782de9
parente6f9f287e226e44035920827be2a45753f7452d1
rgw: raise log levels for common radosgw-admin errors

Currently while running radosgw-admin command we see these messages thrown at
the endusers since debug level is set to 0:

2016-08-02 14:48:28.687251 7f9e630639c0  0 Cannot find zone
id=7a2a89b9-4f5e-4f60-a29e-451ac9acc5a8 (name=us-west), switching to local
zonegroup configuration
2016-08-02 14:48:35.742185 7f9e630639c0  0 error read_lastest_epoch
.rgw.root:periods.a3db7884-2445-4bab-a165-6730f8573b8f:staging.latest_epoch

Raising the log level to 1.

Fixes: http://tracker.ceph.com/issues/16935
Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
(cherry picked from commit 8ff2b8e71abd34648c8eefb6b158ae5de46bd709)
src/rgw/rgw_rados.cc