Displaying 3 results from an estimated 3 matches for "gf_log_error".
2011 Feb 02
2
Gluster 3.1.2 and rpc-auth patch
Hi, 
Fist of all thanks for all the work you put into gluster this product is fantastic.
In our setup, we have to have some kind of nfs authentication. 
Not beeing able to set the rpc-auth option using the cli was a big draw-back for us.
Setting the option auth.allow only set the gluster auth.addr.allow option in the bricks themselves but did not do any good regarding nfs access.
Setting the
2017 Jun 29
3
Some bricks are offline after restart, how to bring them online gracefully?
Hi all,
Gluster and Ganesha are amazing. Thank you for this great work!
I?m struggling with one issue and I think that you might be able to help me.
I spent some time by playing with Gluster and Ganesha and after I gain some
experience I decided that I should go into production but I?m still
struggling with one issue.
I have 3x node CentOS 7.3 with the most current Gluster and Ganesha from
2008 Aug 24
2
Unusual bug in glusterfsd
...2147458000)
	Speaking in the IRC channel, Anand Babu (aka rooty) had reason to
suspect the following segment of code:
> [2008-08-24 18:28] <rooty>   if (max_block_size && (blk->size > max_block_size)) {
> [2008-08-24 18:28] <rooty>     gf_log (trans->xl->name, GF_LOG_ERROR,
> [2008-08-24 18:28] <rooty>             "frame size (%"PRId32") > max (%"PRId32")",
> [2008-08-24 18:28] <rooty>             blk->size, max_block_size);
> [2008-08-24 18:28] <rooty>     /* block size exceeds the maximum block size per...