1THIN_REPAIR(8) System Manager's Manual THIN_REPAIR(8)
2
3
4
6 thin_repair - repair thin provisioning binary metadata from device/file
7 to device/file
8
9
11 thin_repair [options] -i {device|file} -o {device|file}
12
13
15 thin_repair reads binary thin provisioning metadata created by the
16 respective device-mapper target from one device or file , repairs it
17 and writes it to another device or file. If written to a metadata
18 device , the metadata can be processed by the device-mapper target.
19
20 This tool cannot be run on live metadata.
21
22
23 -i, --input {device|file}
24 Input file or device with binary metadata.
25
26
27 -o, --output {device|file}
28 Output file or device for repaired binary metadata.
29
30
31 -h, --help
32 Print help and exit.
33
34
35 -V, --version
36 Output version information and exit.
37
38
40 Reads the binary thin provisioning metadata from file metadata ,
41 repairs it and writes it to logical volume /dev/vg/metadata for further
42 processing by the respective device-mapper target:
43
44 thin_repair -i metadata -o /dev/vg/metadata
45
46
48 thin_repair returns an exit code of 0 for success or 1 for error.
49
50
52 thin_dump(8) thin_check(8) thin_restore(8) thin_rmap(8) thin_meta‐
53 data_size(8)
54
55
57 Joe Thornber <ejt@redhat.com>
58 Heinz Mauelshagen <HeinzM@RedHat.com>
59
60
61
62Red Hat, Inc. Thin Provisioning Tools THIN_REPAIR(8)