Skip to content

Commit

Permalink
linux-4.14.94: add CONFIG_SUNPRC_DEBUG
Browse files Browse the repository at this point in the history
CONFIG_SUNRPC_DEBUG:

This option enables a sysctl-based debugging interface
that is be used by the 'rpcdebug' utility to turn on or off
logging of different aspects of the kernel RPC activity.
Disabling this option will make your kernel slightly smaller,
but makes troubleshooting NFS issues significantly harder.

If unsure, say Y.

I'm not unsure, but still say Y.
  • Loading branch information
donald committed Jan 17, 2019
1 parent 441a46d commit 0a2b9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-4.14.94-239.bee
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ mee_configure() {
CONFIG_NFSD=m
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_SUNRPC_DEBUG=y
CONFIG_CEPH_FS=m
CONFIG_CEPH_FSCACHE=y
CONFIG_CEPH_FS_POSIX_ACL=y
Expand Down

0 comments on commit 0a2b9b3

Please sign in to comment.