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 | ||
+ | # Add label to snapshot class | ||
+ | https://velero.io/docs/main/csi/ | ||
``` | ``` | ||
kubectl edit volumesnapshotclass ceph-block | kubectl edit volumesnapshotclass ceph-block |
Revision as of 14:03, 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
Add label to snapshot class
https://velero.io/docs/main/csi/
kubectl edit volumesnapshotclass ceph-block
add label
velero.io/csi-volumesnapshot-class: "true"