Project

General

Profile

Actions

Bug #46129

closed

mds: fix hang issue when accessing a file under a lost parent directory

Added by Zhi Zhang almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
octopus,nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Once a while we had encountered some serious problem that resulted in some metadata lost. After we brought the MDS up, if we looked up a file whose parent directory was not existed any more, this request would hang and other next requests which accessed this lost directory would hang too.

For example, here is a path /dir1/file1. The object of "dir1" in metadata pool was lost after some serious problem.

When doing "ls /dir1", MDS will return EIO as expected.

But before doing "ls /dir", we try doing "ls /dir1/file1" directly, this request will hang forever.


Related issues 2 (0 open2 closed)

Copied to CephFS - Backport #46522: octopus: mds: fix hang issue when accessing a file under a lost parent directoryResolvedWei-Chung ChengActions
Copied to CephFS - Backport #46523: nautilus: mds: fix hang issue when accessing a file under a lost parent directoryResolvedNathan CutlerActions
Actions

Also available in: Atom PDF