New upstream release v2.02.123.

This commit is contained in:
Peter Rajnoha 2015-07-01 09:10:41 +02:00
parent 8363aa3341
commit 4b009e152a
7 changed files with 56 additions and 17 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/LVM2.2.02.119.tgz
/LVM2.2.02.120.tgz
/LVM2.2.02.122.tgz
/LVM2.2.02.123.tgz

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEABECAAYFAlWErYsACgkQIoGRwVZ+LBfFwACeJ2+4ZMH/Y0cWISLtptTAP1rv
/csAnj9BKH5ZKxkhzgB694usg/38F9+M
=WH10
-----END PGP SIGNATURE-----

7
LVM2.2.02.123.tgz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
iEYEABECAAYFAlWSwGMACgkQIoGRwVZ+LBdh8QCeI3Ru9YeDu+qzXnadP6mAdqOi
ZHoAoN/cjomv4Tv4Opoj0s3nxwDi2Ckn
=PxDx
-----END PGP SIGNATURE-----

View File

@ -1,16 +1,30 @@
conf/example.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
conf/example.conf.in | 2 +-
lib/config/config_settings.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/example.conf.in b/conf/example.conf.in
index e809488..0069c90 100644
index a26066a..6e99d66 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -92,7 +92,7 @@ devices {
@@ -102,7 +102,7 @@ devices {
# Rule 4 prefers the path with least value in lexicographical order.
# Example:
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
# This configuration option does not have a default value defined.
- # preferred_names=[]
- # This configuration option does not have a default value defined.
+ preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
# Configuration option devices/filter.
# Limit the block devices that are used by LVM commands.
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 68f593d..74c614a 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -203,7 +203,7 @@ cfg(devices_external_device_info_source_CFG, "external_device_info_source", devi
"udev - Reuse existing udev database records. Applicable\n"
"only if LVM is compiled with udev support.\n")
-cfg_array(devices_preferred_names_CFG, "preferred_names", devices_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_UNDEFINED , CFG_TYPE_STRING, NULL, vsn(1, 2, 19), NULL, 0, NULL,
+cfg_array(devices_preferred_names_CFG, "preferred_names", devices_CFG_SECTION, CFG_ALLOW_EMPTY, CFG_TYPE_STRING, "#S^/dev/mpath/#S^/dev/mapper/mpath#S^/dev/[hs]d", vsn(1, 2, 19), NULL, 0, NULL,
"Select which path name to display for a block device.\n"
"If multiple path names exist for a block device,\n"
"and LVM needs to display a name for the device,\n"

View File

@ -1,4 +1,4 @@
%define device_mapper_version 1.02.99
%define device_mapper_version 1.02.100
%define enable_cache 1
%define enable_cluster 1
@ -43,7 +43,7 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.122
Version: 2.02.123
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -734,6 +734,30 @@ the device-mapper event library.
%{_libdir}/pkgconfig/devmapper-event.pc
%changelog
* Wed Jul 01 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.123-1
- Add report/time_format lvm.conf option to define time format for report.
- Fix makefile shell compare == when building lvmetad lvmpolld (2.02.120).
- Add --type full to lvmconfig for full configuration tree view.
- Add undocumented environment variables to lvm man page. (2.02.119)
- Add device synchronization point before activating a new snapshot.
- Add --withspaces to lvmconfig to add spaces in output for better readability.
- Add custom main function to libdaemon.
- Use lvmetad to track out-of-date metadata discovered.
- Fix makefile shell compare == when building lvmetad lvmpolld (2.02.120).
- Add --type full to lvmconfig for full configuration tree view.
- Add undocumented environment variables to lvm man page. (2.02.119)
- Add device synchronization point before activating a new snapshot.
- Add --withspaces to lvmconfig to add spaces in output for better readability.
- Add custom main function to libdaemon.
- Use lvmetad to track out-of-date metadata discovered.
- Add since, after, until and before time operators to be used in selection.
- Add support for time in reports and selection: DM_REPORT_FIELD_TYPE_TIME.
- Support report reserved value ranges: DM_REPORT_FIELD_RESERVED_VALUE_RANGE.
- Support report reserved value names: DM_REPORT_FIELD_RESERVED_VALUE_NAMED.
- Add DM_CONFIG_VALUE_FMT_{INT_OCTAL,STRING_NO_QUOTES} config value format flag.
- Add DM_CONFIG_VALUE_FMT_COMMON_{ARRAY,EXTRA_SPACE} config value format flag.
- Add dm_config_value_{get,set}_format_flags to get and set config value format.
* Mon Jun 22 2015 Peter Rajnoha <prajnoha@redhat.com> - 2.02.122-1
- Flush stdout before printing to stderr.
- Use pre-allocated buffer for printed LV names in display_lvname.

View File

@ -1 +1 @@
a88bf7d68955635d009a5aec1ffecc48 LVM2.2.02.122.tgz
5ae469f1a021729d3db9d269077ad4fe LVM2.2.02.123.tgz

View File

@ -1 +1 @@
LVM2.2.02.122.tgz
LVM2.2.02.123.tgz