turn off gotan for now
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 20 Dec 2013 10:08:34 +0000 (11:08 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 20 Dec 2013 10:08:34 +0000 (11:08 +0100)
system/LocalSubstrate.inria.py

index a171588..76ac30e 100755 (executable)
@@ -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),    
          ]