ceph-csi/internal
Madhu Rajanna 0837c05be0 rbd: set scheduling interval on snapshot mirrored image
Mirror-snapshots can also be automatically created on a
periodic basis if mirror-snapshot schedules are defined.
The mirror-snapshot can be scheduled globally, per-pool,
or per-image levels. Multiple mirror-snapshot schedules
can be defined at any level.

To create a mirror-snapshot schedule with rbd, specify
the mirror snapshot schedule add command along with an
optional pool or image name; interval; and optional start time:

The interval can be specified in days, hours, or minutes
using d, h, m suffix respectively. The optional start-time
can be specified using the ISO 8601 time format. For example:

```
$ rbd --cluster site-a mirror snapshot schedule
  add --pool image-pool --image image1 24h 14:00:00-05:00
```

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-07-06 14:41:48 +00:00
..
cephfs internal: reformat long lines in internal/cephfs package to 120 chars 2021-06-28 14:43:49 +00:00
controller rebase: update controller-runtime package to v0.9.2 2021-07-01 03:35:23 +00:00
csi-common internal: reformat long lines in internal/csi-common package to 120 chars 2021-06-28 14:43:49 +00:00
journal internal: reformat long lines in internal/journal package to 120 chars 2021-06-28 14:43:49 +00:00
liveness util: replace klog with util logger in liveness.go 2020-08-19 14:38:12 +00:00
rbd rbd: set scheduling interval on snapshot mirrored image 2021-07-06 14:41:48 +00:00
util util: add method to get rados connection 2021-07-06 14:41:48 +00:00