Commit 2d13c0f
Update start-ic-db.sh to have gen_conn_addr function defined
Else we get log spam of the form:
```
ovn-ic-db-664f8c97bf-qd2gx ovn-ic-db ovsdb-client: failed to connect to "unix:/var/run/openvswitch/db.sock" (No such file or directory)
ovn-ic-db-664f8c97bf-qd2gx ovn-ic-db ./start-ic-db.sh: line 44: gen_conn_addr: command not found
ovn-ic-db-664f8c97bf-qd2gx ovn-ic-db ovsdb-client: failed to connect to "unix:/var/run/openvswitch/db.sock" (No such file or directory)
ovn-ic-db-664f8c97bf-qd2gx ovn-ic-db ./start-ic-db.sh: line 44: gen_conn_addr: command not found
```
Signed-off-by: Andrew Lee <alee@evroc.com>1 parent 8799331 commit 2d13c0f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
| |||
0 commit comments