diff --git a/ceph/osd/OBFSStore.cc b/ceph/osd/OBFSStore.cc index 3f084f5ca1c..89df7a8a80c 100644 --- a/ceph/osd/OBFSStore.cc +++ b/ceph/osd/OBFSStore.cc @@ -44,7 +44,7 @@ int OBFSStore::init(void) return -1; } - this->mkfs(); + //this->mkfs(); this->mounted = uofs_mount(this->bdev_id, this->whoami); switch (this->mounted) { case -1: