Codebase list mdadm / cec72c0
systemd/mdadm-last-resort: add Conflicts to .service file. It seems that having the Conflicts in the .timer file is not sufficient. Sometimes it works, but if the timer gets requested after the conflicting block device appears (or was it "before" ...) the timer is not aborted. Having the Conflicts in both files seems to work reliably. URL: https://bugzilla.suse.com/show_bug.cgi?id=853944 Signed-off-by: NeilBrown <neilb@suse.com> NeilBrown 8 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 [Unit]
11 Description=Activate md array even though degraded
22 DefaultDependencies=no
3 Conflicts=sys-devices-virtual-block-%i.device
34
45 [Service]
56 Type=oneshot