Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
<< g_conf->osd_data << ": " << cpp_strerror(-err) << TEXT_NORMAL << dendl;
exit(1);
}
- derr << "created object store " << g_conf->osd_data
- << " for osd." << whoami << " fsid " << mc.monmap.fsid << dendl;
+ dout(0) << "created object store " << g_conf->osd_data
+ << " for osd." << whoami << " fsid " << mc.monmap.fsid << dendl;
}
if (mkkey) {
common_init_finish(g_ceph_context);
#ifndef CEPH_FILEJOURNAL_H
#define CEPH_FILEJOURNAL_H
+#include <stdlib.h>
#include <deque>
using std::deque;
aio = false;
}
#ifndef HAVE_LIBAIO
- if (aio) {
+ if (aio && ::getenv("CEPH_DEV") == NULL) {
lderr(cct) << "FileJournal::_open_any: libaio not compiled in; disabling aio" << dendl;
aio = false;
}