Bug 646029 - kernel_args get lower-cased
Summary: kernel_args get lower-cased
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-virtinst
Version: 13
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-23 21:02 UTC by Kamil Páral
Modified: 2011-04-16 20:58 UTC (History)
4 users (show)

Fixed In Version: python-virtinst-0.500.6-1.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-16 20:55:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kamil Páral 2010-10-23 21:02:31 UTC
Description of problem:
I use this command to install my machine:

$ virt-install --name Test3 --ram 768 --arch=i386 --disk /dev/vg/virt_Test3,size=8  --os-variant fedora14 --boot kernel=$PWD/vmlinuz,initrd=$PWD/initrd.img,kernel_args="ks=file:///ks.cfg stage2=http://serverbeach1.fedoraproject.org/pub/alt/stage/14.RC1/Fedora/i386/os/images/install.img" -d

But the generated boot XML contains this line:

<cmdline>ks=file:///ks.cfg stage2=http://serverbeach1.fedoraproject.org/pub/alt/stage/14.rc1/fedora/i386/os/images/install.img</cmdline>
 
Which is obviously wrong, the URL got lower-cased (and now it doesn't work).

Version-Release number of selected component (if applicable):
python-virtinst-0.500.4-1.fc13.noarch
libvirt-0.8.2-1.fc13.x86_64
virt-manager-0.8.5-1.fc13.noarch
virt-viewer-0.2.1-1.fc13.x86_64
libvirt-python-0.8.2-1.fc13.x86_64
libvirt-client-0.8.2-1.fc13.x86_64
virt-top-1.0.4-3.fc13.x86_64

How reproducible:
always

Steps to Reproduce:
1. follow description
2.
3.
  
Actual results:
kernel_args get lower-cased

Expected results:
kernel_args don't get lower-cased

Comment 1 Cole Robinson 2010-11-17 21:04:19 UTC
Ugh, that's a stupid bug. Thanks for the report, fixed upstream:

http://hg.fedorahosted.org/hg/python-virtinst/rev/deb5f0f3cedc

Comment 2 Fedora Update System 2011-03-31 14:13:30 UTC
python-virtinst-0.500.6-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-virtinst-0.500.6-1.fc14

Comment 3 Fedora Update System 2011-03-31 14:15:54 UTC
python-virtinst-0.500.4-2.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/python-virtinst-0.500.4-2.fc13

Comment 4 Fedora Update System 2011-04-01 18:26:36 UTC
Package python-virtinst-0.500.4-2.fc13:
* should fix your issue,
* was pushed to the Fedora 13 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-virtinst-0.500.4-2.fc13'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/python-virtinst-0.500.4-2.fc13
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-04-16 20:55:06 UTC
python-virtinst-0.500.4-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-04-16 20:58:17 UTC
python-virtinst-0.500.6-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


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