]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-bluestore-tool: init deep = false
authorSage Weil <sage@redhat.com>
Sun, 28 May 2017 17:54:17 +0000 (13:54 -0400)
committerSage Weil <sage@redhat.com>
Tue, 30 May 2017 01:56:18 +0000 (21:56 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/bluestore_tool.cc

index 23f19e59e1dc18497dc29f03cbd6ffbc8c927062..29863db679e173f4d6cb55078999110552cc888d 100644 (file)
@@ -31,7 +31,7 @@ int main(int argc, char **argv)
   vector<string> devs;
   string path;
   string action;
-  bool fsck_deep;
+  bool fsck_deep = false;
   po::options_description po_options("Options");
   po_options.add_options()
     ("help,h", "produce help message")