* funniness going on with exports
@ 2005-07-27 11:59 Brian J. Murrell
0 siblings, 0 replies; only message in thread
From: Brian J. Murrell @ 2005-07-27 11:59 UTC (permalink / raw)
To: nfs
[-- Attachment #1: Type: text/plain, Size: 1563 bytes --]
Hi have some funniness going on with doing exports with nfs-utils-1.0.7.
Here is my current exports list:
# cat /proc/fs/nfsd/exports
# Version 1.1
# Path Client(Flags) # IPs
/mnt/data 10.75.22.0/24,pc.ilinx(rw,root_squash,sync,wdelay)
/mnt/mandrake 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/usr/local 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/usr/src 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/mnt/data/mp3 10.75.22.0/24,pc.ilinx(rw,root_squash,sync,wdelay)
/home 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
If I add this line to /etc/exports
/mnt/data/photos 10.75.22.0/24(ro,sync)
and then exportfs -r, my exports list looks like this:
# cat /proc/fs/nfsd/exports
# Version 1.1
# Path Client(Flags) # IPs
/mnt/data/photos 10.75.22.0/24,pc.ilinx(ro,root_squash,sync,wdelay)
/mnt/data 10.75.22.0/24,pc.ilinx(rw,root_squash,sync,wdelay)
/mnt/mandrake 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/usr/local 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/usr/src 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
/mnt/data/mp3 10.75.22.0/24,pc.ilinx(rw,root_squash,sync,wdelay)
/home 10.75.22.0/24,pc.ilinx(rw,no_root_squash,sync,wdelay)
The new export is taking effect, but even though I only added it with
one IP list/option set, it's being exported with an additional ip/option
set (pc.ilinx(ro,root_squash,sync,wdelay)) to the one I specified in
the /etc/exports list.
Any idea why?
b.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-27 12:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 11:59 funniness going on with exports Brian J. Murrell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox