Skip to content

Commit b20951f

Browse files
committed
qa: krbd_msgr_segments.t: adapt to different vgremove outputs
Some versions of lvm put a dot at the end. Fixes: https://tracker.ceph.com/issues/65481 Signed-off-by: Ilya Dryomov <[email protected]>
1 parent 84129cd commit b20951f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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

0 commit comments

Comments
 (0)