Description of problem: Volume start fails with error 'volume start: <vol_name>: failed Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. git clone https://github.com/gluster/glusterfs 2. cd ~/code/glusterfs/ && ./autogen.sh && ./configure --enable-fusermount CFLAGS="-g -ggdb -O0" && make clean && make -j4 3.make install >/dev/null 4. /sbin/ldconfig 5. service glusterd start 6. gluster peer probe <server> 7. gluster p s 8. gluster volume create <vol_name> <server>:/<brick> <server>:/<brick> 9. gluster volume start <vol_name> Actual results: 'volume start: <vol_name>: failed Expected results: Volume should be started. Additional info: []git log commit 373b25827f0250d11461fbe76dd6a0e295069171 Author: Anand Avati <avati> Date: Mon Aug 20 10:48:16 2012 -0700
Created attachment 616382 [details] log
should be fixed by http://review.gluster.org/4001