Message ID | 20230215143109.2721722-6-johannes.thumshirn@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: add support for RAID stripe tree | expand |
diff --git a/mkfs/main.c b/mkfs/main.c index df091b16760c..f4ff2c58a81f 100644 --- a/mkfs/main.c +++ b/mkfs/main.c @@ -1667,6 +1667,10 @@ int BOX_MAIN(mkfs)(int argc, char **argv) } } + + if (opt_zoned) + btrfs_get_dev_zone_info_all_devices(fs_info); + raid_groups: ret = create_raid_groups(trans, root, data_profile, metadata_profile, mixed, &allocation);
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> --- mkfs/main.c | 4 ++++ 1 file changed, 4 insertions(+)