Back to bug 2172791

Who When What Removed Added
Xiubo Li 2023-02-23 06:07:46 UTC Assignee vshankar xiubli
Red Hat One Jira (issues.redhat.com) 2023-02-23 06:07:54 UTC Link ID Red Hat Issue Tracker RHCEPH-6172
Xiubo Li 2023-02-23 07:20:40 UTC Blocks 2172808
Vivek Das 2023-02-27 05:08:18 UTC Severity unspecified medium
CC vdas
Xiubo Li 2023-03-29 04:36:23 UTC Link ID Ceph Project Bug Tracker 58825 Ceph Project Bug Tracker 58853
Xiubo Li 2023-03-29 04:36:35 UTC Status NEW ASSIGNED
Venky Shankar 2023-03-30 13:42:23 UTC CC vshankar
Target Release 6.1z1 6.1
Greg Farnum 2023-04-10 15:07:29 UTC CC gfarnum
Flags needinfo?(xiubli) needinfo?(vshankar)
Xiubo Li 2023-04-11 01:07:42 UTC Flags needinfo?(xiubli)
Venky Shankar 2023-04-11 02:19:50 UTC Flags needinfo?(vshankar)
Venky Shankar 2023-04-11 02:29:13 UTC Status ASSIGNED POST
errata-xmlrpc 2023-04-13 06:08:20 UTC Fixed In Version ceph-17.2.6-11.el9cp
CC tserlin
Status POST MODIFIED
Status MODIFIED ON_QA
Hemanth Kumar 2023-04-19 20:57:55 UTC Status ON_QA VERIFIED
Akash Raj 2023-05-03 06:35:14 UTC Flags needinfo?(xiubli)
CC akraj
Docs Contact akraj
Xiubo Li 2023-05-04 01:17:52 UTC Doc Type If docs needed, set a value Bug Fix
Flags needinfo?(xiubli)
Doc Text Cause:

The ceph protocol for client requests between cephfs client and MDS side mismatch.

Consequence:

The corresponding info will be truncated or lost when communicating between cephfs clients and MDS. Then the client requests will be bouncing between MDS and clients infinitely.

Fix:

Fix the type of the corresponding members in the protocol for the client requests by making them the same type. And also keep the new code to be compatible with old cephs.

Result:

The client requests won't bouncing between MDS and clients infinitely and will stop after being well retried.
Akash Raj 2023-05-08 02:42:27 UTC Blocks 2192813
Akash Raj 2023-05-16 04:09:46 UTC Doc Text Cause:

The ceph protocol for client requests between cephfs client and MDS side mismatch.

Consequence:

The corresponding info will be truncated or lost when communicating between cephfs clients and MDS. Then the client requests will be bouncing between MDS and clients infinitely.

Fix:

Fix the type of the corresponding members in the protocol for the client requests by making them the same type. And also keep the new code to be compatible with old cephs.

Result:

The client requests won't bouncing between MDS and clients infinitely and will stop after being well retried.
.Client requests no longer bounce indefinitely between MDS and clients

Previously, there was a mismatch between the Ceph protocols for client requests between CephFS client and MDS. Due to this, the corresponding information would be truncated or lost when communicating between CephFS clients and MDS, and the client requests would indefinitely bounce between MDS and clients.

With this fix, the type of the corresponding members in the protocol for the client requests is corrected by making them the same type and the new code is made to be compatible with the old Cephs. The client request does not bounce between MDS and clients indefinitely, and stops after being well retried.
errata-xmlrpc 2023-06-15 09:08:23 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2023-06-15 09:16:51 UTC Resolution --- ERRATA
Status RELEASE_PENDING CLOSED
Last Closed 2023-06-15 09:16:51 UTC

Back to bug 2172791