1cache_writeback(8)          System Manager's Manual         cache_writeback(8)
2
3
4

NAME

6       cache_writeback - writeback dirty blocks to the origin device.
7

SYNOPSIS

9       cache_writeback [options] --metadata-device {device|file} --origin-device {device|file} --fast-device {device|file}
10
11

DESCRIPTION

13       cache_writeback  is  an offline tool that writes back dirty data to the
14       data device (origin). Intended for use in recovery scenarios  when  the
15       SSD is giving IO errors.
16
17       This tool cannot be run on a live cache.
18

OPTIONS

20       -h, --help
21              Print help and exit.
22
23       -V, --version
24              Print version information and exit.
25
26       --metadata-device {device|file}
27              Location of cache metadata.
28
29       --origin-device {device|file}
30              Slow device being cached.
31
32       --fast-device {device|file}
33              Fast device containing the data that needs to be written back.
34
35       --no-metadata-update
36              Do not update the metadata to clear the dirty flags.
37
38           You may want to use this flag if you're decommissioning the cache.
39
40
41       --buffer-size-meg {size}
42              Specify the size for the metadata cache.
43
44           Defaults to 16 Gig, a larger size may improve performance.
45
46
47       --list-failed-blocks
48              List any blocks that failed the writeback process.
49

SEE ALSO

51       cache_dump(8), cache_check(8), cache_repair(8), cache_restore(8)
52

AUTHOR

54       Joe Thornber <ejt@redhat.com>
55
56
57
58System Manager's Manual       Device Mapper Tools           cache_writeback(8)
Impressum