Project

General

Profile

Actions

Bug #65224

open

mds: fs subvolume rm fails

Added by Milind Changire almost 2 years ago. Updated about 2 months ago.

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;
    }
Actions #1

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
Actions #2

Updated by Venky Shankar almost 2 years ago

Milind, please link the debug PR here for completeness.

Actions #3

Updated by Milind Changire almost 2 years ago

  • Pull request ID set to 56578
Actions #4

Updated by Konstantin Shalygin about 1 year ago

  • Backport changed from quincy,reef,squid to reef,squid
Actions #5

Updated by Konstantin Shalygin about 1 year ago

  • Status changed from Triaged to Fix Under Review
Actions #6

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

Also available in: Atom PDF