Project

General

Profile

Actions

Bug #16160

closed

PJD failures on Jewel

Added by John Spray almost 8 years ago. Updated almost 8 years ago.

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

0%

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

Actions #1

Updated by Zheng Yan almost 8 years ago

  • Priority changed from Urgent to Normal

This issue happens only on 3.7.0-rc1 kernel

Actions #2

Updated by Greg Farnum almost 8 years ago

The failing test file is pretty short; the important bit is

expect 0 mkdir ${n0} 0755
cdir=`pwd`
cd ${n0}
expect EACCES -u 65534 -g 65534 open ${n1} O_RDONLY,O_CREAT 0644
cd ${cdir}
expect 0 rmdir ${n0}

And it's failing on that "expect EACCESS" bit. So something is wrong with permissions, I guess. If it's only on that rc kernel (...why do we have an rc1 kernel that old in use? Did you mean 4.7, Zheng?) we probably don't need to worry about it, unless our FUSE options massaging is incorrect.

Actions #3

Updated by Zheng Yan almost 8 years ago

Sorry, I mean 4.7-rc1,it's the newest rc kernel.

Actions #4

Updated by Zheng Yan almost 8 years ago

VFS maintainer proposed a fix. The issue should be fixed in 4.7-rc3 kernel

Actions #5

Updated by John Spray almost 8 years ago

  • Status changed from New to 7

Cool, I'll close this when our nightlies are passing again.

Actions

Also available in: Atom PDF