On Wed, Jul 13, 2022, at 1:39 PM, Ronelle Landy wrote: > Hello All, > > We have a new gate blocker impacting > tripleo-ci-centos-9-scenario010-standalone and ovn-provider master > jobs. The deployment fails and the error in the > nova_libvirt_init_secret/stdout.log log shows: > > Error: /etc/ceph/ceph.conf contained an empty fsid definition > Check your ceph configuration This message appears to originate from: https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/container_config_scripts/nova_libvirt_init_secret.sh#L22-L27 The fsid is in fact unset/empty in the file: https://a9f1aef221b9e8d1cf76-922433d163de5a07cac84d974d42345f.ssl.cf1.rackcdn.com/849688/2/check/tripleo-ci-centos-9-scenario010-ovn-provider-standalone/e93e550/logs/undercloud/etc/ceph/ceph.conf Seems that this template, https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_ceph_client/templates/ceph_conf.j2, should set the value based on the tripleo_ceph_client_fsid variable value. > > Details of the failure are in https://bugs.launchpad.net/tripleo/+bug/1981634. > > Please hold rechecks until we can touch base with the Ceph team to discuss. > > Thank you, > > TripleO CI