X-Git-Url: http://git.onelab.eu/?p=tests.git;a=blobdiff_plain;f=system%2Fconfig_default.py;h=8849e7a0d21e6a23f13eeab0c8f602e1b138e149;hp=c68191caafe5a2a5c868a85d313ee009b6cbdb57;hb=19ced20616367c5705c9976122ad03767a1d8c84;hpb=8a79bf198b710742b8bce1a94d83f19fb39792ee diff --git a/system/config_default.py b/system/config_default.py index c68191c..8849e7a 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -66,10 +66,12 @@ def nodes(options, index): 'next_hop' : 'xxx-deferred-xxx', }, 'bootmedium_options' : [ 'serial', 'no-hangcheck', 'systemd-debug' ], - # provision for bonding - 'tags' : { - 'plain-bootstrapfs' : 'YES', - }, + # do not use plain bootstrapfs anymore as + # it tends to make bonding awkward (it's complicated enough already) + # plus, benefits are not clear any more, and it's closer to real life + #'tags' : { + # 'plain-bootstrapfs' : 'YES', + #}, # boot cd settings # we should have tags here instead of the hard-wired # options set for GetBootMedium in TestNode.py