Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8E1B10767 for ; Wed, 28 May 2014 18:23:04 +0000 (UTC) Received: (qmail 46675 invoked by uid 500); 28 May 2014 18:23:01 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 46569 invoked by uid 500); 28 May 2014 18:23:01 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 46560 invoked by uid 99); 28 May 2014 18:23:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 18:23:01 +0000 Date: Wed, 28 May 2014 18:23:01 +0000 (UTC) From: "Yesha Vora (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-6458) NFS: stale NFS file handle Error for previous mount point MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Yesha Vora created HDFS-6458: -------------------------------- Summary: NFS: stale NFS file handle Error for previous mount point Key: HDFS-6458 URL: https://issues.apache.org/jira/browse/HDFS-6458 Project: Hadoop HDFS Issue Type: Bug Components: nfs Affects Versions: 2.2.0 Reporter: Yesha Vora Steps to reproduce: 1) Set dfs.nfs.exports.allowed.hosts = rw 2) mount nfs on 3) Set dfs.nfs.exports.allowed.hosts = rw 4) mount nfs on Try to access NFS mount point at Gateway. Can't access mount point from Gateway. {noformat} bash: ls /tmp/tmp_mnt ls: cannot access /tmp/tmp_mnt: Stale NFS file handle {noformat} Expected: Mount_point from previous config should be accessible if it is not unmounted before config change. -- This message was sent by Atlassian JIRA (v6.2#6252)