From: Sage Weil Date: Sun, 28 May 2017 17:54:17 +0000 (-0400) Subject: ceph-bluestore-tool: init deep = false X-Git-Tag: v12.1.0~87^2~1^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0fae9bf434c3adaea8666ac35ea94191880f9c28;p=ceph.git ceph-bluestore-tool: init deep = false Signed-off-by: Sage Weil --- diff --git a/src/os/bluestore/bluestore_tool.cc b/src/os/bluestore/bluestore_tool.cc index 23f19e59e1dc..29863db679e1 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")