hitachivantara.vspone_block.sds_block.hv_sds_block_protection_domain module – Manages protection domains on VSP One SDS Block and Cloud systems.
Note
This module is part of the hitachivantara.vspone_block collection (version 4.5.1).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install hitachivantara.vspone_block.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: hitachivantara.vspone_block.sds_block.hv_sds_block_protection_domain.
New in hitachivantara.vspone_block 4.4.0
Synopsis
This module manages protection domains including creation, modification, and data relocation operations on Hitachi SDS Block storage systems.
For examples, go to URL https://github.com/hitachi-vantara/vspone-block-ansible/blob/main/playbooks/sds_block_direct/protection_domain.yml
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.9
Parameters
Parameter |
Comments |
|---|---|
Information required to establish a connection to the storage system. |
|
IP address or hostname of the storage system. |
|
Type of connection to the storage system. Choices:
|
|
Password for authentication. This is a required field. |
|
Username for authentication. This is a required field. |
|
Specification for the protection domain settings. |
|
The resource usage rate for asynchronous processing choices are |
|
The ID of the protection domain. |
|
The desired state of the protection domain. Choices:
|
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: none |
Determines if the module should run in check mode. |
Examples
- name: Configure protection domain settings
hitachivantara.vspone_block.hv_sds_block_protection_domain:
connection_info:
address: "{{ management_address }}"
username: "{{ management_username }}"
password: "{{ management_password }}"
state: present
spec:
id: "PD001"
async_processing_resource_usage_rate: "high"
- name: Resume drive data relocation for protection domain
hitachivantara.vspone_block.hv_sds_block_protection_domain:
connection_info:
address: "{{ management_address }}"
username: "{{ management_username }}"
password: "{{ management_password }}"
state: resume_drive_data_relocation
spec:
id: "PD001"
- name: Suspend drive data relocation for protection domain
hitachivantara.vspone_block.hv_sds_block_protection_domain:
connection_info:
address: "{{ management_address }}"
username: "{{ management_username }}"
password: "{{ management_password }}"
state: suspend_drive_data_relocation
spec:
id: "PD001"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
Dictionary containing the discovered properties of the protection domains. Returned: always |
|
Usage level of asynchronous processing resources. Returned: success Sample: |
|
Progress percentage of data relocation. -1 if not active. Returned: success Sample: |
|
Current status of drive data relocation. Returned: success Sample: |
|
Unique identifier for the protection domain. Returned: success Sample: |
|
Whether fast rebuild is enabled for the protection domain. Returned: success Sample: |
|
Memory mode used in the protection domain. Returned: success Sample: |
|
Minimum memory size in MB. Returned: success Sample: |
|
Name of the protection domain. Returned: success Sample: |
|
The total number of fault domains in the protection domain. Returned: success Sample: |
|
The total number of fault sets in the protection domain. -1 if not applicable. Returned: success Sample: |
|
Rebuild progress rate as a percentage. Returned: success Sample: |
|
Current rebuild status. Returned: success Sample: |
|
Redundancy policy used by the protection domain. Returned: success Sample: |
|
Redundancy type used in the protection domain. Returned: success Sample: |
|
Clustering policy of the storage controllers. Returned: success Sample: |
|
Total physical capacity in MB. Returned: success Sample: |