From: Thierry Parmentelat Date: Wed, 24 Jun 2015 14:41:33 +0000 (+0200) Subject: do not use plain tarballs anymore for installing X-Git-Tag: tests-6.0-2~9 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=19ced20616367c5705c9976122ad03767a1d8c84 do not use plain tarballs anymore for installing --- 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