- 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:
Neil Brown 2016-02-17 03:22:25 +00:00 committed by Git OBS Bridge
parent d187bddd91
commit 1919c1cc48
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -17,8 +17,6 @@ PropagatesReloadTo=nfs-client.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecStartPost=/usr/bin/mount -at nfs,nfs4
ExecStop=/usr/bin/umount -aft nfs,nfs4
[Install]
WantedBy=multi-user.target