Skip to content

Commit 33a5b31

Browse files
authored
Merge pull request #87630 from jbtrystram/pr/troubleshooting-nfs-update
[OCPBUGS-49341] troubleshooting/operating-system: Fix incomplete note for kdump
2 parents 4b746e7 + 3f96cc7 commit 33a5b31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,15 @@ systemd:
7070
7171
[NOTE]
7272
====
73-
To export the dumps to NFS targets, the `nfs` kernel module must be explicitly added to the configuration file:
73+
To export the dumps to NFS targets, some kernel modules must be explicitly added to the configuration file:
7474
7575
.Example `/etc/kdump.conf` file
7676
[source,text]
7777
----
7878
nfs server.example.com:/export/cores
7979
core_collector makedumpfile -l --message-level 7 -d 31
80-
extra_modules nfs
80+
extra_bins /sbin/mount.nfs
81+
extra_modules nfs nfsv3 nfs_layout_nfsv41_files blocklayoutdriver nfs_layout_flexfiles nfs_layout_nfsv41_files
8182
----
8283
====
8384

0 commit comments

Comments
 (0)