Merge "Enable skip_md_containers"

This commit is contained in:
Jenkins 2015-12-02 17:10:35 +00:00 committed by Gerrit Code Review
commit 72f6c0ed26
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',
),