Create

Create

Certified

Create an RBD image

yaml
type: io.kestra.plugin.ceph.rbd.images.Create
yaml
id: create_rbd_image
namespace: company.team

tasks:
  - id: create_image
    type: io.kestra.plugin.ceph.rbd.images.Create
    host: "ceph-mgr.internal"
    username: "admin"
    password: "{{ secret('CEPH_DASHBOARD_PASSWORD') }}"
    poolName: "rbd"
    imageName: "data-volume"
    size: 10737418240
Properties
Default8443
Defaultfalse