Comment 11 for bug 2059197

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks for the detailed -o vers=x.y tests. I think we are just missing the default case, with nothing fancy specified in the command-line. Please also include in the test a normal without-options mount attempt, i.e., the default.

Something like a series of these, verifying which version it ended up using (and that the mount worked, of course):

mount server:/path /otherpath

mount -t nfs4 server:/otherpath

mount -t nfs server:/otherpath

And also include v3 mounts please, in particular when the server does not support v4 and the default mount command is used, without specifying a version.

All of these could be DEP8 tests I suppose. I won't require it, but it would be really helpful given the amount of details and checks that have to be done manually :) Later versions of the package have more such tests, but they were done for v2 of nfs-utils, so I'm not sure they are straightforward backports.