Package: lvm2
Version: 2.02.06-1
Severity: important

lvm2 2.02.06-1 no longer reports correct exit codes which breaks partman-lvm.

austin:/home/david# vgs --version
 LVM version:     2.02.05 (2006-04-21)
 Library version: 1.02.07 (2006-05-11)
 Driver version:  4.5.0
austin:/home/david# vgs bogus
 Volume group bogus not found
austin:/home/david# echo $?
5
austin:/home/david# apt-get update && apt-get install lvm2
...snip...
austin:/home/david# vgs --version
 LVM version:     2.02.06 (2006-05-12)
 Library version: 1.02.07 (2006-05-11)
 Driver version:  4.5.0
austin:/home/david# vgs bogus
 Volume group "bogus" not found
austin:/home/david# echo $?
0


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to