File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2826,7 +2826,7 @@ In your project, you should:
28262826
28272827* Define STONITH before adding other resources to the cluster.
28282828* Do intensive testing.
2829- * Tune the timeouts of operations of SAPHana and SAPHanaTopology.
2829+ * Tune the timeouts of operations of SAPHanaController and SAPHanaTopology.
28302830* Start with the parameter values PREFER_SITE_TAKEOVER=”true”, AUTOMATED_REGISTER=”false” and
28312831DUPLICATE_PRIMARY_TIMEOUT=”7200”.
28322832* Always wait for pending cluster actions to finish before doing something.
@@ -3360,7 +3360,7 @@ primitive rsc_SAPHanaFil_{sapsid}_HDB{sapino} ocf:suse:SAPHanaFilesystem \
33603360 op monitor interval=120 timeout=120 ON_FAIL_ACTION="fence" \
33613361 params SID={sapsid} InstanceNumber={sapino}
33623362
3363- primitive rsc_SAPHanaCon_{sapsid}_HDB{sapino} ocf:suse:SAPHana \
3363+ primitive rsc_SAPHanaCon_{sapsid}_HDB{sapino} ocf:suse:SAPHanaController \
33643364 op start interval=0 timeout=3600 \
33653365 op stop interval=0 timeout=3600 \
33663366 op promote interval=0 timeout=900 \
@@ -3562,4 +3562,6 @@ include::common_gfdl1.2_i.adoc[]
35623562// - Initial version
35633563// REVISION 0.2 2024/09
35643564// - updated requirements, dos and don´ts
3565+ // REVISION 0.3 2025/03
3566+ // - fixed RA name
35653567//
You can’t perform that action at this time.
0 commit comments