On 04/04/2017 05:31 PM, Steve Dickson wrote: >>> But I'm thinking the expectation of nfsd -N4.0 is to only >>> turn off v4.0 and not work the same as -N4 which turns all of >>> v4 off which is expected. >>> >>> When you say old kernel... How old? >> Linux 4.10 or older. > So what will happen when this is done > nfsd -d -N4.0 -V4.1 -V4.2 > on an older kernel? On an older kernel this turns off all v4 minor version. Plus on older kernels you can turn v4.1 and v4.2 on and off but as soon as v4 or v4.0 is turned off all versions are off... With newer kernels things work as expected. Committed... steved. > > Also looking at the code when -N4.0 is used > it zero out the entire minorversset which means > the -4.1 and -4.2 is not written out to the versions file > > nfsd -d -N4 > nfsd: Writing version string to kernel: -2 +3 -4 -4.1 -4.2 > > nfsd -d -N4.0 > nfsd: Writing version string to kernel: -2 +3 -4 > > I'm not sure if this matters or not... but it is different. > > steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html