This message was deleted.
# harvester
a
This message was deleted.
s
Hi @straight-nest-8449, Could you help to create a GH issue to describe your situation and attach the support bundle for confirmation? I thought we might be missing some cases here, but need to confirm that with your support bundle. Thanks!
s
h
@straight-nest-8449 did you follow these steps? https://github.com/harvester/harvester/issues/2405#issuecomment-1557428207 Mostly step 4 and 5?
👍 1
s
Thanks@happy-cat-90847 for the reminder. @straight-nest-8449, could you verify again with the above steps to set up rook and try VM backup again?
s
@happy-cat-90847 @salmon-city-57654 The snapshot class is configured. Here's my CSI driver config:
Copy code
{
  "<http://driver.longhorn.io|driver.longhorn.io>": {
    "volumeSnapshotClassName": "longhorn-snapshot",
    "backupVolumeSnapshotClassName": "longhorn"
  },
  "<http://rook-ceph.rbd.csi.ceph.com|rook-ceph.rbd.csi.ceph.com>": {
    "volumeSnapshotClassName": "ceph-block",
    "backupVolumeSnapshotClassName": "ceph-block"
  }
}
And the associated snapshot class:
Copy code
apiVersion: <http://snapshot.storage.k8s.io/v1|snapshot.storage.k8s.io/v1>
deletionPolicy: Delete
driver: <http://rook-ceph.rbd.csi.ceph.com|rook-ceph.rbd.csi.ceph.com>
kind: VolumeSnapshotClass
metadata:
  annotations:
    <http://snapshot.storage.kubernetes.io/is-default-class|snapshot.storage.kubernetes.io/is-default-class>: "false"
  creationTimestamp: "2024-05-13T16:29:40Z"
  generation: 1
  labels:
    <http://argocd.argoproj.io/instance|argocd.argoproj.io/instance>: rook-ceph-cluster.rook-ceph.harvester
  name: ceph-block
  resourceVersion: "41822347"
  uid: 52e0ba86-83ad-4778-98d7-928f050f7e1b
parameters:
  clusterID: rook-ceph
  <http://csi.storage.k8s.io/snapshotter-secret-name|csi.storage.k8s.io/snapshotter-secret-name>: rook-csi-rbd-provisioner
  <http://csi.storage.k8s.io/snapshotter-secret-namespace|csi.storage.k8s.io/snapshotter-secret-namespace>: rook-ceph