[Gluster-users] Replication destroying file content on Node crash

Vijay Bellur vijay at gluster.com
Mon Apr 12 17:26:21 UTC 2010


Kelvin Westlake wrote:
> Client vol file, mount on both servers to /glusterfs/home-mnt
>
>
> volume mirror-0
>     type cluster/replicate
>     subvolumes 192.168.100.31-1 192.168.100.29-1
> end-volume
>
> volume writebehind
>     type performance/write-behind
>     option cache-size 4MB
>     subvolumes mirror-0
> end-volume
>
> volume readahead
>     type performance/read-ahead
>     option page-count 4
>     subvolumes writebehind
> end-volume
>
> volume iocache
>     type performance/io-cache
>     option cache-size `echo $[ $(grep 'MemTotal' /proc/meminfo | sed
> 's/[^0-9]//g') / 5120 ]`MB
>     option cache-timeout 1
>     subvolumes readahead
> end-volume
>
> volume quickread
>     type performance/quick-read
>     option cache-timeout 1
>     option max-file-size 64kB
>     subvolumes iocache
> end-volume
>
> #volume statprefetch
> #    type performance/stat-prefetch
> #    subvolumes quickread
> #end-volume
>   


Hi Kevin,

Can you please check if the same behavior persists with quick-read 
translator section commented out in the client?
If it doesn't, this could be related to bug 815.

Thanks,
Vijay





More information about the Gluster-users mailing list