]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do not bother with misdirected op diagnosis by default
authorSage Weil <sage@redhat.com>
Thu, 25 May 2017 19:31:33 +0000 (15:31 -0400)
committerSage Weil <sage@redhat.com>
Fri, 26 May 2017 02:29:22 +0000 (22:29 -0400)
commit0ff3d4291c612ed8bbe6f9ee636b1ab2c891f21d
tree75a7e7aec5aa8f902aa94895a32337f5a5a99d51
parentc150cba817a36a2fef9d63a34cd67867992d066d
osd: do not bother with misdirected op diagnosis by default

We enable osd_debug_misdirected_ops in QA, but this is wasted effort on
a production cluster.  In particular, it means that a idle client that
sends an op to the wrong OSD based on an old map will require that OSD to
load that old map into memory to decide whether to print a warning... all
on the off-chance that the client is buggy.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc