Merge "xenapi: stop exit while ethtool tx disable cmd failed"
This commit is contained in:
commit
4935b1d614
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user