Changeset 3016 in MondoRescue for branches/3.0/mondo/test


Ignore:
Timestamp:
Jun 3, 2012, 1:52:28 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Substitue a complex awk expression by a more simpler perl one in analyze-my-lvm
  • Fix a bug on RHEL 5 where lvdisplay doesn't support redirection. Adds a | cat in between, as was done for vgdisplay
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/mondo-test

    r3015 r3016  
    257257    sudomrtest "scp -i $MRTEST/.ssh/pb_dsa -P $port /tmp/script root@localhost:"
    258258    sudomrtest "ssh -i $MRTEST/.ssh/pb_dsa -p $port root@localhost ./script"
    259     sudomrtest "qemu-img create -f qcow2 $MRTEST/vm/$d.rest 8"
     259    sudomrtest "qemu-img create -f qcow2 $MRTEST/vm/$d.rest 8G"
    260260    sudomrtest "chmod 666 $MRTEST/vm/$d.rest"
    261261    #sudomrtest "ssh -i $MRTEST/.ssh/pb_dsa -p $port root@localhost /sbin/halt -p" &
Note: See TracChangeset for help on using the changeset viewer.