24 Oct
2023
24 Oct
'23
8:08 p.m.
# ceph auth get client.cinder [client.cinder] key = AQBFOARlBUuJGhAAEqLsDweiiijrSUHEb0Df+w== caps mgr = "profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images" caps mon = "profile rbd" caps osd = "profile rbd pool=volumes, profile rbd pool=vms, profile rbd pool=images" # ceph auth get client.nova Error ENOENT: failed to find client.nova in keyring There is no keyring for nova. So have created a keyring for Nova using the below command. Still getting the same issue. ceph auth add client.nova mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images' Ceph Version -- Quincy