-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
None
-
None
-
False
-
-
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))
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