From 19ced20616367c5705c9976122ad03767a1d8c84 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 24 Jun 2015 16:41:33 +0200 Subject: [PATCH] do not use plain tarballs anymore for installing --- system/config_default.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.43.0