You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[crmsh-4.6] Dev: migration: Add check for obsolete SAP ASCS/ERS mount (jsc#SAPSOL-495)
This commit introduces a new check to the "migration" module to detect
unsupported, cluster-controlled filesystem setups for SAP ASCS/ERS.
The check identifies problematic Filesystem-based ENSA2 setups by
inspecting the resource configuration.
It detects configurations where:
- A `SAPInstance` resource with `IS_ERS=true` is present.
- A `Filesystem` resource is in the same group as the `SAPInstance`.
- The `Filesystem` resource is implicitly ordered to start before the `SAPInstance`.
The check relies on the implicit ordering of resources within a group
and does not consider explicit `rsc_order` constraints, assuming users
will rely on the default group behavior.
0 commit comments