mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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