linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sylvain Menu <sylvain.menu@gmail.com>
To: stable@vger.kernel.org
Cc: regressions@lists.linux.dev, chuck.lever@oracle.com,
	jlayton@kernel.org, linux-nfs@vger.kernel.org
Subject: nfs mount disappears due to inode revalidate failure
Date: Thu, 9 Mar 2023 10:42:41 +0100	[thread overview]
Message-ID: <CACH9xG8-tEtWstUVmD9eZFEEAqx-E8Gs14wDL+=uNtBK=-KJvQ@mail.gmail.com> (raw)

Hello,

I am writing to report an issue on a nfs mount that disappears due to
an inode revalide failure (already sent in January but probably banned
with html format...).
This very old commit
(https://github.com/torvalds/linux/commit/cc89684c9a265828ce061037f1f79f4a68ccd3f7)
exactly show the problem I have and this old resolved issue
(https://bugzilla.kernel.org/show_bug.cgi?id=117651) is probably
failing again today

To sum up, I have a NFS mount inside another NFS mount (for example:
/opt/nfs/mount1 & /opt/nfs/mount1/mount2).
If I kill a task trying to get a file descriptor on
/opt/nfs/mount1/mount2 then it will be unmounted. My simple test code
to reproduce very easily:

int main(int argc, char *argv[]) {
    while (1) {
        close(open(argv[1], O_RDONLY));
    }
}

In logs, I have: "nfs_revalidate_inode: (0:62/845965) getattr failed,
error=-512"

Tested on 5.19 and 6.1 kernel

Best regards,
Sylvain Menu

             reply	other threads:[~2023-03-09  9:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09  9:42 Sylvain Menu [this message]
2023-03-09 10:07 ` nfs mount disappears due to inode revalidate failure Greg KH
2023-03-09 10:17   ` Sylvain Menu
2023-03-09 10:22     ` Greg KH
2023-03-09 15:24       ` Sylvain Menu
2023-04-16 21:30         ` NeilBrown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACH9xG8-tEtWstUVmD9eZFEEAqx-E8Gs14wDL+=uNtBK=-KJvQ@mail.gmail.com' \
    --to=sylvain.menu@gmail.com \
    --cc=chuck.lever@oracle.com \
    --cc=jlayton@kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=regressions@lists.linux.dev \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).