diff --git a/pelab/resetlinks.py b/pelab/resetlinks.py index 21613615d83081b0014181f59d3ee24d33712027..e0e40fd852fc99eab2ac8d7dc55e2ab11ec6b7a8 100644 --- a/pelab/resetlinks.py +++ b/pelab/resetlinks.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # # EMULAB-COPYRIGHT -# Copyright (c) 2006 University of Utah and the Flux Group. +# Copyright (c) 2006, 2007 University of Utah and the Flux Group. # All rights reserved. # @@ -96,5 +96,4 @@ for node in nodelist: # for node in delaynodes: print "##### Cleaning %s" % node - os.system("ssh -o 'BatchMode=yes' -o 'StrictHostKeyChecking=no' %s.%s.%s sudo /usr/local/etc/emulab/delaysetup -ui" % (node,eid,pid)) - + os.system("ssh -o 'BatchMode=yes' -o 'StrictHostKeyChecking=no' %s.%s.%s sudo /usr/local/etc/emulab/delaysetup -r" % (node,eid,pid))