Difference between revisions of "Rook ceph"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
https://github.com/ceph/ceph-csi/blob/devel/docs/snap-clone.md#create-rbd-snapshot-and-clone-volume | https://github.com/ceph/ceph-csi/blob/devel/docs/snap-clone.md#create-rbd-snapshot-and-clone-volume | ||
+ | ``` | ||
+ | kubectl edit volumesnapshotclass ceph-block | ||
+ | ``` | ||
+ | add label | ||
+ | ``` | ||
+ | velero.io/csi-volumesnapshot-class: "true" | ||
+ | ``` | ||
# Notes | # Notes | ||
https://github.com/rook/rook/issues/3203 | https://github.com/rook/rook/issues/3203 |
Revision as of 14:02, 5 July 2023
https://rook.io/v1.11/Storage-Configuration/Ceph-CSI/ceph-csi-snapshot/
https://github.com/ceph/ceph-csi/blob/devel/docs/snap-clone.md#create-rbd-snapshot-and-clone-volume
kubectl edit volumesnapshotclass ceph-block
add label
velero.io/csi-volumesnapshot-class: "true"