Hi, I'm running GlusterFS 3.3.2 on Centos 6.4. There seems to be some issue with one of my gluster servers. GFS001 and GFS002 are the 2 servers. Please see below results. GFS001 > gluster volume info ERROR: failed to create logfile "/var/log/glusterfs/cli.log" (Read-only file system) ERROR: failed to open logfile /var/log/glusterfs/cli.log GFS001 > gluster volume sftpvol start force ERROR: failed to create logfile "/var/log/glusterfs/cli.log" (Read-only file system) ERROR: failed to open logfile /var/log/glusterfs/cli.log GFS002 > gluster volume status gluster volume status Status of volume: sftpvol Gluster process Port Online Pid ---------------------------------------------------------------------------------- Brick GFS001:/mnt/sftpbrick 24009 N N/A Brick GFS002/mnt/sftpbrick 24009 Y 1352 NFS Server on localhost 38467 Y 1358 Self-heal Daemon on localhost N/A Y 1364 NFS Server on 172.16.95.165 38467 N N/A Self-heal Daemon on 172.16.95.165 N/A N N/A What is the cause of this issue.? How can I resolve it. Thanks & Regards, Bobby Jacob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131127/8eae361f/attachment.html>
Hi Bobby, Can you give the output of "df -h" command execution on *GFS001 and **GFS002. * On 11/27/2013 01:07 PM, Bobby Jacob wrote:> > Hi, > > I'm running GlusterFS 3.3.2 on Centos 6.4. There seems to be some > issue with one of my gluster servers. GFS001 and GFS002 are the 2 > servers. Please see below results. > > *GFS001 >* gluster volume info > > ERROR: failed to create logfile "/var/log/glusterfs/cli.log" > (Read-only file system) > > ERROR: failed to open logfile /var/log/glusterfs/cli.log > > *GFS001 >* gluster volume sftpvol start force > > ERROR: failed to create logfile "/var/log/glusterfs/cli.log" > (Read-only file system) > > ERROR: failed to open logfile /var/log/glusterfs/cli.log > > *GFS002 >* gluster volume status > > gluster volume status > > Status of volume: sftpvol > > Gluster process Port Online Pid > > ---------------------------------------------------------------------------------- > > Brick GFS001:/mnt/sftpbrick 24009 > N N/A > > Brick GFS002/mnt/sftpbrick 24009 > Y 1352 > > NFS Server on localhost 38467 > Y 1358 > > Self-heal Daemon on localhost N/A > Y 1364 > > NFS Server on 172.16.95.165 38467 N > N/A > > Self-heal Daemon on 172.16.95.165 N/A N N/A > > What is the cause of this issue.? How can I resolve it. > > Thanks & Regards, > > *Bobby Jacob* > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20131129/f47fd6bb/attachment.html>
On Wed, Nov 27, 2013 at 1:07 PM, Bobby Jacob <bobby.jacob at alshaya.com> wrote:> Hi, > > > > I?m running GlusterFS 3.3.2 on Centos 6.4. There seems to be some issue with > one of my gluster servers. GFS001 and GFS002 are the 2 servers. Please see > below results. > > > > GFS001 > gluster volume info > > ERROR: failed to create logfile "/var/log/glusterfs/cli.log" (Read-only file > system)This appears to be the problem. The filesystem on which /var/log/glusterfs exists has been mounted read-only, check if there are any problems with that filesystem which is causing it to get mounted read-only. gluster cli will not run without being able to write to the log file. To specify an alternate location for the log file use the '--log-file' option, as in 'gluster --log-gile=<file> volume info'> > ERROR: failed to open logfile /var/log/glusterfs/cli.log > > > > GFS001 > gluster volume sftpvol start force > > ERROR: failed to create logfile "/var/log/glusterfs/cli.log" (Read-only file > system) > > ERROR: failed to open logfile /var/log/glusterfs/cli.log > > > > GFS002 > gluster volume status > > gluster volume status > > Status of volume: sftpvol > > Gluster process Port > Online Pid > > ---------------------------------------------------------------------------------- > > Brick GFS001:/mnt/sftpbrick 24009 > N N/A > > Brick GFS002/mnt/sftpbrick 24009 > Y 1352 > > NFS Server on localhost 38467 > Y 1358 > > Self-heal Daemon on localhost N/A Y > 1364 > > NFS Server on 172.16.95.165 38467 > N N/A > > Self-heal Daemon on 172.16.95.165 N/A N > N/A > > > > What is the cause of this issue.? How can I resolve it. > > > > Thanks & Regards, > > Bobby Jacob > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://supercolony.gluster.org/mailman/listinfo/gluster-users