On Fri, Apr 17, 2009 at 01:02:48PM -0400, Joseph S D Yao wrote: > I am curious how you got that far. I have an opensolaris and an ubuntu > VM - the automount works for the opensolaris, but not for the ubuntu. I > can ls -l /net/mydom0/export, but not /etc/mydom0/export/home. [And > both have mode dr-xr-xr-x].
I am not using an automounter, /home is listed in /etc/fstab in the Ubuntu domain. The filesystems under /home are mounted automatically by NFSv4 when they are accessed, but the rsize and wsize set on /home are not propagated. The default of 1048576 seams to cause very bad performance, so I have listed each filesystem in /etc/fstab with rsize=32768,wsize=32768. Regards Robbie _______________________________________________ xen-discuss mailing list [email protected]
