Hide Forgot
This does not log in /var/log/glusterfs/* either...
Log messages are logged in defaultdir/var/log... When glusterfs is not started, the return value should not be 0.
When I start glusterfs without a -l option for eg: /opt/glusterfs/2.0.3/sbin/glusterfs -f /share/sac/volfiles/2.0.3/distribute/client.vol /share/sac/log/2.0.3/distribute/client.2.0.3.distribute.client02.log --run-id distributetest The command executes with a return value of 0. And glusterfs is not started. Where as this should throw a error, and return a non-zero return status.
PATCH: http://patches.gluster.com/patch/1665 in master (glusterfsd.c: Pipe is used during daemonization as ipc.)
PATCH: http://patches.gluster.com/patch/1669 in release-2.0 (glusterfsd.c:Pipe is used during daemonization as ipc.)