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 module "migration" to detect the use of cluster-controlled filesystem setups for SAP ASCS/ERS, which is no longer supported in SLES 16. 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 ordered to start before the `SAPInstance`.
0 commit comments