From 4ed5b316e1b947b43348cda6bf23cc8a57b25682 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Aug 2020 18:52:40 +0200 Subject: log dmsetup in report.bug --- perl-install/any.pm | 3 +++ perl-install/install/NEWS | 1 + 2 files changed, 4 insertions(+) diff --git a/perl-install/any.pm b/perl-install/any.pm index 97fba08a6..935943f0d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1478,6 +1478,9 @@ sub report_bug { header("PVs"), `pvs`, header("VGs"), `vgs`, header("LVs"), `lvs`, + header("dmsetup info"), `dmsetup info`, + header("dmsetup table"), `dmsetup table`, + header("dmsetup ls"), `dmsetup ls`, 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 d9898d7cd..d94bfa8de 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ - support loading auto_install file from https url - report.bug: o log data about LVM + o log data about dmsetup Version 18.31 - 18 June 2020 -- cgit v1.2.1