1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

man: update cachesettings option description

to be more consistent with man page description
This commit is contained in:
David Teigland 2022-02-16 15:36:44 -06:00
parent ec2119bedd
commit 96c99d647e

View File

@ -862,12 +862,13 @@ arg(cachepolicy_ARG, '\0', "cachepolicy", string_VAL, 0, 0,
"See \\fBlvmcache\\fP(7) for more information.\n") "See \\fBlvmcache\\fP(7) for more information.\n")
arg(cachesettings_ARG, '\0', "cachesettings", string_VAL, ARG_GROUPABLE, 0, arg(cachesettings_ARG, '\0', "cachesettings", string_VAL, ARG_GROUPABLE, 0,
"Specifies tunable values for a cache LV in \"Key = Value\" form.\n" "Specifies tunable kernel options for dm-cache or dm-writecache LVs.\n"
"Repeat this option to specify multiple values.\n" "Use the form 'option=value' or 'option1=value option2=value', or\n"
"(The default values should usually be adequate.)\n" "repeat --cachesettings for each option being set.\n"
"The special string value \\fBdefault\\fP switches\n" "These settings override the default kernel behaviors which are\n"
"settings back to their default kernel values and removes\n" "usually adequate. To remove cachesettings and revert to the default\n"
"them from the list of settings stored in LVM metadata.\n" "kernel behaviors, use --cachesettings 'default' for dm-cache or\n"
"an empty string --cachesettings '' for dm-writecache.\n"
"See \\fBlvmcache\\fP(7) for more information.\n") "See \\fBlvmcache\\fP(7) for more information.\n")
arg(unconfigured_ARG, '\0', "unconfigured", 0, 0, 0, arg(unconfigured_ARG, '\0', "unconfigured", 0, 0, 0,