Discussion:
[ceph-users] ceph-dokan mount error
James Devine
2015-04-30 16:49:42 UTC
Permalink
So I am trying to get ceph-dokan to work. Upon running it with
./ceph-dokan.exe -c ceph.conf -l e it indicates there was a mount
error and the monitor it connects to logs cephx server client.admin:
unexpected key: req.key=0 expected_key=d7901d515f6b0c61

According to the debug output attached ceph-dokan reads the config
file and keyring fine. Any ideas where I might be going wrong?
Gregory Farnum
2015-04-30 17:58:06 UTC
Permalink
Post by James Devine
So I am trying to get ceph-dokan to work. Upon running it with
./ceph-dokan.exe -c ceph.conf -l e it indicates there was a mount
unexpected key: req.key=0 expected_key=d7901d515f6b0c61
According to the debug output attached ceph-dokan reads the config
file and keyring fine. Any ideas where I might be going wrong?
I haven't used or looked at dokan at all, but if the received key is 0
then I'm guessing dokan isn't using the cephx security that the server
is expecting. And there was a note from the guys who did rados_dll
that they had to disable cephx — so perhaps dokan doesn't support
cephx at all and you need to disable it? I'm not sure, just spitting
into the wind here... ;)
-Greg
James Devine
2015-04-30 18:07:54 UTC
Permalink
Yup I think you are correct, I see this listed under issues
https://github.com/ketor/ceph-dokan/issues/5
Post by Gregory Farnum
Post by James Devine
So I am trying to get ceph-dokan to work. Upon running it with
./ceph-dokan.exe -c ceph.conf -l e it indicates there was a mount
unexpected key: req.key=0 expected_key=d7901d515f6b0c61
According to the debug output attached ceph-dokan reads the config
file and keyring fine. Any ideas where I might be going wrong?
I haven't used or looked at dokan at all, but if the received key is 0
then I'm guessing dokan isn't using the cephx security that the server
is expecting. And there was a note from the guys who did rados_dll
that they had to disable cephx — so perhaps dokan doesn't support
cephx at all and you need to disable it? I'm not sure, just spitting
into the wind here... ;)
-Greg
Loading...