Add tc command to overcloud images
The command allows us to capture qdisc drop counter, which is useful for debugging packet loss problems. Resolves: rhbz#2216062 Change-Id: I51b114f912bafce362a05aed38ce909ab64dbe69stable/wallaby
parent
23b00791d6
commit
b4e0cbdbba
|
@ -11,4 +11,5 @@ tmpwatch
|
|||
openssl-perl
|
||||
lvm2
|
||||
sysstat
|
||||
iproute_tc
|
||||
tuned_profiles_cpu_partitioning_package
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"iptables_services": "iptables-services",
|
||||
"tmpwatch": "tmpwatch",
|
||||
"tuned_profiles_cpu_partitioning_package": "tuned-profiles-cpu-partitioning",
|
||||
"sysstat": "sysstat"
|
||||
"sysstat": "sysstat",
|
||||
"iproute_tc": "iproute-tc"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue