New upstream release v2.02.165.
This commit is contained in:
parent
57275caa8e
commit
dbba06e755
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/LVM2.2.02.162.tgz
|
/LVM2.2.02.162.tgz
|
||||||
/LVM2.2.02.163.tgz
|
/LVM2.2.02.163.tgz
|
||||||
/LVM2.2.02.164.tgz
|
/LVM2.2.02.164.tgz
|
||||||
|
/LVM2.2.02.165.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlextAMACgkQIoGRwVZ+LBe1ogCg42bB5ZlNV+h1BIO8vXYcEdtk
|
|
||||||
/8gAoI+N8gCE0MM7Z1fgg7f6iSRnbAnJ
|
|
||||||
=dl73
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.165.tgz.asc
Normal file
7
LVM2.2.02.165.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlfPblQACgkQIoGRwVZ+LBeyDwCfZ5Ls6u9zDDBjeaGVZFbad1BM
|
||||||
|
bLUAn02XQx/+zVTPwZoTtSHP68kQzwnT
|
||||||
|
=2smD
|
||||||
|
-----END PGP SIGNATURE-----
|
28
lvm2.spec
28
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%global device_mapper_version 1.02.133
|
%global device_mapper_version 1.02.134
|
||||||
|
|
||||||
%global enable_cache 1
|
%global enable_cache 1
|
||||||
%global enable_cluster 1
|
%global enable_cluster 1
|
||||||
@ -52,8 +52,8 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
|
|
||||||
Version: 2.02.164
|
Version: 2.02.165
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -836,6 +836,28 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 07 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.165-1
|
||||||
|
- Add lvmraid(7) man page.
|
||||||
|
- Use udev db to check for mpath components before running pvscan for lvmetad.
|
||||||
|
- Use lsblk -s and lsblk -O in lvmdump only if these options are supported.
|
||||||
|
- Fix number of stripes shown in lvcreate raid10 message when too many.
|
||||||
|
- Change lvmdbusd to use new lvm shell facilities.
|
||||||
|
- Do not monitor cache-pool metadata when LV is just being cleared.
|
||||||
|
- Add allocation/cache_pool_max_chunks to prevent misuse of cache target.
|
||||||
|
- Give error not segfault in lvconvert --splitmirrors when PV lies outside LV.
|
||||||
|
- Fix typo in report/columns_as_rows config option name recognition (2.02.99).
|
||||||
|
- Avoid PV tags when checking allocation against parallel PVs.
|
||||||
|
- Disallow mirror conversions of raid10 volumes.
|
||||||
|
- Fix dmeventd unmonitoring when segment type (and dso) changes.
|
||||||
|
- Don't allow lvconvert --repair on raid0 devices or attempt to monitor them.
|
||||||
|
- No longer adjust incorrect number of raid stripes supplied to lvcreate.
|
||||||
|
- Move lcm and gcd to lib/misc.
|
||||||
|
- Fix vgsplit of external origins. (2.02.162)
|
||||||
|
- Prohibit creation of RAID LVs unless VG extent size is at least the page size.
|
||||||
|
- Suppress some unnecessary --stripesize parameter warnings.
|
||||||
|
- Fix 'pvmove -n name ...' to prohibit collocation of RAID SubLVs
|
||||||
|
- Improve explanation of udev fallback in libdevmapper.h.
|
||||||
|
|
||||||
* Mon Aug 15 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.164-2
|
* Mon Aug 15 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.164-2
|
||||||
- Fix selection of PVs when allocating raid0_meta.
|
- Fix selection of PVs when allocating raid0_meta.
|
||||||
- Fix sdbus socket leak leading to hang in lvmnotify.
|
- Fix sdbus socket leak leading to hang in lvmnotify.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
839702f282977b3cc2e6ddc5ef9d9907 LVM2.2.02.164.tgz
|
66c1be756e544fe4938256aec2ca4358 LVM2.2.02.165.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user