Hi all,
after upgrading to rancher 2.6.9 and for the downstream cluster kubernetes 1.24.7 (stable), we found an issue for creating snapshots.
The error pattern is similar to this scenario*:*
https://github.com/rancher/rancher/issues/39605
The only difference is that we do not store snapshots in S3, but store them locally on the respective host and then save them centrally in NFS.
In Rancher Management you see them at "0 bytes"size.
It seems to be just a permission problem in Rancher, so it can't read the locally stored files, for example.
In the pod "rke2-etcd-snapshots" on rachner cluster we found an error form snapshot handler like is: "error while receiving cluster local from cache via index: Index with name by-cluster does not exisit, requeuing ..."
Does anyone have any ideas on how to fix this?