Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp3267616pxy; Mon, 3 May 2021 20:40:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzsQm4sCamKrf0dDyHQZLKcnkMCkfTGMIQF/qNJhb+1ugcfJpvK1/Y+OvhrcAh3lo7wGUSX X-Received: by 2002:a05:6402:17d8:: with SMTP id s24mr20505486edy.155.1620099630034; Mon, 03 May 2021 20:40:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620099630; cv=none; d=google.com; s=arc-20160816; b=Bi54xt1bLMz/SCFUGrpENAneIVaLQ9/P0H4wKBzJXjdhnMXpUJofJf4a0l+1vF3plL XEQFl/F3PTEZJ1g6DvLhCS9wmAZHLjq5cJqHpupwEOJ3xkH2E39mWLxKPYEW1lCQnX64 AxDY0B2+MvJtTpP2lIi9Xrf3iwhnxI1wFuhTwF3YEl4Z9s3eYslgETu9gMZbkgzFvXa2 578PtEuDMrGEgrPIJyA0Y9Y7WS3qBhGIjvaxyzGpCJv9kY0HcPQLXZF8+FMVornnJVer Y7jA53AgLsIEtaJsqJhwWTQtKm0/YxQf8BTGPhuNzyATaDkvmazVq3VxaqzeafKZvS5D e2lA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:references:in-reply-to:subject :cc:cc:to:from:mime-version:content-transfer-encoding; bh=/NiToWMAnd0j+WxrkEp9KCZuzh/VjzeHEu2lF4P6GAA=; b=cUliGXxckIx/kMLNLzknTKHQQ9e0sGUUAtZVrP9MAEmzQdqqEeQvyprUCm6RbGyf7t iBOnz0LDUEdxDcd9xP+o/vzl3m5XbgNqhN8c+WTIZzYP6zWODsg/1GwaQ4Ske3Riaq74 yVjCk7VlR4W/VXCZm8BMafpf5U+Fvcpb1vvTCvJ7mSZEkm4Wq49OqveLL8Lb0vsr6fyN KNP5miurgpPKj+gXi+qy0Rzent/lEYeIHYh/OYCzXtHTT8E/+p4pI+gGU2D0q2J+CRsr pu0S12mxdFQyxhZCFxvgrUp0F7nGAEgFxuh6HoK4h6qzzZbDqcHmvg4NuL7vHRtjm996 Iqfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h5si668873edz.533.2021.05.03.20.39.49; Mon, 03 May 2021 20:40:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229658AbhEDDfl convert rfc822-to-8bit (ORCPT + 99 others); Mon, 3 May 2021 23:35:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:39740 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229499AbhEDDfl (ORCPT ); Mon, 3 May 2021 23:35:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc" Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 27D28B14E; Tue, 4 May 2021 03:34:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 From: "NeilBrown" To: "Yongcheng Yang" Cc: "Steve Dickson" Cc: "Linux NFS Mailing list" , "Yongcheng Yang" , "Petr Pisar" Subject: Re: [PATCH] systemd: nfs-server.service add "Wants" dependency on rpc-rquotad.service In-reply-to: <20210430065601.16523-1-yoyang@redhat.com> References: <20210430065601.16523-1-yoyang@redhat.com> Date: Tue, 04 May 2021 13:34:41 +1000 Message-id: <162009928153.6582.2032158868104502300@noble.neil.brown.name> Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Fri, 30 Apr 2021, Yongcheng Yang wrote: > The RPC quota service was part of nfs-utils and started together > with nfs-server before it was splitting out from nfs-utils. > > It would be convenient to preserve the behavior: Let nfs-server > start rpc-rquotad automatically. > > Signed-off-by: Petr Pisar > Signed-off-by: Yongcheng Yang I would prefer that whatever package provides rpc-rquotad should take care of this. It can provide a "wants" symlink .../systemd/system/nfs-server.wants/rpc-rquotad.service -> .../rpc-rquotad.service NeilBrown