crmsh icon indicating copy to clipboard operation
crmsh copied to clipboard

Proper corosync2 split-brain simulation in `crm cluster crash_test`

Open zzhou1 opened this issue 3 years ago • 0 comments

Some improvement could have for crm cluster crash_test

  1. more proper corosync2 split-brain simulation would be as below [REF] iptables -A INPUT ! -i lo -p udp -j DROP && iptables -A OUTPUT ! -o lo -p udp -j DROP

  2. it would be even better to help simulate split-brain the cluster node number more than just 2 nodes

zzhou1 avatar Dec 10 '21 02:12 zzhou1