mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix lvmdump /sys listing to include virtual devices directory.
This commit is contained in:
parent
de28fed87b
commit
326902f0c7
@ -1,5 +1,6 @@
|
||||
Version 2.02.44 -
|
||||
====================================
|
||||
Fix lvmdump /sys listing to include virtual devices directory.
|
||||
Add "--refresh" functionality to vgchange and vgmknodes.
|
||||
Check for maximal LV size when wiping device.
|
||||
Calculate mirror log size instead of using 1 extent.
|
||||
|
@ -197,7 +197,8 @@ 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\""
|
||||
log "$LS -laR /sys/block > \"$dir/sysblock_listing\" 2>> \"$log\""
|
||||
log "$LS -laR /sys/devices/virtual/block >> \"$dir/sysblock_listing\" 2>> \"$log\""
|
||||
|
||||
if (( $metadata )); then
|
||||
myecho "Gathering LVM metadata from Physical Volumes..."
|
||||
|
Loading…
Reference in New Issue
Block a user