From 71996da6be171cd310f8cae48c95bedb02f000b8 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Fri, 15 Mar 2019 17:52:27 -0700 Subject: [PATCH] osd/PG: !transaction_applied is true for async_recovery_targets as well Signed-off-by: Neha Ojha --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 338cc57ba5a6..ee111b1dcec9 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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. * -- 2.47.3