1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

re-commit lvm_dump.sh change

This commit is contained in:
Bryn M. Reeves 2007-04-19 23:06:05 +00:00
parent 864c77a0a7
commit 89f2bf252e

View File

@ -147,7 +147,7 @@ myecho "Gathering /etc/lvm info..."
log "$CP -a /etc/lvm $dir/lvm 2>> $log"
myecho "Gathering /dev listing..."
log "$LS -la /dev > $dir/dev_listing 2>> $log"
log "$LS -laR /dev > $dir/dev_listing 2>> $log"
if (( $metadata )); then
myecho "Gathering LVM metadata from Physical Volumes..."