Questions tagged [stonith]

STONITH ("Shoot The Other Node In The Head" or "Shoot The Offending Node In The Head"), sometimes called STOMITH ("Shoot The Other Member/Machine In The Head"), is a technique for fencing in computer clusters.

STONITH ("Shoot The Other Node In The Head" or "Shoot The Offending Node In The Head"), sometimes called STOMITH ("Shoot The Other Member/Machine In The Head"), is a technique for fencing in computer clusters. STONITH was first released for Linux-HA but has since become available for OpenBSD and Solaris, etc.

Fencing is the isolation of a failed node so that it does not cause disruption to a cluster. As its name suggests, STONITH fences failed nodes by sending a message to remotely power down the failed node.

Multi-node error-prone contention in a cluster can have catastrophic results, such as if both nodes try writing to a shared storage resource. STONITH provides effective, if rather drastic, protection against these problems.

via: Wikipedia

5 questions
1
vote
1 answer

Stonith for kubernetes

Does Kubernetes support for STONITH operations for hardware nodes? We have smart electric sockets which allows for API for 'power off server', and they work great with pacemaker. Does Kubernetes support STONITH?
George Shuklin
  • 6,952
  • 10
  • 39
  • 80
1
vote
1 answer

Pacemaker and DRBD on Hyper-V

I need to setup two-node Web cluster for Apache web site. I have Hyper-V infrastructure and only two nodes. The points are load-balancing and high availability. I installed and configured two VMs with CentOS 7, Pacemaker cluster, MariaDB 10. I…
Evgeniy
  • 564
  • 5
  • 14
0
votes
1 answer

What configure fault?

We hace a cluster two nodes with 2 resources, elastic-ip and nginx, and when we run crm_verify -LV error: unpack_operation: Specifying on_fail=fence and stonith-enabled=false makes no sense error: unpack_operation: Specifying on_fail=fence…
Ubunter
  • 23
  • 1
  • 6
0
votes
1 answer

warning in vSphere CLI: Use of uninitialized value $hostname

I am using vSphere CLI 6.5.0 for resetting a VM from a Perl script. This is in the context a (proprietary) STONITH plugin for Pacemaker. Immediately after STONITH, journalctl -u pacemaker reports a warning in vmcontrol.pl, which belongs to vSphere…
rookie09
  • 736
  • 1
  • 6
  • 18
0
votes
1 answer

What happens if HAProxy cluster assigns the same Virtual IP to multiple machines?

Let's say I have two instances of HAProxy running in a cluster to provide load balancing for something else. The two node HAProxy cluster could be implemented using Pacemaker and Corosync. Consider the situation where the two nodes lose contact with…
Oleksi
  • 12,947
  • 4
  • 56
  • 80