ceph-opennebula-playbooks/etc/rc.local.env

8 lines
172 B
Bash
Executable File

#!/bin/bash
cpupower frequency-set -g performance
ethtool -C $eth10g rx-usecs 0
ethtool -K $eth10g gro off gso off tso off lro off sg off
ip l set $eth10g mtu 9000
exit 0