1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-16 10:50:46 +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 eeed5e0d19
commit 5cd4679419

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..."