mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
pre-release
This commit is contained in:
parent
4227b2ebb4
commit
be1db6b6c1
@ -1 +1 @@
|
|||||||
1.02.105-git (2015-08-10)
|
1.02.105-git (2015-08-17)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Version 2.02.128 -
|
Version 2.02.128 - 17th August 2015
|
||||||
===================================
|
===================================
|
||||||
Allocation setting cache_pool_cachemode is replaced by cache_mode.
|
Allocation setting cache_pool_cachemode is replaced by cache_mode.
|
||||||
Don't attempt to close config file that couldn't be opened.
|
Don't attempt to close config file that couldn't be opened.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Version 1.02.105 -
|
Version 1.02.105 - 17th August 2015
|
||||||
===================================
|
===================================
|
||||||
Fix 'dmstats list -o all' segfault.
|
Fix 'dmstats list -o all' segfault.
|
||||||
Separate dmstats statistics fields from region information fields.
|
Separate dmstats statistics fields from region information fields.
|
||||||
|
@ -485,7 +485,7 @@ cfg_section(allocation_cache_settings_CFG_SECTION, "cache_settings", allocation_
|
|||||||
"Individual settings for policies.\n"
|
"Individual settings for policies.\n"
|
||||||
"See the help for individual policies for more info.\n")
|
"See the help for individual policies for more info.\n")
|
||||||
|
|
||||||
cfg_section(policy_settings_CFG_SUBSECTION, "policy_settings", allocation_cache_settings_CFG_SECTION, CFG_NAME_VARIABLE | CFG_SECTION_NO_CHECK | CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, vsn(2, 2, 127), 0, NULL,
|
cfg_section(policy_settings_CFG_SUBSECTION, "policy_settings", allocation_cache_settings_CFG_SECTION, CFG_NAME_VARIABLE | CFG_SECTION_NO_CHECK | CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, vsn(2, 2, 128), 0, NULL,
|
||||||
"Replace this subsection name with a policy name.\n"
|
"Replace this subsection name with a policy name.\n"
|
||||||
"Multiple subsections for different policies can be created.\n")
|
"Multiple subsections for different policies can be created.\n")
|
||||||
|
|
||||||
@ -910,7 +910,7 @@ cfg_array(global_thin_disabled_features_CFG, "thin_disabled_features", global_CF
|
|||||||
"Example:\n"
|
"Example:\n"
|
||||||
"thin_disabled_features = [ \"discards\", \"block_size\" ]\n")
|
"thin_disabled_features = [ \"discards\", \"block_size\" ]\n")
|
||||||
|
|
||||||
cfg_array(global_cache_disabled_features_CFG, "cache_disabled_features", global_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_UNDEFINED, CFG_TYPE_STRING, NULL, vsn(2, 2, 126), NULL, 0, NULL,
|
cfg_array(global_cache_disabled_features_CFG, "cache_disabled_features", global_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_UNDEFINED, CFG_TYPE_STRING, NULL, vsn(2, 2, 128), NULL, 0, NULL,
|
||||||
"Features to not use in the cache driver.\n"
|
"Features to not use in the cache driver.\n"
|
||||||
"This can be helpful for testing, or to avoid\n"
|
"This can be helpful for testing, or to avoid\n"
|
||||||
"using a feature that is causing problems.\n"
|
"using a feature that is causing problems.\n"
|
||||||
|
@ -72,7 +72,6 @@ dm_task_get_ioctl_timestamp
|
|||||||
dm_task_set_record_timestamp
|
dm_task_set_record_timestamp
|
||||||
dm_timestamp_alloc
|
dm_timestamp_alloc
|
||||||
dm_timestamp_compare
|
dm_timestamp_compare
|
||||||
dm_timestamp_copy
|
|
||||||
dm_timestamp_delta
|
dm_timestamp_delta
|
||||||
dm_timestamp_destroy
|
dm_timestamp_destroy
|
||||||
dm_timestamp_get
|
dm_timestamp_get
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
dm_report_is_empty
|
dm_report_is_empty
|
||||||
dm_stats_get_area_offset
|
dm_stats_get_area_offset
|
||||||
dm_stats_get_current_area_offset
|
dm_stats_get_current_area_offset
|
||||||
|
dm_timestamp_copy
|
||||||
|
Loading…
Reference in New Issue
Block a user