Unable to connect to ONTAP S3 bucket due to network packet drops
Applies to
- ONTAP S3
- ONTAP 9.8 and later
- Red Hat Open Shift
Issue
- Unable to setup OCP(Red Hat Open shift) and getting error as below:
conditions:
- lastTransitionTime: "2024-11-11T11:23:13Z"
message: |-
Unable to apply resources: unable to sync storage configuration: RequestError: send request failed
caused by: Head "
dial tcp 192.xx.xx.xx:80: i/o timeout
reason: Error
- Ping to ONTAP lif ip from client and vice versa is working.
- Telnet from client to ONTAP S3 lif ip and name is working for port 443 and 80:
# telnet 192.xx.xx.xx 443
--> For HTTPsTrying 192.xx.xx.xx...
Connected to 192.xx.xx.xx.
# telnet 192.xx.xx.xx 80
--> For HTTPTrying 192.xx.xx.xx...
Connected to 192.xx.xx.xx.