Applicable to:
- SolusVM
Symptoms
- SolusVM Traffic Shaping limits are not working, despite the fact the feature is enabled on node's settings page Dashboard > Nodes > node_name > Traffic Shaping
- SolusVM back-end script that responsible for traffic shaping fails to apply rules:
# php /usr/local/solusvm/includes/trafficloader.php --mode=all --debug=1
DELETING QDISC FROM eth0
ADDING QDISC TO eth0
Cannot find device "eth0"
DELETING QDISC FROM kvm105.0
ADDING QDISC TO kvm105.0
ADDING CLASS TO kvm105.0 WITH SPEED 100mbit CLASSID 1
ADDING QDISC TO kvm105.0 WITH HANDLE 1
ADDING CLASS TO eth0 WITH SPEED 100mbit CLASSID 1
Cannot find device "eth0"
ADDING QDISC TO eth0 WITH HANDLE 1
Cause
NIC device name on the node used by SolusVM is different than eth0
Resolution
- Connect to the affected slave node via SSH
- Find actual NIC device name in the output of the following command:
# ip a
- Browse to node's settings page in SolusVM on Dashboard > Nodes and click Edit node
icon against node name
- Set correct NIC device name in Network Interface field
Comments
0 commentsPlease sign in to leave a comment.