Skip to content

Commit

Permalink
stonith-helper: use reboot instead of off
Browse files Browse the repository at this point in the history
That 0 means reboot was verified by
Jacek Konieczny <[email protected]>

Signed-off-by: David Teigland <[email protected]>
  • Loading branch information
teigland committed Nov 5, 2012
1 parent 30e3ef3 commit de04b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/stonith_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main(int argc, char *argv[])
if (t >= fail_time)
return 0;

rv = stonith_api_kick_helper(nodeid, 300, 1);
rv = stonith_api_kick_helper(nodeid, 300, 0);
if (rv) {
fprintf(stderr, "kick_helper error %d nodeid %d\n", rv, nodeid);
openlog("stonith_helper", LOG_CONS | LOG_PID, LOG_DAEMON);
Expand Down

0 comments on commit de04b4e

Please sign in to comment.