]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-objectstore-tool: no need to check for fsck here
authorSage Weil <sage@redhat.com>
Thu, 7 Jan 2016 01:57:01 +0000 (20:57 -0500)
committerSage Weil <sage@redhat.com>
Wed, 27 Jan 2016 19:06:13 +0000 (14:06 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/tools/ceph_objectstore_tool.cc

index cc8d75208bd83d588c1ebce2d7ab9305a1be332a..b6a3fd8b59aa51dbefaec477523dfff6320db6a9 100644 (file)
@@ -2345,7 +2345,7 @@ int main(int argc, char **argv)
     usage(desc);
     myexit(1);
   }
-  if (op != "list" && op != "fsck" &&
+  if (op != "list" &&
       vm.count("op") && vm.count("object")) {
     cerr << "Can't specify both --op and object command syntax" << std::endl;
     usage(desc);