Re: [Gluster-users] Split brain on directory?

2014-07-28 Thread david.zhang700
looks weird,but I don't think it's a strictly defined split brain.can you paste the output of getattr command on the directory you mentioned? -原始邮件- From: Alan Orth Sent: Monday, July 28, 2014 6:09 PM To: gluster-users Subject: [Gluster-users] Split brain on directory?

Re: [Gluster-users] Split brain on directory?

2014-07-28 Thread david.zhang700
please run: getfattr -de hex -m . the_directory -原始邮件- From: Alan Orth Sent: Monday, July 28, 2014 7:42 PM To: david.zhang...@gmail.com ; gluster-users Subject: Re: [Gluster-users] Split brain on directory? ___ Gluster-users mailing list

Re: [Gluster-users] How Gluster handles if both replicas are unavailable

2014-07-28 Thread david.zhang700
I tried, for 1*2 replica: if both bricks failed but hosts are alive,the client will get error:Transport endpoint is not connected if hosts were down,the client will hang for network.ping-timeout(default:42s) and then get error:Transport endpoint is not connected for 2*2 or more:

Re: [Gluster-users] how to get hash range of a brick?

2014-07-25 Thread david.zhang700
thank you. so how can I know Davies Meyer hash value of a file? is that the value of trusted.gfid? -原始邮件- From: Ben Turner Sent: Friday, July 25, 2014 4:51 AM To: david zhang700 Cc: gluster-users@gluster.org Subject: Re: [Gluster-users] how to get hash range of a brick? -

Re: [Gluster-users] GlusterFS use question

2014-07-25 Thread david.zhang700
gluster volume set volume_name network.ping-timeout seconds_you_want default is 42s David From: yan Sent: Friday, July 25, 2014 4:51 PM To: gluster-users Subject: [Gluster-users] GlusterFS use question hi , i am have a question? ‍ server: 10.10.10.51 10.10.10.52‍ 10.10.10.53‍ 10.10.10.54‍

[Gluster-users] how to get hash range of a brick?

2014-07-24 Thread david.zhang700
hi,who can tell me how to get hash range of a brick? thank you! David___ Gluster-users mailing list Gluster-users@gluster.org http://supercolony.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] how 'diff' cluster.data-self-heal-algorithm works?

2014-06-07 Thread david.zhang700
if cluster.data-self-heal-algorithm set to ‘diff’,just copies to sinks only those blocks whose checksums don't match with those of source. my questions: 1.how to know the block size? 2.blocks’ checksums was stored when writing files or not stored and just need to be computed when self-healing?