@@ -102,6 +102,13 @@ can be harvested manually by reading:
The ftrace buffers in the kernel are circular. If no
process harvests the data, new data will overwrite old data.
.P
+Note, the
+.B saveto
+verbs has to be last line in a configuration
+file. Verbs after the
+.B saveto
+verbs will not be seen.
+.P
.B minfree
value
.P
@@ -58,4 +58,6 @@ enable sunrpc/rpc_xdr_overflow
enable sunrpc/xprt_ping
enable sunrpc/xprt_timer
#
+# Needs to be the last line in the config
+# file. Verbs after this verb will not be seen.
saveto /var/log/nfs.log 128k
Document that fact any verbs after the saveto line will not be processed. Signed-off-by: Steve Dickson <steved@redhat.com> --- fdrd.man | 7 +++++++ samples/nfs | 2 ++ 2 files changed, 9 insertions(+)