You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
And when I supply
--no-mon-config
to the command.The text was updated successfully, but these errors were encountered: