From: Sage Weil Date: Sat, 27 Jan 2018 17:06:00 +0000 (-0600) Subject: osd/PrimaryLogPG: drop unnecessary flush() on shutdown X-Git-Tag: v13.0.2~325^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08eb08a5806ea9e6e44adcb9d6596c4c80ddea93;p=ceph.git osd/PrimaryLogPG: drop unnecessary flush() on shutdown The ObjectStore implementation should handle this. Signed-off-by: Sage Weil --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 7dfd3a6b9481d..fc58a5e71e4c6 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -11654,7 +11654,6 @@ void PrimaryLogPG::shutdown() lock(); on_shutdown(); unlock(); - ch->flush(); } void PrimaryLogPG::on_shutdown()