1era_invalidate(8) System Manager's Manual era_invalidate(8)
2
3
4
6 era_invalidate - Provide a list of blocks that have changed since a
7 particular era.
8
10 era_invalidate [options] {device|file}
11
13 era_invalidate examines era metadata and lists blocks that may have
14 changed since a given era.
15
16 This tool cannot be run on live metadata unless the --metadata-snap
17 option is used.
18
20 -h, --help
21 Print help and exit.
22
23 -V, --version
24 Print version information and exit.
25
26 -o {output file}
27 Write output to a file rather than stdout.
28
29 --metadata-snapshot
30 Use the metadata snapshot rather than the current superblock.
31
32 --written-since {era nr}
33 Blocks written since the given era will be listed.
34
36 List the blocks that may have been written since the beginning of era
37 13 on the metadata device /dev/vg/metadata:
38
39 $ era_invalidate --written-since 13 /dev/vg/metadata
40
41 The device may not be actively used by the target when running.
42
44 era_invalidate returns an exit code of 0 for success or 1 for error
45 (eg, metadata corruption).
46
48 era_check(8), era_dump(8), era_restore(8)
49
51 Joe Thornber <ejt@redhat.com>
52
53
54
55System Manager's Manual Device Mapper Tools era_invalidate(8)