]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/test_trans.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / test / test_trans.cc
index 2ac4463035d5f153666204434822a9cdb660e87e..f843e0037f2d067fae98d10f17a388f4f156c0df 100644 (file)
@@ -15,7 +15,7 @@
 #include <iostream>
 #include "common/ceph_argparse.h"
 #include "common/debug.h"
-#include "os/filestore/FileStore.h"
+#include "os/bluestore/BlueStore.h"
 #include "global/global_init.h"
 #include "include/ceph_assert.h"
 
@@ -52,7 +52,7 @@ int main(int argc, const char **argv)
   cout << "#dev " << filename << std::endl;
   cout << "#mb " << mb << std::endl;
 
-  ObjectStore *fs = new FileStore(cct.get(), filename, NULL);
+  ObjectStore *fs = new BlueStore(cct.get(), filename);
   if (fs->mount() < 0) {
     cout << "mount failed" << std::endl;
     return -1;