From 9ade9adb5e0aa009f9d1aa17183d98952c6d063c Mon Sep 17 00:00:00 2001
From: Fulvio Galeazzi <fulvio.galeazzi@garr.it>
Date: Tue, 7 Nov 2017 08:17:06 +0100
Subject: [PATCH] 2017-11-07:  FG;  Fix state, wait_backfill.

---
 Ceph/Script/cephPg.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ceph/Script/cephPg.pl b/Ceph/Script/cephPg.pl
index a98adb9..8562e8f 100755
--- a/Ceph/Script/cephPg.pl
+++ b/Ceph/Script/cephPg.pl
@@ -95,7 +95,7 @@ my %statesHash = (
     'activeclean' => 'acc',
     'active' => 'act',
     'backfilling' => 'bck',
-    'backfill_wait' => 'bck',
+    'wait_backfill' => 'bck',
     'backfill_toofull' => 'bck',
     'clean' => 'cln',
     'deep' => 'dee',
-- 
GitLab