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

[documentation] "Troubleshooting Red Hat Ceph Storage RBD integration" doesn't work as expected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • None
    • Moderate

      The following snippet from section "3.9. Troubleshooting Red Hat Ceph Storage RBD integration" of "Configuring persistent storage" guide doesn't work for customer and I failed to reach meaningful result in lab as well:

      sh-5.1# python3
      Python 3.9.19 (main, Jul 18 2024, 00:00:00)
      [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> import socket
      >>> s = socket.socket()
      >>> ip="192.168.122.100"
      >>> port=3300
      >>> s.connect((ip,port))
      

      https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_persistent_storage/index#assembly_mounting-external-files

      Customer got "TimeoutError" exception and I got the same when tried to reproduce this for same container/pod, but tried to connect to mysql service.

      I want to kindly ask you to take a second look. Must gather is attached to support case.

      Expected behavior
      Recommendations work as expected and don't produce exceptions if destination is reachable.

      Bug impact
      False negative result is produced after one of the checks

      Known workaround
      Not needed

              mariel@redhat.com Mikey Ariel
              rhn-support-astupnik Alex Stupnikov
              rhos-storage-glance
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: