Return-Path: linux-nfs-owner@vger.kernel.org Received: from natasha.panasas.com ([67.152.220.90]:40095 "EHLO natasha.panasas.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904Ab2AYQU7 (ORCPT ); Wed, 25 Jan 2012 11:20:59 -0500 Message-ID: <4F202BD4.5020400@panasas.com> Date: Wed, 25 Jan 2012 18:20:36 +0200 From: Boaz Harrosh MIME-Version: 1.0 To: Srinivas KANDAGATLA CC: , , , , Subject: Re: [RFC:PATCH 3.1.0] do_mount: Add mount retry option for nfs root mount. References: <1327503003-21722-1-git-send-email-srinivas.kandagatla@st.com> In-Reply-To: <1327503003-21722-1-git-send-email-srinivas.kandagatla@st.com> Content-Type: text/plain; charset="UTF-8" Sender: linux-nfs-owner@vger.kernel.org List-ID: On 01/25/2012 04:50 PM, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch adds mountretry kernel parameter for nfs root mount. > mount retry indicates the number of times nfs root mount attempts to be > made before giving up. If this option is not specified, the default > value of 3 retries is used. > If the system is set to have root on NFS. And the root is not found what does it do? does it Just bums out with a recovery console? So what better options does it have other then retry for ever. die? I always thought that was inconsistent. With an hard mount NFS will never give up and will retry for ever freezing all IOers until the server came back. Only with root-mount it gives up. Please explain what is the benefits of giving up at all. Can a machine be at all usable without it's root? Thanks Boaz