hitachivantara.vspone_block.vsp.hv_ddp_pool_facts module – Get facts of DDP Pools on Hitachi VSP storage systems.
Note
This module is part of the hitachivantara.vspone_block collection (version 3.4.0).
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.vsp.hv_ddp_pool_facts
.
New in hitachivantara.vspone_block 3.4.0
Synopsis
This module retrieves details of DDP Pools on Hitachi VSP storage systems. - This module is only available for VSP One storage systems. - For examples go to URL
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.8
Parameters
Parameter |
Comments |
---|---|
Information required to establish a connection to the storage system. |
|
IP address or hostname of the storage system. |
|
Password for authentication. This is a required field. |
|
Username for authentication. This is a required field. |
|
Specification for retrieving DDP pool information. |
|
ID of the DDP Pool. |
|
Name of the DDP Pool. |
Attributes
Examples
- name: Get all DDP Pools
hitachivantara.vspone_block.vsp.hv_ddp_pool_facts:
connection_info:
address: storage1.company.com
username: "admin"
password: "password"
- name: Get DDP Pool by ID
hitachivantara.vspone_block.vsp.hv_ddp_pool_facts:
connection_info:
address: storage1.company.com
username: "admin"
password: "password"
spec:
pool_id: 15
- name: Get DDP Pool by Name
hitachivantara.vspone_block.vsp.hv_ddp_pool_facts:
connection_info:
address: storage1.company.com
username: "admin"
password: "password"
spec:
pool_name: "DDP-1"
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 DDP pools information. Returned: success |
|
Capacity management details. Returned: success |
|
Threshold for capacity depletion. Returned: success Sample: |
|
Threshold for capacity warning. Returned: success Sample: |
|
Used capacity rate. Returned: success Sample: |
|
Configuration status of the pool. Returned: success |
|
Indicates if the pool contains capacity-saving volumes. Returned: success Sample: |
|
Details of the drives in the pool. Returned: success |
|
Display capacity of the drive. Returned: success Sample: |
|
Capacity of the drive in GB. Returned: success Sample: |
|
Interface type of the drive. Returned: success Sample: |
|
Drive RPM. Returned: success Sample: |
|
Type of the drive. Returned: success Sample: |
|
Locations of the drives. Returned: success Sample: |
|
Number of drives. Returned: success Sample: |
|
Parity group type. Returned: success Sample: |
|
RAID level. Returned: success Sample: |
|
Total capacity of the drives in GB. Returned: success Sample: |
|
Effective capacity of the pool in GB. Returned: success Sample: |
|
Encryption status of the pool. Returned: success Sample: |
|
Free capacity of the pool in MB. Returned: success Sample: |
|
ID of the DDP Pool. Returned: success Sample: |
|
Name of the DDP Pool. Returned: success Sample: |
|
Number of drive types in the pool. Returned: success Sample: |
|
Number of tiers in the pool. Returned: success Sample: |
|
Number of volumes in the pool. Returned: success Sample: |
|
Details of saving effects in the pool. Returned: success |
|
End time of the calculation. Returned: success Sample: |
|
Start time of the calculation. Returned: success Sample: |
|
Data reduction without system data. Returned: success Sample: |
|
Status of data reduction without system data. Returned: success Sample: |
|
Efficiency of data reduction. Returned: success Sample: |
|
Efficiency of FMD saving. Returned: success Sample: |
|
Indicates if total efficiency is supported. Returned: success Sample: |
|
Post-capacity FMD saving. Returned: success Sample: |
|
Pre-capacity FMD saving. Returned: success Sample: |
|
Software saving without system data. Returned: success Sample: |
|
Status of software saving without system data. Returned: success Sample: |
|
Total efficiency of the pool. Returned: success Sample: |
|
Status of total efficiency. Returned: success Sample: |
|
Status of the pool. Returned: success Sample: |
|
Subscription limit details. Returned: success |
|
Current subscription rate. Returned: success Sample: |
|
Indicates if subscription limit is enabled. Returned: success Sample: |
|
Details of the tiers in the pool. Returned: success |
|
Total capacity of the pool in MiB. Returned: success Sample: |
|
Used capacity of the pool in MB. Returned: success Sample: |