summaryrefslogtreecommitdiff
path: root/cmd_format.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-02-08 15:30:19 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-02-08 15:33:43 -0500
commit7875b82630f6431971175e2f4205bb65c2c43488 (patch)
treef200081697939b7cc4d9f972d0d1e8c894af9640 /cmd_format.c
parent6976570d670e4053f026d380cfe5397a0a8ed139 (diff)
New data rereplicate command
Diffstat (limited to 'cmd_format.c')
-rw-r--r--cmd_format.c4
1 files changed, 4 insertions, 0 deletions
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)