mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
o Drop the default chunk size for snapshots down to 16k.
This commit is contained in:
parent
7e3d403b88
commit
6fa3c2d5ce
@ -195,7 +195,7 @@ static int _read_params(struct lvcreate_params *lp, struct cmd_context *cmd,
|
||||
* Set the defaults.
|
||||
*/
|
||||
memset(lp, 0, sizeof(*lp));
|
||||
lp->chunk_size = 256;
|
||||
lp->chunk_size = 32;
|
||||
|
||||
if (!_read_name_params(lp, cmd, &argc, &argv) ||
|
||||
!_read_size_params(lp, cmd, &argc, &argv) ||
|
||||
|
Loading…
Reference in New Issue
Block a user