os/bluestore: Multiple bdev labels on main block device
}
if (!read_only) {
- _post_init_alloc(zone_adjustments);
+ _post_init_alloc();
}
+ if (bdev_label_multi) {
+ _main_bdev_label_try_reserve();
+ }
+
// when function is called in repair mode (to_repair=true) we skip db->open()/create()
// we can't change bluestore allocation so no need to invlidate allocation-file
if (fm->is_null_manager() && !read_only && !to_repair) {