Description of problem: Gluster had to be manually started via /usr/sbin on f19 Version-Release number of selected component (if applicable): How reproducible: Consistently fails Steps to Reproduce: On clean VM yum install glusterfs glusterfs-server glusterfs-fuse service start glusterd systemctl status glusterd.service cd /usr/sbin ./glusterd Actual results: Expected results: Additional info:
Use 'service glusterd start' or 'systemctl start glusterd'
I guess you mean: > Use 'service glusterd start' or 'systemctl start glusterd.service' Erin, could you let us know if that works for you?
Neither works. However if you don't run those you don't even get the glusterd process in /usr/sbin to start. ONce you run those you can start gluster manully in /usr/sbin [root@jon-1 ~]# systemctl start glusterd.service Job for glusterd.service failed. See 'systemctl status glusterd.service' and 'journalctl -xn' for details. [root@jon-1 ~]# systemctl status glusterd.service glusterd.service - GlusterFS an clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled) Active: failed (Result: exit-code) since Mon 2013-09-09 17:13:36 CDT; 21s ago Process: 8783 ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid (code=exited, status=1/FAILURE) Sep 09 17:13:36 jon-1 systemd[1]: glusterd.service: control process exited, code=ex ited status=1 Sep 09 17:13:36 jon-1 systemd[1]: Failed to start GlusterFS an clustered file-system server. Sep 09 17:13:36 jon-1 systemd[1]: Unit glusterd.service entered failed state. [root@jon-1 ~]# chkconfig glusterd on Note: Forwarding request to 'systemctl enable glusterd.service'. [root@jon-1 ~]# service glusterd start Redirecting to /bin/systemctl start glusterd.service Job for glusterd.service failed. See 'systemctl status glusterd.service' and 'journalctl -xn' for details.
Can you please attach glusterd's log file to this bug report?
I've installed a fresh Fedora 19 x86_64 without updates, and it works for me. Please provide the /var/log/glusterfs/etc-glusterfs-glusterd.vol.log and the exact versions of the packages that you have installed. # yum -y install glusterfs-server # systemctl status glusterd.service glusterd.service - GlusterFS an clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled) Active: inactive (dead) # systemctl start glusterd.service # systemctl status glusterd.service glusterd.service - GlusterFS an clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled) Active: active (running) since Fri 2013-09-20 04:44:40 EDT; 2s ago Process: 1281 ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid (code=exited, status=0/SUCCESS) Main PID: 1282 (glusterd) CGroup: name=systemd:/system/glusterd.service └─1282 /usr/sbin/glusterd -p /run/glusterd.pid Sep 20 04:44:40 <hostname> systemd[1]: Started GlusterFS an clustered file-system server. # rpm -qa 'glusterfs*' glusterfs-3.4.0-8.fc19.x86_64 glusterfs-server-3.4.0-8.fc19.x86_64 glusterfs-libs-3.4.0-8.fc19.x86_64 glusterfs-cli-3.4.0-8.fc19.x86_64 glusterfs-fuse-3.4.0-8.fc19.x86_64
Created attachment 915770 [details] Comment (This comment was longer than 65,535 characters and has been moved to an attachment by Red Hat Bugzilla).