|
|
8d5775 |
From 077bd3543fc233defb7018ea7d8bcf9aea7fa955 Mon Sep 17 00:00:00 2001
|
|
|
8d5775 |
From: Ernestas Kulik <ekulik@redhat.com>
|
|
|
8d5775 |
Date: Tue, 30 Jun 2020 14:19:07 +0200
|
|
|
8d5775 |
Subject: [PATCH] plugins: sosreport_event: Rename nfsserver plugin
|
|
|
8d5775 |
MIME-Version: 1.0
|
|
|
8d5775 |
Content-Type: text/plain; charset=UTF-8
|
|
|
8d5775 |
Content-Transfer-Encoding: 8bit
|
|
|
8d5775 |
|
|
|
8d5775 |
See
|
|
|
8d5775 |
https://github.com/sosreport/sos/commit/fad72dbacc7e5c3c2721e452823750974ea31550.
|
|
|
8d5775 |
|
|
|
8d5775 |
The sosreport devs don’t give a shit about anything, so here we are,
|
|
|
8d5775 |
cleaning up their messes at the last minute.
|
|
|
8d5775 |
---
|
|
|
8d5775 |
src/plugins/sosreport_event.conf | 2 +-
|
|
|
8d5775 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
8d5775 |
|
|
|
8d5775 |
diff --git a/src/plugins/sosreport_event.conf b/src/plugins/sosreport_event.conf
|
|
|
8d5775 |
index 57eb6bcb..4a4a29cd 100644
|
|
|
8d5775 |
--- a/src/plugins/sosreport_event.conf
|
|
|
8d5775 |
+++ b/src/plugins/sosreport_event.conf
|
|
|
8d5775 |
@@ -5,7 +5,7 @@ EVENT=post-create remote!=1
|
|
|
8d5775 |
nice sosreport --tmp-dir "$DUMP_DIR" --batch \
|
|
|
8d5775 |
--only=anaconda --only=boot --only=devicemapper \
|
|
|
8d5775 |
--only=filesys --only=hardware --only=kernel --only=libraries \
|
|
|
8d5775 |
- --only=memory --only=networking --only=nfsserver --only=pam \
|
|
|
8d5775 |
+ --only=memory --only=networking --only=nfs --only=pam \
|
|
|
8d5775 |
--only=process --only=rpm -k rpm.rpmva=off --only=ssh \
|
|
|
8d5775 |
--only=services --only=yum --only=date --only=host --only=x11 \
|
|
|
8d5775 |
--only=cups --only=logs --only=grub2 --only=cron --only=pci \
|
|
|
8d5775 |
--
|
|
|
8d5775 |
2.26.2
|
|
|
8d5775 |
|