-
Hello,
Could we please include the information in the Pacemaker Cluster Setup Doc that watchdog needs to be enabled only when SBD is being used as Fencing Device ?
This document briefly state…
-
Used cloud platform
GCP
Used SLES4SAP version
SLES15 SP4 for SAP Applications
Used client machine OS
macOS
Expected behaviour vs observed behaviour
Deployment with HANA instances only suc…
-
Hi All
We have implemented a perl wrapper to make it easier to use pcs on RHEL9.1.
```
#!/usr/bin/perl
sub exec_command {
my ($command) = @_;
my $result;
my $exit_code;
$…
-
There are 2 issues with fence_ipmilan configuration.
First is related to how IPMI work. When issuing an IPMI reboot or off command, IPMI simulates a poweroff button. This is intercepted by the OS a…
-
## 🐞 Bug Report
While testing Active Pacemaker on Benchnet, only on one test run of 15, we observed consistent periodic sealing halts for the duration of the test.
* What is different about this …
-
Hi
We are using zfs as backend file system with lustre. We are using zpool for the storage node failure. But when one node fails, any process running in the client stops and the system hangs.
FYI…
-
## 🐞 Bug Report
During Benchnet testing of the Active Pacemaker, the cluster consensus for the first epoch (Epoch 0) begins timing out views as soon as Epoch 0 ends. It should continue making progr…
-
My application is using both gperf and pcs. gperf gets activated on these below environment variables. As per gperf behavior, gperf modifies 1st character of HEAPPROFILE (current ascii value + 128 ) i…
-
I'm new to mutation testing and its unclear to me how it works with standard code coverage and static analysis tooling.
I have several different languages and for all of them I use sonarqube to pro…
-
First and foremost - thanks @rasto - this is an awesome project - ❤!
I'm experimenting with Pacemaker/Corosync, DRBD, NFS, and IPaddr2.
I created a DRBD cluster manually and all is working. How…