Skip to content

Commit ba808c9

Browse files
authored
Merge pull request ceph#56908 from idryomov/wip-65481
qa: fix krbd_msgr_segments and krbd_rxbounce failing on 8.stream Reviewed-by: Ramana Raja <[email protected]>
2 parents abadee6 + 16ad0d5 commit ba808c9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

qa/rbd/krbd_msgr_segments.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Cloned bios (dm-snapshot.ko, based on generic/081):
7676
$ sudo xfs_io -f -c 'pwrite 0 5M' /mnt/file1 >/dev/null
7777
$ sudo umount /mnt
7878
$ sudo vgremove -f vg_img
79-
Logical volume "lv_snap" successfully removed
80-
Logical volume "lv_img" successfully removed
81-
Volume group "vg_img" successfully removed
79+
Logical volume "lv_snap" successfully removed* (glob)
80+
Logical volume "lv_img" successfully removed* (glob)
81+
Volume group "vg_img" successfully removed* (glob)
8282
$ sudo pvremove $DEV
8383
Labels on physical volume "/dev/rbd?" successfully wiped* (glob)
8484
$ sudo rbd unmap $DEV

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)