Make it easier to have only a small number of copies of metadata in VGs
with a large number of PVs.
This commit is contained in:
parent
dfc3910d97
commit
12822e3105
@ -1 +1 @@
|
||||
LVM2.2.02.68.tgz
|
||||
LVM2.2.02.69.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBMIk0iIoGRwVZ+LBcRAnQJAKDZjPHrXTFjWt8/g5zYPorEJ1ChvgCfT/9L
|
||||
z62fWwm5GUqgHiXYNDwgkhE=
|
||||
=w1AP
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.69.tgz.asc
Normal file
7
LVM2.2.02.69.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBMK1SQIoGRwVZ+LBcRAgKVAKCO8C1CkmxIkiZRC2WxwERC3qqAlACg8tCi
|
||||
EWWIhc/44p7gVWbI/2tndmc=
|
||||
=UShk
|
||||
-----END PGP SIGNATURE-----
|
20
lvm2.spec
20
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%define device_mapper_version 1.02.50
|
||||
%define device_mapper_version 1.02.51
|
||||
%define enable_cluster 1
|
||||
|
||||
%if %{enable_cluster}
|
||||
@ -15,8 +15,8 @@
|
||||
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.68
|
||||
Release: 2%{?dist}
|
||||
Version: 2.02.69
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -435,6 +435,20 @@ the device-mapper event library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 30 2010 Alasdair Kergon <agk@redhat.com> - 2.02.69-1
|
||||
- Fix vgremove to allow removal of VG with missing PVs. (2.02.52)
|
||||
- Add metadata/vgmetadatacopies to lvm.conf.
|
||||
- Add --metadataignore to pvcreate and vgextend.
|
||||
- Add vg_mda_copies, pv_mda_used_count and vg_mda_used_count to reports.
|
||||
- Describe --vgmetadatacopies in lvm.conf and other man pages.
|
||||
- Add --[vg]metadatacopies to select number of mdas to use in a VG.
|
||||
- Make the metadata ignore bit control read/write metadata areas in a PV.
|
||||
- Add pvchange --metadataignore to set or clear a metadata ignore bit.
|
||||
- Refactor metadata code to prepare for --metadataignore / --vgmetadatacopies.
|
||||
- Ensure region_size of mirrored log does not exceed its full size.
|
||||
- Preload libc locale messages to prevent reading it in memory locked state.
|
||||
- Fix handling of simultaneous mirror image and mirrored log image failure.
|
||||
|
||||
* Thu Jun 24 2010 Peter Rajnoha <prajnoha@redhat.com> - 2.02.68-2
|
||||
- Fix udev rules to handle spurious events properly.
|
||||
- Add Requires: udev >= 158-1 (needed for the change in udev rules).
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
20357ea7918c4e967e558de53ec74969 LVM2.2.02.68.tgz
|
||||
2463f4ee7da9015af4b62a4e691fff76 LVM2.2.02.69.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user