Cassandra pods not binding to PVCs
Cassandra Persistent Volume Claims (PVCs) have the status 'Pending' when Cassandra Persistent Volumes (PVs) are not on the same local node.
Problem
Cassandra pods with local storage do not come up, due to inability to bind to their PVCs.
Cause
If local storage is used, the noi-cassandra-* and noi-cassandra-bak-* PVs must be on the same local node. Cassandra pods fail to bind to their PVCs if noi-cassandra-* and noi-cassandra-bak-* PVs are not on the same local node.Resolution
Ensure that the noi-cassandra-* and noi-cassandra-bak-* PVs are on the same local node
#4658 Needs triage/work