Resource Type: ceph_fs
- Defined in:
- lib/puppet/type/ceph_fs.rb
- Providers:
-
ceph
Overview
Name of the file system
Properties
-
data_pool_name
Name of the data pool
Supported values:- /.+/
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
metadata_pool_name
Name of the metadata pool
Supported values:- /.+/
Parameters
-
cluster (namevar)
(defaults to: ceph)
Name of the cluster
Supported values:- /.+/
-
name (namevar)
Name of the file system
Supported values:- /.+/
-
provider
The specific backend to use for this ‘ceph_fs` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.