[functional-tests/cache] cache_metadata_size tests

This commit is contained in:
Joe Thornber
2017-08-30 10:11:45 +01:00
parent a724d86ba2
commit bcc7f85f1e
3 changed files with 87 additions and 103 deletions

View File

@ -10,6 +10,7 @@
cache-restore-help
cache-restore-outfile-too-small-text
cache-dump-help
cache-metadata-size-help
)
(import (rnrs))
@ -92,4 +93,16 @@ Options:
{-o <xml file>}
{-V|--version}
{--repair}")
(define cache-metadata-size-help
"Usage: cache_metadata_size [options]
Options:
{-h|--help}
{-V|--version}
{--block-size <sectors>}
{--device-size <sectors>}
{--nr-blocks <natural>}
These all relate to the size of the fast device (eg, SSD), rather
than the whole cached device.")
)