cfs-lock ‘file-corosync_conf’ error: got lock request timeout
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash systemctl stop pve-cluster corosync pmxcfs -l mkdir /backup mkdir /backup/corosync cp /etc/corosync/* /backup/corosync cp /etc/pve/corosync.conf /backup rm -r /etc/corosync/* rm -r /etc/pve/corosync.conf killall pmxcfs systemctl start pve-cluster |