On Mon, 2010-03-15 at 08:55 +0000, Richard W.M. Jones wrote: > On Fri, Mar 12, 2010 at 01:42:20PM +0800, Li Ming wrote: > > Great, it works here too. I also find this command also works :): > > virsh # attach-disk vmname /path/to/new/CD2.iso hdc --type cdrom > > For my own interest, how is your script going to detect that anaconda > is prompting for the next CD?
We have a script called 'minimon' [1] that is initiated during %pre of an install and monitors different sources of information during an install. Feedback is sent over XMLRPC to a MinomonServer [2] We don't yet have the logic in place to detect and act on a disk space, but I suspect it will involve detecting the following event from anaconda.log, and making the suggestion noted in a previous mail. 17:11:13,274 INFO anaconda: switching from media #1 to #2 for Packages/vim-enhanced-7.2.359-1.fc13.x86_64.rpm Thanks, James [1] http://git.fedorahosted.org/git/autoqa.git?p=autoqa.git;a=blob_plain;f=tests/rats_install/minimon;hb=HEAD [2] http://git.fedorahosted.org/git/autoqa.git?p=autoqa.git;a=blob_plain;f=tests/rats_install/minimon.py;hb=HEAD
signature.asc
Description: This is a digitally signed message part
_______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
