]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: !transaction_applied is true for async_recovery_targets as well 27943/head
authorNeha Ojha <nojha@redhat.com>
Sat, 16 Mar 2019 00:52:27 +0000 (17:52 -0700)
committerNathan Cutler <ncutler@suse.com>
Fri, 3 May 2019 09:27:21 +0000 (11:27 +0200)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 71996da6be171cd310f8cae48c95bedb02f000b8)

src/osd/PG.cc

index bbdb1fa913d7d308a847dff6577373713d9658d6..75ed3c70e3269ead33263d2bc3e4e11191754fd5 100644 (file)
@@ -3625,7 +3625,7 @@ void PG::append_log(
 
   PGLogEntryHandler handler{this, &t};
   if (!transaction_applied) {
-     /* We must be a backfill peer, so it's ok if we apply
+     /* We must be a backfill or async recovery peer, so it's ok if we apply
       * out-of-turn since we won't be considered when
       * determining a min possible last_update.
       *