Hi I am testing NFS trying to make sure that, deploying it as below will give me redundancy
ceph nfs cluster create main "1 ceph-01,ceph-02" --port 2049 --ingress --virtual-ip 10.90.0.90 For what I have read so far ( and some of the posts on this list) the only way to get the NFS "surviving " a node reboot is to actually reconfigure haproxy since the config is missing the second entry under "backend" and the "check" The method to do that is as below using the template from the github link ceph config-key set mgr/cephadm/services/ingress/haproxy.cfg -i <custom-haproxy-config> ceph orch redeploy <ingress-service-name> ceph orch restart ingress-service-name https://github.com/ceph/ceph/blob/main/src/pybind/mgr/cephadm/templates/services/ingress/haproxy.cfg.j2#L85 However, after doing the above , I was checking the actual haproxy.cfg on the main node (/var/lib/ceph/FSID/SERVICENAME/haproxy/haproxy.cfg ) and it does not change restart the NFS service (ceph orch restart servicename) did not help either What am I missing ? _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io