
Create
CertifiedCreate an RBD snapshot
Create
Certified
Create an RBD snapshot
yaml
type: io.kestra.plugin.ceph.rbd.snapshots.CreateExamples
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
host *Requiredstring
imageName *Requiredstring
poolName *Requiredstring
snapshotName *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false