diff --git a/Ceph/Script/cephPg.pl b/Ceph/Script/cephPg.pl
index a98adb914f8d99bce34b67d489b984d398eb11b5..8562e8ff52d8cd25e98595484e21bd7cc54a6c77 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',