On 4/7/25 20:52, Nell Jerram wrote:
and my user and group IDs are the same on all compute nodes:
$ getent group nova nova:x:1003:libvirt-qemu $ getent passwd nova nova:x:1002:1003::/home/nova:/bin/bash $ getent passwd libvirt-qemu libvirt-qemu:x:64055:109:Libvirt Qemu,,,:/var/lib/libvirt:/usr/sbin/nologin $ getent group kvm kvm:x:109:nova
Any clues on how to debug or fix this next?
Many thanks - Nell
Hi Nell, I'm not really sure what your issue is (I never used the NFS for Nova), though you have to know that if you're using Debian or Ubuntu, the UIDs aren't what's in the standard. They should be: nova: 64060 cinder: 64061 glance: 64062 These have been reserved by James Page a long time ago, through the normal Debian procedure (James: what's the name of that ?!?), and cannot (should not?) be used by another application. I hope this helps, Cheers, Thomas Goirand (zigo)