summaryrefslogtreecommitdiff
path: root/tools/args.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-11-21 15:16:23 -0600
committerDavid Teigland <teigland@redhat.com>2018-11-21 15:16:23 -0600
commit229e63b6388ae384fad08dfbf659b360b95753bc (patch)
treeeb4af926739c788f5219233efa45e27f3e010130 /tools/args.h
parent9deb1340143f4e036e2531788adc5ad82751cbfd (diff)
downloadlvm2-229e63b6388ae384fad08dfbf659b360b95753bc.tar.gz
writecache: set block_size using --cachesettings
instead of a separate --writecacheblocksize option. writecache block_size is not technically a setting, but it can borrow the option as a special case.
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/args.h b/tools/args.h
index 1ceba990e..414d7a84b 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -812,9 +812,6 @@ arg(withversions_ARG, '\0', "withversions", 0, 0, 0,
"each configuration node. If the setting is deprecated, also display\n"
"the version since which it is deprecated.\n")
-arg(writecacheblocksize_ARG, '\0', "writecacheblocksize", sizekb_VAL, 0, 0,
- "The block size to use for cache blocks in writecache.\n")
-
arg(writebehind_ARG, '\0', "writebehind", number_VAL, 0, 0,
"The maximum number of outstanding writes that are allowed to\n"
"devices in a RAID1 LV that is marked write-mostly.\n"