OBS User unknown 2008-09-24 23:03:54 +00:00 committed by Git OBS Bridge
parent f2759e03cb
commit 8746a1d6c1
3 changed files with 10 additions and 3 deletions

View File

@ -19,7 +19,7 @@
. /etc/sysconfig/lvm
# udev interaction
if [ -x /sbin/udevsettle ] ; then
if [ -x /sbin/udevadm ] ; then
[ -z "$LVM_DEVICE_TIMEOUT" ] && LVM_DEVICE_TIMEOUT=60
else
LVM_DEVICE_TIMEOUT=0
@ -36,7 +36,7 @@ case "$1" in
# Waiting for udev to settle
if [ "$LVM_DEVICE_TIMEOUT" -gt 0 ] ; then
echo "Waiting for udev to settle..."
/sbin/udevsettle --timeout=$LVM_DEVICE_TIMEOUT
/sbin/udevadm settle --timeout=$LVM_DEVICE_TIMEOUT
fi
echo "Scanning for LVM volume groups..."
/sbin/vgscan --mknodes

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 24 18:25:40 CEST 2008 - ro@suse.de
- change "udevsettle" to "udevadm settle"
-------------------------------------------------------------------
Sat Sep 13 11:59:34 CEST 2008 - xwhu@novell.com

View File

@ -28,7 +28,7 @@ Obsoletes: lvm
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
Version: 2.02.39
Release: 2
Release: 5
Summary: LVM2 Tools
Source: LVM2.%{version}.tar.bz2
Source1: lvm.conf
@ -254,6 +254,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/vgsplit.8.gz
%changelog
* Wed Sep 24 2008 ro@suse.de
- change "udevsettle" to "udevadm settle"
* Sat Sep 13 2008 xwhu@novell.com
- added missing directories to filelist
* Wed Sep 10 2008 xwhu@novell.com