X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=monitor%2Fbootman.py;h=2afbbf6347823434bf7e4782e5db18f7b694caef;hb=258e40c53d1f6e79ea92548765d65bbb74eba004;hp=36d8b353279e873c4f49da0182849f9931563d83;hpb=40588e1f900ba82db3ca69c5cc375805028f2430;p=monitor.git diff --git a/monitor/bootman.py b/monitor/bootman.py index 36d8b35..2afbbf6 100755 --- a/monitor/bootman.py +++ b/monitor/bootman.py @@ -643,7 +643,7 @@ def restore(sitehist, hostname, config=None, forced_action=None): sitehist.sendMessage('newbootcd_notice', hostname=hostname) print "\tDisabling %s due to out-of-date BootImage" % hostname - api.UpdateNode(hostname, {'boot_state' : 'disable'}) + api.UpdateNode(hostname, {'boot_state' : 'disabled'}) # NOTE: nothing else is possible. return True @@ -693,7 +693,7 @@ def restore(sitehist, hostname, config=None, forced_action=None): log=conn.get_dmesg().read() sitehist.sendMessage('baddisk_notice', hostname=hostname, log=log) - conn.set_nodestate('disable') + conn.set_nodestate('disabled') return False @@ -813,7 +813,7 @@ def restore(sitehist, hostname, config=None, forced_action=None): args['log'] = conn.get_dmesg().read() sitehist.sendMessage('baddisk_notice', **args) - conn.set_nodestate('disable') + conn.set_nodestate('disabled') elif sequences[s] == "update_hardware_email": if not found_within(recent_actions, 'minimalhardware_notice', 1):