[thin_repair] don't open the space maps in the old metadata, we'll regenerate.
This commit is contained in:
parent
fa6e2ab841
commit
dd26ec76b2
@ -19,7 +19,7 @@ namespace {
|
||||
metadata::ptr new_md(new metadata(new_path, metadata::CREATE, 128, 0));
|
||||
emitter::ptr e = create_restore_emitter(new_md);
|
||||
|
||||
metadata::ptr old_md(new metadata(old_path, metadata::OPEN));
|
||||
metadata::ptr old_md(new metadata(old_path));
|
||||
metadata_dump(old_md, e, true);
|
||||
|
||||
} catch (std::exception &e) {
|
||||
|
Loading…
Reference in New Issue
Block a user