- Symptom: It looks like following https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1299437 / T427925 the staging.webrequest.page_view.dev0 topic has started growing and taking up all fs space e.g.
- Rootcause: A staging topic on kafka-jumbo was created with an insufficient/default number of partitions for its size, leading to three brokers (the replication factor) filling up their filesystem
- Mitigation: me and @ABran-WMF have mitigate the issue by extending the vg, though a proper fix is of course needed
on kafka-jumbo1012 / kafka-jumbo1015 / kafka-jumbo1018
sudo lvextend -r -L +3T /dev/vg1/srv
incident doc: https://docs.google.com/document/d/1PrMCQ4W1Li1VQ3SaGIokp1PQ3gPvy3n7UAhgHJol0IA/edit?tab=t.0

