]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
journal: do not log watch errors against deleted journal 10042/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 16 Jun 2016 14:37:56 +0000 (10:37 -0400)
committerLoic Dachary <ldachary@redhat.com>
Thu, 30 Jun 2016 07:14:50 +0000 (09:14 +0200)
commitbf58eabf561fdb041ed170e54e5d35c46cbe3258
treee0e542d7995973c04a3236e53aa1b2e4136c5014
parentdeb6ca84e4083b1cf569d22b84f3194b1fb27a4b
journal: do not log watch errors against deleted journal

The peer rbd-mirror process will eventually notice that the journal has
been removed and clean itself up. This avoids flooding the log with
expected error messages when journaling is disabled.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8317ce1611c39ad6a58bf2d760a010587d91ec60)
src/journal/JournalMetadata.cc