SHA256
1
0
forked from pool/lvm2

Accepting request 284435 from home:wanglh:branches:Base:System

fix not to support dasd device(bsc#894202) and not start lvm2-lvmetad.socket(bsc#914415)

OBS-URL: https://build.opensuse.org/request/show/284435
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=123
This commit is contained in:
2015-02-11 13:05:50 +00:00
committed by Git OBS Bridge
parent 0f6e061cee
commit cbe69e3a5d
3 changed files with 76 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 5 03:13:52 UTC 2015 - lwang@suse.com
- LVM2 does not support unpartitioned DASD device which has special
format in the first 2 tracks and will siliently discards LVM2 lable
information written to it when pvcreate. (bsc#894202)
Add: dab3ebce-devices-Do-not-support-unpartitioned-DASD.patch
- Delete lvm2-lvmetad.socket from %service_del_preun/postun to avoid
lvmetad.service being started by 'systemctl retry-start' when updating
package. (bsc#914415)
-------------------------------------------------------------------
Thu Jan 22 09:45:12 UTC 2015 - mpluskal@suse.com