Hi,<br><br>I want to use glusterfs , but i have some problem.<br>I have two Debian Lenny servers. Serve1 and Server2<br><br>Server1 config:<br><br><b>glusterfs.vol</b><br>volume remote1<br>  type protocol/client<br>  option transport-type tcp<br>
  option remote-host 127.0.0.1<br>  option remote-subvolume brick<br>end-volume<br><br>volume remote2<br>  type protocol/client<br>  option transport-type tcp<br>  option remote-host 192.168.100.2<br>  option remote-subvolume brick<br>
end-volume<br><br>volume replicate<br>  type cluster/replicate<br>  subvolumes remote1 remote2<br>end-volume<br><br>volume writebehind<br>  type performance/write-behind<br>  option window-size 1MB<br>  subvolumes replicate<br>
end-volume<br><br>volume cache<br>  type performance/io-cache<br>  option cache-size 512MB<br>  subvolumes writebehind<br>end-volume<br><br><b>glusterfsd.vol</b><br>volume posix<br>  type storage/posix<br>  option directory /opt/work/gluster-data/data<br>
end-volume<br><br>volume locks<br>  type features/locks<br>  option mandatory-locks on<br>  subvolumes posix<br>end-volume<br><br>volume brick<br>  type performance/io-threads<br>  option thread-count 8<br>  subvolumes locks<br>
end-volume<br><br>volume server<br>  type protocol/server<br>  option transport-type tcp<br>  option auth.addr.brick.allow 127.0.0.1,192.168.100.2<br>  subvolumes brick<br>end-volume<br><br>Server2 config:<br><br><b>glusterfs.vol</b><br>
volume remote1<br>  type protocol/client<br>  option transport-type tcp<br>  option remote-host 127.0.0.1<br>  option remote-subvolume brick<br>end-volume<br><br>volume remote2<br>  type protocol/client<br>  option transport-type tcp<br>
  option remote-host 192.168.100.1<br>  option remote-subvolume brick<br>end-volume<br><br>volume replicate<br>  type cluster/replicate<br>  subvolumes remote1 remote2<br>end-volume<br><br>volume writebehind<br>  type performance/write-behind<br>
  option window-size 1MB<br>  subvolumes replicate<br>end-volume<br><br>volume cache<br>  type performance/io-cache<br>  option cache-size 512MB<br>  subvolumes writebehind<br>end-volume<br><br><b>glusterfsd.vol</b><br>volume posix<br>
  type storage/posix<br>  option directory /opt/work/gluster-data/data<br>end-volume<br><br>volume locks<br>  type features/locks<br>  option mandatory-locks on<br>  subvolumes posix<br>end-volume<br><br>volume brick<br>  type performance/io-threads<br>
  option thread-count 8<br>  subvolumes locks<br>end-volume<br><br>volume server<br>  type protocol/server<br>  option transport-type tcp<br>  option auth.addr.brick.allow 127.0.0.1,192.168.100.1<br>  subvolumes brick<br>
end-volume<br><br><br>Server2 works fine, i can copy,move,rename,delet... and every data replicated Server1.<br>But on Server1 , i can&#39;t copy,rename, delet.... nothing<br>I try different libfuse2, fuse-utils , glusterfs-server and glusterfs-client version.<br>
<br>In the log files are lot of errors:<br><b>glusterfsd.log</b><br>[2009-06-13 17:27:30] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 821670/checkroot (0)<br>[2009-06-13 17:27:30] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 348: LOOKUP 821670/checkroot (fuse_loc_fill() failed)<br>
[2009-06-13 17:27:30] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 821670/checkroot (0)      <br>[2009-06-13 17:27:30] W [fuse-bridge.c:1391:fuse_create] glusterfs-fuse: 349 CREATE (null) (fuse_loc_fill() failed)          <br>
[2009-06-13 17:27:31] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821670)         <br>[2009-06-13 17:27:31] W [fuse-bridge.c:680:do_chmod] glusterfs-fuse: 352: CHMOD 821670 ((null)) (fuse_loc_fill() failed)     <br>
[2009-06-13 17:27:31] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821670)         <br>[2009-06-13 17:27:31] W [fuse-bridge.c:811:do_utimes] glusterfs-fuse: 353: UTIMENS (null) (fuse_loc_fill() failed)           <br>
[2009-06-13 17:27:33] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821672)         <br>[2009-06-13 17:27:33] W [fuse-bridge.c:729:do_chown] glusterfs-fuse: 368: CHOWN 821672 ((null)) (fuse_loc_fill() failed)     <br>
[2009-06-13 17:27:37] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821666)         <br>[2009-06-13 17:27:37] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 395: OPENDIR (null) (fuse_loc_fill() failed)       <br>
[2009-06-13 17:27:37] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821670)         <br>[2009-06-13 17:27:37] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 404: OPENDIR (null) (fuse_loc_fill() failed)       <br>
[2009-06-13 17:27:37] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821672)         <br>[2009-06-13 17:27:37] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 414: OPENDIR (null) (fuse_loc_fill() failed)       <br>
[2009-06-13 17:27:38] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821666)         <br>[2009-06-13 17:27:38] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 449: OPENDIR (null) (fuse_loc_fill() failed)       <br>
[2009-06-13 17:27:38] D [fuse-bridge.c:478:fuse_forget] glusterfs-fuse: got forget, but inode (821666) not found             <br>[2009-06-13 17:27:38] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821670)         <br>
[2009-06-13 17:27:38] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 470: OPENDIR (null) (fuse_loc_fill() failed)       <br>[2009-06-13 17:27:38] D [fuse-bridge.c:478:fuse_forget] glusterfs-fuse: got forget, but inode (821670) not found             <br>
[2009-06-13 17:27:39] D [fuse-bridge.c:281:fuse_loc_fill] fuse-bridge: failed to search parent for 0/(null) (821672)         <br>[2009-06-13 17:27:39] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 495: OPENDIR (null) (fuse_loc_fill() failed)       <br>
[2009-06-13 17:27:39] D [fuse-bridge.c:478:fuse_forget] glusterfs-fuse: got forget, but inode (821672) not found <br><br><b>glusterfs.log</b><br>2009-06-13 14:32:03] W [fuse-bridge.c:729:do_chown] glusterfs-fuse: 79: CHOWN 10790162 ((null)) (fuse_loc_fill() failed)                                                   <br>
[2009-06-13 14:32:06] W [fuse-bridge.c:729:do_chown] glusterfs-fuse: 141: CHOWN 10790164 ((null)) (fuse_loc_fill() failed)                                                  <br>[2009-06-13 14:32:10] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 157: LOOKUP 10790166/rfc3442-classless-routes (fuse_loc_fill() failed)                              <br>
[2009-06-13 14:32:10] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 158: LOOKUP 10790166/rfc3442-classless-routes (fuse_loc_fill() failed)                              <br>[2009-06-13 14:32:10] W [fuse-bridge.c:1391:fuse_create] glusterfs-fuse: 159 CREATE (null) (fuse_loc_fill() failed)                                                         <br>
[2009-06-13 14:32:11] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 160: LOOKUP 10790166/ntpdate (fuse_loc_fill() failed)                                               <br>[2009-06-13 14:32:11] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 161: LOOKUP 10790166/ntpdate (fuse_loc_fill() failed)                                               <br>
[2009-06-13 14:32:11] W [fuse-bridge.c:1391:fuse_create] glusterfs-fuse: 162 CREATE (null) (fuse_loc_fill() failed)                                                         <br>[2009-06-13 14:32:11] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 166: LOOKUP 10790166/ntp (fuse_loc_fill() failed)                                                   <br>
[2009-06-13 14:32:11] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 167: LOOKUP 10790166/ntp (fuse_loc_fill() failed)                                                   <br>[2009-06-13 14:32:11] W [fuse-bridge.c:1391:fuse_create] glusterfs-fuse: 168 CREATE (null) (fuse_loc_fill() failed)                                                         <br>
[2009-06-13 14:32:12] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 169: LOOKUP 10790166/debug (fuse_loc_fill() failed)                                                 <br>[2009-06-13 14:32:12] W [fuse-bridge.c:430:fuse_lookup] glusterfs-fuse: 170: LOOKUP 10790166/debug (fuse_loc_fill() failed)                                                 <br>
[2009-06-13 14:32:12] W [fuse-bridge.c:1391:fuse_create] glusterfs-fuse: 171 CREATE (null) (fuse_loc_fill() failed)                                                         <br>[2009-06-13 14:32:12] W [fuse-bridge.c:680:do_chmod] glusterfs-fuse: 172: CHMOD 10790166 ((null)) (fuse_loc_fill() failed)                                                  <br>
[2009-06-13 14:32:12] W [fuse-bridge.c:811:do_utimes] glusterfs-fuse: 173: UTIMENS (null) (fuse_loc_fill() failed)                                                          <br>[2009-06-13 14:32:20] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 231: OPENDIR (null) (fuse_loc_fill() failed)                                                      <br>
[2009-06-13 14:32:20] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 252: OPENDIR (null) (fuse_loc_fill() failed)                                                      <br>[2009-06-13 14:32:20] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 256: OPENDIR (null) (fuse_loc_fill() failed)                                                      <br>
[2009-06-13 14:32:21] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 275: OPENDIR (null) (fuse_loc_fill() failed)                                                      <br>[2009-06-13 14:32:21] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 297: OPENDIR (null) (fuse_loc_fill() failed)                                                      <br>
[2009-06-13 14:32:21] W [fuse-bridge.c:1651:fuse_opendir] glusterfs-fuse: 300: OPENDIR (null) (fuse_loc_fill() failed) <br><br>glusterfs --version<br>glusterfs 2.0.1 built on Jun 13 2009 11:59:06<br>Repository revision: 5c1d9108c1529a1155963cb1911f8870a674ab5b<br>
Copyright (c) 2006-2009 Z RESEARCH Inc. &lt;<a href="http://www.zresearch.com">http://www.zresearch.com</a>&gt;<br>GlusterFS comes with ABSOLUTELY NO WARRANTY.<br>You may redistribute copies of GlusterFS under the terms of the GNU General Public License.<br>
<br>fusermount -V<br>fusermount version: 2.7.4<br><br>Evreyting is identical on two Servers.<br>
<br>Thank you for Help.<br>Tibi<br><br>