From: Li Lingfeng <lilingfeng3@huawei.com>
To: Benjamin Coddington <bcodding@redhat.com>
Cc: Jeff Layton <jlayton@kernel.org>, <chuck.lever@oracle.com>,
<neil@brown.name>, <okorniev@redhat.com>, <Dai.Ngo@oracle.com>,
<tom@talpey.com>, <linux-nfs@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <yukuai1@huaweicloud.com>,
<houtao1@huawei.com>, <yi.zhang@huawei.com>,
<yangerkun@huawei.com>, <lilingfeng@huaweicloud.com>,
<zhangjian496@huawei.com>
Subject: Re: [PATCH] nfsd: remove long-standing revoked delegations by force
Date: Tue, 2 Sep 2025 21:08:48 +0800 [thread overview]
Message-ID: <a35d7d19-c2ee-4d32-ae12-6d8493dbac0b@huawei.com> (raw)
In-Reply-To: <BF48C6D1-ED2E-4B9C-A833-FF48D9ACC044@redhat.com>
Hi, Ben
在 2025/9/2 20:43, Benjamin Coddington 写道:
> On 2 Sep 2025, at 8:10, Li Lingfeng wrote:
>
>> Our expected outcome was that the client would release the abnormal
>> delegation via TEST_STATEID/FREE_STATEID upon detecting its invalidity.
>> However, this problematic delegation is no longer present in the
>> client's server->delegations list—whether due to client-side timeouts or
>> the server-side bug [1].
> How does the client timeout TEST_STATEID - are you mounting with 'soft'?
I have never actually encountered a timeout; on 5.10, I triggered it by
forcibly injecting a timeout error.
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -6509,6 +6509,10 @@ static void nfs4_delegreturn_prepare(struct
rpc_task *task, void *data)
&d_data->args.seq_args,
&d_data->res.seq_res,
task);
+
+ printk("%s force inject err\n", __func__);
+ task->tk_rpc_status = -ETIMEDOUT;
+ rpc_exit(task, -ETIMEDOUT);
}
> We should find the server-side bug and fix it rather than write code to
> paper over it. I do think the synchronization of state here is a bit
> fragile and wish the protocol had a generation, sequence, or marker for
> setting SEQ4_STATUS_ bits..
I was able to reproduce a server-side bug by adding delays (without using
fault injection). The server-side bug is detailed in reference [1].
I would appreciate it if you could provide any suggestions for
modifications.
>>> Should we instead just administratively evict the client since it's
>>> clearly not behaving right in this case?
>> Thanks for the suggestion. While administratively evicting the client would
>> certainly resolve the immediate delegation issue, I'm concerned that approach
>> might be a bit heavy-handed.
>> The problematic behavior seems isolated to a single delegation. Meanwhile,
>> the client itself likely has numerous other open files and active state on
>> the server. Forcing a complete client reconnect would tear down all that
>> state, which could cause significant application disruption and be perceived
>> as a service outage from the client's perspective.
>>
>> [1] https://lore.kernel.org/all/de669327-c93a-49e5-a53b-bda9e67d34a2@huawei.com/
> ^^ in this thread you reference v5.10 - there was a knfsd fix for a
> cl_revoked leak "3b816601e279", and there have been 3 or 4 fixes to fix
> problems and optimize the client walk of delegations since then. Jeff
> pointed out that there have been fixes in these areas. Are you finding this
> problem still with all those fixes included?
As shown in [1], the problem can be reproduced at master(commit
b320789d6883),
I think all those fixes are included.
Thanks,
Lingfeng
>
> Ben
>
>
next prev parent reply other threads:[~2025-09-02 13:08 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-02 2:22 [PATCH] nfsd: remove long-standing revoked delegations by force Li Lingfeng
2025-09-02 10:21 ` Jeff Layton
2025-09-02 12:10 ` Li Lingfeng
2025-09-02 12:43 ` Benjamin Coddington
2025-09-02 13:08 ` Li Lingfeng [this message]
2025-09-03 3:46 ` zhangjian (CG)
2025-09-03 6:45 ` Li Lingfeng
2025-09-03 10:06 ` zhangjian (CG)
2025-09-03 11:40 ` Li Lingfeng
2025-09-02 13:40 ` Jeff Layton
2025-09-02 14:21 ` Li Lingfeng
2025-09-02 14:29 ` Jeff Layton
2025-09-03 1:34 ` Li Lingfeng
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=a35d7d19-c2ee-4d32-ae12-6d8493dbac0b@huawei.com \
--to=lilingfeng3@huawei.com \
--cc=Dai.Ngo@oracle.com \
--cc=bcodding@redhat.com \
--cc=chuck.lever@oracle.com \
--cc=houtao1@huawei.com \
--cc=jlayton@kernel.org \
--cc=lilingfeng@huaweicloud.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=neil@brown.name \
--cc=okorniev@redhat.com \
--cc=tom@talpey.com \
--cc=yangerkun@huawei.com \
--cc=yi.zhang@huawei.com \
--cc=yukuai1@huaweicloud.com \
--cc=zhangjian496@huawei.com \
/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