Skip to content

Commit 1ac852f

Browse files
Start gvisor-tap-vsock before nodeip-configuration service
Recently with latest version of 4.18.10, noticed nodeip-configuration unit starts before gvisor-tap-vsock and blocks it. This cause problem to get IP address of VM.
1 parent 8a17284 commit 1ac852f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

createdisk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ ${SSH} core@${VM_IP} 'sudo bash -x -s' <<EOF
100100
cat > /etc/containers/systemd/gvisor-tap-vsock.container <<EOF1
101101
[Unit]
102102
Description=gvisor-tap-vsock
103+
Before=nodeip-configuration.service
103104
104105
[Container]
105106
Image=quay.io/crcont/gvisor-tap-vsock:latest

0 commit comments

Comments
 (0)