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
Takashi Kajinami 2023-06-28 11:03:36 +09:00
parent cdbe1b3b0c
commit 20fe0386d9
2 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,5 @@ tmpwatch
openssl-perl
lvm2
sysstat
iproute_tc
tuned_profiles_cpu_partitioning_package

View File

@ -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"
}
}