Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package supportutils for openSUSE:Factory checked in at 2021-03-08 15:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/supportutils (Old) and /work/SRC/openSUSE:Factory/.supportutils.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "supportutils" Mon Mar 8 15:14:46 2021 rev:19 rq:876571 version:3.1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes 2021-02-22 14:23:13.835600412 +0100 +++ /work/SRC/openSUSE:Factory/.supportutils.new.2378/supportutils.changes 2021-03-08 15:15:37.817865185 +0100 @@ -1,0 +2,13 @@ +Wed Mar 3 14:12:42 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Remove net-tools from requires, it does not contain any tool + anymore used by supportutils pr#96 + +------------------------------------------------------------------- +Tue Mar 2 14:45:38 UTC 2021 - Mike Latimer [email protected] + +- Collect logs for power specific components (using iprconfig) pr#94 (bsc#1182950) + + Additional nvme information + + Additional kdump configuration and logs + +------------------------------------------------------------------- @@ -5 +18 @@ - + [powerpc] Collect logs for power specific components (HNV) #88 (bsc#1181911) + + [powerpc] Collect logs for power specific components (HNV) pr#88 (bsc#1181911) @@ -7,3 +20,3 @@ - + ha.txt: Fix pacemaker.log location for SLE15 #90 - + supportconfig: use readlink /proc/<pid>/cwd to get cwd list instead of lsof #91 - + supportconfig: sssd_info consistency #93 + + ha.txt: Fix pacemaker.log location for SLE15 pr#90 + + supportconfig: use readlink /proc/<pid>/cwd to get cwd list instead of lsof pr#91 + + supportconfig: sssd_info consistency pr#93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ supportutils.spec ++++++ --- /var/tmp/diff_new_pack.h6BWxh/_old 2021-03-08 15:15:38.461865680 +0100 +++ /var/tmp/diff_new_pack.h6BWxh/_new 2021-03-08 15:15:38.465865684 +0100 @@ -29,7 +29,6 @@ Requires: iproute2 Requires: kmod-compat Requires: ncurses-utils -Requires: net-tools Requires: sysfsutils Requires: tar Requires: util-linux-systemd ++++++ supportutils-3.1.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1.14/bin/supportconfig new/supportutils-3.1.14/bin/supportconfig --- old/supportutils-3.1.14/bin/supportconfig 2021-02-16 21:15:23.213026680 +0100 +++ new/supportutils-3.1.14/bin/supportconfig 2021-03-02 22:40:17.752003805 +0100 @@ -1528,6 +1528,19 @@ log_cmd $OF "diag_encl -v" fi + if rpm -q iprutils &>/dev/null; then + rpm_verify $OF iprutils + log_cmd $OF "iprconfig -c show-config" + log_cmd $OF "iprconfig -c show-alt-config" + log_cmd $OF "iprconfig -c show-arrays" + log_cmd $OF "iprconfig -c show-jbod-disks" + log_cmd $OF "iprconfig -c show-ioas" + log_cmd $OF "iprconfig -c show-hot-spares" + log_cmd $OF "iprconfig -c show-af-disks" + log_cmd $OF "iprconfig -c show-all-af-disks" + log_cmd $OF "iprconfig -c show-slots" + log_cmd $OF "iprconfig -c dump" + fi if [ $platform == "pSeries" ]; then if rpm -q servicelog &>/dev/null; then rpm_verify $OF servicelog @@ -2173,6 +2186,12 @@ log_cmd $OF "nvme fw-log $NVME_DEVICE" log_cmd $OF "nvme smart-log $NVME_DEVICE" log_entry $OF note "Done: $NVME_DEVICE" + log_cmd $OF "smartctl --all $NVME_DEVICE" + log_cmd $OF "nvme list-ns $NVME_DEVICE" + log_cmd $OF "nvme list-ctrl $NVME_DEVICE" + log_cmd $OF "nvme id-ns -H $NVME_DEVICE" + log_cmd $OF "nvme error-log $NVME_DEVICE" + log_cmd $OF "nvme show-regs $NVME_DEVICE" done log_cmd $OF "lspci -tv" fi @@ -2243,6 +2262,11 @@ conf_files $OF /sys/kernel/fadump/mem_reserved conf_files $OF /sys/kernel/kexec_crash_loaded conf_files $OF /sys/kernel/kexec_crash_size + conf_files $OF /etc/kdump.conf + conf_files $OF /etc/udev/rules.d/*kexec.rules + conf_files $OF /var/crash/*/vmcore-dmesg.txt + conf_files $OF /var/crash/*/kexec-dmesg.log + conf_files $OF /var/log/kdump.log if rpm -q kdump &>/dev/null; then DUMPDIR=$(kdumptool dump_config | grep ^KDUMP_SAVEDIR | sed -e 's/"//g;s!file://!!g' | cut -d= -f2) if [[ -d $DUMPDIR ]]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1.14/spec/supportutils.changes new/supportutils-3.1.14/spec/supportutils.changes --- old/supportutils-3.1.14/spec/supportutils.changes 2021-02-16 21:15:23.213026680 +0100 +++ new/supportutils-3.1.14/spec/supportutils.changes 2021-03-03 16:38:08.919469787 +0100 @@ -1,12 +1,25 @@ ------------------------------------------------------------------- +Wed Mar 3 14:12:42 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Remove net-tools from requires, it does not contain any tool + anymore used by supportutils pr#96 + +------------------------------------------------------------------- +Tue Mar 2 14:45:38 UTC 2021 - Mike Latimer [email protected] + +- Collect logs for power specific components (using iprconfig) pr#94 (bsc#1182950) + + Additional nvme information + + Additional kdump configuration and logs + +------------------------------------------------------------------- Tue Feb 16 20:10:28 UTC 2021 - [email protected] - Additions to version 3.1.14 - + [powerpc] Collect logs for power specific components (HNV) #88 (bsc#1181911) + + [powerpc] Collect logs for power specific components (HNV) pr#88 (bsc#1181911) + Updated pam.txt documentation explaining GDPR - + ha.txt: Fix pacemaker.log location for SLE15 #90 - + supportconfig: use readlink /proc/<pid>/cwd to get cwd list instead of lsof #91 - + supportconfig: sssd_info consistency #93 + + ha.txt: Fix pacemaker.log location for SLE15 pr#90 + + supportconfig: use readlink /proc/<pid>/cwd to get cwd list instead of lsof pr#91 + + supportconfig: sssd_info consistency pr#93 + Includes NVMe information with OPTION_NVME=1 in nvme.txt (bsc#1176370, SLE-15932) ------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1.14/spec/supportutils.spec new/supportutils-3.1.14/spec/supportutils.spec --- old/supportutils-3.1.14/spec/supportutils.spec 2021-02-16 21:15:17.833170512 +0100 +++ new/supportutils-3.1.14/spec/supportutils.spec 2021-03-03 16:34:01.950258656 +0100 @@ -29,7 +29,6 @@ Requires: iproute2 Requires: kmod-compat Requires: ncurses-utils -Requires: net-tools Requires: sysfsutils Requires: tar Requires: util-linux-systemd
