mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-29 15:22:30 +03:00
writecache: supported in dm-writecache version 3
not version 2
This commit is contained in:
parent
8801a86a3e
commit
d7058cfa98
@ -255,7 +255,7 @@ static int _target_present(struct cmd_context *cmd,
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (min >= 2) {
|
||||
if (min >= 3) {
|
||||
_writecache_cleaner_supported = 1;
|
||||
_writecache_max_age_supported = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user