
Clone
CertifiedClone an RBD snapshot into a new image
Clone
Certified
Clone an RBD snapshot into a new image
yaml
type: io.kestra.plugin.ceph.rbd.snapshots.CloneExamples
yaml
id: clone_rbd_snapshot
namespace: company.team
tasks:
- id: clone
type: io.kestra.plugin.ceph.rbd.snapshots.Clone
host: "ceph-mgr.internal"
username: "admin"
password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
poolName: "rbd"
imageName: "data-volume"
snapshotName: "before-migration"
childPoolName: "rbd"
childImageName: "data-volume-clone"
Properties
childImageName *Requiredstring
childPoolName *Requiredstring
host *Requiredstring
imageName *Requiredstring
poolName *Requiredstring
snapshotName *Requiredstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
8443skipSsl booleanstring
Default
false