Accepting request 214457 from home:deanraccoon:branches:Base:System
give more details to changelog enable lvm2-lvmetad by default remove 64-lvm2.rules OBS-URL: https://build.opensuse.org/request/show/214457 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=77
This commit is contained in:
parent
bcf6a91c7f
commit
49c87a9620
@ -6,8 +6,12 @@ Mon Jan 6 07:43:59 UTC 2014 - dmzhang@suse.com
|
|||||||
- lvm2 systemd incorrectly uses dependencies on Fedora services(bnc#851741)
|
- lvm2 systemd incorrectly uses dependencies on Fedora services(bnc#851741)
|
||||||
- set use_lvmetad = 1 as default of lvm.conf(bnc#854413)
|
- set use_lvmetad = 1 as default of lvm.conf(bnc#854413)
|
||||||
- drop patch dont_ignore_tmp_device_file.diff
|
- drop patch dont_ignore_tmp_device_file.diff
|
||||||
- backport patches from sle11 to support mirrored log in cluster
|
- backport patches from sle11sp3
|
||||||
|
fate#314367,cluster_support_mirrord_log.diff
|
||||||
|
fate#312248,make-mirror-legs-on-different-tag-pvs.patch
|
||||||
|
improve-mirror-legs-on-different-tag-pvs.patch
|
||||||
- set default mirror to md_raid1 insdead of dm_mirror for better performance
|
- set default mirror to md_raid1 insdead of dm_mirror for better performance
|
||||||
|
- enable lvm2-lvmetad.socket by default
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 27 21:44:41 CET 2013 - ohering@suse.de
|
Sun Oct 27 21:44:41 CET 2013 - ohering@suse.de
|
||||||
|
@ -209,6 +209,7 @@ popd
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%service_add_post blk-availability.service lvm2-monitor.service lvm2-lvmetad.socket
|
%service_add_post blk-availability.service lvm2-monitor.service lvm2-lvmetad.socket
|
||||||
|
/usr/bin/systemctl enable lvm2-lvmetad.socket
|
||||||
[ -x /sbin/mkinitrd ] && /sbin/mkinitrd
|
[ -x /sbin/mkinitrd ] && /sbin/mkinitrd
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
@ -40,9 +40,6 @@ if use_script lvm2; then
|
|||||||
# udev rule for lvm2
|
# udev rule for lvm2
|
||||||
mkdir -p $tmp_mnt/usr/lib/udev/rules.d
|
mkdir -p $tmp_mnt/usr/lib/udev/rules.d
|
||||||
cp /usr/lib/udev/rules.d/11-dm-lvm.rules $tmp_mnt/usr/lib/udev/rules.d/
|
cp /usr/lib/udev/rules.d/11-dm-lvm.rules $tmp_mnt/usr/lib/udev/rules.d/
|
||||||
if [ -e /usr/lib/udev/rules.d/64-lvm2.rules ]; then
|
|
||||||
cp /usr/lib/udev/rules.d/64-lvm2.rules $tmp_mnt/usr/lib/udev/rules.d/
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
save_var root_lvm2
|
save_var root_lvm2
|
||||||
|
Loading…
Reference in New Issue
Block a user