Comment 7 for bug 1928690

Revision history for this message
Albert Braden (ozzzo) wrote :

In a working cluster I have /etc/ceph/ceph.client.nova.keyring in the nova_compute container:

(nova-compute)[nova@chrnc-dev-os-compute-01 /etc/ceph]$ ll
total 16
-rwx------. 1 nova nova 176 Feb 18 05:44 ceph.client.cinder.keyring
-rwx------. 1 nova nova 123 Feb 18 05:44 ceph.client.nova.keyring
-rwx------. 1 nova nova 483 Feb 18 05:44 ceph.conf
-rw-r--r--. 1 root root 92 Jun 8 2020 rbdmap

In the upgraded cluster that file doesn't exist:

(nova-compute)[nova@chrnc-area51-os-compute-01 /etc/ceph]$ ls -lA /etc/ceph/
total 12
-rw-------. 1 nova nova 176 May 28 14:31 ceph.client.cinder.keyring
-rw-------. 1 nova nova 383 May 28 14:31 ceph.conf
-rw-r--r--. 1 root root 92 May 14 13:35 rbdmap

I checked the build server and the nova keyring is there in the correct place:

[root@chnrc-area51-os-build nova]# ls -lA /etc/kolla/config/nova/
total 16
-rw------- 1 root root 176 Mar 9 16:38 ceph.client.cinder.keyring
-rw------- 1 root root 123 Mar 9 16:38 ceph.client.nova.keyring
-rw-r--r-- 1 root root 383 Feb 24 17:44 ceph.conf
-rw-r--r-- 1 root root 101 Nov 11 2020 nova-compute.conf

I'll dig through my upgrade output and see if I can figure out why it isn't copying into the container.