]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/PG: !transaction_applied is true for async_recovery_targets as well
authorNeha Ojha <nojha@redhat.com>
Sat, 16 Mar 2019 00:52:27 +0000 (17:52 -0700)
committerNeha Ojha <nojha@redhat.com>
Sat, 16 Mar 2019 00:52:27 +0000 (17:52 -0700)
Signed-off-by: Neha Ojha <nojha@redhat.com>
src/osd/PG.cc

index 338cc57ba5a6d7ed3c405ef6c829d77c93593ff6..ee111b1dcec9ea1a3b89a9b3984a40a11acd901f 100644 (file)
@@ -3824,7 +3824,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.
       *