We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efbc35 commit 37fd6b8Copy full SHA for 37fd6b8
fs/bcachefs/opts.h
@@ -476,13 +476,13 @@ enum fsck_err_opts {
476
NULL, "Enable nocow mode: enables runtime locking in\n"\
477
"data move path needed if nocow will ever be in use\n")\
478
x(copygc_enabled, u8, \
479
- OPT_FS|OPT_MOUNT, \
+ OPT_FS|OPT_MOUNT|OPT_RUNTIME, \
480
OPT_BOOL(), \
481
BCH2_NO_SB_OPT, true, \
482
NULL, "Enable copygc: disable for debugging, or to\n"\
483
"quiet the system when doing performance testing\n")\
484
x(rebalance_enabled, u8, \
485
486
487
488
NULL, "Enable rebalance: disable for debugging, or to\n"\
0 commit comments