mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
The issue is that the mount is /var/lib/scylla/coredump -> /var/lib/systemd/coredump. But we need to do the opposite in order to save the coredump on the partition that Scylla is using: /var/lib/systemd/coredump-> /var/lib/scylla/coredump Fixes #6301