1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-28 02:50:41 +03:00

lvcreate: cachesettings works also with writecache

This commit is contained in:
Zdenek Kabelac 2022-01-18 19:06:21 +01:00
parent a06ccdf44b
commit d8dbabb28e

View File

@ -823,6 +823,7 @@ static int _lvcreate_params(struct cmd_context *cmd,
alloc_ARG,\
autobackup_ARG,\
available_ARG,\
cachesettings_ARG,\
contiguous_ARG,\
devices_ARG,\
devicesfile_ARG,\
@ -846,8 +847,7 @@ static int _lvcreate_params(struct cmd_context *cmd,
cachemetadataformat_ARG,\
cachemode_ARG,\
cachepool_ARG,\
cachepolicy_ARG,\
cachesettings_ARG
cachepolicy_ARG
#define MIRROR_ARGS \
corelog_ARG,\