Resource Type: ceph_pool

Defined in:
lib/puppet/type/ceph_pool.rb
Providers:
ceph

Overview

Name of the pool

Properties

  • application

    Associated application

    Supported values:
    • /.+/
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • pg_num (defaults to: 64)

    Number of PGs

  • pgp_num

    Number of PGs for placement

  • size

    Pool size

Parameters

  • cluster (namevar)

    Name of the cluster

    Supported values:
    • /.+/
  • name (namevar)

    Name of the pool

    Supported values:
    • /.+/
  • provider

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