mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
reconcile_wait: don't wait on pending by default
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
6ac6662163
commit
ceadc9b393
@ -476,7 +476,7 @@ int cmd_reconcile_wait(int argc, char *argv[])
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
{ NULL }
|
||||
};
|
||||
unsigned types = ~0U;
|
||||
unsigned types = ~0U & ~BIT(BCH_REBALANCE_ACCOUNTING_pending);
|
||||
int opt;
|
||||
|
||||
while ((opt = getopt_long(argc, argv, "t:h", longopts, NULL)) != -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user