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

ceph-dokan return signal 88 (core dump) - ceph_mount error! #11

Open
cecarmello opened this issue Feb 26, 2016 · 1 comment
Open

ceph-dokan return signal 88 (core dump) - ceph_mount error! #11

cecarmello opened this issue Feb 26, 2016 · 1 comment

Comments

@cecarmello
Copy link

My ceph cluster was deployed with all auth = cephx.
The ceph cluster version is Hammer 0.94.6
I made the ceph-dokan.exe .
When I execute: ceph-dokan -c ceph.conf -l m, i got:
ceph_conf_read_file OK

..but after some minutes return signal 88 (core dump)
if I check netsat output commnad, I can see: local address - foreign address:6789 - states TIME_WAIT

so.. I could not have my drive mounted. What I need to do ..

tks in advance
image

image
image

@kwingmei
Copy link

the same case i met:
mon/MonClient.cc:
r = auth_cond.myWaitUntil(monc_lock, until); returning immediately with 10060(ETIMEDOUT), I dived into more detail with gdb, found that utime_t::to_timespec with wrong result:
example:
this->tv = { tv_sec = 0x11223344, tv_nsec=0x55667788 } ---> to timespec * ts
ts->tv_sec = 0x5566778811223344; (ts->tv_sec is type of long long int )
i didn't know why. I can do tricks fix it but was not good way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants