2 Jun 2003 18:13
Re: nfs exporting my stacked fs
Bryan Henderson <hbryan <at> us.ibm.com>
2003-06-02 16:13:29 GMT
2003-06-02 16:13:29 GMT
>Then server admins are deliberately putting themselves in a situation >where their users may see data corruption. The above problem is >trivially solved by means of the 'fsid' export option. Agreed, but note that you're talking specifically about a very recent Linux system with a careful system administrator. I was talking about the world of NFS in general -- the practical world. >For most setups, this should not be necessary (since device numbers >will suffice). Those that don't have permanently allocated device >numbers (e.g. fibre channel), should use the fsid export option in >order to provide a permanent value... But now you're talking about sufficiency, whereas I was talking about actually implementing unique fsids. Device number is clearly sufficient, since people have been using it for decades. But it does not come close to being a real fsid. No device numbers in Linux (on architectures I know about) are permanently associated with physical devices. Lots of things, including recabling, can change them. Moreover, filesystems are not permanently associated with physical devices. You can move a filesystem from one device to another. The fsid export option, while a leap ahead of what we had before, is clearly not the ultimate solution to the fsid problem, because it requires too much human participation. System administrators don't normally have to administrate at that level. It's like choosing device addresses and IRQ levels when you install network cards. --(Continue reading)

RSS Feed