mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
On some environment systemd-coredump does not work with symlink directory, we can use bind-mount instead. Also, it's better to check systemd-coredump is working by generating coredump. To fix #5916, drop scylla_coredump_setup from .rpm %post scriptlet. Fixes #5753 Fixes #5916