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

monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2,1] #30

Open
jakoberpf opened this issue Apr 17, 2023 · 0 comments

Comments

@jakoberpf
Copy link

I cannot access the cephfs with the following error from a macOS VM. The keyring and config works fine from a Ubuntu VM. Any ideas would be much appreciated.

$ sudo ceph-fuse -d glacier                       
2023-04-17T12:41:55.901-0700 700007228000 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2,1]
failed to fetch mon config (--no-mon-config to skip)

And when I supply --no-mon-config to the command.

$ sudo ceph-fuse -d glacier --no-mon-config
2023-04-17T12:42:11.301-0700 7ff8541fe4c0  0 ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable), process , pid 987
2023-04-17T12:42:11.306-0700 7ff8541fe4c0 -1 init, newargv = 0x600001610460 newargc=6
ceph-fuse[987]: starting ceph client
2023-04-17T12:42:11.310-0700 70000254c000 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2,1]
ceph-fuse[987]: ceph mount failed with (13) Permission denied
2023-04-17T12:42:11.311-0700 7ff8541fe4c0 -1 client.0 authentication failed: (13) Permission denied
2023-04-17T12:42:11.311-0700 7ff8541fe4c0 -1 client.0 mdsmap subscription failed: (13) Permission denied
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

1 participant