Resource Type: netapp_aggregate

Defined in:
lib/puppet/type/netapp_aggregate.rb
Providers:
cmode

Overview

Manage Netapp Aggregate creation, modification and deletion.

Properties

  • diskcount

    Number of disks to place in the aggregate, including parity disks.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • state (defaults to: online)

    The aggregate state. Default value: ‘Online’. Possible values: ‘Online’, ‘Offline’.

    Supported values:
    • online
    • offline

Parameters

  • blocktype (defaults to: 64_bit)

    The indirect block format for the aggregate. Default value: ‘64_bit’. Possible values: ‘64_bit’, ‘32_bit’.

    Supported values:
    • 64_bit
    • 32_bit
  • checksumstyle (defaults to: block)

    Aggregate checksum style. Default value: ‘block’. Possible values: ‘advanced_zoned’, ‘block’

    Supported values:
    • advanced_zoned
    • block
  • disksize

    Disk size with unit to assign to aggregate.

  • disktype

    Disk types to use with aggregate. Only required when multiple disk types are connected to filer. Possible values: ‘ATA’, ‘BSAS’, ‘EATA’, ‘FCAL’, ‘FSAS’, ‘LUN’, ‘MSATA’, ‘SAS’, ‘SATA’, ‘SCSI’, ‘SSD’, ‘XATA’, ‘XSAS’

    Supported values:
    • ATA
    • BSAS
    • EATA
    • FCAL
    • FSAS
    • LUN
    • MSATA
    • SAS
    • SATA
    • SCSI
    • SSD
    • XATA
    • XSAS
  • groupselectionmode

    How should Data ONTAP add disks to raidgroups. Possible values: ‘last’, ‘one’, ‘new’, ‘all’.

    Supported values:
    • last
    • one
    • new
    • all
  • ismirrored (defaults to: false)

    Should the aggregate be mirrored (have two plexes). Defaults to false.

    Supported values:
    • true
    • false
  • name (namevar)

    The aggregate name

  • nodes

    Target nodes to create aggregate

  • provider

    The specific backend to use for this ‘netapp_aggregate` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • raidsize

    Maximum number of disks in each RAID group in aggregate. Valid values are between 2 and 28

  • raidtype (defaults to: raid4)

    Raid type to use in the new aggregate. Default: raid4. Possible values: raid4, raid_dp.

    Supported values:
    • raid4
    • raid_dp
  • striping (defaults to: not_striped)

    Should the new aggregate be striped? Default: not_striped. Possible values: striped, not_striped.

    Supported values:
    • striped
    • not_striped