
Create
CertifiedCreate a Ceph pool
Create
Certified
Create a Ceph pool
yaml
type: io.kestra.plugin.ceph.pools.CreateExamples
yaml
id: create_ceph_pool
namespace: company.team
tasks:
- id: create_pool
type: io.kestra.plugin.ceph.pools.Create
host: "ceph-mgr.internal"
username: "admin"
password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
poolName: "archive"
poolType: REPLICATED
size: 3
pgNum: 32
Properties
host *Requiredstring
poolName *Requiredstring
applicationMetadata array
SubTypestring
password string
pgNum integerstring
Default
32pluginDefaultsRef Non-dynamicstring
poolType string
Default
REPLICATEDPossible Values
REPLICATEDERASUREport integerstring
Default
8443size integerstring
Default
3skipSsl booleanstring
Default
falsetoken string
username string
Outputs
application_metadata array
SubTypestring