SUSE / suse-best-practices

SUSE Best Practices documentation series
42 stars 74 forks source link

[doc] Issue in "Cluster bootstrap and more" #403

Closed varkoly closed 9 months ago

varkoly commented 11 months ago

Cluster bootstrap and more:

https://documentation.suse.com/sbp/sap-15/single-html/SLES4SAP-hana-sr-guide-costopt-15/#id-cluster-bootstrap-and-more

  1. In ' property cib-bootstrap-options:' the entry 'stonith-enabled="true" \' is superfluous in 2 node configuration
  2. In 'property cib-bootstrap-options:' missing the entry ' priority-fencing-delay="30"

( You can compare with https://documentation.suse.com/sbp/sap-15/single-html/SLES4SAP-hana-sr-guide-PerfOpt-15/#id-cluster-bootstrap-and-more )

lpinne commented 11 months ago

Hi,

1) stonith-enabled=true is crucial for any SUSE HA cluster. Without, the cluster is not supported. See requirements section of the setup guide an manual page SAPHanaSR(7).

2) priority-fencing-delay=30 indeed should be adde to that config snippet. It already is shown in the complte CIB example in the appendix section. I will fix that soon.

Regards, Lars

lpinne commented 9 months ago

has been discussed offline