Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: fix krbd_msgr_segments and krbd_rxbounce failing on 8.stream #56908

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions qa/rbd/krbd_msgr_segments.t
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Cloned bios (dm-snapshot.ko, based on generic/081):
$ sudo xfs_io -f -c 'pwrite 0 5M' /mnt/file1 >/dev/null
$ sudo umount /mnt
$ sudo vgremove -f vg_img
Logical volume "lv_snap" successfully removed
Logical volume "lv_img" successfully removed
Volume group "vg_img" successfully removed
Logical volume "lv_snap" successfully removed* (glob)
Logical volume "lv_img" successfully removed* (glob)
Volume group "vg_img" successfully removed* (glob)
$ sudo pvremove $DEV
Labels on physical volume "/dev/rbd?" successfully wiped* (glob)
$ sudo rbd unmap $DEV
Expand Down
6 changes: 6 additions & 0 deletions qa/suites/krbd/ms_modeless/tasks/krbd_rxbounce.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
tasks:
- install:
extra_system_packages:
rpm:
- gcc-c++
deb:
- g++
- workunit:
clients:
all:
Expand Down