Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: mds: Failing file operations on kernel based cephfs mount point leaves unaccessible file behind on hammer 0.94.7 #10199

Merged
2 commits merged into from Aug 23, 2016

Conversation

smithfarm
Copy link
Contributor

ceph_atomic_open() in kernel client does lookup and open at the same
time. So it can open a symlink inode with mode CEPH_FILE_MODE_WR.
Open a symlink inode with mode CEPH_FILE_MODE_WR triggers assertion
in Locker::check_inode_max_size();

Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 4d15eb1)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 0e4b6f2)
@smithfarm smithfarm self-assigned this Jul 8, 2016
@smithfarm smithfarm added this to the jewel milestone Jul 8, 2016
@smithfarm smithfarm added bug-fix core cephfs Ceph File System and removed core labels Jul 8, 2016
ghost pushed a commit that referenced this pull request Aug 8, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link

ghost commented Aug 8, 2016

Hey jenkins, test this please ! (no logs)

ghost pushed a commit that referenced this pull request Aug 9, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 12, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link

ghost commented Aug 16, 2016

@jcsp does this backport look good to merge ? It passed the fs suite http://tracker.ceph.com/issues/16344#note-21 (except for unrelated valgrind failures and one transient failure that is, I believe, unrelated ).

@ghost ghost assigned jcsp Aug 16, 2016
ghost pushed a commit that referenced this pull request Aug 16, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 17, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Aug 22, 2016
…ased cephfs mount point leaves unaccessible file behind on hammer 0.94.7

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@gregsfortytwo gregsfortytwo assigned ghost Aug 22, 2016
@gregsfortytwo
Copy link
Member

@dachary, I'll sign-off on this since John's on vacation another week.

@ghost ghost merged commit 63422d0 into ceph:jewel Aug 23, 2016
@smithfarm smithfarm deleted the wip-16625-jewel branch August 23, 2016 07:21
@ghost ghost changed the title jewel: Failing file operations on kernel based cephfs mount point leaves unaccessible file behind on hammer 0.94.7 jewel: mds: Failing file operations on kernel based cephfs mount point leaves unaccessible file behind on hammer 0.94.7 Aug 25, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix cephfs Ceph File System
Projects
None yet
4 participants