Currently I am getting stuck on creating the cluster. Most new documentation I can find references
PCS for configuring the cluster. The links in your
wiki refer to depreciated documentation, so I have tried to look elsewhere for crmsh commands to configure the cluster without PCS.
# crm cluster join
! No NTP service found.
Do you want to continue anyway (y/n)? y
! Failed to detect firewall: Could not open ports tcp=30865|5560|7630|21064, udp=
date: unrecognized option '--rfc-3339=seconds'
BusyBox v1.30.1 (2026-01-06 00:39:14 UTC) multi-call binary.
....
Join This Node to Cluster:
....
IP address or hostname of existing node (e.g.: 192.168.1.1) []
node1.example.comERROR: cluster.join: Failed to start sshd.service
# crm cluster stop
ERROR: cluster.stop: systemd failed to stop corosync: /bin/sh: line 1: systemctl: command not found
I attempted to manually add the nodes using 'crm configure' > 'node
node1.example.com' and vice versa on the other node but was unable to make them sync with eachother after doing a keygen and copying /etc/corosync/authkey between the nodes. Are you able to provide any insight on how to use crm or other methods to configure the cluster since I can't seem to create it (crm cluster init also failed on sshd) using usual methods?