From 7875b82630f6431971175e2f4205bb65c2c43488 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 8 Feb 2018 15:30:19 -0500 Subject: New data rereplicate command --- cmd_format.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd_format.c') diff --git a/cmd_format.c b/cmd_format.c index 42e8d1a6..85b7e655 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -329,6 +329,10 @@ int cmd_show_super(int argc, char *argv[]) die("too many arguments"); struct bch_opts opts = bch2_opts_empty(); + + opt_set(opts, noexcl, true); + opt_set(opts, nochanges, true); + struct bch_sb_handle sb; int ret = bch2_read_super(dev, &opts, &sb); if (ret) -- cgit v1.2.3