Skip to content
Snippets Groups Projects
Commit 810d051f authored by Iustin Pop's avatar Iustin Pop
Browse files

iPolicy: enable by default all storage templates


… otherwise we can't run tests or simulations using non-default
templates. Tests still pass.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 255d140d
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ defIPolicy = IPolicy { iPolicyStdSpec = defStdISpec
-- hardcoding here since Constants.hs exports the
-- string values, not the actual type; and in
-- htools, we are mostly looking at DRBD
, iPolicyDiskTemplates = [DTDrbd8, DTPlain]
, iPolicyDiskTemplates = [minBound..maxBound]
, iPolicyVcpuRatio = C.ipolicyDefaultsVcpuRatio
, iPolicySpindleRatio = C.ipolicyDefaultsSpindleRatio
}
......
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