> On Nov 11, 2014, at 9:39 AM, Benjamin Coddington <bcodding@xxxxxxxxxx> wrote: > > I will update mount.nfs so the default version is 4.1. I have two quick > questions on desired behavior: > > o Should mounts that do not specify a minor version be upgraded to the default minor version? > > For example, should 'mount -overs=4' turn into 'mount -overs4.1', if the > current default is 4.1? No. We don’t want to change the minor version of mounts in users’ fstabs. The lack of a minor version in mount options has always meant minor version 0. What you’re talking about is making the default (i.e. when no version is specified) to be v4.1, right? I think we definitely want to auto retry in this case, i.e. try v4.1, then v4.0, then v3. -dros > > > o If 'yes' to the above, should mount auto-retry decrementing minor > versions if EPROTONOSUPPORT? > > For example, 'mount -overs=4' with a default of 4.2 would attempt: 4.2, > then 4.1, then 4.0. > > Ben > -- > 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 -- 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