ovn-org / ovn-scale-test

Apache License 2.0
18 stars 22 forks source link

sandbox: Fix ovs-vsctl batch mode. #209

Closed hzhou8 closed 4 years ago

hzhou8 commented 4 years ago

ovs-vsctl batch mode was not real batch mode. It still executes multiple commands (e.g. for port binding) one by one. This patch fixes it with real batch mode that executs all commands in a single transaction.

Note: this works only for sandbox mode. For using docker, it still executes commands separately.

Signed-off-by: Han Zhou hzhou8@ebay.com