- nfs.service: don't mount/unmount nfs filesystems.
systemd does this automatically. Trying to do it here too causes timing races (boo#963616) OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=154
This commit is contained in:
parent
d187bddd91
commit
1919c1cc48
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 03:20:55 UTC 2016 - neilb@suse.com
|
||||||
|
|
||||||
|
- nfs.service: don't mount/unmount nfs filesystems.
|
||||||
|
systemd does this automatically. Trying to do it here too
|
||||||
|
causes timing races (boo#963616)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 26 16:17:42 UTC 2015 - schwab@suse.de
|
Thu Nov 26 16:17:42 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nfs-utils
|
# spec file for package nfs-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -17,8 +17,6 @@ PropagatesReloadTo=nfs-client.target
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/bin/true
|
ExecStart=/bin/true
|
||||||
ExecStartPost=/usr/bin/mount -at nfs,nfs4
|
|
||||||
ExecStop=/usr/bin/umount -aft nfs,nfs4
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user