forked from pool/docker
Accepting request 504626 from home:jordimassaguerpla:branch:V:c:fix_bsc_1029630:docker
- 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. OBS-URL: https://build.opensuse.org/request/show/504626 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=191
This commit is contained in:
parent
d3edfac459
commit
6d17ff854b
@ -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