diff --git a/roles/sap_ha_pacemaker_cluster/README.md b/roles/sap_ha_pacemaker_cluster/README.md
index e34db31e5..f26e5a3e7 100644
--- a/roles/sap_ha_pacemaker_cluster/README.md
+++ b/roles/sap_ha_pacemaker_cluster/README.md
@@ -692,23 +692,12 @@ sap_ha_pacemaker_cluster_stonith_custom:
- _Type:_ `list`
List of filesystem definitions used for filesystem cluster resources.
-Uses `sap_storage_setup_definition` when defined.
-
-- **mountpoint**
- Path under which the filesystem will be mounted.
Mandatory for all filesystems that have a mountpoint.
Special treatment for a generic "/usr/sap" which will automatically be duplicated into the 2 standard sub-directories "/usr/sap//" and "/usr/sap//SYS".
-- **name**
- Unique name of the filesystem definition entry.
-- **nfs_filesystem_type**
- _Default:_ ``
- NFS filesystem type used to mount this filesystem.
-- **nfs_mount_options**
- _Default:_ ``
- Mount options to be used for this specific filesystem.
-- **nfs_path**
- Path to the filesystem source directory on the NFS server.
-- **nfs_server**
- _Default:_ ``
- Name of the NFS server for this particular filesystem.
+Options relevant, see example.
+Mandatory for SAP NetWeaver HA cluster configurations.
+Reuse `sap_storage_setup_definition` if defined.
+Reuse `sap_storage_setup_definition` will extract values 'mountpoint', 'nfs_filesystem_type', 'nfs_mount_options', 'nfs_path', 'nfs_server'.
+Reuse `sap_storage_setup_definition` all options are documented under Ansible Role `sap_storage_setup`.
+Note! For this variable, the argument specification does not list options, to avoid errors during reuse of `sap_storage_setup_definition` if defined.
Example:
diff --git a/roles/sap_ha_pacemaker_cluster/meta/argument_specs.yml b/roles/sap_ha_pacemaker_cluster/meta/argument_specs.yml
index f2756a8a6..84ff1487b 100644
--- a/roles/sap_ha_pacemaker_cluster/meta/argument_specs.yml
+++ b/roles/sap_ha_pacemaker_cluster/meta/argument_specs.yml
@@ -388,9 +388,12 @@ argument_specs:
type: list
description:
- List of filesystem definitions used for filesystem cluster resources.
- - Uses `sap_storage_setup_definition` when defined.
- - For all options, see documentation of role `sap_storage_setup`.
- - Options relevant for the HA setup, see below example.
+ - Options relevant, see example.
+ - Mandatory for SAP NetWeaver HA cluster configurations.
+ - Reuse `sap_storage_setup_definition` if defined.
+ - Reuse `sap_storage_setup_definition` will extract values 'mountpoint', 'nfs_filesystem_type', 'nfs_mount_options', 'nfs_path', 'nfs_server'.
+ - Reuse `sap_storage_setup_definition` all options are documented under Ansible Role `sap_storage_setup`.
+ - Note! For this variable, the argument specification does not list options, to avoid errors during reuse of `sap_storage_setup_definition` if defined.
elements: dict
example: