2018-05-24 14:18:03 +03:00
Version 2.02.178
================
There are going to be some large changes to the lvm2 codebase
over the next year or so. Starting with this release. These
changes should be internal rather than having a big effect on
the command line. Inevitably these changes will increase the
chance of bugs, so please be on the alert.
Remove support for obsolete metadata formats
--------------------------------------------
Support for the GFS pool format, and format used by the
original 1990's version of LVM1 have been removed.
Use asynchronous IO
-------------------
Almost all IO uses libaio now.
Rewrite label scanning
----------------------
2018-05-24 14:26:34 +03:00
Dave Teigland has reworked the label scanning and metadata reading
2018-05-24 14:32:16 +03:00
logic to minimise the amount of IOs issued. Combined with the aio changes
2018-05-24 14:18:03 +03:00
this can greatly improve scanning speed for some systems.
./configure options
-------------------
We're going to try and remove as many options from ./configure as we
can. Each option multiplies the number of possible configurations
2018-05-24 14:32:16 +03:00
that we should test (this testing is currently not occurring).
2018-05-24 14:18:03 +03:00
The first batch to be removed are:
2018-05-24 14:32:16 +03:00
--enable-testing
--with-snapshots
--with-mirrors
--with-raid
--with-thin
--with-cache
2018-05-24 14:18:03 +03:00
Stable targets that are in the upstream kernel will just be supported.
In future optional target flags will be given in two situations:
1) The target is experimental, or not upstream at all (eg, vdo).
2) The target is deprecated and support will be removed at some future date.
This decision could well be contentious, so could distro maintainers feel
free to comment.