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

Make lvm_dump.sh capture a listing of /sys/block entries.

This commit is contained in:
Bryn M. Reeves 2007-04-25 14:49:27 +00:00
parent 05aa860fd7
commit 69e0f4039f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Version 2.02.25 -
=================================
Add /sys/block listings to lvm_dump.sh
Make lvm_dump.sh list /dev recursively
Fix thread race in clvmd.
Add scan_sector param to label_read and _find_labeller.
Make clvmd cope with quorum devices on RHEL5
@ -11,7 +13,6 @@ Version 2.02.25 -
Fix vgsplit for lvm1 format (set and validate VG name in PVs metadata).
Split metadata areas in vgsplit properly.
Add extra internal error checking to clvmd
Make lvm_dump.sh list /dev recursively
Version 2.02.24 - 19th March 2007
=================================

View File

@ -149,6 +149,9 @@ log "$CP -a /etc/lvm $dir/lvm 2>> $log"
myecho "Gathering /dev listing..."
log "$LS -laR /dev > $dir/dev_listing 2>> $log"
myecho "Gathering /sys/block listing..."
log "$LS -laR /sys/block > $dir/sysblock_listing"
if (( $metadata )); then
myecho "Gathering LVM metadata from Physical Volumes..."