mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
var-lib-scylla.mount should wait for MDRAID initilization, so we need to add 'After=mdmonitor.service'. However, currently mdmonitor.service fails to start due to no mail address specified, we need to add the entry on mdadm.conf. Fixes #6876