Displaying 2 results from an estimated 2 matches for "gfscli".
Did you mean:
  gfci
  
2008 Nov 04
1
Reexporting glusterfs to nfs fail
...otocol/server
  option transport-type tcp/server
  option auth.ip.brick.allow *
  subvolumes brick
end-volume
??#***********************************************
# GLUSTERFS CLIENT
?#***********************************************
#Mounting glusterfs in client side
$ glusterfs -l /var/log/glusterfs/gfscli.log -L DEBUG \
--direct-io-mode=DISABLE \
-f /etc/glusterfs/glusterfs-client.vol
$ cat /etc/glusterfs/glusterfs-client.vol
volume sirius00
  type protocol/client
  option transport-type tcp/client
  option remote-host server00
  option remote-subvolume brick
end-volume
volume sirius01
  type prot...
2008 Oct 31
3
Problem with xlator
...t
  option remote-host 10.3.1.201
  option remote-subvolume brick
end-volume
volume mirror0
  type cluster/afr
  subvolumes sirius00 sirius01
end-volume
??#############################################################################
When I run the next command:
	$ glusterfs -l /var/log/glusterfs/gfscli.log -LDEBUG \
-f /etc/glusterfs/glusterfs-cli /mnt/glusterfs
the log say me:
---------
2008-10-31 12:30:17 D [glusterfs.c:167:get_spec_fp] glusterfs: loading
spec from /etc/glusterfs/glusterfs-client.vol
2008-10-31 12:30:17 D [spec.y:107:new_section] parser: New node for
'sirius00'
2008-1...