Skip to content

Improve egress IP node-offline-tracking error checking#20950

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
danwinship:egressip-ping-errors
Sep 20, 2018
Merged

Improve egress IP node-offline-tracking error checking#20950
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
danwinship:egressip-ping-errors

Conversation

@danwinship
Copy link
Contributor

The egress IP node offline tracking code was assuming that when nodes go offline, this would manifest as connections timing out. That works for detecting the initial online->offline transition, but eventually the kernel will start just returning EHOSTUNREACH to new connection attempts right away if it knows the node is still not reachable. So we should consider that "offline" too.

@danwinship danwinship added kind/bug Categorizes issue or PR as related to a bug. component/networking sig/networking labels Sep 12, 2018
@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 12, 2018
@dcbw
Copy link
Contributor

dcbw commented Sep 19, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 19, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danwinship, dcbw

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit d03a471 into openshift:master Sep 20, 2018
@danwinship danwinship deleted the egressip-ping-errors branch January 31, 2019 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. component/networking kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. sig/networking size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants