mogilefsd cannot see mogstored's running
Mark Smith
junior at danga.com
Fri Jul 15 16:37:07 PDT 2005
Actually, just thought of something else... try this:
Edit lib/Perlbal.pm and change this section:
$Perlbal::AIO_MODE = "none";
$Perlbal::AIO_MODE = "ioaio" if $Perlbal::OPTMOD_IO_AIO;
$Perlbal::AIO_MODE = "linux" if $Perlbal::OPTMOD_LINUX_AIO;
And comment out the second two lines:
$Perlbal::AIO_MODE = "none";
#$Perlbal::AIO_MODE = "ioaio" if $Perlbal::OPTMOD_IO_AIO;
#$Perlbal::AIO_MODE = "linux" if $Perlbal::OPTMOD_LINUX_AIO;
(ed note: should really be a way to force the AIO mode you want...)
Anyway, that will force it to use 'none' mode. Then try running mogstored
again and using the curl test.
--
Junior (aka Mark Smith)
junior at danga.com
Software Engineer
Six Apart / Danga Interactive
More information about the mogilefs
mailing list