Bug #58411
closedmds: a few simple operations crash mds
100%
Description
mount a cephfs with multiple active mds daemons on '/mnt/cephfs' and then do the following operations in order:
(1) create directorys 'target' and 'link'
mkdir /mnt/cephfs/{target,link}
(2) pinning 'target' to mds.0 and 'link' to mds.1
setfattr -n ceph.dir.pin -v 0 /mnt/cephfs/target && setfattr -n ceph.dir.pin -v 1 /mnt/cephfs/link
(3) create file 'test.txt' in directory 'target'
touch /mnt/cephfs/target/test.txt
(4) create a hard link for 'test.txt' in directory 'link'
ln /mnt/cephfs/target/test.txt /mnt/cephfs/link/test.txt
(5) truncate 'test.txt' by opening hard link
truncate -s 0 /mnt/cephfs/link/test.txt
The mds.1 will crash after the above operations and operation(5) will be blocked.
If a standby mds replaces the crashed mds as mds.1, it will also crash immediately.
To stop the endless crash, use 'ceph tell mds.0 client ls' to find the client
currently in use and 'ceph tell mds.0 client evict' to evict it, and then restart
the crashed mds daemons.
Updated by Venky Shankar about 3 years ago
- Category set to Correctness/Safety
- Status changed from New to Triaged
- Assignee set to Zhansong Gao
- Backport set to pacific,quincy
- Labels (FS) crash added
Good catch!
Updated by Zhansong Gao about 3 years ago
This bug will only be triggered in kernel client and ceph-fuse client doesn't have this problem.
Updated by Venky Shankar almost 3 years ago
- Status changed from Triaged to Fix Under Review
- Priority changed from Normal to Low
- Target version changed from v18.0.0 to v19.0.0
- Backport changed from pacific,quincy to reef,quincy,pacific
Updated by Venky Shankar almost 3 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61233: quincy: mds: a few simple operations crash mds added
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61234: reef: mds: a few simple operations crash mds added
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61235: pacific: mds: a few simple operations crash mds added
Updated by Konstantin Shalygin over 2 years ago
- Status changed from Pending Backport to Resolved
- % Done changed from 0 to 100
Updated by Venky Shankar about 1 year ago
- Related to Bug #63743: MDS crash on ceph_assert(in->is_auth()) added
Updated by Venky Shankar about 1 year ago
- Related to Bug #58395: mds:in openc, if unlink is not finished we should reintegrate the dentry before continuing further. added
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 7b2968570a937d936d0df512927b8968bfc65963
- Fixed In set to v18.0.0-3982-g7b2968570a9
- Released In set to v19.2.0~2345
- Upkeep Timestamp set to 2025-07-12T19:08:13+00:00