Create

Create

Certified

Create a Ceph pool

yaml
type: io.kestra.plugin.ceph.pools.Create
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
SubTypestring
Default32
DefaultREPLICATED
Possible Values
REPLICATEDERASURE
Default8443
Default3
Defaultfalse
SubTypestring