From: Don Brady Date: Fri, 15 Feb 2019 22:40:16 +0000 (-0700) Subject: ZFS mounted NFSv3 shares fail lock reclaims X-Git-Tag: zfs-0.8.0-rc4~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a28c1a58fef803a63fdfe0390ac529b7c4a18685;p=zfs ZFS mounted NFSv3 shares fail lock reclaims ZFS NFS shares mounted on a client with NFSv3 and with open locks will fail to reclaim those locks after a server reboot. Reviewed-by: Brian Behlendorf Reviewed-by: George Wilson Reviewed-by: George Melikov Signed-off-by: Don Brady Closes #8398 --- diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in index 312547c26..75ff6e946 100644 --- a/etc/systemd/system/zfs-share.service.in +++ b/etc/systemd/system/zfs-share.service.in @@ -3,6 +3,7 @@ Description=ZFS file system shares Documentation=man:zfs(8) After=nfs-server.service nfs-kernel-server.service After=smb.service +Before=rpc-statd-notify.service Wants=zfs-mount.service PartOf=nfs-server.service nfs-kernel-server.service PartOf=smb.service