]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
*** empty log message ***
authorcyclonew <cyclonew@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 11 Jul 2005 06:07:46 +0000 (06:07 +0000)
committercyclonew <cyclonew@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 11 Jul 2005 06:07:46 +0000 (06:07 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@441 29311d96-e01e-0410-9327-a35deaab8ce9

ceph/osd/OBFSStore.cc

index 3f084f5ca1c5d811a5d70564b3f5b1e13117ae88..89df7a8a80ca916774f7a365b36fafdcf42d7341 100644 (file)
@@ -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: