On Wed, Dec 16, 2009 at 1:18 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
If you have diskspace, even small, try creating another type of filesystem there, and exporting just that.
lvcreate -n TEST -L 10M /dev/VG0 mkfs.ext2 /dev/VG0/TEST echo "/dev/VG0/TEST /usr/local/exports ext2 defaults 1 2" >> /etc/fstab cat /etc/exports /usr/local/exports 192.168.1.7(ro,no_root_squash,sync,subtree_check) shutdown -r now ... mount | grep TEST /dev/mapper/VG0 on /usr/local/exports type ext2 (rw) same problem as before, requiring 2x 'exportfs -r' ...
Or you could try nfs4 once, to see if that is the issue.
Unlike ext4 which is declared stable, I'm not certain that NFSv4 is @ http://nfs.sourceforge.net/ "A Linux implementation of NFS Version 4 is under development at the University of Michigan's Center for Information Technology Integration under the direction of Andy Adamson. This version is available now in the Linux 2.6 kernel. Although this is a reference implementation of an NFS Version 4 client and server, one of two such implementations required as part of the IETF's standards process, it is still missing some features. These features are currently under development and should appear soon. For more information, visit CITI U-M's NFSv4 project web site." Also, as mentioned above, I've had documented problems with it already. Not sure that I'd trust what I see from it anyway. BenDJ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org