Bug 532746
Summary: | virt-inst asks to Re-Initialize sda drive while creating a VM(despite creating a _new_ vm image | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kashyap Chamarthy <kchamart> |
Component: | python-virtinst | Assignee: | Cole Robinson <crobinso> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | berrange, clalance, crobinso, jforbes, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-11-04 08:54:38 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kashyap Chamarthy
2009-11-03 17:17:42 UTC
Kickstart I used.. ======================================= install text lang en_US.UTF-8 keyboard us rootpw somepassword firewall --service=ssh authconfig --enableshadow --passalgo=sha512 selinux --enforcing timezone --utc Asia/Kolkata bootloader --location=mbr --append="rhgb console=tty0 console=ttyS0,9600" icantbelieveitsnotbtr clearpart --linux part /boot --fstype ext3 --size=100 part / --fstype ext3 --size=1500 part /export --fstype btrfs --size=2000 %packages @core @editors @text-internet %end %post ====================================== And I haven't seen any info from the logs (/var/log/libvirt/qemu/testbox.log) Yes, this is a known issue. I'm actually going to close this as a dup of BZ 492082, which has gone on for quite some time. Chris Lalancette *** This bug has been marked as a duplicate of bug 492082 *** |