Skip to content

Commit 16ad0d5

Browse files
committed
qa/suites/krbd: krbd_rxbounce.sh needs g++ installed
It happens implicitly on Ubuntu, but not on CentOS Stream 8. Fixes: https://tracker.ceph.com/issues/65481 Signed-off-by: Ilya Dryomov <[email protected]>
1 parent b20951f commit 16ad0d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

qa/suites/krbd/ms_modeless/tasks/krbd_rxbounce.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
tasks:
2+
- install:
3+
extra_system_packages:
4+
rpm:
5+
- gcc-c++
6+
deb:
7+
- g++
28
- workunit:
39
clients:
410
all:

0 commit comments

Comments
 (0)