Project

General

Profile

Actions

Bug #46902

closed

mds: CInode::maybe_export_pin is broken

Added by Zheng Yan over 3 years ago. Updated almost 3 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
pacific,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

void CInode::maybe_export_pin(bool update) {
if (!g_conf()->mds_bal_export_pin)
return;
if (!is_dir() || !is_normal()) // this always return true
return;

Actions

Also available in: Atom PDF