Did you deploy the nova keyring to all compute nodes? I'd suggest to enable debug logs for nova-compute (restart the service) and then see where it fails exactly. Zitat von vj66666@gmail.com:
# 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