Accepting request 631016 from home:ganghe:branches:openSUSE:Factory
Update change log via the reviewers' comments. OBS-URL: https://build.opensuse.org/request/show/631016 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=228
This commit is contained in:
parent
9b722c3a2d
commit
7f8f1bbba6
@ -2,7 +2,22 @@
|
||||
Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
|
||||
- Update to LVM2.2.02.180
|
||||
- Drop the upstream patches
|
||||
Never send any discard ioctl with test mode.
|
||||
Fix thin-pool alloc which needs same PV for data and metadata.
|
||||
Extend list of non-memlocked areas with newly linked libs.
|
||||
Enhance vgcfgrestore to check for active LVs in restored VG.
|
||||
lvconvert: provide possible layouts between linear and striped/raid
|
||||
Fix unmonitoring of merging snapshots.
|
||||
Add missing -l description in fsadm man page.
|
||||
Cache can uses metadata format 2 with cleaner policy.
|
||||
Avoid showing internal error in lvs output or pvmoved LVs.
|
||||
Fix check if resized PV can also fit metadata area.
|
||||
Reopen devices RDWR only before writing to avoid udev issues.
|
||||
Change pvresize output confusing when no resize took place.
|
||||
Fix lvmetad hanging on shutdown.
|
||||
Fix mem leak in clvmd and more coverity issues.
|
||||
Fix that pvmove does not work (bsc#1080299)
|
||||
- Drop patches that have been merged upstream
|
||||
- fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch
|
||||
@ -10,10 +25,10 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
- Refresh patches
|
||||
+ bsc1080299-detect-clvm-properly.patch
|
||||
+ bug-950089_test-fix-lvm2-testsuite-build-error.patch
|
||||
- Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix that pvmove does not work (bsc#1080299)
|
||||
- Fix package name for modprobe during build (bsc#1102668)
|
||||
- Fix building error due to the script interpreter
|
||||
- Update spec files
|
||||
Fix BuildRequires package name for modprobe (bsc#1102668)
|
||||
Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix building error in OBS due to the script interpreter
|
||||
+ tests-specify-python3-as-the-script-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -2,7 +2,22 @@
|
||||
Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
|
||||
- Update to LVM2.2.02.180
|
||||
- Drop the upstream patches
|
||||
Never send any discard ioctl with test mode.
|
||||
Fix thin-pool alloc which needs same PV for data and metadata.
|
||||
Extend list of non-memlocked areas with newly linked libs.
|
||||
Enhance vgcfgrestore to check for active LVs in restored VG.
|
||||
lvconvert: provide possible layouts between linear and striped/raid
|
||||
Fix unmonitoring of merging snapshots.
|
||||
Add missing -l description in fsadm man page.
|
||||
Cache can uses metadata format 2 with cleaner policy.
|
||||
Avoid showing internal error in lvs output or pvmoved LVs.
|
||||
Fix check if resized PV can also fit metadata area.
|
||||
Reopen devices RDWR only before writing to avoid udev issues.
|
||||
Change pvresize output confusing when no resize took place.
|
||||
Fix lvmetad hanging on shutdown.
|
||||
Fix mem leak in clvmd and more coverity issues.
|
||||
Fix that pvmove does not work (bsc#1080299)
|
||||
- Drop patches that have been merged upstream
|
||||
- fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch
|
||||
@ -10,10 +25,10 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
- Refresh patches
|
||||
+ bsc1080299-detect-clvm-properly.patch
|
||||
+ bug-950089_test-fix-lvm2-testsuite-build-error.patch
|
||||
- Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix that pvmove does not work (bsc#1080299)
|
||||
- Fix package name for modprobe during build (bsc#1102668)
|
||||
- Fix building error due to the script interpreter
|
||||
- Update spec files
|
||||
Fix BuildRequires package name for modprobe (bsc#1102668)
|
||||
Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix building error in OBS due to the script interpreter
|
||||
+ tests-specify-python3-as-the-script-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
25
lvm2.changes
25
lvm2.changes
@ -2,7 +2,22 @@
|
||||
Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
|
||||
- Update to LVM2.2.02.180
|
||||
- Drop the upstream patches
|
||||
Never send any discard ioctl with test mode.
|
||||
Fix thin-pool alloc which needs same PV for data and metadata.
|
||||
Extend list of non-memlocked areas with newly linked libs.
|
||||
Enhance vgcfgrestore to check for active LVs in restored VG.
|
||||
lvconvert: provide possible layouts between linear and striped/raid
|
||||
Fix unmonitoring of merging snapshots.
|
||||
Add missing -l description in fsadm man page.
|
||||
Cache can uses metadata format 2 with cleaner policy.
|
||||
Avoid showing internal error in lvs output or pvmoved LVs.
|
||||
Fix check if resized PV can also fit metadata area.
|
||||
Reopen devices RDWR only before writing to avoid udev issues.
|
||||
Change pvresize output confusing when no resize took place.
|
||||
Fix lvmetad hanging on shutdown.
|
||||
Fix mem leak in clvmd and more coverity issues.
|
||||
Fix that pvmove does not work (bsc#1080299)
|
||||
- Drop patches that have been merged upstream
|
||||
- fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch
|
||||
- lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch
|
||||
@ -10,10 +25,10 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com
|
||||
- Refresh patches
|
||||
+ bsc1080299-detect-clvm-properly.patch
|
||||
+ bug-950089_test-fix-lvm2-testsuite-build-error.patch
|
||||
- Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix that pvmove does not work (bsc#1080299)
|
||||
- Fix package name for modprobe during build (bsc#1102668)
|
||||
- Fix building error due to the script interpreter
|
||||
- Update spec files
|
||||
Fix BuildRequires package name for modprobe (bsc#1102668)
|
||||
Fix cmirrord LV creation/activation failure (bsc#1091863)
|
||||
- Fix building error in OBS due to the script interpreter
|
||||
+ tests-specify-python3-as-the-script-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -5,7 +5,7 @@ Subject: [PATCH] tests: specify python3 as the script interpreter
|
||||
|
||||
specify /usr/bin/python3 as the script interpreter in
|
||||
python_lvm_unit.py.in file, otherwise, there will be a building
|
||||
error.
|
||||
error in OBS.
|
||||
|
||||
Signed-off-by: Gang He <ghe@suse.com>
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user