From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E987C433F5 for ; Thu, 21 Oct 2021 14:13:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20D6561208 for ; Thu, 21 Oct 2021 14:13:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbhJUOPt (ORCPT ); Thu, 21 Oct 2021 10:15:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230123AbhJUOPs (ORCPT ); Thu, 21 Oct 2021 10:15:48 -0400 Received: from fieldses.org (fieldses.org [IPv6:2600:3c00:e000:2f7::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8814C0613B9 for ; Thu, 21 Oct 2021 07:13:30 -0700 (PDT) Received: by fieldses.org (Postfix, from userid 2815) id A0706647C; Thu, 21 Oct 2021 10:13:29 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.11.0 fieldses.org A0706647C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fieldses.org; s=default; t=1634825609; bh=I6DamTb7z8zUL9FhNKT6FNdQlEhtr8K2DNirFTT4rUs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OljQVyeA0yvAW6+0F8Qz0mrnOMv0eK2yqmQ5HXhz24axOuxoyuXQVciu1vK0EKp7t ih/gWheQpjyOxjNKEtyuMlBweqUG5iClz+SwcCjFSDPgumtgZyxPc5/wg+7DvSNbH2 a8o7M84iEBxZVn5ddAUp+dxnmbK+tNrpE5YBGOvg= Date: Thu, 21 Oct 2021 10:13:29 -0400 From: Bruce Fields To: Trond Myklebust , Anna Schumaker Cc: Chuck Lever III , Olga Kornievskaia , Linux NFS Mailing List , Dai Ngo , Steve Dickson Subject: Re: server-to-server copy by default Message-ID: <20211021141329.GC25711@fieldses.org> References: <20211020155421.GC597@fieldses.org> <0492823C-5F90-494E-8770-D0EC14130846@oracle.com> <20211020181512.GE597@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Wed, Oct 20, 2021 at 07:04:53PM +0000, Chuck Lever III wrote: > Unprivileged mounting seems like a different question to me. > Related, possibly, but not the same. I'd rather leave that > discussion to another thread. Well, I'd be curious if client maintainers have any thoughts. The NFS client still disallows unprivileged mounts, right? Is it something you think could be supported, and if so, do you have an idea what's left to do? Trond, I remember asking you about unprivileged mounts at a bakeathon a few years ago, and at the time you seemed to think it'd be a reasonable thing to do eventually, and the one obstacle you mentioned was that the client wasn't capable of maintaining separate state in different namespaces. That's fixed, isn't it? --b.