<div dir="ltr"><div><div><div><div><div><div><div>Bug: <span style="font-family:courier new,monospace">service gluster status</span> returns fail message but gluster seems to function normally despite this.  Can peer probe, create bricks, create volume, and confirm file distribution over cluster.  Following example uses single brick volume as demonstration.<br>
</div><div><br>Situation:<br></div>-fresh Fedora 19 VM<br></div>-Gluster Version: glusterfs-fuse-3.4.1-1.fc19.x86_64<br><br></div>Steps to Reproduce:<br></div><div>1. Create new Fedora 19 VM<br></div><div>2. yum install:<br>
</div><div>    glusterfs<br></div><div>    glusterfs-server<br></div>    glusterfs-fuse<br></div><div>3. start glusterd service<br></div><div>4. check glusterd service status  --Reports failed<br></div><div>5. create and start a gluster volume<br>
</div><div>6. check gluster service status   --Reports failed<br><br><br></div><div><br><br><span style="font-family:courier new,monospace"><code># yum install glusterfs glusterfs-server glusterfs-fuse<br></code># <code>service  glusterd start</code> <br>
</span></div><span style="font-family:courier new,monospace"><br></span><div><span style="font-family:courier new,monospace">Redirecting to /bin/systemctl status  glusterd.service<br>glusterd.service - GlusterFS an clustered file-system server<br>
   Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled)<br>   Active: failed (Result: exit-code) since Tue 2013-10-22 20:38:11 CDT; 10s ago<br>  Process: 2199 ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid (code=exited, status=1/FAILURE)<br>
<br>Oct 22 20:38:11 master systemd[1]: glusterd.service: control process exited...=1<br>Oct 22 20:38:11 master systemd[1]: Failed to start GlusterFS an clustered f...r.<br>Oct 22 20:38:11 master systemd[1]: Unit glusterd.service entered failed state.<br>
<br></span>
<span style="font-family:courier new,monospace"><code># mkdir /mnt/brick1</code><br></span></div><span style="font-family:courier new,monospace"><code># gluster volume create HadoopVol  server-1:/mnt/brick1/hadoop<br></code>volume create: HadoopVol: success: please start the volume to access data<br>
</span></div><span style="font-family:courier new,monospace"><code><br># gluster volume start HadoopVol<br>volume start: HadoopVol: success<br><br># gluster volume status<br>Status of volume: HadoopVol<br>Gluster process                        Port    Online    Pid<br>
------------------------------------------------------------------------------<br>Brick master:/mnt/brick1/hadoop                49152    Y    2809<br>NFS Server on localhost                    2049    Y    2822<br> <br>There are no active volume tasks<br>
<br></code></span></div><span style="font-family:courier new,monospace"># service gluster status<br>Redirecting to /bin/systemctl status  gluster.service<br>gluster.service<br>   Loaded: error (Reason: No such file or directory)<br>
   Active: inactive (dead)<br><br></span><br><div><code></code><div><code><br></code></div></div></div>