Tomáš Nožička
Tomáš Nožička
Whenever we inherit a field from previous version of an object or when we merge metadata we need to set UUID precondition for update so we don't accidentally inherit a...
We should have an early signal on integration with latest Scylla Enterpise (before it gets to QA). We can setup a periodic job which will be cost effective compared to...
```[tasklist] - [ ] https://github.com/scylladb/scylla-operator/issues/1434 - [ ] https://github.com/scylladb/scylla-operator/issues/1435 ```
**Describe the bug** Scalling cluster down and up before it's finished gets the cluster stuck on a node that's decommissioned but never removed. **To Reproduce** Steps to reproduce the behavior:...
We should ad an upgrade test to make sure existing ScyllaDBMonitoring instances work after scylla-operator upgrade which transitively bumps grafana and prometheus versions.
We should cleanup the traces of old monitoring setup, now that we only support the new managed monitoring through ScyllaDBMonitoring CR. - there is a ServiceMonitor template (with wrong selector...
We need to test and document a way to grow storage when there is space at the same node. At this point, due to some upstream limitation with StatefulSets this...
### What should the feature do? When a mount fails, say because the actual filesystem needed a repair, we won't try again. Well systemd doesn't :( Say when the admin...
We need to cover manual storage expansion with an e2e test, to make sure everything works properly and we have docummented the full flow and it keeps working.
Add e2e test that verifies manual storage expansion with rolling node replacement.