Skip to content

Tags: mingnus/lvm2

Tags

v2_03_10

Toggle v2_03_10's commit message
Release 2.03.10

- Add integrity with raid capability.
- Add writecache and integrity support to lvmdbusd.
- Zero pool metadata on allocation (disable with allocation/zero_metadata=0).
- Failure in zeroing or wiping will fail command (bypass with -Zn, -Wn).
- Bug fixes.

v2_03_09

Toggle v2_03_09's commit message
Release 2.03.09

- Fixed compilation errors with GCC 10.
- Fixed few writecache and pvck releated bugs.
- Fixed busy loop in dmeventd.

v2_02_187

Toggle v2_02_187's commit message
Release 2.02.187

Bug fix release.

v2_03_08

Toggle v2_03_08's commit message
Release 2.03.08

- IMPORTANT: Prohibit reshape of stacked raid LVs to prevent corruption.
- Improved handling of writecache and VDO volumes.

v2_03_07

Toggle v2_03_07's commit message
Release 2.03.07

- Subcommand in vgck for repairing headers and metadata.
- Fix resize of thin-pool with data and metadata of different segtype.
- Fix activation order when removing merged snapshot.
- Experimental VDO support for lvmdbusd.

v2_03_06

Toggle v2_03_06's commit message
Release 2.03.06

NOTABLE CHANGES:

Prevent creating VGs with PVs with different logical block sizes.
Setting 'devices/allow_mixed_block_sizes' to 1 keeps the old behavior but may
lead to data corruption.

Improvements to cache volumes handling.

v2_02_186

Toggle v2_02_186's commit message
Release 2.02.186

Bug fix release.

Notable changes:

Fix not working RAID repair.

Allow --stripes/--stripesize in 'mirror' conversions.

Disable incorrect linear to mirror of active LV in cluster VG.

v2_03_05

Toggle v2_03_05's commit message
Release 2.03.05

Change when and how VG metadata are repaired:

- Move metadata repairs from VG reading to VG writing.
- Report/display/scan commands that read VGs will no longer write/repair.
- Improve VG reading to work if one good copy of metadata is found.
- Add vgck --updatemetadata command that will repair metadata problems.

MD component detection improvements:

- Add config setting md_component_checks to control MD component checks.
- Add end of device MD component checks when dev has no udev info.

v2_03_04

Toggle v2_03_04's commit message
Release 2.03.04

Bugfix Release

Fix configure file.
Fix segfault in dmeventd.

v2_03_03

Toggle v2_03_03's commit message
Release 2.03.03

Bugfix and Feature Release

Notable changes:

- Add pvck --dump option to extract metadata from disk.
- New scan_lvs option, defaultingo to 0 so LVs are not scanned for PVs.