diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-08-19 18:35:45 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-08-19 18:53:28 +0200 |
commit | 5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42 (patch) | |
tree | 830b58963eca2903388921e8991d0d72ed569cfe /perl-install | |
parent | cd38fa874f1807b931e837474204bd241afeefab (diff) | |
download | drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.tar drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.tar.gz drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.tar.bz2 drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.tar.xz drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.zip |
log PV/VG/LV in report.bug
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index ed618dc1a..97fba08a6 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1475,6 +1475,9 @@ sub report_bug { header("pcmcia: stab"), cat_("$::prefix/var/lib/pcmcia/stab") || cat_("$::prefix/var/run/stab"), header("usb"), cat_("/sys/kernel/debug/usb/devices"), header("partitions"), cat_("/proc/partitions"), + header("PVs"), `pvs`, + header("VGs"), `vgs`, + header("LVs"), `lvs`, header("cpuinfo"), cat_("/proc/cpuinfo"), header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog"), header("Xorg.log"), cat_("/var/log/Xorg.0.log"), diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e28f5303f..d9898d7cd 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - recognize new kernel 5.5 - 5.7 drivers - support loading auto_install file from https url +- report.bug: + o log data about LVM Version 18.31 - 18 June 2020 |