Bug 503073 - virt-install --disk pool= and vol= is busted
Summary: virt-install --disk pool= and vol= is busted
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: python-virtinst
Version: 5.4
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Cole Robinson
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-28 17:40 UTC by Cole Robinson
Modified: 2009-12-14 21:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-08 15:29:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Cole Robinson 2009-05-28 17:40:45 UTC
In version python-virtinst-0.400.3-1.el5

Example:

virt-install --connect test:///default --name foo --ram 64 --pxe --nographics --noautoconsole --disk pool=default,size=.001
ERROR    A disk path must be specified. (use --prompt to run interactively)

The above command should succeed, creating a new storage volume. This was fixed upstream several weeks ago:

http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virtinst--devel/rev/676312613510

Specifying floppy devices is new functionality introduced by the rebase, so
this technically isn't a regression (and by extension the bug hasn't existed in
any released version). However, the patch is simple, low risk, and was caught using a command line test suite upstream (so I have high confidence that the change doesn't cause unintended breakage).

Comment 1 Cole Robinson 2009-06-08 15:29:29 UTC
Fixed in python-virtinst-0.400.3-2.el5. Closing as NEXTRELEASE, since this bug has
not existed in any released package as it was brought in by the rebase.


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