Accepting request 504651 from Virtualization:containers
- Fix bsc#1029630: docker does not wait for lvm on system startup I added "lvm2-monitor.service" as an "After dependency" of the docker systemd unit. (forwarded request 504626 from jordimassaguerpla) OBS-URL: https://build.opensuse.org/request/show/504651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=56
This commit is contained in:
commit
de6e51c1cb
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 10:54:36 UTC 2017 - jmassaguerpla@suse.com
|
||||
|
||||
- Fix bsc#1029630: docker does not wait for lvm on system startup
|
||||
|
||||
I added "lvm2-monitor.service" as an "After dependency" of the docker systemd
|
||||
unit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 11:29:45 UTC 2017 - jmassaguerpla@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=http://docs.docker.com
|
||||
After=network.target containerd.socket containerd.service
|
||||
After=network.target containerd.socket containerd.service lvm2-monitor.service
|
||||
Requires=containerd.socket containerd.service
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user