mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <idryomov@gmail.com>
This commit is contained in:
parent
84129cd982
commit
b20951f189
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user