Hi all: I'm trying to setup an NFS export using GlusterFS 3.1. I have setup a replicated volume using the gluster CLI as follows: Volume Name: share Type: Replicate Status: Started Number of Bricks: 5 Transport-type: tcp Bricks: Brick1: gluster01:/export/share Brick2: gluster02:/export/share Brick3: gluster03:/export/share Brick4: gluster04:/export/share Brick5: gluster05:/export/share I then follow the instructions from the following PDF to setup the NFS server: http://download.gluster.com/pub/gluster/glusterfs/qa-releases/nfs-beta/nfs-beta-rc15/GlusterFS_NFS_Beta_RC15_Release_Notes.pdf And I got the following errors: [2010-10-26 16:54:16.671148] E [rpc-clnt.c:338:saved_frames_unwind] (-->/usr/lib/libgfrpc.so.0(rpc_clnt_notify+0xd4) [0xcacaca] (-->/usr/lib/libgfrpc.so.0(rpc_clnt_connection_cleanup+0x65) [0xcaa764] (-->/usr/lib/libgfrpc.so.0(saved_frames_destroy+0x22) [0xcaa6f0]))) rpc-clnt: forced unwinding frame type(GF-DUMP) op(DUMP(1)) called at 2010-10-26 16:54:16.670952 [2010-10-26 16:54:16.671177] M [client-handshake.c:849:client_dump_version_cbk] : some error, retry again later [2010-10-26 16:54:16.671198] E [afr-common.c:2598:afr_notify] share: All subvolumes are down. Going offline until atleast one of them comes back up. This is on CentOS 4, 32-bit. BTW, I didn't see any documentation on how to setup the native NFS server in the wiki -- are updated documentations available there? Also, I noticed that /etc/init.d/glusterfsd doesn't exist in the gluster-core RPM package, should it be included? Thanks, Bernard