hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts module – Retrieves information about Hitachi SDS block storage system storage nodes.
Note
This module is part of the hitachivantara.vspone_block collection (version 4.4.2).
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_storage_node_facts.
New in hitachivantara.vspone_block 4.1.0
Synopsis
This module retrieves information about storage nodes.
It provides details about a storage node such as ID, name and other details.
For examples go to URL https://github.com/hitachi-vantara/vspone-block-ansible/blob/main/playbooks/sds_block_direct/storage_node_facts.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 retrieving storage node information. |
|
The role of a storage node in a storage cluster. Choices:
|
|
The ID of a fault domain to which the volume belongs. |
|
Storage node ID. |
|
Storage node name. |
|
The ID of the protection domain to which the volume is belonging. |
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full |
Determines if the module should run in check mode. |
Examples
- name: Retrieve information about all storage nodes
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts:
connection_info:
address: sdsb.company.com
username: "admin"
password: "password"
- name: Retrieve information about storage node by name
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts:
connection_info:
address: sdsb.company.com
username: "admin"
password: "password"
spec:
name: "vssbesxi1"
- name: Retrieve information about storage nodes by fault domain ID
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts:
connection_info:
address: sdsb.company.com
username: "admin"
password: "password"
spec:
fault_domain_id: "c0b833cd-1fee-417d-bbf2-d25aac767ad4"
- name: Retrieve information about storage nodes by protection domain ID
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts:
connection_info:
address: sdsb.company.com
username: "admin"
password: "password"
spec:
protection_domain_id: "4090c412-edf2-4368-8175-1f60507afbb8"
- name: Retrieve information about storage nodes by cluster role
hitachivantara.vspone_block.sds_block.hv_sds_block_storage_node_facts:
connection_info:
address: sdsb.company.com
username: "admin"
password: "password"
spec:
cluster_role: "Master"
Returned Facts
Facts returned by this module are added/updated in the hostvars host facts and can be referenced by name just like any other host fact. They do not need to be registered in order to use them.
Key |
Description |
|---|---|
A list of storage nodes. Returned: success |
|
Information about the storage node. Returned: success |
|
The storage node UUID, which is registered in the SMBIOS. Returned: success Sample: |
|
The role of the storage node in the storage cluster. Returned: success Sample: |
|
The IP address (IPv4) of the control port. Returned: success Sample: |
|
Status of drive data relocation. Returned: success Sample: |
|
The ID of a fault domain to which the volume belongs. Returned: success Sample: |
|
Name of a fault domain to which the volume belongs. Returned: success Sample: |
|
Storage node ID. Returned: success Sample: |
|
Insufficient resources for rebuild capacity. Returned: success |
|
Lacking drive capacity of rebuild capacity. Returned: success Sample: |
|
The number of lacking drives of rebuild capacity. Returned: success Sample: |
|
The IP address (IPv4) of the internode port. Returned: success Sample: |
|
Capacity balancing settings of a storage node. Returned: success Sample: |
|
Indicates whether the storage node is the cluster master node (primary). Returned: success Sample: |
|
The IP address (IPv4) of the internode port. Returned: success Sample: |
|
Model name of the server on which the storage node is running. Returned: success Sample: |
|
Storage node name. Returned: success Sample: |
|
The ID of the protection domain to which the volume is belonging. Returned: success Sample: |
|
Resource for which Rebuild is possible. Returned: success |
|
The number of drive failures that can be tolerated. Returned: success Sample: |
|
Serial number of the server on which the storage node is running. Returned: success Sample: |
|
The version of storage software. Returned: success Sample: |
|
The status of the storage node. Returned: success Sample: |
|
The summary of the storage node status. Returned: success Sample: |
|
Storage node attribute. An empty array ([]) means a storage node which has no attribute. Returned: success Sample: |