mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
8454ce66c5
In cases where lvconvert does not detect a fs block size on the device, it falls back to choosing a writecache block size based on the device's LBS and PBS (tries to match those.) If the user specifies a writecache block size on the command line (--cachesettings block_size=4096|512), lvconvert currently fails and reports an error if the user-specified value does not match the value lvconvert would have chosen based on LBS and PBS. The purpose of allowing a user-specified value on the command line is to override what lvconvert would otherwise do, so change this to just print a warning that the user value does not match the value that would be chosen based on the LBS/PBS, and then take the user-specified value as the writecache block size. |
||
---|---|---|
.. | ||
api | ||
dbus | ||
lib | ||
shell | ||
unit | ||
.gitignore | ||
Makefile.in |