New upstream release v2.02.158.
This commit is contained in:
parent
fd4993ff7b
commit
ef88c26bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@
|
|||||||
/LVM2.2.02.155.tgz
|
/LVM2.2.02.155.tgz
|
||||||
/LVM2.2.02.156.tgz
|
/LVM2.2.02.156.tgz
|
||||||
/LVM2.2.02.157.tgz
|
/LVM2.2.02.157.tgz
|
||||||
|
/LVM2.2.02.158.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAldj980ACgkQIoGRwVZ+LBeHrACcD8iKfFVo2Ox4IALbgySPkHt8
|
|
||||||
Hv0AoME+MyLuKul7VQ07dSZRShi/M3iR
|
|
||||||
=wusL
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.158.tgz.asc
Normal file
7
LVM2.2.02.158.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAldu3vMACgkQIoGRwVZ+LBe0wACcDeqzo+O5yfT6uj2spdWYQIEG
|
||||||
|
+H4AoJHdOjHErt2iVDgV7gPfYMmf8JNB
|
||||||
|
=n0KA
|
||||||
|
-----END PGP SIGNATURE-----
|
56
lvm2.spec
56
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%global device_mapper_version 1.02.127
|
%global device_mapper_version 1.02.128
|
||||||
|
|
||||||
%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.157
|
Version: 2.02.158
|
||||||
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
|
||||||
@ -834,7 +834,55 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jun 17 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.157-1
|
* Tue Jun 28 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.158-1
|
||||||
|
- Add a more efficient native vgimportclone command to replace the script.
|
||||||
|
- Make lvmlockd always attempt to connect to lvmetad if no connection exists.
|
||||||
|
- Let lvmetad handle new connections after shutdown signal.
|
||||||
|
- Disable lvmetad when vgcfgrestore begins and enable it again after.
|
||||||
|
- Make pvscan do activation if lvmetad is configured but not running.
|
||||||
|
- Fix rescanning the PVs for a single VG when using lvmetad.
|
||||||
|
- Pool metadata lvresize uses now same code as resize of normal volume.
|
||||||
|
- Preserve monitoring status when updating thin-pool metadata.
|
||||||
|
- Return 0 (inactive) when status cannot be queried in _lv_active().
|
||||||
|
- Switch to log_warn() for failing activation status query.
|
||||||
|
- Replace vgimportclone script with binary.
|
||||||
|
- While lvmetad is shutting down, continue handling all connections cleanly.
|
||||||
|
- Refactor lvconvert argument handling code.
|
||||||
|
- Notify lvmetad when vgcfgrestore changes VG metadata.
|
||||||
|
- Add --logonly option to report only cmd log for a command, not other reports.
|
||||||
|
- Add log/command_log_selection to configure default selection used on cmd log.
|
||||||
|
- Use 'orphan' object type in cmd log for groups to collect PVs not yet in VGs.
|
||||||
|
- Add lvm lastlog command for query and display of last cmd's log in lvm shell.
|
||||||
|
- Report per-object return codes via cmd log while processing multiple objects.
|
||||||
|
- Annotate processing code with log report hooks for per-object command log.
|
||||||
|
- Also pass common printed messages (besides warnings and errors) to log report.
|
||||||
|
- Log warnings and errors via report during cmd processing if this is enabled.
|
||||||
|
- Make it possible to iterate over internal 'orphan' VGs in process_each_vg fn.
|
||||||
|
- Make -S|--select option groupable that allows this option to be repeated.
|
||||||
|
- Make -O|--sort option groupable that allows this option to be repeated.
|
||||||
|
- Add --configreport option to select report for which next options are applied.
|
||||||
|
- Add support for priorities on grouping command arguments.
|
||||||
|
- Add report/{pvs,vgs,lvs,pvsegs,segs}_{cols,sort}_full to lvm.conf.
|
||||||
|
- Add lvm fullreport command for joined PV, VG, LV and segment report per VG.
|
||||||
|
- Integrate report group handling and cmd log report into cmd processing code.
|
||||||
|
- Add log/report_command_log to lvm.conf to enable or disable cmd log report.
|
||||||
|
- Add log/report_output_format to lvm.conf for default report output format.
|
||||||
|
- Recognize --reportformat {basic|json} option to select report output format.
|
||||||
|
- Add log/command_log_{sort,cols} to lvm.conf to configure command log report.
|
||||||
|
- Add log_object_{type,name,id,group,group_id} fields to cmd log.
|
||||||
|
- Add log_{seq_num,type,context,message,errno,ret_code} fields to cmd log.
|
||||||
|
- Add CMDLOG report type - a separate report type for command logging.
|
||||||
|
- Recognize 'all' keyword used in selection as synonym for "" (no selection).
|
||||||
|
- Add dm_report_set_selection to set selection for multiple output of report.
|
||||||
|
- Add DM_REPORT_OUTPUT_MULTIPLE_TIMES flag for multiple output of same report.
|
||||||
|
- Move field width handling/sort init from dm_report_object to dm_report_output.
|
||||||
|
- Add _LOG_BYPASS_REPORT flag for bypassing any log report currently set.
|
||||||
|
- Introduce DM_REPORT_GROUP_JSON for report group with JSON output format.
|
||||||
|
- Introduce DM_REPORT_GROUP_BASIC for report group with basic report output.
|
||||||
|
- Introduce DM_REPORT_GROUP_SINGLE for report group having single report only.
|
||||||
|
- Add dm_report_group_{create,push,pop,destroy} to support report grouping.
|
||||||
|
|
||||||
|
* Fri Jun 17 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.157-2
|
||||||
- Change pvscan --cache -aay to scan locally if lvmetad fails.
|
- Change pvscan --cache -aay to scan locally if lvmetad fails.
|
||||||
|
|
||||||
* Mon Jun 13 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.156-1
|
* Mon Jun 13 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.156-1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
fbe85b1c8527d0302c66d465ab05f3e3 LVM2.2.02.157.tgz
|
ceff6a6b141c50210e502dbc17f418c7 LVM2.2.02.158.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user