From 651e30bd2c0a4dbcc228459f6f90f16bbfd998d5 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 18 Nov 2025 11:13:30 -0500 Subject: [PATCH] cmd_image: BCH_WRITE_only_specified_devs now required Signed-off-by: Kent Overstreet --- c_src/cmd_image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_image.c b/c_src/cmd_image.c index ff2c6dff..f390489a 100644 --- a/c_src/cmd_image.c +++ b/c_src/cmd_image.c @@ -111,6 +111,7 @@ static int move_btree_pred(struct btree_trans *trans, void *_arg, if (!args->move_alloc && btree_id_is_alloc(btree)) return false; + data_opts->write_flags |= BCH_WRITE_only_specified_devs; return true; return k.k->type == KEY_TYPE_btree_ptr_v2 && !btree_id_is_alloc(btree); }