]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: use discard_result() in stop()
authorKefu Chai <kchai@redhat.com>
Thu, 24 Jun 2021 06:16:07 +0000 (14:16 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 Jun 2021 08:07:29 +0000 (16:07 +0800)
commit20e02b00458b112f588bec9a03fc36f8bd63e575
tree39e56e84c7da0533a57a28e9c4a5474d99db19d9
parent9145d9c8091ed620a2f2b9527da13bf04ca568a7
crimson/osd: use discard_result() in stop()

we don't care about the result of shutdown() of messengers, when
shutting down the daemon actually, and we don't handle the failures.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd.cc