Create

Create

Certified

Create an RBD snapshot

yaml
type: io.kestra.plugin.ceph.rbd.snapshots.Create
yaml
id: create_rbd_snapshot
namespace: company.team

tasks:
  - id: snapshot
    type: io.kestra.plugin.ceph.rbd.snapshots.Create
    host: "ceph-mgr.internal"
    username: "admin"
    password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
    poolName: "rbd"
    imageName: "data-volume"
    snapshotName: "before-migration"
Properties
Default8443
Defaultfalse