>>> Cesar Hernandez <c.hernan...@medlabmg.com> schrieb am 05.07.2017 um 08:50 in
Nachricht <aef93306-c409-43c2-8222-cd457cc15...@medlabmg.com>:

>> Might be kind of a strange race as well ... but without knowing what the
>> script actually does ...
>> 
> 
> The script first try to reboot the node using ssh, something like ssh $NODE 
> reboot -f, then runs a remote reboot using AWS api

AFAIK that's not proper fencing. SunOS once had a "fasthalt" command. In Linux 
"halt -nf" might do a similar thing, or maybe trigger a reboot via sysrq (echo 
b > /proc/sysrq-trigger).

Fencing is everything but a clean shutdown. The specific problem is that 
shutdown may be performed asynchronously, so the command finishes, but the 
system is still in progress of shutting down (which may hang indefinitely).

Regards,
Ulrich

> 
> Thanks 
> 
> 
> _______________________________________________
> Users mailing list: Users@clusterlabs.org 
> http://lists.clusterlabs.org/mailman/listinfo/users 
> 
> Project Home: http://www.clusterlabs.org 
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf 
> Bugs: http://bugs.clusterlabs.org 





_______________________________________________
Users mailing list: Users@clusterlabs.org
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to