Re: [nfsv4] [FedFS] Meeting Minutes, 9/30/2010

Robert Thurlow <Robert.Thurlow@oracle.com> Fri, 01 October 2010 15:03 UTC

Return-Path: <Robert.Thurlow@oracle.com>
X-Original-To: nfsv4@core3.amsl.com
Delivered-To: nfsv4@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 19DEF3A6EA9 for <nfsv4@core3.amsl.com>; Fri, 1 Oct 2010 08:03:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sgyHx5CfO-uj for <nfsv4@core3.amsl.com>; Fri, 1 Oct 2010 08:03:42 -0700 (PDT)
Received: from rcsinet10.oracle.com (rcsinet10.oracle.com [148.87.113.121]) by core3.amsl.com (Postfix) with ESMTP id D1E543A6ABB for <nfsv4@ietf.org>; Fri, 1 Oct 2010 08:03:41 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o91F4Msj023134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 1 Oct 2010 15:04:24 GMT
Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o8UFUuNb027217; Fri, 1 Oct 2010 15:04:21 GMT
Received: from abhmt020.oracle.com by acsmt354.oracle.com with ESMTP id 648166201285945396; Fri, 01 Oct 2010 08:03:16 -0700
Received: from [10.7.250.62] (/10.7.250.62) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 01 Oct 2010 08:03:15 -0700
Message-ID: <4CA5F7FC.9000002@oracle.com>
Date: Fri, 01 Oct 2010 09:02:20 -0600
From: Robert Thurlow <Robert.Thurlow@oracle.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080811)
MIME-Version: 1.0
To: James Lentini <jlentini@netapp.com>
References: <alpine.LFD.2.00.1009301550320.21841@jlentini-linux.nane.netapp.com> <34850520-8277-4795-9B5D-573D7907B424@oracle.com> <alpine.LFD.2.00.1009301714310.21841@jlentini-linux.nane.netapp.com> <1285882671.14635.66.camel@heimdal.trondhjem.org> <alpine.LFD.2.00.1010010939160.21841@jlentini-linux.nane.netapp.com>
In-Reply-To: <alpine.LFD.2.00.1010010939160.21841@jlentini-linux.nane.netapp.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: nfsv4@ietf.org, Trond Myklebust <trond.myklebust@fys.uio.no>
Subject: Re: [nfsv4] [FedFS] Meeting Minutes, 9/30/2010
X-BeenThere: nfsv4@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: NFSv4 Working Group <nfsv4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/nfsv4>
List-Post: <mailto:nfsv4@ietf.org>
List-Help: <mailto:nfsv4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Oct 2010 15:03:43 -0000

James Lentini wrote:
> 
> On Thu, 30 Sep 2010, Trond Myklebust wrote:
> 
>> On Thu, 2010-09-30 at 17:33 -0400, James Lentini wrote:
>>> On Thu, 30 Sep 2010, Chuck Lever wrote:
>>>> Some convention for the NFS server's reply in this case should be 
>>>> agreed upon outside of the ongoing FedFS discussion.
>>> I think another way to phrase this question is: How does an NFS server 
>>> indicate that a file system has moved to an unknown location? One 
>>> obvious possibility is to return a zero element locations array in the 
>>> fs_locations structure.
>> NFS4ERR_STALE is the usual response. If you don't know where the 
>> filesystem was migrated to, then what you have is not a migration 
>> event. It is an unexport of the partition.
> 
> Suppose the server waits to resolve the junction until a GETATTR that 
> includes fs_locations[_info]. If the server has already responded with 
> an NFS4ERR_MOVED, will an NFS4ERR_STALE return for the GETATTR be a 
> reasonable response to the client?

If the servers have some issue with waiting for things to
settle, NFS4ERR_DELAY is available.  If the server just
has nothing good to say, NFS4ERR_STALE is final and fatal
to whatever the client was trying to do.

Rob T