Parameter |
Choices/Defaults |
Comments |
disk_count
|
|
Number of disks to place into the aggregate, including parity disks.
The disks in this newly-created aggregate come from the spare disk pool.
The smallest disks in this pool join the aggregate first, unless the disk-size argument is provided.
Either disk-count or disks must be supplied. Range [0..2^31-1].
Required when state=present .
|
disk_size
(added in 2.7) |
|
Disk size to use in 4K block size. Disks within 10% of specified size will be used.
|
disk_type
(added in 2.7) |
Choices:
- ATA
- BSAS
- FCAL
- FSAS
- LUN
- MSATA
- SAS
- SSD
- VMDISK
|
Type of disk to use to build aggregate
|
from_name
(added in 2.7) |
|
Name of the aggregate to be renamed.
|
hostname
required |
|
The hostname or IP address of the ONTAP instance.
|
http_port
int |
|
Override the default port (80 or 443) with this port
|
https
bool |
|
Enable and disable https
|
name
required |
|
The name of the aggregate to manage.
|
nodes
|
|
Node(s) for the aggregate to be created on. If no node specified, mgmt lif home will be used.
If multiple nodes specified an aggr stripe will be made.
|
password
required |
|
Password for the specified user.
aliases: pass
|
raid_size
(added in 2.7) |
|
Sets the maximum number of drives per raid group.
|
raid_type
(added in 2.7) |
|
Specifies the type of RAID groups to use in the new aggregate.
The default value is raid4 on most platforms.
|
service_state
|
|
Whether the specified aggregate should be enabled or disabled. Creates aggregate if doesnt exist.
|
state
|
Choices:
present ←
- absent
|
Whether the specified aggregate should exist or not.
|
unmount_volumes
bool |
|
If set to "TRUE", this option specifies that all of the volumes hosted by the given aggregate are to be unmounted
before the offline operation is executed.
By default, the system will reject any attempt to offline an aggregate that hosts one or more online volumes.
|
username
required |
|
aliases: user
|
validate_certs
bool |
|
If set to False , the SSL certificates will not be validated.
This should only set to False used on personally controlled sites using self-signed certificates.
|