Hi All
Facing below error for kasten k10 backup
Failed to check and update snapshot content: failed to take snapshot of the volume f34dc167-3bdb-4e8d-9297-30299aaf1e65: "rpc error: code = Internal desc = CreateSnapshot failed with error Bad request with: [POST https://he-dhn-011.nesc.gemini.net:8776/v3/d62ec5e65d7847db91499d890092bbe3/snapshots], error message: {\"badRequest\": {\"message\": \"Invalid input for field/attribute metadata. Value: {u'csi.storage.k8s.io/volumesnapshot/name': u'k10-csi-snap-7znnkr6xtvg98xjs', u'cinder.csi.openstack.org/cluster': u'kubernetes', u'csi.storage.k8s.io/volumesnapshot/namespace': u'test', u'csi.storage.k8s.io/volumesnapshotcontent/name': u'snapcontent-762bdbab-e2b3-478d-ae83-03a4d09b3630'}. u'cinder.csi.openstack.org/cluster', u'csi.storage.k8s.io/volumesnapshot/name', u'csi.storage.k8s.io/volumesnapshot/namespace', u'csi.storage.k8s.io/volumesnapshotcontent/name' do not match any of the regexes: '^[a-zA-Z0-9-_:. ]{1,255}$'\", \"code\": 400}}"
Below is my volumesnapshot yaml file
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
name: cinder-snapshot-class
annotations:
k10.kasten.io/is-snapshot-class: "true"
driver: cinder.csi.openstack.org
deletionPolicy: Delete
Please help to resolve the issue