Skip to content
Snippets Groups Projects
Commit 9ade9adb authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2017-11-07: FG; Fix state, wait_backfill.

parent c5d6aa0d
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment