Description of problem: - Enable ingress via the "ceph nfs cluster create" to configure virtual IP for HA purpose. Version-Release number of selected component (if applicable): RHCS 5 How reproducible: yes Steps to Reproduce: - Create NFS cluster using "ceph nfs cluster create" with the option "--ingress --virtual-ip" Actual results: - It seems "--ingress --virtual-ip" is not supported with the existing version. Expected results: Enabling ingress via the ceph nfs cluster create command deploys a simple ingress configuration for High-available NFS.
(In reply to Geo Jose from comment #0) > Description of problem: > - Enable ingress via the "ceph nfs cluster create" to configure virtual IP > for HA purpose. > > Version-Release number of selected component (if applicable): > RHCS 5 > Are you testing RHCS 5 or 5.1? What's the output of $ ceph -v ? I suggest that you test RHCS 5.1. RHCS 5 does not have many ceph-mgr NFS module features. > How reproducible: > yes > > Steps to Reproduce: > - Create NFS cluster using "ceph nfs cluster create" with the option > "--ingress --virtual-ip" Can you share the actual command of the `nfs cluster create` command you executed? Also, share the output of $ ceph nfs cluster info <cluster-id> Wait for a few minutes to check the status of NFS and ingress service. As deployment of NFS daemons and ingress daemons may take a while. $ ceph orch ls --service_type=nfs --format=json-pretty $ ceph orch ls --service_type=ingress --format=json-pretty > > Actual results: > - It seems "--ingress --virtual-ip" is not supported with the existing > version. > > Expected results: > Enabling ingress via the ceph nfs cluster create command deploys a simple > ingress configuration for High-available NFS. In my environment, I was able to deploy ingress service. The issue was that I couldn't mount a NFS export using the virtual IP exposed by the ingress service. The BZ was reported by the OpenStack team too, https://bugzilla.redhat.com/show_bug.cgi?id=2068030 We're currently trying to root cause the virtual IP mount issue.