gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] Can someone show me server/client configs for this e


From: Brandon Lamb
Subject: Re: [Gluster-devel] Can someone show me server/client configs for this example
Date: Tue, 5 Jun 2007 23:06:10 -0700

oh and my server config (same on all 3 except ip of course)

volume brick
  type storage/posix
  option directory /home/export
end-volume

volume locks
  type features/posix-locks
  subvolumes brick
end-volume

volume brick-afr
  type storage/posix
  option directory /home/export_afr
end-volume

volume locks-afr
  type features/posix-locks
  subvolumes brick-afr
end-volume

volume server
  type protocol/server
  option transport-type tcp/server
  option bind-address 208.200.248.25
  option listen-port 6996
  subvolumes locks locks-afr
  option auth.ip.locks.allow 208.200.248.*
  option auth.ip.locks-afr.allow 208.200.248.*
end-volume




reply via email to

[Prev in Thread] Current Thread [Next in Thread]