SUSE / suse-best-practices

SUSE Best Practices documentation series
42 stars 71 forks source link

[doc] Issue in "CLUSTER RESOURCE AGENTS AND MULTI-STATE STATUS MAPPING" #444

Closed lpinne closed 1 week ago

lpinne commented 1 month ago

Hi, right below this link https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-scaleout-multitarget-perfopt-15/index.html#id-1.5.8.5 there are two incorrect sets of brackets.


Multi-Tier Replication (A => B -> C) = shouzld be => Multi-Tier Replication (A => B) -> C


Multi-Target Replication (A <= B -> C) = should be => Multi-Target Replication (A <= B) -> C

Rational: The brackets are showing what sites are controlled by the cluster. The cluster can control only two sites. So the third site with async replication needs to be outside the brackets.

Regards, Lars

lpinne commented 1 month ago

Hi,

more consistent with other examples would be:

Multi-Tier Replication (A => B -> C) = shouzld be => Multi-Tier Replication ([A => B] -> C)

Multi-Target Replication (A <= B -> C) = should be => Multi-Target Replication ([A <= B] -> C)

Regards, Lars