1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2012-02-20 19:38:19 +00:00
parent b559a1e6f0
commit 815aa3555f
4 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
2.02.92(2)-cvs (2012-02-12)
2.02.92(2)-cvs (2012-02-20)

View File

@ -1 +1 @@
1.02.71-cvs (2012-02-12)
1.02.71-cvs (2012-02-20)

View File

@ -1,7 +1,7 @@
Version 2.02.92 -
Version 2.02.92 - 20th February 2012
====================================
Read monitoring config settings for every lvm command.
Initialize monitoring support only for thin pools and skip thin volumes.
Read dmeventd monitoring config settings for every lvm command.
For thin devices, initialize monitoring only for thin pools not thin volumes.
Make conversion from a synced 'mirror' to 'raid1' not cause a full resync.
Properly test buffer for unit check in units_to_bytes().
Add configure --with-systemdsystemunitdir.

View File

@ -1,9 +1,9 @@
Version 1.02.71 -
Version 1.02.71 - 20th February 2012
====================================
Switch to using built-in blkid in 13-dm-disk.rules.
Add "watch" rule to 13-dm-disk.rules.
Detect failing fifo and skip 20s retry communication period.
Add DM_DEFAULT_NAME_MANGLING_MODE env. variable to override configured value.
Add DM_DEFAULT_NAME_MANGLING_MODE environment variable as an override.
Add dm_lib_init to automatically initialise device-mapper library on load.
Replace any '\' char with '\\' in table specification on input.
Add mangle command to dmsetup to provide renaming to correct mangled form.
@ -12,7 +12,7 @@ Version 1.02.71 -
Add dm_task_get_name_mangled/unmangled to libdevmapper.
Mangle device name on dm_task_set_name/newname call if necessary.
Add dm_set/get_name_mangling_mode to set/get name mangling in libdevmapper.
Add configure --with-default-name-mangling.
Add configure --with-default-name-mangling for udev-friendly dev name charset.
Test for parsed words in _umount() dmeventd snapshot plugin.
Fix memory leak in fail path of parse_loop_device_name() in dmsetup.
Check for missing reply_uuid in dm_event_get_registered_device().