Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-13581

not possible to mount nfs on VM on osasinfra-ipv6 DT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhos-18.0.z
    • rhos-18.0 FR 1 (Nov 2024)
    • manila-operator
    • None
    • Important

      It is not possible to mount a NFS volume created through manila-ganesha on an openstack VM. Below mount command from the openstack VM is timing out:

      $ mount -t nfs [2620:cf:cf:aaaa::2]:/volumes/_nogroup/53f1bea2-5ae5-4546-b223-27d68a92bf39/2f1db671-0407-4e5e-b42d-f75ac68ba3d0 /tmp/mnt/ 

       
      It looks like the ganesha container is not going up correctly. There's no process listening on port 12049 in the compute-0 with HCI, so the NFS haproxy is reachable, but the ganesha isn't:

      [root@compute-prmyjj9s-0 ~]# netstat -tulnp | grep 2049 
      tcp6 0 0 2620:cf:cf:aaaa::2:2049 :::* LISTEN 3686/haproxy

       
      Comparing to ipv4 setup:
       

      [root@compute-15pn0hyq-1 ~]# netstat -tulnp | grep 2049 
      tcp 0 0 192.168.122.2:2049 0.0.0.0:* LISTEN 16692/haproxy 
      tcp6 0 0 :::12049 :::* LISTEN 16361/ganesha.nfsd 
      udp6 0 0 :::12049 :::* 16361/ganesha.nfsd

       
       

      To Reproduce

      1. Install osasinfra-ipv6 DT
      2. Create a VM
      3. Create a manila share
      4. Mount the share from the VM, for example:
      mount -t nfs [2620:cf:cf:aaaa::2]:/volumes/_nogroup/53f1bea2-5ae5-4546-b223-27d68a92bf39/2f1db671-0407-4e5e-b42d-f75ac68ba3d0 /tmp/mnt/ 

      Expected behavior

      • The NFS volume can be mounted on the VM

      Screenshots

      • N/A

      Device Info (please complete the following information):

      • Hardware Specs: titan20.lab.eng.tlv2.redhat.com

      Bug impact

      • We are planning to GA SSIPV6 shiftstack feature.

      Known workaround

      • nop

      Additional context

      • openstack-must-gather provided on private comment

              rhn-engineering-gpachara Goutham Pacha Ravi
              rlobillo Ramón Lobillo
              rhos-storage-manila
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: