Project

General

Profile

Actions

Bug #65224

open

mds: fs subvolume rm fails

Added by Milind Changire 29 days ago. Updated 26 days ago.

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

0%

Source:
Q/A
Tags:
Backport:
quincy,reef,squid
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

`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 26 days 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 26 days ago

Milind, please link the debug PR here for completeness.

Actions #3

Updated by Milind Changire 26 days ago

  • Pull request ID set to 56578
Actions

Also available in: Atom PDF