Bernard Li wrote: > On Tue, Oct 26, 2010 at 9:15 PM, Shehjar Tikoo <shehjart at gluster.com> wrote: > >> Regarding this pdf, only the portions which show mount commands and the FAQ >> section is applicable to 3.1. In 3.1, NFS gets started by default for a >> volume started with the volume start command. > > So basically you're saying if I have a 2 server replicated volume on > gluster01 and gluster02, and I did volume start on gluster01, I should > be able to mount the volume via NFS from either of the servers? > Yes. You can test that both servers have exported the same volume by: $ showmount -e gluster01 $ showmount -e gluster02 > Is exporting via glusterfsd still supported? > Yes. -Shehjar > Cheers, > > Bernard