Project

General

Profile

Actions

Bug #44902

closed

ceph-fuse read the file cached data when we recover from the blacklist

Added by Yanhu Cao about 4 years ago. Updated almost 4 years ago.

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

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
fs
Component(FS):
ceph-fuse
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

reproduce steps:
1. []# echo 1234 > /mnt/fuse/file1
2. []# cat /mnt/fuse/file1
1234
3. mds session evict client.a
4. []# echo 1235 > /mnt/fuse/file1
5. ceph osd blacklist clear
6. []# cat /mnt/fuse/file1
1234
7. []#cat /mnt/fuse/file1
1235

Actions #2

Updated by Yanhu Cao about 4 years ago

The master branch also has this problem.

Actions #3

Updated by Patrick Donnelly almost 4 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF