X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootman.py;fp=bootman.py;h=faf77a288fc7aae7aa6f8c04dcf613ed48c168a6;hb=6df6b8cf9b9a5e78f4f68445e1b2dabc2ae272e6;hp=87d8b71ea3bb2dff24eba7ab05238b712c3054f4;hpb=49ee09c165844d76f9d38d3d0cb345338a154a18;p=monitor.git diff --git a/bootman.py b/bootman.py index 87d8b71..faf77a2 100755 --- a/bootman.py +++ b/bootman.py @@ -541,11 +541,11 @@ def reboot(hostname, config=None, forced_action=None): # By using the sequence identifier, we guarantee that there will be no # frequent loops. I'm guessing there is a better way to track loops, # though. - if not config.force and pflags.getRecentFlag(s): - pflags.setRecentFlag(s) - pflags.save() - print "... flag is set or it has already run recently. Skipping %s" % node - return True + #if not config.force and pflags.getRecentFlag(s): + # pflags.setRecentFlag(s) + # pflags.save() + # print "... flag is set or it has already run recently. Skipping %s" % node + # return True sequences = {}