Hi, configuration seems fine. It must be a problem with your physical network link. Have you tried manually scp'ing the 5GB image over NFS, to rule out OpenNebula from the equation?
cheers, Jaime On Wed, Nov 20, 2013 at 8:18 PM, Documented Facts <[email protected] > wrote: > No, I don't think there is huge traffic. I have two machines one has front > end and other one has a host with XEN virtualization. Machines doesn't have > hardware virtualization support. Machines are connected via a switch. > > I have given how my process to have NFS storage. do you see any wrong > there ?. > > Thanks > > Front-End > > - > > Install NFS Server > - > > sudo apt-get install nfs-kernel-server > - > > Let others access data store directory > - > > sudo nano /etc/exports > - > > put in that file bellow > - > > /var/lib/one > 10.*.*.161(rw,async,no_subtree_check,no_root_squash) > - > > reload services with bellow commands > - > > $ sudo /etc/init.d/nfs-kernel-server reload > > Hosts > > - > > Install NFS Client > - > > sudo apt-get install nfs-common > - > > configure to access data stores at start up > - > > in /etc/fstab add > - > > on-front:/var/lib/one /var/lib/one nfs udp,_netdev 0 0 > - > > sudo mount /var/lib/one > > > After this I can see front end var/lib/one directory from hosts. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > -- Jaime Melis C12G Labs - Flexible Enterprise Cloud Made Simple http://www.c12g.com | [email protected] -- Confidentiality Warning: The information contained in this e-mail and any accompanying documents, unless otherwise expressly indicated, is confidential and privileged, and is intended solely for the person and/or entity to whom it is addressed (i.e. those identified in the "To" and "cc" box). They are the property of C12G Labs S.L.. Unauthorized distribution, review, use, disclosure, or copying of this communication, or any part thereof, is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify us immediately by e-mail at [email protected] and delete the e-mail and attachments and any copy from your system. C12G's thanks you for your cooperation.
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
