Parameter |
Choices/Defaults |
Comments |
api_password
required |
|
The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.
|
api_url
required |
|
The url to the SANtricity WebServices Proxy or embedded REST API.
|
api_username
required |
|
The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.
|
criteria_drive_count
|
|
The number of disks to use for building the storage pool. The pool will be expanded if this number exceeds the number of disks already in place
|
criteria_drive_interface_type
|
Choices:
- sas
- sas4k
- fibre
- fibre520b
- scsi
- sata
- pata
|
The interface type to use when selecting drives for the storage pool (no value means all interface types will be considered)
|
criteria_drive_min_size
|
|
The minimum individual drive size (in size_unit) to consider when choosing drives for the storage pool.
|
criteria_drive_require_fde
|
|
Whether full disk encryption ability is required for drives to be added to the storage pool
|
criteria_drive_type
|
|
The type of disk (hdd or ssd) to use when searching for candidates to use.
|
criteria_min_usable_capacity
|
|
The minimum size of the storage pool (in size_unit). The pool will be expanded if this value exceeds itscurrent size.
|
criteria_size_unit
|
Choices:
- bytes
- b
- kb
- mb
gb ←
- tb
- pb
- eb
- zb
- yb
|
The unit used to interpret size parameters
|
erase_secured_drives
bool |
|
Whether to erase secured disks before adding to storage pool
|
name
required |
|
The name of the storage pool to manage
|
raid_level
required |
Choices:
- raidAll
- raid0
- raid1
- raid3
- raid5
- raid6
- raidDiskPool
|
Only required when the requested state is 'present'. The RAID level of the storage pool to be created.
|
remove_volumes
|
Default:
"no"
|
Prior to removing a storage pool, delete all volumes in the pool.
|
reserve_drive_count
|
|
Set the number of drives reserved by the storage pool for reconstruction operations. Only valide on raid disk pools.
|
secure_pool
bool |
|
Whether to convert to a secure storage pool. Will only work if all drives in the pool are security capable.
|
ssid
required |
|
The ID of the array to manage. This value must be unique for each array.
|
state
required |
|
Whether the specified storage pool should exist or not.
Note that removing a storage pool currently requires the removal of all defined volumes first.
|
validate_certs
|
Default:
"yes"
|
Should https certificates be validated?
|