From: "Ragnar Kjørstad" <kernel@ragnark.vestdata.no>
To: Jesse Pollard <pollard@admin.navo.hpc.mil>
Cc: Rashmi Agrawal <rashmi.agrawal@wipro.com>, linux-kernel@vger.kernel.org
Subject: Re: Failover in NFS
Date: Mon, 18 Nov 2002 23:51:19 +0100 [thread overview]
Message-ID: <20021118235119.G30589@vestdata.no> (raw)
In-Reply-To: <200211181641.37773.pollard@admin.navo.hpc.mil>; from pollard@admin.navo.hpc.mil on Mon, Nov 18, 2002 at 04:41:37PM -0600
On Mon, Nov 18, 2002 at 04:41:37PM -0600, Jesse Pollard wrote:
> Actually, I was thinking that each server served a different mountpoint
> instead of both providing the same one.
I know.
> I'm not sure how the locks currently would be provided unless the
> distributed lock from the shared storage interacts with each servers statd
> properly. Otherwise you will already have problems.
"The distributed lock"? Are you talking about scsi-level locks?
No, there is no link between the locks on the lower levels and NFS.
> Second, I thought that statd didn't care about the lock requests coming
> from two IP numbers. This should be no different than having two network
> interfaces attached to one server (and that works under Solaris). The
> client should be using the name from the IP number, not the router used
> between the client and server. I view the floating IP as existing behind
> a router using the real IP. Since none of the clients are using the real
> IP, the naming should remain consistant (I think).
Yes, it's simular to having two network interfaces on one server. If it
works on solaris then clearly it can be make to work on linux as well.
Older versions of nfs-utils used only the IP from
gethostbyname(gethostname); Clearly that didn't work for setups like
this.
I wrote a patch that made it possible to change the IP-address to a
"service-IP". That allowed us to do failover like described in an
earlier mail.
Later that feature has been extended and modified by others. It is
possible that it now allows multiple IP-addresses. If that's the case,
then half the problem is solved.
The other half remains though.
--
Ragnar Kjørstad
Big Storage
next prev parent reply other threads:[~2002-11-18 22:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-18 15:04 Failover in NFS Rashmi Agrawal
2002-11-18 15:44 ` Ragnar Kjørstad
2002-11-18 22:11 ` Jesse Pollard
2002-11-18 22:22 ` Ragnar Kjørstad
2002-11-18 22:41 ` Jesse Pollard
2002-11-18 22:51 ` Ragnar Kjørstad [this message]
2002-11-19 1:36 ` Michael Clark
2002-11-19 5:07 ` Rashmi Agrawal
2002-11-19 7:40 ` Michael Clark
2002-11-22 7:07 ` Rashmi Agrawal
2002-11-21 20:58 ` Bill Davidsen
2002-11-21 22:52 ` Jesse Pollard
2002-11-22 19:19 ` Gunther Mayer
2002-11-18 22:33 ` Jan Niehusmann
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 18:24 Juan Gomez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021118235119.G30589@vestdata.no \
--to=kernel@ragnark.vestdata.no \
--cc=linux-kernel@vger.kernel.org \
--cc=pollard@admin.navo.hpc.mil \
--cc=rashmi.agrawal@wipro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox