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

Trond Myklebust <trond.myklebust@fys.uio.no> Thu, 30 September 2010 21:37 UTC

Return-Path: <trond.myklebust@fys.uio.no>
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 E7BA63A6DF4 for <nfsv4@core3.amsl.com>; Thu, 30 Sep 2010 14:37:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.277
X-Spam-Level:
X-Spam-Status: No, score=-6.277 tagged_above=-999 required=5 tests=[AWL=0.322, 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 XXs4Hj76-IZs for <nfsv4@core3.amsl.com>; Thu, 30 Sep 2010 14:37:14 -0700 (PDT)
Received: from mail-out1.uio.no (mail-out1.uio.no [129.240.10.57]) by core3.amsl.com (Postfix) with ESMTP id 5AC793A6D53 for <nfsv4@ietf.org>; Thu, 30 Sep 2010 14:37:14 -0700 (PDT)
Received: from mail-mx4.uio.no ([129.240.10.45]) by mail-out1.uio.no with esmtp (Exim 4.69) (envelope-from <trond.myklebust@fys.uio.no>) id 1P1QpA-0002Qe-Mv; Thu, 30 Sep 2010 23:37:56 +0200
Received: from c-68-40-206-115.hsd1.mi.comcast.net ([68.40.206.115] helo=[192.168.1.29]) by mail-mx4.uio.no with esmtpsa (SSLv3:CAMELLIA256-SHA:256) user trondmy (Exim 4.69) (envelope-from <trond.myklebust@fys.uio.no>) id 1P1Qp9-0005Gs-UH; Thu, 30 Sep 2010 23:37:56 +0200
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: James Lentini <jlentini@netapp.com>
In-Reply-To: <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> <alpine.LFD.2.00.1009301714310.21841@jlentini-linux.nane.netapp.com>
Content-Type: text/plain; charset="UTF-8"
Date: Thu, 30 Sep 2010 17:37:51 -0400
Message-ID: <1285882671.14635.66.camel@heimdal.trondhjem.org>
Mime-Version: 1.0
X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13)
Content-Transfer-Encoding: 7bit
X-UiO-Ratelimit-Test: rcpts/h 3 msgs/h 1 sum rcpts/h 5 sum msgs/h 2 total rcpts 1008 max rcpts/h 20 ratelimit 0
X-UiO-Spam-info: not spam, SpamAssassin (score=-5.0, required=5.0, autolearn=disabled, UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO)
X-UiO-Scanned: A0F1E9F5D93125CD1D7E5E9BBACEB4DD34556F54
X-UiO-SPAM-Test: remote_host: 68.40.206.115 spam_score: -49 maxlevel 80 minaction 2 bait 0 mail/h: 1 total 399 max/h 7 blacklist 0 greylist 0 ratelimit 0
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:37:16 -0000

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.

Cheers
  Trond