Project

General

Profile

Actions

Bug #4060

closed

mds: vxattr ceph.file.layout.pool doesn't check latest osdmap

Added by Sam Lang about 11 years ago. Updated about 11 years ago.

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

0%

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

Description

touch foo
create pool d2
setfattr -n ceph.file.layout.pool -v d2 foo

returns EINVAL

The problem is that the pool is created after the file, so the mds never does anything with objecter to trigger a new osdmap being sent (maybe_request_map()). I think we can request a new map, but don't wait if we don't get anything newer than what we have.

Actions

Also available in: Atom PDF