diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_domain.py b/lib/ansible/modules/storage/ibm/ibm_sa_domain.py index 19a37e00fc..d24cbadad3 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_domain.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_domain.py @@ -17,11 +17,11 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_domain -short_description: Manages domains in IBM Spectrum Accelerate storage systems. +short_description: Manages domains on IBM Spectrum Accelerate Family storage systems version_added: "2.8" description: - - "This module can be used to adds domains to or removes them from IBM Spectrum Accelerate storage systems" + - "This module can be used to add domains to or removes them from IBM Spectrum Accelerate Family storage systems." options: domain: diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_host.py b/lib/ansible/modules/storage/ibm/ibm_sa_host.py index 3a1168f363..483b7ce58b 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_host.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_host.py @@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_host -short_description: Adds hosts to or removes them from IBM Spectrum Accelerate storage systems. +short_description: Adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems. version_added: "2.7" description: - - "This module adds hosts to or removes them from IBM Spectrum Accelerate storage systems." + - "This module adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems." options: host: @@ -58,7 +58,7 @@ extends_documentation_fragment: - ibm_storage author: - - Tzur Eliyahu (tzure@il.ibm.com) + - Tzur Eliyahu (@tzure) ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_host_ports.py b/lib/ansible/modules/storage/ibm/ibm_sa_host_ports.py index 075774b6fa..ede30d43b5 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_host_ports.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_host_ports.py @@ -16,12 +16,12 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_host_ports -short_description: Add host ports on an IBM Spectrum Accelerate storage array. +short_description: Add host ports on IBM Spectrum Accelerate Family storage systems. version_added: "2.8" description: - "This module adds ports to or removes them from the hosts - on IBM Spectrum Accelerate storage systems." + on IBM Spectrum Accelerate Family storage systems." options: host: @@ -51,7 +51,7 @@ extends_documentation_fragment: - ibm_storage author: - - Tzur Eliyahu (tzure@il.ibm.com) + - Tzur Eliyahu (@tzure) ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_pool.py b/lib/ansible/modules/storage/ibm/ibm_sa_pool.py index 7511b633fe..3f7143e7b0 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_pool.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_pool.py @@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_pool -short_description: Handles pools on an IBM Spectrum Accelerate storage array. +short_description: Handles pools on IBM Spectrum Accelerate Family storage systems. version_added: "2.7" description: - - "This module creates or deletes pools to be used on IBM Spectrum Accelerate storage systems." + - "This module creates or deletes pools to be used on IBM Spectrum Accelerate Family storage systems" options: pool: @@ -54,7 +54,7 @@ extends_documentation_fragment: - ibm_storage author: - - Tzur Eliyahu (tzure@il.ibm.com) + - Tzur Eliyahu (@tzure) ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_vol.py b/lib/ansible/modules/storage/ibm/ibm_sa_vol.py index 3e02275cf0..1680901638 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_vol.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_vol.py @@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_vol -short_description: Handle volumes on an IBM Spectrum Accelerate storage array +short_description: Handle volumes on IBM Spectrum Accelerate Family storage systems. version_added: "2.7" description: - - "This module creates or deletes volumes to be used on IBM Spectrum Accelerate storage systems." + - "This module creates or deletes volumes to be used on IBM Spectrum Accelerate Family storage systems." options: vol: @@ -46,7 +46,7 @@ extends_documentation_fragment: - ibm_storage author: - - Tzur Eliyahu (tzure@il.ibm.com) + - Tzur Eliyahu (@tzure) ''' EXAMPLES = ''' diff --git a/lib/ansible/modules/storage/ibm/ibm_sa_vol_map.py b/lib/ansible/modules/storage/ibm/ibm_sa_vol_map.py index 2a48d468fa..750bac0b83 100644 --- a/lib/ansible/modules/storage/ibm/ibm_sa_vol_map.py +++ b/lib/ansible/modules/storage/ibm/ibm_sa_vol_map.py @@ -17,12 +17,12 @@ ANSIBLE_METADATA = {'status': ['preview'], DOCUMENTATION = ''' --- module: ibm_sa_vol_map -short_description: Handles volume mapping on an IBM Spectrum Accelerate storage array. +short_description: Handles volume mapping on IBM Spectrum Accelerate Family storage systems. version_added: "2.8" description: - "This module maps volumes to or unmaps them from the hosts on - IBM Spectrum Accelerate storage systems." + IBM Spectrum Accelerate Family storage systems." options: vol: @@ -57,7 +57,7 @@ extends_documentation_fragment: - ibm_storage author: - - Tzur Eliyahu (tzure@il.ibm.com) + - Tzur Eliyahu (@tzure) ''' EXAMPLES = '''