|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Shared File System
MikeyCarter wrote:
I have a few cases where I need to share a filesystem (Read/Write) with
multiple DomUs. Currently I use NFS to accomplish this task. However, NFS
on Fedora 7 locks up under heavy traffic from time to time, forcing a
reboot. Wouldn't want that on the Dom0.
Any one recommend a good way of sharing a file system in read/write with
multiple DomUs?
Have you tried tweaking nfs/nfsd? Failing that you could try with samba.
I successfully used both samba and nfs.
I use these nfs mount options:
udp,rsize=32768,wsize=32768,noatime
and exported with (async,rw,root_squash)
async perhaps could help you under heavy load.
for samba I use
cifs,sfu as mount options (I found cifs to perform better than smb
although I noticed a bit of cpu overhead)
hope this helps
cheers
Massimo
--
Massimo Mongardini
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
echo
'Jg!J!hjwf!zpv!bo!bqqmf!boe!zpv!hjwf!nf!bo!bqqmf-!uifo!xf!xjmm!ibwf!bo!bqqmf!fbdi/!Cvu!jg!J!hjwf!zpv!bo!jefb!boe!zpv!hjwf!nf!bo!jefb-!xf!xjmm!ibwf!uxp!jefbt!fbdi!'
| perl -pe 's/(.)/chr(ord($1)-1)/ge'
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
http://massimo.mongardini.it
http://www.getthefacts.it
http://www.mongardini.it/pizza-howto
~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~-.-~
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|