Kent Overstreet 2aeeac7785 bcachefs: cmd_set_option() can now set device options on multi device filesystems
Currently, 'bcachefs set-fs-option' requires all devices to be specified
when setting options on an offline multidevice filesystem - it can't yet
scan for the rest of the filesystem members.

We do need to fix this, but the scan code is written in Rust, so that
either means a lot of ugly FFI code or rewriting cmd_set_option() in
Rust - neither of which are happening today.

So as an interim hack, add a --dev-idx option: this can be specified
(multiple times if desired) for indicating which devices the device
specific options should be applied to.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-12-06 16:30:19 -05:00
..
2024-07-20 16:45:08 -04:00
2024-08-31 21:34:15 -04:00
2024-12-03 21:51:26 -05:00
2024-08-09 03:44:27 -04:00
2024-11-28 23:43:06 -05:00
2024-12-04 21:22:03 -05:00
2024-12-03 21:51:26 -05:00