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#2230214
Change-Id: I51b114f912bafce362a05aed38ce909ab64dbe69
(cherry picked from commit b4e0cbdbba
)
changes/45/890845/1
parent
cdbe1b3b0c
commit
20fe0386d9
|
@ -15,4 +15,5 @@ tmpwatch
|
|||
openssl-perl
|
||||
lvm2
|
||||
sysstat
|
||||
iproute_tc
|
||||
tuned_profiles_cpu_partitioning_package
|
||||
|
|
|
@ -34,6 +34,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