Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 927048 Details for
Bug 1130449
[PATCH] virt-install does not looks generating random mac address as expected before installation process starts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
The log of virt-install to build rhel-6-x86_64 guest after my patch applied
rhel-6-client-1.build.after-patched.log (text/plain), 17.02 KB, created by
Satoru SATOH
on 2014-08-15 09:26:29 UTC
(
hide
)
Description:
The log of virt-install to build rhel-6-x86_64 guest after my patch applied
Filename:
MIME Type:
Creator:
Satoru SATOH
Created:
2014-08-15 09:26:29 UTC
Size:
17.02 KB
patch
obsolete
>+ set -ex >+ test 0 -gt 0 >+ ks_path=miniascape/guests.d/rhel-6-client-1/ks.cfg >+ kscfg=ks.cfg >+ name=default_rhel-6-client-1 >+ connect=qemu:///system >+ location_opts='--location=/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso --initrd-inject=miniascape/guests.d/rhel-6-client-1/ks.cfg' >+ virtio_scsi_controller=--controller=scsi,model=virtio-scsi >+ virt-install --debug --check-cpu --hvm --accelerate --noreboot --noautoconsole --name=default_rhel-6-client-1 --connect=qemu:///system --wait=12 --ram=1024 --arch=x86_64 --vcpus=2 --graphics spice --os-type=linux --os-variant=rhel6 --controller=scsi,model=virtio-scsi --location=/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso --initrd-inject=miniascape/guests.d/rhel-6-client-1/ks.cfg '--extra-args=ks=file:/ks.cfg ' --disk pool=default,format=qcow2,cache=none,size=6,bus=scsi --network network=service,model=virtio,mac=52:54:00:05:01:61 --network network=default,model=virtio,mac=RANDOM >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (cli:187) Launched with command line: /usr/share/virt-manager/virt-install --debug --check-cpu --hvm --accelerate --noreboot --noautoconsole --name=default_rhel-6-client-1 --connect=qemu:///system --wait=12 --ram=1024 --arch=x86_64 --vcpus=2 --graphics spice --os-type=linux --os-variant=rhel6 --controller=scsi,model=virtio-scsi --location=/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso --initrd-inject=miniascape/guests.d/rhel-6-client-1/ks.cfg --extra-args=ks=file:/ks.cfg --disk pool=default,format=qcow2,cache=none,size=6,bus=scsi --network network=service,model=virtio,mac=52:54:00:05:01:61 --network network=default,model=virtio,mac=RANDOM >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (cli:195) Requesting libvirt URI qemu:///system >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (cli:199) Received libvirt URI qemu:///system >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (virt-install:193) Requesting virt method 'hvm', hv type 'default'. >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (virt-install:432) Received virt method 'kvm' >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (virt-install:433) Hypervisor name is 'hvm' >[Fri, 15 Aug 2014 17:30:15 virt-install 14246] DEBUG (guest:208) Setting Guest.os_variant to 'rhel6' >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (diskbackend:172) Path '' is target for pool 'default'. Creating volume 'default_rhel-6-client-1.qcow2'. >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (pollhelpers:36) Unable to list all volumes: Requested operation is not valid: storage pool 'default-1' is not active >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (pollhelpers:36) Unable to list all volumes: Requested operation is not valid: storage pool 'setup' is not active >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (pollhelpers:36) Unable to list all volumes: Requested operation is not valid: storage pool 'isos' is not active >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (virt-install:551) Guest.has_install_phase: True >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (distroinstaller:417) Using scratchdir=/var/lib/libvirt/boot >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:204) Preparing mount at /var/lib/libvirt/boot/virtinstmnt.G2PAsv >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:214) mount cmd: ['/bin/mount', '-o', 'ro,loop', '/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso', '/var/lib/libvirt/boot/virtinstmnt.G2PAsv'] >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:302) Finding distro store for location=/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:99) Fetching URI: /var/lib/libvirt/boot/virtinstmnt.G2PAsv/.treeinfo >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:110) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.LgNd03 > >Starting install... > Retrieving file .treeinfo... | 3.2 kB 00:00 >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:99) Fetching URI: /var/lib/libvirt/boot/virtinstmnt.G2PAsv/images/pxeboot/vmlinuz >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:110) Saved file to /var/lib/libvirt/boot/virtinst-vmlinuz.8Imhmn > Retrieving file vmlinuz... | 7.9 MB 00:00 >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:99) Fetching URI: /var/lib/libvirt/boot/virtinstmnt.G2PAsv/images/pxeboot/initrd.img >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:110) Saved file to /var/lib/libvirt/boot/virtinst-initrd.img.5VhkYS > Retrieving file initrd.img... | 64 MB 00:00 >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (distroinstaller:233) Copying miniascape/guests.d/rhel-6-client-1/ks.cfg to the initrd. >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (distroinstaller:236) Appending to the initrd. >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (distroinstaller:277) Have access to preferred scratchdir so nothing to upload >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (urlfetcher:225) Cleaning up mount at /var/lib/libvirt/boot/virtinstmnt.G2PAsv >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (storage:701) Creating storage volume 'default_rhel-6-client-1.qcow2' with xml: ><volume> > <name>default_rhel-6-client-1.qcow2</name> > <capacity>6442450944</capacity> > <allocation>6442450944</allocation> > <target> > <format type="qcow2"/> > <features> > <lazy_refcounts/> > </features> > </target> ></volume> > >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (storage:730) Using vol create flags=1 >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (storage:770) Couldn't lookup storage volume in prog thread. > Allocating 'default_rhel-6-client-1.qcow2' | 6.0 GB 00:00 >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (storage:737) Storage volume 'default_rhel-6-client-1.qcow2' install complete. >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (guest:449) Generated install XML: ><domain type="kvm"> > <name>default_rhel-6-client-1</name> > <uuid>30eb41a5-efba-4697-a8a5-711d22ae6fe2</uuid> > <memory>1048576</memory> > <currentMemory>1048576</currentMemory> > <vcpu>2</vcpu> > <os> > <type arch="x86_64">hvm</type> > <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.8Imhmn</kernel> > <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.5VhkYS</initrd> > <cmdline> ks=file:/ks.cfg </cmdline> > </os> > <features> > <acpi/> > <apic/> > <pae/> > </features> > <cpu mode="custom" match="exact"> > <model>SandyBridge</model> > </cpu> > <clock offset="utc"> > <timer name="rtc" tickpolicy="catchup"/> > <timer name="pit" tickpolicy="delay"/> > <timer name="hpet" present="no"/> > </clock> > <on_poweroff>destroy</on_poweroff> > <on_reboot>destroy</on_reboot> > <on_crash>destroy</on_crash> > <devices> > <emulator>/usr/bin/qemu-kvm</emulator> > <disk type="file" device="disk"> > <driver name="qemu" type="qcow2" cache="none"/> > <source file="/var/lib/libvirt/images/default_rhel-6-client-1.qcow2"/> > <target dev="sda" bus="scsi"/> > </disk> > <disk type="file" device="cdrom"> > <driver name="qemu" type="raw"/> > <source file="/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso"/> > <target dev="hda" bus="ide"/> > <readonly/> > </disk> > <controller type="scsi" index="0" model="virtio-scsi"/> > <controller type="usb" index="0" model="ich9-ehci1"/> > <controller type="usb" index="0" model="ich9-uhci1"> > <master startport="0"/> > </controller> > <controller type="usb" index="0" model="ich9-uhci2"> > <master startport="2"/> > </controller> > <controller type="usb" index="0" model="ich9-uhci3"> > <master startport="4"/> > </controller> > <interface type="network"> > <source network="service"/> > <mac address="52:54:00:05:01:61"/> > <model type="virtio"/> > </interface> > <interface type="network"> > <source network="default"/> > <mac address="52:54:00:b1:8b:2a"/> > <model type="virtio"/> > </interface> > <input type="tablet" bus="usb"/> > <graphics type="spice" port="-1" tlsPort="-1" autoport="yes"/> > <console type="pty"/> > <channel type="spicevmc"> > <target type="virtio" name="com.redhat.spice.0"/> > </channel> > <sound model="ich6"/> > <video> > <model type="qxl"/> > </video> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > </devices> ></domain> > >[Fri, 15 Aug 2014 17:30:16 virt-install 14246] DEBUG (guest:450) Generated boot XML: ><domain type="kvm"> > <name>default_rhel-6-client-1</name> > <uuid>30eb41a5-efba-4697-a8a5-711d22ae6fe2</uuid> > <memory>1048576</memory> > <currentMemory>1048576</currentMemory> > <vcpu>2</vcpu> > <os> > <type arch="x86_64">hvm</type> > <boot dev="hd"/> > </os> > <features> > <acpi/> > <apic/> > <pae/> > </features> > <cpu mode="custom" match="exact"> > <model>SandyBridge</model> > </cpu> > <clock offset="utc"> > <timer name="rtc" tickpolicy="catchup"/> > <timer name="pit" tickpolicy="delay"/> > <timer name="hpet" present="no"/> > </clock> > <on_poweroff>destroy</on_poweroff> > <on_reboot>restart</on_reboot> > <on_crash>restart</on_crash> > <devices> > <emulator>/usr/bin/qemu-kvm</emulator> > <disk type="file" device="disk"> > <driver name="qemu" type="qcow2" cache="none"/> > <source file="/var/lib/libvirt/images/default_rhel-6-client-1.qcow2"/> > <target dev="sda" bus="scsi"/> > </disk> > <disk type="block" device="cdrom"> > <target dev="hda" bus="ide"/> > <readonly/> > </disk> > <controller type="scsi" index="0" model="virtio-scsi"/> > <controller type="usb" index="0" model="ich9-ehci1"/> > <controller type="usb" index="0" model="ich9-uhci1"> > <master startport="0"/> > </controller> > <controller type="usb" index="0" model="ich9-uhci2"> > <master startport="2"/> > </controller> > <controller type="usb" index="0" model="ich9-uhci3"> > <master startport="4"/> > </controller> > <interface type="network"> > <source network="service"/> > <mac address="52:54:00:05:01:61"/> > <model type="virtio"/> > </interface> > <interface type="network"> > <source network="default"/> > <mac address="52:54:00:b1:8b:2a"/> > <model type="virtio"/> > </interface> > <input type="tablet" bus="usb"/> > <graphics type="spice" port="-1" tlsPort="-1" autoport="yes"/> > <console type="pty"/> > <channel type="spicevmc"> > <target type="virtio" name="com.redhat.spice.0"/> > </channel> > <sound model="ich6"/> > <video> > <model type="qxl"/> > </video> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > </devices> ></domain> > > Creating domain... | 0 B 00:00 >[Fri, 15 Aug 2014 17:30:17 virt-install 14246] DEBUG (guest:480) XML fetched from libvirt object: ><domain type='kvm' id='6'> > <name>default_rhel-6-client-1</name> > <uuid>30eb41a5-efba-4697-a8a5-711d22ae6fe2</uuid> > <memory unit='KiB'>1048576</memory> > <currentMemory unit='KiB'>1048576</currentMemory> > <vcpu placement='static'>2</vcpu> > <resource> > <partition>/machine</partition> > </resource> > <os> > <type arch='x86_64' machine='pc-i440fx-1.6'>hvm</type> > <kernel>/var/lib/libvirt/boot/virtinst-vmlinuz.8Imhmn</kernel> > <initrd>/var/lib/libvirt/boot/virtinst-initrd.img.5VhkYS</initrd> > <cmdline> ks=file:/ks.cfg </cmdline> > <boot dev='hd'/> > </os> > <features> > <acpi/> > <apic/> > <pae/> > </features> > <cpu mode='custom' match='exact'> > <model fallback='allow'>SandyBridge</model> > </cpu> > <clock offset='utc'> > <timer name='rtc' tickpolicy='catchup'/> > <timer name='pit' tickpolicy='delay'/> > <timer name='hpet' present='no'/> > </clock> > <on_poweroff>destroy</on_poweroff> > <on_reboot>destroy</on_reboot> > <on_crash>destroy</on_crash> > <devices> > <emulator>/usr/bin/qemu-kvm</emulator> > <disk type='file' device='disk'> > <driver name='qemu' type='qcow2' cache='none'/> > <source file='/var/lib/libvirt/images/default_rhel-6-client-1.qcow2'/> > <target dev='sda' bus='scsi'/> > <alias name='scsi0-0-0-0'/> > <address type='drive' controller='0' bus='0' target='0' unit='0'/> > </disk> > <disk type='file' device='cdrom'> > <driver name='qemu' type='raw'/> > <source file='/var/lib/libvirt/images/rhel-server-6.5-x86_64-dvd.iso'/> > <target dev='hda' bus='ide'/> > <readonly/> > <alias name='ide0-0-0'/> > <address type='drive' controller='0' bus='0' target='0' unit='0'/> > </disk> > <controller type='scsi' index='0' model='virtio-scsi'> > <alias name='scsi0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> > </controller> > <controller type='usb' index='0' model='ich9-ehci1'> > <alias name='usb0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> > </controller> > <controller type='usb' index='0' model='ich9-uhci1'> > <alias name='usb0'/> > <master startport='0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> > </controller> > <controller type='usb' index='0' model='ich9-uhci2'> > <alias name='usb0'/> > <master startport='2'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> > </controller> > <controller type='usb' index='0' model='ich9-uhci3'> > <alias name='usb0'/> > <master startport='4'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> > </controller> > <controller type='pci' index='0' model='pci-root'> > <alias name='pci.0'/> > </controller> > <controller type='ide' index='0'> > <alias name='ide0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> > </controller> > <controller type='virtio-serial' index='0'> > <alias name='virtio-serial0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> > </controller> > <interface type='network'> > <mac address='52:54:00:05:01:61'/> > <source network='service'/> > <target dev='vnet0'/> > <model type='virtio'/> > <alias name='net0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> > </interface> > <interface type='network'> > <mac address='52:54:00:b1:8b:2a'/> > <source network='default'/> > <target dev='vnet1'/> > <model type='virtio'/> > <alias name='net1'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> > </interface> > <serial type='pty'> > <source path='/dev/pts/5'/> > <target port='0'/> > <alias name='serial0'/> > </serial> > <console type='pty' tty='/dev/pts/5'> > <source path='/dev/pts/5'/> > <target type='serial' port='0'/> > <alias name='serial0'/> > </console> > <channel type='spicevmc'> > <target type='virtio' name='com.redhat.spice.0'/> > <alias name='channel0'/> > <address type='virtio-serial' controller='0' bus='0' port='1'/> > </channel> > <input type='tablet' bus='usb'> > <alias name='input0'/> > </input> > <input type='mouse' bus='ps2'/> > <graphics type='spice' port='5900' autoport='yes' listen='127.0.0.1'> > <listen type='address' address='127.0.0.1'/> > </graphics> > <sound model='ich6'> > <alias name='sound0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> > </sound> > <video> > <model type='qxl' ram='65536' vram='65536' heads='1'/> > <alias name='video0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> > </video> > <redirdev bus='usb' type='spicevmc'> > <alias name='redir0'/> > </redirdev> > <redirdev bus='usb' type='spicevmc'> > <alias name='redir1'/> > </redirdev> > <redirdev bus='usb' type='spicevmc'> > <alias name='redir2'/> > </redirdev> > <redirdev bus='usb' type='spicevmc'> > <alias name='redir3'/> > </redirdev> > <memballoon model='virtio'> > <alias name='balloon0'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> > </memballoon> > </devices> > <seclabel type='dynamic' model='selinux' relabel='yes'> > <label>system_u:system_r:svirt_t:s0:c476,c941</label> > <imagelabel>system_u:object_r:svirt_image_t:s0:c476,c941</imagelabel> > </seclabel> ></domain> > >[Fri, 15 Aug 2014 17:30:17 virt-install 14246] DEBUG (installer:187) Removing /var/lib/libvirt/boot/virtinst-vmlinuz.8Imhmn >[Fri, 15 Aug 2014 17:30:17 virt-install 14246] DEBUG (installer:187) Removing /var/lib/libvirt/boot/virtinst-initrd.img.5VhkYS >[Fri, 15 Aug 2014 17:30:17 virt-install 14246] DEBUG (virt-install:631) Domain state after install: 1 >Domain installation still in progress. Waiting 12 minutes for installation to complete. >Domain has shutdown. Continuing. >Domain creation completed. You can restart your domain by running: > virsh --connect qemu:///system start default_rhel-6-client-1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1130449
:
927046
|
927047
| 927048 |
927049
|
927052