<div dir="ltr"><div dir="ltr">I have one thought.<div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">stack@undercloudv3 v3]$ cat /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml  </span><br>resource_registry:
<br>  OS::TripleO::Services::CephMgr: ../../deployment/ceph-ansible/ceph-mgr.yaml
<br>  OS::TripleO::Services::CephMon: ../../deployment/ceph-ansible/ceph-mon.yaml
<br>  OS::TripleO::Services::CephOSD: ../../deployment/ceph-ansible/ceph-osd.yaml
<br>  OS::TripleO::Services::CephClient: ../../deployment/ceph-ansible/ceph-client.yaml
<br>
<br>parameter_defaults:
<br>  # Ensure that if user overrides CephAnsiblePlaybook via some env
<br>  # file, we go back to default when they stop passing their env file.
<br>  CephAnsiblePlaybook: ['default']
<br>
<br>  CinderEnableIscsiBackend: false
<br>  CinderEnableRbdBackend: true
<br>  CinderBackupBackend: ceph
<br>  NovaEnableRbdBackend: true
<br>  GlanceBackend: rbd
<br>  ## Uncomment below if enabling legacy telemetry
<br>  # GnocchiBackend: rbd
<br>[stack@undercloudv3 v3]$<br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div></div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>And my deploy has:</div><div><font face="monospace"><span style="color:rgb(0,0,0)">   -e ${_THT}/environments/ceph-ansible/ceph-ansible.yaml \
</span><br>    -e ${_THT}/environments/ceph-ansible/ceph-rgw.yaml \
<br>    -e ${_THT}/environments/ceph-ansible/ceph-mds.yaml \
<br>    -e ${_THT}/environments/ceph-ansible/ceph-dashboard.yaml \<br></font>
<br></div>generally the same files, BUT, they are specified by user, and it "might feel like" the user overwrote default settings?</div><div dir="ltr"><br></div><div dir="ltr">Also I am thinking on the things you helped me tho find, John. And I recalled, what I have found strange. NFS part.<br>That it was trying to configure CephNfs... Or it should even I do not have it specified? From the output [1] here is the small part of it:<div><span style="font-family:monospace;color:rgb(0,0,0)">        "statically imported: /usr/share/ceph-ansible/roles/ceph-nfs/tasks/create_rgw_nfs_user.yml",</span><br></div><div><span style="color:rgb(0,0,0)"><font face="monospace">        "statically imported: /usr/share/ceph-ansible/roles/ceph-nfs/tasks/ganesha_selinux_fix.yml",</font></span></div><div><span style="color:rgb(0,0,0)"><font face="monospace">        "statically imported: /usr/share/ceph-ansible/roles/ceph-nfs/tasks/start_nfs.yml",</font></span></div><div><br></div><div><br></div><div>[1] <a href="https://proxy.qwq.lt/ceph-ansible.html">https://proxy.qwq.lt/ceph-ansible.html</a><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div></div></div></div>