1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Relax the active-minor test a bit.

This commit is contained in:
Petr Rockai 2012-03-16 11:36:51 +00:00
parent f1d117f9f9
commit 5ee11ece1a

View File

@ -16,4 +16,4 @@ lvcreate -a n --zero n -l 1 -n foo $vg
lvchange $vg/foo -My --major=255 --minor=123
lvchange $vg/foo -a y
dmsetup info $vg-foo | tee info
grep "254, 123" info
egrep "^Major, minor: *[0-9]+, 123" info