From 45571868d086f2247eab2990c3fdd2c58d256ab4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 20 Dec 2013 11:08:34 +0100 Subject: [PATCH] turn off gotan for now --- system/LocalSubstrate.inria.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index a171588..76ac30e 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -31,7 +31,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ - ('gotan', 10), # how many plcs max in this box +# gotan has fsck issues and is being reinstalled under f20 +# ('gotan', 10), # how many plcs max in this box ('deathvegas', 10), ] -- 2.43.0