Bug 445968 - Xenner does not support -drive arg
Summary: Xenner does not support -drive arg
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xenner
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Gerd Hoffmann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: LibvirtXenner
TreeView+ depends on / blocked
 
Reported: 2008-05-10 17:52 UTC by Daniel Berrangé
Modified: 2008-05-13 09:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-13 09:30:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Add -drive arg (533 bytes, patch)
2008-05-10 18:17 UTC, Daniel Berrangé
no flags Details | Diff

Description Daniel Berrangé 2008-05-10 17:52:31 UTC
Description of problem:
Xenner's help message claims to support the -drive option, but it rejects it
when used:

/usr/bin/xenner 
   -M xenner 
   -m 800 -smp 1 
   -name xenner 
   -monitor pty 
   -no-acpi
   -boot c
   -kernel /var/tmp/virtinst-vmlinuz._rzMXO
   -initrd /var/tmp/virtinst-initrd.img.80fLAC
   -append
method=http://download.fedora.devel.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/os/

   -drive file=/dev/HostVG/VirtData5,if=ide,index=0 
   -net nic,macaddr=00:16:3e:19:2f:51,vlan=0
   -net tap,fd=14,script=,vlan=0,ifname=vnet0
   -serial none
   -parallel none
   -usb
   -vnc 127.0.0.1:0
   -k en-us 
[xenner,1] qemu_monitor_config: pty
[xenner,1] qemu_monitor_config: /dev/pts/13
char device redirected to /dev/pts/13
unknown option (or missing arg): -drive
QEMU PC emulator version 0.9.0
/*
 * No, it isn't.  This just makes libvirt qemu version detection happy,
 * so you can manage xenner guests using libvirts qemu driver.
 */

xenner v0.33 -- run xen kernels in kvm

usage: xenner [options]
options (qemu compatible):
   -help                   print this text
   -kernel     <kernel>     xenified kernel image
   -initrd     <ramdisk>    ramdisk
   -append     <append>     kernel command line
   -name       <string>     set domain name
   -monitor    pty          monitor on pseudo tty
   -m          <memory>     vm memory in megabytes
   -smp        <cpus>       set number of vcpus (UNSTABLE)
   -hd[abcd]   <file>       disk image
   -cdrom      <file>       cdrom image
   -drive      <config>     qemu style disk setup
   -net        <config>     qemu style network setup
   -vnc        <display>    vnc display (needs qemu-dm from xen-tools)
   -k          <kbd>        vnc clients keyboard map



Version-Release number of selected component (if applicable):
xenner-0.33

How reproducible:
Always

Steps to Reproduce:
1. Run xenner using  -drive instead of -hda
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Daniel Berrangé 2008-05-10 18:17:36 UTC
Created attachment 305039 [details]
Add -drive arg

Comment 2 Gerd Hoffmann 2008-05-13 09:30:37 UTC
fixed in 0.34


Note You need to log in before you can comment on or make changes to this bug.