From 0fae9bf434c3adaea8666ac35ea94191880f9c28 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 28 May 2017 13:54:17 -0400 Subject: [PATCH] ceph-bluestore-tool: init deep = false Signed-off-by: Sage Weil --- src/os/bluestore/bluestore_tool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/bluestore_tool.cc b/src/os/bluestore/bluestore_tool.cc index 23f19e59e1d..29863db679e 100644 --- a/src/os/bluestore/bluestore_tool.cc +++ b/src/os/bluestore/bluestore_tool.cc @@ -31,7 +31,7 @@ int main(int argc, char **argv) vector 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") -- 2.39.5