Merge pull request #193 from arrikto/feature-fix-era-invalidate

[era_invalidate] Don't read the live metadata when the --metadata-snapshot option is provided
This commit is contained in:
Joe Thornber 2022-01-05 11:45:08 +00:00 committed by GitHub
commit 8f9f9c74f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ metadata::metadata(block_manager::ptr bm, open_type ot)
metadata::metadata(block_manager::ptr bm, block_address metadata_snap)
{
open_metadata(bm);
open_metadata(bm, metadata_snap);
}
void