From 9a3f0cc6261a63aab418cd9fa1ff8ad46f599b77 Mon Sep 17 00:00:00 2001 From: wumingqiao Date: Mon, 6 Nov 2017 20:41:23 +0800 Subject: [PATCH] PG: fix name of WaitActingChange the parent state of WaitActingChange is Primary, not Peering. Signed-off-by: wumingqiao --- 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 da1404200d0..005333530f0 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -8018,7 +8018,7 @@ void PG::RecoveryState::GetLog::exit() /*------WaitActingChange--------*/ PG::RecoveryState::WaitActingChange::WaitActingChange(my_context ctx) : my_base(ctx), - NamedState(context< RecoveryMachine >().pg, "Started/Primary/Peering/WaitActingChange") + NamedState(context< RecoveryMachine >().pg, "Started/Primary/WaitActingChange") { context< RecoveryMachine >().log_enter(state_name); } -- 2.39.5