Resource Type: hpe3par_volume

Defined in:
lib/puppet/type/hpe3par_volume.rb
Providers:
hpe3par_volume

Overview

Virtual Volume

Properties

  • compression (defaults to: false)

    Specifes whether the compression is on or off

    Supported values:
    • true
    • false
  • cpg

    Specifies the name of the CPG from which the volume user space will be allocated.

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • modify
    • grow
    • grow_to_size
    • change_snap_cpg
    • change_user_cpg
    • convert_type
    • set_snap_cpg
  • expiration_hours (defaults to: -1)

    Remaining time, in hours, before the volume expires.

  • retention_hours (defaults to: -1)

    Sets the number of hours to retain the volume.

  • rm_exp_time (defaults to: false)

    Enables (false) or disables (true) resetting the expiration time. If false, and expiration time value is a positive number, then set.

    Supported values:
    • true
    • false
  • rm_ss_spc_alloc_limit (defaults to: false)

    Enables (false) or disables (true) removing the snapshot space allocation limit. If false, and limit value is 0, setting ignored.If false, and limit value is a positive number, then set

    Supported values:
    • true
    • false
  • rm_ss_spc_alloc_warning (defaults to: false)

    Enables (false) or disables (true) removing the snapshot space allocation warning. If false, and warning value is a positive number, then set.

    Supported values:
    • true
    • false
  • rm_usr_spc_alloc_limit (defaults to: false)

    Enables (false) or disables (true)false) the allocation limit. If false, and limit value is a positive number, then set.

    Supported values:
    • true
    • false
  • rm_usr_spc_alloc_warning (defaults to: false)

    Enables (false) or disables (true) removing the user space allocation warning. If false, and warning value is a positive number, then set

    Supported values:
    • true
    • false
  • snap_cpg

    Specifies the name of the CPG from which the snapshot space will be allocated.

  • ss_spc_alloc_limit_pct (defaults to: -1)

    Prevents the snapshot space of the virtual volume from growing beyond the indicated percentage of the virtual volume size.

  • ss_spc_alloc_warning_pct (defaults to: -1)

    Generates a warning alert when the reserved snapshot space of the virtual volume exceeds the indicated percentage of the virtual volume size.

  • type (defaults to: thin)

    Specifies the type of the volume

    Supported values:
    • thin
    • thin_dedupe
    • full
  • usr_spc_alloc_limit_pct (defaults to: -1)

    Prevents the user space of the TPVV from growing beyond the indicated percentage of the virtual volume size. After reaching this limit, any new writes to the virtual volume will fail.

  • usr_spc_alloc_warning_pct (defaults to: -1)

    Generates a warning alert when the user data space of the TPVV exceeds the specified percentage of the virtual volume size.

Parameters

  • debug (defaults to: false)

    If true, Debug mode set to true.

    Supported values:
    • true
    • false
  • keep_vv

    Name of the new volume where the original logical disks are saved.

  • new_name

    Specifies the new name for the volume.

  • password

    The password for the storage system User.

  • provider

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

  • size

    Specifies the size of the volume

  • size_unit (defaults to: GiB)

    Specifies the unit of the volume size

    Supported values:
    • MiB
    • GiB
    • TiB
  • ssip

    The storage system IP address or FQDN.

  • url

    If using URL do not use ssip, user, and password. URL in the form of user:password@ssip:8080/

  • user

    The storage system user name.

  • volume_name

    Name of the Virtual Volume.

  • wait_for_task_to_end (defaults to: false)

    Setting to true makes the resource to wait until a task (asynchronous operation, for ex: convert type) ends.

    Supported values:
    • true
    • false