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

James Lentini <jlentini@netapp.com> Thu, 30 September 2010 21:33 UTC

Return-Path: <jlentini@netapp.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 668523A6CF3 for <nfsv4@core3.amsl.com>; Thu, 30 Sep 2010 14:33:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.729
X-Spam-Level:
X-Spam-Status: No, score=-5.729 tagged_above=-999 required=5 tests=[AWL=0.870, 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 zjBOreriFwWn for <nfsv4@core3.amsl.com>; Thu, 30 Sep 2010 14:33:09 -0700 (PDT)
Received: from mx2.netapp.com (mx2.netapp.com [216.240.18.37]) by core3.amsl.com (Postfix) with ESMTP id B6E3B3A6B8E for <nfsv4@ietf.org>; Thu, 30 Sep 2010 14:33:08 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="4.57,261,1283756400"; d="scan'208";a="460989252"
Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx2-out.netapp.com with ESMTP; 30 Sep 2010 14:33:35 -0700
Received: from jlentini-linux.hq.netapp.com (jlentini-linux.hq.netapp.com [10.97.16.21]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id o8ULXYIY002210; Thu, 30 Sep 2010 14:33:34 -0700 (PDT)
Date: Thu, 30 Sep 2010 17:33:33 -0400
From: James Lentini <jlentini@netapp.com>
X-X-Sender: jlentini@jlentini-linux.nane.netapp.com
To: Chuck Lever <chuck.lever@oracle.com>
In-Reply-To: <34850520-8277-4795-9B5D-573D7907B424@oracle.com>
Message-ID: <alpine.LFD.2.00.1009301714310.21841@jlentini-linux.nane.netapp.com>
References: <alpine.LFD.2.00.1009301550320.21841@jlentini-linux.nane.netapp.com> <34850520-8277-4795-9B5D-573D7907B424@oracle.com>
User-Agent: Alpine 2.00 (LFD 1167 2008-08-23)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"
Cc: nfsv4@ietf.org
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: Thu, 30 Sep 2010 21:33:14 -0000

On Thu, 30 Sep 2010, Chuck Lever wrote:

> 
> On Sep 30, 2010, at 3:51 PM, James Lentini wrote:
> 
> > 
> > FedFS Meeting Minutes, 9/30/2010
> > --------------------------------
<snip>
> > - What should be the error if an FSL object is missing information? There 
> >   is an existing error code, FEDFS_ERR_NSDB_RESPONSE, for malformed 
> >   responses. We'll expand on the description of this error to note some of 
> >   situations (like this one) in which it should be used.
> 
> ...and clarify the differences between FEDFS_ERR_NSDB_RESPONSE, 
> FEDFS_ERR_NSDB_FAULT, and FEDFS_ERR_NSDB_LDAP{_VAL}.

Not a problem.

> 
> In addition, the NSDB_RESPONSE error code can be returned by the 
> ADMIN protocol's FEDFS_LOOKUP_JUNCTION procedure.  

Correct, this is a valid error value for FEDFS_LOOKUP_JUNCTION.

> The specific question I had is how an NFS fileserver should reply to 
> GETATTR(fs_locations) if the NSDB returns obviously broken FSL 
> information.

Sorry for unintentionally leaving this out of the minutes.
 
> 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.