Hide Forgot
Volgen command is rewritten and fixed at origin/release-2.0 branch. Also 2.0.9rc releases have it. Thanks for reporting documentation needs to be fixed.
http://gluster.com/community/documentation/index.php/Glusterfs-volgen_Reference_Page mentions "The generated volume specification files are written in the current working directory with the names mount.vol and export.vol." However glusterfs-volgen --export-directory /opt/ --raid 1 --name repstore1 172.16.32.159 172.16.32.119 fails with : open failed Apparently it expects /usr/local/etc/glusterfs to exist .. [centos5-blade_1-root@GLU newtec]# mkdir -p /usr/local/etc/glusterfs [centos5-blade_1-root@GLU newtec]# glusterfs-volgen --export-directory /opt/ --raid 1 --name repstore1 172.16.32.159 172.16.32.119 printing volume files [centos5-blade_1-root@GLU newtec]# ls /usr/local/etc/glusterfs/ repstore1-export.vol repstore1-mount.vol I`m using a build from the source glusterfs-2.0.8-1.src.rpm on Centos i386
Documentation updated. Closing the ticket