From patchwork Thu Feb 20 06:55:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: NeilBrown X-Patchwork-Id: 3684791 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 93280BF40C for ; Thu, 20 Feb 2014 06:57:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A49DF201B6 for ; Thu, 20 Feb 2014 06:57:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A4425201D5 for ; Thu, 20 Feb 2014 06:57:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845AbaBTG5B (ORCPT ); Thu, 20 Feb 2014 01:57:01 -0500 Received: from cantor2.suse.de ([195.135.220.15]:43723 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940AbaBTG4v (ORCPT ); Thu, 20 Feb 2014 01:56:51 -0500 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D615FACB6; Thu, 20 Feb 2014 06:56:50 +0000 (UTC) From: Neil Brown To: Steve Dickson Date: Thu, 20 Feb 2014 17:55:30 +1100 Subject: [PATCH 5/6] systemd: nfs-client needs rpc-svcgssd too. Cc: linux-nfs@vger.kernel.org Message-ID: <20140220065530.7320.83541.stgit@notabene.brown> In-Reply-To: <20140220065345.7320.49992.stgit@notabene.brown> References: <20140220065345.7320.49992.stgit@notabene.brown> User-Agent: StGit/0.16 MIME-Version: 1.0 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP For NFSv4.0 callbacks, the server needs the client code and the client needs the server code. Signed-off-by: NeilBrown --- systemd/nfs-client.target | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/systemd/nfs-client.target b/systemd/nfs-client.target index fa591354abf3..f3c09e76a0f7 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