Skip to content

Commit

Permalink
Merge pull request #4813 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4798-to-release-4.18

[release-4.18] OCPBUGS-49433: create /run/nodeip-configuration before use
  • Loading branch information
openshift-merge-bot[bot] authored Feb 7, 2025
2 parents 79f41f1 + 50cbe27 commit 120ba67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ contents:
fi
if [[ "$STATUS" == "up" ]] && [[ $IFACE == "br-ex" ]]; then
/bin/mkdir -p /run/nodeip-configuration
touch /run/nodeip-configuration/br-ex-up
fi
;;
Expand Down

0 comments on commit 120ba67

Please sign in to comment.