<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I tried to load posix_locks on node1 too, but I got error:<br>
<br>
<i>2009-04-01 11:19:54 E [posix.c:752:init] locks: 'posix-locks' not
loaded over storage translator<br>
2009-04-01 11:19:54 E [xlator.c:607:xlator_init_rec] xlator:
initialization of volume 'locks' failed, review your volfile again<br>
2009-04-01 11:19:54 E [glusterfsd.c:484:_xlator_graph_init] glusterfs:
initializing translator failed<br>
2009-04-01 11:19:54 E [glusterfsd.c:1114:main] glusterfs: translator
initialization failed.  exiting<br>
</i><br>
Vikas Gorur wrote:
<blockquote
 cite="mid:f1797ae40904010151p76be7556ladb664473ea255f6@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="">Hello,

I have a system with 4 nodes.

Node 1 for downloading config as client

Node 2, node 3 for uploading config as client

Node 4 for storage config as server

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        brick
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.brick.allow  *
  subvolumes brick
end-volume

And I have an error on node1: 2009-04-01 15:21:58 E
[fuse-bridge.c:2371:fuse_setlk_cbk] glusterfs-fuse: [ ERROR ] loading
'features/posix-locks' on server side may help your application
But nod2, node3, node4 have no errors.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Please load posix-locks on node1 too.

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