diff options
author | NeilBrown <neilb@suse.de> | 2014-03-24 07:46:02 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-03-24 16:30:04 -0400 |
commit | ddeb343508886da1dcec810052f6fd69bada7164 (patch) | |
tree | d71ce9b9539e822efbc7b7553dd248878da04a0c | |
parent | 92c788cdd805126bad2691449a6890509319deb6 (diff) | |
download | nfs-utils-ddeb343508886da1dcec810052f6fd69bada7164.tar.gz nfs-utils-ddeb343508886da1dcec810052f6fd69bada7164.tar.xz nfs-utils-ddeb343508886da1dcec810052f6fd69bada7164.zip |
systemd: nfs-client needs rpc-svcgssd too.
For NFSv4.0 callbacks, the server needs the client code and
the client needs the server code.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | systemd/nfs-client.target | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target index fa59135..f3c09e7 100644 --- a/systemd/nfs-client.target +++ b/systemd/nfs-client.target @@ -5,8 +5,9 @@ Wants=remote-fs-pre.target # Note: we don't "Wants=rpc-statd.service" as "mount.nfs" will arrange to # start that on demand if needed. -Wants=rpc-gssd.service nfs-blkmap.service rpc-statd-notify.service -Before=rpc-gssd.service nfs-blkmap.service +Wants=rpc-gssd.service rpc-svcgssd.service +Wants=nfs-blkmap.service rpc-statd-notify.service +Before=rpc-gssd.service rpc-svcgssd.service nfs-blkmap.service [Install] WantedBy=multi-user.target |