|
|
6b17e9 |
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
6b17e9 |
Summary: A set of tools to gather troubleshooting information from a system
|
|
|
6b17e9 |
Name: sos
|
|
|
b939f5 |
Version: 3.4
|
|
|
6775e6 |
Release: 6%{?dist}
|
|
|
6b17e9 |
Group: Applications/System
|
|
|
69a90f |
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
|
|
6b17e9 |
License: GPLv2+
|
|
|
6b17e9 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
6b17e9 |
BuildArch: noarch
|
|
|
e75bc7 |
Url: http://github.com/sosreport/sos
|
|
|
6b17e9 |
BuildRequires: python-devel
|
|
|
6b17e9 |
BuildRequires: gettext
|
|
|
6b17e9 |
Requires: libxml2-python
|
|
|
e75bc7 |
Requires: python-six
|
|
|
6b17e9 |
Requires: bzip2
|
|
|
6b17e9 |
Requires: xz
|
|
|
a1ee45 |
Obsoletes: sos-plugins-openstack
|
|
|
69a90f |
Patch0: skip-generating-doc.patch
|
|
|
b939f5 |
Patch1: sos-bz1438257-collect-cmds-with-return-1.patch
|
|
|
b939f5 |
Patch2: sos-bz1438269-ceph-collect-etc-calamari.patch
|
|
|
b939f5 |
Patch3: sos-bz1444641-virsh-uncaught-exception.patch
|
|
|
b939f5 |
Patch4: sos-bz1250346-openstack-tripleo.patch
|
|
|
b939f5 |
Patch5: sos-bz1442078-container-test-oci.patch
|
|
|
b939f5 |
Patch6: sos-bz1416535-pacemaker-user-logs.patch
|
|
|
b939f5 |
Patch7: sos-bz1148381-libvirt-cgroups-collection.patch
|
|
|
b939f5 |
Patch8: sos-bz1449904-ceph-tmp-mount-exclude.patch
|
|
|
b939f5 |
Patch9: sos-bz1393961-missing-filesystem-nonfatal.patch
|
|
|
b939f5 |
Patch10: sos-bz1400407-samba-dc-connect.patch
|
|
|
6775e6 |
Patch11: sos-bz1470573-tripleo-add-ui-logs.patch
|
|
|
168718 |
Patch12: sos-3.4-centos-branding.patch
|
|
|
a34f85 |
|
|
|
6b17e9 |
%description
|
|
|
6b17e9 |
Sos is a set of tools that gathers information about system
|
|
|
6b17e9 |
hardware and configuration. The information can then be used for
|
|
|
6b17e9 |
diagnostic purposes and debugging. Sos is commonly used to help
|
|
|
6b17e9 |
support technicians and developers.
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%prep
|
|
|
e75bc7 |
%setup -qn %{name}-%{version}
|
|
|
6b17e9 |
%patch0 -p1
|
|
|
6b17e9 |
%patch1 -p1
|
|
|
6b17e9 |
%patch2 -p1
|
|
|
6b17e9 |
%patch3 -p1
|
|
|
6b17e9 |
%patch4 -p1
|
|
|
6b17e9 |
%patch5 -p1
|
|
|
6b17e9 |
%patch6 -p1
|
|
|
6b17e9 |
%patch7 -p1
|
|
|
6b17e9 |
%patch8 -p1
|
|
|
6b17e9 |
%patch9 -p1
|
|
|
65af3d |
%patch10 -p1
|
|
|
43705b |
%patch11 -p1
|
|
|
88c449 |
%patch12 -p1
|
|
|
a34f85 |
|
|
|
6b17e9 |
%build
|
|
|
6b17e9 |
make
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%install
|
|
|
6b17e9 |
rm -rf ${RPM_BUILD_ROOT}
|
|
|
6b17e9 |
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
6b17e9 |
%find_lang %{name} || echo 0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%clean
|
|
|
6b17e9 |
rm -rf ${RPM_BUILD_ROOT}
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%files -f %{name}.lang
|
|
|
6b17e9 |
%defattr(-,root,root,-)
|
|
|
6b17e9 |
%{_sbindir}/sosreport
|
|
|
6b17e9 |
%{_datadir}/%{name}
|
|
|
6b17e9 |
%{python_sitelib}/*
|
|
|
6b17e9 |
%{_mandir}/man1/*
|
|
|
6b17e9 |
%{_mandir}/man5/*
|
|
|
6b17e9 |
%doc AUTHORS README.md LICENSE
|
|
|
6b17e9 |
%config(noreplace) %{_sysconfdir}/sos.conf
|
|
|
6b17e9 |
|
|
|
6b17e9 |
%changelog
|
|
|
88c449 |
* Mon Jul 31 2017 CentOS Sources <bugs@centos.org> - 3.4-6.el7.centos
|
|
|
88c449 |
- Roll in CentOS Branding
|
|
|
88c449 |
|
|
|
6775e6 |
* Wed Jul 12 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-6
|
|
|
6775e6 |
- [tripleo] Add ui logs
|
|
|
6775e6 |
Resolves: bz1470573
|
|
|
43705b |
|
|
|
b939f5 |
* Tue May 30 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-5
|
|
|
b939f5 |
- [samba] Fix dc-connect winbind logfile path
|
|
|
b939f5 |
Resolves: bz1400407
|
|
|
b939f5 |
|
|
|
b939f5 |
* Mon May 22 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-4
|
|
|
b939f5 |
- [libvirt] fix per-process cgroup collection
|
|
|
b939f5 |
Resolves: bz1148381
|
|
|
b939f5 |
- [ceph] exclude temporary mount locations from collection
|
|
|
b939f5 |
Resolves: bz1449904
|
|
|
b939f5 |
- [policies/redhat] make missing 'filesystem' package non-fatal
|
|
|
b939f5 |
Resolves: bz1393961
|
|
|
b939f5 |
|
|
|
b939f5 |
* Wed May 10 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-3
|
|
|
b939f5 |
- [ceph] fix list formatting
|
|
|
b939f5 |
Resolves: bz1438269
|
|
|
b939f5 |
- [virsh] Handle properly cases when virsh commands fail
|
|
|
b939f5 |
Resolves: bz1444641
|
|
|
b939f5 |
- [openstack_*] fix issue with --verify option, extend pkglist for instack
|
|
|
b939f5 |
Resolves: bz1250346
|
|
|
b939f5 |
- [policies/redhat] accept 'oci' as a valid container type
|
|
|
b939f5 |
Resolves: bz1442078
|
|
|
b939f5 |
- [pacemaker] Collect user-defined logfile
|
|
|
b939f5 |
Resolves: bz1416535
|
|
|
b939f5 |
|
|
|
b939f5 |
* Wed Apr 19 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-2
|
|
|
b939f5 |
- [Pugin] revert 77eb4ab (do not return output from failed cmds)
|
|
|
b939f5 |
Resolves: bz1438257
|
|
|
b939f5 |
|
|
|
b939f5 |
* Tue Mar 28 2017 Pavel Moravec <pmoravec@redhat.com> = 3.4-1
|
|
|
b939f5 |
- New upstream release sos-3.4
|
|
|
c30519 |
|
|
|
2eebcf |
* Fri Nov 04 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-5
|
|
|
2eebcf |
- [networking] plugin crash with quotemark in network name
|
|
|
b939f5 |
Resolves: bz1353992
|
|
|
65af3d |
|
|
|
69a90f |
* Fri Sep 09 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-4
|
|
|
69a90f |
- [networking][reporting] plugin tracebacks when net-tools missing
|
|
|
69a90f |
Resolves: bz1374152
|
|
|
e0891c |
|
|
|
69a90f |
* Fri Sep 02 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-3
|
|
|
69a90f |
- [nodejs][nms]: new plugins
|
|
|
69a90f |
Resolves: bz1368393
|
|
|
69a90f |
- [docker]: Gather more data and expand plugin options
|
|
|
69a90f |
Resolves: bz1351647
|
|
|
69a90f |
|
|
|
69a90f |
* Fri Aug 19 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-2
|
|
|
69a90f |
- [grub2] grub2-mkconfig loads ext4 and brctl kernel
|
|
|
69a90f |
Resolves: bz1116670
|
|
|
69a90f |
- [ceph] skip collecting of all keyring and bindpass files
|
|
|
69a90f |
Resolves: bz1260607
|
|
|
69a90f |
- [omsa] add omreport storage controller
|
|
|
69a90f |
Resolves: bz1299603
|
|
|
69a90f |
- [atomichost] fix collection of 'docker info' output
|
|
|
69a90f |
Resolves: bz1302146
|
|
|
69a90f |
- [monit] fix add_copy_spec() arguments
|
|
|
69a90f |
Resolves: bz1356945
|
|
|
69a90f |
- [virtwho] add new plugin for virt-who agent
|
|
|
69a90f |
Resolves: bz1353552
|
|
|
28e5f0 |
|
|
|
69a90f |
* Thu Jun 30 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-1
|
|
|
69a90f |
- New upstream release sos-3.3
|
|
|
69a90f |
|
|
|
69a90f |
* Wed Jun 29 2016 Pavel Moravec <pmoravec@redhat.com> = 3.3-0
|
|
|
69a90f |
- New upstream release (beta version)
|
|
|
69a90f |
|
|
|
69a90f |
* Thu Jan 14 2016 Pavel Moravec <pmoravec@redhat.com> = 3.2-37
|
|
|
28e5f0 |
- [sosreport] prepare report in a private subdirectory (updated)
|
|
|
69a90f |
Resolves: bz1290955
|
|
|
28e5f0 |
|
|
|
69a90f |
* Mon Dec 14 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-36
|
|
|
28e5f0 |
- [ceph] collect /var/lib/ceph and /var/run/ceph
|
|
|
69a90f |
Resolves: bz1260607
|
|
|
28e5f0 |
- [sosreport] prepare report in a private subdirectory
|
|
|
69a90f |
Resolves: bz1290955
|
|
|
50bf97 |
|
|
|
c81b6a |
* Wed Oct 07 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-35
|
|
|
c81b6a |
- [docker] collect journald logs for docker unit
|
|
|
c81b6a |
Resolves: bz1245770
|
|
|
c81b6a |
|
|
|
c81b6a |
* Tue Oct 06 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-34
|
|
|
c81b6a |
- [sosreport] fix command-line report defaults
|
|
|
c81b6a |
Resolves: bz1219720
|
|
|
41ecfb |
|
|
|
c81b6a |
* Thu Sep 10 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-33
|
|
|
86e75a |
- [openstack_neutron] obfuscate server_auth in restproxy.ini
|
|
|
c81b6a |
Resolves: bz1243092
|
|
|
c81b6a |
|
|
|
c81b6a |
* Fri Aug 28 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-32
|
|
|
c81b6a |
- [memory] collect swapon --show output in bytes
|
|
|
c81b6a |
Resolves: bz1194159
|
|
|
c81b6a |
|
|
|
c81b6a |
* Mon Aug 24 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-31
|
|
|
c81b6a |
- [sosreport] fix command-line report defaults (proper patch ordering)
|
|
|
c81b6a |
Resolves: bz1219720
|
|
|
c81b6a |
|
|
|
c81b6a |
* Tue Aug 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-30
|
|
|
c81b6a |
- [sapnw] call self methods properly
|
|
|
c81b6a |
Resolves: bz1195608
|
|
|
86e75a |
|
|
|
c81b6a |
* Tue Aug 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-29
|
|
|
c81b6a |
- [openvswitch] capture the logs, db and OVS bridges details
|
|
|
c81b6a |
Resolves: bz1242507
|
|
|
c81b6a |
- [logs] fix reference to missing 'rsyslog_conf' variable
|
|
|
c81b6a |
Resolves: bz1249705
|
|
|
c81b6a |
- [sapnw] Add check if saphostctrl is not present, dont use Set
|
|
|
c81b6a |
Resolves: bz1195608
|
|
|
c81b6a |
- [Plugin] fix handling of symlinks in non-sysroot environments
|
|
|
c81b6a |
Resolves: bz1248672
|
|
|
c81b6a |
|
|
|
c81b6a |
* Sat Jul 18 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-28
|
|
|
86e75a |
- [openstack] Ensure openstack passwords and secrets are obfuscated
|
|
|
c81b6a |
Resolves: bz1243092
|
|
|
c81b6a |
|
|
|
c81b6a |
* Wed Jul 15 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-27
|
|
|
c81b6a |
- [plugin] pass stderr through _collect_cmd_output
|
|
|
c81b6a |
- split dependencies of bz1185990 fix from bz1185990 patch
|
|
|
c81b6a |
Resolves: bz1185990
|
|
|
c81b6a |
|
|
|
c81b6a |
* Thu Jul 09 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-26
|
|
|
c81b6a |
- [kubernetes,plugin] Support running sos inside a container
|
|
|
c81b6a |
Resolves: bz1185990
|
|
|
86e75a |
|
|
|
c81b6a |
* Tue Jul 07 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-25
|
|
|
c81b6a |
- [openstack] New Openstack Trove (DBaaS) plugin
|
|
|
c81b6a |
Resolves: bz1238349
|
|
|
c81b6a |
- [services] Add more diagnostics to applications
|
|
|
c81b6a |
Resolves: bz1195087
|
|
|
c81b6a |
- [openstack_neutron] Obscure passwords and secrets
|
|
|
c81b6a |
Resolves: bz1240666
|
|
|
c81b6a |
|
|
|
c81b6a |
* Sat Jul 04 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-23
|
|
|
c81b6a |
- [ceph] add calamari and ragos logs and configs
|
|
|
c81b6a |
Resolves: bz1210527
|
|
|
c81b6a |
- [iprconfig] enable plugin for ppc64* architectures
|
|
|
c81b6a |
Resolves: bz1238726
|
|
|
c81b6a |
|
|
|
c81b6a |
* Fri Jul 03 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-22
|
|
|
c81b6a |
- [general] verify --profile contains valid plugins only
|
|
|
c81b6a |
Resolves: bz1184602
|
|
|
c81b6a |
- [kernel,mpt,memory] additional kernel-related diagnostics
|
|
|
c81b6a |
Resolves: bz1194159
|
|
|
c81b6a |
|
|
|
c81b6a |
* Wed Jul 01 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-21
|
|
|
c81b6a |
- [cluster] enable crm_report password scrubbing
|
|
|
c81b6a |
Resolves: bz1164864
|
|
|
c81b6a |
- [sosreport] fix command-line report defaults
|
|
|
c81b6a |
Resolves: bz1219720
|
|
|
c81b6a |
- [virsh] add new plugin, add listing of qemu
|
|
|
c81b6a |
Resolves: bz1195086
|
|
|
c81b6a |
- [sap*,vhostmd] new plugins for SAP
|
|
|
c81b6a |
Resolves: bz1195608
|
|
|
c81b6a |
|
|
|
c81b6a |
* Tue Jun 30 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-20
|
|
|
c81b6a |
- [cluster] crm_report fails to run because dir already exists
|
|
|
c81b6a |
Resolves: bz1200526
|
|
|
c81b6a |
- [foreman] Skip collection of generic resources
|
|
|
c81b6a |
Resolves: bz1135317
|
|
|
c81b6a |
- [apache] Added collection of conf.modules.d dir for httpd 2.4
|
|
|
c81b6a |
Resolves: bz1183265
|
|
|
c81b6a |
- [pcp] collect /etc/pcp.conf
|
|
|
c81b6a |
Resolves: bz1183297
|
|
|
c81b6a |
- [puppet] adding new plugin for puppet
|
|
|
c81b6a |
Resolves: bz1183768
|
|
|
c81b6a |
- [block] Don't use parted human readable output
|
|
|
c81b6a |
Resolves: bz1183770
|
|
|
c81b6a |
- [general] Better handling --name and --ticket-number in
|
|
|
c81b6a |
Resolves: bz1185093
|
|
|
c81b6a |
- [networking] additional ip, firewall and traffic shaping
|
|
|
c81b6a |
Resolves: bz1194554
|
|
|
c81b6a |
- [infiniband] add opensm and infiniband-diags support
|
|
|
c81b6a |
Resolves: bz1194556
|
|
|
c81b6a |
- [plugins/rabbitmq] Added cluster_status command output
|
|
|
c81b6a |
Resolves: bz1197006
|
|
|
c81b6a |
- [networking] re-add 'ip addr' with a root symlink
|
|
|
c81b6a |
Resolves: bz1209454
|
|
|
c81b6a |
- [kimchi] add new plugin
|
|
|
c81b6a |
Resolves: bz1209840
|
|
|
c81b6a |
- [iprconfig] add plugin for IBM Power RAID adapters
|
|
|
c81b6a |
Resolves: bz1221932
|
|
|
c81b6a |
- [ovirt] Collect engine tunables and domain information.
|
|
|
c81b6a |
Resolves: bz1236101
|
|
|
c81b6a |
- [activemq] Honour all_logs and get config on RHEL
|
|
|
c81b6a |
Resolves: bz1236111
|
|
|
c81b6a |
- [cluster] Add luci to packages for standalone luci servers
|
|
|
c81b6a |
Resolves: bz1236124
|
|
|
86e75a |
- [hpasm] hpasmcli commands hang under timeout
|
|
|
c81b6a |
Resolves: bz1214209
|
|
|
86e75a |
- [mysql] Collect log file
|
|
|
c81b6a |
Resolves: bz1210906
|
|
|
c81b6a |
- [chrony] add chrony plugin
|
|
|
c81b6a |
Resolves: bz1165418
|
|
|
b88aac |
|
|
|
c81b6a |
* Mon Jun 15 2015 Shane Bradley <sbradley@redhat.com> = 3.2-19
|
|
|
3d26a2 |
- [openstack_sahara] redact secrets from sahara configuration
|
|
|
c81b6a |
Resolves: bz1211984
|
|
|
3d26a2 |
|
|
|
c81b6a |
* Tue Jun 09 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-18
|
|
|
3d26a2 |
- [openstack_sahara] add new openstack_sahara plugin
|
|
|
c81b6a |
Resolves: bz1211984
|
|
|
3d26a2 |
|
|
|
c81b6a |
* Tue Apr 21 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-17
|
|
|
3d26a2 |
- [openstack_neutron] neutron configuration and logs files not captured
|
|
|
3d26a2 |
Resolves: bz1213315
|
|
|
3d26a2 |
- [ovirt] remove ovirt-engine setup answer file password leak
|
|
|
3d26a2 |
Resolves: bz1162788
|
|
|
3d26a2 |
- [networking] network plugin fails if NetworkManager is disabled
|
|
|
3d26a2 |
Resolves: bz1206633
|
|
|
9536aa |
|
|
|
c81b6a |
* Fri Mar 13 2015 Pavel Moravec <pmoravec@redhat.com> = 3.2-16
|
|
|
de1df9 |
- [cluster] crm_report fails to run because dir already exists
|
|
|
c81b6a |
Resolves: bz1200526
|
|
|
c6811e |
|
|
|
e75bc7 |
* Thu Jan 22 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-15
|
|
|
fc05a2 |
- [mysql] improve handling of dbuser, dbpass and MYSQL_PWD
|
|
|
e75bc7 |
Resolves: bz1180919
|
|
|
fc05a2 |
|
|
|
e75bc7 |
* Tue Jan 20 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-14
|
|
|
fc05a2 |
- [mysql] test for boolean values in dbuser and dbpass
|
|
|
e75bc7 |
Resolves: bz1180919
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Jan 19 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-12
|
|
|
e75bc7 |
- [plugin] limit path names to PC_NAME_MAX
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [squid] collect files from /var/log/squid
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [sosreport] log plugin exceptions to a file
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [ctdb] fix collection of /etc/sysconfig/ctdb
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
- [sosreport] fix silent exception handling
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Jan 13 2015 Bryn M. Reeves <bmr@redhat.com> = 3.2-11
|
|
|
e75bc7 |
- [sosreport] do not make logging calls after OSError
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [sosreport] catch OSError exceptions in SoSReport.execute()
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [anaconda] make useradd password regex tolerant of whitespace
|
|
|
e75bc7 |
Resolves: bz1112175
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Dec 23 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-10
|
|
|
fc05a2 |
- [mysql] fix handling of mysql.dbpass option
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Dec 17 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-9
|
|
|
e75bc7 |
- [navicli] catch exceptions if stdin is unreadable
|
|
|
e75bc7 |
Resolves: bz1166039
|
|
|
e75bc7 |
- [docs] update man page for new options
|
|
|
e75bc7 |
Resolves: bz1171658
|
|
|
e75bc7 |
- [sosreport] make all utf-8 handling user errors=ignore
|
|
|
e75bc7 |
Resolves: bz1164267
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Tue Dec 09 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-8
|
|
|
e75bc7 |
- [kpatch] do not attempt to collect data if kpatch is not installed
|
|
|
e75bc7 |
Resolves: bz1110918
|
|
|
e75bc7 |
- [archive] drop support for Zip archives
|
|
|
e75bc7 |
Resolves: bz1118152
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Thu Oct 30 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-7
|
|
|
e75bc7 |
- [sosreport] fix archive permissions regression
|
|
|
e75bc7 |
Resolves: bz1158891
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Oct 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-6
|
|
|
e75bc7 |
- [tomcat] add support for tomcat7 and default log size limits
|
|
|
e75bc7 |
Resolves: bz1148375
|
|
|
e75bc7 |
- [mysql] obtain database password from the environment
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Oct 15 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-5
|
|
|
e75bc7 |
- [corosync] add postprocessing for corosync-objctl output
|
|
|
e75bc7 |
Resolves: bz1087515
|
|
|
e75bc7 |
- [ovirt_hosted_engine] fix exception when force-enabled
|
|
|
e75bc7 |
Resolves: bz1148551
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Thu Oct 02 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-4
|
|
|
e75bc7 |
- [yum] call rhsm-debug with --no-subscriptions
|
|
|
e75bc7 |
Resolves: bz1116349
|
|
|
e75bc7 |
- [powerpc] allow PowerPC plugin to run on ppc64le
|
|
|
e75bc7 |
Resolves: bz1140427
|
|
|
e75bc7 |
- [package] add Obsoletes for sos-plugins-openstack
|
|
|
e75bc7 |
Resolves: bz1140756
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Wed Oct 01 2014 Bryn M. Reeves <bmr@redhat.com> = 3.2-3
|
|
|
e75bc7 |
- [pam] add pam_tally2 and faillock support
|
|
|
e75bc7 |
Resolves: bz1127631
|
|
|
e75bc7 |
- [postgresql] obtain db password from the environment
|
|
|
e75bc7 |
Resolves: bz1126001
|
|
|
e75bc7 |
- [pcp] add Performance Co-Pilot plugin
|
|
|
e75bc7 |
Resolves: bz1119833
|
|
|
e75bc7 |
- [nfsserver] collect /etc/exports.d
|
|
|
e75bc7 |
Resolves: bz1118921
|
|
|
e75bc7 |
- [sosreport] handle --compression-type correctly
|
|
|
e75bc7 |
Resolves: bz1118152
|
|
|
e75bc7 |
- [anaconda] redact passwords in kickstart configurations
|
|
|
e75bc7 |
Resolves: bz1112175
|
|
|
e75bc7 |
- [haproxy] add new plugin
|
|
|
e75bc7 |
Resolves: bz1107865
|
|
|
e75bc7 |
- [keepalived] add new plugin
|
|
|
e75bc7 |
Resolves: bz1105247
|
|
|
e75bc7 |
- [lvm2] set locking_type=0 when calling lvm commands
|
|
|
e75bc7 |
Resolves: bz1102285
|
|
|
e75bc7 |
- [tuned] add new plugin
|
|
|
e75bc7 |
Resolves: bz1095447
|
|
|
e75bc7 |
- [cgroups] collect /etc/sysconfig/cgred
|
|
|
e75bc7 |
Resolves: bz1083677
|
|
|
e75bc7 |
- [plugins] ensure doc text is always displayed for plugins
|
|
|
e75bc7 |
Resolves: bz1065473
|
|
|
e75bc7 |
- [sosreport] fix the distribution version API call
|
|
|
e75bc7 |
Resolves: bz1028111
|
|
|
e75bc7 |
- [docker] add new plugin
|
|
|
e75bc7 |
Resolves: bz1084990
|
|
|
e75bc7 |
- [openstack_*] include broken-out openstack plugins
|
|
|
e75bc7 |
Resolves: bz1140756
|
|
|
e75bc7 |
- [mysql] support MariaDB
|
|
|
e75bc7 |
Resolves: bz1106600
|
|
|
e75bc7 |
- [openstack] do not collect /var/lib/nova
|
|
|
e75bc7 |
Resolves: bz1106423
|
|
|
e75bc7 |
- [grub2] collect grub.cfg on UEFI systems
|
|
|
e75bc7 |
Resolves: bz1086648
|
|
|
e75bc7 |
- [sosreport] handle out-of-space errors gracefully
|
|
|
e75bc7 |
Resolves: bz1087977
|
|
|
e75bc7 |
- [firewalld] new plugin
|
|
|
e75bc7 |
Resolves: bz1100505
|
|
|
e75bc7 |
- [networking] collect NetworkManager status
|
|
|
e75bc7 |
Resolves: bz1100505
|
|
|
e75bc7 |
- [kpatch] new plugin
|
|
|
e75bc7 |
Resolves: bz1110918
|
|
|
e75bc7 |
- [global] update to upstream 3.2 release
|
|
|
e75bc7 |
Resolves: bz1026962
|
|
|
e75bc7 |
|
|
|
e75bc7 |
* Mon Sep 08 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-24
|
|
|
e75bc7 |
- [foreman] add new plugin
|
|
|
e75bc7 |
Resolves: bz1130273
|
|
|
5f6ce0 |
|
|
|
629484 |
* Thu Mar 20 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-23
|
|
|
629484 |
- Call rhsm-debug with the --sos switch
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
|
|
|
629484 |
* Mon Mar 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-22
|
|
|
629484 |
- Fix package check in anacron plugin
|
|
|
629484 |
Resolves: bz1067769
|
|
|
629484 |
|
|
|
629484 |
* Wed Feb 12 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-21
|
|
|
629484 |
- Remove obsolete rhel_version() usage from yum plugin
|
|
|
629484 |
Resolves: bz916705
|
|
|
629484 |
|
|
|
629484 |
* Tue Feb 11 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-20
|
|
|
629484 |
- Prevent unhandled exception during command output substitution
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
|
|
|
629484 |
* Mon Feb 10 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-19
|
|
|
629484 |
- Fix generation of volume names in gluster plugin
|
|
|
629484 |
Resolves: bz1036752
|
|
|
629484 |
- Add distupgrade plugin
|
|
|
629484 |
Resolves: bz1059760
|
|
|
629484 |
|
|
|
629484 |
* Tue Feb 04 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-18
|
|
|
629484 |
- Prevent file descriptor leaks when using Popen
|
|
|
629484 |
Resolves: bz1051009
|
|
|
629484 |
- Disable zip archive creation when running rhsm-debug
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
- Include volume geo-replication status in gluster plugin
|
|
|
629484 |
Resolves: bz1036752
|
|
|
629484 |
|
|
|
629484 |
* Mon Feb 03 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-17
|
|
|
629484 |
- Fix get_option use in cluster plugin
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
- Fix debug logging to file when given '-v'
|
|
|
629484 |
Resolves: bz1031126
|
|
|
629484 |
- Always treat rhevm plugin's vdsmlogs option as a string
|
|
|
629484 |
Resolves: bz1030617
|
|
|
629484 |
- Run the rhsm-debug script from yum plugin
|
|
|
629484 |
Resolves: bz1039036
|
|
|
629484 |
|
|
|
629484 |
* Fri Jan 31 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-16
|
|
|
629484 |
- Add new plugin to collect OpenHPI configuration
|
|
|
629484 |
Resolves: bz1028121
|
|
|
629484 |
- Fix cluster plugin crm_report support
|
|
|
629484 |
Resolves: bz1030553
|
|
|
629484 |
- Fix file postprocessing in ldap plugin
|
|
|
629484 |
Resolves: bz1030602
|
|
|
629484 |
- Remove collection of anaconda-ks.cfg from general plugin
|
|
|
629484 |
Resolves: bz1034865
|
|
|
629484 |
|
|
|
629484 |
* Fri Jan 24 2014 Bryn M. Reeves <bmr@redhat.com> = 3.0-15
|
|
|
629484 |
- Remove debug statements from logs plugin
|
|
|
629484 |
Resolves: bz1030042
|
|
|
629484 |
- Make ethernet interface detection more robust
|
|
|
629484 |
Resolves: bz1030824
|
|
|
629484 |
- Fix specifying multiple plugin options on the command line
|
|
|
629484 |
Resolves: bz1031124
|
|
|
629484 |
- Make log and message levels match previous versions
|
|
|
629484 |
Resolves: bz1031126
|
|
|
629484 |
- Log a warning message when external commands time out
|
|
|
629484 |
Resolves: bz1034956
|
|
|
629484 |
- Remove --upload command line option
|
|
|
629484 |
Resolves: bz1028484
|
|
|
629484 |
- Update sos UI text to match upstream
|
|
|
629484 |
Resolves: bz1034970
|
|
|
629484 |
|
|
|
629484 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> = 3.0-14
|
|
|
629484 |
- Mass rebuild 2013-12-27
|
|
|
629484 |
|
|
|
629484 |
* Thu Nov 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-13
|
|
|
6b17e9 |
- Fix regressions introduced with --build option
|
|
|
6b17e9 |
Resolves: bz1015599
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 12 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-12
|
|
|
6b17e9 |
- Fix typo in yum plug-in add_forbidden_paths
|
|
|
6b17e9 |
Resolves: bz829297
|
|
|
6b17e9 |
- Add krb5 plug-in and drop collection of krb5.keytab
|
|
|
6b17e9 |
Resolves: bz1028150
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Nov 8 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-10
|
|
|
6b17e9 |
- Add nfs client plug-in
|
|
|
6b17e9 |
Resolves: bz1028072
|
|
|
6b17e9 |
- Fix traceback when sar module force-enabled
|
|
|
6b17e9 |
Resolves: bz1028125
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Nov 7 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-9
|
|
|
6b17e9 |
- Restore --build command line option
|
|
|
6b17e9 |
Resolves: bz1015599
|
|
|
6b17e9 |
- Collect saved vmcore-dmesg.txt files
|
|
|
6b17e9 |
Resolves: bz1026959
|
|
|
6b17e9 |
- Normalize temporary directory paths
|
|
|
6b17e9 |
Resolves: bz829069
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 5 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-7
|
|
|
6b17e9 |
- Add domainname output to NIS plug-in
|
|
|
6b17e9 |
Resolves: bz1026906
|
|
|
6b17e9 |
- Collect /var/log/squid in squid plug-in
|
|
|
6b17e9 |
Resolves: bz1026829
|
|
|
6b17e9 |
- Collect mountstats and mountinfo in filesys plug-in
|
|
|
6b17e9 |
Resolves: bz1026869
|
|
|
6b17e9 |
- Add PowerPC plug-in from upstream
|
|
|
6b17e9 |
Resolves: bz1025236
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 31 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-6
|
|
|
6b17e9 |
- Remove version checks in gluster plug-in
|
|
|
6b17e9 |
Resolves: bz1015606
|
|
|
6b17e9 |
- Check for usable temporary directory
|
|
|
6b17e9 |
Resolves: bz1019517
|
|
|
6b17e9 |
- Fix --alloptions command line option
|
|
|
6b17e9 |
Resolves: bz1019356
|
|
|
6b17e9 |
- Fix configuration fail regression
|
|
|
6b17e9 |
Resolves: bz1019516
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Oct 30 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-5
|
|
|
6b17e9 |
- Include /etc/yaboot.conf in boot plug-in
|
|
|
6b17e9 |
Resolves: bz1001966
|
|
|
6b17e9 |
- Fix collection of brctl output in networking plug-in
|
|
|
6b17e9 |
Resolves: bz1019235
|
|
|
6b17e9 |
- Verify limited set of RPM packages by default
|
|
|
6b17e9 |
Resolves: bz1019863
|
|
|
6b17e9 |
- Do not strip newlines from command output
|
|
|
6b17e9 |
Resolves: bz1019338
|
|
|
6b17e9 |
- Limit default sar data collection
|
|
|
6b17e9 |
Resolves: bz1001599
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 3 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-4
|
|
|
6b17e9 |
- Do not attempt to read RPC pseudo files in networking plug-in
|
|
|
6b17e9 |
Resolves: bz996992, bz996994
|
|
|
6b17e9 |
- Restrict wbinfo collection to the current domain
|
|
|
6b17e9 |
Resolves: bz997101
|
|
|
6b17e9 |
- Add obfuscation of luci secrets to cluster plug-in
|
|
|
6b17e9 |
Resolves: bz997090
|
|
|
6b17e9 |
- Add XFS plug-in
|
|
|
6b17e9 |
Resolves: bz997094
|
|
|
6b17e9 |
- Fix policy class handling of --tmp-dir
|
|
|
6b17e9 |
Resolves: bz997083
|
|
|
6b17e9 |
- Do not set batch mode if stdin is not a TTY
|
|
|
6b17e9 |
Resolves: bz1002943
|
|
|
6b17e9 |
- Attempt to continue when reading bad input in interactive mode
|
|
|
6b17e9 |
Resolves: bz1002943
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Aug 14 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-3
|
|
|
6b17e9 |
- Add crm_report support to cluster plug-in
|
|
|
6b17e9 |
Resolves: bz839342
|
|
|
6b17e9 |
- Fix rhel_version() usage in cluster and s390 plug-ins
|
|
|
6b17e9 |
Resolves: bz916705
|
|
|
6b17e9 |
- Strip trailing newline from command output
|
|
|
6b17e9 |
Resolves: bz971420
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jun 10 2013 Bryn M. Reeves <bmr@redhat.com> = 3.0-2
|
|
|
6b17e9 |
- Silence 'could not run' messages at default verbosity
|
|
|
6b17e9 |
- New upstream release
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu May 23 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-39
|
|
|
6b17e9 |
- Always invoke tar with '-f-' option
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jan 21 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-38
|
|
|
6b17e9 |
- Fix interactive mode regression when --ticket unspecified
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Jan 18 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-37
|
|
|
6b17e9 |
- Fix propagation of --ticket parameter in interactive mode
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jan 17 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-36
|
|
|
6b17e9 |
- Revert OpenStack patch
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Jan 9 2013 Bryn M. Reeves <bmr@redhat.com> = 2.2-35
|
|
|
6b17e9 |
- Report --name and --ticket values as defaults
|
|
|
6b17e9 |
- Fix device-mapper command execution logging
|
|
|
6b17e9 |
- Fix data collection and rename PostreSQL module to pgsql
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Oct 19 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-34
|
|
|
6b17e9 |
- Add support for content delivery hosts to RHUI module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Oct 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-33
|
|
|
6b17e9 |
- Add Red Hat Update Infrastructure module
|
|
|
6b17e9 |
- Collect /proc/iomem in hardware module
|
|
|
6b17e9 |
- Collect subscription-manager output in general module
|
|
|
6b17e9 |
- Collect rhsm log files in general module
|
|
|
6b17e9 |
- Fix exception in gluster module on non-gluster systems
|
|
|
6b17e9 |
- Fix exception in psql module when dbname is not given
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Oct 17 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-32
|
|
|
6b17e9 |
- Collect /proc/pagetypeinfo in memory module
|
|
|
6b17e9 |
- Strip trailing newline from command output
|
|
|
6b17e9 |
- Add sanlock module
|
|
|
6b17e9 |
- Do not collect archived accounting files in psacct module
|
|
|
6b17e9 |
- Call spacewalk-debug from rhn module to collect satellite data
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Oct 15 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-31
|
|
|
6b17e9 |
- Avoid calling volume status when collecting gluster statedumps
|
|
|
6b17e9 |
- Use a default report name if --name is empty
|
|
|
6b17e9 |
- Quote tilde characters passed to shell in RPM module
|
|
|
6b17e9 |
- Collect KDC and named configuration in ipa module
|
|
|
6b17e9 |
- Sanitize hostname characters before using as report path
|
|
|
6b17e9 |
- Collect /etc/multipath in device-mapper module
|
|
|
6b17e9 |
- New plug-in for PostgreSQL
|
|
|
6b17e9 |
- Add OpenStack module
|
|
|
6b17e9 |
- Avoid deprecated sysctls in /proc/sys/net
|
|
|
6b17e9 |
- Fix error logging when calling external programs
|
|
|
6b17e9 |
- Use ip instead of ifconfig to generate network interface lists
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed May 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-29
|
|
|
6b17e9 |
- Collect the swift configuration directory in gluster module
|
|
|
6b17e9 |
- Update IPA module and related plug-ins
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri May 18 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-28
|
|
|
6b17e9 |
- Collect mcelog files in the hardware module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed May 02 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-27
|
|
|
6b17e9 |
- Add nfs statedump collection to gluster module
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue May 01 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-26
|
|
|
6b17e9 |
- Use wildcard to match possible libvirt log paths
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Apr 23 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-25
|
|
|
6b17e9 |
- Add forbidden paths for new location of gluster private keys
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Mar 9 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-24
|
|
|
6b17e9 |
- Fix katello and aeolus command string syntax
|
|
|
6b17e9 |
- Remove stray hunk from gluster module patch
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Mar 8 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-22
|
|
|
6b17e9 |
- Correct aeolus debug invocation in CloudForms module
|
|
|
6b17e9 |
- Update gluster module for gluster-3.3
|
|
|
6b17e9 |
- Add additional command output to gluster module
|
|
|
6b17e9 |
- Add support for collecting gluster configuration and logs
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Mar 7 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-19
|
|
|
6b17e9 |
- Collect additional diagnostic information for realtime systems
|
|
|
6b17e9 |
- Improve sanitization of RHN user and case number in report name
|
|
|
6b17e9 |
- Fix verbose output and debug logging
|
|
|
6b17e9 |
- Add basic support for CloudForms data collection
|
|
|
6b17e9 |
- Add support for Subscription Asset Manager diagnostics
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Mar 6 2012 Bryn M. Reeves <bmr@redhat.com> = 2.2-18
|
|
|
6b17e9 |
- Collect fence_virt.conf in cluster module
|
|
|
6b17e9 |
- Fix collection of /proc/net directory tree
|
|
|
6b17e9 |
- Gather output of cpufreq-info when present
|
|
|
6b17e9 |
- Fix brctl showstp output when bridges contain multiple interfaces
|
|
|
6b17e9 |
- Add /etc/modprobe.d to kernel module
|
|
|
6b17e9 |
- Ensure relative symlink targets are correctly handled when copying
|
|
|
6b17e9 |
- Fix satellite and proxy package detection in rhn plugin
|
|
|
6b17e9 |
- Collect stderr output from external commands
|
|
|
6b17e9 |
- Collect /proc/cgroups in the cgroups module
|
|
|
6b17e9 |
Resolve: bz784874
|
|
|
6b17e9 |
- Collect /proc/irq in the kernel module
|
|
|
6b17e9 |
- Fix installed-rpms formatting for long package names
|
|
|
6b17e9 |
- Add symbolic links for truncated log files
|
|
|
6b17e9 |
- Collect non-standard syslog and rsyslog log files
|
|
|
6b17e9 |
- Use correct paths for tomcat6 in RHN module
|
|
|
6b17e9 |
- Obscure root password if present in anacond-ks.cfg
|
|
|
6b17e9 |
- Do not accept embedded forward slashes in RHN usernames
|
|
|
6b17e9 |
- Add new sunrpc module to collect rpcinfo for gluster systems
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Nov 1 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-17
|
|
|
6b17e9 |
- Do not collect subscription manager keys in general plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Sep 23 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-16
|
|
|
6b17e9 |
- Fix execution of RHN hardware.py from hardware plugin
|
|
|
6b17e9 |
- Fix hardware plugin to support new lsusb path
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Sep 09 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-15
|
|
|
6b17e9 |
- Fix brctl collection when a bridge contains no interfaces
|
|
|
6b17e9 |
- Fix up2dateclient path in hardware plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Aug 15 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-14
|
|
|
6b17e9 |
- Collect brctl show and showstp output
|
|
|
6b17e9 |
- Collect nslcd.conf in ldap plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Sun Aug 14 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-11
|
|
|
6b17e9 |
- Truncate files that exceed specified size limit
|
|
|
6b17e9 |
- Add support for collecting Red Hat Subscrition Manager configuration
|
|
|
6b17e9 |
- Collect /etc/init on systems using upstart
|
|
|
6b17e9 |
- Don't strip whitespace from output of external programs
|
|
|
6b17e9 |
- Collect ipv6 neighbour table in network module
|
|
|
6b17e9 |
- Collect basic cgroups configuration data
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Sat Aug 13 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-10
|
|
|
6b17e9 |
- Fix collection of data from LVM2 reporting tools in devicemapper plugin
|
|
|
6b17e9 |
- Add /proc/vmmemctl collection to vmware plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Aug 12 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-9
|
|
|
6b17e9 |
- Collect yum repository list by default
|
|
|
6b17e9 |
- Add basic Infiniband plugin
|
|
|
6b17e9 |
- Add plugin for scsi-target-utils iSCSI target
|
|
|
6b17e9 |
- Fix autofs plugin LC_ALL usage
|
|
|
6b17e9 |
- Fix collection of lsusb and add collection of -t and -v outputs
|
|
|
6b17e9 |
- Extend data collection by qpidd plugin
|
|
|
6b17e9 |
- Add ethtool pause, coalesce and ring (-a, -c, -g) options to network plugin
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Apr 07 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-8
|
|
|
6b17e9 |
- Use sha256 for report digest when operating in FIPS mode
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Apr 05 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-7
|
|
|
6b17e9 |
- Fix parted and dumpe2fs output on s390
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Feb 25 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-6
|
|
|
6b17e9 |
- Fix collection of chkconfig output in startup.py
|
|
|
6b17e9 |
- Collect /etc/dhcp in dhcp.py plugin
|
|
|
6b17e9 |
- Collect dmsetup ls --tree output in devicemapper.py
|
|
|
6b17e9 |
- Collect lsblk output in filesys.py
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Feb 24 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-4
|
|
|
6b17e9 |
- Fix collection of logs and config files in sssd.py
|
|
|
6b17e9 |
- Add support for collecting entitlement certificates in rhn.py
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Feb 03 2011 Bryn M. Reeves <bmr@redhat.com> = 2.2-3
|
|
|
6b17e9 |
- Fix cluster plugin dlm lockdump for el6
|
|
|
6b17e9 |
- Add sssd plugin to collect configuration and logs
|
|
|
6b17e9 |
- Collect /etc/anacrontab in system plugin
|
|
|
6b17e9 |
- Correct handling of redhat-release for el6
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jul 29 2010 Adam Stokes <ajs at redhat dot com> = 2.2-2
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Jun 10 2010 Adam Stokes <ajs at redhat dot com> = 2.2-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Wed Apr 28 2010 Adam Stokes <ajs at redhat dot com> = 2.1-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Apr 12 2010 Adam Stokes <ajs at redhat dot com> = 2.0-0
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Tue Mar 30 2010 Adam Stokes <ajs at redhat dot com> = 1.9-3
|
|
|
6b17e9 |
- fix setup.py to autocompile translations and man pages
|
|
|
6b17e9 |
- rebase 1.9
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Fri Mar 19 2010 Adam Stokes <ajs at redhat dot com> = 1.9-2
|
|
|
6b17e9 |
- updated translations
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Thu Mar 04 2010 Adam Stokes <ajs at redhat dot com> = 1.9-1
|
|
|
6b17e9 |
- version bump 1.9
|
|
|
6b17e9 |
- replaced compression utility with xz
|
|
|
6b17e9 |
- strip threading/multiprocessing
|
|
|
6b17e9 |
- simplified progress indicator
|
|
|
6b17e9 |
- pylint update
|
|
|
6b17e9 |
- put global vars in class container
|
|
|
6b17e9 |
- unittests
|
|
|
6b17e9 |
- simple profiling
|
|
|
6b17e9 |
- make use of xgettext as pygettext is deprecated
|
|
|
6b17e9 |
|
|
|
6b17e9 |
* Mon Jan 18 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21
|
|
|
6b17e9 |
- more sanitizing options for log files
|
|
|
6b17e9 |
- rhbz fixes from RHEL version merged into trunk
|
|
|
6b17e9 |
- progressbar update
|
|
|
6b17e9 |
|