No subject


Wed Dec 10 08:32:44 UTC 2008


.
+ set -v

for m in /dev/mapper/mpath?
do
     log_action_begin_msg "Fixing multipath device $m"
     echo "$0 fixing multipath device $m"
     /local/sbin/kpartx -a $m
     log_action_end_msg $?
done
+ for m in '/dev/mapper/mpath?'
+ log_action_begin_msg 'Fixing multipath device /dev/mapper/mpath0'
+ echo -n 'Fixing multipath device /dev/mapper/mpath0...'
Fixing multipath device/dev/mapper/mpath0...
+ echo '/etc/rcS.d/S29multipath-kpartx fixing multipath device /dev/mapper/mpath0'
/etc/rcS.d/S29multipath-kpartx fixing multipath device /dev/mapper/mpath0
+ /sbin/kpartx.new -a /dev/mapper/mpath0
+ log_action_end_msg 0
+ '[' -z '' ']'
+ end=.
+ '[' 0 -eq 0 ']'
+ echo done.
done.


Thanks for your help with this problem.

I don't know when we will get time to look at the problem on 'lenny',
this issue has put our work schedule back quite a bit.
It might be best to close this bug and create a clone for 0.4.8-13
in case other folks can step up and test as well.

Kind regards
Vince






More information about the pkg-lvm-maintainers mailing list