gluster-users-bounces at gluster.org wrote on 07/27/2011 07:40:13 AM: > > I'm messing with it and had to do a few patches to get rid of > warnings/errors on my system (it threw lots of warnings cause of my > configured options on volumes and there was a traceback do to a typo), but > now it just returns empty with a return code of 0. so for the sake of discussion... reasons it is returning blank: 1: iterator only goes through number of bricks-1 when evaluating the bricks, manytimes missing the local brick cause I happen to be testing on the last node in the list. patched here: https://github.com/gregswift/Gluster/commit/a16567b5149aea2ddbec1e61d6b9a8e8e3b10e76 2: hostname check doesn't work on my system because I don't use hostnames ;) yes yes.. i usually love dns... please don't fight me on this one. working on patch -greg