<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It's great. They're fine.<br>
<br>
I'm a newbie in Glusterfs. Could you please explain me about configs
above?<br>
<br>
Thanks <br>
<br>
Vikas Gorur wrote:
<blockquote
 cite="mid:f1797ae40904010217i6037e17cq8449c14d05f58d77@mail.gmail.com"
 type="cite">
  <pre wrap="">2009/4/1 Vu Tong Minh <a class="moz-txt-link-rfc2396E" href="mailto:vtminh@fpt.net">&lt;vtminh@fpt.net&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I tried to load posix_locks on node1 too, but I got error:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sorry, my bad. Got a little confused.

The problem with your config is that you should export the "locks"
volume from the server and specify "locks" as the remote-subvolume in
client.

So your configuration should be:


1,2,3's config:
volume  storage1
        type    protocol/client
        option  transport-type  tcp/client
        option  remote-host     210.245.xxx.xxx
        option  remote-subvolume        locks
end-volume

4's config:
volume brick
  type storage/posix
  option directory /store
end-volume

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

volume server
  type protocol/server
  option transport-type tcp/server
  option auth.addr.locks.allow  *
  subvolumes locks
end-volume

  </pre>
</blockquote>
<br>
</body>
</html>