gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] GFS error => E [afr.c:179:afr_read_child] mirror: invali


From: Roland Fischer
Subject: [Gluster-devel] GFS error => E [afr.c:179:afr_read_child] mirror: invalid argument: inode
Date: Tue, 16 Feb 2010 12:23:53 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 ThunderBrowse/3.2.8.1

hi guys,

we use glusterfs version 3.0.0 with lastest patches and get always an error.

What means the error below?

[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: 
inode


server config:
# export-backup01-client_repl
# gfs-01-01 /GFS/backup01
# gfs-01-02 /GFS/backup01

volume posix
 type storage/posix
 option directory /GFS/backup01
end-volume

volume locks
 type features/locks
 option mandatory-locks on
 subvolumes posix
end-volume

volume writebehind
 type performance/write-behind
 option cache-size 8MB
 option flush-behind on
 subvolumes locks
end-volume

volume backup01
 type performance/io-threads
 option thread-count 16
 subvolumes writebehind
end-volume

volume server
 type protocol/server
 option transport-type tcp
 option transport.socket.listen-port 6996
 option auth.addr.backup01.allow *
 subvolumes backup01
end-volume

-----------------------------------------------------------------------------------------------------


client replication config:

volume gfs-01-01-vol
 type protocol/client
 option transport-type tcp
 option remote-host gfs-01-01
 option remote-port 6996
 option remote-subvolume backup01
end-volume

volume gfs-01-02-vol
 type protocol/client
 option transport-type tcp
 option remote-host gfs-01-02
 option remote-port 6996
 option remote-subvolume backup01
end-volume

volume mirror
 type cluster/replicate
 subvolumes gfs-01-01-vol gfs-01-02-vol
end-volume

volume readahead
 type performance/read-ahead
 option page-size 1MB              # unit in bytes
 option page-count 4              # cache per file  = (page-count x
page-size)
 subvolumes mirror
end-volume

volume writebehind
 type performance/write-behind
 option cache-size 1024KB
 option flush-behind on
 subvolumes readahead
end-volume

volume cache
 type performance/io-cache
 option cache-size 128MB
 subvolumes writebehind
end-volume


Thank you for your reply
regards
Roland








reply via email to

[Prev in Thread] Current Thread [Next in Thread]