Re: [PATCH] nfs: Don't try mounting device as nfs root unless typefully matches

From: Jim Rees
Date: Sat Jan 07 2012 - 13:12:37 EST


Chuck Lever wrote:

On Jan 7, 2012, at 4:12 AM, Sasha Levin wrote:

> Currently, we'll try mounting any device who's major device number is
> UNNAMED_MAJOR as NFS root. This would happen for non-NFS devices as well (such
> as 9p devices) but it wouldn't cause any issues since mounting the device
> as NFS would fail quickly and the code proceeded to doing the proper mount:
>
> [ 101.522716] VFS: Unable to mount root fs via NFS, trying floppy.
> [ 101.534499] VFS: Mounted root (9p filesystem) on device 0:18.
>
> Commit 6829a048 ("NFS: Retry mounting NFSROOT") has introduced retries when
> mounting NFS root, which means that now we don't immediately fail and instead
> it takes an additional 90+ seconds until we stop retrying.
>
> This meant that it would take an additional 90 seconds to boot when we're not
> using a device type which gets detected in order before NFS.

The long timeouts are kind of irrelevant, in my view. The real problem is
that NFS was tried at all in this case. That behavior was not introduced
by 6829a058.

The comment does imply that 6829a048 introduced a bug, but that's not true.
It uncovered a bug that was there before.

I would change the part about "now we don't immediately fail." It didn't
immediately fail before, but the timeout was short enough that you wouldn't
notice it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/