You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to restore a medusa backup. After creating a MedusaRestoreJob resource, the cassandra cluster was restarted by the operator. The medusa-restore init container tried to perform the restore operation but after some time it fails with the following error:
subprocess.CalledProcessError: Command '['chown', '-R', 'root:root', '/var/lib/cassandra/data/dev/test_table-a3b36c407a7211ef8c17e15ea700af1a']' returned non-zero exit status 1.
It seems that it tries to change the permission of the table folder (owned by systemd-coredump user) but it lacks permissions to do it.
subprocess.CalledProcessError: Command '['chown', '-R', 'root:root', '/var/lib/cassandra/data/dev/test_table-a3b36c407a7211ef8c17e15ea700af1a']' returned non-zero exit status 1.
Anything else we need to know?:
Persisted Volumes mounted on pods are based on host path. I executed chmod -R 777 on all the volumes. Below an example of PV created for a k8ssandra node:
What happened?
I tried to restore a medusa backup. After creating a MedusaRestoreJob resource, the cassandra cluster was restarted by the operator. The medusa-restore init container tried to perform the restore operation but after some time it fails with the following error:
It seems that it tries to change the permission of the table folder (owned by systemd-coredump user) but it lacks permissions to do it.
Environment
K8ssandra Operator version:
cr.k8ssandra.io/k8ssandra/k8ssandra-operator:v1.18.0
Kubernetes version information:
k8s 1.25 (Rancher)
Manifests:
Anything else we need to know?:
Persisted Volumes mounted on pods are based on host path. I executed chmod -R 777 on all the volumes. Below an example of PV created for a k8ssandra node:
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-278
The text was updated successfully, but these errors were encountered: