Hi,<br>It seems that&nbsp; glusterfs--mainline--3.0--patch-717&nbsp; has a new problem, which not appear at least witch&nbsp; glusterfs--mainline--3.0--patch-710<br>Now i&#39;ve : <br>ls: cannot open directory /mnt/vdisk/: Software caused connection abort<br>
<br>Regards, <br>Nicolas Prochazka.<br><br>my client spec file&nbsp; : <br>volume brick1<br>type protocol/client<br>option transport-type tcp/client # for TCP/IP transport<br>option remote-host <a href="http://10.98.98.1">10.98.98.1</a>&nbsp;&nbsp; # IP address of server1<br>
option remote-subvolume brick&nbsp;&nbsp;&nbsp; # name of the remote volume on server1<br>end-volume<br><br>volume brick2<br>type protocol/client<br>option transport-type tcp/client # for TCP/IP transport<br>option remote-host <a href="http://10.98.98.2">10.98.98.2</a>&nbsp;&nbsp; # IP address of server2<br>
option remote-subvolume brick&nbsp;&nbsp;&nbsp; # name of the remote volume on server2<br>end-volume<br><br>volume afr<br>type cluster/afr<br>subvolumes brick1 brick2<br>end-volume<br><br>volume iothreads<br>type performance/io-threads<br>
option thread-count 4<br>option cache-size 32MB<br>subvolumes afr<br>end-volume<br><br>volume io-cache<br>type performance/io-cache<br>option cache-size 256MB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # default is 32MB<br>option page-size&nbsp; 1MB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #128KB is default option<br>
option force-revalidate-timeout 2&nbsp; # default is 1<br>subvolumes iothreads<br>end-volume<br><br>my server spec-file<br>volume brickless<br>type storage/posix<br>option directory /mnt/disks/export<br>end-volume<br><br>volume brick<br>
type features/posix-locks<br>option mandatory on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # enables mandatory locking on all files<br>subvolumes brickless<br>end-volume<br><br>volume server<br>type protocol/server<br>subvolumes brick<br>option transport-type tcp<br>
option auth.addr.brick.allow <a href="http://10.98.98.">10.98.98.</a>*<br>end-volume<br><br>