Actions
Bug #65224
openmds: fs subvolume rm fails
Status:
Fix Under Review
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:
0%
Source:
Q/A
Backport:
reef,squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS
Labels (FS):
Pull request ID:
Tags (freeform):
temp-assign
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
`fs subvolume rm` fails when subvolume dir attempted to move to a different dir where the following code fails in src/mds/Server.cc:Server::handle_client_rename
if (src_realm != dest_realm &&
src_realm->get_subvolume_ino() != dest_realm->get_subvolume_ino()) {
respond_to_request(mdr, -CEPHFS_EXDEV);
return;
}
Updated by Venky Shankar almost 2 years ago
- Category set to Correctness/Safety
- Status changed from New to Triaged
- Assignee set to Milind Changire
- Target version set to v20.0.0
- Source set to Q/A
- Backport set to quincy,reef,squid
- Component(FS) MDS added
Updated by Venky Shankar almost 2 years ago
Milind, please link the debug PR here for completeness.
Updated by Konstantin Shalygin about 1 year ago
- Backport changed from quincy,reef,squid to reef,squid
Updated by Konstantin Shalygin about 1 year ago
- Status changed from Triaged to Fix Under Review
Updated by Venky Shankar about 2 months ago
- Assignee changed from Milind Changire to Mahesh Mohan
- Tags (freeform) set to temp-assign
@Milind Changire is moving away from CephFS development. Assigning this to @Mahesh Mohan in the interim.
Actions