Skip to content

Commit

Permalink
Merge pull request #418 from wizhaoredhat/add_no_wait_ovs
Browse files Browse the repository at this point in the history
Add the no-wait argument to ovs-vsctl commands for hw-offload
  • Loading branch information
bn222 authored Mar 13, 2023
2 parents 8c3bf58 + cd46e94 commit 3f31e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dropins:
- name: 10-hw-offload.conf
contents: |
[Service]
ExecStartPre=/bin/ovs-vsctl set Open_vSwitch . other_config:hw-offload=true
ExecStartPre=/bin/ovs-vsctl --no-wait set Open_vSwitch . other_config:hw-offload=true
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dropins:
- name: 10-hw-offload.conf
contents: |
[Service]
ExecStartPre=/bin/ovs-vsctl set Open_vSwitch . other_config:hw-offload=true
ExecStartPre=/bin/ovs-vsctl --no-wait set Open_vSwitch . other_config:hw-offload=true

0 comments on commit 3f31e0b

Please sign in to comment.