Package: lvm2 Version: 2.02.66-2 Severity: minor Tags: patch
Hi. It seems that the lvmdump manpage lists not everything which is acutally included. At least the following was missing: - /sys/block listing - everything form /etc/lvm, which is not only config/cache but possibly also backups, etc. The attached patch adds this info. Please forward to upstream if possible :) Hope I could help, Chris.
--- lvmdump.8 2010-06-23 15:03:12.384357000 +0200 +++ s 2010-06-23 15:03:45.785117860 +0200 @@ -14,10 +14,12 @@ .br - recent entries from /var/log/messages (containing system messages) .br -- complete lvm configuration and cache +- complete lvm configuration and cache (including everything within /etc/lvm) .br - list of device nodes present under /dev .br +- list of files present under /sys/block +.br - if enabled with -m, metadata dump will be also included .br - if enabled with -a, debug output of vgscan, pvscan and list of all available volume groups, physical volumes and logical volumes will be included

