Merge "xenapi: stop exit while ethtool tx disable cmd failed"

This commit is contained in:
Zuul 2018-07-16 05:19:14 +00:00 committed by Gerrit Code Review
commit 4935b1d614

View File

@ -144,7 +144,7 @@ SRHACK
# This is important, otherwise dhcp client will fail # This is important, otherwise dhcp client will fail
for dev in eth0 eth1 eth2 eth3 eth4; do for dev in eth0 eth1 eth2 eth3 eth4; do
sudo ethtool -K $dev tx off sudo ethtool -K $dev tx off || true
done done
# Add a separate disk # Add a separate disk