-
Notifications
You must be signed in to change notification settings - Fork 4
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
CephFS: smb2.create fails for shares configured with vfs_ceph_new
#96
Comments
ceph_new
vfs module
ceph_new
vfs modulevfs_ceph_new
Here's the pattern observed:
|
The very first failure is seen from smb2.create.open when it tries to create a non-existing directory. It turned out to be a mds crash on server side as described in #69059. |
Possible fix: ceph/ceph#60889 |
mds crash fix has been merged but there are still failures due to another crash on libcephfs client side.
|
@anoopcs9 I was able to reproduce this one using latest ceph ( This happens when doing |
With the help of gdb, after stepping through smbd while running the smbtorture test case I could figure out a pattern for which I have created a reproducer as attached here. |
Tracker #69624 created in ceph upstream for further discussion. |
It starts with smb2.create for
vfs_ceph_new
configured shares and further disrupts the cluster.The text was updated successfully, but these errors were encountered: