thin-provisioning-tools/era
Nikos Tsironis 9f30793355 [era_invalidate] Don't read the live metadata when the --metadata-snapshot option is provided
Until now, 'era_invalidate' read the live metadata (superblock), instead
of the metadata snapshot, when using the --metadata-snapshot parameter.

Fix this by passing the location of the metadata snapshot to
'open_metadata()', when a metadata snapshot is used.

Signed-off-by: Nikos Tsironis <ntsironis@arrikto.com>
2022-01-05 12:30:02 +02:00
..
commands.cc [base] introduce a command type that gets registered with the app 2016-01-08 12:51:52 +00:00
commands.h [era] Add era_debug 2021-02-18 23:40:39 +08:00
devel_commands.cc [era] Add era_debug 2021-02-18 23:40:39 +08:00
emitter.h [all] Switch from boost::shared_ptr -> std::shared_ptr. 2020-04-30 15:02:43 +01:00
era_array.cc era_check, era_dump 2014-01-23 00:46:03 +00:00
era_array.h era_check, era_dump 2014-01-23 00:46:03 +00:00
era_check.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
era_debug.cc [dbg] Add missing commands to cache/era_debug 2021-02-21 19:16:51 +08:00
era_detail.cc [era] switch from bloom filters to writesets 2014-01-29 21:37:25 +00:00
era_detail.h [btree] Fix ref-counting on overwritten values 2021-09-22 17:05:59 +08:00
era_dump.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
era_invalidate.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
era_restore.cc [era_restore] Avoid touching the output file by checking input file earlier 2021-10-21 17:51:28 +08:00
metadata.cc [era_invalidate] Don't read the live metadata when the --metadata-snapshot option is provided 2022-01-05 12:30:02 +02:00
metadata.h [all] Switch from boost::shared_ptr -> std::shared_ptr. 2020-04-30 15:02:43 +01:00
metadata_dump.cc [era_dump] add --logical 2014-02-14 14:35:25 +00:00
metadata_dump.h [era_dump] add --logical 2014-02-14 14:35:25 +00:00
restore_emitter.cc [all] Fix uninitialized class members 2021-06-03 18:54:26 +08:00
restore_emitter.h first drop of era_restore 2014-08-07 15:43:01 +01:00
superblock.cc [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
superblock.h [block_manager] Hard code block size to 4k. 2020-04-30 14:30:01 +01:00
writeset_tree.cc [everything] Fix circular shared pointer references. 2014-08-26 11:14:49 +01:00
writeset_tree.h [all] Switch from boost::shared_ptr -> std::shared_ptr. 2020-04-30 15:02:43 +01:00
xml_format.cc [era] era_dump should show bool values as 'true' or 'false' rather than 0 or 1 2014-09-01 14:45:05 +01:00
xml_format.h [*_restore] Add progress bar to cache_restore and era_restore. 2014-08-26 13:05:21 +01:00