mogilefsd cannot see mogstored's running
Justin Azoff
JAzoff at uamail.albany.edu
Thu Jul 14 16:23:58 PDT 2005
On Thu, 2005-07-14 at 17:29 -0400, j.ignacio.leon at gmail.com wrote:
> > try finding the line in mogstored that looks like this:
> > next unless $disk =~ /^$path/;
> > and change it to
> > next unless $path =~ /^$disk/;
> Tried that. Still getting same failure messages from mogilefsd.
ah, also change $path= at the top.
> RETURN_VARS:
> $VAR1 = {
> 'dev_count' => '2',
> 'devid_2' => '1',
> 'path_1' => 'http://192.168.5.141:7500/dev2/0/000/000/0000000078.fid',
> 'fid' => '78',
> 'devid_1' => '2',
> 'path_2' => 'http://192.168.5.142:7500/dev1/0/000/000/0000000078.fid'
> };
> ----------------end mogtool output--------------
> Then it hangs.
at this point all the client does is connect to 192.168.5.141 and 142 on
port 7500 and tries to upload the file.
Since it hangs you must have something preventing the connection.
should be able to use
$ curl -v -T /etc/motd http://192.168.5.141:7500/dev2/0/000/000/0000000078.fid
to debug
--
-- Justin Azoff
-- Network Performance Analyst
More information about the mogilefs
mailing list