Skip to content

Commit b2e4422

Browse files
Merge pull request #4798 from rbbratta/OCPBUGS-46072-mkdir
OCPBUGS-46072: create /run/nodeip-configuration before use
2 parents cfdda14 + 010efe3 commit b2e4422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/common/on-prem/files/NetworkManager-resolv-prepender.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ contents:
6363
fi
6464
6565
if [[ "$STATUS" == "up" ]] && [[ $IFACE == "br-ex" ]]; then
66+
/bin/mkdir -p /run/nodeip-configuration
6667
touch /run/nodeip-configuration/br-ex-up
6768
fi
6869
;;

0 commit comments

Comments
 (0)