From 0a2b9b3bd0fb54e6df1b8b722fe30fd67ebeeb45 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 17 Jan 2019 20:44:38 +0100 Subject: [PATCH] linux-4.14.94: add CONFIG_SUNPRC_DEBUG 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. --- linux-4.14.94-239.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-4.14.94-239.bee b/linux-4.14.94-239.bee index c849a935c..8285d72dd 100755 --- a/linux-4.14.94-239.bee +++ b/linux-4.14.94-239.bee @@ -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