Enable skip_md_containers

Change-Id: I32b3f18710663f05169fc2ca51c7ec8b48edfcd6
Related-Bug: #1508908
This commit is contained in:
Alexander Gordeev 2015-11-26 16:48:39 +03:00
parent a6ec436b5a
commit 30b3055d72
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ opts = [
),
cfg.BoolOpt(
'skip_md_containers',
default=False,
default=True,
help='Allow to skip MD containers (fake raid leftovers) while '
'cleaning the rest of MDs',
),