cache_writeback(8) System Manager's Manual cache_writeback(8)

cache_writeback - writeback dirty blocks to the origin device.

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

cache_writeback is an offline tool that writes back dirty data to the data device (origin). Intended for use in recovery scenarios when the SSD is giving IO errors.

This tool cannot be run on a live cache.

Print help and exit.
Print version information and exit.
Location of cache metadata.
Slow device being cached.
Fast device containing the data that needs to be written back.
Do not update the metadata to clear the dirty flags.
    You may want to use this flag if you're decommissioning the cache.
Specify the size for the metadata cache.
    Defaults to 16 Gig, a larger size may improve performance.
List any blocks that failed the writeback process.

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

Joe Thornber <ejt@redhat.com>

Device Mapper Tools System Manager's Manual