Skip to content

Commit 3f96cc7

Browse files
committed
troubleshooting/operating-system: Fix incomplete note for kdump over NFS
In 89a77ac [1] i updated the doc to add the required steps to enable kdump over NFS for OCP 4.16 and above, but I did not include all the necessary modules, resulting in a wrong documentation. This is the complete and working solution, verified in [2] Note that this will be obsoleted and can be removed once [3] is fixed. [1]: #78300 [2]: https://access.redhat.com/solutions/7063108 [3]: https://issues.redhat.com/browse/RHEL-74401
1 parent babd80d commit 3f96cc7

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)