]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: !transaction_applied is true for async_recovery_targets as well 27654/head
authorNeha Ojha <nojha@redhat.com>
Sat, 16 Mar 2019 00:52:27 +0000 (17:52 -0700)
committerNeha Ojha <nojha@redhat.com>
Wed, 17 Apr 2019 17:14:05 +0000 (10:14 -0700)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 71996da6be171cd310f8cae48c95bedb02f000b8)

src/osd/PG.cc

index 2aad0adcfa63d70af9bea2dfd3a9580153687265..8a0ab77b06a016d6eeda50824c3ba8c2a0d7983a 100644 (file)
@@ -3896,7 +3896,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.
       *