Skip to content

Commit 0d0d69f

Browse files
authored
Merge pull request #78300 from jbtrystram/pr/troubleshooting-nfs-add-kmod
COS-2831: troubleshooting/operating-system: document kdump support over NFS
2 parents a2ab429 + 89a77ac commit 0d0d69f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/troubleshooting-enabling-kdump-day-one.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ systemd:
6868
<4> If you want to change the contents of `/etc/sysconfig/kdump` from the default, include this section and modify the `inline` subsection accordingly.
6969
<5> For the `ppc64le` platform, replace `nr_cpus=1` with `maxcpus=1`, which is not supported on this platform.
7070
71+
[NOTE]
72+
====
73+
To export the dumps to NFS targets, the `nfs` kernel module must be explicitly added to the configuration file:
74+
75+
.Example `/etc/kdump.conf` file
76+
[source,text]
77+
----
78+
nfs server.example.com:/export/cores
79+
core_collector makedumpfile -l --message-level 7 -d 31
80+
extra_modules nfs
81+
----
82+
====
83+
7184
. Use Butane to generate a machine config YAML file, `99-worker-kdump.yaml`, containing the configuration to be delivered to the nodes:
7285
+
7386
[source,terminal]

0 commit comments

Comments
 (0)