Glusterfs not working

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Glusterfs not working
# 1  
Old 06-25-2017
Glusterfs not working

Hi Guys,

Does anyone of you know what will happen if I kill glusterfs process while the gluster storage is in use?

I am using glusterfs version 3.6.1, and I killed some process related to glusterfs , after that the files in the gluster storage went missing.

Can anyone of you give more info on this?

I am using replica with tcp proto
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Disk Space Utilization in HTML format working in one environment and not working on the other

Hi Team, I have written the shell script which returns the result of the disk space filesystems which has crossed the threshold limit in HTML Format. Below mentioned is the script which worked perfectly on QA system. df -h | awk -v host=`hostname` ' BEGIN { print "<table border="4"... (13 Replies)
Discussion started by: Harihsun
13 Replies

2. Shell Programming and Scripting

Working web service call not working with curl

Hello, Newbie here, I have a perfectly well working web service call I can issue from chrome (PC Windows 10) and get the results I want (a dimmer being turned on in Fibaro Home Center 2 at level 40) I am not allowed to post urls but the below works with http and :// and... (3 Replies)
Discussion started by: abigbear
3 Replies

3. UNIX for Advanced & Expert Users

Glusterfs not replicating

0 down vote favorite I have replicated glusterfs on two servers, if i create file on one server it doesnt reflect on other, if i try to heal the volume on node2 i get this error Commit failed on node2. Please check log file for details. glustershd.log E 0-test-client-3: connection to... (0 Replies)
Discussion started by: davidbob
0 Replies

4. Shell Programming and Scripting

Automating pbrun /bin/su not working, whenever manually it is working using putty

I am trying to automate a script where I need to use pbrun /bin/su but for some reason it is not passing thru the pbrun as my code below. . ~/.bash_profile pbrun /bin/su - content c h 1 hpsvn up file path I am executing this from an external .sh file that is pointing to this scripts file... (14 Replies)
Discussion started by: jorgejac
14 Replies

5. Red Hat

GlusterFS

Hi, I want to share storage using glusterfs. I follow tutorial as below: https://www.howtoforge.com/how-to-install-glusterfs-with-a-replicated-volume-over-2-nodes-on-ubuntu-14.04 But why size not same as i mount from lvm? # gluster volume info Volume Name: mysql-db Type: Replicate... (0 Replies)
Discussion started by: mzainal
0 Replies

6. Red Hat

Nslookup working but ping not working at windows client

Hi Team we have created a DNS server at RHEL6.2 environment in 10.20.203.x/24 network. Everything is going well on linux client as nslookup, ping by host etc in entire subnet. We are getting problem in windows client as nslookup working as well but not ping. all the firewall is disabled and... (5 Replies)
Discussion started by: boby.kumar
5 Replies

7. Shell Programming and Scripting

Script not working in cron but working fine manually

Help. My script is working fine when executed manually but the cron seems not to catch up the command when registered. The script is as follow: #!/bin/sh for file in file_1.txt file_2.txt file_3.txt do awk '{ print "0" }' $file > tmp.tmp mv tmp.tmp $file done And the cron... (2 Replies)
Discussion started by: jasperux
2 Replies

8. Shell Programming and Scripting

Script is not working from cron while working manually

Hello, I am facing a very strange problem when I run my script manuallu ./Fetchcode which is using to connect with MKS integrity from linux end it workks fine but when I run it from cron it doesn't work.Can someone help me 1) How could I check my script when it is running from cron like... (3 Replies)
Discussion started by: anuragpgtgerman
3 Replies

9. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies
Login or Register to Ask a Question
GlusterFS(8)							   Gluster Inc. 						      GlusterFS(8)

NAME
GlusterFS - Clustered Filesystem. SYNOPSIS
glusterfsd [options] [mountpoint] DESCRIPTION
GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86-64 server with SATA-II RAID and Infiniband HBA. GlusterFS is fully POSIX compliant FileSystem. On client side, it has dependency on FUSE package, on server side, it works seemlessly on different OSes. (Currently supported on GNU/Linux, Solaris). OPTIONS
Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Basic options -f, --volfile=VOLUME-FILE File to use as VOLUME-FILE [default:/etc/glusterfs/glusterfs.vol] -l, --log-file=LOGFILE File to use for logging [default:/var/log/glusterfs/glusterfs.log] -L, --log-level=LOGLEVEL Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING, ERROR and CRITICAL [default: WARNING] -s, --volfile-server=SERVER Server to get the volume from. This option overrides --volfile option Advanced options --debug Run in debug mode. This option sets --no-daemon, --log-level to DEBUG and --log-file to console -N, --no-daemon Run in foreground --read-only Makes the filesystem read-only -p, --pid-file=PIDFILE File to use as pid file -S SOCKFILE Socket file to used for inter-process communication --brick-name DIRECTORY Directory to be used as export directory for GlusterFS --brick-port PORT Brick Port to be registered with Gluster portmapper --volfile-id=KEY KEY of the volume file to be fetched from server --volfile-server-port=PORT Port number of volfile server --volfile-server-transport=TRANSPORT Transport type to get volume file from server [default: tcp] --volume-name=VOLUME-NAME Volume name to be used for MOUNT-POINT [default: top most volume in VOLUME-FILE] --xlator-option=VOLUME-NAME.OPTION=VALUE Add/override a translator option for a volume with the specified value Fuse options --attribute-timeout=SECONDS Set attribute timeout to SECONDS for inodes in fuse kernel module [default: 1] --entry-timeout=SECONDS Set entry timeout to SECONDS in fuse kernel module [default: 1] --direct-io-mode=BOOL Enable/Disable direct-io mode in fuse module [default: enable] Miscellaneous Options -?, --help Give this help list --usage Give a short usage message -V, --version Print program version FILES
/etc/glusterfs/*.vol EXAMPLES
Start a GlusterFS server on localhost with volume name foo glusterfsd -s localhost --volfile-id foo.server.media-disk-1 -p /var/lib/glusterd/vols/foo/run/server-media-disk-1.pid -S /tmp/<uniqueid>.socket --brick-name /media/disk-1 -l /var/log/glusterfs/bricks/media-disk-1.log --brick-port 24009 --xlator-option foo-server.listen-port=24009 SEE ALSO
fusermount(1), mount.glusterfs(8), gluster(8) COPYRIGHT
Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com> 19 March 2010 Cluster Filesystem GlusterFS(8)