Parse empty meta_format in superblock as v2 (fix updating from 2.x)
This commit is contained in:
@@ -107,7 +107,7 @@ int disk_tool_t::upgrade_simple_unit(std::string unit)
|
||||
dsk.open_data();
|
||||
dsk.open_meta();
|
||||
dsk.open_journal();
|
||||
dsk.calc_lengths();
|
||||
dsk.calc_lengths(true);
|
||||
dsk.close_all();
|
||||
}
|
||||
catch (std::exception & e)
|
||||
|
||||
Reference in New Issue
Block a user