From: Valerie Aurora <vaurora@redhat.com>
To: Erez Zadok <ezk-EX0cT3Az47bauI2f2gSDlQ@public.gmane.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>,
Alexander Viro <viro@zeniv.linux.org.uk>,
Jan Blunck <jblunck@suse.de>,
Christoph Hellwig <hch@infradead.org>,
linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org
Subject: Re: Union mounts, NFS, and locking
Date: Tue, 14 Jul 2009 16:19:41 -0400 [thread overview]
Message-ID: <20090714201940.GF27582@shell> (raw)
In-Reply-To: <200907141819.n6EIJQi1014319-zop+azHP2WsZjdeEBZXbMidm6ipF23ct@public.gmane.org>
On Tue, Jul 14, 2009 at 02:19:26PM -0400, Erez Zadok wrote:
> In message <20090714174828.GE27582@shell>, Valerie Aurora writes:
> [...]
> > (Yes, this depends on the actual concrete union mount locking scheme,
> > but I'm more interested in whether it can or cannot be solved in
> > principle.)
>
> Val,
>
> To solve this "in principle" would require a semantic change to all
> network-based file systems (not just NFS). You'll find yourself deep inside
> age-old distributed systems and distributed locking issues---hard problems
> (you've got plenty to worry about w/o having to redefine NFS semantics :-)
Makes sense.
> IMHO it's not worth at this stage to try and solve that problem in an
> end-to-end manner (client to server). For a unioning layer to have to worry
> about every possible change in any of the layers below it, is no different
> than for every possible network-filesystem client to be able to guarantee
> that nothing ever changes on the server unexpectedly: they don't, so why
> should you have to solve this problem now? Not that I don't think it's an
> important problem---I just don't see why *you* should have to solve this and
> not the network-filesystem community: whatever solution that can come up,
> can be applicable to any unioning layer. In the mean time, do the best you
> can (e.g., ESTALE, readonly superblocks, etc.).
Okay, so my best idea for a solution is to introduce a new NFS mount
option that means the server promises that the exported file system is
read-only (using superblock read-only count scheme locally). E.g.:
/etc/exports:
/client_root_fs thin-client-*.local.domain(server_ro,no_root_squash)
Trond, is this super-gross or totally reasonable? Seems like we add
new NFS mount options at the drop of a hat.
-VAL
WARNING: multiple messages have this Message-ID (diff)
From: Valerie Aurora <vaurora-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Erez Zadok <ezk-EX0cT3Az47bauI2f2gSDlQ@public.gmane.org>
Cc: Trond Myklebust
<Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>,
Alexander Viro
<viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>,
Jan Blunck <jblunck-l3A5Bk7waGM@public.gmane.org>,
Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Union mounts, NFS, and locking
Date: Tue, 14 Jul 2009 16:19:41 -0400 [thread overview]
Message-ID: <20090714201940.GF27582@shell> (raw)
In-Reply-To: <200907141819.n6EIJQi1014319-zop+azHP2WsZjdeEBZXbMidm6ipF23ct@public.gmane.org>
On Tue, Jul 14, 2009 at 02:19:26PM -0400, Erez Zadok wrote:
> In message <20090714174828.GE27582@shell>, Valerie Aurora writes:
> [...]
> > (Yes, this depends on the actual concrete union mount locking scheme,
> > but I'm more interested in whether it can or cannot be solved in
> > principle.)
>
> Val,
>
> To solve this "in principle" would require a semantic change to all
> network-based file systems (not just NFS). You'll find yourself deep inside
> age-old distributed systems and distributed locking issues---hard problems
> (you've got plenty to worry about w/o having to redefine NFS semantics :-)
Makes sense.
> IMHO it's not worth at this stage to try and solve that problem in an
> end-to-end manner (client to server). For a unioning layer to have to worry
> about every possible change in any of the layers below it, is no different
> than for every possible network-filesystem client to be able to guarantee
> that nothing ever changes on the server unexpectedly: they don't, so why
> should you have to solve this problem now? Not that I don't think it's an
> important problem---I just don't see why *you* should have to solve this and
> not the network-filesystem community: whatever solution that can come up,
> can be applicable to any unioning layer. In the mean time, do the best you
> can (e.g., ESTALE, readonly superblocks, etc.).
Okay, so my best idea for a solution is to introduce a new NFS mount
option that means the server promises that the exported file system is
read-only (using superblock read-only count scheme locally). E.g.:
/etc/exports:
/client_root_fs thin-client-*.local.domain(server_ro,no_root_squash)
Trond, is this super-gross or totally reasonable? Seems like we add
new NFS mount options at the drop of a hat.
-VAL
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-07-14 20:20 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-14 17:48 Union mounts, NFS, and locking Valerie Aurora
2009-07-14 17:48 ` Valerie Aurora
2009-07-14 18:19 ` Erez Zadok
2009-07-14 18:19 ` Erez Zadok
[not found] ` <200907141819.n6EIJQi1014319-zop+azHP2WsZjdeEBZXbMidm6ipF23ct@public.gmane.org>
2009-07-14 20:19 ` Valerie Aurora [this message]
2009-07-14 20:19 ` Valerie Aurora
2009-07-14 20:36 ` Erez Zadok
2009-07-14 20:36 ` Erez Zadok
[not found] ` <200907142036.n6EKaexe017464-zop+azHP2WsZjdeEBZXbMidm6ipF23ct@public.gmane.org>
2009-07-14 22:05 ` Valerie Aurora
2009-07-14 22:05 ` Valerie Aurora
2009-07-14 22:33 ` Erez Zadok
2009-07-14 22:33 ` Erez Zadok
2009-07-14 22:55 ` Trond Myklebust
2009-07-14 22:55 ` Trond Myklebust
[not found] ` <1247612140.5332.11.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2009-07-16 0:15 ` Erez Zadok
2009-07-16 0:15 ` Erez Zadok
2009-07-15 0:19 ` Valerie Aurora
2009-07-15 17:27 ` J. Bruce Fields
2009-07-15 17:27 ` J. Bruce Fields
2009-07-16 17:25 ` Valerie Aurora
2009-07-16 17:25 ` Valerie Aurora
2009-07-16 21:22 ` David P. Quigley
2009-07-16 21:22 ` David P. Quigley
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=20090714201940.GF27582@shell \
--to=vaurora@redhat.com \
--cc=Trond.Myklebust@netapp.com \
--cc=ezk-EX0cT3Az47bauI2f2gSDlQ@public.gmane.org \
--cc=hch@infradead.org \
--cc=jblunck@suse.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.