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