From 5dce704cf7d742747507c40d67ce9ab8f807fb9e 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 (cherry picked from commit 71996da6be171cd310f8cae48c95bedb02f000b8) --- 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 2aad0adcfa63d..8a0ab77b06a01 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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. * -- 2.39.5