Resource Type: gpfs_fileset_quota

Defined in:
lib/puppet/type/gpfs_fileset_quota.rb
Providers:
shell
rest_v2

Summary

Set a GPFS fileset quota

Overview

Autorequires: * gpfs_fileset - Puppet will autorequire the gpfs_fileset resource defined in fileset property.

Examples:

Add fileset quota to test fileset.

gpfs_fileset_quota { 'test':
  filesystem => 'project',
  block_soft_limit  => '5T',
  block_hard_limit  => '5T',
  files_soft_limit  => 1000000,
  files_hard_limit  => 1000000,
}

Properties

  • block_hard_limit

    blockHardLimit of quota

  • block_soft_limit

    blockSoftLimit of quota

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • files_hard_limit

    filesHardLimit of quota

  • files_soft_limit

    filesSoftLimit of quota

Parameters

  • fileset

    The GPFS fileset name.

  • filesystem

    The GPFS filesystem name.

  • name (namevar)

    The default namevar

  • object_name

    The GPFS quota object name

  • provider

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

  • type (defaults to: fileset)

    Quota type