[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running several instances of an fs server...
From: |
Thomas Bushnell, BSG |
Subject: |
Re: Running several instances of an fs server... |
Date: |
27 May 2002 02:32:37 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
nisse@lysator.liu.se (Niels Möller) writes:
> How is that used? I was thinking of some "signal" that underlying
> device (or store) can send to the file system translator. After all,
> the device is probably the component that have the best chance of
> detecting changes.
Hrm, --update is the traditional "remount" option. It's more a
top-down thing than a bottom-up thing. Still, all the functionality
is there in diskfs now.
> Or perhaps the general change notification mechanism can handle that
> already?
Ah, this is probably the best thing. Ideally, read-only diskfs could
register a change-notification on the underlying store, and if it gets
changes, it could do the remount automatically. There might be some
problems making it all work. The read-write version is pretty
fundamentally unable to DTRT, of course.
Still, I think that it's a minor issue to worry about. I'm content
with just saying "no, of course you can't run two different
filesystems on the same store", and then leaving it at that.
Thomas
- Running several instances of an fs server..., Ludovic Courtès, 2002/05/24
- Re: Running several instances of an fs server..., marco, 2002/05/24
- Re: Running several instances of an fs server..., Marcus Brinkmann, 2002/05/25
- Re: Running several instances of an fs server..., Niels Möller, 2002/05/26
- Re: Running several instances of an fs server..., Thomas Bushnell, BSG, 2002/05/26
- Re: Running several instances of an fs server..., Niels Möller, 2002/05/27
- Re: Running several instances of an fs server...,
Thomas Bushnell, BSG <=
Re: Running several instances of an fs server..., Wolfgang Jährling, 2002/05/24
Re: Running several instances of an fs server..., Ryan M. Golbeck, 2002/05/24
Re: Running several instances of an fs server..., Marcus Brinkmann, 2002/05/25