mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
pre-release
This commit is contained in:
parent
808f1706c2
commit
3876196da4
@ -1 +1 @@
|
|||||||
1.02.68-cvs (2011-08-19)
|
1.02.68-cvs (2012-01-26)
|
||||||
|
18
WHATS_NEW_DM
18
WHATS_NEW_DM
@ -1,15 +1,15 @@
|
|||||||
Version 1.02.68 -
|
Version 1.02.68 - 26th January 2012
|
||||||
==================================
|
===================================
|
||||||
Reset all members of info struct in dm_tree_add_new_dev_with_udev_flags.
|
Reset all members of info struct in dm_tree_add_new_dev_with_udev_flags.
|
||||||
Add dmsetup wipe_table to replace table with one that uses error target.
|
Add dmsetup wipe_table to replace table with one that uses error target.
|
||||||
Add 'blkdevname' and 'blkdevs_used' field to dmsetup info -c -o.
|
Add 'blkdevname' and 'blkdevs_used' fields to dmsetup info -c -o.
|
||||||
Add 'blkdevname' option to dmsetup ls --tree to see block device names.
|
Add 'blkdevname' option to dmsetup ls --tree to see block device names.
|
||||||
Add '-o options' to dmsetup deps and ls to select device name type on output.
|
Add -o devno/blkdevname/devname to dmsetup deps and ls.
|
||||||
Add dm_device_get_name to get map name or block device name for given devno.
|
Add dm_device_get_name to get map name or block device name for given devno.
|
||||||
Remove empty devices when clearing left-over inactive tables in deptree.
|
Remove empty devices when clearing left-over inactive tables in deptree.
|
||||||
Add dm_uuid_prefix/dm_set_uuid_prefix to override hard-coded LVM- prefix.
|
Add dm_uuid_prefix/dm_set_uuid_prefix to override hard-coded LVM- prefix.
|
||||||
Improve dmsetup man page about readahead parameter.
|
Improve dmsetup man page description of readahead parameter.
|
||||||
Use sysfs to set/get of read-ahead setting if possible.
|
Use sysfs to set/get readahead if possible.
|
||||||
Fix lvm2-monitor init script to use normalized output when using vgs.
|
Fix lvm2-monitor init script to use normalized output when using vgs.
|
||||||
Add test for max length (DM_MAX_TYPE_NAME) of target type name.
|
Add test for max length (DM_MAX_TYPE_NAME) of target type name.
|
||||||
Include a copy of kernel DM documentation in doc/kernel.
|
Include a copy of kernel DM documentation in doc/kernel.
|
||||||
@ -26,14 +26,14 @@ Version 1.02.68 -
|
|||||||
Fix alignment warning in bitcount calculation for raid segment.
|
Fix alignment warning in bitcount calculation for raid segment.
|
||||||
Allocate dm_tree structure from dm_tree pool.
|
Allocate dm_tree structure from dm_tree pool.
|
||||||
Update debug logging for _resume_node.
|
Update debug logging for _resume_node.
|
||||||
Add functions to support thin provisioning target (API unstable).
|
Add functions to support thin provisioning target.
|
||||||
Improve libdm-config error path reporting.
|
Improve libdm-config error path reporting.
|
||||||
Update dmsetup resume man with --addnodeonresume/create options.
|
Update dmsetup resume man with --addnodeonresume/create options.
|
||||||
Add dependency for dm man pages to man subdirectory make target all:.
|
Add dependency for dm man pages to man subdirectory make all target.
|
||||||
Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree.
|
Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree.
|
||||||
Add dm_device_has_mounted_fs fn to check mounted filesystem on a device.
|
Add dm_device_has_mounted_fs fn to check mounted filesystem on a device.
|
||||||
Add dm_device_has_holders fn to to check use of the device by another device.
|
Add dm_device_has_holders fn to to check use of the device by another device.
|
||||||
Add dm_sysfs_dir to libdevmapper to retrieve sysfs location thas is set.
|
Add dm_sysfs_dir to libdevmapper to retrieve sysfs location set.
|
||||||
Add dm_set_sysfs_dir to libdevmapper to set sysfs location.
|
Add dm_set_sysfs_dir to libdevmapper to set sysfs location.
|
||||||
Add --retry option for dmsetup remove to retry removal if not successful.
|
Add --retry option for dmsetup remove to retry removal if not successful.
|
||||||
Add dm_task_retry_remove fn to use retry logic for device removal.
|
Add dm_task_retry_remove fn to use retry logic for device removal.
|
||||||
|
Loading…
Reference in New Issue
Block a user