
Rollback
CertifiedRoll back an RBD image to a snapshot
Rollback
Certified
Roll back an RBD image to a snapshot
yaml
type: io.kestra.plugin.ceph.rbd.snapshots.RollbackExamples
yaml
id: rollback_rbd_image
namespace: company.team
tasks:
- id: rollback
type: io.kestra.plugin.ceph.rbd.snapshots.Rollback
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