John Sanda
John Sanda
There are additional changes needed. The management-api writes to /opt. Logs are written to /var/log/cassandra. This makes a number of places where we need to introduce volume mounts. This begs...
I thought some more about config files/directories, /etc/cassandra in particular. Here is what I propose we do: Store all config files in a ConfigMap. It becomes part of the operator...
My idea is only focused on addressing `/etc/cassandra` in particular. The approach is applicable though for configs is general. For some situations it might be overkill.
I am doing some more work on this and wanted to point out that there is already an EmptyDir volume for `/var/log/cassandra` since the log directory needs to be accessible...
Isn't this a duplicate of https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/193?
It's not actually in review. I got the PR to a point where it was ready for review and working based on initial testing. I held off on having anyone...
Just realized I didn't answer your question :) yes it should be in a different state.
@github-vincent-miszczak can you share your cass-operator logs?
>It would have been easy to make a controller that put annotations on unrecoverable volumes What criteria would you use to determine that a volume unrecoverable? I suppose that if...
>for each list of volumes by node, if the node do not exist in the list of nodes, then corresponding volumes are unrecoverable Are you referring to Cassandra nodes or...