Questions tagged [pacemaker]
The pacemaker tag has no summary.
59 questions
1 vote
1 answer
46 views
Drbd promote only after stonith started
I want that DRBD-based 2 nodes cluster start resources in the following order - on both nodes start stonith:fence_ipmilan on one node drbd-clone promote on the same node as drbd promote, start all ...
-3 votes
1 answer
457 views
Resource Group for file share not starting
I have a client that is trying to configure a file share for a 2 node cluster. Running this command seems to fix it but as soon as we switch over, it stops again. Any ideas?
0 votes
1 answer
403 views
Prevent promotion on specific node in Pacemaker
I have a drbd + pacemaker cluster with three nodes, one being a quorum device only. I'm trying to configure the pacemaker resource so that the promotable drbd-resource should run on all three devices, ...
0 votes
1 answer
433 views
How to tell if a VG is clustered?
I have a CentOS 7 Pacemaker cluster with GFS2 Filesystrems mounted. I'm fairly certain that vgchange -cy vg_name was NOT run during setup. I tried running vgchange --test -cy vg_name and it tells me ...
1 vote
1 answer
213 views
Convert puppet manifest config to hiera
I installed corosync-pacemaker cluster via puppet. Now I would to like keep my data into hiera file. How should I convert cs_primitive section into yaml file? cs_primitive { 'nfsshare_fs': ...
1 vote
1 answer
2k views
Debian 10 Pacemaker-Cluster: GFS2 Mount fails because of "Global lock failed: check that global lockspace is started."
I'm trying to setup a new Debian 10 cluster with three instances. My stack is based on pacemaker, corosync, dlm, and lvmlockd with a GFS2 volume. All servers have access to the GFS2 volume but I can't ...
0 votes
0 answers
494 views
HA-Cluster / corosync / pacemaker: Active-Active cluster with service ip / service ip is not switching
How to configure crm to migrate the ServiceIP if one Service is failed? node 1: web01a \ attributes standby=off node 2: web01b \ attributes standby=off primitive Apache2 systemd:apache2 \ ...
1 vote
0 answers
156 views
Stop a pacemaker node when local shell script returns an error?
Is it possible to make pacemaker stopping a node when a local test script fails, and start a node if the local test script returns true again? This seems like a very simple problem, but as i can't ...
1 vote
1 answer
540 views
Where are libvirt's VM definitions "originals" stored, and how to sync them across multiple nodes?
Migrating from Xen's xm to Xen's xl under control of libvirt, I wonder: Where does libvirt store the "originals" of VM configurations? I found that my PVM configurations are stored in /etc/...
1 vote
1 answer
420 views
fence_virtualbox failed to reboot
I’m learning how to fence pacemaker using fence_virtualbox from [ClusterLabs] Fence agent for VirtualBox, but I can’t get it working. When I try to run stonith_admin –-reboot <node id> it failed....
0 votes
1 answer
2k views
Pacemaker apache resource is Failed to access httpd status page after change to HTTPS
I get this error from pacemaker after i change apache from http to https. now my ocf::heartbeat:apache resource is not find status page. I generate SSL certificate separately for 3 servers. Everything ...
1 vote
0 answers
464 views
Apache fails to load when SSL activated through Pacemaker
I have setup a cluster on Pacemaker holding: apache, mariadb, 2x GFS2, and a VIP Everything was working fine when running on http but as soon as I added the (self-signed) SSL certificate and the ...
0 votes
1 answer
2k views
Secondary DRBD node does not auto-start in Pacemaker+Corosync setup
I am trying to set up a 2-PC cluster with shared resources: ClusterIP, ClusterSamba, ClusterNFS, DRBD (cloned resource), and a DRBDFS. The beginning of the project followed the Clusters from Scratch ...
0 votes
2 answers
1k views
Linux Pacemaker: Resource showing as "unrunnable start (blocked)" has been created
We are using SLES 12 SP4 We have observed few things from the today testing. Following are the steps: Step 1: When we create kernel panic (on Node01) with the command “echo 'b' > /proc/sysrq-...
0 votes
1 answer
5k views
DRBD: "Couldn't mount device [/dev/drbd0] as /mydata" when failing over or rebooting node
I'm creating a cluster system using two ESXi hosts, with a CentOS 7 server on each. Going through I created the filesystem, and it mounts on node1. When I perform a standby or reboot from node01 to ...