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 831681 Details for
Bug 1036705
BootLoaderError: bootloader install failed when /boot on RAID 10(?)
[?]
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.
anaconda-tb for comment 3
anaconda-tb-GTTdrK (text/plain), 960.78 KB, created by
Kamil Páral
on 2013-12-02 16:22:19 UTC
(
hide
)
Description:
anaconda-tb for comment 3
Filename:
MIME Type:
Creator:
Kamil Páral
Created:
2013-12-02 16:22:19 UTC
Size:
960.78 KB
patch
obsolete
>anaconda 20.25.11-1 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1544, in install > raise BootLoaderError("bootloader install failed") > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1558, in write > self.install() > File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2327, in writeBootLoader > storage.bootloader.write() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 173, in doInstall > writeBootLoader(storage, payload, instClass, ksdata) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >BootLoaderError: bootloader install failed > >Local variables in innermost frame: >stage2dev: existing 10000MB lvmlv fedora-root (24) with existing ext4 filesystem mounted at / >self: <pyanaconda.bootloader.GRUB2 object at 0x7f8c481f7590> >args: [] >grub_args: ['--no-floppy', '/dev/sda'] >stage1dev: existing 8192MB disk sda (0) with existing msdos disklabel >rc: 1 > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7f8c481f7210>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use CDROM installation media >cdrom ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda,sdb,sdc,vda ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=ens3 --onboot=off --ipv6=auto --activate >network --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$145s0lDfQNCOcxAN$KtGdvbuLs6lBrWcWvQK.ArfDB0ebi.nm8QpKGo8eLFwxxgavx.iNPfFt50OBEQjxRqY2YdDNzDwTNxIjW8bY1/ ># System timezone >timezone Europe/Prague --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Partition clearing information >clearpart --all --initlabel --drives=sda,sdb,sdc,vda ># Disk partitioning information >part raid.29 --fstype="mdmember" --ondisk=vda --size=5049 >part raid.28 --fstype="mdmember" --ondisk=sdc --size=5049 >part raid.26 --fstype="mdmember" --ondisk=sda --size=5049 >part raid.27 --fstype="mdmember" --ondisk=sdb --size=5049 >raid pv.30 --device=00 --fstype="lvmpv" --level=10 raid.26 raid.27 raid.28 raid.29 >volgroup fedora --pesize=4096 pv.30 >logvol / --fstype="ext4" --size=10000 --name=root --vgname=fedora > >%packages >@core > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {'vda': 131, 'sda': 128, 'sdb': 129, 'sdc': 130} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [Root instance, containing members: > mounts: {'/': non-existent 10012MB mdarray localhost.localdomain:root (2) >} > swaps: [] > name: Fedora Linux 20 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: NoDevice instance, containing members: > _intf.storage.fsset._usb.major: 0 > _intf.storage.fsset._usb._partedDevice: None > _intf.storage.fsset._usb.exists: True > _intf.storage.fsset._usb._size: 0 > _intf.storage.fsset._usb.id: 37 > _intf.storage.fsset._usb.controllable: True > _intf.storage.fsset._usb.uuid: None > _intf.storage.fsset._usb._format: USBFS instance, containing members: > _intf.storage.fsset._usb._format.uuid: None > _intf.storage.fsset._usb._format.exists: True > _intf.storage.fsset._usb._format._mountpoint: None > _intf.storage.fsset._usb._format._majorminor: None > _intf.storage.fsset._usb._format._minInstanceSize: None > _intf.storage.fsset._usb._format.fsprofile: None > _intf.storage.fsset._usb._format.label: None > _intf.storage.fsset._usb._format._targetSize: 0 > _intf.storage.fsset._usb._format._size: 0 > _intf.storage.fsset._usb._format.mountopts: None > _intf.storage.fsset._usb._format.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb._format._device: usbfs > _intf.storage.fsset._usb.parents: [] > _intf.storage.fsset._usb.deviceLinks: [] > _intf.storage.fsset._usb.minor: 0 > _intf.storage.fsset._usb.fstabComment: Skipped > _intf.storage.fsset._usb.bus: Skipped > _intf.storage.fsset._usb.sysfsPath: Skipped > _intf.storage.fsset._usb._targetSize: 0 > _intf.storage.fsset._usb._model: Skipped > _intf.storage.fsset._usb.kids: 0 > _intf.storage.fsset._usb._vendor: Skipped > _intf.storage.fsset._usb._name: usbfs > _intf.storage.fsset._usb.protected: False > _intf.storage.fsset._usb.originalFormat: USBFS instance, containing members: > _intf.storage.fsset._usb.originalFormat.uuid: None > _intf.storage.fsset._usb.originalFormat.exists: True > _intf.storage.fsset._usb.originalFormat._mountpoint: None > _intf.storage.fsset._usb.originalFormat.mountpoint: /proc/bus/usb > _intf.storage.fsset._usb.originalFormat._majorminor: None > _intf.storage.fsset._usb.originalFormat.fsprofile: None > _intf.storage.fsset._usb.originalFormat.label: None > _intf.storage.fsset._usb.originalFormat._targetSize: 0 > _intf.storage.fsset._usb.originalFormat._minInstanceSize: None > _intf.storage.fsset._usb.originalFormat.mountopts: None > _intf.storage.fsset._usb.originalFormat._size: 0 > _intf.storage.fsset._usb.originalFormat._device: usbfs > _intf.storage.fsset._usb._serial: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 8192MB disk sda (0) with existing msdos disklabel >, existing 8192MB disk sdb (3) with existing msdos disklabel >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2246656 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0440> > exists: True > _size: 4388.0 > id: 5 > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format.uuid: 2013-11-27-02-53-24-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_20-TC3_x86_64 > _format._targetSize: 0.0 > _format._device: /dev/sr0 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format._size: 0.0 > parents: [] > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003, /dev/disk/by-label/Fedora\x2020-TC3\x20x86_64, /dev/disk/by-uuid/2013-11-27-02-53-24-00] > _targetSize: 0 > _model: QEMU_DVD-ROM > kids: 0 > _vendor: None > _name: sr0 > protected: True > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2013-11-27-02-53-24-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_20-TC3_x86_64 > originalFormat._targetSize: 0.0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0.0 > originalFormat._device: /dev/sr0 > _serial: None >, existing 8192MB disk sdc (6) with existing msdos disklabel >, existing 10240MB disk vda (8) with existing msdos disklabel >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 10 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 11 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 12 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 13 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format.dirty: False > _format._minInstanceSize: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > _format._size: 2048.0 > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat._size: 2048.0 > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat.mountpoint: None > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 14 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 15 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 2048MB dm live-rw (16) with existing ext4 filesystem >, existing 2048MB dm live-base (17) with existing ext4 filesystem >, existing 10088MB lvmvg fedora (23) >, existing 10000MB lvmlv fedora-root (24) with existing ext4 filesystem mounted at / >, existing 5049MB partition sda1 (26) with non-existent mdmember >, existing 5049MB partition sdb1 (27) with non-existent mdmember >, existing 5049MB partition sdc1 (28) with non-existent mdmember >, existing 5049MB partition vda1 (29) with non-existent mdmember >, existing 10090MB mdarray 00 (30) with existing lvmpv >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.errors: False > origFormat.uuid: 4835b976-c1a2-4c45-8794-b1e230ec9bb4 > origFormat.exists: False > origFormat._mountpoint: None > origFormat._majorminor: None > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 10015.0 > origFormat.dirty: False > origFormat._minInstanceSize: 971.3 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._device: /dev/md/localhost.localdomain:root > origFormat._size: 10015.0 > id: 0 >, ActionDestroyDevice instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > id: 1 >, ActionDestroyFormat instance, containing members: > device: non-existent 5008MB partition sda1 (1) > origFormat: non-existent mdmember > id: 2 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 3 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 4 >, ActionDestroyFormat instance, containing members: > device: non-existent 5008MB partition sdb1 (4) > origFormat: non-existent mdmember > id: 6 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 7 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 8 >, ActionDestroyFormat instance, containing members: > device: non-existent 5008MB partition sdc1 (7) > origFormat: non-existent mdmember > id: 10 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 11 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 12 >, ActionDestroyFormat instance, containing members: > device: non-existent 5008MB partition vda1 (9) > origFormat: non-existent mdmember > id: 14 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 15 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > id: 16 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 5 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 39 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 40 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 9 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 41 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 42 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 13 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 43 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 44 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 17 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 45 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 46 >, ActionCreateDevice instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > id: 47 >, ActionCreateFormat instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > origFormat: non-existent None > id: 48 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMVolumeGroupDevice instance) > id: 28 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 29 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 30 >] > _intf.storage.fsset.devicetree.names: [sda, sdb, sr0, sdc, vda, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, md127, fedora, fedora-root, pv00] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sr0] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora_20-TC3_x86_64] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: DirectoryDevice instance, containing members: > _intf.storage.fsset._run.major: 0 > _intf.storage.fsset._run._partedDevice: None > _intf.storage.fsset._run.exists: True > _intf.storage.fsset._run._size: 0 > _intf.storage.fsset._run.id: 38 > _intf.storage.fsset._run.controllable: True > _intf.storage.fsset._run.uuid: None > _intf.storage.fsset._run._format: BindFS instance, containing members: > _intf.storage.fsset._run._format.uuid: None > _intf.storage.fsset._run._format.exists: True > _intf.storage.fsset._run._format._mountpoint: /mnt/sysimage/run > _intf.storage.fsset._run._format._majorminor: None > _intf.storage.fsset._run._format._minInstanceSize: None > _intf.storage.fsset._run._format._mountType: bind > _intf.storage.fsset._run._format.fsprofile: None > _intf.storage.fsset._run._format.label: None > _intf.storage.fsset._run._format._targetSize: None > _intf.storage.fsset._run._format._size: None > _intf.storage.fsset._run._format.mountopts: None > _intf.storage.fsset._run._format.mountpoint: /run > _intf.storage.fsset._run._format._device: /run > _intf.storage.fsset._run.parents: [] > _intf.storage.fsset._run.deviceLinks: [] > _intf.storage.fsset._run.minor: 0 > _intf.storage.fsset._run.fstabComment: Skipped > _intf.storage.fsset._run.bus: Skipped > _intf.storage.fsset._run.sysfsPath: Skipped > _intf.storage.fsset._run._targetSize: 0 > _intf.storage.fsset._run._model: Skipped > _intf.storage.fsset._run.kids: 0 > _intf.storage.fsset._run._vendor: Skipped > _intf.storage.fsset._run._name: /run > _intf.storage.fsset._run.protected: False > _intf.storage.fsset._run.originalFormat: BindFS instance, containing members: > _intf.storage.fsset._run.originalFormat.uuid: None > _intf.storage.fsset._run.originalFormat.exists: True > _intf.storage.fsset._run.originalFormat._mountpoint: None > _intf.storage.fsset._run.originalFormat.mountpoint: /run > _intf.storage.fsset._run.originalFormat._majorminor: None > _intf.storage.fsset._run.originalFormat.fsprofile: None > _intf.storage.fsset._run.originalFormat.label: None > _intf.storage.fsset._run.originalFormat._targetSize: None > _intf.storage.fsset._run.originalFormat._minInstanceSize: None > _intf.storage.fsset._run.originalFormat.mountopts: None > _intf.storage.fsset._run.originalFormat._size: None > _intf.storage.fsset._run.originalFormat._device: /run > _intf.storage.fsset._run._serial: None > _intf.storage.fsset._devshm: NoDevice instance, containing members: > _intf.storage.fsset._devshm.major: 0 > _intf.storage.fsset._devshm._partedDevice: None > _intf.storage.fsset._devshm.exists: True > _intf.storage.fsset._devshm._size: 0 > _intf.storage.fsset._devshm.id: 32 > _intf.storage.fsset._devshm.controllable: True > _intf.storage.fsset._devshm.uuid: None > _intf.storage.fsset._devshm._format: TmpFS instance, containing members: > _intf.storage.fsset._devshm._format.uuid: None > _intf.storage.fsset._devshm._format.exists: True > _intf.storage.fsset._devshm._format._options: None > _intf.storage.fsset._devshm._format._majorminor: None > _intf.storage.fsset._devshm._format._minInstanceSize: None > _intf.storage.fsset._devshm._format._size_option: Skipped > _intf.storage.fsset._devshm._format.fsprofile: None > _intf.storage.fsset._devshm._format.label: None > _intf.storage.fsset._devshm._format._targetSize: 0 > _intf.storage.fsset._devshm._format._maxSize: 17592186044416 > _intf.storage.fsset._devshm._format._size: 1024.0 > _intf.storage.fsset._devshm._format.mountopts: None > _intf.storage.fsset._devshm._format.mountpoint: /dev/shm > _intf.storage.fsset._devshm._format._mountpoint: /mnt/sysimage/dev/shm > _intf.storage.fsset._devshm._format._device: tmpfs > _intf.storage.fsset._devshm.parents: [] > _intf.storage.fsset._devshm.deviceLinks: [] > _intf.storage.fsset._devshm.minor: 0 > _intf.storage.fsset._devshm.fstabComment: Skipped > _intf.storage.fsset._devshm.bus: Skipped > _intf.storage.fsset._devshm.sysfsPath: Skipped > _intf.storage.fsset._devshm._targetSize: 0 > _intf.storage.fsset._devshm._model: Skipped > _intf.storage.fsset._devshm.kids: 0 > _intf.storage.fsset._devshm._vendor: Skipped > _intf.storage.fsset._devshm._name: tmpfs > _intf.storage.fsset._devshm.protected: False > _intf.storage.fsset._devshm.originalFormat: TmpFS instance, containing members: > _intf.storage.fsset._devshm.originalFormat.uuid: None > _intf.storage.fsset._devshm.originalFormat.exists: True > _intf.storage.fsset._devshm.originalFormat._options: None > _intf.storage.fsset._devshm.originalFormat.mountpoint: /dev/shm > _intf.storage.fsset._devshm.originalFormat._majorminor: None > _intf.storage.fsset._devshm.originalFormat._mountpoint: None > _intf.storage.fsset._devshm.originalFormat._size_option: Skipped > _intf.storage.fsset._devshm.originalFormat.fsprofile: None > _intf.storage.fsset._devshm.originalFormat.label: None > _intf.storage.fsset._devshm.originalFormat._targetSize: 0 > _intf.storage.fsset._devshm.originalFormat.mountopts: None > _intf.storage.fsset._devshm.originalFormat._minInstanceSize: None > _intf.storage.fsset._devshm.originalFormat._maxSize: 17592186044416 > _intf.storage.fsset._devshm.originalFormat._size: 1024.0 > _intf.storage.fsset._devshm.originalFormat._device: tmpfs > _intf.storage.fsset._devshm._serial: None > _intf.storage.fsset._dev: DirectoryDevice instance, containing members: > _intf.storage.fsset._dev.major: 0 > _intf.storage.fsset._dev._partedDevice: None > _intf.storage.fsset._dev.exists: True > _intf.storage.fsset._dev._size: 0 > _intf.storage.fsset._dev.id: 31 > _intf.storage.fsset._dev.controllable: True > _intf.storage.fsset._dev.uuid: None > _intf.storage.fsset._dev._format: BindFS instance, containing members: > _intf.storage.fsset._dev._format.uuid: None > _intf.storage.fsset._dev._format.exists: True > _intf.storage.fsset._dev._format._mountpoint: /mnt/sysimage/dev > _intf.storage.fsset._dev._format._majorminor: None > _intf.storage.fsset._dev._format._minInstanceSize: None > _intf.storage.fsset._dev._format._mountType: bind > _intf.storage.fsset._dev._format.fsprofile: None > _intf.storage.fsset._dev._format.label: None > _intf.storage.fsset._dev._format._targetSize: None > _intf.storage.fsset._dev._format._size: None > _intf.storage.fsset._dev._format.mountopts: None > _intf.storage.fsset._dev._format.mountpoint: /dev > _intf.storage.fsset._dev._format._device: /dev > _intf.storage.fsset._dev.parents: [] > _intf.storage.fsset._dev.deviceLinks: [] > _intf.storage.fsset._dev.minor: 0 > _intf.storage.fsset._dev.fstabComment: Skipped > _intf.storage.fsset._dev.bus: Skipped > _intf.storage.fsset._dev.sysfsPath: Skipped > _intf.storage.fsset._dev._targetSize: 0 > _intf.storage.fsset._dev._model: Skipped > _intf.storage.fsset._dev.kids: 0 > _intf.storage.fsset._dev._vendor: Skipped > _intf.storage.fsset._dev._name: /dev > _intf.storage.fsset._dev.protected: False > _intf.storage.fsset._dev.originalFormat: BindFS instance, containing members: > _intf.storage.fsset._dev.originalFormat.uuid: None > _intf.storage.fsset._dev.originalFormat.exists: True > _intf.storage.fsset._dev.originalFormat._mountpoint: None > _intf.storage.fsset._dev.originalFormat.mountpoint: /dev > _intf.storage.fsset._dev.originalFormat._majorminor: None > _intf.storage.fsset._dev.originalFormat.fsprofile: None > _intf.storage.fsset._dev.originalFormat.label: None > _intf.storage.fsset._dev.originalFormat._targetSize: None > _intf.storage.fsset._dev.originalFormat._minInstanceSize: None > _intf.storage.fsset._dev.originalFormat.mountopts: None > _intf.storage.fsset._dev.originalFormat._size: None > _intf.storage.fsset._dev.originalFormat._device: /dev > _intf.storage.fsset._dev._serial: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: NoDevice instance, containing members: > _intf.storage.fsset._proc.major: 0 > _intf.storage.fsset._proc._partedDevice: None > _intf.storage.fsset._proc.exists: True > _intf.storage.fsset._proc._size: 0 > _intf.storage.fsset._proc.id: 35 > _intf.storage.fsset._proc.controllable: True > _intf.storage.fsset._proc.uuid: None > _intf.storage.fsset._proc._format: ProcFS instance, containing members: > _intf.storage.fsset._proc._format.uuid: None > _intf.storage.fsset._proc._format.exists: True > _intf.storage.fsset._proc._format._mountpoint: /mnt/sysimage/proc > _intf.storage.fsset._proc._format._majorminor: None > _intf.storage.fsset._proc._format._minInstanceSize: None > _intf.storage.fsset._proc._format.fsprofile: None > _intf.storage.fsset._proc._format.label: None > _intf.storage.fsset._proc._format._targetSize: 0 > _intf.storage.fsset._proc._format._size: 0 > _intf.storage.fsset._proc._format.mountopts: None > _intf.storage.fsset._proc._format.mountpoint: /proc > _intf.storage.fsset._proc._format._device: proc > _intf.storage.fsset._proc.parents: [] > _intf.storage.fsset._proc.deviceLinks: [] > _intf.storage.fsset._proc.minor: 0 > _intf.storage.fsset._proc.fstabComment: Skipped > _intf.storage.fsset._proc.bus: Skipped > _intf.storage.fsset._proc.sysfsPath: Skipped > _intf.storage.fsset._proc._targetSize: 0 > _intf.storage.fsset._proc._model: Skipped > _intf.storage.fsset._proc.kids: 0 > _intf.storage.fsset._proc._vendor: Skipped > _intf.storage.fsset._proc._name: proc > _intf.storage.fsset._proc.protected: False > _intf.storage.fsset._proc.originalFormat: ProcFS instance, containing members: > _intf.storage.fsset._proc.originalFormat.uuid: None > _intf.storage.fsset._proc.originalFormat.exists: True > _intf.storage.fsset._proc.originalFormat._mountpoint: None > _intf.storage.fsset._proc.originalFormat.mountpoint: /proc > _intf.storage.fsset._proc.originalFormat._majorminor: None > _intf.storage.fsset._proc.originalFormat.fsprofile: None > _intf.storage.fsset._proc.originalFormat.label: None > _intf.storage.fsset._proc.originalFormat._targetSize: 0 > _intf.storage.fsset._proc.originalFormat._minInstanceSize: None > _intf.storage.fsset._proc.originalFormat.mountopts: None > _intf.storage.fsset._proc.originalFormat._size: 0 > _intf.storage.fsset._proc.originalFormat._device: proc > _intf.storage.fsset._proc._serial: None > _intf.storage.fsset.active: True > _intf.storage.fsset.cryptTab: CryptTab instance, containing members: > _intf.storage.fsset.cryptTab.devicetree: Already dumped (DeviceTree instance) > _intf.storage.fsset.cryptTab.blkidTab: None > _intf.storage.fsset.cryptTab.chroot: Skipped > _intf.storage.fsset.cryptTab.mappings: {} > _intf.storage.fsset._devpts: NoDevice instance, containing members: > _intf.storage.fsset._devpts.major: 0 > _intf.storage.fsset._devpts._partedDevice: None > _intf.storage.fsset._devpts.exists: True > _intf.storage.fsset._devpts._size: 0 > _intf.storage.fsset._devpts.id: 33 > _intf.storage.fsset._devpts.controllable: True > _intf.storage.fsset._devpts.uuid: None > _intf.storage.fsset._devpts._format: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts._format.uuid: None > _intf.storage.fsset._devpts._format.exists: True > _intf.storage.fsset._devpts._format._mountpoint: /mnt/sysimage/dev/pts > _intf.storage.fsset._devpts._format._majorminor: None > _intf.storage.fsset._devpts._format._minInstanceSize: None > _intf.storage.fsset._devpts._format.fsprofile: None > _intf.storage.fsset._devpts._format.label: None > _intf.storage.fsset._devpts._format._targetSize: 0 > _intf.storage.fsset._devpts._format._size: 0 > _intf.storage.fsset._devpts._format.mountopts: None > _intf.storage.fsset._devpts._format.mountpoint: /dev/pts > _intf.storage.fsset._devpts._format._device: devpts > _intf.storage.fsset._devpts.parents: [] > _intf.storage.fsset._devpts.deviceLinks: [] > _intf.storage.fsset._devpts.minor: 0 > _intf.storage.fsset._devpts.fstabComment: Skipped > _intf.storage.fsset._devpts.bus: Skipped > _intf.storage.fsset._devpts.sysfsPath: Skipped > _intf.storage.fsset._devpts._targetSize: 0 > _intf.storage.fsset._devpts._model: Skipped > _intf.storage.fsset._devpts.kids: 0 > _intf.storage.fsset._devpts._vendor: Skipped > _intf.storage.fsset._devpts._name: devpts > _intf.storage.fsset._devpts.protected: False > _intf.storage.fsset._devpts.originalFormat: DevPtsFS instance, containing members: > _intf.storage.fsset._devpts.originalFormat.uuid: None > _intf.storage.fsset._devpts.originalFormat.exists: True > _intf.storage.fsset._devpts.originalFormat._mountpoint: None > _intf.storage.fsset._devpts.originalFormat.mountpoint: /dev/pts > _intf.storage.fsset._devpts.originalFormat._majorminor: None > _intf.storage.fsset._devpts.originalFormat.fsprofile: None > _intf.storage.fsset._devpts.originalFormat.label: None > _intf.storage.fsset._devpts.originalFormat._targetSize: 0 > _intf.storage.fsset._devpts.originalFormat._minInstanceSize: None > _intf.storage.fsset._devpts.originalFormat.mountopts: None > _intf.storage.fsset._devpts.originalFormat._size: 0 > _intf.storage.fsset._devpts.originalFormat._device: devpts > _intf.storage.fsset._devpts._serial: None > _intf.storage.fsset._sysfs: NoDevice instance, containing members: > _intf.storage.fsset._sysfs.major: 0 > _intf.storage.fsset._sysfs._partedDevice: None > _intf.storage.fsset._sysfs.exists: True > _intf.storage.fsset._sysfs._size: 0 > _intf.storage.fsset._sysfs.id: 34 > _intf.storage.fsset._sysfs.controllable: True > _intf.storage.fsset._sysfs.uuid: None > _intf.storage.fsset._sysfs._format: SysFS instance, containing members: > _intf.storage.fsset._sysfs._format.uuid: None > _intf.storage.fsset._sysfs._format.exists: True > _intf.storage.fsset._sysfs._format._mountpoint: /mnt/sysimage/sys > _intf.storage.fsset._sysfs._format._majorminor: None > _intf.storage.fsset._sysfs._format._minInstanceSize: None > _intf.storage.fsset._sysfs._format.fsprofile: None > _intf.storage.fsset._sysfs._format.label: None > _intf.storage.fsset._sysfs._format._targetSize: 0 > _intf.storage.fsset._sysfs._format._size: 0 > _intf.storage.fsset._sysfs._format.mountopts: None > _intf.storage.fsset._sysfs._format.mountpoint: /sys > _intf.storage.fsset._sysfs._format._device: sysfs > _intf.storage.fsset._sysfs.parents: [] > _intf.storage.fsset._sysfs.deviceLinks: [] > _intf.storage.fsset._sysfs.minor: 0 > _intf.storage.fsset._sysfs.fstabComment: Skipped > _intf.storage.fsset._sysfs.bus: Skipped > _intf.storage.fsset._sysfs.sysfsPath: Skipped > _intf.storage.fsset._sysfs._targetSize: 0 > _intf.storage.fsset._sysfs._model: Skipped > _intf.storage.fsset._sysfs.kids: 0 > _intf.storage.fsset._sysfs._vendor: Skipped > _intf.storage.fsset._sysfs._name: sysfs > _intf.storage.fsset._sysfs.protected: False > _intf.storage.fsset._sysfs.originalFormat: SysFS instance, containing members: > _intf.storage.fsset._sysfs.originalFormat.uuid: None > _intf.storage.fsset._sysfs.originalFormat.exists: True > _intf.storage.fsset._sysfs.originalFormat._mountpoint: None > _intf.storage.fsset._sysfs.originalFormat.mountpoint: /sys > _intf.storage.fsset._sysfs.originalFormat._majorminor: None > _intf.storage.fsset._sysfs.originalFormat.fsprofile: None > _intf.storage.fsset._sysfs.originalFormat.label: None > _intf.storage.fsset._sysfs.originalFormat._targetSize: 0 > _intf.storage.fsset._sysfs.originalFormat._minInstanceSize: None > _intf.storage.fsset._sysfs.originalFormat.mountopts: None > _intf.storage.fsset._sysfs.originalFormat._size: 0 > _intf.storage.fsset._sysfs.originalFormat._device: sysfs > _intf.storage.fsset._sysfs._serial: None > _intf.storage.fsset._selinux: NoDevice instance, containing members: > _intf.storage.fsset._selinux.major: 0 > _intf.storage.fsset._selinux._partedDevice: None > _intf.storage.fsset._selinux.exists: True > _intf.storage.fsset._selinux._size: 0 > _intf.storage.fsset._selinux.id: 36 > _intf.storage.fsset._selinux.controllable: True > _intf.storage.fsset._selinux.uuid: None > _intf.storage.fsset._selinux._format: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux._format.uuid: None > _intf.storage.fsset._selinux._format.exists: True > _intf.storage.fsset._selinux._format._mountpoint: /mnt/sysimage/sys/fs/selinux > _intf.storage.fsset._selinux._format._majorminor: None > _intf.storage.fsset._selinux._format._minInstanceSize: None > _intf.storage.fsset._selinux._format.fsprofile: None > _intf.storage.fsset._selinux._format.label: None > _intf.storage.fsset._selinux._format._targetSize: 0 > _intf.storage.fsset._selinux._format._size: 0 > _intf.storage.fsset._selinux._format.mountopts: None > _intf.storage.fsset._selinux._format.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux._format._device: selinuxfs > _intf.storage.fsset._selinux.parents: [] > _intf.storage.fsset._selinux.deviceLinks: [] > _intf.storage.fsset._selinux.minor: 0 > _intf.storage.fsset._selinux.fstabComment: Skipped > _intf.storage.fsset._selinux.bus: Skipped > _intf.storage.fsset._selinux.sysfsPath: Skipped > _intf.storage.fsset._selinux._targetSize: 0 > _intf.storage.fsset._selinux._model: Skipped > _intf.storage.fsset._selinux.kids: 0 > _intf.storage.fsset._selinux._vendor: Skipped > _intf.storage.fsset._selinux._name: selinuxfs > _intf.storage.fsset._selinux.protected: False > _intf.storage.fsset._selinux.originalFormat: SELinuxFS instance, containing members: > _intf.storage.fsset._selinux.originalFormat.uuid: None > _intf.storage.fsset._selinux.originalFormat.exists: True > _intf.storage.fsset._selinux.originalFormat._mountpoint: None > _intf.storage.fsset._selinux.originalFormat.mountpoint: /sys/fs/selinux > _intf.storage.fsset._selinux.originalFormat._majorminor: None > _intf.storage.fsset._selinux.originalFormat.fsprofile: None > _intf.storage.fsset._selinux.originalFormat.label: None > _intf.storage.fsset._selinux.originalFormat._targetSize: 0 > _intf.storage.fsset._selinux.originalFormat._minInstanceSize: None > _intf.storage.fsset._selinux.originalFormat.mountopts: None > _intf.storage.fsset._selinux.originalFormat._size: 0 > _intf.storage.fsset._selinux.originalFormat._device: selinuxfs > _intf.storage.fsset._selinux._serial: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [LABEL=Fedora_20-TC3_x86_64] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda, sdb, sdc, vda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda, sdb, sdc, vda] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [existing 8192MB disk sda (0) with existing msdos disklabel >, existing 8192MB disk sdb (3) with existing msdos disklabel >, existing 8192MB disk sdc (6) with existing msdos disklabel >, existing 10240MB disk vda (8) with existing msdos disklabel >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >, Already dumped (DiskDevice instance) >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: LinuxBootLoaderImage instance, containing members: > _intf.storage._bootloader._default_image.short_label: linux > _intf.storage._bootloader._default_image.label: Fedora > _intf.storage._bootloader._default_image._initrd: None > _intf.storage._bootloader._default_image.version: 3.11.9-300.fc20.x86_64 > _intf.storage._bootloader._default_image._kernel: None > _intf.storage._bootloader._default_image.device: Already dumped (LVMLogicalVolumeDevice instance) > _intf.storage._bootloader.stage2_device: Already dumped (LVMLogicalVolumeDevice instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: vconsole.font=latarcyrheb-sun16 rd.md.uuid=51988ae9:607e8320:62f8b667:000e7bf8 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet > _intf.storage._bootloader.boot_args: vconsole.font=latarcyrheb-sun16 rd.md.uuid=51988ae9:607e8320:62f8b667:000e7bf8 vconsole.keymap=us rd.lvm.lv=fedora/root $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rhgb quiet > _intf.storage._bootloader.linux_images: [Already dumped (LinuxBootLoaderImage instance) >] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f8c481f7350) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f8c481f7450) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f8c481f7490) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f8c481f74d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f8c481f7510) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2064 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f8c69cb7b18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload.install_device: OpticalDevice instance, containing members: > _intf.payload.install_device.major: 11 > _intf.payload.install_device._partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2246656 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0440> > _intf.payload.install_device.exists: True > _intf.payload.install_device._size: 4388.0 > _intf.payload.install_device.id: 5 > _intf.payload.install_device.controllable: True > _intf.payload.install_device.uuid: None > _intf.payload.install_device._format: Iso9660FS instance, containing members: > _intf.payload.install_device._format.uuid: 2013-11-27-02-53-24-00 > _intf.payload.install_device._format.exists: True > _intf.payload.install_device._format._mountpoint: None > _intf.payload.install_device._format._majorminor: None > _intf.payload.install_device._format._minInstanceSize: None > _intf.payload.install_device._format._mountType: iso9660 > _intf.payload.install_device._format.fsprofile: None > _intf.payload.install_device._format.label: Fedora_20-TC3_x86_64 > _intf.payload.install_device._format._targetSize: 0.0 > _intf.payload.install_device._format._size: 0.0 > _intf.payload.install_device._format.mountopts: None > _intf.payload.install_device._format.mountpoint: None > _intf.payload.install_device._format._device: /dev/sr0 > _intf.payload.install_device.parents: [] > _intf.payload.install_device.deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003, /dev/disk/by-label/Fedora\x2020-TC3\x20x86_64, /dev/disk/by-uuid/2013-11-27-02-53-24-00] > _intf.payload.install_device.minor: 0 > _intf.payload.install_device.fstabComment: Skipped > _intf.payload.install_device.bus: Skipped > _intf.payload.install_device.sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.payload.install_device._targetSize: 0 > _intf.payload.install_device._model: QEMU_DVD-ROM > _intf.payload.install_device.kids: 0 > _intf.payload.install_device._vendor: None > _intf.payload.install_device._name: sr0 > _intf.payload.install_device.protected: True > _intf.payload.install_device.originalFormat: Iso9660FS instance, containing members: > _intf.payload.install_device.originalFormat.uuid: 2013-11-27-02-53-24-00 > _intf.payload.install_device.originalFormat.exists: True > _intf.payload.install_device.originalFormat._mountpoint: None > _intf.payload.install_device.originalFormat.mountpoint: None > _intf.payload.install_device.originalFormat._majorminor: None > _intf.payload.install_device.originalFormat.fsprofile: None > _intf.payload.install_device.originalFormat.label: Fedora_20-TC3_x86_64 > _intf.payload.install_device.originalFormat._targetSize: 0.0 > _intf.payload.install_device.originalFormat._minInstanceSize: None > _intf.payload.install_device.originalFormat.mountopts: None > _intf.payload.install_device.originalFormat._size: 0.0 > _intf.payload.install_device.originalFormat._device: /dev/sr0 > _intf.payload.install_device._serial: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /tmp/yum.repos.d > _intf.payload._setup: True > _intf.payload._requiredPackages: [grub2, mdadm, e2fsprogs, lvm2, authconfig, firewalld] > _intf.payload._requiredGroups: [] > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload._base_repo: anaconda > _intf.payload.txID: 1386000839.56 > _intf.payload.default_repos: [fedora, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 845.51 MB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 9658 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: False > _intf._currentAction._incompleteSpokes: [] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 12 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x7f8c3dd66c68> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: False > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._pwStrengthCheck: GUICheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._handler_id: 14237 > _intf._currentAction._spokes._pwStrengthCheck._check_data: None > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _intf._currentAction._spokes._pwStrengthCheck._editable: Entry instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: The password contains the user name in some form > _intf._currentAction._spokes._check_list: [GUICheck instance, containing members: > _handler_id: 14234 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 14235 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 14236 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _editable: Already dumped (Entry instance) > _check_status: None >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 14238 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x7f8c4f7e2210>> > _editable: Already dumped (Entry instance) > _check_status: None >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._confirm_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 2 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._password_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: >, 'UserSpoke': UserSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._password_check: GUICheck instance, containing members: > _intf._currentAction._spokes._password_check._handler_id: 14446 > _intf._currentAction._spokes._password_check._check_data: None > _intf._currentAction._spokes._password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _intf._currentAction._spokes._password_check._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._password_check._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _intf._currentAction._spokes._password_check._editable: Entry instance, containing members: > _intf._currentAction._spokes._password_check._check_status: None > _intf._currentAction._spokes.guesser: {<Entry object at 0x7f8c4f7a2e10 (GtkEntry at 0x466c270)>: True} > _intf._currentAction._spokes._pwStrengthCheck: GUICheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._handler_id: 14447 > _intf._currentAction._spokes._pwStrengthCheck._check_data: None > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _intf._currentAction._spokes._pwStrengthCheck._editable: Already dumped (Entry instance) > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._oldweak: None > _intf._currentAction._spokes._check_list: [GUICheck instance, containing members: > _handler_id: 14444 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 14445 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _editable: Entry instance, containing members: > _check_status: None >, Already dumped (GUICheck instance) >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 14448 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 14449 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x19e57d0>, 'message': Invalid username} > _run_check: <function _checkUsername at 0x7f8c45594938> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 14450 > _check_data: {'regex': <_sre.SRE_Pattern object at 0x7f8c5e41b250>, 'message': Full name cannot contain colon characters} > _run_check: <function check_re at 0x7f8c5049e5f0> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x7f8c4f7a4590>> > _editable: Entry instance, containing members: > _check_status: None >] > _intf._currentAction._spokes._wheel: group --name=wheel > > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf._currentAction._spokes._advanced._window: Dialog instance, containing members: > _intf._currentAction._spokes._advanced._cGid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced.applyOnSkip: False > _intf._currentAction._spokes._advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes._advanced._groupsError: Label instance, containing members: > _intf._currentAction._spokes._advanced.builder: Builder instance, containing members: > _intf._currentAction._spokes._advanced._saveButton: Button instance, containing members: > _intf._currentAction._spokes._advanced._cUid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._tHome: Entry instance, containing members: > _intf._currentAction._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf._currentAction._spokes._advanced.skipTo: None > _intf._currentAction._spokes._advanced._cHome: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._uid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._check_list: [GUICheck instance, containing members: > _handler_id: 14585 > _check_data: {'error_label': Already dumped (Label instance) >, 'message': None} > _run_check: <function _validateGroups at 0x7f8c455b98c0> > _parent: Already dumped (AdvancedUserDialog instance) > _set_error: <bound method AdvancedUserDialog.set_check_error of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x7f8c4f7a45d0>> > _editable: Entry instance, containing members: > _check_status: None >] > _intf._currentAction._spokes._advanced._gid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf._currentAction._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._advanced._user: F19_UserData instance, containing members: > _intf._currentAction._spokes._advanced._user.shell: Skipped > _intf._currentAction._spokes._advanced._user.name: Skipped > _intf._currentAction._spokes._advanced._user.isCrypted: False > _intf._currentAction._spokes._advanced._user.lock: False > _intf._currentAction._spokes._advanced._user.password_kickstarted: False > _intf._currentAction._spokes._advanced._user.gid: None > _intf._currentAction._spokes._advanced._user.gecos: Skipped > _intf._currentAction._spokes._advanced._user.lineno: 0 > _intf._currentAction._spokes._advanced._user.groups: [] > _intf._currentAction._spokes._advanced._user.uid: None > _intf._currentAction._spokes._advanced._user.password: Skipped > _intf._currentAction._spokes._advanced._user.homedir: Skipped > _intf._currentAction._spokes._advanced._lHome: Label instance, containing members: > _intf._currentAction._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf._currentAction._spokes.b_advanced: Button instance, containing members: > _intf._currentAction._spokes._confirm_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.username: Already dumped (Entry instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes.admin: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes.usepassword: CheckButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.fullname: Already dumped (Entry instance) > _intf._currentAction._spokes._user: Already dumped (F19_UserData instance) >} > _intf._currentAction._totalSteps: 16 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._autoContinue: False > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedora_20-TC3_x86_64 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f8c4820f410>, True), 'type': (<function <lambda> at 0x7f8c4820f5f0>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f8c4820f488>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 20.25.11-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedora_20-TC3_x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >16:12:20,217 INFO anaconda: /sbin/anaconda 20.25.11-1 >16:12:20,436 INFO anaconda: 2097152 kB (2048 MB) are available >16:12:20,436 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >16:12:20,445 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >16:12:20,446 INFO anaconda: Default encoding = utf-8 >16:12:20,695 INFO anaconda: Display mode = g >16:12:20,695 INFO anaconda: 2097152 kB (2048 MB) are available >16:12:20,695 INFO anaconda: check_memory(): total:2048, needed:512, graphical:512 >16:12:21,837 DEBUG anaconda: X server has signalled a successful start. >16:12:21,839 INFO anaconda: Starting window manager, pid 1009. >16:12:21,887 INFO anaconda: Started spice-vdagent. >16:12:22,664 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140240610010880) >16:12:22,728 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >16:12:22,729 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >16:12:22,730 INFO anaconda: using only installclass _Fedora >16:12:23,195 INFO anaconda: bootloader GRUB2 on X86 platform >16:12:23,201 INFO anaconda: bootloader GRUB2 on X86 platform >16:12:23,228 DEBUG anaconda: network: devices found ['ens3'] >16:12:23,630 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on ens3 >16:12:23,707 DEBUG anaconda: network: setting autoconnect of ens3 to False >16:12:23,707 DEBUG anaconda: network: missing ifcfgs created for devices ['ens3'] >16:12:23,781 DEBUG anaconda: updating hostname localhost.localdomain >16:12:23,810 INFO anaconda: Running Thread: AnaStorageThread (140240422373120) >16:12:23,810 INFO anaconda: Running Thread: AnaTimeInitThread (140240413980416) >16:12:23,811 INFO anaconda: Running Thread: AnaPayloadThread (140240397195008) >16:12:23,811 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140240405587712) >16:12:23,875 DEBUG anaconda: updating hostname localhost.localdomain >16:12:23,921 INFO anaconda: got 0 NTP servers from DHCP >16:12:23,921 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140240405587712) >16:12:23,931 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140240405587712) >16:12:23,932 INFO anaconda: Starting geolocation lookup >16:12:23,944 INFO anaconda: Geolocation provider: Fedora GeoIP >16:12:24,794 INFO anaconda: Geolocation lookup finished in 0.8 seconds >16:12:24,795 INFO anaconda: got results from geolocation >16:12:24,795 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140240405587712) >16:12:24,926 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140240610010880) >16:12:26,274 INFO anaconda: Thread Done: AnaStorageThread (140240422373120) >16:12:26,459 INFO anaconda: Thread Done: AnaPayloadThread (140240397195008) >16:12:27,003 INFO anaconda: Thread Done: AnaTimeInitThread (140240413980416) >16:12:37,394 DEBUG anaconda: network standalone spoke (init): completed: ['ens3'] >16:12:37,569 INFO anaconda: fs space: 0 B needed: 3 GB >16:12:37,572 INFO anaconda: Running Thread: AnaDateTimeThread (140240413980416) >16:12:37,646 INFO anaconda: Thread Done: AnaDateTimeThread (140240413980416) >16:12:37,676 INFO anaconda: fs space: 0 B needed: 3 GB >16:12:37,720 INFO anaconda: fs space: 0 B needed: 3 GB >16:12:37,760 INFO anaconda: Running Thread: AnaSourceWatcher (140240610010880) >16:12:37,777 INFO anaconda: Running Thread: AnaSoftwareWatcher (140240331044608) >16:12:37,799 INFO anaconda: Running Thread: AnaStorageWatcher (140240322651904) >16:12:37,804 INFO anaconda: Thread Done: AnaStorageWatcher (140240322651904) >16:12:37,866 INFO anaconda: Running Thread: AnaCustomStorageInit (140240322651904) >16:12:37,978 DEBUG anaconda: network: selected device ens3 >16:12:38,051 DEBUG anaconda: updating hostname localhost.localdomain >16:12:38,302 INFO anaconda: Running Thread: AnaNTPserver0 (140240397195008) >16:12:38,314 INFO anaconda: Running Thread: AnaNTPserver1 (140240310658816) >16:12:38,314 INFO anaconda: Running Thread: AnaNTPserver2 (140240302266112) >16:12:38,316 DEBUG anaconda: Setting up repos: [] >16:12:38,318 INFO anaconda: Thread Done: AnaSourceWatcher (140240610010880) >16:12:38,322 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f8c4564fed0> >16:12:38,322 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> status to: Probing storage... >16:12:38,323 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> status to: Downloading package metadata... >16:12:38,323 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> status to: Downloading package metadata... >16:12:38,323 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> status to: Downloading group metadata... >16:12:38,324 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> status to: Probing storage... >16:12:38,324 INFO anaconda: Running Thread: AnaNTPserver3 (140240293873408) >16:12:38,330 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:12:38,364 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> >16:12:38,374 INFO anaconda: Thread Done: AnaNTPserver1 (140240310658816) >16:12:38,377 INFO anaconda: Thread Done: AnaNTPserver3 (140240293873408) >16:12:38,389 INFO anaconda: Thread Done: AnaNTPserver2 (140240302266112) >16:12:38,434 INFO anaconda: Thread Done: AnaNTPserver0 (140240397195008) >16:12:38,520 DEBUG anaconda: updating hostname localhost.localdomain >16:12:38,717 DEBUG anaconda: updating hostname localhost.localdomain >16:12:38,717 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x2c80d90> status to: Wired (ens3) connected >16:12:38,959 INFO anaconda: Thread Done: AnaCustomStorageInit (140240322651904) >16:12:42,034 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140240322651904) >16:12:42,034 INFO anaconda: Thread Done: AnaSoftwareWatcher (140240331044608) >16:12:42,179 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> >16:12:42,221 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> >16:12:42,243 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> >16:12:42,247 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> status to: Checking software dependencies... >16:12:42,349 DEBUG anaconda: disk free: 14.78 GB fs free: 0 B sw needs: 3 GB auto swap: 0 B >16:12:45,948 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140240322651904) >16:12:45,959 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> >16:12:45,963 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> >16:12:47,047 INFO anaconda: Running Thread: AnaExecuteStorageThread (140240322651904) >16:12:47,066 DEBUG anaconda: new disk order: [] >16:12:47,110 DEBUG anaconda: new disk order: [] >16:12:47,173 DEBUG anaconda: stage1 device cannot be of type mdarray >16:12:47,176 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:12:47,177 DEBUG anaconda: _is_valid_size(sda) returning True >16:12:47,177 DEBUG anaconda: _is_valid_location(sda) returning True >16:12:47,178 DEBUG anaconda: _is_valid_format(sda) returning True >16:12:47,178 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:12:47,179 INFO anaconda: Thread Done: AnaExecuteStorageThread (140240322651904) >16:12:47,232 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'localhost.localdomain:root', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sr0', 'vda', 'vda1'] >16:12:47,233 DEBUG anaconda: ui: unused=[] >16:12:47,233 DEBUG anaconda: ui: new_devices=[] >16:12:47,241 DEBUG anaconda: page clicked: New Fedora 20-TC3 Installation >16:12:47,241 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:47,241 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:47,296 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:12:47,297 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> status to: Saving storage configuration... >16:12:47,303 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:12:48,952 DEBUG anaconda: page clicked: Fedora Linux 20 for x86_64 >16:12:48,953 DEBUG anaconda: show mountpoint: Fedora Linux 20 for x86_64 >16:12:48,962 DEBUG anaconda: populate_right_side: existing 10015MB mdarray localhost.localdomain:root (2) with existing ext4 filesystem >16:12:48,967 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:48,967 DEBUG anaconda: updated device_container_name to None >16:12:48,968 DEBUG anaconda: updated device_container_raid_level to None >16:12:48,968 DEBUG anaconda: updated device_container_encrypted to False >16:12:48,968 DEBUG anaconda: updated device_container_size to 0 >16:12:48,974 DEBUG anaconda: fs type changed: ext4 >16:12:48,982 INFO anaconda: getting device type for RAID >16:12:48,983 DEBUG anaconda: device_type_changed: 1 RAID >16:12:48,983 INFO anaconda: getting device type for RAID >16:12:48,984 INFO anaconda: getting device type for RAID >16:12:48,984 INFO anaconda: getting device type for RAID >16:12:48,985 INFO anaconda: getting device type for RAID >16:12:48,986 INFO anaconda: getting device type for RAID >16:12:48,986 INFO anaconda: getting device type for RAID >16:12:48,987 INFO anaconda: getting device type for RAID >16:12:48,987 INFO anaconda: getting device type for RAID >16:12:48,988 DEBUG anaconda: populate_raid: 1, raid1 >16:12:48,988 INFO anaconda: getting device type for RAID >16:12:48,990 INFO anaconda: getting device type for RAID >16:12:48,990 DEBUG anaconda: populate_raid: 1, raid10 >16:12:48,991 INFO anaconda: getting device type for RAID >16:12:50,305 DEBUG anaconda: removing device 'existing 10015MB mdarray localhost.localdomain:root (2) with existing ext4 filesystem' from page Fedora Linux 20 for x86_64 >16:12:52,168 INFO anaconda: ui: removed device localhost.localdomain:root >16:12:52,178 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sdc', 'sr0', 'vda'] >16:12:52,179 DEBUG anaconda: ui: unused=[] >16:12:52,179 DEBUG anaconda: ui: new_devices=[] >16:12:52,184 DEBUG anaconda: page clicked: New Fedora 20-TC3 Installation >16:12:52,184 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:52,185 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:53,272 DEBUG anaconda: running automatic partitioning >16:12:53,328 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:12:53,328 DEBUG anaconda: _is_valid_size(sda) returning True >16:12:53,328 DEBUG anaconda: _is_valid_location(sda) returning True >16:12:53,329 DEBUG anaconda: _is_valid_format(sda) returning True >16:12:53,329 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:12:53,571 DEBUG anaconda: new disk order: [] >16:12:53,592 DEBUG anaconda: stage1 device cannot be of type lvmvg >16:12:53,592 DEBUG anaconda: stage1 device cannot be of type lvmlv >16:12:53,593 DEBUG anaconda: stage1 device cannot be of type lvmlv >16:12:53,594 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:12:53,594 DEBUG anaconda: _is_valid_size(sda) returning True >16:12:53,594 DEBUG anaconda: _is_valid_location(sda) returning True >16:12:53,594 DEBUG anaconda: _is_valid_format(sda) returning True >16:12:53,594 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:12:53,596 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:12:53,596 DEBUG anaconda: _is_valid_size(sda) returning True >16:12:53,597 DEBUG anaconda: _is_valid_location(sda) returning True >16:12:53,597 DEBUG anaconda: _is_valid_format(sda) returning True >16:12:53,597 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:12:53,597 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >16:12:53,597 DEBUG anaconda: _is_valid_size(sda1) returning True >16:12:53,597 DEBUG anaconda: _is_valid_location(sda1) returning True >16:12:53,598 DEBUG anaconda: _is_valid_partition(sda1) returning True >16:12:53,598 DEBUG anaconda: _is_valid_format(sda1) returning True >16:12:53,598 DEBUG anaconda: is_valid_stage2_device(sda1) returning True >16:12:53,598 DEBUG anaconda: finished automatic partitioning >16:12:53,599 DEBUG anaconda: refreshing ui >16:12:53,600 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sr0', 'vda', 'vda1'] >16:12:53,601 DEBUG anaconda: ui: unused=[] >16:12:53,602 DEBUG anaconda: ui: new_devices=['fedora-root', 'fedora-swap', 'sda1'] >16:12:53,615 DEBUG anaconda: page clicked: New Fedora 20-TC3 Installation >16:12:53,615 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:53,616 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (22) with non-existent ext4 filesystem mounted at /boot >16:12:53,616 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,616 DEBUG anaconda: updated device_container_name to None >16:12:53,617 DEBUG anaconda: updated device_container_raid_level to None >16:12:53,617 DEBUG anaconda: updated device_container_encrypted to False >16:12:53,617 DEBUG anaconda: updated device_container_size to 0 >16:12:53,620 INFO anaconda: getting device type for RAID >16:12:53,625 INFO anaconda: getting device type for Standard Partition >16:12:53,625 DEBUG anaconda: device_type_changed: 2 Standard Partition >16:12:53,626 INFO anaconda: getting device type for Standard Partition >16:12:53,626 INFO anaconda: getting device type for Standard Partition >16:12:53,627 INFO anaconda: getting device type for Standard Partition >16:12:53,627 INFO anaconda: getting device type for Standard Partition >16:12:53,628 INFO anaconda: getting device type for Standard Partition >16:12:53,628 INFO anaconda: getting device type for Standard Partition >16:12:53,629 INFO anaconda: getting device type for Standard Partition >16:12:53,630 INFO anaconda: getting device type for Standard Partition >16:12:53,630 DEBUG anaconda: populate_raid: 2, None >16:12:53,630 INFO anaconda: getting device type for Standard Partition >16:12:53,631 INFO anaconda: getting device type for Standard Partition >16:12:53,632 DEBUG anaconda: populate_raid: 2, None >16:12:53,632 INFO anaconda: getting device type for Standard Partition >16:12:53,634 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:53,634 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda1 (22) with non-existent ext4 filesystem mounted at /boot >16:12:53,634 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,635 DEBUG anaconda: updated device_container_name to None >16:12:53,635 DEBUG anaconda: updated device_container_raid_level to None >16:12:53,635 DEBUG anaconda: updated device_container_encrypted to False >16:12:53,635 DEBUG anaconda: updated device_container_size to 0 >16:12:53,640 INFO anaconda: getting device type for Standard Partition >16:12:53,641 DEBUG anaconda: populate_raid: 2, None >16:12:53,641 INFO anaconda: getting device type for Standard Partition >16:12:53,642 DEBUG anaconda: finished refreshing ui >16:12:53,642 DEBUG anaconda: updating space display >16:12:53,647 DEBUG anaconda: finished updating space display >16:12:55,168 DEBUG anaconda: removing device 'non-existent 500MB partition sda1 (22) with non-existent ext4 filesystem mounted at /boot' from page New Fedora 20-TC3 Installation >16:12:55,174 INFO anaconda: ui: removed device sda1 >16:12:55,187 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda2', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sr0', 'vda', 'vda1'] >16:12:55,188 DEBUG anaconda: ui: unused=[] >16:12:55,190 DEBUG anaconda: ui: new_devices=['fedora-root', 'fedora-swap'] >16:12:55,209 DEBUG anaconda: page clicked: New Fedora 20-TC3 Installation >16:12:55,209 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:55,209 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:55,210 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:55,210 DEBUG anaconda: updated device_container_name to fedora >16:12:55,211 DEBUG anaconda: updated device_container_raid_level to None >16:12:55,211 DEBUG anaconda: updated device_container_encrypted to False >16:12:55,211 DEBUG anaconda: updated device_container_size to 0 >16:12:55,221 INFO anaconda: getting device type for LVM >16:12:55,222 DEBUG anaconda: device_type_changed: 0 LVM >16:12:55,222 INFO anaconda: getting device type for LVM >16:12:55,223 INFO anaconda: getting device type for LVM >16:12:55,224 INFO anaconda: getting device type for LVM >16:12:55,225 INFO anaconda: getting device type for LVM >16:12:55,225 INFO anaconda: getting device type for LVM >16:12:55,226 INFO anaconda: getting device type for LVM >16:12:55,227 INFO anaconda: getting device type for LVM >16:12:55,227 INFO anaconda: getting device type for LVM >16:12:55,228 INFO anaconda: getting device type for LVM >16:12:55,228 INFO anaconda: getting device type for LVM >16:12:55,229 INFO anaconda: getting device type for LVM >16:12:55,229 DEBUG anaconda: populate_raid: 0, None >16:12:55,229 INFO anaconda: getting device type for LVM >16:12:55,231 INFO anaconda: getting device type for LVM >16:12:55,231 DEBUG anaconda: populate_raid: 0, None >16:12:55,232 INFO anaconda: getting device type for LVM >16:12:55,233 DEBUG anaconda: new container selection: fedora >16:12:55,233 DEBUG anaconda: default container is fedora >16:12:55,235 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:55,236 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:55,236 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:55,236 DEBUG anaconda: updated device_container_name to fedora >16:12:55,236 DEBUG anaconda: updated device_container_raid_level to None >16:12:55,237 DEBUG anaconda: updated device_container_encrypted to False >16:12:55,237 DEBUG anaconda: updated device_container_size to 0 >16:12:55,245 INFO anaconda: getting device type for LVM >16:12:55,245 DEBUG anaconda: populate_raid: 0, None >16:12:55,246 INFO anaconda: getting device type for LVM >16:12:55,247 DEBUG anaconda: new container selection: None >16:12:55,247 DEBUG anaconda: new container selection: None >16:12:55,248 DEBUG anaconda: new container selection: fedora >16:12:55,248 DEBUG anaconda: default container is fedora >16:12:56,224 DEBUG anaconda: current selector: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:56,225 DEBUG anaconda: notebook page = 1 >16:12:56,225 INFO anaconda: ui: saving changes to device fedora-root >16:12:56,226 DEBUG anaconda: old name: root >16:12:56,226 DEBUG anaconda: new name: root >16:12:56,230 DEBUG anaconda: old size: 32236 >16:12:56,231 DEBUG anaconda: new size: 32236 >16:12:56,231 INFO anaconda: getting device type for LVM >16:12:56,231 DEBUG anaconda: old device type: 0 >16:12:56,232 DEBUG anaconda: new device type: 0 >16:12:56,232 DEBUG anaconda: reformat: True >16:12:56,235 DEBUG anaconda: old fs type: ext4 >16:12:56,235 DEBUG anaconda: new fs type: ext4 >16:12:56,235 DEBUG anaconda: old encryption setting: False >16:12:56,235 DEBUG anaconda: new encryption setting: False >16:12:56,236 DEBUG anaconda: old label: >16:12:56,236 DEBUG anaconda: new_label: >16:12:56,236 DEBUG anaconda: old mountpoint: / >16:12:56,236 DEBUG anaconda: new mountpoint: / >16:12:56,238 DEBUG anaconda: old raid level: None >16:12:56,238 DEBUG anaconda: new raid level: None >16:12:56,241 DEBUG anaconda: old container: fedora >16:12:56,241 DEBUG anaconda: new container: fedora >16:12:56,241 DEBUG anaconda: old container encrypted: False >16:12:56,241 DEBUG anaconda: new container encrypted: False >16:12:56,242 DEBUG anaconda: old container raid level: None >16:12:56,242 DEBUG anaconda: new container raid level: None >16:12:56,242 DEBUG anaconda: old container size request: 0 >16:12:56,242 DEBUG anaconda: new container size request: 0 >16:12:56,243 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc', 'vda'] >16:12:56,243 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc', 'vda'] >16:12:56,243 DEBUG anaconda: nothing changed for new device >16:12:56,244 DEBUG anaconda: new selector: non-existent 2064MB lvmlv fedora-swap (25) with non-existent swap >16:12:56,244 DEBUG anaconda: populate_right_side: non-existent 2064MB lvmlv fedora-swap (25) with non-existent swap >16:12:56,244 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:56,245 DEBUG anaconda: updated device_container_name to fedora >16:12:56,245 DEBUG anaconda: updated device_container_raid_level to None >16:12:56,245 DEBUG anaconda: updated device_container_encrypted to False >16:12:56,245 DEBUG anaconda: updated device_container_size to 0 >16:12:56,249 DEBUG anaconda: fs type changed: swap >16:12:56,257 INFO anaconda: getting device type for LVM >16:12:56,257 DEBUG anaconda: populate_raid: 0, None >16:12:56,257 INFO anaconda: getting device type for LVM >16:12:56,258 DEBUG anaconda: new container selection: None >16:12:56,259 DEBUG anaconda: new container selection: None >16:12:56,259 DEBUG anaconda: new container selection: fedora >16:12:56,260 DEBUG anaconda: default container is fedora >16:12:56,929 DEBUG anaconda: removing device 'non-existent 2064MB lvmlv fedora-swap (25) with non-existent swap' from page New Fedora 20-TC3 Installation >16:12:57,211 INFO anaconda: ui: removed device fedora-swap >16:12:57,218 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sr0', 'vda', 'vda1'] >16:12:57,219 DEBUG anaconda: ui: unused=[] >16:12:57,219 DEBUG anaconda: ui: new_devices=['fedora-root'] >16:12:57,226 DEBUG anaconda: page clicked: New Fedora 20-TC3 Installation >16:12:57,226 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:57,227 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:57,227 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:57,227 DEBUG anaconda: updated device_container_name to fedora >16:12:57,227 DEBUG anaconda: updated device_container_raid_level to None >16:12:57,227 DEBUG anaconda: updated device_container_encrypted to False >16:12:57,227 DEBUG anaconda: updated device_container_size to 0 >16:12:57,230 DEBUG anaconda: fs type changed: ext4 >16:12:57,235 INFO anaconda: getting device type for LVM >16:12:57,235 DEBUG anaconda: populate_raid: 0, None >16:12:57,235 INFO anaconda: getting device type for LVM >16:12:57,236 DEBUG anaconda: new container selection: None >16:12:57,236 DEBUG anaconda: new container selection: None >16:12:57,237 DEBUG anaconda: new container selection: fedora >16:12:57,237 DEBUG anaconda: default container is fedora >16:12:57,238 DEBUG anaconda: show mountpoint: New Fedora 20-TC3 Installation >16:12:57,238 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:57,238 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:57,239 DEBUG anaconda: updated device_container_name to fedora >16:12:57,239 DEBUG anaconda: updated device_container_raid_level to None >16:12:57,239 DEBUG anaconda: updated device_container_encrypted to False >16:12:57,239 DEBUG anaconda: updated device_container_size to 0 >16:12:57,244 INFO anaconda: getting device type for LVM >16:12:57,245 DEBUG anaconda: populate_raid: 0, None >16:12:57,245 INFO anaconda: getting device type for LVM >16:12:57,245 DEBUG anaconda: new container selection: None >16:12:57,246 DEBUG anaconda: new container selection: None >16:12:57,246 DEBUG anaconda: new container selection: fedora >16:12:57,246 DEBUG anaconda: default container is fedora >16:12:58,001 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:12:58,001 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:12:58,002 DEBUG anaconda: updated device_container_name to fedora >16:12:58,002 DEBUG anaconda: updated device_container_raid_level to None >16:12:58,002 DEBUG anaconda: updated device_container_encrypted to False >16:12:58,003 DEBUG anaconda: updated device_container_size to 0 >16:12:58,014 INFO anaconda: getting device type for LVM >16:12:58,014 DEBUG anaconda: populate_raid: 0, None >16:12:58,015 INFO anaconda: getting device type for LVM >16:12:58,016 DEBUG anaconda: new container selection: None >16:12:58,016 DEBUG anaconda: new container selection: None >16:12:58,017 DEBUG anaconda: new container selection: fedora >16:12:58,018 DEBUG anaconda: default container is fedora >16:13:00,924 INFO anaconda: getting device type for LVM >16:13:00,962 DEBUG anaconda: container dialog: raid level None >16:13:07,135 DEBUG anaconda: new disks for fedora: ['sda', 'sdb', 'sdc', 'vda'] >16:13:07,136 DEBUG anaconda: new container name: fedora >16:13:07,137 DEBUG anaconda: new container raid level: raid10 >16:13:07,137 DEBUG anaconda: new container encrypted: False >16:13:07,137 DEBUG anaconda: new container size: 0 >16:13:07,138 DEBUG anaconda: fedora -> fedora >16:13:09,145 DEBUG anaconda: populate_right_side: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:09,146 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:09,146 DEBUG anaconda: updated device_container_name to fedora >16:13:09,146 DEBUG anaconda: updated device_container_raid_level to None >16:13:09,147 DEBUG anaconda: updated device_container_encrypted to False >16:13:09,147 DEBUG anaconda: updated device_container_size to 0 >16:13:09,160 INFO anaconda: getting device type for LVM >16:13:09,161 DEBUG anaconda: populate_raid: 0, None >16:13:09,161 INFO anaconda: getting device type for LVM >16:13:09,163 DEBUG anaconda: new container selection: None >16:13:09,164 DEBUG anaconda: new container selection: None >16:13:09,165 DEBUG anaconda: new container selection: fedora >16:13:09,165 DEBUG anaconda: default container is fedora >16:13:14,201 INFO anaconda: ui: saving changes to device fedora-root >16:13:14,202 DEBUG anaconda: old name: root >16:13:14,202 DEBUG anaconda: new name: root >16:13:14,206 DEBUG anaconda: old size: 32236 >16:13:14,206 DEBUG anaconda: new size: 20000 >16:13:14,206 INFO anaconda: getting device type for LVM >16:13:14,207 DEBUG anaconda: old device type: 0 >16:13:14,207 DEBUG anaconda: new device type: 0 >16:13:14,207 DEBUG anaconda: reformat: True >16:13:14,209 DEBUG anaconda: old fs type: ext4 >16:13:14,210 DEBUG anaconda: new fs type: ext4 >16:13:14,210 DEBUG anaconda: old encryption setting: False >16:13:14,210 DEBUG anaconda: new encryption setting: False >16:13:14,210 DEBUG anaconda: old label: >16:13:14,210 DEBUG anaconda: new_label: >16:13:14,211 DEBUG anaconda: old mountpoint: / >16:13:14,211 DEBUG anaconda: new mountpoint: / >16:13:14,212 DEBUG anaconda: old raid level: None >16:13:14,212 DEBUG anaconda: new raid level: None >16:13:14,214 DEBUG anaconda: old container: fedora >16:13:14,215 DEBUG anaconda: new container: fedora >16:13:14,215 DEBUG anaconda: old container encrypted: False >16:13:14,215 DEBUG anaconda: new container encrypted: False >16:13:14,215 DEBUG anaconda: old container raid level: None >16:13:14,215 DEBUG anaconda: new container raid level: None >16:13:14,216 DEBUG anaconda: old container size request: 0 >16:13:14,216 DEBUG anaconda: new container size request: 0 >16:13:14,216 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:14,216 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:14,490 DEBUG anaconda: populate_right_side: non-existent 20000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:14,491 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:14,491 DEBUG anaconda: updated device_container_name to fedora >16:13:14,491 DEBUG anaconda: updated device_container_raid_level to None >16:13:14,491 DEBUG anaconda: updated device_container_encrypted to False >16:13:14,491 DEBUG anaconda: updated device_container_size to 0 >16:13:14,497 INFO anaconda: getting device type for LVM >16:13:14,497 DEBUG anaconda: populate_raid: 0, None >16:13:14,497 INFO anaconda: getting device type for LVM >16:13:14,498 DEBUG anaconda: new container selection: None >16:13:14,498 DEBUG anaconda: new container selection: None >16:13:14,499 DEBUG anaconda: new container selection: fedora >16:13:14,499 DEBUG anaconda: default container is fedora >16:13:14,499 DEBUG anaconda: leaving save_right_side >16:13:16,471 INFO anaconda: getting device type for LVM >16:13:16,509 DEBUG anaconda: container dialog: raid level None >16:13:22,757 DEBUG anaconda: new disks for fedora: ['sda', 'sdb', 'sdc', 'vda'] >16:13:22,758 DEBUG anaconda: new container name: fedora >16:13:22,758 DEBUG anaconda: new container raid level: raid10 >16:13:22,759 DEBUG anaconda: new container encrypted: False >16:13:22,759 DEBUG anaconda: new container size: 0 >16:13:22,759 DEBUG anaconda: fedora -> fedora >16:13:23,688 INFO anaconda: ui: saving changes to device fedora-root >16:13:23,689 DEBUG anaconda: old name: root >16:13:23,689 DEBUG anaconda: new name: root >16:13:23,694 DEBUG anaconda: old size: 20000 >16:13:23,694 DEBUG anaconda: new size: 20000 >16:13:23,694 INFO anaconda: getting device type for LVM >16:13:23,695 DEBUG anaconda: old device type: 0 >16:13:23,695 DEBUG anaconda: new device type: 0 >16:13:23,696 DEBUG anaconda: reformat: True >16:13:23,698 DEBUG anaconda: old fs type: ext4 >16:13:23,699 DEBUG anaconda: new fs type: ext4 >16:13:23,699 DEBUG anaconda: old encryption setting: False >16:13:23,699 DEBUG anaconda: new encryption setting: False >16:13:23,700 DEBUG anaconda: old label: >16:13:23,700 DEBUG anaconda: new_label: >16:13:23,700 DEBUG anaconda: old mountpoint: / >16:13:23,701 DEBUG anaconda: new mountpoint: / >16:13:23,701 DEBUG anaconda: old raid level: None >16:13:23,702 DEBUG anaconda: new raid level: None >16:13:23,705 DEBUG anaconda: old container: fedora >16:13:23,705 DEBUG anaconda: new container: fedora >16:13:23,705 DEBUG anaconda: old container encrypted: False >16:13:23,706 DEBUG anaconda: new container encrypted: False >16:13:23,706 DEBUG anaconda: old container raid level: None >16:13:23,706 DEBUG anaconda: new container raid level: raid10 >16:13:23,707 DEBUG anaconda: old container size request: 0 >16:13:23,707 DEBUG anaconda: new container size request: 0 >16:13:23,707 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:23,708 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:24,083 DEBUG anaconda: populate_right_side: non-existent 16364MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:24,083 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:24,083 DEBUG anaconda: updated device_container_name to fedora >16:13:24,083 DEBUG anaconda: updated device_container_raid_level to raid10 >16:13:24,084 DEBUG anaconda: updated device_container_encrypted to False >16:13:24,084 DEBUG anaconda: updated device_container_size to 0 >16:13:24,089 INFO anaconda: getting device type for LVM >16:13:24,090 DEBUG anaconda: populate_raid: 0, None >16:13:24,090 INFO anaconda: getting device type for LVM >16:13:24,091 DEBUG anaconda: new container selection: None >16:13:24,091 DEBUG anaconda: new container selection: None >16:13:24,092 DEBUG anaconda: new container selection: fedora >16:13:24,092 DEBUG anaconda: default container is fedora >16:13:24,092 DEBUG anaconda: leaving save_right_side >16:13:25,654 INFO anaconda: getting device type for LVM >16:13:25,689 DEBUG anaconda: container dialog: raid level None >16:13:25,690 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(Performance)</span> >16:13:25,690 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(Redundancy)</span> >16:13:25,690 DEBUG anaconda: container dialog: raid level RAID4 <span foreground="grey">(Error Checking)</span> >16:13:25,691 DEBUG anaconda: container dialog: raid level RAID5 <span foreground="grey">(Distributed Error Checking)</span> >16:13:25,691 DEBUG anaconda: container dialog: raid level RAID6 <span foreground="grey">(Redundant Error Checking)</span> >16:13:25,691 DEBUG anaconda: container dialog: raid level RAID10 <span foreground="grey">(Performance, Redundancy)</span> >16:13:27,225 DEBUG anaconda: fedora -> fedora >16:13:28,129 DEBUG anaconda: populate_right_side: non-existent 16364MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:28,130 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:28,131 DEBUG anaconda: updated device_container_name to fedora >16:13:28,131 DEBUG anaconda: updated device_container_raid_level to raid10 >16:13:28,131 DEBUG anaconda: updated device_container_encrypted to False >16:13:28,132 DEBUG anaconda: updated device_container_size to 0 >16:13:28,144 INFO anaconda: getting device type for LVM >16:13:28,145 DEBUG anaconda: populate_raid: 0, None >16:13:28,145 INFO anaconda: getting device type for LVM >16:13:28,146 DEBUG anaconda: new container selection: None >16:13:28,147 DEBUG anaconda: new container selection: None >16:13:28,148 DEBUG anaconda: new container selection: fedora >16:13:28,149 DEBUG anaconda: default container is fedora >16:13:32,744 INFO anaconda: ui: saving changes to device fedora-root >16:13:32,745 DEBUG anaconda: old name: root >16:13:32,745 DEBUG anaconda: new name: root >16:13:32,749 DEBUG anaconda: old size: 16364 >16:13:32,750 DEBUG anaconda: new size: 10000 >16:13:32,750 INFO anaconda: getting device type for LVM >16:13:32,751 DEBUG anaconda: old device type: 0 >16:13:32,751 DEBUG anaconda: new device type: 0 >16:13:32,751 DEBUG anaconda: reformat: True >16:13:32,753 DEBUG anaconda: old fs type: ext4 >16:13:32,753 DEBUG anaconda: new fs type: ext4 >16:13:32,753 DEBUG anaconda: old encryption setting: False >16:13:32,753 DEBUG anaconda: new encryption setting: False >16:13:32,754 DEBUG anaconda: old label: >16:13:32,754 DEBUG anaconda: new_label: >16:13:32,754 DEBUG anaconda: old mountpoint: / >16:13:32,754 DEBUG anaconda: new mountpoint: / >16:13:32,755 DEBUG anaconda: old raid level: None >16:13:32,755 DEBUG anaconda: new raid level: None >16:13:32,761 DEBUG anaconda: old container: fedora >16:13:32,762 DEBUG anaconda: new container: fedora >16:13:32,762 DEBUG anaconda: old container encrypted: False >16:13:32,762 DEBUG anaconda: new container encrypted: False >16:13:32,762 DEBUG anaconda: old container raid level: raid10 >16:13:32,762 DEBUG anaconda: new container raid level: raid10 >16:13:32,763 DEBUG anaconda: old container size request: 0 >16:13:32,763 DEBUG anaconda: new container size request: 0 >16:13:32,763 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:32,763 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:33,024 DEBUG anaconda: populate_right_side: non-existent 10000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:33,024 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:33,024 DEBUG anaconda: updated device_container_name to fedora >16:13:33,024 DEBUG anaconda: updated device_container_raid_level to raid10 >16:13:33,024 DEBUG anaconda: updated device_container_encrypted to False >16:13:33,025 DEBUG anaconda: updated device_container_size to 0 >16:13:33,030 INFO anaconda: getting device type for LVM >16:13:33,030 DEBUG anaconda: populate_raid: 0, None >16:13:33,030 INFO anaconda: getting device type for LVM >16:13:33,031 DEBUG anaconda: new container selection: None >16:13:33,031 DEBUG anaconda: new container selection: None >16:13:33,032 DEBUG anaconda: new container selection: fedora >16:13:33,032 DEBUG anaconda: default container is fedora >16:13:33,033 DEBUG anaconda: leaving save_right_side >16:13:35,137 DEBUG anaconda: populate_right_side: non-existent 10000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:35,138 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:35,138 DEBUG anaconda: updated device_container_name to fedora >16:13:35,139 DEBUG anaconda: updated device_container_raid_level to raid10 >16:13:35,139 DEBUG anaconda: updated device_container_encrypted to False >16:13:35,139 DEBUG anaconda: updated device_container_size to 0 >16:13:35,147 INFO anaconda: getting device type for LVM >16:13:35,148 DEBUG anaconda: populate_raid: 0, None >16:13:35,148 INFO anaconda: getting device type for LVM >16:13:35,149 DEBUG anaconda: new container selection: None >16:13:35,150 DEBUG anaconda: new container selection: None >16:13:35,150 DEBUG anaconda: new container selection: fedora >16:13:35,151 DEBUG anaconda: default container is fedora >16:13:36,362 INFO anaconda: getting device type for LVM >16:13:36,396 DEBUG anaconda: container dialog: raid level None >16:13:36,397 DEBUG anaconda: container dialog: raid level RAID0 <span foreground="grey">(Performance)</span> >16:13:36,397 DEBUG anaconda: container dialog: raid level RAID1 <span foreground="grey">(Redundancy)</span> >16:13:36,398 DEBUG anaconda: container dialog: raid level RAID4 <span foreground="grey">(Error Checking)</span> >16:13:36,398 DEBUG anaconda: container dialog: raid level RAID5 <span foreground="grey">(Distributed Error Checking)</span> >16:13:36,398 DEBUG anaconda: container dialog: raid level RAID6 <span foreground="grey">(Redundant Error Checking)</span> >16:13:36,399 DEBUG anaconda: container dialog: raid level RAID10 <span foreground="grey">(Performance, Redundancy)</span> >16:13:41,445 DEBUG anaconda: fedora -> fedora >16:13:42,458 DEBUG anaconda: populate_right_side: non-existent 10000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / >16:13:42,459 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc', 'vda'] >16:13:42,459 DEBUG anaconda: updated device_container_name to fedora >16:13:42,460 DEBUG anaconda: updated device_container_raid_level to raid10 >16:13:42,460 DEBUG anaconda: updated device_container_encrypted to False >16:13:42,460 DEBUG anaconda: updated device_container_size to 0 >16:13:42,470 INFO anaconda: getting device type for LVM >16:13:42,471 DEBUG anaconda: populate_raid: 0, None >16:13:42,471 INFO anaconda: getting device type for LVM >16:13:42,473 DEBUG anaconda: new container selection: None >16:13:42,474 DEBUG anaconda: new container selection: None >16:13:42,475 DEBUG anaconda: new container selection: fedora >16:13:42,475 DEBUG anaconda: default container is fedora >16:13:45,358 INFO anaconda: ui: saving changes to device fedora-root >16:13:45,358 DEBUG anaconda: old name: root >16:13:45,359 DEBUG anaconda: new name: root >16:13:45,363 DEBUG anaconda: old size: 10000 >16:13:45,363 DEBUG anaconda: new size: 10000 >16:13:45,364 INFO anaconda: getting device type for LVM >16:13:45,364 DEBUG anaconda: old device type: 0 >16:13:45,364 DEBUG anaconda: new device type: 0 >16:13:45,365 DEBUG anaconda: reformat: True >16:13:45,367 DEBUG anaconda: old fs type: ext4 >16:13:45,367 DEBUG anaconda: new fs type: ext4 >16:13:45,367 DEBUG anaconda: old encryption setting: False >16:13:45,367 DEBUG anaconda: new encryption setting: False >16:13:45,368 DEBUG anaconda: old label: >16:13:45,368 DEBUG anaconda: new_label: >16:13:45,368 DEBUG anaconda: old mountpoint: / >16:13:45,368 DEBUG anaconda: new mountpoint: / >16:13:45,369 DEBUG anaconda: old raid level: None >16:13:45,370 DEBUG anaconda: new raid level: None >16:13:45,377 DEBUG anaconda: old container: fedora >16:13:45,377 DEBUG anaconda: new container: fedora >16:13:45,377 DEBUG anaconda: old container encrypted: False >16:13:45,377 DEBUG anaconda: new container encrypted: False >16:13:45,377 DEBUG anaconda: old container raid level: raid10 >16:13:45,378 DEBUG anaconda: new container raid level: raid10 >16:13:45,378 DEBUG anaconda: old container size request: 0 >16:13:45,378 DEBUG anaconda: new container size request: 0 >16:13:45,378 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:45,379 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:45,379 DEBUG anaconda: nothing changed for new device >16:13:46,688 DEBUG anaconda: new disk order: [] >16:13:46,717 DEBUG anaconda: stage1 device cannot be of type mdarray >16:13:46,717 DEBUG anaconda: stage1 device cannot be of type lvmvg >16:13:46,718 DEBUG anaconda: stage1 device cannot be of type lvmlv >16:13:46,719 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:13:46,719 DEBUG anaconda: _is_valid_size(sda) returning True >16:13:46,719 DEBUG anaconda: _is_valid_location(sda) returning True >16:13:46,719 DEBUG anaconda: _is_valid_format(sda) returning True >16:13:46,720 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:13:46,721 INFO anaconda: Running Thread: AnaCheckStorageThread (140240322651904) >16:13:46,731 DEBUG anaconda: _is_valid_disklabel(sda) returning True >16:13:46,732 DEBUG anaconda: _is_valid_size(sda) returning True >16:13:46,732 DEBUG anaconda: _is_valid_location(sda) returning True >16:13:46,733 DEBUG anaconda: _is_valid_format(sda) returning True >16:13:46,733 DEBUG anaconda: is_valid_stage1_device(sda) returning True >16:13:46,733 DEBUG anaconda: _is_valid_disklabel(fedora-root) returning True >16:13:46,733 DEBUG anaconda: _is_valid_size(fedora-root) returning True >16:13:46,733 DEBUG anaconda: _is_valid_location(fedora-root) returning True >16:13:46,733 DEBUG anaconda: _is_valid_partition(fedora-root) returning True >16:13:46,734 DEBUG anaconda: _is_valid_format(fedora-root) returning True >16:13:46,734 DEBUG anaconda: is_valid_stage2_device(fedora-root) returning True >16:13:46,736 WARN anaconda: You have not specified a swap partition. Although not strictly required in all cases, it will significantly improve performance for most installations. >16:13:46,736 INFO anaconda: Thread Done: AnaCheckStorageThread (140240322651904) >16:13:46,809 INFO anaconda: fs space: 10 GB needed: 4.10 GB >16:13:46,822 INFO anaconda: fs space: 10 GB needed: 4.10 GB >16:13:46,833 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:13:46,835 INFO anaconda: fs space: 10 GB needed: 4.10 GB >16:13:46,845 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:13:46,846 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> status to: Checking storage configuration... >16:13:46,847 INFO anaconda: fs space: 10 GB needed: 4.10 GB >16:13:46,858 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f8c4564ef50> >16:13:49,918 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140240322651904) >16:13:50,035 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> >16:13:50,040 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> >16:13:50,041 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> status to: Checking software dependencies... >16:13:50,863 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140240322651904) >16:13:50,944 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f8c50458e10> >16:13:50,947 INFO anaconda: fs space: 10 GB needed: 778.90 MB >16:13:50,958 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f8c4565b610> >16:13:52,405 INFO anaconda: Running Thread: AnaInstallThread (140240322651904) >16:13:53,502 INFO anaconda: Setting up the installation environment >16:13:54,953 INFO anaconda: Creating disklabel on /dev/sda >16:13:55,220 INFO anaconda: Creating mdmember on /dev/sda1 >16:13:55,277 INFO anaconda: Creating disklabel on /dev/sdb >16:13:55,553 INFO anaconda: Creating mdmember on /dev/sdb1 >16:13:55,609 INFO anaconda: Creating disklabel on /dev/sdc >16:13:55,880 INFO anaconda: Creating mdmember on /dev/sdc1 >16:13:55,942 INFO anaconda: Creating disklabel on /dev/vda >16:13:56,145 INFO anaconda: Creating mdmember on /dev/vda1 >16:13:56,396 INFO anaconda: Creating lvmpv on /dev/md/00 >16:13:56,867 INFO anaconda: Creating ext4 on /dev/mapper/fedora-root >16:17:04,658 INFO anaconda: Performing post-installation setup tasks >16:17:04,668 INFO anaconda: Installing bootloader >16:17:04,669 INFO anaconda: bootloader stage1 target device is sda >16:17:04,669 INFO anaconda: bootloader stage2 target device is fedora-root >16:17:04,670 DEBUG anaconda: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0x7f8c3d952210> >16:17:05,720 DEBUG anaconda: running handleException >16:17:05,720 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >16:17:05,720 INFO anaconda: Thread Done: AnaInstallThread (140240322651904) > > >/tmp/packaging.log: >16:12:26,276 INFO packaging: configuring base repo >16:12:26,327 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >16:12:26,327 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >16:12:26,328 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >16:12:26,328 DEBUG yum.verbose.plugin: Adding cs_CZ to language list >16:12:26,330 DEBUG yum.verbose.YumBase: Config time: 0.027 >16:12:26,347 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >16:12:26,347 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >16:12:26,347 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >16:12:26,348 DEBUG yum.verbose.plugin: Adding cs_CZ to language list >16:12:26,349 DEBUG yum.verbose.YumBase: Config time: 0.006 >16:12:26,392 INFO packaging: gathering repo metadata >16:12:26,458 INFO packaging: metadata retrieval complete >16:12:37,779 DEBUG yum.verbose.YumBase: Setting up Package Sacks >16:12:37,780 INFO_2 yum.verbose.plugin: Determining fastest mirrors >16:12:38,577 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >16:12:38,627 DEBUG yum.verbose.YumBase: pkgsack time: 0.847 >16:12:38,709 DEBUG yum.verbose.YumBase: group time: 0.930 >16:12:42,035 INFO packaging: checking software selection >16:12:42,037 DEBUG yum.verbose.YumBase: Setting up Package Sacks >16:12:42,132 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >16:12:42,199 DEBUG yum.verbose.YumBase: pkgsack time: 0.162 >16:12:42,279 DEBUG yum.verbose.YumBase: group time: 0.242 >16:12:42,331 DEBUG yum.verbose.YumBase: Obs Init time: 0.047 >16:12:42,417 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >16:12:42,473 DEBUG yum.verbose.YumBase: No package named polkit-js-engine available to be installed >16:12:42,589 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >16:12:42,589 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >16:12:42,606 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >16:12:42,610 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >16:12:42,614 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >16:12:42,712 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >16:12:42,713 INFO packaging: no kernel-PAE package >16:12:42,714 INFO packaging: selected kernel >16:12:42,715 INFO packaging: checking dependencies >16:12:42,866 DEBUG yum.verbose.YumBase: Building updates object >16:12:42,928 DEBUG yum.verbose.YumBase: up:simple updates time: 0.020 >16:12:42,930 DEBUG yum.verbose.YumBase: up:obs time: 0.001 >16:12:42,930 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >16:12:42,930 DEBUG yum.verbose.YumBase: updates time: 0.064 >16:12:42,933 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.38.2-1.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >16:12:42,934 DEBUG yum.verbose.YumBase: TSINFO: Marking libqmi-1.6.0-1.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >16:12:42,935 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-2.git20130913.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >16:12:42,936 DEBUG yum.verbose.YumBase: TSINFO: Marking libmbim-1.5.0-1.20130815git.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >16:12:42,937 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-208-6.fc20.x86_64 as install for ModemManager-1.1.0-2.git20130913.fc20.x86_64 >16:12:42,938 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgmodule-2.0.so.0()(64bit) >16:12:42,938 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libglib-2.0.so.0()(64bit) >16:12:42,938 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgio-2.0.so.0()(64bit) >16:12:42,943 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,944 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,946 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,947 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,950 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-208-6.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,951 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,952 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-1.fc20.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >16:12:42,957 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.19.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,958 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.67-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,959 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-21.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,960 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,962 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.2-3.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,964 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.44.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,965 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,966 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,967 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.1-1.fc20.x86_64 to require for libplc4.so()(64bit) >16:12:42,967 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,968 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 to require for libnm-glib.so.4()(64bit) >16:12:42,969 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-genl-3.so.200()(64bit) >16:12:42,969 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-3.so.200()(64bit) >16:12:42,969 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,971 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:12:42,975 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.2-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,976 DEBUG yum.verbose.YumBase: TSINFO: Marking xl2tpd-1.3.1-14.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,977 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.8.0-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,978 DEBUG yum.verbose.YumBase: TSINFO: Marking libreswan-3.6-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,980 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.10.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,981 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,981 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.1-1.fc20.x86_64 to require for libpango-1.0.so.0()(64bit) >16:12:42,982 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.10.4-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,985 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.10.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,986 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.30.1-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,987 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.1.git337ab1f.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,988 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.1.git337ab1f.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,989 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.10.0-1.fc20.x86_64 as install for NetworkManager-l2tp-0.9.8-4.fc20.x86_64 >16:12:42,993 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-5.01-4.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >16:12:42,994 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >16:12:42,995 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.1-2.fc20.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >16:12:42,995 DEBUG yum.verbose.YumBase: Quick matched openconnect-5.01-4.fc20.x86_64 to require for libopenconnect.so.2(OPENCONNECT_2.0)(64bit) >16:12:42,996 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.6-7.fc20.x86_64 as install for NetworkManager-openconnect-0.9.8.0-2.fc20.x86_64 >16:12:42,999 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-openvpn-0.9.8.2-3.fc20.x86_64 as install for 1:NetworkManager-openvpn-gnome-0.9.8.2-3.fc20.x86_64 >16:12:43,001 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-pptp-0.9.8.2-3.fc20.x86_64 as install for 1:NetworkManager-pptp-gnome-0.9.8.2-3.fc20.x86_64 >16:12:43,003 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64 as install for 1:NetworkManager-vpnc-gnome-0.9.8.2-2.fc20.x86_64 >16:12:43,005 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.8.13-1.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >16:12:43,006 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.1-2.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >16:12:43,008 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-7.fc20.x86_64 as install for PackageKit-command-not-found-0.8.13-1.fc20.x86_64 >16:12:43,015 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-6.fc20.x86_64 as install for PackageKit-gstreamer-plugin-0.8.13-1.fc20.x86_64 >16:12:43,016 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-6.fc20.x86_64 to require for libgstreamer-0.10.so.0()(64bit) >16:12:43,018 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.22-2.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >16:12:43,020 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.22-2.fc20.x86_64 to require for libgdk-x11-2.0.so.0()(64bit) >16:12:43,021 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.0-4.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >16:12:43,022 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.0-1.fc20.x86_64 as install for PackageKit-gtk3-module-0.8.13-1.fc20.x86_64 >16:12:43,023 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-0.8.13-1.fc20.x86_64 as install for PackageKit-yum-plugin-0.8.13-1.fc20.x86_64 >16:12:43,025 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc20.x86_64 as install for PackageKit-yum-plugin-0.8.13-1.fc20.x86_64 >16:12:43,026 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-9.fc20.noarch as install for abattis-cantarell-fonts-0.0.15-1.fc20.noarch >16:12:43,028 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,029 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,031 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,033 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,033 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.6.50.20130731-16.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,035 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-abrt-0.3.3-2.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,036 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.157-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,037 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,038 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,039 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,041 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,043 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,045 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,046 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,047 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,048 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.1.9-1.fc20.x86_64 as install for abrt-desktop-2.1.9-1.fc20.x86_64 >16:12:43,050 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.1.9-1.fc20.x86_64 as install for abrt-java-connector-1.0.6-1.fc20.x86_64 >16:12:43,052 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc20.x86_64 as install for acl-2.2.52-4.fc20.x86_64 >16:12:43,052 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-4.fc20.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >16:12:43,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-3.fc20.x86_64 as install for acl-2.2.52-4.fc20.x86_64 >16:12:43,056 DEBUG yum.verbose.YumBase: TSINFO: Marking 5:guile-2.0.9-4.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >16:12:43,057 DEBUG yum.verbose.YumBase: Quick matched 5:guile-2.0.9-4.fc20.x86_64 to require for libguile-2.0.so.22()(64bit) >16:12:43,058 DEBUG yum.verbose.YumBase: TSINFO: Marking gc-7.2d-3.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >16:12:43,059 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-4.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >16:12:43,060 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.1-1.fc20.x86_64 as install for 1:aisleriot-3.10.2-1.fc20.x86_64 >16:12:43,061 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.27-3.fc20.x86_64 as install for alsa-firmware-1.0.27-2.fc20.noarch >16:12:43,064 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-4.0-8.gitf81e3.fc20.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >16:12:43,065 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-2.fc20.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-2.fc20.x86_64 >16:12:43,066 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-2.fc20.x86_64 to require for libasound.so.2(ALSA_0.9)(64bit) >16:12:43,069 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-5.fc20.x86_64 as install for alsa-utils-1.0.27.2-3.fc20.x86_64 >16:12:43,069 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-5.fc20.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >16:12:43,070 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-12.20130511.fc20.x86_64 as install for alsa-utils-1.0.27.2-3.fc20.x86_64 >16:12:43,071 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libncursesw.so.5()(64bit) >16:12:43,071 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libmenuw.so.5()(64bit) >16:12:43,071 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-12.20130511.fc20.x86_64 to require for libformw.so.5()(64bit) >16:12:43,073 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-1.fc20.x86_64 as install for at-3.1.13-13.fc20.x86_64 >16:12:43,075 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.1.13-19.fc20.x86_64 as install for at-3.1.13-13.fc20.x86_64 >16:12:43,076 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-1.fc20.x86_64 to require for libpam.so.0()(64bit) >16:12:43,078 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.2-2.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >16:12:43,079 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.2-2.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >16:12:43,080 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-7.fc20.x86_64 as install for at-spi2-core-2.10.2-1.fc20.x86_64 >16:12:43,084 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.2-1.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:12:43,086 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-33.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:12:43,087 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >16:12:43,088 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.60-4.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:12:43,089 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:12:43,089 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2()(64bit) >16:12:43,090 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.2-1.fc20.x86_64 to require for libaudit.so.1()(64bit) >16:12:43,092 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-9.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:12:43,093 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:12:43,095 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.16-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:12:43,096 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1e-30.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:12:43,099 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-21.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >16:12:43,100 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >16:12:43,101 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >16:12:43,102 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.18-11.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >16:12:43,103 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-7.fc20.x86_64 as install for avahi-0.6.31-21.fc20.x86_64 >16:12:43,105 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-15-1.fc20.x86_64 as install for b43-openfwwf-5.2-10.fc20.noarch >16:12:43,108 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc20.x86_64 as install for 1:bash-completion-2.1-3.fc20.noarch >16:12:43,109 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-4.fc20.x86_64 as install for bc-1.06.95-10.fc20.x86_64 >16:12:43,110 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc20.x86_64 as install for bc-1.06.95-10.fc20.x86_64 >16:12:43,115 DEBUG yum.verbose.YumBase: TSINFO: Marking zeitgeist-libs-0.9.14-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,116 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbcommon-0.3.1-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,117 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-2.2.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,118 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,119 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libwayland-egl-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,120 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-cursor-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,121 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.2.0-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,123 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-0.16.2-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,125 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-0.16.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,126 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.10.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,127 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,128 DEBUG yum.verbose.YumBase: TSINFO: Marking libevdev-0.4.1-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,129 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.47-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,130 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.16.0-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,131 DEBUG yum.verbose.YumBase: Quick matched cogl-1.16.0-2.fc20.x86_64 to require for libcogl-pango.so.15()(64bit) >16:12:43,131 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.4.4-3.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,133 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.16.2-1.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,134 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.1-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,135 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.2-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,136 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-2.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,137 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,138 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-4.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,139 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-9.2.3-1.20131114.fc20.x86_64 as install for bijiben-3.10.1-1.fc20.x86_64 >16:12:43,142 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >16:12:43,143 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-3.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >16:12:43,144 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.4-8.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >16:12:43,145 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisccfg.so.90()(64bit) >16:12:43,145 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisccc.so.90()(64bit) >16:12:43,145 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.4-8.fc20.x86_64 to require for libisc.so.95()(64bit) >16:12:43,146 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-30.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >16:12:43,147 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.8-3.fc20.x86_64 as install for 32:bind-utils-9.9.4-8.fc20.x86_64 >16:12:43,149 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-1.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >16:12:43,149 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-1.fc20.x86_64 to require for libpci.so.3()(64bit) >16:12:43,150 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-5.11-1.fc20.x86_64 as install for bluez-cups-5.11-1.fc20.x86_64 >16:12:43,155 DEBUG yum.verbose.YumBase: TSINFO: Marking genisoimage-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,157 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.3.2-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,158 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.3.2-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,158 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-14.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,159 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,160 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-20.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,161 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-22.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,163 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.10.0-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,164 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.6-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,166 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.2.1-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,167 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.1-1.fc20.x86_64 to require for libgsttag-1.0.so.0()(64bit) >16:12:43,168 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.2.1-1.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,178 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.8.0-4.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,179 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.8.0-4.fc20.x86_64 to require for libbrasero-media3.so.1()(64bit) >16:12:43,179 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.8.0-4.fc20.x86_64 to require for libbrasero-burn3.so.1()(64bit) >16:12:43,180 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-6.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,180 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-6.fc20.x86_64 as install for brasero-3.8.0-4.fc20.x86_64 >16:12:43,184 DEBUG yum.verbose.YumBase: TSINFO: Marking nautilus-extensions-3.10.1-2.fc20.x86_64 as install for brasero-nautilus-3.8.0-4.fc20.x86_64 >16:12:43,187 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24-2.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >16:12:43,187 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >16:12:43,187 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >16:12:43,188 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-5.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >16:12:43,189 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.8-3.fc20.x86_64 as install for btrfs-progs-0.20.rc1.20131114git9f0c53f-1.fc20.x86_64 >16:12:43,190 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-9.fc20.x86_64 as install for bzip2-1.0.6-9.fc20.x86_64 >16:12:43,197 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.13-1.fc20.noarch as install for caribou-0.4.13-1.fc20.x86_64 >16:12:43,198 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.38.0-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >16:12:43,199 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.4-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >16:12:43,200 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee-0.12.0-1.fc20.x86_64 as install for caribou-0.4.13-1.fc20.x86_64 >16:12:43,206 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:cheese-libs-3.10.2-1.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >16:12:43,208 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-video-effects-0.4.0-6.fc20.noarch as install for 2:cheese-3.10.2-1.fc20.x86_64 >16:12:43,209 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.10.2-2.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >16:12:43,211 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-2.0.8-1.fc20.x86_64 as install for 2:cheese-3.10.2-1.fc20.x86_64 >16:12:43,212 DEBUG yum.verbose.YumBase: Quick matched 2:cheese-libs-3.10.2-1.fc20.x86_64 to require for libcheese-gtk.so.23()(64bit) >16:12:43,214 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.2-2.fc20.x86_64 as install for chrony-1.29-1.fc20.x86_64 >16:12:43,215 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.15.2-2.fc20.x86_64 to require for libfreebl3.so()(64bit) >16:12:43,216 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-2.20130601cvs.fc20.x86_64 as install for chrony-1.29-1.fc20.x86_64 >16:12:43,218 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.1-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >16:12:43,219 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.0.8-3.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >16:12:43,220 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >16:12:43,220 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >16:12:43,221 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.8-1.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >16:12:43,223 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-6.fc20.x86_64 as install for cifs-utils-6.2-4.fc20.x86_64 >16:12:43,226 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-libs-1.1.4-1.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >16:12:43,227 DEBUG yum.verbose.YumBase: TSINFO: Marking color-filesystem-1-13.fc20.noarch as install for colord-1.1.4-1.fc20.x86_64 >16:12:43,228 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.16-3.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >16:12:43,229 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.5-2.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >16:12:43,230 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.6-2.fc20.x86_64 as install for colord-1.1.4-1.fc20.x86_64 >16:12:43,231 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.1.4-1.fc20.x86_64 to require for libcolordprivate.so.2()(64bit) >16:12:43,231 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.1.4-1.fc20.x86_64 to require for libcolord.so.2()(64bit) >16:12:43,238 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.10.2-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,239 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-7.fc20.noarch as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,240 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.10.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,242 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,242 DEBUG yum.verbose.YumBase: Quick matched desktop-file-utils-0.22-1.fc20.x86_64 to require for desktop-file-utils >16:12:43,243 DEBUG yum.verbose.YumBase: TSINFO: Marking vino-3.10.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,244 DEBUG yum.verbose.YumBase: TSINFO: Marking rygel-0.20.2-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,245 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.1-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,248 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-4.0-8.gitf81e3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,249 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.48-1.fc20.noarch as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,250 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.6.12-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,250 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.35-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,251 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,253 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.8-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,254 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.9.23-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,255 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.9.0-7.git20131028.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,257 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-libs-1.5.4-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,258 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.28.5-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,260 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gnome-bluetooth-libs-3.10.0-1.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,261 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.0-4.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,262 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-gtk-0.1.25-2.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,263 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.35-3.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,265 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-9.2.3-1.20131114.fc20.x86_64 as install for 1:control-center-3.10.2-2.fc20.x86_64 >16:12:43,268 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.10-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,269 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.10-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,270 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.2-3.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,272 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,273 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >16:12:43,273 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >16:12:43,274 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.2-2.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,275 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.13-1.fc20.x86_64 as install for coolkey-1.1.0-24.fc20.x86_64 >16:12:43,278 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.15-1.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:12:43,279 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.2-2.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:12:43,280 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-5.1.2-2.fc20.x86_64 to require for libgmp.so.10()(64bit) >16:12:43,282 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-5.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:12:43,285 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-4.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:12:43,287 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.2-1.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >16:12:43,288 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-2.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >16:12:43,289 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-15.fc20.x86_64 as install for cryptsetup-1.6.2-1.fc20.x86_64 >16:12:43,295 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-filesystem-1.7.0-4.fc20.noarch as install for 1:cups-1.7.0-4.fc20.x86_64 >16:12:43,299 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-libs-1.0.41-4.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,300 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.24.3-2.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,301 DEBUG yum.verbose.YumBase: TSINFO: Marking qpdf-libs-5.0.1-1.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,302 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-12.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,304 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.24.3-2.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,305 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.3-3.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,306 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.0-1.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,306 DEBUG yum.verbose.YumBase: Quick matched cups-filters-libs-1.0.41-4.fc20.x86_64 to require for libcupsfilters.so.1()(64bit) >16:12:43,307 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-21.fc20.x86_64 as install for cups-filters-1.0.41-4.fc20.x86_64 >16:12:43,312 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.32.0-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:12:43,313 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-8.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:12:43,314 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:12:43,315 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.36-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:12:43,316 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.36-4.fc20.x86_64 to require for liblber-2.4.so.2()(64bit) >16:12:43,317 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-14.fc20.x86_64 as install for cyrus-sasl-plain-2.1.26-14.fc20.x86_64 >16:12:43,322 DEBUG yum.verbose.YumBase: TSINFO: Marking duplicity-0.6.21-1.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >16:12:43,324 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cloudfiles-1.7.10-4.fc20.noarch as install for deja-dup-27.3.1-2.fc20.x86_64 >16:12:43,325 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.16-1.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >16:12:43,326 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.9.0-2.fc20.x86_64 as install for deja-dup-27.3.1-2.fc20.x86_64 >16:12:43,328 DEBUG yum.verbose.YumBase: TSINFO: Marking dejavu-fonts-common-2.34-1.fc20.noarch as install for dejavu-sans-fonts-2.34-1.fc20.noarch >16:12:43,330 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-6alpha.fc20.x86_64 as install for deltarpm-3.6-3.fc20.x86_64 >16:12:43,331 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-7.fc20.x86_64 as install for deltarpm-3.6-3.fc20.x86_64 >16:12:43,332 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-7.fc20.x86_64 to require for librpm.so.3()(64bit) >16:12:43,334 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:12:43,335 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:12:43,336 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-8.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:12:43,337 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-8.fc20.x86_64 to require for libdns-export.so.100()(64bit) >16:12:43,338 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-034-19.git20131021.fc20.x86_64 as install for dracut-config-rescue-034-19.git20131021.fc20.x86_64 >16:12:43,340 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.2-8.fc20.x86_64 as install for 1:dump-0.4-0.21.b44.fc20.x86_64 >16:12:43,342 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:12:43,342 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.8-3.fc20.x86_64 to require for libss.so.2()(64bit) >16:12:43,352 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-salut-0.8.1-4.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,354 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:telepathy-mission-control-5.16.0-2.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,355 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-haze-0.8.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,357 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-gabble-0.18.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,358 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-idle-0.2.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,359 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-filesystem-0.0.2-6.fc20.noarch as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,361 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.22.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,362 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >16:12:43,362 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >16:12:43,362 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.6)(64bit) >16:12:43,362 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.35)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.34)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.3)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.29)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.27)(64bit) >16:12:43,363 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.24)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.23)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.21)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.2)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >16:12:43,364 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.16)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.14)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.12)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >16:12:43,365 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)(64bit) >16:12:43,366 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.1)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.0)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.8)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.6)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.3)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.2)(64bit) >16:12:43,367 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.1)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.0)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.3)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.2)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >16:12:43,368 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.7)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.3)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.16)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.14)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.12)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.11)(64bit) >16:12:43,369 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.10)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.1)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.0)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.6)(64bit) >16:12:43,370 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.15)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.14)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.12)(64bit) >16:12:43,371 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >16:12:43,372 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >16:12:43,372 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.22.0-1.fc20.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.0)(64bit) >16:12:43,373 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.16-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,374 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-logger-0.8.0-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,375 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-farstream-0.6.0-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,376 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,378 DEBUG yum.verbose.YumBase: TSINFO: Marking geocode-glib-3.10.0-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,379 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.10.1-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,379 DEBUG yum.verbose.YumBase: Quick matched gcr-3.10.1-1.fc20.x86_64 to require for libgcr-base-3.so.1()(64bit) >16:12:43,380 DEBUG yum.verbose.YumBase: Quick matched gcr-3.10.1-1.fc20.x86_64 to require for libgck-1.so.0()(64bit) >16:12:43,380 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:folks-0.9.6-2.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,381 DEBUG yum.verbose.YumBase: Quick matched 1:folks-0.9.6-2.fc20.x86_64 to require for libfolks-telepathy.so.25()(64bit) >16:12:43,382 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream02-0.2.3-3.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,383 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-7.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,384 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-gtk-0.12.5-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,385 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-0.12.5-1.fc20.x86_64 as install for empathy-3.10.2-1.fc20.x86_64 >16:12:43,388 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.10.1-1.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >16:12:43,389 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-6.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >16:12:43,390 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.1-3.fc20.x86_64 as install for eog-3.10.2-1.fc20.x86_64 >16:12:43,395 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.10.3-1.fc20.x86_64 as install for evince-3.10.3-1.fc20.x86_64 >16:12:43,396 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.10.3-1.fc20.x86_64 to require for libevview3.so.3()(64bit) >16:12:43,396 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.10.3-1.fc20.x86_64 to require for libevdocument3.so.4()(64bit) >16:12:43,405 DEBUG yum.verbose.YumBase: TSINFO: Marking highlight-3.16.1-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,407 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.18.3-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,409 DEBUG yum.verbose.YumBase: TSINFO: Marking libical-1.0-4.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,410 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc20.x86_64 to require for libicalss.so.1()(64bit) >16:12:43,410 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-4.fc20.x86_64 to require for libical.so.1()(64bit) >16:12:43,412 DEBUG yum.verbose.YumBase: TSINFO: Marking libgweather-3.10.1-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,413 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkhtml3-4.6.6-2.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,414 DEBUG yum.verbose.YumBase: Quick matched gtkhtml3-4.6.6-2.fc20.x86_64 to require for libgtkhtml-4.0.so.0()(64bit) >16:12:43,415 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.14.0-1.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,416 DEBUG yum.verbose.YumBase: TSINFO: Marking evolution-data-server-3.10.2-2.fc20.x86_64 as install for evolution-3.10.2-2.fc20.x86_64 >16:12:43,418 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libedata-book-1.2.so.20()(64bit) >16:12:43,419 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libecal-1.2.so.16()(64bit) >16:12:43,419 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebook-contacts-1.2.so.0()(64bit) >16:12:43,419 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebook-1.2.so.14()(64bit) >16:12:43,419 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libebackend-1.2.so.7()(64bit) >16:12:43,420 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.10.2-2.fc20.x86_64 to require for libcamel-1.2.so.45()(64bit) >16:12:43,428 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspack-0.4-0.2.alpha.fc20.x86_64 as install for evolution-ews-3.10.2-2.fc20.x86_64 >16:12:43,429 DEBUG yum.verbose.YumBase: Quick matched libmspack-0.4-0.2.alpha.fc20.x86_64 to require for libmspack.so.0()(64bit) >16:12:43,430 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-12.fc20.x86_64 as install for file-5.14-12.fc20.x86_64 >16:12:43,431 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.14-12.fc20.x86_64 to require for libmagic.so.1()(64bit) >16:12:43,437 DEBUG yum.verbose.YumBase: TSINFO: Marking xulrunner-25.0-2.fc20.x86_64 as install for firefox-25.0-3.fc20.x86_64 >16:12:43,440 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-3.fc20.noarch as install for firefox-25.0-3.fc20.x86_64 >16:12:43,441 DEBUG yum.verbose.YumBase: Quick matched xulrunner-25.0-2.fc20.x86_64 to require for libxul.so()(64bit) >16:12:43,442 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-7.fc20.x86_64 as install for firefox-25.0-3.fc20.x86_64 >16:12:43,444 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.10.2-1.fc20.x86_64 as install for firewall-config-0.3.8-1.fc20.noarch >16:12:43,445 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.12-7.fc20.noarch as install for firewall-config-0.3.8-1.fc20.noarch >16:12:43,447 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:12:43,448 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:12:43,449 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-11.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:12:43,467 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.1-288.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,468 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(vars) >16:12:43,468 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(strict) >16:12:43,469 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(POSIX) >16:12:43,469 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.1-288.fc20.x86_64 to require for perl(Getopt::Std) >16:12:43,470 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-1.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,471 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.68-293.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,473 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.54-1.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,474 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Data-Dumper-2.145-292.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,475 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.40-291.fc20.x86_64 as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,477 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-4.0-39.20130604.fc20.noarch as install for foomatic-4.0.9-6.fc20.x86_64 >16:12:43,479 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-filesystem-4.0-39.20130604.fc20.noarch as install for foomatic-db-ppds-4.0-39.20130604.fc20.noarch >16:12:43,481 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-1.fc20.x86_64 as install for fprintd-pam-0.5.1-1.fc20.x86_64 >16:12:43,486 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-2.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,487 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.7-2.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,489 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,491 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-8.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,492 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-gdm-hooks-4.0-8.gitf81e3.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,493 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-session-3.10.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,495 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.10.1-1.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,496 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-5.fc20.x86_64 as install for 1:gdm-3.10.0.1-1.fc20.x86_64 >16:12:43,499 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.3.2-8.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >16:12:43,500 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-gobject-3.10.2-1.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >16:12:43,501 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.8.0-3.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >16:12:43,502 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.10.1-1.fc20.x86_64 as install for 2:gedit-3.10.2-1.fc20.x86_64 >16:12:43,507 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-17.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >16:12:43,508 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.6-4.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >16:12:43,508 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-32.fc20.noarch as install for ghostscript-9.10-4.fc20.x86_64 >16:12:43,509 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-7.fc20.x86_64 as install for ghostscript-9.10-4.fc20.x86_64 >16:12:43,511 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.94-18.fc20.noarch as install for glib-networking-2.38.2-1.fc20.x86_64 >16:12:43,512 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-7.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:12:43,516 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-module-bluetooth-4.0-8.gitf81e3.fc20.x86_64 as install for 1:gnome-bluetooth-3.10.0-1.fc20.x86_64 >16:12:43,521 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-4.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gobject-0.1.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,524 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.3)(64bit) >16:12:43,524 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.2)(64bit) >16:12:43,525 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.9)(64bit) >16:12:43,525 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.7-2.fc20.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.8)(64bit) >16:12:43,526 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gconfig-0.1.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,526 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.6)(64bit) >16:12:43,527 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.5)(64bit) >16:12:43,527 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.4)(64bit) >16:12:43,527 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.0)(64bit) >16:12:43,527 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.9)(64bit) >16:12:43,527 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.7-2.fc20.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.8)(64bit) >16:12:43,528 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,529 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-gtk3-0.21-5.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,530 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-glib-0.21-5.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.7-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,532 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.6)(64bit) >16:12:43,532 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.3)(64bit) >16:12:43,532 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.2)(64bit) >16:12:43,532 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.1)(64bit) >16:12:43,533 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.0)(64bit) >16:12:43,533 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.5)(64bit) >16:12:43,533 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.7-2.fc20.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >16:12:43,534 DEBUG yum.verbose.YumBase: TSINFO: Marking fuseiso-20070708-14.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,535 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-client-1.1.3.1-2.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,538 DEBUG yum.verbose.YumBase: TSINFO: Marking gvnc-0.5.3-1.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,539 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-vnc2-0.5.3-1.fc20.x86_64 as install for gnome-boxes-3.10.2-1.fc20.x86_64 >16:12:43,547 DEBUG yum.verbose.YumBase: TSINFO: Marking argyllcms-1.6.0-1.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >16:12:43,548 DEBUG yum.verbose.YumBase: TSINFO: Marking vte3-0.34.9-1.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >16:12:43,550 DEBUG yum.verbose.YumBase: TSINFO: Marking libmash-0.2.0-11.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >16:12:43,551 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.23-5.fc20.x86_64 as install for gnome-color-manager-3.10.1-1.fc20.x86_64 >16:12:43,560 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.1-1.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >16:12:43,561 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.1-1.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >16:12:43,562 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.2.0-5.fc20.x86_64 as install for gnome-disk-utility-3.10.0-1.fc20.x86_64 >16:12:43,565 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-miners-3.10.0-1.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >16:12:43,566 DEBUG yum.verbose.YumBase: TSINFO: Marking libzapojit-0.0.3-2.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >16:12:43,567 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.90-5.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >16:12:43,568 DEBUG yum.verbose.YumBase: TSINFO: Marking gjs-1.38.1-1.fc20.x86_64 as install for gnome-documents-3.10.1-1.fc20.x86_64 >16:12:43,574 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue2-2.0.0-1.fc20.x86_64 as install for gnome-maps-3.10.2-1.fc20.noarch >16:12:43,578 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-device-rebind-0.8.13-1.fc20.x86_64 as install for gnome-packagekit-3.10.1-1.fc20.x86_64 >16:12:43,579 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-settings-daemon-updates-3.10.2-1.fc20.x86_64 as install for gnome-packagekit-3.10.1-1.fc20.x86_64 >16:12:43,582 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-renderer-0.1.3-2.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >16:12:43,583 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.7-1.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >16:12:43,585 DEBUG yum.verbose.YumBase: TSINFO: Marking gegl-0.2.0-12.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >16:12:43,588 DEBUG yum.verbose.YumBase: TSINFO: Marking babl-0.1.10-8.fc20.x86_64 as install for gnome-photos-3.10.2-1.fc20.x86_64 >16:12:43,595 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-4.fc20.x86_64 as install for gnome-settings-daemon-3.10.2-1.fc20.x86_64 >16:12:43,603 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-3.10.2-2.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,604 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-3.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,605 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-10.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,606 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-8.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,608 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gdm-libs-3.10.0.1-1.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,609 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-wayland-3.10.1-1.fc20.x86_64 as install for gnome-shell-3.10.2.1-2.fc20.x86_64 >16:12:43,615 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.3.1-3.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,616 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.34.0-2.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,617 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.10.1-1.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,619 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.38.1-1.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,620 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.38.1-1.fc20.x86_64 to require for libgiomm-2.4.so.1()(64bit) >16:12:43,621 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-7.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,622 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.7-2.fc20.x86_64 as install for gnome-system-monitor-3.10.2-1.fc20.x86_64 >16:12:43,625 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk3-theme-3.10.0-1.fc20.x86_64 as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >16:12:43,626 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.10.0-1.fc20.x86_64 as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >16:12:43,627 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-cursor-theme-3.10.0-1.fc20.noarch as install for gnome-themes-standard-3.10.0-1.fc20.x86_64 >16:12:43,629 DEBUG yum.verbose.YumBase: TSINFO: Marking gnu-free-fonts-common-20120503-8.fc20.noarch as install for gnu-free-mono-fonts-20120503-8.fc20.noarch >16:12:43,632 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-11.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:12:43,633 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-2.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:12:43,634 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:12:43,635 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-21.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:12:43,636 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:12:43,648 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-8.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,649 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.2.0-2.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,650 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.7-1.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,651 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.18-1.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,652 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.0.3-2.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,653 DEBUG yum.verbose.YumBase: TSINFO: Marking libofa-0.9.3-23.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,654 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpcdec-1.2.6-12.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,655 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-25.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,657 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-6.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,658 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgsttag-0.10.so.0()(64bit) >16:12:43,658 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstsdp-0.10.so.0()(64bit) >16:12:43,658 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstrtp-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstriff-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstpbutils-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstinterfaces-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstfft-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstaudio-0.10.so.0()(64bit) >16:12:43,659 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-6.fc20.x86_64 to require for libgstapp-0.10.so.0()(64bit) >16:12:43,660 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-10.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,661 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.0-5.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,662 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-8.fc20.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 >16:12:43,664 DEBUG yum.verbose.YumBase: TSINFO: Marking espeak-1.47.11-3.fc20.x86_64 as install for gstreamer-plugins-espeak-0.4.0-2.fc19.x86_64 >16:12:43,674 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.60.1-8.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,675 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.3-6.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,676 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-1.0.0-1.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,677 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-9.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,678 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.9.1-2.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,679 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.18.rc1.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,680 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,681 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-14.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,682 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.1.0-2.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,683 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-6.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,684 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-10.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,684 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-16.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,686 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-libs-1.3.0-3.fc20.x86_64 as install for gstreamer-plugins-good-0.10.31-10.fc20.x86_64 >16:12:43,692 DEBUG yum.verbose.YumBase: TSINFO: Marking usbmuxd-1.0.8-10.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >16:12:43,692 DEBUG yum.verbose.YumBase: Quick matched usbmuxd-1.0.8-10.fc20.x86_64 to require for libusbmuxd.so.2()(64bit) >16:12:43,693 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-2.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >16:12:43,694 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.10-2.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >16:12:43,695 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.5-3.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >16:12:43,697 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.4.0-1.fc20.x86_64 as install for gvfs-afc-1.18.3-1.fc20.x86_64 >16:12:43,702 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.3-2.fc20.x86_64 as install for gvfs-fuse-1.18.3-1.fc20.x86_64 >16:12:43,706 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.3-2.fc20.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >16:12:43,707 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.3-2.fc20.x86_64 as install for gvfs-fuse-1.18.3-1.fc20.x86_64 >16:12:43,722 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.2-5.fc20.x86_64 as install for gvfs-gphoto2-1.18.3-1.fc20.x86_64 >16:12:43,722 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.2-5.fc20.x86_64 to require for libgphoto2_port.so.10()(64bit) >16:12:43,723 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.2-5.fc20.x86_64 to require for libgphoto2.so.6()(64bit) >16:12:43,724 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.6-2.fc20.x86_64 as install for gvfs-mtp-1.18.3-1.fc20.x86_64 >16:12:43,731 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-libs-3.13.11-1.fc20.x86_64 as install for 1:hpijs-3.13.11-1.fc20.x86_64 >16:12:43,732 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.13.11-1.fc20.x86_64 to require for libhpmud.so.0()(64bit) >16:12:43,732 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.13.11-1.fc20.x86_64 to require for libhpip.so.0()(64bit) >16:12:43,735 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.2.1-2.fc20.x86_64 as install for hplip-3.13.11-1.fc20.x86_64 >16:12:43,736 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-15.fc20.x86_64 as install for hplip-3.13.11-1.fc20.x86_64 >16:12:43,738 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-6.fc20.noarch as install for hunspell-1.3.2-14.fc20.x86_64 >16:12:43,741 DEBUG yum.verbose.YumBase: TSINFO: Marking libchewing-0.3.5-1.fc20.x86_64 as install for ibus-chewing-1.4.3-4.fc20.x86_64 >16:12:43,742 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-1.5.4-2.fc20.x86_64 as install for ibus-chewing-1.4.3-4.fc20.x86_64 >16:12:43,746 DEBUG yum.verbose.YumBase: TSINFO: Marking libhangul-0.1.0-7.fc20.x86_64 as install for ibus-hangul-1.4.2-7.fc20.x86_64 >16:12:43,755 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.10.2-1.fc20.x86_64 as install for ibus-hangul-1.4.2-7.fc20.x86_64 >16:12:43,757 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-0.3.1-2.fc20.x86_64 as install for ibus-kkc-1.5.18-2.fc20.x86_64 >16:12:43,759 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee06-0.6.8-2.fc20.x86_64 as install for ibus-kkc-1.5.18-2.fc20.x86_64 >16:12:43,771 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-data-0.9.94-1.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >16:12:43,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-0.9.94-1.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >16:12:43,773 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.9.94-1.fc20.x86_64 to require for libpinyin.so.4(LIBPINYIN)(64bit) >16:12:43,773 DEBUG yum.verbose.YumBase: Quick matched libpinyin-0.9.94-1.fc20.x86_64 to require for libpinyin.so.4()(64bit) >16:12:43,774 DEBUG yum.verbose.YumBase: TSINFO: Marking opencc-0.4.3-2.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >16:12:43,775 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc20.x86_64 as install for ibus-libpinyin-1.6.92-2.fc20.x86_64 >16:12:43,777 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-lib-1.6.4-10.fc20.x86_64 as install for ibus-m17n-1.3.4-12.fc20.x86_64 >16:12:43,778 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc20.x86_64 to require for libm17n.so.0()(64bit) >16:12:43,778 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-10.fc20.x86_64 to require for libm17n-core.so.0()(64bit) >16:12:43,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-m17n-0.0.3-2.fc20.x86_64 as install for ibus-typing-booster-1.2.5-1.fc20.noarch >16:12:43,782 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 as install for icedtea-web-1.4.1-0.fc20.x86_64 >16:12:43,785 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-common-1.6.4-2.fc20.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >16:12:43,786 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.6.6-1.fc20.x86_64 as install for im-chooser-1.6.4-2.fc20.x86_64 >16:12:43,790 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-14.dsf.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:12:43,792 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-4.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:12:43,793 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-20-0.8.noarch as install for initscripts-9.50-1.fc20.x86_64 >16:12:43,794 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.0-2.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:12:43,796 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-1.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:12:43,797 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:12:43,799 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-1.fc20.x86_64 as install for iptstate-2.2.5-3.fc20.x86_64 >16:12:43,806 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-1.fc20.x86_64 as install for 2:irqbalance-1.0.7-1.fc20.x86_64 >16:12:43,808 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc20.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >16:12:43,808 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-1.fc20.x86_64 to require for libnuma.so.1()(64bit) >16:12:43,813 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.256-1.fc20.noarch as install for isdn4k-utils-3.2-93.fc20.x86_64 >16:12:43,814 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.4.0-2.fc20.x86_64 as install for isdn4k-utils-3.2-93.fc20.x86_64 >16:12:43,817 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:12:43,818 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:12:43,820 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20130724-31.git31f6b30.fc20.noarch as install for kernel-3.11.9-300.fc20.x86_64 >16:12:43,821 DEBUG yum.verbose.YumBase: TSINFO: Marking khmeros-fonts-common-5.0-17.fc20.noarch as install for khmeros-base-fonts-5.0-17.fc20.noarch >16:12:43,823 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc20.x86_64 as install for less-458-4.fc20.x86_64 >16:12:43,828 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.2.12-2.fc20.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >16:12:43,830 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-21.fc20.x86_64 as install for libcanberra-gtk2-0.30-4.fc20.x86_64 >16:12:43,832 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.3-2.fc20.noarch as install for 1:liberation-mono-fonts-1.07.3-2.fc20.noarch >16:12:43,843 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >16:12:43,846 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >16:12:43,849 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3_0_0)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.9)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.8)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.7)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.6)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.3)(64bit) >16:12:43,850 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.10)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(UDK_3.1)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.1)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.0)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.6)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.5)(64bit) >16:12:43,851 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3_0_0)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.6)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.1)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3_0_0)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3.3)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3(UDK_3.1)(64bit) >16:12:43,852 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libvcllo.so()(64bit) >16:12:43,853 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libvbahelperlo.so()(64bit) >16:12:43,853 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libutllo.so()(64bit) >16:12:43,853 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_sal.so.3()(64bit) >16:12:43,853 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppuhelpergcc3.so.3()(64bit) >16:12:43,854 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.1.3.2-6.fc20.x86_64 to require for libuno_cppu.so.3()(64bit) >16:12:43,854 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libtllo.so()(64bit) >16:12:43,854 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libtklo.so()(64bit) >16:12:43,854 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvxlo.so()(64bit) >16:12:43,854 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvxcorelo.so()(64bit) >16:12:43,855 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvtlo.so()(64bit) >16:12:43,855 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsvllo.so()(64bit) >16:12:43,855 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsotlo.so()(64bit) >16:12:43,855 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsfxlo.so()(64bit) >16:12:43,855 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsblo.so()(64bit) >16:12:43,856 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libsaxlo.so()(64bit) >16:12:43,856 DEBUG yum.verbose.YumBase: TSINFO: Marking liborcus-0.5.1-5.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >16:12:43,857 DEBUG yum.verbose.YumBase: Quick matched liborcus-0.5.1-5.fc20.x86_64 to require for liborcus-0.6.so.0()(64bit) >16:12:43,857 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libmsfilterlo.so()(64bit) >16:12:43,858 DEBUG yum.verbose.YumBase: TSINFO: Marking lpsolve-5.5.2.0-7.fc20.x86_64 as install for 1:libreoffice-calc-4.1.3.2-6.fc20.x86_64 >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libfilelo.so()(64bit) >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libeditenglo.so()(64bit) >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libdrawinglayerlo.so()(64bit) >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libdbtoolslo.so()(64bit) >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libcomphelper.so()(64bit) >16:12:43,859 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libbasegfxlo.so()(64bit) >16:12:43,860 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 to require for libavmedialo.so()(64bit) >16:12:43,861 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pdfimport-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-draw-4.1.3.2-6.fc20.x86_64 >16:12:43,862 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pyuno-4.1.3.2-6.fc20.x86_64 as install for 1:libreoffice-emailmerge-4.1.3.2-6.fc20.x86_64 >16:12:43,869 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpg-0.2.2-5.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,871 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpd-0.9.9-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,871 DEBUG yum.verbose.YumBase: Quick matched libwpd-0.9.9-1.fc20.x86_64 to require for libwpd-0.9.so.9()(64bit) >16:12:43,872 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisio-0.0.31-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,873 DEBUG yum.verbose.YumBase: TSINFO: Marking libodfgen-0.0.3-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,874 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspub-0.0.6-4.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,875 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-50.1.2-10.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,875 DEBUG yum.verbose.YumBase: Quick matched libicu-50.1.2-10.fc20.x86_64 to require for libicui18n.so.50()(64bit) >16:12:43,876 DEBUG yum.verbose.YumBase: Quick matched libicu-50.1.2-10.fc20.x86_64 to require for libicudata.so.50()(64bit) >16:12:43,876 DEBUG yum.verbose.YumBase: TSINFO: Marking libetonyek-0.0.1-1.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,877 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdr-0.0.14-5.fc20.x86_64 as install for 1:libreoffice-graphicfilter-4.1.3.2-6.fc20.x86_64 >16:12:43,895 DEBUG yum.verbose.YumBase: TSINFO: Marking libwps-0.2.9-5.fc20.x86_64 as install for 1:libreoffice-writer-4.1.3.2-6.fc20.x86_64 >16:12:43,896 DEBUG yum.verbose.YumBase: TSINFO: Marking libmwaw-0.2.0-1.fc20.x86_64 as install for 1:libreoffice-writer-4.1.3.2-6.fc20.x86_64 >16:12:43,900 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.24-6.fc20.x86_64 as install for libsane-hpaio-3.13.11-1.fc20.x86_64 >16:12:43,905 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-db-1.6.4-3.fc20.noarch as install for m17n-contrib-1.1.14-3.fc20.noarch >16:12:43,907 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:12:43,908 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.4-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:12:43,909 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-7.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:12:43,911 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.1.9-1.fc20.x86_64 as install for mdadm-3.3-4.fc20.x86_64 >16:12:43,914 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-filesystem-9.2.3-1.20131114.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >16:12:43,915 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.157-1.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >16:12:43,915 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.157-1.fc20.x86_64 to require for libelf.so.1(ELFUTILS_1.0)(64bit) >16:12:43,916 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >16:12:43,917 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.3-0.10.rc3.fc20.x86_64 as install for mesa-dri-drivers-9.2.3-1.20131114.fc20.x86_64 >16:12:43,919 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.11.20111007git.fc20.x86_64 as install for minicom-2.6.2-4.fc20.x86_64 >16:12:43,919 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.11.20111007git.fc20.x86_64 to require for liblockdev.so.1()(64bit) >16:12:43,922 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-2.fc20.x86_64 as install for mousetweaks-3.10.0-1.fc20.x86_64 >16:12:43,930 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.3-4.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,931 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-0.1.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,932 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-7.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,933 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24-2.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,934 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount >16:12:43,934 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-3.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,935 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.82-3.fc20.x86_64 as install for 1:nfs-utils-1.2.8-6.0.fc20.x86_64 >16:12:43,937 DEBUG yum.verbose.YumBase: TSINFO: Marking nhn-nanum-fonts-common-3.020-9.fc20.noarch as install for nhn-nanum-gothic-fonts-3.020-9.fc20.noarch >16:12:43,941 DEBUG yum.verbose.YumBase: TSINFO: Marking socat-1.7.2.2-3.fc20.x86_64 as install for 2:nmap-ncat-6.40-2.fc20.x86_64 >16:12:43,944 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.16-1.fc20.x86_64 as install for ntsysv-1.3.60-4.fc20.x86_64 >16:12:43,944 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52()(64bit) >16:12:43,948 DEBUG yum.verbose.YumBase: TSINFO: Marking open-vm-tools-9.4.0-1.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >16:12:43,949 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-1.fc20.x86_64 to require for libvmtools.so.0()(64bit) >16:12:43,949 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-1.fc20.x86_64 to require for libhgfs.so.0()(64bit) >16:12:43,950 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm24-2.24.4-2.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >16:12:43,951 DEBUG yum.verbose.YumBase: Quick matched gtkmm24-2.24.4-2.fc20.x86_64 to require for libgdkmm-2.4.so.1()(64bit) >16:12:43,951 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-2.fc20.x86_64 as install for open-vm-tools-desktop-9.4.0-1.fc20.x86_64 >16:12:43,954 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.3p1-5.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:12:43,958 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-speechd-0.8-5.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >16:12:43,959 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pyatspi-2.10.0-1.fc20.noarch as install for orca-3.10.2-1.fc20.noarch >16:12:43,960 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-brlapi-0.6.0-9.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >16:12:43,960 DEBUG yum.verbose.YumBase: TSINFO: Marking libwnck3-3.4.7-1.fc20.x86_64 as install for orca-3.10.2-1.fc20.noarch >16:12:43,962 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-python3-2.5.3-2.fc20.noarch as install for orca-3.10.2-1.fc20.noarch >16:12:43,967 DEBUG yum.verbose.YumBase: TSINFO: Marking paps-libs-0.6.8-26.fc20.x86_64 as install for paps-0.6.8-26.fc20.x86_64 >16:12:43,968 DEBUG yum.verbose.YumBase: Quick matched paps-libs-0.6.8-26.fc20.x86_64 to require for libpaps.so.0()(64bit) >16:12:43,970 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-2.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >16:12:43,972 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc20.x86_64 as install for passwd-0.79-2.fc20.x86_64 >16:12:43,974 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-1.fc20.x86_64 as install for passwdqc-1.3.0-1.fc20.x86_64 >16:12:43,975 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-15.fc20.x86_64 as install for pcmciautils-018-5.fc20.x86_64 >16:12:43,977 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.18.20131005git.fc20.noarch as install for pinfo-0.6.10-8.fc20.x86_64 >16:12:43,979 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:43,980 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:43,980 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 to require for libply-splash-core.so.2()(64bit) >16:12:43,981 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-system-theme-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:43,984 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.1.13-19.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:12:43,985 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-14.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:12:43,986 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-4.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:12:43,994 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-7.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >16:12:43,996 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.9.1-3.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >16:12:43,997 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-5.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >16:12:43,998 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-3.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >16:12:43,999 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-6.fc20.x86_64 as install for pulseaudio-4.0-8.gitf81e3.fc20.x86_64 >16:12:44,005 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-10.fc20.noarch as install for 1:quota-4.01-10.fc20.x86_64 >16:12:44,012 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.24-1.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,013 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-mako-0.7.3-2.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,014 DEBUG yum.verbose.YumBase: TSINFO: Marking media-player-info-17-4.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,014 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-icon-theme-legacy-3.10.0-1.fc20.noarch as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,016 DEBUG yum.verbose.YumBase: TSINFO: Marking libmx-1.4.7-9.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,017 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpod-0.8.3-1.fc20.x86_64 as install for rhythmbox-3.0-3.fc20.x86_64 >16:12:44,021 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:12:44,026 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.5-2.fc20.x86_64 as install for rsyslog-7.4.2-2.fc20.x86_64 >16:12:44,037 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.1-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >16:12:44,039 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.1-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >16:12:44,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_reg.so(SAMBA_4.1.1)(64bit) >16:12:44,041 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_cmdline.so(SAMBA_4.1.1)(64bit) >16:12:44,042 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libtrusts_util.so(SAMBA_4.1.1)(64bit) >16:12:44,042 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.19-1.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >16:12:44,043 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.19-1.fc20.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >16:12:44,043 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbregistry.so(SAMBA_4.1.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmb_transport.so(SAMBA_4.1.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libserver-role.so(SAMBA_4.1.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsecrets3.so(SAMBA_4.1.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamdb-common.so(SAMBA_4.1.1)(64bit) >16:12:44,044 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba3-util.so(SAMBA_4.1.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-security.so(SAMBA_4.1.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit) >16:12:44,045 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libregistry.so.0(REGISTRY_0.0.1)(64bit) >16:12:44,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libntdb.so.0(NTDB_0.9)(64bit) >16:12:44,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libnetif.so(SAMBA_4.1.1)(64bit) >16:12:44,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >16:12:44,046 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-samba.so(SAMBA_4.1.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libmsrpc3.so(SAMBA_4.1.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibsmb.so(SAMBA_4.1.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.1.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.1.1)(64bit) >16:12:44,047 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libldbsamba.so(SAMBA_4.1.1)(64bit) >16:12:44,049 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.16-3.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >16:12:44,049 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >16:12:44,049 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >16:12:44,050 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.16-3.fc20.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >16:12:44,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >16:12:44,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libevents.so(SAMBA_4.1.1)(64bit) >16:12:44,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liberrors.so(SAMBA_4.1.1)(64bit) >16:12:44,050 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc.so.0(DCERPC_0.0.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-samba.so(SAMBA_4.1.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdbwrap.so(SAMBA_4.1.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcmdline-credentials.so(SAMBA_4.1.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcliauth.so(SAMBA_4.1.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_spoolss.so(SAMBA_4.1.1)(64bit) >16:12:44,051 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.1)(64bit) >16:12:44,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_cldap.so(SAMBA_4.1.1)(64bit) >16:12:44,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-nbt.so(SAMBA_4.1.1)(64bit) >16:12:44,052 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-ldap.so(SAMBA_4.1.1)(64bit) >16:12:44,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libbsd-0.6.0-2.fc20.x86_64 as install for 2:samba-client-4.1.1-1.fc20.x86_64 >16:12:44,053 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libCHARSET3.so(SAMBA_4.1.1)(64bit) >16:12:44,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_tdb.so()(64bit) >16:12:44,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_reg.so()(64bit) >16:12:44,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libutil_cmdline.so()(64bit) >16:12:44,054 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libtrusts_util.so()(64bit) >16:12:44,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbregistry.so()(64bit) >16:12:44,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbconf.so.0()(64bit) >16:12:44,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmbclient-raw.so.0()(64bit) >16:12:44,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsmb_transport.so()(64bit) >16:12:44,055 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libserver-role.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsecrets3.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamdb-common.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba3-util.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-util.so.0()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-sockets.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-security.so()(64bit) >16:12:44,056 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >16:12:44,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libsamba-credentials.so.0()(64bit) >16:12:44,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libregistry.so.0()(64bit) >16:12:44,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libntdb.so.0()(64bit) >16:12:44,057 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libnetif.so()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr.so.0()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-standard.so.0()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-samba.so()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libndr-nbt.so.0()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libmsrpc3.so()(64bit) >16:12:44,058 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibsmb.so()(64bit) >16:12:44,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_netlogon3.so()(64bit) >16:12:44,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liblibcli_lsa3.so()(64bit) >16:12:44,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libldbsamba.so()(64bit) >16:12:44,059 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libgensec.so.0()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libevents.so()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for liberrors.so()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc.so.0()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-samba.so()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdcerpc-binding.so.0()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libdbwrap.so()(64bit) >16:12:44,060 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcmdline-credentials.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcliauth.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_spoolss.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_smb_common.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli_cldap.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-nbt.so()(64bit) >16:12:44,061 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libcli-ldap.so()(64bit) >16:12:44,062 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.1-1.fc20.x86_64 to require for libCHARSET3.so()(64bit) >16:12:44,064 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.24-6.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-6.fc20.x86_64 >16:12:44,065 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-15.fc20.x86_64 as install for sane-backends-drivers-scanners-1.0.24-6.fc20.x86_64 >16:12:44,071 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-gtk-0.8.1-11.fc20.x86_64 as install for seahorse-3.10.1-1.fc20.x86_64 >16:12:44,072 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-4.fc20.x86_64 as install for seahorse-3.10.1-1.fc20.x86_64 >16:12:44,073 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >16:12:44,073 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11()(64bit) >16:12:44,074 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-90.fc20.noarch as install for selinux-policy-targeted-3.12.1-90.fc20.noarch >16:12:44,074 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-90.fc20.noarch to require for selinux-policy >16:12:44,077 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.2.14-2.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >16:12:44,078 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-8.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >16:12:44,079 DEBUG yum.verbose.YumBase: TSINFO: Marking notify-python-0.1.1-25.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >16:12:44,080 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.1.9-1.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >16:12:44,081 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.1.9-1.fc20.x86_64 as install for setroubleshoot-3.2.14-2.fc20.x86_64 >16:12:44,083 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-4.fc20.x86_64 as install for setuptool-1.19.11-7.fc20.x86_64 >16:12:44,087 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.15.4-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >16:12:44,089 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.8.2-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >16:12:44,090 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.7.0-1.fc20.x86_64 as install for shotwell-0.15.0-1.fc20.x86_64 >16:12:44,094 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-10.fc20.x86_64 as install for 1:smartmontools-6.2-2.fc20.x86_64 >16:12:44,095 DEBUG yum.verbose.YumBase: TSINFO: Marking smc-fonts-common-6.0-2.fc20.noarch as install for smc-meera-fonts-6.0-2.fc20.noarch >16:12:44,097 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-6alpha.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >16:12:44,098 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-7.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >16:12:44,098 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-2.fc20.x86_64 as install for sos-3.0-3.fc20.noarch >16:12:44,101 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.fc20.x86_64 as install for spice-vdagent-0.14.0-5.fc20.x86_64 >16:12:44,102 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,103 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,105 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,107 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,108 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,110 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,112 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.11.2-1.fc20.x86_64 as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,113 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.11.2-1.fc20.noarch as install for sssd-1.11.2-1.fc20.x86_64 >16:12:44,119 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-8.fc20.x86_64 as install for sushi-3.10.0-1.fc20.x86_64 >16:12:44,122 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-printer-libs-1.4.3-2.fc20.noarch as install for system-config-printer-1.4.3-2.fc20.x86_64 >16:12:44,128 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-15-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:12:44,129 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:12:44,132 DEBUG yum.verbose.YumBase: TSINFO: Marking thai-scalable-fonts-common-0.5.0-7.fc20.noarch as install for thai-scalable-waree-fonts-0.5.0-7.fc20.noarch >16:12:44,134 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.20-3.fc20.x86_64 as install for tmpwatch-2.11-4.fc20.x86_64 >16:12:44,140 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.25-2.fc20.noarch as install for 1:totem-3.10.1-1.fc20.x86_64 >16:12:44,141 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.9-2.fc20.x86_64 as install for 1:totem-3.10.1-1.fc20.x86_64 >16:12:44,149 DEBUG yum.verbose.YumBase: TSINFO: Marking transmission-common-2.82-1.fc20.x86_64 as install for transmission-gtk-2.82-1.fc20.x86_64 >16:12:44,153 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-2.fc20.x86_64 as install for uboot-tools-2013.10-2.fc20.x86_64 >16:12:44,155 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20130807-1.fc20.noarch as install for usb_modeswitch-1.2.7-3.fc20.x86_64 >16:12:44,157 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-2.fc20.x86_64 as install for usb_modeswitch-1.2.7-3.fc20.x86_64 >16:12:44,161 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >16:12:44,162 DEBUG yum.verbose.YumBase: Quick matched libutempter-1.1.6-3.fc20.x86_64 to require for libutempter.so.0()(64bit) >16:12:44,167 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-1.0.2-6.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >16:12:44,168 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-ui-gtk3-0.6.31-21.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >16:12:44,169 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-gobject-0.6.31-21.fc20.x86_64 as install for vinagre-3.10.2-1.fc20.x86_64 >16:12:44,173 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-1.1.3_2013.02.13-4.fc20.x86_64 as install for 1:wireless-tools-29-10.1.fc20.x86_64 >16:12:44,175 DEBUG yum.verbose.YumBase: TSINFO: Marking libwvstreams-4.6.1-10.fc20.x86_64 as install for wvdial-1.61-8.fc20.x86_64 >16:12:44,175 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvstreams.so.4.6()(64bit) >16:12:44,175 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libwvbase.so.4.6()(64bit) >16:12:44,176 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-10.fc20.x86_64 to require for libuniconf.so.4.6()(64bit) >16:12:44,177 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.15-2.fc20.x86_64 as install for xdg-user-dirs-gtk-0.10-3.fc20.x86_64 >16:12:44,179 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-glamor-0.5.1-1.20131009gitba209eee.fc20.x86_64 as install for xorg-x11-drv-ati-7.2.0-3.20131101git3b38701.fc20.x86_64 >16:12:44,180 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.10.1-1.fc20.noarch as install for xorg-x11-drv-evdev-2.8.2-1.fc20.x86_64 >16:12:44,181 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.4-1.fc20.x86_64 as install for xorg-x11-drv-evdev-2.8.2-1.fc20.x86_64 >16:12:44,182 DEBUG yum.verbose.YumBase: Quick matched mtdev-1.1.4-1.fc20.x86_64 to require for libmtdev.so.1()(64bit) >16:12:44,184 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.9-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >16:12:44,185 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.30.0-3.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >16:12:44,186 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.8-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >16:12:44,187 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.9-2.fc20.x86_64 as install for xorg-x11-drv-intel-2.21.15-4.fc20.x86_64 >16:12:44,193 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-9.2.3-1.20131114.fc20.x86_64 as install for xorg-x11-drv-vmware-13.0.1-2.fc20.x86_64 >16:12:44,193 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-9.2.3-1.20131114.fc20.x86_64 to require for libxatracker.so.1()(64bit) >16:12:44,196 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.14.4-5.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >16:12:44,197 DEBUG yum.verbose.YumBase: TSINFO: Marking libunwind-1.1-3.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >16:12:44,198 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.6-2.fc20.x86_64 as install for xorg-x11-server-Xorg-1.14.4-5.fc20.x86_64 >16:12:44,200 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >16:12:44,201 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >16:12:44,202 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-7.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >16:12:44,202 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.4-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >16:12:44,203 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-2.fc20.x86_64 as install for xorg-x11-utils-7.5-12.fc20.x86_64 >16:12:44,205 DEBUG yum.verbose.YumBase: TSINFO: Marking libXmu-1.1.1-5.fc20.x86_64 as install for 1:xorg-x11-xauth-1.0.7-4.fc20.x86_64 >16:12:44,207 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.10.1-1.fc20.x86_64 as install for 1:yelp-3.10.1-1.fc20.x86_64 >16:12:44,209 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.10.1-1.fc20.noarch as install for 1:yelp-3.10.1-1.fc20.x86_64 >16:12:44,210 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-9.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:12:44,211 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.9.1-32.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:12:44,212 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:12:44,213 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:12:44,214 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:12:44,214 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:12:44,216 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.21-1.fc20.noarch as install for yum-langpacks-0.4.3-1.fc20.noarch >16:12:44,217 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-5.fc20.noarch as install for yum-utils-1.1.31-18.fc20.noarch >16:12:44,236 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.3.2-4.fc20.x86_64 as install for 1:NetworkManager-openvpn-0.9.8.2-3.fc20.x86_64 >16:12:44,241 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-19.svn457.fc20.x86_64 as install for 1:NetworkManager-vpnc-0.9.8.2-2.fc20.x86_64 >16:12:44,243 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-1.fc20.noarch as install for PackageKit-0.8.13-1.fc20.x86_64 >16:12:44,247 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-yum-0.8.13-1.fc20.x86_64 as install for PackageKit-0.8.13-1.fc20.x86_64 >16:12:44,250 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.1.9-1.fc20.x86_64 as install for abrt-2.1.9-1.fc20.x86_64 >16:12:44,251 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.11-1.fc20.x86_64 as install for abrt-2.1.9-1.fc20.x86_64 >16:12:44,251 DEBUG yum.verbose.YumBase: Quick matched satyr-0.11-1.fc20.x86_64 to require for libsatyr.so.2()(64bit) >16:12:44,254 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.1.9-1.fc20.x86_64 as install for abrt-addon-kerneloops-2.1.9-1.fc20.x86_64 >16:12:44,293 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.4-12.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >16:12:44,295 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.1-2.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >16:12:44,296 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.1.9-1.fc20.x86_64 as install for abrt-addon-vmcore-2.1.9-1.fc20.x86_64 >16:12:44,299 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-libs-2.1.9-1.fc20.x86_64 as install for abrt-gui-2.1.9-1.fc20.x86_64 >16:12:44,300 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.1.9-1.fc20.x86_64 as install for abrt-gui-2.1.9-1.fc20.x86_64 >16:12:44,302 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1903.svn2451.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >16:12:44,303 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1903.svn2451.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >16:12:44,304 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.1.9-1.fc20.x86_64 as install for abrt-plugin-bodhi-2.1.9-1.fc20.x86_64 >16:12:44,313 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-14.fc20.x86_64 as install for alsa-tools-firmware-1.0.27-3.fc20.x86_64 >16:12:44,323 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-8.fc20.noarch as install for 32:bind-libs-9.9.4-8.fc20.x86_64 >16:12:44,329 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >16:12:44,336 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.1.0-8.fc20.x86_64 as install for cdrdao-1.2.3-20.fc20.x86_64 >16:12:44,336 DEBUG yum.verbose.YumBase: Quick matched libao-1.1.0-8.fc20.x86_64 to require for libao.so.4()(64bit) >16:12:44,350 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.11-1.fc20.x86_64 as install for crda-1.1.3_2013.02.13-4.fc20.x86_64 >16:12:44,351 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1.4-3.fc20.x86_64 as install for crda-1.1.3_2013.02.13-4.fc20.x86_64 >16:12:44,360 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-13.fc20.noarch as install for desktop-file-utils-0.22-1.fc20.x86_64 >16:12:44,362 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.82-3.fc20.x86_64 as install for device-mapper-libs-1.02.82-3.fc20.x86_64 >16:12:44,364 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-connector-dbus-0.1.0-4.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,365 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-dlna-0.10.2-2.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,366 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.12.3-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,367 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.20.8-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,369 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.14.6-1.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,369 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-core-0.1.0-2.fc20.x86_64 as install for dleyna-renderer-0.1.3-2.fc20.x86_64 >16:12:44,372 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-55.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:12:44,373 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:12:44,375 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.13.3-1.fc20.noarch as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,376 DEBUG yum.verbose.YumBase: TSINFO: Marking python-GnuPGInterface-0.3.2-12.fc20.noarch as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,377 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ncftp-3.2.5-6.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,378 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.15-1.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,379 DEBUG yum.verbose.YumBase: TSINFO: Marking librsync-0.9.7-21.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,380 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-9.fc20.x86_64 as install for duplicity-0.6.21-1.fc20.x86_64 >16:12:44,385 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.157-1.fc20.x86_64 as install for elfutils-0.157-1.fc20.x86_64 >16:12:44,386 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >16:12:44,386 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >16:12:44,386 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >16:12:44,386 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >16:12:44,387 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >16:12:44,387 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >16:12:44,387 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >16:12:44,387 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libdw.so.1()(64bit) >16:12:44,387 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.157-1.fc20.x86_64 to require for libasm.so.1()(64bit) >16:12:44,392 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-3.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >16:12:44,393 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.24.3-2.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >16:12:44,395 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-8.fc20.x86_64 as install for evince-libs-3.10.3-1.fc20.x86_64 >16:12:44,406 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-gstreamer1-0.1.4-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >16:12:44,408 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-0.1.4-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >16:12:44,410 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-igd-0.2.2-2.fc20.x86_64 as install for farstream02-0.2.3-3.fc20.x86_64 >16:12:44,415 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-2.fc20.x86_64 as install for fipscheck-lib-1.4.1-2.fc20.x86_64 >16:12:44,425 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-1.fc20.x86_64 as install for fprintd-0.5.1-1.fc20.x86_64 >16:12:44,429 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-plugins-1.0.2-6.fc20.x86_64 as install for 1:freerdp-1.0.2-6.fc20.x86_64 >16:12:44,430 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libs-1.0.2-6.fc20.x86_64 as install for 1:freerdp-1.0.2-6.fc20.x86_64 >16:12:44,431 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-utils.so.1.0()(64bit) >16:12:44,431 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-rail.so.1.0()(64bit) >16:12:44,431 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-kbd.so.1.0()(64bit) >16:12:44,431 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-gdi.so.1.0()(64bit) >16:12:44,431 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-core.so.1.0()(64bit) >16:12:44,432 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-codec.so.1.0()(64bit) >16:12:44,432 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-channels.so.1.0()(64bit) >16:12:44,432 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.0.2-6.fc20.x86_64 to require for libfreerdp-cache.so.1.0()(64bit) >16:12:44,445 DEBUG yum.verbose.YumBase: TSINFO: Marking suitesparse-4.0.2-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,447 DEBUG yum.verbose.YumBase: TSINFO: Marking libspiro-20071029-11.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,448 DEBUG yum.verbose.YumBase: TSINFO: Marking libopenraw-0.0.9-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,449 DEBUG yum.verbose.YumBase: TSINFO: Marking SDL-1.2.15-11.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,450 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-1.0.3-7.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,451 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libIlmThread.so.6()(64bit) >16:12:44,452 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-1.7.1-6.fc20.x86_64 as install for gegl-0.2.0-12.fc20.x86_64 >16:12:44,452 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libIex.so.6()(64bit) >16:12:44,453 DEBUG yum.verbose.YumBase: Quick matched ilmbase-1.0.3-7.fc20.x86_64 to require for libHalf.so.6()(64bit) >16:12:44,455 DEBUG yum.verbose.YumBase: TSINFO: Marking libusal-1.1.11-22.fc20.x86_64 as install for genisoimage-1.1.11-22.fc20.x86_64 >16:12:44,455 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for libusal.so.0()(64bit) >16:12:44,456 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-22.fc20.x86_64 to require for librols.so.0()(64bit) >16:12:44,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-18.fc20.x86_64 as install for ghostscript-fonts-5.50-32.fc20.noarch >16:12:44,464 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2013h-1.fc20.noarch as install for glibc-common-2.18-11.fc20.x86_64 >16:12:44,468 DEBUG yum.verbose.YumBase: TSINFO: Marking python-inotify-0.9.4-4.fc20.noarch as install for gnome-abrt-0.3.3-2.fc20.x86_64 >16:12:44,472 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-20.0.0-1.fc20.noarch as install for gnome-desktop3-3.10.2-2.fc20.x86_64 >16:12:44,485 DEBUG yum.verbose.YumBase: TSINFO: Marking frei0r-plugins-1.3-11.fc20.x86_64 as install for gnome-video-effects-0.4.0-6.fc20.noarch >16:12:44,488 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.6-3.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >16:12:44,488 DEBUG yum.verbose.YumBase: Quick matched nettle-2.6-3.fc20.x86_64 to require for libhogweed.so.2()(64bit) >16:12:44,491 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.33-2.fc20.1.x86_64 as install for grep-2.15-1.fc20.x86_64 >16:12:44,495 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-1.0.1-2.fc20.x86_64 as install for grilo-plugins-0.2.9-2.fc20.x86_64 >16:12:44,497 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.19-1.fc20.x86_64 as install for grilo-plugins-0.2.9-2.fc20.x86_64 >16:12:44,500 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-6.fc20.x86_64 as install for gstreamer-0.10.36-6.fc20.x86_64 >16:12:44,504 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisual-0.4.0-14.fc20.x86_64 as install for gstreamer-plugins-base-0.10.36-6.fc20.x86_64 >16:12:44,505 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-14.fc20.x86_64 as install for gstreamer-plugins-base-0.10.36-6.fc20.x86_64 >16:12:44,506 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-14.fc20.x86_64 to require for libcdda_interface.so.0()(64bit) >16:12:44,530 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-9.fc20.x86_64 as install for 5:guile-2.0.9-4.fc20.x86_64 >16:12:44,534 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 as install for gvfs-1.18.3-1.fc20.x86_64 >16:12:44,534 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >16:12:44,535 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.90-3.fc20.x86_64 as install for gvfs-1.18.3-1.fc20.x86_64 >16:12:44,536 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-1.fc20.x86_64 to require for libcdio_cdda.so.1()(64bit) >16:12:44,541 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-common-3.13.11-1.fc20.x86_64 as install for hplip-libs-3.13.11-1.fc20.x86_64 >16:12:44,544 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-wayland-1.5.4-2.fc20.x86_64 as install for ibus-1.5.4-2.fc20.x86_64 >16:12:44,545 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-setup-1.5.4-2.fc20.noarch as install for ibus-1.5.4-2.fc20.x86_64 >16:12:44,550 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-12.fc20.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >16:12:44,551 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-14.fc20.x86_64 as install for icedax-1.1.11-22.fc20.x86_64 >16:12:44,555 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-40.fc20.noarch as install for iso-codes-3.48-1.fc20.noarch >16:12:44,559 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:44,561 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-fonts-Type1-7.5-9.fc20.noarch as install for 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:44,562 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjava.so(SUNWprivate_1.1)(64bit) >16:12:44,562 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjvm.so()(64bit) >16:12:44,562 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 to require for libjava.so()(64bit) >16:12:44,563 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-9.fc20.x86_64 as install for 1:java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:44,569 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-3.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >16:12:44,570 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.21-1.fc20.noarch as install for langtable-python-0.0.21-1.fc20.noarch >16:12:44,571 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.21-1.fc20.noarch as install for langtable-python-0.0.21-1.fc20.noarch >16:12:44,573 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.1-1.fc20.noarch as install for libX11-1.6.1-1.fc20.x86_64 >16:12:44,577 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-4.fc20.x86_64 as install for libXfont-1.4.6-2.fc20.x86_64 >16:12:44,591 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-3.fc20.noarch as install for libcanberra-0.30-4.fc20.x86_64 >16:12:44,616 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.1.0-3.fc20.x86_64 as install for libgphoto2-2.5.2-5.fc20.x86_64 >16:12:44,619 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.37-2.fc20.x86_64 as install for libgpod-0.8.3-1.fc20.x86_64 >16:12:44,628 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-common-0.3.1-2.fc20.noarch as install for libkkc-0.3.1-2.fc20.x86_64 >16:12:44,629 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libkkc-data-0.2.7-2.fc20.x86_64 as install for libkkc-0.3.1-2.fc20.x86_64 >16:12:44,630 DEBUG yum.verbose.YumBase: TSINFO: Marking skkdic-20131114-7.T1121.fc20.noarch as install for libkkc-0.3.1-2.fc20.x86_64 >16:12:44,631 DEBUG yum.verbose.YumBase: TSINFO: Marking marisa-0.2.4-4.fc20.x86_64 as install for libkkc-0.3.1-2.fc20.x86_64 >16:12:44,633 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-2.5.3-2.fc20.x86_64 as install for liblouis-python3-2.5.3-2.fc20.noarch >16:12:44,640 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.30.0-2.fc20.x86_64 as install for libmusicbrainz5-5.0.1-8.fc20.x86_64 >16:12:44,647 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-6.fc20.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc20.x86_64 >16:12:44,647 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.fc20.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >16:12:44,648 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-3.fc20.x86_64 as install for libnetfilter_conntrack-1.0.4-1.fc20.x86_64 >16:12:44,651 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-4.fc20.noarch as install for libnm-gtk-0.9.9.0-7.git20131028.fc20.x86_64 >16:12:44,655 DEBUG yum.verbose.YumBase: TSINFO: Marking fftw-libs-double-3.3.3-7.fc20.x86_64 as install for libofa-0.9.3-23.fc20.x86_64 >16:12:44,657 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-system-1.54.0-5.fc20.x86_64 as install for liborcus-0.5.1-5.fc20.x86_64 >16:12:44,659 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-5.fc20.x86_64 as install for libosinfo-0.2.7-2.fc20.x86_64 >16:12:44,660 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.fc20.x86_64 to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >16:12:44,660 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-5.fc20.x86_64 to require for libxslt.so.1()(64bit) >16:12:44,663 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.8.1-2.fc20.x86_64 as install for libpeas-1.9.0-2.fc20.x86_64 >16:12:44,665 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.3.2-8.fc20.x86_64 as install for libpeas-1.9.0-2.fc20.x86_64 >16:12:44,670 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc20.x86_64 as install for libproxy-0.4.11-7.fc20.x86_64 >16:12:44,671 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:12:44,672 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:12:44,691 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-opensymbol-fonts-4.1.3.2-6.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,691 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-2.8.6-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,692 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-en-2.8.6-4.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,694 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-carlito-fonts-1.103-0.1.20130920.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,697 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-caladea-fonts-1.002-0.1.20130214.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,698 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autocorr-en-4.1.3.2-6.fc20.noarch as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,699 DEBUG yum.verbose.YumBase: TSINFO: Marking redland-1.0.16-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,700 DEBUG yum.verbose.YumBase: TSINFO: Marking raptor2-2.0.9-2.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,701 DEBUG yum.verbose.YumBase: TSINFO: Marking mythes-1.2.3-6.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,702 DEBUG yum.verbose.YumBase: TSINFO: Marking liblangtag-0.5.2-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,703 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.24-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,704 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-icu-0.9.24-1.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,705 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.2-4.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,706 DEBUG yum.verbose.YumBase: TSINFO: Marking libexttextcat-3.4.3-2.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,707 DEBUG yum.verbose.YumBase: TSINFO: Marking libcmis-0.3.1-8.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,708 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-core-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,709 DEBUG yum.verbose.YumBase: Quick matched clucene-core-2.3.3.4-10.fc20.x86_64 to require for libclucene-core.so.1()(64bit) >16:12:44,709 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-contribs-lib-2.3.3.4-10.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,710 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-date-time-1.54.0-5.fc20.x86_64 as install for 1:libreoffice-core-4.1.3.2-6.fc20.x86_64 >16:12:44,724 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-reportuploader-2.1.9-1.fc20.x86_64 as install for libreport-gtk-2.1.9-1.fc20.x86_64 >16:12:44,725 DEBUG yum.verbose.YumBase: TSINFO: Marking fros-1.0-4.fc20.noarch as install for libreport-gtk-2.1.9-1.fc20.x86_64 >16:12:44,733 DEBUG yum.verbose.YumBase: TSINFO: Marking unbound-libs-1.4.21-1.fc20.x86_64 as install for libreswan-3.6-1.fc20.x86_64 >16:12:44,738 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc20.x86_64 as install for libsemanage-2.1.10-14.fc20.x86_64 >16:12:44,739 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >16:12:44,739 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1()(64bit) >16:12:44,756 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-9.fc20.x86_64 as install for libtiff-4.0.3-12.fc20.x86_64 >16:12:44,759 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-0.0.3-2.fc20.x86_64 as install for libtranslit-m17n-0.0.3-2.fc20.x86_64 >16:12:44,769 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-utils-3.1.16-1.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,771 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.3.1-1.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,772 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-md5-2.1.26-14.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,773 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-2.1.26-14.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,774 DEBUG yum.verbose.YumBase: TSINFO: Marking yajl-2.0.4-3.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,775 DEBUG yum.verbose.YumBase: TSINFO: Marking libwsman1-2.3.6-8.fc20.x86_64 as install for libvirt-client-1.1.3.1-2.fc20.x86_64 >16:12:44,776 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-8.fc20.x86_64 to require for libwsman_client.so.1()(64bit) >16:12:44,776 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.3.6-8.fc20.x86_64 to require for libwsman.so.1()(64bit) >16:12:44,777 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,778 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-secret-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,780 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nwfilter-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,781 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nodedev-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,782 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,783 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-interface-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,784 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-1.1.3.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,788 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-kvm-1.6.1-2.fc20.x86_64 as install for libvirt-daemon-kvm-1.1.3.1-2.fc20.x86_64 >16:12:44,795 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-glib-0.1.7-2.fc20.x86_64 as install for libvirt-gobject-0.1.7-2.fc20.x86_64 >16:12:44,796 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.7-2.fc20.x86_64 to require for libvirt-glib-1.0.so.0(LIBVIRT_GLIB_0.0.7)(64bit) >16:12:44,796 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.7-2.fc20.x86_64 to require for libvirt-glib-1.0.so.0()(64bit) >16:12:44,801 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.8-1.fc20.noarch as install for libwacom-0.8-1.fc20.x86_64 >16:12:44,805 DEBUG yum.verbose.YumBase: TSINFO: Marking libXres-1.0.7-2.fc20.x86_64 as install for libwnck3-3.4.7-1.fc20.x86_64 >16:12:44,831 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-9.2.3-1.20131114.fc20.x86_64 as install for mesa-libEGL-9.2.3-1.20131114.fc20.x86_64 >16:12:44,850 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-12.20130511.fc20.noarch as install for ncurses-libs-5.9-12.20130511.fc20.x86_64 >16:12:44,852 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc20.x86_64 as install for newt-0.52.16-1.fc20.x86_64 >16:12:44,853 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-11.fc20.x86_64 to require for libslang.so.2()(64bit) >16:12:44,859 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.2-3.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >16:12:44,870 DEBUG yum.verbose.YumBase: TSINFO: Marking libdnet-1.12-12.fc20.x86_64 as install for open-vm-tools-9.4.0-1.fc20.x86_64 >16:12:44,873 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-19.svn457.fc20.noarch as install for openconnect-5.01-4.fc20.x86_64 >16:12:44,874 DEBUG yum.verbose.YumBase: TSINFO: Marking stoken-libs-0.2-5.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >16:12:44,875 DEBUG yum.verbose.YumBase: TSINFO: Marking liboath-2.4.0-2.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >16:12:44,876 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.4.0)(64bit) >16:12:44,876 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.2.0)(64bit) >16:12:44,876 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.0-2.fc20.x86_64 to require for liboath.so.0(LIBOATH_1.12.0)(64bit) >16:12:44,877 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.11.2-1.fc20.x86_64 as install for openconnect-5.01-4.fc20.x86_64 >16:12:44,883 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-19.fc20.x86_64 as install for 1:openssl-1.0.1e-30.fc20.x86_64 >16:12:44,890 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.19-2.fc20.x86_64 as install for pango-1.36.1-1.fc20.x86_64 >16:12:44,891 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.19-2.fc20.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >16:12:44,891 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.19-2.fc20.x86_64 to require for libthai.so.0()(64bit) >16:12:44,892 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-5.fc20.x86_64 as install for pango-1.36.1-1.fc20.x86_64 >16:12:44,905 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.1-288.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,906 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.013-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,907 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.31-293.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,908 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.1-288.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,909 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.43-291.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,910 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.89-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,911 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,912 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-291.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,913 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-1.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,914 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.45-2.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,915 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,916 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-292.fc20.noarch to require for perl(Pod::Simple::Search) >16:12:44,916 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-2.96-288.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,917 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.49-5.fc20.x86_64 as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,918 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.01-4.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,920 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-292.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,921 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.26-245.fc20.noarch as install for 4:perl-5.18.1-288.fc20.x86_64 >16:12:44,932 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.63-4.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc20.noarch >16:12:44,933 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-3.fc20.noarch as install for perl-Getopt-Long-2.42-1.fc20.noarch >16:12:44,940 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-theme-charge-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:44,942 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >16:12:44,945 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-6.fc20.x86_64 as install for poppler-0.24.3-2.fc20.x86_64 >16:12:44,954 DEBUG yum.verbose.YumBase: TSINFO: Marking sbc-1.1-1.fc20.x86_64 as install for pulseaudio-module-bluetooth-4.0-8.gitf81e3.fc20.x86_64 >16:12:44,955 DEBUG yum.verbose.YumBase: Quick matched sbc-1.1-1.fc20.x86_64 to require for libsbc.so.1()(64bit) >16:12:44,956 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-7.fc20.x86_64 as install for pygobject3-3.10.2-1.fc20.x86_64 >16:12:44,960 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-8.fc20.x86_64 as install for pygtk2-libglade-2.24.0-8.fc20.x86_64 >16:12:44,961 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-10.fc20.x86_64 as install for pygtk2-libglade-2.24.0-8.fc20.x86_64 >16:12:44,964 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.10.0-1.fc20.noarch as install for python-caribou-0.4.13-1.fc20.noarch >16:12:44,965 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.4.1-1.fc20.noarch as install for python-iniparse-0.4-9.fc20.noarch >16:12:44,966 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.0.1-7.fc20.noarch as install for python-kitchen-1.1.1-5.fc20.noarch >16:12:44,968 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.3.1-2.fc20.x86_64 as install for python-pillow-2.2.1-2.fc20.x86_64 >16:12:44,969 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.3.1-2.fc20.x86_64 to require for libwebpdemux.so.0()(64bit) >16:12:44,969 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.3.1-2.fc20.x86_64 to require for libwebp.so.4()(64bit) >16:12:44,969 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms-libs-1.19-10.fc20.x86_64 as install for python-pillow-2.2.1-2.fc20.x86_64 >16:12:44,971 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc20.noarch as install for python-slip-dbus-0.6.0-1.fc20.noarch >16:12:44,972 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-17.20120408git9b8f4e38.fc20.x86_64 as install for python-urlgrabber-3.9.1-32.fc20.noarch >16:12:44,974 DEBUG yum.verbose.YumBase: TSINFO: Marking brlapi-0.6.0-9.fc20.x86_64 as install for python3-brlapi-0.6.0-9.fc20.x86_64 >16:12:44,975 DEBUG yum.verbose.YumBase: Quick matched brlapi-0.6.0-9.fc20.x86_64 to require for libbrlapi.so.0.6()(64bit) >16:12:44,977 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-cairo-1.10.0-6.fc20.x86_64 as install for python3-gobject-3.10.2-1.fc20.x86_64 >16:12:44,978 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-markupsafe-0.18-1.fc20.x86_64 as install for python3-mako-0.7.3-2.fc20.noarch >16:12:44,979 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-beaker-1.5.4-8.fc20.noarch as install for python3-mako-0.7.3-2.fc20.noarch >16:12:44,980 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-0.8-5.fc20.x86_64 as install for python3-speechd-0.8-5.fc20.x86_64 >16:12:44,989 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-7.fc20.x86_64 as install for rpm-python-4.11.1-7.fc20.x86_64 >16:12:44,990 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-7.fc20.x86_64 to require for librpmbuild.so.3()(64bit) >16:12:45,016 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.0.8-3.fc20.x86_64 as install for 2:samba-libs-4.1.1-1.fc20.x86_64 >16:12:45,016 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.0.8-3.fc20.x86_64 to require for libpytalloc-util.so.2()(64bit) >16:12:45,022 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-208-6.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,023 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.58-1.fc20.noarch as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,024 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.1.13-19.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,024 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.3.2-1.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,025 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-11.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,026 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.2.2-2.fc20.x86_64 as install for setroubleshoot-server-3.2.14-2.fc20.x86_64 >16:12:45,032 DEBUG yum.verbose.YumBase: TSINFO: Marking usbredir-0.6-5.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >16:12:45,033 DEBUG yum.verbose.YumBase: Quick matched usbredir-0.6-5.fc20.x86_64 to require for libusbredirhost.so.1()(64bit) >16:12:45,033 DEBUG yum.verbose.YumBase: TSINFO: Marking celt051-0.5.1.3-7.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >16:12:45,034 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libcacard-1.6.1-2.fc20.x86_64 as install for spice-glib-0.21-5.fc20.x86_64 >16:12:45,041 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.11.2-1.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >16:12:45,042 DEBUG yum.verbose.YumBase: Quick matched sssd-krb5-common-1.11.2-1.fc20.x86_64 to require for libsss_krb5_common.so()(64bit) >16:12:45,042 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.11.2-1.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >16:12:45,043 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-18.fc20.x86_64 as install for sssd-ad-1.11.2-1.fc20.x86_64 >16:12:45,049 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.11.2-1.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >16:12:45,050 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.0.0.1-18.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >16:12:45,050 DEBUG yum.verbose.YumBase: Quick matched libini_config-1.0.0.1-18.fc20.x86_64 to require for libini_config.so.3()(64bit) >16:12:45,051 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-18.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >16:12:45,052 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-2.fc20.x86_64 as install for sssd-common-1.11.2-1.fc20.x86_64 >16:12:45,058 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.11.2-1.fc20.x86_64 as install for sssd-ipa-1.11.2-1.fc20.x86_64 >16:12:45,058 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.11.2-1.fc20.x86_64 to require for libipa_hbac.so.0()(64bit) >16:12:45,063 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cups-1.9.63-4.fc20.x86_64 as install for system-config-printer-libs-1.4.3-2.fc20.noarch >16:12:45,084 DEBUG yum.verbose.YumBase: TSINFO: Marking libpurple-2.10.7-8.fc20.x86_64 as install for telepathy-haze-0.8.0-1.fc20.x86_64 >16:12:45,114 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.9.2-1.fc20.x86_64 as install for totem-pl-parser-3.10.0-1.fc20.x86_64 >16:12:45,118 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-10.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >16:12:45,119 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.28-1.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >16:12:45,120 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.14-2.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >16:12:45,121 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.4.0-3.fc20.x86_64 as install for tracker-0.16.2-4.fc20.x86_64 >16:12:45,126 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-5.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >16:12:45,127 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.1.11-2.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >16:12:45,128 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.8-1.fc20.x86_64 as install for udisks2-2.1.1-1.fc20.x86_64 >16:12:45,142 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue-0.12.99-5.fc20.x86_64 as install for webkitgtk3-2.2.2-1.fc20.x86_64 >16:12:45,149 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-extra-3.11.9-300.fc20.x86_64 as install for xl2tpd-1.3.1-14.fc20.x86_64 >16:12:45,152 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-11.fc20.x86_64 as install for xorg-x11-server-utils-7.7-2.fc20.x86_64 >16:12:45,179 DEBUG yum.verbose.YumBase: TSINFO: Marking brltty-4.5-9.fc20.x86_64 as install for brlapi-0.6.0-9.fc20.x86_64 >16:12:45,188 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.23.88.0.1-13.fc20.x86_64 as install for crash-7.0.1-2.fc20.x86_64 >16:12:45,192 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-gnome-20.0.0-1.fc20.noarch as install for desktop-backgrounds-gnome-20.0.0-1.fc20.noarch >16:12:45,200 DEBUG yum.verbose.YumBase: TSINFO: Marking gavl-1.4.0-4.fc20.x86_64 as install for frei0r-plugins-1.3-11.fc20.x86_64 >16:12:45,203 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.10-5.fc20.x86_64 as install for gd-2.1.0-3.fc20.x86_64 >16:12:45,208 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.3.1-1.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >16:12:45,208 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.3.1-1.fc20.x86_64 to require for libgettextlib-0.18.3.so()(64bit) >16:12:45,212 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-dane-3.1.16-1.fc20.x86_64 as install for gnutls-utils-3.1.16-1.fc20.x86_64 >16:12:45,213 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.1.16-1.fc20.x86_64 to require for libgnutls-dane.so.0(DANE_0_0)(64bit) >16:12:45,213 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.1.16-1.fc20.x86_64 to require for libgnutls-dane.so.0()(64bit) >16:12:45,225 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-3.4.1-1.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:45,226 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2013h-1.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:45,227 DEBUG yum.verbose.YumBase: TSINFO: Marking rhino-1.7R4-6.fc20.noarch as install for 1:java-1.7.0-openjdk-headless-1.7.0.60-2.4.3.0.fc20.x86_64 >16:12:45,230 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-034-19.git20131021.fc20.x86_64 as install for kexec-tools-2.0.4-12.fc20.x86_64 >16:12:45,231 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.0-2.fc20.x86_64 as install for kexec-tools-2.0.4-12.fc20.x86_64 >16:12:45,238 DEBUG yum.verbose.YumBase: TSINFO: Marking ceph-libs-0.67.3-2.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >16:12:45,239 DEBUG yum.verbose.YumBase: Quick matched ceph-libs-0.67.3-2.fc20.x86_64 to require for librados.so.2()(64bit) >16:12:45,239 DEBUG yum.verbose.YumBase: TSINFO: Marking libiscsi-1.9.0-4.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >16:12:45,240 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-libs-3.4.1-1.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >16:12:45,241 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.4.1-1.fc20.x86_64 to require for libgfxdr.so.0()(64bit) >16:12:45,241 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.4.1-1.fc20.x86_64 to require for libgfrpc.so.0()(64bit) >16:12:45,241 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-api-3.4.1-1.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >16:12:45,242 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.109-8.fc20.x86_64 as install for 2:libcacard-1.6.1-2.fc20.x86_64 >16:12:45,252 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.3-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >16:12:45,253 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >16:12:45,254 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.0-18.fc20.x86_64 as install for libini_config-1.0.0.1-18.fc20.x86_64 >16:12:45,267 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-scram-2.1.26-14.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >16:12:45,267 DEBUG yum.verbose.YumBase: TSINFO: Marking libsilc-1.1.10-10.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >16:12:45,268 DEBUG yum.verbose.YumBase: Quick matched libsilc-1.1.10-10.fc20.x86_64 to require for libsilc-1.1.so.2()(64bit) >16:12:45,269 DEBUG yum.verbose.YumBase: TSINFO: Marking meanwhile-1.1.0-12.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >16:12:45,269 DEBUG yum.verbose.YumBase: TSINFO: Marking libgadu-1.11.2-1.fc20.2.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >16:12:45,270 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream-0.1.2-6.fc20.x86_64 as install for libpurple-2.10.7-8.fc20.x86_64 >16:12:45,272 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.9.20131104-1.fc20.noarch as install for libquvi-0.9.2-1.fc20.x86_64 >16:12:45,275 DEBUG yum.verbose.YumBase: TSINFO: Marking libtar-1.2.11-27.fc20.x86_64 as install for libreport-plugin-reportuploader-2.1.9-1.fc20.x86_64 >16:12:45,291 DEBUG yum.verbose.YumBase: TSINFO: Marking numad-0.5-12.20130814git.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >16:12:45,292 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.38-7.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >16:12:45,293 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-4.fc20.x86_64 as install for libvirt-daemon-1.1.3.1-2.fc20.x86_64 >16:12:45,295 DEBUG yum.verbose.YumBase: TSINFO: Marking netcf-libs-0.2.3-5.fc20.x86_64 as install for libvirt-daemon-driver-interface-1.1.3.1-2.fc20.x86_64 >16:12:45,296 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.4.0)(64bit) >16:12:45,296 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.3.0)(64bit) >16:12:45,296 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.2.0)(64bit) >16:12:45,296 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1(NETCF_1.0.0)(64bit) >16:12:45,297 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.3-5.fc20.x86_64 to require for libnetcf.so.1()(64bit) >16:12:45,298 DEBUG yum.verbose.YumBase: TSINFO: Marking radvd-1.9.2-4.fc20.x86_64 as install for libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 >16:12:45,299 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-services-1.4.19.1-1.fc20.x86_64 as install for libvirt-daemon-driver-network-1.1.3.1-2.fc20.x86_64 >16:12:45,303 DEBUG yum.verbose.YumBase: TSINFO: Marking lzop-1.03-9.fc20.x86_64 as install for libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 >16:12:45,304 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-img-1.6.1-2.fc20.x86_64 as install for libvirt-daemon-driver-qemu-1.1.3.1-2.fc20.x86_64 >16:12:45,308 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-fuse-3.4.1-1.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >16:12:45,308 DEBUG yum.verbose.YumBase: TSINFO: Marking sheepdog-0.3.0-5.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >16:12:45,309 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.103-3.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >16:12:45,311 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.873-12.fc20.x86_64 as install for libvirt-daemon-driver-storage-1.1.3.1-2.fc20.x86_64 >16:12:45,318 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-11.fc20.x86_64 as install for mcpp-2.7.2-11.fc20.x86_64 >16:12:45,322 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-9.fc20.x86_64 as install for neon-0.30.0-2.fc20.x86_64 >16:12:45,326 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.10-2.fc20.x86_64 as install for openvpn-2.3.2-4.fc20.x86_64 >16:12:45,339 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.04-2.fc20.x86_64 as install for 1:perl-Module-CoreList-2.96-288.fc20.noarch >16:12:45,344 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-288.fc20.noarch as install for 1:perl-Pod-Simple-3.28-292.fc20.noarch >16:12:45,346 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.1-291.fc20.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >16:12:45,347 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.20-7.fc20.noarch as install for perl-Pod-Usage-1.63-4.fc20.noarch >16:12:45,365 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:45,366 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-plugin-two-step-0.8.9-3.2013.08.14.fc20.x86_64 >16:12:45,368 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.1.10-14.fc20.x86_64 as install for policycoreutils-python-2.2.2-2.fc20.x86_64 >16:12:45,369 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.75-6.fc20.noarch as install for policycoreutils-python-2.2.2-2.fc20.x86_64 >16:12:45,370 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.7-41.fc20.x86_64 as install for policycoreutils-python-2.2.2-2.fc20.x86_64 >16:12:45,371 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >16:12:45,371 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libapol.so.4(VERS_4.0)(64bit) >16:12:45,371 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libqpol.so.1()(64bit) >16:12:45,372 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.7-41.fc20.x86_64 to require for libapol.so.4()(64bit) >16:12:45,386 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-system-x86-1.6.1-2.fc20.x86_64 as install for 2:qemu-kvm-1.6.1-2.fc20.x86_64 >16:12:45,390 DEBUG yum.verbose.YumBase: TSINFO: Marking rasqal-0.9.30-2.fc20.x86_64 as install for redland-1.0.16-4.fc20.x86_64 >16:12:45,396 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-8.fc20.noarch as install for seed-3.8.1-2.fc20.x86_64 >16:12:45,397 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.2-4.fc20.x86_64 as install for seed-3.8.1-2.fc20.x86_64 >16:12:45,402 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-freebsoft-utils-0.10-7.fc20.noarch as install for speech-dispatcher-0.8-5.fc20.x86_64 >16:12:45,403 DEBUG yum.verbose.YumBase: TSINFO: Marking flite-1.3-20.fc20.x86_64 as install for speech-dispatcher-0.8-5.fc20.x86_64 >16:12:45,404 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite_cmulex.so.1()(64bit) >16:12:45,404 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite_cmu_us_kal16.so.1()(64bit) >16:12:45,404 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-20.fc20.x86_64 to require for libflite.so.1()(64bit) >16:12:45,405 DEBUG yum.verbose.YumBase: TSINFO: Marking dotconf-1.3-7.fc20.x86_64 as install for speech-dispatcher-0.8-5.fc20.x86_64 >16:12:45,408 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.11.2-1.fc20.x86_64 as install for sssd-client-1.11.2-1.fc20.x86_64 >16:12:45,411 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-14.fc20.x86_64 as install for sssd-krb5-common-1.11.2-1.fc20.x86_64 >16:12:45,413 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-21.fc20.x86_64 as install for stoken-libs-0.2-5.fc20.x86_64 >16:12:45,416 DEBUG yum.verbose.YumBase: TSINFO: Marking tbb-4.1-4.20130314.fc20.x86_64 as install for suitesparse-4.0.2-6.fc20.x86_64 >16:12:45,417 DEBUG yum.verbose.YumBase: Quick matched tbb-4.1-4.20130314.fc20.x86_64 to require for libtbb.so.2()(64bit) >16:12:45,423 DEBUG yum.verbose.YumBase: TSINFO: Marking atlas-3.8.4-10.fc20.x86_64 as install for suitesparse-4.0.2-6.fc20.x86_64 >16:12:45,424 DEBUG yum.verbose.YumBase: Quick matched atlas-3.8.4-10.fc20.x86_64 to require for libcblas.so.3()(64bit) >16:12:45,430 DEBUG yum.verbose.YumBase: TSINFO: Marking ldns-1.6.16-6.fc20.x86_64 as install for unbound-libs-1.4.21-1.fc20.x86_64 >16:12:45,439 DEBUG yum.verbose.YumBase: TSINFO: Marking ttmkfdir-3.0.9-40.fc20.x86_64 as install for xorg-x11-fonts-Type1-7.5-9.fc20.noarch >16:12:45,440 DEBUG yum.verbose.YumBase: Quick matched ttmkfdir-3.0.9-40.fc20.x86_64 to require for ttmkfdir >16:12:45,443 DEBUG yum.verbose.YumBase: TSINFO: Marking libgfortran-4.8.2-1.fc20.x86_64 as install for atlas-3.8.4-10.fc20.x86_64 >16:12:45,443 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.8.2-1.fc20.x86_64 to require for libgfortran.so.3(GFORTRAN_1.0)(64bit) >16:12:45,444 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.8.2-1.fc20.x86_64 to require for libgfortran.so.3()(64bit) >16:12:45,450 DEBUG yum.verbose.YumBase: TSINFO: Marking leveldb-1.12.0-5.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >16:12:45,451 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptopp-5.6.2-3.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >16:12:45,452 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-thread-1.54.0-5.fc20.x86_64 as install for ceph-libs-0.67.3-2.fc20.x86_64 >16:12:45,459 DEBUG yum.verbose.YumBase: TSINFO: Marking sox-14.4.1-4.fc20.x86_64 as install for festival-freebsoft-utils-0.10-7.fc20.noarch >16:12:45,461 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-1.96-26.fc20.x86_64 as install for festival-freebsoft-utils-0.10-7.fc20.noarch >16:12:45,463 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdither-0.6-7.fc20.x86_64 as install for gavl-1.4.0-4.fc20.x86_64 >16:12:45,466 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-3.4.1-1.fc20.x86_64 as install for glusterfs-api-3.4.1-1.fc20.x86_64 >16:12:45,470 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-base-20.0.0-1.fc20.noarch as install for heisenbug-backgrounds-gnome-20.0.0-1.fc20.noarch >16:12:45,473 DEBUG yum.verbose.YumBase: TSINFO: Marking python-javapackages-3.4.1-1.fc20.noarch as install for javapackages-tools-3.4.1-1.fc20.noarch >16:12:45,479 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-socket-2.1-0.2.rc1.fc20.x86_64 as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >16:12:45,480 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-json-1.3.2-2.fc20.noarch as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >16:12:45,481 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-expat-1.2.0-6.fc20.x86_64 as install for libquvi-scripts-0.9.20131104-1.fc20.noarch >16:12:45,485 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-3.fc20.x86_64 as install for libtomcrypt-1.17-21.fc20.x86_64 >16:12:45,485 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-3.fc20.x86_64 to require for libtommath.so.0()(64bit) >16:12:45,487 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.103-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:12:45,489 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.2.8-1.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:12:45,490 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.82-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:12:45,494 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.1.0-2.fc20.x86_64 as install for netcf-libs-0.2.3-5.fc20.x86_64 >16:12:45,495 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.1.0-2.fc20.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >16:12:45,495 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.1.0-2.fc20.x86_64 to require for libaugeas.so.0()(64bit) >16:12:45,503 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-1.fc20.noarch as install for perl-Pod-Perldoc-3.20-7.fc20.noarch >16:12:45,504 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.034-3.fc20.noarch as install for perl-Pod-Perldoc-3.20-7.fc20.noarch >16:12:45,521 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-common-1.6.1-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,523 DEBUG yum.verbose.YumBase: TSINFO: Marking seabios-bin-1.7.3.1-1.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,523 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.0-1.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,524 DEBUG yum.verbose.YumBase: TSINFO: Marking ipxe-roms-qemu-20130517-3.gitc4bce43.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,525 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:sgabios-bin-0.20110622svn-6.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,526 DEBUG yum.verbose.YumBase: TSINFO: Marking seavgabios-bin-1.7.3.1-1.fc20.noarch as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,527 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-server-0.12.4-3.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) >16:12:45,528 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) >16:12:45,529 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) >16:12:45,529 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) >16:12:45,529 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) >16:12:45,529 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) >16:12:45,529 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.4-3.fc20.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) >16:12:45,530 DEBUG yum.verbose.YumBase: TSINFO: Marking librdmacm-1.0.17-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,531 DEBUG yum.verbose.YumBase: TSINFO: Marking libibverbs-1.1.7-3.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,531 DEBUG yum.verbose.YumBase: Quick matched libibverbs-1.1.7-3.fc20.x86_64 to require for libibverbs.so.1(IBVERBS_1.0)(64bit) >16:12:45,532 DEBUG yum.verbose.YumBase: TSINFO: Marking libfdt-1.4.0-2.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,533 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-libs-5.11-1.fc20.x86_64 as install for 2:qemu-system-x86-1.6.1-2.fc20.x86_64 >16:12:45,535 DEBUG yum.verbose.YumBase: TSINFO: Marking jline-1.0-5.fc20.noarch as install for rhino-1.7R4-6.fc20.noarch >16:12:45,539 DEBUG yum.verbose.YumBase: TSINFO: Marking corosynclib-2.3.2-1.fc20.x86_64 as install for sheepdog-0.3.0-5.fc20.x86_64 >16:12:45,540 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.2-1.fc20.x86_64 to require for libcfg.so.6(COROSYNC_CFG_0.82)(64bit) >16:12:45,540 DEBUG yum.verbose.YumBase: TSINFO: Marking corosync-2.3.2-1.fc20.x86_64 as install for sheepdog-0.3.0-5.fc20.x86_64 >16:12:45,541 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.2-1.fc20.x86_64 to require for libcfg.so.6()(64bit) >16:12:45,549 DEBUG yum.verbose.YumBase: TSINFO: Marking libqb-0.16.0-1.fc20.x86_64 as install for corosync-2.3.2-1.fc20.x86_64 >16:12:45,556 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-speechtools-libs-1.2.96-26.fc20.x86_64 as install for festival-1.96-26.fc20.x86_64 >16:12:45,557 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-lib-1.96-26.fc20.x86_64 as install for festival-1.96-26.fc20.x86_64 >16:12:45,558 DEBUG yum.verbose.YumBase: TSINFO: Marking festvox-slt-arctic-hts-0.20061229-26.fc20.noarch as install for festival-1.96-26.fc20.x86_64 >16:12:45,558 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-26.fc20.x86_64 to require for libestools.so.1.2.96.1()(64bit) >16:12:45,558 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-26.fc20.x86_64 to require for libestbase.so.1.2.96.1()(64bit) >16:12:45,563 DEBUG yum.verbose.YumBase: TSINFO: Marking libquadmath-4.8.2-1.fc20.x86_64 as install for libgfortran-4.8.2-1.fc20.x86_64 >16:12:45,563 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.8.2-1.fc20.x86_64 to require for libquadmath.so.0(QUADMATH_1.0)(64bit) >16:12:45,563 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.8.2-1.fc20.x86_64 to require for libquadmath.so.0()(64bit) >16:12:45,567 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-lpeg-0.12-2.fc20.x86_64 as install for lua-json-1.3.2-2.fc20.noarch >16:12:45,569 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.82-3.fc20.x86_64 as install for lvm2-libs-2.02.103-3.fc20.x86_64 >16:12:45,573 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.2.4-1.fc20.x86_64 as install for python-javapackages-3.4.1-1.fc20.noarch >16:12:45,587 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.8-1.fc20.noarch as install for python-lxml-3.2.4-1.fc20.x86_64 >16:12:45,913 DEBUG yum.verbose.YumBase: Depsolve time: 3.198 >16:12:45,944 INFO packaging: 1309 packages selected totalling 4.10 GB >16:13:49,920 INFO packaging: checking software selection >16:13:49,954 DEBUG yum.verbose.YumBase: Setting up Package Sacks >16:13:50,106 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >16:13:50,144 DEBUG yum.verbose.YumBase: pkgsack time: 0.189 >16:13:50,197 DEBUG yum.verbose.YumBase: group time: 0.243 >16:13:50,241 DEBUG yum.verbose.YumBase: Obs Init time: 0.041 >16:13:50,261 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >16:13:50,272 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >16:13:50,273 INFO packaging: no kernel-PAE package >16:13:50,274 INFO packaging: selected kernel >16:13:50,276 INFO packaging: checking dependencies >16:13:50,297 DEBUG yum.verbose.YumBase: Building updates object >16:13:50,357 DEBUG yum.verbose.YumBase: up:simple updates time: 0.020 >16:13:50,359 DEBUG yum.verbose.YumBase: up:obs time: 0.001 >16:13:50,359 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >16:13:50,359 DEBUG yum.verbose.YumBase: updates time: 0.062 >16:13:50,360 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.5-33.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,362 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,363 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,364 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,365 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.38.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,366 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,367 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,369 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-208-6.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,370 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,371 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-1.fc20.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >16:13:50,375 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.19.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,376 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.67-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,377 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-21.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,378 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,380 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.2-3.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,381 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.44.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,383 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,384 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,384 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.1-1.fc20.x86_64 to require for libplc4.so()(64bit) >16:13:50,385 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,386 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 to require for libnm-glib.so.4()(64bit) >16:13:50,386 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-genl-3.so.200()(64bit) >16:13:50,387 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-3.so.200()(64bit) >16:13:50,387 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,388 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-2.git20130913.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,389 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-208-6.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,390 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgmodule-2.0.so.0()(64bit) >16:13:50,390 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libglib-2.0.so.0()(64bit) >16:13:50,390 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgio-2.0.so.0()(64bit) >16:13:50,391 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:13:50,394 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.2-1.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:13:50,395 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-33.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:13:50,396 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >16:13:50,397 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.60-4.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:13:50,398 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:13:50,398 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2()(64bit) >16:13:50,399 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.2-1.fc20.x86_64 to require for libaudit.so.1()(64bit) >16:13:50,401 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-9.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:13:50,402 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:13:50,403 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:13:50,405 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.16-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:13:50,406 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1e-30.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:13:50,408 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-12.20130511.fc20.x86_64 as install for bash-4.2.45-4.fc20.x86_64 >16:13:50,410 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-1.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >16:13:50,411 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-3.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >16:13:50,414 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-3.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,415 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,416 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.15-1.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,417 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.2-2.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,418 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-4.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,420 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.1.13-19.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,421 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-7.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:13:50,423 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-5.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:13:50,426 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-4.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:13:50,430 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.32.0-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,431 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-8.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,433 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,434 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.36-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,435 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.36-4.fc20.x86_64 to require for liblber-2.4.so.2()(64bit) >16:13:50,435 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,436 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.8-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:13:50,439 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:13:50,439 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:13:50,441 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-8.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:13:50,486 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-8.fc20.x86_64 to require for libdns-export.so.100()(64bit) >16:13:50,487 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-6.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:13:50,489 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-034-19.git20131021.fc20.x86_64 as install for dracut-config-rescue-034-19.git20131021.fc20.x86_64 >16:13:50,495 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:13:50,497 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:13:50,499 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24-2.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:13:50,500 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >16:13:50,500 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >16:13:50,501 DEBUG yum.verbose.YumBase: Quick matched e2fsprogs-libs-1.42.8-3.fc20.x86_64 to require for libe2p.so.2()(64bit) >16:13:50,505 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:13:50,506 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:13:50,508 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.10.2-1.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:13:50,510 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-11.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:13:50,512 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:13:50,514 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.18-11.fc20.x86_64 as install for glibc-2.18-11.fc20.x86_64 >16:13:50,515 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.2-2.fc20.x86_64 as install for glibc-2.18-11.fc20.x86_64 >16:13:50,516 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.15.2-2.fc20.x86_64 to require for libfreebl3.so()(64bit) >16:13:50,517 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-15.fc20.x86_64 as install for grubby-8.28-1.fc20.x86_64 >16:13:50,518 DEBUG yum.verbose.YumBase: Quick matched popt-1.13-15.fc20.x86_64 to require for libpopt.so.0()(64bit) >16:13:50,522 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-14.dsf.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,524 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-15-1.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,526 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-4.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,528 DEBUG yum.verbose.YumBase: TSINFO: Marking cpio-2.11-24.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,529 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-20-0.8.noarch as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,531 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.0-2.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:13:50,533 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-1.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:13:50,535 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:13:50,537 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-30.fc20.x86_64 as install for iputils-20121221-4.fc20.x86_64 >16:13:50,538 DEBUG yum.verbose.YumBase: Quick matched 1:openssl-libs-1.0.1e-30.fc20.x86_64 to require for libcrypto.so.10()(64bit) >16:13:50,540 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:13:50,541 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:13:50,543 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20130724-31.git31f6b30.fc20.noarch as install for kernel-3.11.9-300.fc20.x86_64 >16:13:50,545 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc20.x86_64 as install for less-458-4.fc20.x86_64 >16:13:50,547 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:13:50,548 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.4-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:13:50,549 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-7.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:13:50,554 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.3p1-5.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:13:50,555 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-2.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:13:50,556 DEBUG yum.verbose.YumBase: Quick matched fipscheck-lib-1.4.1-2.fc20.x86_64 to require for libfipscheck.so.1()(64bit) >16:13:50,557 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-2.20130601cvs.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:13:50,562 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.82-3.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >16:13:50,563 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-2.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >16:13:50,564 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >16:13:50,566 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc20.x86_64 as install for passwd-0.79-2.fc20.x86_64 >16:13:50,569 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.1-1.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:13:50,570 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:13:50,571 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:13:50,572 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 to require for libply-splash-core.so.2()(64bit) >16:13:50,573 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.47-1.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:13:50,575 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.1.13-19.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:13:50,576 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-14.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:13:50,577 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-4.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:13:50,582 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,583 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-7.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,584 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-7.fc20.x86_64 to require for librpm.so.3()(64bit) >16:13:50,584 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-6alpha.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,585 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,587 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.157-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,588 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-9.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:13:50,590 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-90.fc20.noarch as install for selinux-policy-targeted-3.12.1-90.fc20.noarch >16:13:50,590 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-90.fc20.noarch to require for selinux-policy >16:13:50,597 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-15-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:13:50,598 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-2.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:13:50,599 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.2-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:13:50,601 DEBUG yum.verbose.YumBase: TSINFO: Marking acl-2.2.52-4.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:13:50,602 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:13:50,604 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-2.fc20.x86_64 as install for uboot-tools-2013.10-2.fc20.x86_64 >16:13:50,609 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24-2.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >16:13:50,610 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >16:13:50,611 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.23)(64bit) >16:13:50,611 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.22)(64bit) >16:13:50,611 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.21)(64bit) >16:13:50,611 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.20)(64bit) >16:13:50,612 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.19)(64bit) >16:13:50,614 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-9.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:13:50,615 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.9.1-32.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:13:50,615 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-7.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:13:50,616 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:13:50,618 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:13:50,618 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:13:50,619 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:13:50,627 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-21.fc20.x86_64 as install for avahi-autoipd-0.6.31-21.fc20.x86_64 >16:13:50,628 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc20.x86_64 as install for avahi-autoipd-0.6.31-21.fc20.x86_64 >16:13:50,630 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-8.fc20.noarch as install for 32:bind-libs-lite-9.9.4-8.fc20.x86_64 >16:13:50,631 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc20.x86_64 as install for 32:bind-libs-lite-9.9.4-8.fc20.x86_64 >16:13:50,635 DEBUG yum.verbose.YumBase: TSINFO: Marking crontabs-1.11-6.20121102git.fc20.noarch as install for cronie-anacron-1.4.11-4.fc20.x86_64 >16:13:50,637 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc20.x86_64 as install for cryptsetup-libs-1.6.2-1.fc20.x86_64 >16:13:50,639 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc20.x86_64 as install for 1:dbus-1.6.12-1.fc20.x86_64 >16:13:50,643 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.82-3.fc20.x86_64 as install for device-mapper-libs-1.02.82-3.fc20.x86_64 >16:13:50,647 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-6alpha.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:13:50,648 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-55.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:13:50,649 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:13:50,653 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-2.fc20.x86_64 as install for fipscheck-lib-1.4.1-2.fc20.x86_64 >16:13:50,656 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.2-1.fc20.x86_64 as install for glib2-2.38.2-1.fc20.x86_64 >16:13:50,658 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc20.x86_64 as install for glib2-2.38.2-1.fc20.x86_64 >16:13:50,659 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2013h-1.fc20.noarch as install for glibc-common-2.18-11.fc20.x86_64 >16:13:50,661 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-1.fc20.x86_64 as install for 1:gmp-5.1.2-2.fc20.x86_64 >16:13:50,662 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >16:13:50,662 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >16:13:50,662 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6()(64bit) >16:13:50,664 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.33-2.fc20.1.x86_64 as install for grep-2.15-1.fc20.x86_64 >16:13:50,670 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-1.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >16:13:50,670 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.5)(64bit) >16:13:50,670 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.0)(64bit) >16:13:50,671 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >16:13:50,671 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-3.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >16:13:50,680 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.fc20.x86_64 as install for libdrm-2.4.47-1.fc20.x86_64 >16:13:50,686 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:13:50,687 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:13:50,690 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc20.x86_64 as install for libsemanage-2.1.10-14.fc20.x86_64 >16:13:50,691 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >16:13:50,691 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1()(64bit) >16:13:50,693 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.38.2-1.fc20.x86_64 as install for libsoup-2.44.2-1.fc20.x86_64 >16:13:50,694 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.1-2.fc20.x86_64 as install for libsoup-2.44.2-1.fc20.x86_64 >16:13:50,700 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-12.20130511.fc20.noarch as install for ncurses-libs-5.9-12.20130511.fc20.x86_64 >16:13:50,702 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.16-1.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:13:50,703 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52.6)(64bit) >16:13:50,703 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52.13)(64bit) >16:13:50,703 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52)(64bit) >16:13:50,704 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:13:50,705 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-9.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:13:50,709 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.2-2.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >16:13:50,711 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.2-3.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >16:13:50,711 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-3.15.2-2.fc20.x86_64 to require for libnssdbm3.so()(64bit) >16:13:50,716 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.2-3.fc20.x86_64 as install for openldap-2.4.36-4.fc20.x86_64 >16:13:50,718 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-14.fc20.x86_64 as install for openldap-2.4.36-4.fc20.x86_64 >16:13:50,723 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-19.fc20.x86_64 as install for 1:openssl-1.0.1e-30.fc20.x86_64 >16:13:50,725 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.94-18.fc20.noarch as install for 1:openssl-libs-1.0.1e-30.fc20.x86_64 >16:13:50,731 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >16:13:50,732 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-8.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >16:13:50,732 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-8.fc20.x86_64 to require for libmozjs-17.0.so()(64bit) >16:13:50,735 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.4.0-2.fc20.x86_64 as install for ppp-2.4.5-33.fc20.x86_64 >16:13:50,736 DEBUG yum.verbose.YumBase: Quick matched 14:libpcap-1.4.0-2.fc20.x86_64 to require for libpcap.so.1()(64bit) >16:13:50,737 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.38.0-1.fc20.x86_64 as install for pygobject3-base-3.10.2-1.fc20.x86_64 >16:13:50,738 DEBUG yum.verbose.YumBase: Quick matched gobject-introspection-1.38.0-1.fc20.x86_64 to require for libgirepository-1.0.so.1()(64bit) >16:13:50,739 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-4.fc20.x86_64 as install for pygpgme-0.3-8.fc20.x86_64 >16:13:50,740 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >16:13:50,740 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11()(64bit) >16:13:50,742 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.4.1-1.fc20.noarch as install for python-iniparse-0.4-9.fc20.noarch >16:13:50,743 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc20.noarch as install for python-slip-dbus-0.6.0-1.fc20.noarch >16:13:50,744 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-17.20120408git9b8f4e38.fc20.x86_64 as install for python-urlgrabber-3.9.1-32.fc20.noarch >16:13:50,750 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-7.fc20.x86_64 as install for rpm-python-4.11.1-7.fc20.x86_64 >16:13:50,751 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-7.fc20.x86_64 to require for librpmbuild.so.3()(64bit) >16:13:50,758 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >16:13:50,759 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >16:13:50,764 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.16-1.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:13:50,765 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.16-1.fc20.x86_64 to require for libgnutls.so.28(GNUTLS_1_4)(64bit) >16:13:50,766 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.10.1-1.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:13:50,767 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-7.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:13:50,770 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc20.x86_64 as install for gpgme-1.3.2-4.fc20.x86_64 >16:13:50,771 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg2-2.0.22-1.fc20.x86_64 as install for gpgme-1.3.2-4.fc20.x86_64 >16:13:50,774 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.256-1.fc20.noarch as install for libpciaccess-0.13.1-4.fc20.x86_64 >16:13:50,792 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.1.13-19.fc20.x86_64 as install for python-slip-0.6.0-1.fc20.noarch >16:13:50,794 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-12.fc20.x86_64 as install for rpm-build-libs-4.11.1-7.fc20.x86_64 >16:13:50,796 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc20.x86_64 as install for shared-mime-info-1.2-1.fc20.x86_64 >16:13:50,801 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-11.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:13:50,802 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-21.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:13:50,804 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-2.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >16:13:50,805 DEBUG yum.verbose.YumBase: Quick matched libtasn1-3.3-2.fc20.x86_64 to require for libtasn1.so.6()(64bit) >16:13:50,805 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.6-3.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >16:13:50,806 DEBUG yum.verbose.YumBase: Quick matched nettle-2.6-3.fc20.x86_64 to require for libhogweed.so.2()(64bit) >16:13:50,808 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc20.x86_64 as install for libproxy-0.4.11-7.fc20.x86_64 >16:13:50,852 DEBUG yum.verbose.YumBase: Depsolve time: 0.576 >16:13:50,859 INFO packaging: 220 packages selected totalling 778.90 MB >16:13:59,532 INFO_2 yum.verbose.YumPlugins: Loaded plugins: blacklist, fastestmirror, langpacks, whiteout >16:13:59,532 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >16:13:59,532 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >16:13:59,533 DEBUG yum.verbose.plugin: Adding en_US.UTF-8 to language list >16:13:59,536 DEBUG yum.verbose.YumBase: Config time: 0.010 >16:13:59,536 INFO packaging: gathering repo metadata >16:13:59,553 INFO packaging: metadata retrieval complete >16:13:59,555 INFO packaging: checking software selection >16:13:59,557 DEBUG yum.verbose.YumBase: Setting up Package Sacks >16:13:59,558 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >16:13:59,795 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >16:13:59,831 DEBUG yum.verbose.YumBase: pkgsack time: 0.274 >16:13:59,887 DEBUG yum.verbose.YumBase: group time: 0.330 >16:13:59,937 DEBUG yum.verbose.YumBase: Obs Init time: 0.045 >16:13:59,999 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >16:14:00,010 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >16:14:00,011 INFO packaging: no kernel-PAE package >16:14:00,012 INFO packaging: selected kernel >16:14:00,020 INFO packaging: checking dependencies >16:14:00,043 DEBUG yum.verbose.YumBase: Building updates object >16:14:00,173 DEBUG yum.verbose.YumBase: up:simple updates time: 0.051 >16:14:00,176 DEBUG yum.verbose.YumBase: up:obs time: 0.003 >16:14:00,176 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >16:14:00,177 DEBUG yum.verbose.YumBase: updates time: 0.133 >16:14:00,180 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.5-33.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,186 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,191 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-8.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,193 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,196 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.38.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,199 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,203 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,206 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-208-6.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,210 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,212 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-1.fc20.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >16:14:00,225 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.19.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,229 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.67-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,231 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-21.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,236 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.24-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,240 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.2-3.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,244 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.44.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,247 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,254 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.1-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,256 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.1-1.fc20.x86_64 to require for libplc4.so()(64bit) >16:14:00,257 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.2-2.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,260 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 to require for libnm-glib.so.4()(64bit) >16:14:00,261 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-genl-3.so.200()(64bit) >16:14:00,261 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.fc20.x86_64 to require for libnl-3.so.200()(64bit) >16:14:00,263 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,264 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-2.git20130913.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,267 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-208-6.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,271 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgmodule-2.0.so.0()(64bit) >16:14:00,273 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libglib-2.0.so.0()(64bit) >16:14:00,276 DEBUG yum.verbose.YumBase: Quick matched glib2-2.38.2-1.fc20.x86_64 to require for libgio-2.0.so.0()(64bit) >16:14:00,278 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-1.fc20.x86_64 as install for 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 >16:14:00,291 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.2-1.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:14:00,296 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-33.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:14:00,301 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >16:14:00,305 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.60-4.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:14:00,308 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.fc20.x86_64 as install for audit-2.3.2-1.fc20.x86_64 >16:14:00,310 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-33.fc20.x86_64 to require for libgssapi_krb5.so.2()(64bit) >16:14:00,310 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.2-1.fc20.x86_64 to require for libaudit.so.1()(64bit) >16:14:00,314 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-9.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:14:00,316 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:14:00,318 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:14:00,325 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.16-1.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:14:00,328 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1e-30.fc20.x86_64 as install for authconfig-6.2.6-4.fc20.x86_64 >16:14:00,331 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-12.20130511.fc20.x86_64 as install for bash-4.2.45-4.fc20.x86_64 >16:14:00,334 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-1.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >16:14:00,335 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-3.fc20.x86_64 as install for biosdevname-0.5.0-2.fc20.x86_64 >16:14:00,343 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-3.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,344 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-4.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,346 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.15-1.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,347 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.2-2.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,349 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-4.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,351 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.1.13-19.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,352 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-7.fc20.x86_64 as install for coreutils-8.21-18.fc20.x86_64 >16:14:00,358 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-5.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:14:00,366 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-4.fc20.x86_64 as install for cronie-1.4.11-4.fc20.x86_64 >16:14:00,377 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.32.0-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,381 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-8.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,382 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,384 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.36-4.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,386 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.36-4.fc20.x86_64 to require for liblber-2.4.so.2()(64bit) >16:14:00,387 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,392 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.8-3.fc20.x86_64 as install for curl-7.32.0-3.fc20.x86_64 >16:14:00,397 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:14:00,400 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-26.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:14:00,402 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-8.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:14:00,404 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-8.fc20.x86_64 to require for libdns-export.so.100()(64bit) >16:14:00,405 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-6.fc20.x86_64 as install for 12:dhclient-4.2.5-26.fc20.x86_64 >16:14:00,409 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-034-19.git20131021.fc20.x86_64 as install for dracut-config-rescue-034-19.git20131021.fc20.x86_64 >16:14:00,413 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:14:00,416 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.8-3.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:14:00,418 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.24-2.fc20.x86_64 as install for e2fsprogs-1.42.8-3.fc20.x86_64 >16:14:00,419 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >16:14:00,419 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.24-2.fc20.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >16:14:00,420 DEBUG yum.verbose.YumBase: Quick matched e2fsprogs-libs-1.42.8-3.fc20.x86_64 to require for libe2p.so.2()(64bit) >16:14:00,422 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-1.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:14:00,424 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.fc20.noarch as install for firewalld-0.3.8-1.fc20.noarch >16:14:00,428 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.10.2-1.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:14:00,434 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-11.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:14:00,441 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-1.fc20.x86_64 as install for firewalld-0.3.8-1.fc20.noarch >16:14:00,451 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.18-11.fc20.x86_64 as install for glibc-2.18-11.fc20.x86_64 >16:14:00,467 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.2-2.fc20.x86_64 as install for glibc-2.18-11.fc20.x86_64 >16:14:00,470 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.15.2-2.fc20.x86_64 to require for libfreebl3.so()(64bit) >16:14:00,477 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:grub2-tools-2.00-25.fc20.x86_64 as install for 1:grub2-2.00-25.fc20.x86_64 >16:14:00,484 DEBUG yum.verbose.YumBase: TSINFO: Marking which-2.20-6.fc20.x86_64 as install for 1:grub2-2.00-25.fc20.x86_64 >16:14:00,487 DEBUG yum.verbose.YumBase: TSINFO: Marking os-prober-1.58-4.fc20.x86_64 as install for 1:grub2-2.00-25.fc20.x86_64 >16:14:00,490 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.18.3.1-1.fc20.x86_64 as install for 1:grub2-2.00-25.fc20.x86_64 >16:14:00,495 DEBUG yum.verbose.YumBase: TSINFO: Marking file-5.14-12.fc20.x86_64 as install for 1:grub2-2.00-25.fc20.x86_64 >16:14:00,504 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-15.fc20.x86_64 as install for grubby-8.28-1.fc20.x86_64 >16:14:00,505 DEBUG yum.verbose.YumBase: Quick matched popt-1.13-15.fc20.x86_64 to require for libpopt.so.0()(64bit) >16:14:00,523 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-14.dsf.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,533 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-15-1.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,536 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-4.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,537 DEBUG yum.verbose.YumBase: TSINFO: Marking cpio-2.11-24.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,542 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-20-0.8.noarch as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,547 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.0-2.fc20.x86_64 as install for initscripts-9.50-1.fc20.x86_64 >16:14:00,551 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-1.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:14:00,554 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-8.fc20.x86_64 as install for iproute-3.11.0-1.fc20.x86_64 >16:14:00,562 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-30.fc20.x86_64 as install for iputils-20121221-4.fc20.x86_64 >16:14:00,572 DEBUG yum.verbose.YumBase: Quick matched 1:openssl-libs-1.0.1e-30.fc20.x86_64 to require for libcrypto.so.10()(64bit) >16:14:00,575 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:14:00,576 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-1.15.5-11.fc20.noarch as install for kbd-1.15.5-11.fc20.x86_64 >16:14:00,579 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20130724-31.git31f6b30.fc20.noarch as install for kernel-3.11.9-300.fc20.x86_64 >16:14:00,586 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-8.fc20.x86_64 as install for less-458-4.fc20.x86_64 >16:14:00,596 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.103-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:14:00,603 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.2.8-1.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:14:00,608 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.82-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:14:00,619 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.82-3.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:14:00,622 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-8.fc20.x86_64 as install for lvm2-2.02.103-3.fc20.x86_64 >16:14:00,631 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:14:00,636 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.4-2.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:14:00,638 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-7.fc20.x86_64 as install for man-db-2.6.5-2.fc20.x86_64 >16:14:00,641 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.1.9-1.fc20.x86_64 as install for mdadm-3.3-4.fc20.x86_64 >16:14:00,647 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.3p1-5.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:14:00,649 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-2.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:14:00,652 DEBUG yum.verbose.YumBase: Quick matched fipscheck-lib-1.4.1-2.fc20.x86_64 to require for libfipscheck.so.1()(64bit) >16:14:00,653 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-2.20130601cvs.fc20.x86_64 as install for openssh-clients-6.3p1-5.fc20.x86_64 >16:14:00,663 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-2.fc20.x86_64 as install for parted-3.1-13.fc20.x86_64 >16:14:00,666 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-3.fc20.x86_64 as install for passwd-0.79-2.fc20.x86_64 >16:14:00,670 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.1-1.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:14:00,671 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:14:00,675 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:14:00,675 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-3.2013.08.14.fc20.x86_64 to require for libply-splash-core.so.2()(64bit) >16:14:00,676 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.47-1.fc20.x86_64 as install for plymouth-0.8.9-3.2013.08.14.fc20.x86_64 >16:14:00,679 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.1.13-19.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:14:00,680 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-14.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:14:00,682 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-4.fc20.x86_64 as install for policycoreutils-2.2.2-2.fc20.x86_64 >16:14:00,687 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,688 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-7.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,689 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-7.fc20.x86_64 to require for librpm.so.3()(64bit) >16:14:00,690 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-6alpha.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,691 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-5.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,693 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.157-1.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,695 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-9.fc20.x86_64 as install for rpm-4.11.1-7.fc20.x86_64 >16:14:00,697 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-90.fc20.noarch as install for selinux-policy-targeted-3.12.1-90.fc20.noarch >16:14:00,699 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-90.fc20.noarch to require for selinux-policy >16:14:00,708 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-15-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:14:00,709 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-2.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:14:00,711 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.2-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:14:00,712 DEBUG yum.verbose.YumBase: TSINFO: Marking acl-2.2.52-4.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:14:00,713 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-1.fc20.x86_64 as install for systemd-208-6.fc20.x86_64 >16:14:00,715 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-2.fc20.x86_64 as install for uboot-tools-2013.10-2.fc20.x86_64 >16:14:00,720 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.24-2.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >16:14:00,722 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.fc20.x86_64 as install for util-linux-2.24-2.fc20.x86_64 >16:14:00,722 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.23)(64bit) >16:14:00,722 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.22)(64bit) >16:14:00,723 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.21)(64bit) >16:14:00,723 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.20)(64bit) >16:14:00,723 DEBUG yum.verbose.YumBase: Quick matched libmount-2.24-2.fc20.x86_64 to require for libmount.so.1(MOUNT_2.19)(64bit) >16:14:00,725 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-9.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:14:00,726 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.9.1-32.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:14:00,727 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-7.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:14:00,728 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:14:00,729 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.fc20.noarch as install for yum-3.4.3-106.fc20.noarch >16:14:00,730 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-10.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:14:00,731 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-8.fc20.x86_64 as install for yum-3.4.3-106.fc20.noarch >16:14:00,739 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-21.fc20.x86_64 as install for avahi-autoipd-0.6.31-21.fc20.x86_64 >16:14:00,740 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.fc20.x86_64 as install for avahi-autoipd-0.6.31-21.fc20.x86_64 >16:14:00,743 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-8.fc20.noarch as install for 32:bind-libs-lite-9.9.4-8.fc20.x86_64 >16:14:00,744 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-2.fc20.x86_64 as install for 32:bind-libs-lite-9.9.4-8.fc20.x86_64 >16:14:00,747 DEBUG yum.verbose.YumBase: TSINFO: Marking crontabs-1.11-6.20121102git.fc20.noarch as install for cronie-anacron-1.4.11-4.fc20.x86_64 >16:14:00,749 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-1.fc20.x86_64 as install for cryptsetup-libs-1.6.2-1.fc20.x86_64 >16:14:00,752 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.fc20.x86_64 as install for 1:dbus-1.6.12-1.fc20.x86_64 >16:14:00,757 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.82-3.fc20.x86_64 as install for device-mapper-libs-1.02.82-3.fc20.x86_64 >16:14:00,760 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-1.fc20.x86_64 as install for device-mapper-persistent-data-0.2.8-1.fc20.x86_64 >16:14:00,761 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4.15)(64bit) >16:14:00,761 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4.11)(64bit) >16:14:00,761 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >16:14:00,761 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >16:14:00,761 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-1.fc20.x86_64 to require for libstdc++.so.6()(64bit) >16:14:00,765 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-6alpha.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:14:00,766 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-55.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:14:00,767 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.fc20.x86_64 as install for dracut-034-19.git20131021.fc20.x86_64 >16:14:00,771 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.14-12.fc20.x86_64 as install for file-5.14-12.fc20.x86_64 >16:14:00,772 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.14-12.fc20.x86_64 to require for libmagic.so.1()(64bit) >16:14:00,774 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-2.fc20.x86_64 as install for fipscheck-lib-1.4.1-2.fc20.x86_64 >16:14:00,778 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.8.2-1.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >16:14:00,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-9.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >16:14:00,780 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.18.3.1-1.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >16:14:00,781 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.18.3.1-1.fc20.x86_64 to require for libgettextlib-0.18.3.so()(64bit) >16:14:00,782 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-3.fc20.x86_64 as install for gettext-0.18.3.1-1.fc20.x86_64 >16:14:00,784 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.2-1.fc20.x86_64 as install for glib2-2.38.2-1.fc20.x86_64 >16:14:00,785 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-5.fc20.x86_64 as install for glib2-2.38.2-1.fc20.x86_64 >16:14:00,787 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2013h-1.fc20.noarch as install for glibc-common-2.18-11.fc20.x86_64 >16:14:00,790 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.33-2.fc20.1.x86_64 as install for grep-2.15-1.fc20.x86_64 >16:14:00,793 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.0-4.fc20.x86_64 as install for 1:grub2-tools-2.00-25.fc20.x86_64 >16:14:00,798 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-1.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >16:14:00,799 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.5)(64bit) >16:14:00,799 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.0)(64bit) >16:14:00,799 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-1.fc20.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >16:14:00,800 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-3.fc20.x86_64 as install for krb5-libs-1.11.3-33.fc20.x86_64 >16:14:00,810 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.fc20.x86_64 as install for libdrm-2.4.47-1.fc20.x86_64 >16:14:00,817 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:14:00,818 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-5.fc20.x86_64 as install for libpwquality-1.2.3-1.fc20.x86_64 >16:14:00,821 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.fc20.x86_64 as install for libsemanage-2.1.10-14.fc20.x86_64 >16:14:00,821 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >16:14:00,822 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.fc20.x86_64 to require for libustr-1.0.so.1()(64bit) >16:14:00,824 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.38.2-1.fc20.x86_64 as install for libsoup-2.44.2-1.fc20.x86_64 >16:14:00,825 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.1-2.fc20.x86_64 as install for libsoup-2.44.2-1.fc20.x86_64 >16:14:00,832 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.82-3.fc20.x86_64 as install for lvm2-libs-2.02.103-3.fc20.x86_64 >16:14:00,834 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-12.20130511.fc20.noarch as install for ncurses-libs-5.9-12.20130511.fc20.x86_64 >16:14:00,836 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.16-1.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:14:00,837 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52.6)(64bit) >16:14:00,837 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52.13)(64bit) >16:14:00,837 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.16-1.fc20.x86_64 to require for libnewt.so.0.52(NEWT_0.52)(64bit) >16:14:00,838 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-11.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:14:00,839 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-9.fc20.x86_64 as install for newt-python-0.52.16-1.fc20.x86_64 >16:14:00,845 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.2-2.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >16:14:00,846 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.2-3.fc20.x86_64 as install for nss-3.15.2-3.fc20.x86_64 >16:14:00,847 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-3.15.2-2.fc20.x86_64 to require for libnssdbm3.so()(64bit) >16:14:00,852 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.2-3.fc20.x86_64 as install for openldap-2.4.36-4.fc20.x86_64 >16:14:00,854 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-14.fc20.x86_64 as install for openldap-2.4.36-4.fc20.x86_64 >16:14:00,859 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-3.82-19.fc20.x86_64 as install for 1:openssl-1.0.1e-30.fc20.x86_64 >16:14:00,861 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.94-18.fc20.noarch as install for 1:openssl-libs-1.0.1e-30.fc20.x86_64 >16:14:00,868 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >16:14:00,869 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-8.fc20.x86_64 as install for polkit-0.112-1.fc20.x86_64 >16:14:00,870 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-8.fc20.x86_64 to require for libmozjs-17.0.so()(64bit) >16:14:00,872 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.4.0-2.fc20.x86_64 as install for ppp-2.4.5-33.fc20.x86_64 >16:14:00,873 DEBUG yum.verbose.YumBase: Quick matched 14:libpcap-1.4.0-2.fc20.x86_64 to require for libpcap.so.1()(64bit) >16:14:00,875 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.38.0-1.fc20.x86_64 as install for pygobject3-base-3.10.2-1.fc20.x86_64 >16:14:00,876 DEBUG yum.verbose.YumBase: Quick matched gobject-introspection-1.38.0-1.fc20.x86_64 to require for libgirepository-1.0.so.1()(64bit) >16:14:00,878 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-4.fc20.x86_64 as install for pygpgme-0.3-8.fc20.x86_64 >16:14:00,878 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >16:14:00,879 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.fc20.x86_64 to require for libgpgme.so.11()(64bit) >16:14:00,881 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.4.1-1.fc20.noarch as install for python-iniparse-0.4-9.fc20.noarch >16:14:00,882 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-1.fc20.noarch as install for python-slip-dbus-0.6.0-1.fc20.noarch >16:14:00,883 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-17.20120408git9b8f4e38.fc20.x86_64 as install for python-urlgrabber-3.9.1-32.fc20.noarch >16:14:00,889 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-7.fc20.x86_64 as install for rpm-python-4.11.1-7.fc20.x86_64 >16:14:00,890 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-7.fc20.x86_64 to require for librpmbuild.so.3()(64bit) >16:14:00,899 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >16:14:00,901 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.1-1.fc20.x86_64 as install for ca-certificates-2013.1.94-18.fc20.noarch >16:14:00,907 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.3-3.fc20.x86_64 as install for freetype-2.5.0-4.fc20.x86_64 >16:14:00,908 DEBUG yum.verbose.YumBase: Quick matched 2:libpng-1.6.3-3.fc20.x86_64 to require for libpng16.so.16()(64bit) >16:14:00,913 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.16-1.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:14:00,913 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.16-1.fc20.x86_64 to require for libgnutls.so.28(GNUTLS_1_4)(64bit) >16:14:00,914 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.10.1-1.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:14:00,915 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-7.fc20.x86_64 as install for glib-networking-2.38.2-1.fc20.x86_64 >16:14:00,918 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.fc20.x86_64 as install for gpgme-1.3.2-4.fc20.x86_64 >16:14:00,919 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg2-2.0.22-1.fc20.x86_64 as install for gpgme-1.3.2-4.fc20.x86_64 >16:14:00,926 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.256-1.fc20.noarch as install for libpciaccess-0.13.1-4.fc20.x86_64 >16:14:00,946 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.1.13-19.fc20.x86_64 as install for python-slip-0.6.0-1.fc20.noarch >16:14:00,949 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-3.fc20.x86_64 as install for shared-mime-info-1.2-1.fc20.x86_64 >16:14:00,954 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-11.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:14:00,955 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-21.fc20.x86_64 as install for gnupg2-2.0.22-1.fc20.x86_64 >16:14:00,957 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-2.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >16:14:00,958 DEBUG yum.verbose.YumBase: Quick matched libtasn1-3.3-2.fc20.x86_64 to require for libtasn1.so.6()(64bit) >16:14:00,958 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.6-3.fc20.x86_64 as install for gnutls-3.1.16-1.fc20.x86_64 >16:14:00,959 DEBUG yum.verbose.YumBase: Quick matched nettle-2.6-3.fc20.x86_64 to require for libhogweed.so.2()(64bit) >16:14:00,963 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.fc20.x86_64 as install for libproxy-0.4.11-7.fc20.x86_64 >16:14:01,094 DEBUG yum.verbose.YumBase: Depsolve time: 1.074 >16:14:01,102 INFO packaging: 239 packages selected totalling 845.51 MB >16:14:01,175 INFO packaging: Running anaconda-yum to install packages >16:14:06,758 INFO packaging: running transaction >16:17:04,413 INFO packaging: transaction complete >16:17:04,614 INFO packaging: ==== start rpm scriptlet logs ==== >16:17:04,615 INFO packaging: warning: filesystem-3.2-19.fc20.x86_64: Header V3 RSA/SHA256 Signature, key ID 246110c1: NOKEY > >16:17:04,615 INFO packaging: libgcc-4.8.2-1.fc20.x86_64 (1/239) > >16:17:04,615 INFO packaging: setup-2.8.71-2.fc20.noarch (2/239) > >16:17:04,615 INFO packaging: filesystem-3.2-19.fc20.x86_64 (3/239) > >16:17:04,616 INFO packaging: basesystem-10.0-9.fc20.noarch (4/239) > >16:17:04,616 INFO packaging: fedora-release-20-0.8.noarch (5/239) > >16:17:04,616 INFO packaging: hwdata-0.256-1.fc20.noarch (6/239) > >16:17:04,616 INFO packaging: tzdata-2013h-1.fc20.noarch (7/239) > >16:17:04,616 INFO packaging: kbd-misc-1.15.5-11.fc20.noarch (8/239) > >16:17:04,616 INFO packaging: linux-firmware-20130724-31.git31f6b30.fc20.noarch (9/239) > >16:17:04,617 INFO packaging: libreport-filesystem-2.1.9-1.fc20.x86_64 (10/239) > >16:17:04,617 INFO packaging: 32:bind-license-9.9.4-8.fc20.noarch (11/239) > >16:17:04,617 INFO packaging: kbd-legacy-1.15.5-11.fc20.noarch (12/239) > >16:17:04,617 INFO packaging: ncurses-base-5.9-12.20130511.fc20.noarch (13/239) > >16:17:04,617 INFO packaging: nss-softokn-freebl-3.15.2-2.fc20.x86_64 (14/239) > >16:17:04,617 INFO packaging: glibc-common-2.18-11.fc20.x86_64 (15/239) > >16:17:04,618 INFO packaging: glibc-2.18-11.fc20.x86_64 (16/239) > >16:17:04,618 INFO packaging: libstdc++-4.8.2-1.fc20.x86_64 (17/239) > >16:17:04,618 INFO packaging: ncurses-libs-5.9-12.20130511.fc20.x86_64 (18/239) > >16:17:04,618 INFO packaging: bash-4.2.45-4.fc20.x86_64 (19/239) > >16:17:04,618 INFO packaging: libsepol-2.1.9-2.fc20.x86_64 (20/239) > >16:17:04,619 INFO packaging: pcre-8.33-2.fc20.1.x86_64 (21/239) > >16:17:04,619 INFO packaging: libselinux-2.1.13-19.fc20.x86_64 (22/239) > >16:17:04,619 INFO packaging: zlib-1.2.8-3.fc20.x86_64 (23/239) > >16:17:04,619 INFO packaging: info-5.1-4.fc20.x86_64 (24/239) > >16:17:04,619 INFO packaging: audit-libs-2.3.2-1.fc20.x86_64 (25/239) > >16:17:04,620 INFO packaging: libcom_err-1.42.8-3.fc20.x86_64 (26/239) > >16:17:04,620 INFO packaging: nspr-4.10.1-1.fc20.x86_64 (27/239) > >16:17:04,620 INFO packaging: xz-libs-5.1.2-6alpha.fc20.x86_64 (28/239) > >16:17:04,620 INFO packaging: 1:dbus-libs-1.6.12-1.fc20.x86_64 (29/239) > >16:17:04,620 INFO packaging: nss-util-3.15.2-2.fc20.x86_64 (30/239) > >16:17:04,621 INFO packaging: popt-1.13-15.fc20.x86_64 (31/239) > >16:17:04,622 INFO packaging: chkconfig-1.3.60-4.fc20.x86_64 (32/239) > >16:17:04,622 INFO packaging: grep-2.15-1.fc20.x86_64 (33/239) > >16:17:04,622 INFO packaging: libuuid-2.24-2.fc20.x86_64 (34/239) > >16:17:04,623 INFO packaging: libdb-5.3.28-1.fc20.x86_64 (35/239) > >16:17:04,623 INFO packaging: libxml2-2.9.1-2.fc20.x86_64 (36/239) > >16:17:04,623 INFO packaging: readline-6.2-8.fc20.x86_64 (37/239) > >16:17:04,623 INFO packaging: bzip2-libs-1.0.6-9.fc20.x86_64 (38/239) > >16:17:04,624 INFO packaging: expat-2.1.0-7.fc20.x86_64 (39/239) > >16:17:04,624 INFO packaging: libffi-3.0.13-5.fc20.x86_64 (40/239) > >16:17:04,624 INFO packaging: 1:pkgconfig-0.28-3.fc20.x86_64 (41/239) > >16:17:04,624 INFO packaging: glib2-2.38.2-1.fc20.x86_64 (42/239) > >16:17:04,624 INFO packaging: shared-mime-info-1.2-1.fc20.x86_64 (43/239) > >16:17:04,625 INFO packaging: libattr-2.4.47-3.fc20.x86_64 (44/239) > >16:17:04,625 INFO packaging: libacl-2.2.52-4.fc20.x86_64 (45/239) > >16:17:04,625 INFO packaging: sed-4.2.2-5.fc20.x86_64 (46/239) > >16:17:04,625 INFO packaging: libcap-2.22-7.fc20.x86_64 (47/239) > >16:17:04,625 INFO packaging: libgpg-error-1.12-1.fc20.x86_64 (48/239) > >16:17:04,625 INFO packaging: libgcrypt-1.5.3-2.fc20.x86_64 (49/239) > >16:17:04,626 INFO packaging: p11-kit-0.20.1-1.fc20.x86_64 (50/239) > >16:17:04,626 INFO packaging: sqlite-3.8.1-2.fc20.x86_64 (51/239) > >16:17:04,626 INFO packaging: libidn-1.28-2.fc20.x86_64 (52/239) > >16:17:04,626 INFO packaging: gawk-4.1.0-2.fc20.x86_64 (53/239) > >16:17:04,626 INFO packaging: dbus-glib-0.100.2-2.fc20.x86_64 (54/239) > >16:17:04,627 INFO packaging: lua-5.2.2-5.fc20.x86_64 (55/239) > >16:17:04,627 INFO packaging: 1:findutils-4.5.11-4.fc20.x86_64 (56/239) > >16:17:04,627 INFO packaging: cpio-2.11-24.fc20.x86_64 (57/239) > >16:17:04,627 INFO packaging: iptables-1.4.19.1-1.fc20.x86_64 (58/239) > >16:17:04,627 INFO packaging: 1:gmp-5.1.2-2.fc20.x86_64 (59/239) > >16:17:04,628 INFO packaging: tcp_wrappers-libs-7.6-76.fc20.x86_64 (60/239) > >16:17:04,628 INFO packaging: libcap-ng-0.7.3-6.fc20.x86_64 (61/239) > >16:17:04,628 INFO packaging: elfutils-libelf-0.157-1.fc20.x86_64 (62/239) > >16:17:04,628 INFO packaging: nss-softokn-3.15.2-2.fc20.x86_64 (63/239) > >16:17:04,629 INFO packaging: libassuan-2.1.0-2.fc20.x86_64 (64/239) > >16:17:04,629 INFO packaging: groff-base-1.22.2-8.fc20.x86_64 (65/239) > >16:17:04,629 INFO packaging: libcroco-0.6.8-3.fc20.x86_64 (66/239) > >16:17:04,629 INFO packaging: kmod-libs-15-1.fc20.x86_64 (67/239) > >16:17:04,629 INFO packaging: kmod-15-1.fc20.x86_64 (68/239) > >16:17:04,629 INFO packaging: libgomp-4.8.2-1.fc20.x86_64 (69/239) > >16:17:04,630 INFO packaging: which-2.20-6.fc20.x86_64 (70/239) > >16:17:04,630 INFO packaging: libunistring-0.9.3-9.fc20.x86_64 (71/239) > >16:17:04,631 INFO packaging: file-libs-5.14-12.fc20.x86_64 (72/239) > >16:17:04,631 INFO packaging: file-5.14-12.fc20.x86_64 (73/239) > >16:17:04,631 INFO packaging: gdbm-1.10-7.fc20.x86_64 (74/239) > >16:17:04,631 INFO packaging: keyutils-libs-1.5.8-1.fc20.x86_64 (75/239) > >16:17:04,631 INFO packaging: libnl3-3.2.21-2.fc20.x86_64 (76/239) > >16:17:04,631 INFO packaging: hostname-3.13-2.fc20.x86_64 (77/239) > >16:17:04,632 INFO packaging: slang-2.2.4-11.fc20.x86_64 (78/239) > >16:17:04,632 INFO packaging: libtasn1-3.3-2.fc20.x86_64 (79/239) > >16:17:04,632 INFO packaging: p11-kit-trust-0.20.1-1.fc20.x86_64 (80/239) > >16:17:04,632 INFO packaging: ca-certificates-2013.1.94-18.fc20.noarch (81/239) > >16:17:04,632 INFO packaging: newt-0.52.16-1.fc20.x86_64 (82/239) > >16:17:04,632 INFO packaging: gettext-libs-0.18.3.1-1.fc20.x86_64 (83/239) > >16:17:04,632 INFO packaging: less-458-4.fc20.x86_64 (84/239) > >16:17:04,633 INFO packaging: nettle-2.6-3.fc20.x86_64 (85/239) > >16:17:04,633 INFO packaging: gnutls-3.1.16-1.fc20.x86_64 (86/239) > >16:17:04,633 INFO packaging: 2:vim-minimal-7.4.027-2.fc20.x86_64 (87/239) > >16:17:04,633 INFO packaging: acl-2.2.52-4.fc20.x86_64 (88/239) > >16:17:04,633 INFO packaging: gsettings-desktop-schemas-3.10.1-1.fc20.x86_64 (89/239) > >16:17:04,633 INFO packaging: gobject-introspection-1.38.0-1.fc20.x86_64 (90/239) > >16:17:04,634 INFO packaging: ModemManager-glib-1.1.0-2.git20130913.fc20.x86_64 (91/239) > >16:17:04,634 INFO packaging: device-mapper-persistent-data-0.2.8-1.fc20.x86_64 (92/239) > >16:17:04,634 INFO packaging: libmetalink-0.1.2-4.fc20.x86_64 (93/239) > >16:17:04,634 INFO packaging: libdb-utils-5.3.28-1.fc20.x86_64 (94/239) > >16:17:04,634 INFO packaging: cyrus-sasl-lib-2.1.26-14.fc20.x86_64 (95/239) > >16:17:04,634 INFO packaging: pinentry-0.8.1-11.fc20.x86_64 (96/239) > >16:17:04,634 INFO packaging: avahi-libs-0.6.31-21.fc20.x86_64 (97/239) > >16:17:04,635 INFO packaging: xz-5.1.2-6alpha.fc20.x86_64 (98/239) > >16:17:04,635 INFO packaging: mozjs17-17.0.0-8.fc20.x86_64 (99/239) > >16:17:04,635 INFO packaging: libss-1.42.8-3.fc20.x86_64 (100/239) > >16:17:04,635 INFO packaging: e2fsprogs-libs-1.42.8-3.fc20.x86_64 (101/239) > >16:17:04,635 INFO packaging: 1:make-3.82-19.fc20.x86_64 (102/239) > >16:17:04,635 INFO packaging: diffutils-3.3-4.fc20.x86_64 (103/239) > >16:17:04,635 INFO packaging: 2:libpng-1.6.3-3.fc20.semodule: SELinux policy is not managed or store cannot be accessed. > >16:17:04,636 INFO packaging: x86_64 (104/239) > >16:17:04,636 INFO packaging: freetype-2.5.0-4.fc20.x86_64 (105/239) > >16:17:04,636 INFO packaging: libselinux-utils-2.1.13-19.fc20.x86_64 (106/239) > >16:17:04,636 INFO packaging: dtc-1.4.0-2.fc20.x86_64 (107/239) > >16:17:04,636 INFO packaging: libedit-3.1-2.20130601cvs.fc20.x86_64 (108/239) > >16:17:04,636 INFO packaging: ncurses-5.9-12.20130511.fc20.x86_64 (109/239) > >16:17:04,637 INFO packaging: libmodman-2.0.1-7.fc20.x86_64 (110/239) > >16:17:04,637 INFO packaging: libproxy-0.4.11-7.fc20.x86_64 (111/239) > >16:17:04,637 INFO packaging: glib-networking-2.38.2-1.fc20.x86_64 (112/239) > >16:17:04,637 INFO packaging: libsoup-2.44.2-1.fc20.x86_64 (113/239) > >16:17:04,637 INFO packaging: libdaemon-0.14-6.fc20.x86_64 (114/239) > >16:17:04,637 INFO packaging: libndp-1.2-1.fc20.x86_64 (115/239) > >16:17:04,639 INFO packaging: qrencode-libs-3.4.2-1.fc20.x86_64 (116/239) > >16:17:04,639 INFO packaging: libverto-0.2.5-3.fc20.x86_64 (117/239) > >16:17:04,639 INFO packaging: 14:libpcap-1.4.0-2.fc20.x86_64 (118/239) > >16:17:04,639 INFO packaging: linux-atm-libs-2.5.1-8.fc20.x86_64 (119/239) > >16:17:04,639 INFO packaging: iproute-3.11.0-1.fc20.x86_64 (120/239) > >16:17:04,639 INFO packaging: ustr-1.0.4-15.fc20.x86_64 (121/239) > >16:17:04,640 INFO packaging: libsemanage-2.1.10-14.fc20.x86_64 (122/239) > >16:17:04,640 INFO packaging: nss-tools-3.15.2-3.fc20.x86_64 (123/239) > >16:17:04,640 INFO packaging: gzip-1.6-2.fc20.x86_64 (124/239) > >16:17:04,640 INFO packaging: cracklib-2.9.0-5.fc20.x86_64 (125/239) > >16:17:04,640 INFO packaging: cracklib-dicts-2.9.0-5.fc20.x86_64 (126/239) > >16:17:04,640 INFO packaging: openldap-2.4.36-4.fc20.x86_64 (127/239) > >16:17:04,640 INFO packaging: libmount-2.24-2.fc20.x86_64 (128/239) > >16:17:04,641 INFO packaging: nss-3.15.2-3.fc20.x86_64 (129/239) > >16:17:04,641 INFO packaging: libpwquality-1.2.3-1.fc20.x86_64 (130/239) > >16:17:04,641 INFO packaging: systemd-libs-208-6.fc20.x86_64 (131/239) > >16:17:04,641 INFO packaging: coreutils-8.21-18.fc20.x86_64 (132/239) > >16:17:04,641 INFO packaging: pam-1.1.8-1.fc20.x86_64 (133/239) > >16:17:04,641 INFO packaging: 2:shadow-utils-4.1.5.1-8.fc20.x86_64 (134/239) > >16:17:04,642 INFO packaging: libblkid-2.24-2.fc20.x86_64 (135/239) > >16:17:04,642 INFO packaging: libuser-0.60-3.fc20.x86_64 (136/239) > >16:17:04,642 INFO packaging: libutempter-1.1.6-3.fc20.x86_64 (137/239) > >16:17:04,642 INFO packaging: util-linux-2.24-2.fc20.x86_64 (138/239) > >16:17:04,642 INFO packaging: nss-sysinit-3.15.2-3.fc20.x86_64 (139/239) > >16:17:04,642 INFO packaging: krb5-libs-1.11.3-33.fc20.x86_64 (140/239) > >16:17:04,642 INFO packaging: 1:openssl-libs-1.0.1e-30.fc20.x86_64 (141/239) > >16:17:04,643 INFO packaging: python-libs-2.7.5-9.fc20.x86_64 (142/239) > >16:17:04,643 INFO packaging: python-2.7.5-9.fc20.x86_64 (143/239) > >16:17:04,643 INFO packaging: python-six-1.4.1-1.fc20.noarch (144/239) > >16:17:04,643 INFO packaging: dbus-python-1.2.0-1.fc20.x86_64 (145/239) > >16:17:04,643 INFO packaging: gettext-0.18.3.1-1.fc20.x86_64 (146/239) > >16:17:04,643 INFO packaging: python-decorator-3.4.0-3.fc20.noarch (147/239) > >16:17:04,643 INFO packaging: libssh2-1.4.3-8.fc20.x86_64 (148/239) > >16:17:04,644 INFO packaging: libcurl-7.32.0-3.fc20.x86_64 (149/239) > >16:17:04,644 INFO packaging: fedora-logos-21.0.1-1.fc20.x86_64 (150/239) > >16:17:04,644 INFO packaging: procps-ng-3.3.8-14.fc20.x86_64 (151/239) > >16:17:04,644 INFO packaging: 12:dhcp-libs-4.2.5-26.fc20.x86_64 (152/239) > >16:17:04,644 INFO packaging: 12:dhcp-common-4.2.5-26.fc20.x86_64 (153/239) > >16:17:04,644 INFO packaging: python-pycurl-7.19.0-17.20120408git9b8f4e38.fc20.x86_64 (154/239) > >16:17:04,644 INFO packaging: python-urlgrabber-3.9.1-32.fc20.noarch (155/239) > >16:17:04,645 INFO packaging: curl-7.32.0-3.fc20.x86_64 (156/239) > >16:17:04,645 INFO packaging: rpm-libs-4.11.1-7.fc20.x86_64 (157/239) > >16:17:04,645 INFO packaging: rpm-4.11.1-7.fc20.x86_64 (158/239) > >16:17:04,645 INFO packaging: policycoreutils-2.2.2-2.fc20.x86_64 (159/239) > >16:17:04,645 INFO packaging: selinux-policy-3.12.1-90.fc20.noarch (160/239) > >16:17:04,645 INFO packaging: python-iniparse-0.4-9.fc20.noarch (161/239) > >16:17:04,645 INFO packaging: pygobject3-base-3.10.2-1.fc20.x86_64 (162/239) > >16:17:04,645 INFO packaging: pyxattr-0.5.1-4.fc20.x86_64 (163/239) > >16:17:04,646 INFO packaging: pyliblzma-0.5.3-10.fc20.x86_64 (164/239) > >16:17:04,646 INFO packaging: yum-metadata-parser-1.1.4-9.fc20.x86_64 (165/239) > >16:17:04,646 INFO packaging: libselinux-python-2.1.13-19.fc20.x86_64 (166/239) > >16:17:04,646 INFO packaging: python-slip-0.6.0-1.fc20.noarch (167/239) > >16:17:04,646 INFO packaging: python-slip-dbus-0.6.0-1.fc20.noarch (168/239) > >16:17:04,646 INFO packaging: newt-python-0.52.16-1.fc20.x86_64 (169/239) > >16:17:04,646 INFO packaging: 32:bind-libs-lite-9.9.4-8.fc20.x86_64 (170/239) > >16:17:04,647 INFO packaging: 1:openssl-1.0.1e-30.fc20.x86_64 (171/239) > >16:17:04,647 INFO packaging: fipscheck-lib-1.4.1-2.fc20.x86_64 (172/239) > >16:17:04,647 INFO packaging: fipscheck-1.4.1-2.fc20.x86_64 (173/239) > >16:17:04,647 INFO packaging: openssh-6.3p1-5.fc20.x86_64 (174/239) > >16:17:04,647 INFO packaging: device-mapper-1.02.82-3.fc20.x86_64 (175/239) > >16:17:04,647 INFO packaging: device-mapper-libs-1.02.82-3.fc20.x86_64 (176/239) > >16:17:04,647 INFO packaging: cryptsetup-libs-1.6.2-1.fc20.x86_64 (177/239) > >16:17:04,648 INFO packaging: systemd-208-6.fc20.x86_64 (178/239) > >16:17:04,648 INFO packaging: 1:dbus-1.6.12-1.fc20.x86_64 (179/239) > >16:17:04,648 INFO packaging: device-mapper-event-libs-1.02.82-3.fc20.x86_64 (180/239) > >16:17:04,648 INFO packaging: polkit-0.112-1.fc20.x86_64 (181/239) > >16:17:04,648 INFO packaging: polkit-pkla-compat-0.1-3.fc20.x86_64 (182/239) > >16:17:04,648 INFO packaging: cronie-anacron-1.4.11-4.fc20.x86_64 (183/239) > >16:17:04,648 INFO packaging: cronie-1.4.11-4.fc20.x86_64 (184/239) > >16:17:04,648 INFO packaging: crontabs-1.11-6.20121102git.fc20.noarch (185/239) > >16:17:04,649 INFO packaging: iputils-20121221-4.fc20.x86_64 (186/239) > >16:17:04,649 INFO packaging: os-prober-1.58-4.fc20.x86_64 (187/239) > >16:17:04,649 INFO packaging: libgudev1-208-6.fc20.x86_64 (188/239) > >16:17:04,649 INFO packaging: 1:NetworkManager-glib-0.9.9.0-19.git20131003.fc20.x86_64 (189/239) > >16:17:04,649 INFO packaging: 1:grub2-tools-2.00-25.fc20.x86_64 (190/239) > >16:17:04,649 INFO packaging: device-mapper-event-1.02.82-3.fc20.x86_64 (191/239) > >16:17:04,649 INFO packaging: lvm2-libs-2.02.103-3.fc20.x86_64 (192/239) > >16:17:04,650 INFO packaging: ppp-2.4.5-33.fc20.x86_64 (193/239) > >16:17:04,650 INFO packaging: dnsmasq-2.67-1.fc20.x86_64 (194/239) > >16:17:04,650 INFO packaging: 1:wpa_supplicant-2.0-8.fc20.x86_64 (195/239) > >16:17:04,650 INFO packaging: ebtables-2.0.10-11.fc20.x86_64 (196/239) > >16:17:04,650 INFO packaging: kpartx-0.4.9-55.fc20.x86_64 (197/239) > >16:17:04,650 INFO packaging: avahi-autoipd-0.6.31-21.fc20.x86_64 (198/239) > >16:17:04,651 INFO packaging: libpipeline-1.2.4-2.fc20.x86_64 (199/239) > >16:17:04,651 INFO packaging: plymouth-core-libs-0.8.9-3.2013.081024 blocks > >16:17:04,651 INFO packaging: .14.fc20.x86_64 (200/239) > >16:17:04,651 INFO packaging: libpciaccess-0.13.1-4.fc20.x86_64 (201/239) > >16:17:04,651 INFO packaging: libdrm-2.4.47-1.fc20.x86_64 (202/239) > >16:17:04,651 INFO packaging: pth-2.0.7-21.fc20.x86_64 (203/239) > >16:17:04,651 INFO packaging: gnupg2-2.0.22-1.fc20.x86_64 (204/239) > >16:17:04,652 INFO packaging: gpgme-1.3.2-4.fc20.x86_64 (205/239) > >16:17:04,652 INFO packaging: pygpgme-0.3-8.fc20.x86_64 (206/239) > >16:17:04,652 INFO packaging: rpm-build-libs-4.11.1-7.fc20.x86_64 (207/239) > >16:17:04,652 INFO packaging: rpm-python-4.11.1-7.fc20.x86_64 (208/239) > >16:17:04,652 INFO packaging: sysvinit-tools-2.88-14.dsf.fc20.x86_64 (209/239) > >16:17:04,652 INFO packaging: initscripts-9.50-1.fc20.x86_64 (210/239) > >16:17:04,652 INFO packaging: 12:dhclient-4.2.5-26.fc20.x86_64 (211/239) > >16:17:04,652 INFO packaging: pciutils-libs-3.2.1-1.fc20.x86_64 (212/239) > >16:17:04,653 INFO packaging: 1:hardlink-1.0-18.fc20.x86_64 (213/239) > >16:17:04,653 INFO packaging: dracut-034-19.git20131021.fc20.x86_64 (214/239) > >16:17:04,653 INFO packaging: plymouth-scripts-0.8.9-3.2013.08.14.fc20.x86_64 (215/239) > >16:17:04,653 INFO packaging: plymouth-0.8.9-3.2013.08.14.fc20.x86_64 (216/239) > >16:17:04,653 INFO packaging: kernel-3.11.9-300.fc20.x86_64 (217/239) > >16:17:04,653 INFO packaging: 1:grub2-2.00-25.fc20.x86_64 (218/239) > >16:17:04,653 INFO packaging: dracut-config-rescue-034-19.git20131021.fc20.x86_64 (219/239) > >16:17:04,654 INFO packaging: biosdevname-0.5.0-2.fc20.x86_64 (220/239) > >16:17:04,654 INFO packaging: 1:NetworkManager-0.9.9.0-19.git20131003.fc20.x86_64 (221/239) > >16:17:04,654 INFO packaging: kbd-1.15.5-11.fc20.x86_64 (222/239) > >16:17:04,654 INFO packaging: yum-3.4.3-106.fc20.noarch (223/239) > >16:17:04,654 INFO packaging: man-db-2.6.5-2.fc20.x86_64 (224/239) > >16:17:04,654 INFO packaging: firewalld-0.3.8-1.fc20.noarch (225/239) > >16:17:04,654 INFO packaging: lvm2-2.02.103-3.fc20.x86_64 (226/239) > >16:17:04,655 INFO packaging: mdadm-3.3-4.fc20.x86_64 (227/239) > >16:17:04,655 INFO packaging: audit-2.3.2-1.fc20.x86_64 (228/239) > >16:17:04,655 INFO packaging: openssh-server-6.3p1-5.fc20.x86_64 (229/239) > >16:17:04,656 INFO packaging: parted-3.1-13.fc20.x86_64 (230/239) > >16:17:04,656 INFO packaging: openssh-clients-6.3p1-5.fc20.x86_64 (231/239) > >16:17:04,656 INFO packaging: authconfig-6.2.6-4.fc20.x86_64 (232/239) > >16:17:04,656 INFO packaging: selinux-policy-targeted-3.12.1-90.fc20.noarch (233/239) > >16:17:04,656 INFO packaging: passwd-0.79-2.fc20.x86_64 (234/239) > >16:17:04,657 INFO packaging: e2fsprogs-1.42.8-3.fc20.x86_64 (235/239) > >16:17:04,657 INFO packaging: grubby-8.28-1.fc20.x86_64 (236/239) > >16:17:04,657 INFO packaging: sudo-1.8.8-1.fc20.x86_64 (237/239) > >16:17:04,657 INFO packaging: uboot-tools-2013.10-2.fc20.x86_64 (238/239) > >16:17:04,657 INFO packaging: rootfiles-8.1-14.fc20.noarch (239/239) > >16:17:04,657 INFO packaging: ==== end rpm scriptlet logs ==== > > >/tmp/program.log: >16:12:20,503 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >16:12:20,517 DEBUG program: Return code: 0 >16:12:20,517 INFO program: Running... udevadm settle --timeout=300 >16:12:20,588 DEBUG program: Return code: 0 >16:12:20,589 INFO program: Running... modprobe fcoe >16:12:20,640 DEBUG program: Return code: 0 >16:12:20,641 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >16:12:20,682 INFO program: No FCoE boot disk information is found in EDD! >16:12:20,683 DEBUG program: Return code: 1 >16:12:21,840 INFO program: Running... metacity --display :1 --sm-disable >16:12:21,840 INFO program: Running... spice-vdagent >16:12:21,887 DEBUG program: Return code: 0 >16:12:23,814 INFO program: Running... udevadm settle --timeout=300 >16:12:23,841 DEBUG program: Return code: 0 >16:12:23,857 INFO program: Running... udevadm settle --timeout=300 >16:12:23,876 DEBUG program: Return code: 0 >16:12:23,923 INFO program: Running... multipath -c /dev/sda >16:12:23,931 INFO program: /dev/sda is not a valid multipath device path >16:12:23,932 DEBUG program: Return code: 1 >16:12:23,932 INFO program: Running... systemctl start chronyd.service >16:12:23,987 DEBUG program: Return code: 0 >16:12:24,254 INFO program: Running... mdadm --examine --export /dev/sda1 >16:12:24,274 INFO program: MD_LEVEL=raid10 >16:12:24,275 INFO program: MD_DEVICES=4 >16:12:24,275 INFO program: MD_NAME=localhost.localdomain:root >16:12:24,275 INFO program: MD_ARRAY_SIZE=10.50GB >16:12:24,275 INFO program: MD_UUID=55cc09a3:3d631237:d2147700:6e320d6f >16:12:24,276 INFO program: MD_UPDATE_TIME=1386000644 >16:12:24,276 INFO program: MD_DEV_UUID=be927b4f:3bc521ab:94a8e3e0:4a04210d >16:12:24,276 INFO program: MD_EVENTS=34 >16:12:24,276 DEBUG program: Return code: 0 >16:12:24,277 INFO program: Running... mdadm --examine --brief /dev/sda1 >16:12:24,306 INFO program: ARRAY /dev/md/root metadata=1.0 UUID=55cc09a3:3d631237:d2147700:6e320d6f name=localhost.localdomain:root >16:12:24,306 DEBUG program: Return code: 0 >16:12:24,322 INFO program: Running... udevadm settle --timeout=300 >16:12:24,352 DEBUG program: Return code: 0 >16:12:24,397 INFO program: Running... udevadm settle --timeout=300 >16:12:24,410 DEBUG program: Return code: 0 >16:12:24,411 INFO program: Running... mdadm --incremental --quiet /dev/sda1 >16:12:24,435 DEBUG program: Return code: 1 >16:12:24,464 INFO program: Running... multipath -c /dev/sdb >16:12:24,474 INFO program: /dev/sdb is not a valid multipath device path >16:12:24,474 DEBUG program: Return code: 1 >16:12:24,564 INFO program: Running... mdadm --examine --export /dev/sdb1 >16:12:24,585 INFO program: MD_LEVEL=raid10 >16:12:24,585 INFO program: MD_DEVICES=4 >16:12:24,585 INFO program: MD_NAME=localhost.localdomain:root >16:12:24,585 INFO program: MD_ARRAY_SIZE=10.50GB >16:12:24,585 INFO program: MD_UUID=55cc09a3:3d631237:d2147700:6e320d6f >16:12:24,585 INFO program: MD_UPDATE_TIME=1386000644 >16:12:24,586 INFO program: MD_DEV_UUID=c724d5e8:d694f14b:e2baacad:4f96e065 >16:12:24,586 INFO program: MD_EVENTS=34 >16:12:24,586 DEBUG program: Return code: 0 >16:12:24,586 INFO program: Running... mdadm --examine --brief /dev/sdb1 >16:12:24,606 INFO program: ARRAY /dev/md/root metadata=1.0 UUID=55cc09a3:3d631237:d2147700:6e320d6f name=localhost.localdomain:root >16:12:24,606 DEBUG program: Return code: 0 >16:12:24,626 INFO program: Running... udevadm settle --timeout=300 >16:12:24,641 DEBUG program: Return code: 0 >16:12:24,641 INFO program: Running... mdadm --incremental --quiet /dev/sdb1 >16:12:24,651 DEBUG program: Return code: 1 >16:12:24,738 INFO program: Running... multipath -c /dev/sdc >16:12:24,755 INFO program: /dev/sdc is not a valid multipath device path >16:12:24,755 DEBUG program: Return code: 1 >16:12:24,830 INFO program: Running... mdadm --examine --export /dev/sdc1 >16:12:24,915 INFO program: MD_LEVEL=raid10 >16:12:24,916 INFO program: MD_DEVICES=4 >16:12:24,916 INFO program: MD_NAME=localhost.localdomain:root >16:12:24,916 INFO program: MD_ARRAY_SIZE=10.50GB >16:12:24,916 INFO program: MD_UUID=55cc09a3:3d631237:d2147700:6e320d6f >16:12:24,916 INFO program: MD_UPDATE_TIME=1386000644 >16:12:24,916 INFO program: MD_DEV_UUID=f85d836f:ea51c903:ae48bb90:77effdbb >16:12:24,916 INFO program: MD_EVENTS=34 >16:12:24,917 DEBUG program: Return code: 0 >16:12:24,917 INFO program: Running... mdadm --examine --brief /dev/sdc1 >16:12:24,933 INFO program: ARRAY /dev/md/root metadata=1.0 UUID=55cc09a3:3d631237:d2147700:6e320d6f name=localhost.localdomain:root >16:12:24,933 DEBUG program: Return code: 0 >16:12:24,942 INFO program: Running... udevadm settle --timeout=300 >16:12:24,962 DEBUG program: Return code: 0 >16:12:24,962 INFO program: Running... mdadm --incremental --quiet /dev/sdc1 >16:12:24,978 DEBUG program: Return code: 1 >16:12:24,988 INFO program: Running... multipath -c /dev/vda >16:12:25,002 DEBUG program: Return code: 1 >16:12:25,071 INFO program: Running... mdadm --examine --export /dev/vda1 >16:12:25,083 INFO program: MD_LEVEL=raid10 >16:12:25,083 INFO program: MD_DEVICES=4 >16:12:25,084 INFO program: MD_NAME=localhost.localdomain:root >16:12:25,084 INFO program: MD_ARRAY_SIZE=10.50GB >16:12:25,084 INFO program: MD_UUID=55cc09a3:3d631237:d2147700:6e320d6f >16:12:25,085 INFO program: MD_UPDATE_TIME=1386000644 >16:12:25,085 INFO program: MD_DEV_UUID=6bfa8953:1fff5a43:8b5640f0:f8eef0d1 >16:12:25,085 INFO program: MD_EVENTS=34 >16:12:25,086 DEBUG program: Return code: 0 >16:12:25,086 INFO program: Running... mdadm --examine --brief /dev/vda1 >16:12:25,097 INFO program: ARRAY /dev/md/root metadata=1.0 UUID=55cc09a3:3d631237:d2147700:6e320d6f name=localhost.localdomain:root >16:12:25,099 DEBUG program: Return code: 0 >16:12:25,122 INFO program: Running... udevadm settle --timeout=300 >16:12:25,134 DEBUG program: Return code: 0 >16:12:25,135 INFO program: Running... mdadm --incremental --quiet /dev/vda1 >16:12:25,144 DEBUG program: Return code: 1 >16:12:25,218 INFO program: Running... dumpe2fs -h /dev/loop1 >16:12:25,256 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >16:12:25,257 INFO program: Filesystem volume name: Anaconda >16:12:25,258 INFO program: Last mounted on: / >16:12:25,259 INFO program: Filesystem UUID: 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 >16:12:25,260 INFO program: Filesystem magic number: 0xEF53 >16:12:25,260 INFO program: Filesystem revision #: 1 (dynamic) >16:12:25,261 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:12:25,261 INFO program: Filesystem flags: signed_directory_hash >16:12:25,262 INFO program: Default mount options: user_xattr acl >16:12:25,263 INFO program: Filesystem state: clean >16:12:25,263 INFO program: Errors behavior: Continue >16:12:25,264 INFO program: Filesystem OS type: Linux >16:12:25,264 INFO program: Inode count: 131072 >16:12:25,265 INFO program: Block count: 2097152 >16:12:25,266 INFO program: Reserved block count: 0 >16:12:25,266 INFO program: Free blocks: 1293512 >16:12:25,266 INFO program: Free inodes: 103713 >16:12:25,267 INFO program: First block: 1 >16:12:25,268 INFO program: Block size: 1024 >16:12:25,268 INFO program: Fragment size: 1024 >16:12:25,268 INFO program: Reserved GDT blocks: 256 >16:12:25,269 INFO program: Blocks per group: 8192 >16:12:25,270 INFO program: Fragments per group: 8192 >16:12:25,270 INFO program: Inodes per group: 512 >16:12:25,270 INFO program: Inode blocks per group: 128 >16:12:25,271 INFO program: Flex block group size: 16 >16:12:25,271 INFO program: Filesystem created: Wed Nov 27 02:46:58 2013 >16:12:25,271 INFO program: Last mount time: Wed Nov 27 02:47:15 2013 >16:12:25,272 INFO program: Last write time: Wed Nov 27 02:47:25 2013 >16:12:25,273 INFO program: Mount count: 2 >16:12:25,273 INFO program: Maximum mount count: -1 >16:12:25,274 INFO program: Last checked: Wed Nov 27 02:46:58 2013 >16:12:25,274 INFO program: Check interval: 0 (<none>) >16:12:25,275 INFO program: Lifetime writes: 32 MB >16:12:25,276 INFO program: Reserved blocks uid: 0 (user root) >16:12:25,276 INFO program: Reserved blocks gid: 0 (group root) >16:12:25,277 INFO program: First inode: 11 >16:12:25,277 INFO program: Inode size: 256 >16:12:25,278 INFO program: Required extra isize: 28 >16:12:25,278 INFO program: Desired extra isize: 28 >16:12:25,278 INFO program: Journal inode: 8 >16:12:25,279 INFO program: Default directory hash: half_md4 >16:12:25,279 INFO program: Directory Hash Seed: 2208fa6e-eedd-4c28-82c4-2b68f085f473 >16:12:25,280 INFO program: Journal backup: inode blocks >16:12:25,280 INFO program: Journal features: (none) >16:12:25,280 INFO program: Journal size: 32M >16:12:25,281 INFO program: Journal length: 32768 >16:12:25,281 INFO program: Journal sequence: 0x00000007 >16:12:25,282 INFO program: Journal start: 0 >16:12:25,282 INFO program: >16:12:25,282 DEBUG program: Return code: 0 >16:12:25,283 INFO program: Running... resize2fs -P /dev/loop1 >16:12:25,307 INFO program: resize2fs 1.42.8 (20-Jun-2013) >16:12:25,308 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >16:12:25,309 INFO program: Couldn't find valid filesystem superblock. >16:12:25,309 DEBUG program: Return code: 1 >16:12:25,383 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >16:12:25,389 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >16:12:25,390 INFO program: Filesystem volume name: Anaconda >16:12:25,390 INFO program: Last mounted on: / >16:12:25,390 INFO program: Filesystem UUID: 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 >16:12:25,390 INFO program: Filesystem magic number: 0xEF53 >16:12:25,390 INFO program: Filesystem revision #: 1 (dynamic) >16:12:25,390 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:12:25,391 INFO program: Filesystem flags: signed_directory_hash >16:12:25,391 INFO program: Default mount options: user_xattr acl >16:12:25,391 INFO program: Filesystem state: clean >16:12:25,391 INFO program: Errors behavior: Continue >16:12:25,391 INFO program: Filesystem OS type: Linux >16:12:25,391 INFO program: Inode count: 131072 >16:12:25,392 INFO program: Block count: 2097152 >16:12:25,392 INFO program: Reserved block count: 0 >16:12:25,392 INFO program: Free blocks: 1293512 >16:12:25,392 INFO program: Free inodes: 103713 >16:12:25,392 INFO program: First block: 1 >16:12:25,393 INFO program: Block size: 1024 >16:12:25,393 INFO program: Fragment size: 1024 >16:12:25,393 INFO program: Reserved GDT blocks: 256 >16:12:25,393 INFO program: Blocks per group: 8192 >16:12:25,393 INFO program: Fragments per group: 8192 >16:12:25,393 INFO program: Inodes per group: 512 >16:12:25,394 INFO program: Inode blocks per group: 128 >16:12:25,394 INFO program: Flex block group size: 16 >16:12:25,394 INFO program: Filesystem created: Wed Nov 27 02:46:58 2013 >16:12:25,394 INFO program: Last mount time: Mon Dec 2 16:12:13 2013 >16:12:25,394 INFO program: Last write time: Mon Dec 2 16:12:13 2013 >16:12:25,394 INFO program: Mount count: 3 >16:12:25,395 INFO program: Maximum mount count: -1 >16:12:25,395 INFO program: Last checked: Wed Nov 27 02:46:58 2013 >16:12:25,395 INFO program: Check interval: 0 (<none>) >16:12:25,395 INFO program: Lifetime writes: 32 MB >16:12:25,395 INFO program: Reserved blocks uid: 0 (user root) >16:12:25,396 INFO program: Reserved blocks gid: 0 (group root) >16:12:25,396 INFO program: First inode: 11 >16:12:25,396 INFO program: Inode size: 256 >16:12:25,396 INFO program: Required extra isize: 28 >16:12:25,396 INFO program: Desired extra isize: 28 >16:12:25,396 INFO program: Journal inode: 8 >16:12:25,397 INFO program: Default directory hash: half_md4 >16:12:25,397 INFO program: Directory Hash Seed: 2208fa6e-eedd-4c28-82c4-2b68f085f473 >16:12:25,397 INFO program: Journal backup: inode blocks >16:12:25,397 INFO program: Journal features: (none) >16:12:25,397 INFO program: Journal size: 32M >16:12:25,398 INFO program: Journal length: 32768 >16:12:25,398 INFO program: Journal sequence: 0x00000008 >16:12:25,398 INFO program: Journal start: 1 >16:12:25,398 INFO program: >16:12:25,398 DEBUG program: Return code: 0 >16:12:25,399 INFO program: Running... resize2fs -P /dev/mapper/live-rw >16:12:25,410 INFO program: resize2fs 1.42.8 (20-Jun-2013) >16:12:25,410 INFO program: Estimated minimum size of the filesystem: 786345 >16:12:25,410 DEBUG program: Return code: 0 >16:12:25,461 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >16:12:25,468 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >16:12:25,468 INFO program: Filesystem volume name: Anaconda >16:12:25,468 INFO program: Last mounted on: / >16:12:25,469 INFO program: Filesystem UUID: 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 >16:12:25,469 INFO program: Filesystem magic number: 0xEF53 >16:12:25,469 INFO program: Filesystem revision #: 1 (dynamic) >16:12:25,469 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >16:12:25,470 INFO program: Filesystem flags: signed_directory_hash >16:12:25,470 INFO program: Default mount options: user_xattr acl >16:12:25,470 INFO program: Filesystem state: clean >16:12:25,470 INFO program: Errors behavior: Continue >16:12:25,470 INFO program: Filesystem OS type: Linux >16:12:25,471 INFO program: Inode count: 131072 >16:12:25,471 INFO program: Block count: 2097152 >16:12:25,471 INFO program: Reserved block count: 0 >16:12:25,471 INFO program: Free blocks: 1293512 >16:12:25,471 INFO program: Free inodes: 103713 >16:12:25,472 INFO program: First block: 1 >16:12:25,472 INFO program: Block size: 1024 >16:12:25,472 INFO program: Fragment size: 1024 >16:12:25,472 INFO program: Reserved GDT blocks: 256 >16:12:25,472 INFO program: Blocks per group: 8192 >16:12:25,472 INFO program: Fragments per group: 8192 >16:12:25,473 INFO program: Inodes per group: 512 >16:12:25,473 INFO program: Inode blocks per group: 128 >16:12:25,473 INFO program: Flex block group size: 16 >16:12:25,473 INFO program: Filesystem created: Wed Nov 27 02:46:58 2013 >16:12:25,473 INFO program: Last mount time: Wed Nov 27 02:47:15 2013 >16:12:25,473 INFO program: Last write time: Wed Nov 27 02:47:25 2013 >16:12:25,474 INFO program: Mount count: 2 >16:12:25,474 INFO program: Maximum mount count: -1 >16:12:25,474 INFO program: Last checked: Wed Nov 27 02:46:58 2013 >16:12:25,474 INFO program: Check interval: 0 (<none>) >16:12:25,474 INFO program: Lifetime writes: 32 MB >16:12:25,474 INFO program: Reserved blocks uid: 0 (user root) >16:12:25,475 INFO program: Reserved blocks gid: 0 (group root) >16:12:25,475 INFO program: First inode: 11 >16:12:25,475 INFO program: Inode size: 256 >16:12:25,475 INFO program: Required extra isize: 28 >16:12:25,475 INFO program: Desired extra isize: 28 >16:12:25,475 INFO program: Journal inode: 8 >16:12:25,476 INFO program: Default directory hash: half_md4 >16:12:25,476 INFO program: Directory Hash Seed: 2208fa6e-eedd-4c28-82c4-2b68f085f473 >16:12:25,476 INFO program: Journal backup: inode blocks >16:12:25,476 INFO program: Journal features: (none) >16:12:25,476 INFO program: Journal size: 32M >16:12:25,477 INFO program: Journal length: 32768 >16:12:25,477 INFO program: Journal sequence: 0x00000007 >16:12:25,477 INFO program: Journal start: 0 >16:12:25,477 INFO program: >16:12:25,477 DEBUG program: Return code: 0 >16:12:25,478 INFO program: Running... resize2fs -P /dev/mapper/live-base >16:12:25,484 INFO program: resize2fs 1.42.8 (20-Jun-2013) >16:12:25,485 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >16:12:25,485 INFO program: Couldn't find valid filesystem superblock. >16:12:25,485 DEBUG program: Return code: 1 >16:12:25,513 INFO program: Running... dumpe2fs -h /dev/md/localhost.localdomain:root >16:12:25,526 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >16:12:25,526 INFO program: Filesystem volume name: <none> >16:12:25,526 INFO program: Last mounted on: / >16:12:25,526 INFO program: Filesystem UUID: 4835b976-c1a2-4c45-8794-b1e230ec9bb4 >16:12:25,527 INFO program: Filesystem magic number: 0xEF53 >16:12:25,527 INFO program: Filesystem revision #: 1 (dynamic) >16:12:25,527 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >16:12:25,527 INFO program: Filesystem flags: signed_directory_hash >16:12:25,527 INFO program: Default mount options: user_xattr acl >16:12:25,528 INFO program: Filesystem state: clean >16:12:25,528 INFO program: Errors behavior: Continue >16:12:25,528 INFO program: Filesystem OS type: Linux >16:12:25,528 INFO program: Inode count: 642112 >16:12:25,528 INFO program: Block count: 2563840 >16:12:25,529 INFO program: Reserved block count: 128192 >16:12:25,529 INFO program: Free blocks: 2309309 >16:12:25,529 INFO program: Free inodes: 620345 >16:12:25,529 INFO program: First block: 0 >16:12:25,529 INFO program: Block size: 4096 >16:12:25,530 INFO program: Fragment size: 4096 >16:12:25,530 INFO program: Reserved GDT blocks: 625 >16:12:25,530 INFO program: Blocks per group: 32768 >16:12:25,530 INFO program: Fragments per group: 32768 >16:12:25,530 INFO program: Inodes per group: 8128 >16:12:25,530 INFO program: Inode blocks per group: 508 >16:12:25,531 INFO program: RAID stride: 128 >16:12:25,531 INFO program: RAID stripe width: 256 >16:12:25,531 INFO program: Flex block group size: 16 >16:12:25,531 INFO program: Filesystem created: Mon Dec 2 16:06:03 2013 >16:12:25,531 INFO program: Last mount time: Mon Dec 2 16:09:48 2013 >16:12:25,531 INFO program: Last write time: Mon Dec 2 16:09:47 2013 >16:12:25,532 INFO program: Mount count: 2 >16:12:25,532 INFO program: Maximum mount count: -1 >16:12:25,532 INFO program: Last checked: Mon Dec 2 16:06:03 2013 >16:12:25,532 INFO program: Check interval: 0 (<none>) >16:12:25,532 INFO program: Lifetime writes: 1360 MB >16:12:25,532 INFO program: Reserved blocks uid: 0 (user root) >16:12:25,533 INFO program: Reserved blocks gid: 0 (group root) >16:12:25,533 INFO program: First inode: 11 >16:12:25,533 INFO program: Inode size: 256 >16:12:25,533 INFO program: Required extra isize: 28 >16:12:25,533 INFO program: Desired extra isize: 28 >16:12:25,533 INFO program: Journal inode: 8 >16:12:25,534 INFO program: Default directory hash: half_md4 >16:12:25,534 INFO program: Directory Hash Seed: ad6cc74c-0860-4551-9c77-e70a46a9616e >16:12:25,534 INFO program: Journal backup: inode blocks >16:12:25,534 INFO program: Journal features: journal_incompat_revoke >16:12:25,534 INFO program: Journal size: 128M >16:12:25,534 INFO program: Journal length: 32768 >16:12:25,535 INFO program: Journal sequence: 0x0000094d >16:12:25,535 INFO program: Journal start: 0 >16:12:25,535 INFO program: >16:12:25,535 DEBUG program: Return code: 0 >16:12:25,535 INFO program: Running... resize2fs -P /dev/md/localhost.localdomain:root >16:12:25,542 INFO program: resize2fs 1.42.8 (20-Jun-2013) >16:12:25,542 INFO program: Estimated minimum size of the filesystem: 225965 >16:12:25,542 DEBUG program: Return code: 0 >16:12:25,552 INFO program: Running... udevadm settle --timeout=300 >16:12:25,572 DEBUG program: Return code: 0 >16:12:25,578 INFO program: Running... udevadm settle --timeout=300 >16:12:25,602 DEBUG program: Return code: 0 >16:12:25,603 INFO program: Running... mdadm --stop /dev/md/localhost.localdomain:root >16:12:25,649 INFO program: mdadm: stopped /dev/md/localhost.localdomain:root >16:12:25,650 DEBUG program: Return code: 0 >16:12:25,654 INFO program: Running... udevadm settle --timeout=300 >16:12:25,668 DEBUG program: Return code: 0 >16:12:25,674 INFO program: Running... udevadm settle --timeout=300 >16:12:25,688 DEBUG program: Return code: 0 >16:12:25,695 INFO program: Running... udevadm settle --timeout=300 >16:12:25,707 DEBUG program: Return code: 0 >16:12:25,714 INFO program: Running... udevadm settle --timeout=300 >16:12:25,726 DEBUG program: Return code: 0 >16:12:25,730 INFO program: Running... udevadm settle --timeout=300 >16:12:25,741 DEBUG program: Return code: 0 >16:12:25,745 INFO program: Running... udevadm settle --timeout=300 >16:12:25,757 DEBUG program: Return code: 0 >16:12:25,761 INFO program: Running... udevadm settle --timeout=300 >16:12:25,777 DEBUG program: Return code: 0 >16:12:25,781 INFO program: Running... udevadm settle --timeout=300 >16:12:25,796 DEBUG program: Return code: 0 >16:12:25,842 INFO program: Running... mdadm --assemble /dev/md/localhost.localdomain:root --uuid=55cc09a3:3d631237:d2147700:6e320d6f --run /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/vda1 >16:12:25,945 INFO program: mdadm: /dev/md/localhost.localdomain:root has been started with 4 drives. >16:12:25,945 DEBUG program: Return code: 0 >16:12:25,946 INFO program: Running... udevadm settle --timeout=300 >16:12:25,969 DEBUG program: Return code: 0 >16:12:25,981 INFO program: Running... mount -t ext4 -o defaults,ro /dev/md/localhost.localdomain:root /mnt/sysimage >16:12:26,009 DEBUG program: Return code: 0 >16:12:26,017 INFO program: Running... arch >16:12:26,060 INFO program: x86_64 >16:12:26,061 DEBUG program: Return code: 0 >16:12:26,075 INFO program: Running... udevadm settle --timeout=300 >16:12:26,101 DEBUG program: Return code: 0 >16:12:26,101 INFO program: Running... umount /mnt/sysimage >16:12:26,146 DEBUG program: Return code: 0 >16:12:26,147 INFO program: Running... udevadm settle --timeout=300 >16:12:26,163 DEBUG program: Return code: 0 >16:12:26,164 INFO program: Running... mdadm --stop /dev/md/localhost.localdomain:root >16:12:26,200 INFO program: mdadm: stopped /dev/md/localhost.localdomain:root >16:12:26,200 DEBUG program: Return code: 0 >16:12:26,276 INFO program: Running... hwclock --hctosys --utc >16:12:27,003 DEBUG program: Return code: 0 >16:12:38,728 INFO program: Running... modprobe btrfs >16:12:38,818 DEBUG program: Return code: 0 >16:12:38,833 INFO program: Running... modprobe xfs >16:12:38,890 DEBUG program: Return code: 0 >16:12:38,937 INFO program: Running... modprobe vfat >16:12:38,957 DEBUG program: Return code: 0 >16:12:47,068 INFO program: Running... udevadm settle --timeout=300 >16:12:47,096 DEBUG program: Return code: 0 >16:12:47,111 INFO program: Running... udevadm settle --timeout=300 >16:12:47,141 DEBUG program: Return code: 0 >16:12:52,014 INFO program: Running... udevadm settle --timeout=300 >16:12:52,040 DEBUG program: Return code: 0 >16:12:52,067 INFO program: Running... udevadm settle --timeout=300 >16:12:52,084 DEBUG program: Return code: 0 >16:12:52,107 INFO program: Running... udevadm settle --timeout=300 >16:12:52,122 DEBUG program: Return code: 0 >16:12:52,144 INFO program: Running... udevadm settle --timeout=300 >16:12:52,157 DEBUG program: Return code: 0 >16:12:53,571 INFO program: Running... udevadm settle --timeout=300 >16:12:53,583 DEBUG program: Return code: 0 >16:13:46,688 INFO program: Running... udevadm settle --timeout=300 >16:13:46,707 DEBUG program: Return code: 0 >16:13:52,405 INFO program: Running... hwclock --systohc --utc >16:13:53,501 DEBUG program: Return code: 0 >16:13:53,576 INFO program: Running... mdadm --assemble /dev/md/localhost.localdomain:root --uuid=55cc09a3:3d631237:d2147700:6e320d6f --run /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/vda1 >16:13:53,669 INFO program: mdadm: /dev/md/localhost.localdomain:root has been started with 4 drives. >16:13:53,669 DEBUG program: Return code: 0 >16:13:53,669 INFO program: Running... udevadm settle --timeout=300 >16:13:53,686 DEBUG program: Return code: 0 >16:13:53,689 INFO program: Running... wipefs -f -a /dev/md/localhost.localdomain:root >16:13:53,768 INFO program: /dev/md/localhost.localdomain:root: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >16:13:53,768 DEBUG program: Return code: 0 >16:13:53,768 INFO program: Running... udevadm settle --timeout=300 >16:13:53,792 DEBUG program: Return code: 0 >16:13:53,795 INFO program: Running... udevadm settle --timeout=300 >16:13:53,820 DEBUG program: Return code: 0 >16:13:53,821 INFO program: Running... mdadm --stop /dev/md/localhost.localdomain:root >16:13:54,083 INFO program: mdadm: stopped /dev/md/localhost.localdomain:root >16:13:54,084 DEBUG program: Return code: 0 >16:13:54,086 INFO program: Running... udevadm settle --timeout=300 >16:13:54,103 DEBUG program: Return code: 0 >16:13:54,108 INFO program: Running... udevadm settle --timeout=300 >16:13:54,127 DEBUG program: Return code: 0 >16:13:54,129 INFO program: Running... mdadm --zero-superblock /dev/sda1 >16:13:54,145 DEBUG program: Return code: 0 >16:13:54,147 INFO program: Running... udevadm settle --timeout=300 >16:13:54,169 DEBUG program: Return code: 0 >16:13:54,173 INFO program: Running... udevadm settle --timeout=300 >16:13:54,187 DEBUG program: Return code: 0 >16:13:54,188 INFO program: Running... udevadm settle --timeout=300 >16:13:54,201 DEBUG program: Return code: 0 >16:13:54,206 INFO program: Running... udevadm settle --timeout=300 >16:13:54,221 DEBUG program: Return code: 0 >16:13:54,233 INFO program: Running... udevadm settle --timeout=300 >16:13:54,255 DEBUG program: Return code: 0 >16:13:54,255 INFO program: Running... udevadm settle --timeout=300 >16:13:54,269 DEBUG program: Return code: 0 >16:13:54,277 INFO program: Running... udevadm settle --timeout=300 >16:13:54,296 DEBUG program: Return code: 0 >16:13:54,299 INFO program: Running... udevadm settle --timeout=300 >16:13:54,314 DEBUG program: Return code: 0 >16:13:54,314 INFO program: Running... udevadm settle --timeout=300 >16:13:54,328 DEBUG program: Return code: 0 >16:13:54,330 INFO program: Running... mdadm --zero-superblock /dev/sdb1 >16:13:54,351 DEBUG program: Return code: 0 >16:13:54,352 INFO program: Running... udevadm settle --timeout=300 >16:13:54,369 DEBUG program: Return code: 0 >16:13:54,373 INFO program: Running... udevadm settle --timeout=300 >16:13:54,388 DEBUG program: Return code: 0 >16:13:54,389 INFO program: Running... udevadm settle --timeout=300 >16:13:54,403 DEBUG program: Return code: 0 >16:13:54,408 INFO program: Running... udevadm settle --timeout=300 >16:13:54,424 DEBUG program: Return code: 0 >16:13:54,437 INFO program: Running... udevadm settle --timeout=300 >16:13:54,459 DEBUG program: Return code: 0 >16:13:54,460 INFO program: Running... udevadm settle --timeout=300 >16:13:54,474 DEBUG program: Return code: 0 >16:13:54,480 INFO program: Running... udevadm settle --timeout=300 >16:13:54,507 DEBUG program: Return code: 0 >16:13:54,510 INFO program: Running... udevadm settle --timeout=300 >16:13:54,525 DEBUG program: Return code: 0 >16:13:54,526 INFO program: Running... udevadm settle --timeout=300 >16:13:54,541 DEBUG program: Return code: 0 >16:13:54,543 INFO program: Running... mdadm --zero-superblock /dev/sdc1 >16:13:54,556 DEBUG program: Return code: 0 >16:13:54,557 INFO program: Running... udevadm settle --timeout=300 >16:13:54,577 DEBUG program: Return code: 0 >16:13:54,581 INFO program: Running... udevadm settle --timeout=300 >16:13:54,600 DEBUG program: Return code: 0 >16:13:54,600 INFO program: Running... udevadm settle --timeout=300 >16:13:54,617 DEBUG program: Return code: 0 >16:13:54,625 INFO program: Running... udevadm settle --timeout=300 >16:13:54,643 DEBUG program: Return code: 0 >16:13:54,654 INFO program: Running... udevadm settle --timeout=300 >16:13:54,681 DEBUG program: Return code: 0 >16:13:54,682 INFO program: Running... udevadm settle --timeout=300 >16:13:54,697 DEBUG program: Return code: 0 >16:13:54,706 INFO program: Running... udevadm settle --timeout=300 >16:13:54,727 DEBUG program: Return code: 0 >16:13:54,731 INFO program: Running... udevadm settle --timeout=300 >16:13:54,745 DEBUG program: Return code: 0 >16:13:54,746 INFO program: Running... udevadm settle --timeout=300 >16:13:54,761 DEBUG program: Return code: 0 >16:13:54,762 INFO program: Running... mdadm --zero-superblock /dev/vda1 >16:13:54,776 DEBUG program: Return code: 0 >16:13:54,777 INFO program: Running... udevadm settle --timeout=300 >16:13:54,793 DEBUG program: Return code: 0 >16:13:54,797 INFO program: Running... udevadm settle --timeout=300 >16:13:54,812 DEBUG program: Return code: 0 >16:13:54,813 INFO program: Running... udevadm settle --timeout=300 >16:13:54,828 DEBUG program: Return code: 0 >16:13:54,833 INFO program: Running... udevadm settle --timeout=300 >16:13:54,848 DEBUG program: Return code: 0 >16:13:54,864 INFO program: Running... udevadm settle --timeout=300 >16:13:54,881 DEBUG program: Return code: 0 >16:13:54,881 INFO program: Running... udevadm settle --timeout=300 >16:13:54,897 DEBUG program: Return code: 0 >16:13:54,905 INFO program: Running... udevadm settle --timeout=300 >16:13:54,921 DEBUG program: Return code: 0 >16:13:54,924 INFO program: Running... udevadm settle --timeout=300 >16:13:54,938 DEBUG program: Return code: 0 >16:13:54,938 INFO program: Running... udevadm settle --timeout=300 >16:13:54,953 DEBUG program: Return code: 0 >16:13:54,963 INFO program: Running... udevadm settle --timeout=300 >16:13:54,983 DEBUG program: Return code: 0 >16:13:54,983 INFO program: Running... udevadm settle --timeout=300 >16:13:54,998 DEBUG program: Return code: 0 >16:13:55,000 INFO program: Running... udevadm settle --timeout=300 >16:13:55,014 DEBUG program: Return code: 0 >16:13:55,021 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=2048 count=2048 >16:13:55,095 INFO program: 2048+0 records in >16:13:55,095 INFO program: 2048+0 records out >16:13:55,095 INFO program: 1048576 bytes (1.0 MB) copied, 0.0517098 s, 20.3 MB/s >16:13:55,095 DEBUG program: Return code: 0 >16:13:55,096 INFO program: Running... udevadm settle --timeout=300 >16:13:55,113 DEBUG program: Return code: 0 >16:13:55,126 INFO program: Running... udevadm settle --timeout=300 >16:13:55,157 DEBUG program: Return code: 0 >16:13:55,160 INFO program: Running... wipefs -f -a /dev/sda1 >16:13:55,181 DEBUG program: Return code: 0 >16:13:55,188 INFO program: Running... udevadm settle --timeout=300 >16:13:55,204 DEBUG program: Return code: 0 >16:13:55,204 INFO program: Running... udevadm settle --timeout=300 >16:13:55,219 DEBUG program: Return code: 0 >16:13:55,237 INFO program: Running... udevadm settle --timeout=300 >16:13:55,257 DEBUG program: Return code: 0 >16:13:55,263 INFO program: Running... udevadm settle --timeout=300 >16:13:55,276 DEBUG program: Return code: 0 >16:13:55,288 INFO program: Running... udevadm settle --timeout=300 >16:13:55,310 DEBUG program: Return code: 0 >16:13:55,310 INFO program: Running... udevadm settle --timeout=300 >16:13:55,325 DEBUG program: Return code: 0 >16:13:55,328 INFO program: Running... udevadm settle --timeout=300 >16:13:55,344 DEBUG program: Return code: 0 >16:13:55,352 INFO program: Running... dd if=/dev/zero of=/dev/sdb bs=512 seek=2048 count=2048 >16:13:55,411 INFO program: 2048+0 records in >16:13:55,411 INFO program: 2048+0 records out >16:13:55,412 INFO program: 1048576 bytes (1.0 MB) copied, 0.0511034 s, 20.5 MB/s >16:13:55,412 DEBUG program: Return code: 0 >16:13:55,412 INFO program: Running... udevadm settle --timeout=300 >16:13:55,430 DEBUG program: Return code: 0 >16:13:55,446 INFO program: Running... udevadm settle --timeout=300 >16:13:55,473 DEBUG program: Return code: 0 >16:13:55,476 INFO program: Running... wipefs -f -a /dev/sdb1 >16:13:55,503 DEBUG program: Return code: 0 >16:13:55,514 INFO program: Running... udevadm settle --timeout=300 >16:13:55,536 DEBUG program: Return code: 0 >16:13:55,537 INFO program: Running... udevadm settle --timeout=300 >16:13:55,552 DEBUG program: Return code: 0 >16:13:55,571 INFO program: Running... udevadm settle --timeout=300 >16:13:55,591 DEBUG program: Return code: 0 >16:13:55,595 INFO program: Running... udevadm settle --timeout=300 >16:13:55,608 DEBUG program: Return code: 0 >16:13:55,621 INFO program: Running... udevadm settle --timeout=300 >16:13:55,642 DEBUG program: Return code: 0 >16:13:55,643 INFO program: Running... udevadm settle --timeout=300 >16:13:55,657 DEBUG program: Return code: 0 >16:13:55,659 INFO program: Running... udevadm settle --timeout=300 >16:13:55,676 DEBUG program: Return code: 0 >16:13:55,689 INFO program: Running... dd if=/dev/zero of=/dev/sdc bs=512 seek=2048 count=2048 >16:13:55,752 INFO program: 2048+0 records in >16:13:55,753 INFO program: 2048+0 records out >16:13:55,753 INFO program: 1048576 bytes (1.0 MB) copied, 0.0534642 s, 19.6 MB/s >16:13:55,753 DEBUG program: Return code: 0 >16:13:55,754 INFO program: Running... udevadm settle --timeout=300 >16:13:55,774 DEBUG program: Return code: 0 >16:13:55,788 INFO program: Running... udevadm settle --timeout=300 >16:13:55,820 DEBUG program: Return code: 0 >16:13:55,823 INFO program: Running... wipefs -f -a /dev/sdc1 >16:13:55,841 DEBUG program: Return code: 0 >16:13:55,848 INFO program: Running... udevadm settle --timeout=300 >16:13:55,865 DEBUG program: Return code: 0 >16:13:55,866 INFO program: Running... udevadm settle --timeout=300 >16:13:55,879 DEBUG program: Return code: 0 >16:13:55,900 INFO program: Running... udevadm settle --timeout=300 >16:13:55,922 DEBUG program: Return code: 0 >16:13:55,925 INFO program: Running... udevadm settle --timeout=300 >16:13:55,941 DEBUG program: Return code: 0 >16:13:55,952 INFO program: Running... udevadm settle --timeout=300 >16:13:55,967 DEBUG program: Return code: 0 >16:13:55,968 INFO program: Running... udevadm settle --timeout=300 >16:13:55,984 DEBUG program: Return code: 0 >16:13:55,986 INFO program: Running... udevadm settle --timeout=300 >16:13:56,001 DEBUG program: Return code: 0 >16:13:56,011 INFO program: Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 >16:13:56,043 INFO program: 2048+0 records in >16:13:56,044 INFO program: 2048+0 records out >16:13:56,044 INFO program: 1048576 bytes (1.0 MB) copied, 0.0234957 s, 44.6 MB/s >16:13:56,044 DEBUG program: Return code: 0 >16:13:56,045 INFO program: Running... udevadm settle --timeout=300 >16:13:56,058 DEBUG program: Return code: 0 >16:13:56,074 INFO program: Running... udevadm settle --timeout=300 >16:13:56,091 DEBUG program: Return code: 0 >16:13:56,095 INFO program: Running... wipefs -f -a /dev/vda1 >16:13:56,109 DEBUG program: Return code: 0 >16:13:56,117 INFO program: Running... udevadm settle --timeout=300 >16:13:56,131 DEBUG program: Return code: 0 >16:13:56,132 INFO program: Running... udevadm settle --timeout=300 >16:13:56,144 DEBUG program: Return code: 0 >16:13:56,167 INFO program: Running... udevadm settle --timeout=300 >16:13:56,182 DEBUG program: Return code: 0 >16:13:56,186 INFO program: Running... udevadm settle --timeout=300 >16:13:56,202 DEBUG program: Return code: 0 >16:13:56,209 INFO program: Running... mdadm --create /dev/md/00 --run --level=10 --raid-devices=4 --metadata=default --bitmap=internal /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/vda1 >16:13:56,361 INFO program: mdadm: array /dev/md/00 started. >16:13:56,361 DEBUG program: Return code: 0 >16:13:56,363 INFO program: Running... udevadm settle --timeout=300 >16:13:56,379 DEBUG program: Return code: 0 >16:13:56,380 INFO program: Running... udevadm settle --timeout=300 >16:13:56,394 DEBUG program: Return code: 0 >16:13:56,399 INFO program: Running... wipefs -f -a /dev/md/00 >16:13:56,428 DEBUG program: Return code: 0 >16:13:56,429 INFO program: Running... lvm pvscan --cache /dev/md/00 >16:13:56,540 INFO program: No PV label found on /dev/md/00. >16:13:56,541 DEBUG program: Return code: 0 >16:13:56,541 INFO program: Running... lvm pvcreate --dataalignment 1024k /dev/md/00 >16:13:56,602 INFO program: Physical volume "/dev/md/00" successfully created >16:13:56,603 DEBUG program: Return code: 0 >16:13:56,604 INFO program: Running... lvm pvscan --cache /dev/md/00 >16:13:56,632 DEBUG program: Return code: 0 >16:13:56,634 INFO program: Running... udevadm settle --timeout=300 >16:13:56,655 DEBUG program: Return code: 0 >16:13:56,658 INFO program: Running... udevadm settle --timeout=300 >16:13:56,671 DEBUG program: Return code: 0 >16:13:56,680 INFO program: Running... lvm vgcreate -s 4m fedora /dev/md/00 >16:13:56,711 INFO program: Volume group "fedora" successfully created >16:13:56,711 DEBUG program: Return code: 0 >16:13:56,716 INFO program: Running... udevadm settle --timeout=300 >16:13:56,732 DEBUG program: Return code: 0 >16:13:56,733 INFO program: Running... udevadm settle --timeout=300 >16:13:56,745 DEBUG program: Return code: 0 >16:13:56,750 INFO program: Running... lvm lvcreate -L 10000m -n root fedora >16:13:56,822 INFO program: Logical volume "root" created >16:13:56,822 DEBUG program: Return code: 0 >16:13:56,826 INFO program: Running... udevadm settle --timeout=300 >16:13:56,850 DEBUG program: Return code: 0 >16:13:56,850 INFO program: Running... udevadm settle --timeout=300 >16:13:56,865 DEBUG program: Return code: 0 >16:13:56,869 INFO program: Running... mke2fs -t ext4 /dev/mapper/fedora-root >16:13:59,200 INFO program: mke2fs 1.42.8 (20-Jun-2013) >16:13:59,201 INFO program: Filesystem label= >16:13:59,201 INFO program: OS type: Linux >16:13:59,201 INFO program: Block size=4096 (log=2) >16:13:59,201 INFO program: Fragment size=4096 (log=2) >16:13:59,202 INFO program: Stride=128 blocks, Stripe width=256 blocks >16:13:59,202 INFO program: 640848 inodes, 2560000 blocks >16:13:59,202 INFO program: 128000 blocks (5.00%) reserved for the super user >16:13:59,202 INFO program: First data block=0 >16:13:59,202 INFO program: Maximum filesystem blocks=2621440000 >16:13:59,203 INFO program: 79 block groups >16:13:59,203 INFO program: 32768 blocks per group, 32768 fragments per group >16:13:59,203 INFO program: 8112 inodes per group >16:13:59,203 INFO program: Superblock backups stored on blocks: >16:13:59,204 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 >16:13:59,204 INFO program: >16:13:59,204 INFO program: Allocating group tables: 0/79 done >16:13:59,204 INFO program: Writing inode tables: 0/79 done >16:13:59,204 INFO program: Creating journal (32768 blocks): done >16:13:59,204 INFO program: Writing superblocks and filesystem accounting information: 0/79 done >16:13:59,205 INFO program: >16:13:59,205 DEBUG program: Return code: 0 >16:13:59,208 INFO program: Running... udevadm settle --timeout=300 >16:13:59,238 DEBUG program: Return code: 0 >16:13:59,241 INFO program: Running... udevadm settle --timeout=300 >16:13:59,256 DEBUG program: Return code: 0 >16:13:59,343 INFO program: Running... mount -t ext4 -o defaults /dev/mapper/fedora-root /mnt/sysimage >16:13:59,365 DEBUG program: Return code: 0 >16:13:59,374 INFO program: Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >16:13:59,383 DEBUG program: Return code: 0 >16:13:59,388 INFO program: Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >16:13:59,397 DEBUG program: Return code: 0 >16:13:59,400 INFO program: Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >16:13:59,410 DEBUG program: Return code: 0 >16:13:59,413 INFO program: Running... mount -t proc -o defaults proc /mnt/sysimage/proc >16:13:59,423 DEBUG program: Return code: 0 >16:13:59,462 INFO program: Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run >16:13:59,471 DEBUG program: Return code: 0 >16:13:59,474 INFO program: Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys >16:13:59,482 DEBUG program: Return code: 0 >16:13:59,485 INFO program: Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >16:13:59,495 DEBUG program: Return code: 0 >16:14:01,175 INFO program: Running... /usr/libexec/anaconda/anaconda-yum --config /tmp/anaconda-yum.conf --tsfile /mnt/sysimage/anaconda-yum.yumtx --rpmlog /tmp/rpm-script.log --installroot /mnt/sysimage --release 20 --arch x86_64 >16:17:05,180 INFO program: Running... grub2-install --no-floppy /dev/sda >16:17:05,719 INFO program: Path `/boot/grub2' is not readable by GRUB on boot. Installation is impossible. Aborting. >16:17:05,719 DEBUG program: Return code: 1 > > >/tmp/storage.log: >16:12:20,588 INFO blivet: ISCSID is /sbin/iscsid >16:12:20,589 INFO blivet: no initiator set >16:12:20,683 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >16:12:20,683 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >16:12:22,669 DEBUG blivet: trying to set new default fstype to 'ext4' >16:12:22,718 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:22,719 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:22,720 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:23,198 INFO blivet: Detected 2064M of memory >16:12:23,200 INFO blivet: Suggested swap size (2064 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >16:12:23,201 INFO blivet: Swap attempt of 0M >16:12:23,812 INFO blivet: resetting Blivet (version 0.23.6) instance <blivet.Blivet object at 0x7f8c504a1750> >16:12:23,812 INFO blivet: no initiator set >16:12:23,813 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >16:12:23,813 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >16:12:23,856 DEBUG blivet: protected device spec LABEL=Fedora_20-TC3_x86_64 resolved to sr0 >16:12:23,888 INFO blivet: devices to scan: ['sda', 'sda1', 'sdb', 'sdb1', 'sr0', 'sdc', 'sdc1', 'vda', 'vda1', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'md127'] >16:12:23,899 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00040c30', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8400', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >16:12:23,901 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >16:12:23,905 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:12:23,908 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:23,911 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >16:12:23,914 INFO blivet: sda is a disk >16:12:23,915 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:23,923 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >16:12:23,932 INFO blivet: added disk sda (id 0) to device tree >16:12:23,933 DEBUG blivet: looking up parted Device: /dev/sda >16:12:23,939 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >16:12:23,941 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >16:12:23,943 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:12:23,944 DEBUG blivet: required disklabel type for sda (1) is None >16:12:23,944 DEBUG blivet: default disklabel type for sda is msdos >16:12:23,949 DEBUG blivet: selecting msdos disklabel for sda based on size >16:12:23,953 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >16:12:23,962 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c45babc10>] > device: <parted.device.Device object at 0x7f8c45bab9d0> > PedDisk: <_ped.Disk object at 0x7f8c45ba7d40> >16:12:23,969 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >16:12:23,975 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >16:12:23,981 INFO blivet: got device: DiskDevice instance (0x7f8c45c89a90) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 8192.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8c45ba0690> >16:12:23,990 INFO blivet: got format: DiskLabel instance (0x7f8c45c89950) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c45babc10>] > device: <parted.device.Device object at 0x7f8c45bab9d0> > PedDisk: <_ped.Disk object at 0x7f8c45ba7d40> > origPartedDisk = <parted.disk.Disk object at 0x7f8c45baf090> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e710> > >16:12:23,997 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost.localdomain:root', > 'ID_FS_LABEL_ENC': 'localhost.localdomain:root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_ENC': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_SUB': 'be927b4f-3bc5-21ab-94a8-e3e04a04210d', > 'ID_FS_UUID_SUB_ENC': 'be927b4f-3bc5-21ab-94a8-e3e04a04210d', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10256384', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '00040c30-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '00040c30', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8408', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >16:12:23,998 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >16:12:23,999 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >16:12:24,004 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,006 INFO blivet: sda1 is a partition >16:12:24,007 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >16:12:24,024 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:12:24,082 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with existing msdos disklabel >16:12:24,094 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:24,157 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >16:12:24,176 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,177 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >16:12:24,180 DEBUG blivet: looking up parted Partition: /dev/sda1 >16:12:24,216 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >16:12:24,217 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >16:12:24,218 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >16:12:24,218 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >16:12:24,219 INFO blivet: added partition sda1 (id 1) to device tree >16:12:24,219 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >16:12:24,223 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >16:12:24,231 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:12:24,233 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >16:12:24,253 WARN blivet: disklabel detected but not usable on sda1 >16:12:24,306 INFO blivet: type detected on 'sda1' is 'linux_raid_member' >16:12:24,311 DEBUG blivet: MDRaidMember.__init__: uuid: 55cc09a3-3d63-1237-d214-77006e320d6f ; exists: True ; label: localhost.localdomain:root ; device: /dev/sda1 ; serial: QM00001 ; mdUuid: 55cc09a3:3d631237:d2147700:6e320d6f ; biosraid: False ; >16:12:24,311 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >16:12:24,312 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >16:12:24,313 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: mdmember ; >16:12:24,314 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sda1 ; >16:12:24,321 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >16:12:24,364 INFO blivet: using name localhost.localdomain:root for md array containing member sda1 >16:12:24,366 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,369 DEBUG blivet: MDRaidArrayDevice._setFormat: localhost.localdomain:root ; current: None ; type: None ; >16:12:24,371 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:12:24,375 DEBUG blivet: MDRaidArrayDevice._addDevice: localhost.localdomain:root ; device: sda1 ; status: True ; >16:12:24,391 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda1 ; >16:12:24,396 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:12:24,436 WARN blivet: failed to add member /dev/sda1 to md array /dev/md/localhost.localdomain:root: mdadd failed for /dev/sda1: running mdadm --incremental --quiet /dev/sda1 failed >16:12:24,436 DEBUG blivet: looking up parted Device: /dev/md/localhost.localdomain:root >16:12:24,441 INFO blivet: added mdarray localhost.localdomain:root (id 2) to device tree >16:12:24,442 DEBUG blivet: looking up parted Device: /dev/sda1 >16:12:24,444 INFO blivet: got device: PartitionDevice instance (0x7f8c455aac50) -- > name = sda1 status = True kids = 1 id = 1 > parents = ['existing 8192MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 5008.0 > format = existing mdmember > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 10256384 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (638, 255, 63) biosGeometry: (638, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0170> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c45baba90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c45babd90> PedPartition: <_ped.Partition object at 0x7f8c45ba8830> > disk = existing 8192MB disk sda (0) with existing msdos disklabel > start = 2048 end = 10258431 length = 10256384 > flags = boot, raid >16:12:24,444 INFO blivet: got format: MDRaidMember instance (0x7f8c45cdc210) -- > type = mdmember name = software RAID status = False > device = /dev/sda1 uuid = 55cc09a3-3d63-1237-d214-77006e320d6f exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 55cc09a3:3d631237:d2147700:6e320d6f biosraid = False >16:12:24,447 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0008f685', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8460', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb'} ; name: sdb ; >16:12:24,448 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb)... >16:12:24,449 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >16:12:24,451 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,458 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >16:12:24,460 INFO blivet: sdb is a disk >16:12:24,461 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,464 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >16:12:24,475 INFO blivet: added disk sdb (id 3) to device tree >16:12:24,475 DEBUG blivet: looking up parted Device: /dev/sdb >16:12:24,480 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >16:12:24,483 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >16:12:24,488 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:12:24,489 DEBUG blivet: required disklabel type for sdb (1) is None >16:12:24,489 DEBUG blivet: default disklabel type for sdb is msdos >16:12:24,490 DEBUG blivet: selecting msdos disklabel for sdb based on size >16:12:24,491 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >16:12:24,502 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c45cdcd90>] > device: <parted.device.Device object at 0x7f8c45cdccd0> > PedDisk: <_ped.Disk object at 0x7f8c4243b7a0> >16:12:24,505 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >16:12:24,507 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >16:12:24,512 INFO blivet: got device: DiskDevice instance (0x7f8c45caa350) -- > name = sdb status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8c45cdca10> >16:12:24,515 INFO blivet: got format: DiskLabel instance (0x7f8c45cdc8d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c45cdcd90>] > device: <parted.device.Device object at 0x7f8c45cdccd0> > PedDisk: <_ped.Disk object at 0x7f8c4243b7a0> > origPartedDisk = <parted.disk.Disk object at 0x7f8c45cdce50> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd03b0> > >16:12:24,521 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost.localdomain:root', > 'ID_FS_LABEL_ENC': 'localhost.localdomain:root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_ENC': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_SUB': 'c724d5e8-d694-f14b-e2ba-acad4f96e065', > 'ID_FS_UUID_SUB_ENC': 'c724d5e8-d694-f14b-e2ba-acad4f96e065', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10256384', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '0008f685-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0008f685', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00002', > 'ID_SERIAL_SHORT': 'QM00002', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8469', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00002-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1'} ; name: sdb1 ; >16:12:24,524 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1)... >16:12:24,525 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb1 ; >16:12:24,526 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,527 INFO blivet: sdb1 is a partition >16:12:24,528 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >16:12:24,530 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >16:12:24,531 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sdb (3) with existing msdos disklabel >16:12:24,532 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:24,534 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >16:12:24,534 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,536 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >16:12:24,537 DEBUG blivet: looking up parted Partition: /dev/sdb1 >16:12:24,539 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >16:12:24,540 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >16:12:24,543 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >16:12:24,544 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >16:12:24,546 INFO blivet: added partition sdb1 (id 4) to device tree >16:12:24,546 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >16:12:24,549 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >16:12:24,550 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:12:24,552 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >16:12:24,558 WARN blivet: disklabel detected but not usable on sdb1 >16:12:24,606 INFO blivet: type detected on 'sdb1' is 'linux_raid_member' >16:12:24,607 DEBUG blivet: MDRaidMember.__init__: uuid: 55cc09a3-3d63-1237-d214-77006e320d6f ; exists: True ; label: localhost.localdomain:root ; device: /dev/sdb1 ; serial: QM00002 ; mdUuid: 55cc09a3:3d631237:d2147700:6e320d6f ; biosraid: False ; >16:12:24,608 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >16:12:24,608 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >16:12:24,609 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: mdmember ; >16:12:24,610 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb1 ; >16:12:24,612 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:24,612 INFO blivet: Using 2.0MB superBlockSize >16:12:24,612 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:24,612 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 10015MB mdarray localhost.localdomain:root (2) >16:12:24,615 DEBUG blivet: MDRaidArrayDevice._addDevice: localhost.localdomain:root ; device: sdb1 ; status: True ; >16:12:24,624 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >16:12:24,625 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:12:24,651 WARN blivet: failed to add member /dev/sdb1 to md array /dev/md/localhost.localdomain:root: mdadd failed for /dev/sdb1: running mdadm --incremental --quiet /dev/sdb1 failed >16:12:24,653 DEBUG blivet: looking up parted Device: /dev/sdb1 >16:12:24,656 INFO blivet: got device: PartitionDevice instance (0x7f8c45cdcb10) -- > name = sdb1 status = True kids = 1 id = 4 > parents = ['existing 8192MB disk sdb (3) with existing msdos disklabel'] > uuid = None size = 5008.0 > format = existing mdmember > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 10256384 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (638, 255, 63) biosGeometry: (638, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0560> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c45cdc890> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c45cdcd50> PedPartition: <_ped.Partition object at 0x7f8c45613110> > disk = existing 8192MB disk sdb (3) with existing msdos disklabel > start = 2048 end = 10258431 length = 10256384 > flags = boot, raid >16:12:24,658 INFO blivet: got format: MDRaidMember instance (0x7f8c45cdc450) -- > type = mdmember name = software RAID status = False > device = /dev/sdb1 uuid = 55cc09a3-3d63-1237-d214-77006e320d6f exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 55cc09a3:3d631237:d2147700:6e320d6f biosraid = False >16:12:24,664 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora\\x2020-TC3\\x20x86_64 /dev/disk/by-uuid/2013-11-27-02-53-24-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20-TC3_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020-TC3\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-11-27-02-53-24-00', > 'ID_FS_UUID_ENC': '2013-11-27-02-53-24-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5bb7f57d', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '8579', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora\\x2020-TC3\\x20x86_64', > '/dev/disk/by-uuid/2013-11-27-02-53-24-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >16:12:24,665 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >16:12:24,666 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >16:12:24,667 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,667 INFO blivet: sr0 is a cdrom >16:12:24,668 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >16:12:24,668 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,669 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >16:12:24,669 INFO blivet: added cdrom sr0 (id 5) to device tree >16:12:24,670 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:12:24,676 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >16:12:24,676 INFO blivet: type detected on 'sr0' is 'iso9660' >16:12:24,679 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:12:24,682 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >16:12:24,684 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >16:12:24,685 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:12:24,687 DEBUG blivet: looking up parted Device: /dev/sr0 >16:12:24,699 INFO blivet: got device: OpticalDevice instance (0x7f8c45cdcf50) -- > name = sr0 status = True kids = 0 id = 5 > parents = [] > uuid = None size = 4388.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2246656 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (139, 255, 63) biosGeometry: (139, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0440> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >16:12:24,702 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:12:24,705 INFO blivet: got format: Iso9660FS instance (0x7f8c45cdcdd0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2013-11-27-02-53-24-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_20-TC3_x86_64 size = 0.0 targetSize = 0.0 > >16:12:24,707 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00004', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000e3346', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00004', > 'ID_SERIAL_SHORT': 'QM00004', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8633', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00004'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc'} ; name: sdc ; >16:12:24,709 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc)... >16:12:24,711 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >16:12:24,712 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,714 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >16:12:24,716 INFO blivet: sdc is a disk >16:12:24,718 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,719 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >16:12:24,755 INFO blivet: added disk sdc (id 6) to device tree >16:12:24,756 DEBUG blivet: looking up parted Device: /dev/sdc >16:12:24,760 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >16:12:24,761 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >16:12:24,762 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:12:24,762 DEBUG blivet: required disklabel type for sdc (1) is None >16:12:24,762 DEBUG blivet: default disklabel type for sdc is msdos >16:12:24,763 DEBUG blivet: selecting msdos disklabel for sdc based on size >16:12:24,764 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >16:12:24,770 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c424236d0>] > device: <parted.device.Device object at 0x7f8c42423510> > PedDisk: <_ped.Disk object at 0x7f8c42420128> >16:12:24,773 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >16:12:24,774 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >16:12:24,776 INFO blivet: got device: DiskDevice instance (0x7f8c45cdc750) -- > name = sdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 8192.0 > format = existing msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8c45cdc910> >16:12:24,779 INFO blivet: got format: DiskLabel instance (0x7f8c42423050) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c424236d0>] > device: <parted.device.Device object at 0x7f8c42423510> > PedDisk: <_ped.Disk object at 0x7f8c42420128> > origPartedDisk = <parted.disk.Disk object at 0x7f8c42423810> > partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0680> > >16:12:24,783 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-QEMU_HARDDISK_QM00004-part1', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost.localdomain:root', > 'ID_FS_LABEL_ENC': 'localhost.localdomain:root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_ENC': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_SUB': 'f85d836f-ea51-c903-ae48-bb9077effdbb', > 'ID_FS_UUID_SUB_ENC': 'f85d836f-ea51-c903-ae48-bb9077effdbb', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10256384', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '000e3346-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000e3346', > 'ID_REVISION': '0.15', > 'ID_SERIAL': 'QEMU_HARDDISK_QM00004', > 'ID_SERIAL_SHORT': 'QM00004', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '33', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '8643', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-QEMU_HARDDISK_QM00004-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1'} ; name: sdc1 ; >16:12:24,788 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1)... >16:12:24,789 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; >16:12:24,792 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,792 INFO blivet: sdc1 is a partition >16:12:24,795 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >16:12:24,796 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >16:12:24,800 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sdc (6) with existing msdos disklabel >16:12:24,802 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:24,802 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >16:12:24,803 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,804 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >16:12:24,805 DEBUG blivet: looking up parted Partition: /dev/sdc1 >16:12:24,806 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >16:12:24,807 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >16:12:24,812 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >16:12:24,813 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >16:12:24,813 INFO blivet: added partition sdc1 (id 7) to device tree >16:12:24,814 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >16:12:24,815 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: dos ; >16:12:24,817 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:12:24,818 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc1 ; labelType: dos ; exists: True ; >16:12:24,829 WARN blivet: disklabel detected but not usable on sdc1 >16:12:24,933 INFO blivet: type detected on 'sdc1' is 'linux_raid_member' >16:12:24,934 DEBUG blivet: MDRaidMember.__init__: uuid: 55cc09a3-3d63-1237-d214-77006e320d6f ; exists: True ; label: localhost.localdomain:root ; device: /dev/sdc1 ; serial: QM00004 ; mdUuid: 55cc09a3:3d631237:d2147700:6e320d6f ; biosraid: False ; >16:12:24,934 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >16:12:24,935 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >16:12:24,936 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: mdmember ; >16:12:24,937 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc1 ; >16:12:24,939 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:24,939 INFO blivet: Using 2.0MB superBlockSize >16:12:24,939 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:24,939 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 10015MB mdarray localhost.localdomain:root (2) >16:12:24,940 DEBUG blivet: MDRaidArrayDevice._addDevice: localhost.localdomain:root ; device: sdc1 ; status: True ; >16:12:24,941 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >16:12:24,942 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:12:24,978 WARN blivet: failed to add member /dev/sdc1 to md array /dev/md/localhost.localdomain:root: mdadd failed for /dev/sdc1: running mdadm --incremental --quiet /dev/sdc1 failed >16:12:24,979 DEBUG blivet: looking up parted Device: /dev/sdc1 >16:12:24,981 INFO blivet: got device: PartitionDevice instance (0x7f8c45ba06d0) -- > name = sdc1 status = True kids = 1 id = 7 > parents = ['existing 8192MB disk sdc (6) with existing msdos disklabel'] > uuid = None size = 5008.0 > format = existing mdmember > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 10256384 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (638, 255, 63) biosGeometry: (638, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0830> > target size = 0 path = /dev/sdc1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c424235d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c42423790> PedPartition: <_ped.Partition object at 0x7f8c45613710> > disk = existing 8192MB disk sdc (6) with existing msdos disklabel > start = 2048 end = 10258431 length = 10256384 > flags = boot, raid >16:12:24,981 INFO blivet: got format: MDRaidMember instance (0x7f8c42423dd0) -- > type = mdmember name = software RAID status = False > device = /dev/sdc1 uuid = 55cc09a3-3d63-1237-d214-77006e320d6f exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 55cc09a3:3d631237:d2147700:6e320d6f biosraid = False >16:12:24,983 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio1/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000e1765', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9790', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio1/block/vda'} ; name: vda ; >16:12:24,983 INFO blivet: scanning vda (/devices/pci0000:00/0000:00:06.0/virtio1/block/vda)... >16:12:24,984 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >16:12:24,985 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:24,986 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: vda ; >16:12:24,986 INFO blivet: vda is a disk >16:12:24,987 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:24,988 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: None ; >16:12:25,002 INFO blivet: added disk vda (id 8) to device tree >16:12:25,002 DEBUG blivet: looking up parted Device: /dev/vda >16:12:25,005 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda ; >16:12:25,006 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >16:12:25,007 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:12:25,007 DEBUG blivet: required disklabel type for vda (15) is None >16:12:25,007 DEBUG blivet: default disklabel type for vda is msdos >16:12:25,008 DEBUG blivet: selecting msdos disklabel for vda based on size >16:12:25,008 DEBUG blivet: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >16:12:25,016 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c42440e50>] > device: <parted.device.Device object at 0x7f8c42440cd0> > PedDisk: <_ped.Disk object at 0x7f8c4243b5a8> >16:12:25,016 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >16:12:25,018 DEBUG blivet: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >16:12:25,019 INFO blivet: got device: DiskDevice instance (0x7f8c45cdc7d0) -- > name = vda status = True kids = 0 id = 8 > parents = [] > uuid = None size = 10240.0 > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f8c42423d50> >16:12:25,021 INFO blivet: got format: DiskLabel instance (0x7f8c424407d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f8c42440e50>] > device: <parted.device.Device object at 0x7f8c42440cd0> > PedDisk: <_ped.Disk object at 0x7f8c4243b5a8> > origPartedDisk = <parted.disk.Disk object at 0x7f8c4244a050> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd08c0> > >16:12:25,028 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_LABEL': 'localhost.localdomain:root', > 'ID_FS_LABEL_ENC': 'localhost.localdomain:root', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_ENC': '55cc09a3-3d63-1237-d214-77006e320d6f', > 'ID_FS_UUID_SUB': '6bfa8953-1fff-5a43-8b56-40f0f8eef0d1', > 'ID_FS_UUID_SUB_ENC': '6bfa8953-1fff-5a43-8b56-40f0f8eef0d1', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10256384', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '000e1765-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000e1765', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9811', > 'name': 'vda1', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1'} ; name: vda1 ; >16:12:25,031 INFO blivet: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1)... >16:12:25,034 DEBUG blivet: DeviceTree.getDeviceByName: name: vda1 ; >16:12:25,036 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,037 INFO blivet: vda1 is a partition >16:12:25,039 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: vda1 ; >16:12:25,040 DEBUG blivet: DeviceTree.getDeviceByName: name: vda ; >16:12:25,043 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10240MB disk vda (8) with existing msdos disklabel >16:12:25,044 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:25,046 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >16:12:25,047 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,048 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >16:12:25,048 DEBUG blivet: looking up parted Partition: /dev/vda1 >16:12:25,049 DEBUG blivet: PartitionDevice.probe: vda1 ; exists: True ; >16:12:25,050 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >16:12:25,052 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >16:12:25,054 DEBUG blivet: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >16:12:25,054 INFO blivet: added partition vda1 (id 9) to device tree >16:12:25,056 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >16:12:25,057 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: dos ; >16:12:25,058 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,060 DEBUG blivet: DiskLabel.__init__: device: /dev/vda1 ; labelType: dos ; exists: True ; >16:12:25,071 WARN blivet: disklabel detected but not usable on vda1 >16:12:25,099 INFO blivet: type detected on 'vda1' is 'linux_raid_member' >16:12:25,102 DEBUG blivet: MDRaidMember.__init__: uuid: 55cc09a3-3d63-1237-d214-77006e320d6f ; exists: True ; label: localhost.localdomain:root ; device: /dev/vda1 ; serial: None ; mdUuid: 55cc09a3:3d631237:d2147700:6e320d6f ; biosraid: False ; >16:12:25,103 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >16:12:25,105 DEBUG blivet: PartitionDevice._setFormat: vda1 ; >16:12:25,107 DEBUG blivet: PartitionDevice._setFormat: vda1 ; current: None ; type: mdmember ; >16:12:25,112 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: vda1 ; >16:12:25,115 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:25,115 INFO blivet: Using 2.0MB superBlockSize >16:12:25,116 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:25,116 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 10015MB mdarray localhost.localdomain:root (2) >16:12:25,118 DEBUG blivet: MDRaidArrayDevice._addDevice: localhost.localdomain:root ; device: vda1 ; status: True ; >16:12:25,120 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: vda1 ; >16:12:25,122 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,144 WARN blivet: failed to add member /dev/vda1 to md array /dev/md/localhost.localdomain:root: mdadd failed for /dev/vda1: running mdadm --incremental --quiet /dev/vda1 failed >16:12:25,146 DEBUG blivet: looking up parted Device: /dev/vda1 >16:12:25,148 INFO blivet: got device: PartitionDevice instance (0x7f8c42423d10) -- > name = vda1 status = True kids = 1 id = 9 > parents = ['existing 10240MB disk vda (8) with existing msdos disklabel'] > uuid = None size = 5008.0 > format = existing mdmember > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 10256384 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (10174, 16, 63) biosGeometry: (638, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0b00> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c42440d90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c42440f10> PedPartition: <_ped.Partition object at 0x7f8c455c0170> > disk = existing 10240MB disk vda (8) with existing msdos disklabel > start = 2048 end = 10258431 length = 10256384 > flags = boot, raid >16:12:25,149 INFO blivet: got format: MDRaidMember instance (0x7f8c4244a810) -- > type = mdmember name = software RAID status = False > device = /dev/vda1 uuid = 55cc09a3-3d63-1237-d214-77006e320d6f exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 55cc09a3:3d631237:d2147700:6e320d6f biosraid = False >16:12:25,152 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '12549', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >16:12:25,153 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >16:12:25,155 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >16:12:25,156 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,157 INFO blivet: loop0 is a loop device >16:12:25,159 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >16:12:25,160 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >16:12:25,162 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,162 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,165 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >16:12:25,165 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 10) to device tree >16:12:25,167 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >16:12:25,168 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,170 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >16:12:25,170 INFO blivet: added loop loop0 (id 11) to device tree >16:12:25,172 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >16:12:25,174 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >16:12:25,174 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >16:12:25,175 DEBUG blivet: device loop0 does not contain a disklabel >16:12:25,175 INFO blivet: type detected on 'loop0' is 'squashfs' >16:12:25,176 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >16:12:25,177 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >16:12:25,178 INFO blivet: got device: LoopDevice instance (0x7f8c42440b90) -- > name = loop0 status = False kids = 0 id = 11 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (10)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >16:12:25,179 INFO blivet: got format: DeviceFormat instance (0x7f8c45ba0950) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >16:12:25,183 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_UUID_ENC': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '12636', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >16:12:25,184 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >16:12:25,186 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >16:12:25,187 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,188 INFO blivet: loop1 is a loop device >16:12:25,190 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >16:12:25,192 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >16:12:25,194 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,195 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,197 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >16:12:25,197 INFO blivet: added file /LiveOS/rootfs.img (id 12) to device tree >16:12:25,199 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >16:12:25,200 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,205 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >16:12:25,205 INFO blivet: added loop loop1 (id 13) to device tree >16:12:25,208 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >16:12:25,211 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >16:12:25,215 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,215 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,216 DEBUG blivet: device loop1 does not contain a disklabel >16:12:25,217 INFO blivet: type detected on 'loop1' is 'ext4' >16:12:25,310 DEBUG blivet: using current size 0 as min size >16:12:25,314 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,331 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,332 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >16:12:25,332 INFO blivet: got device: LoopDevice instance (0x7f8c4244a310) -- > name = loop1 status = False kids = 0 id = 13 > parents = ['existing 0MB file /LiveOS/rootfs.img (12)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >16:12:25,338 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,338 INFO blivet: got format: Ext4FS instance (0x7f8c4244a1d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >16:12:25,340 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '12730', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >16:12:25,342 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >16:12:25,344 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >16:12:25,345 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,346 INFO blivet: loop2 is a loop device >16:12:25,348 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >16:12:25,349 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >16:12:25,351 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,352 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,354 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >16:12:25,354 INFO blivet: added file /overlay (deleted) (id 14) to device tree >16:12:25,356 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >16:12:25,356 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,360 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >16:12:25,361 INFO blivet: added loop loop2 (id 15) to device tree >16:12:25,362 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >16:12:25,363 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >16:12:25,363 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >16:12:25,364 DEBUG blivet: device loop2 does not contain a disklabel >16:12:25,364 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >16:12:25,364 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >16:12:25,365 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >16:12:25,365 INFO blivet: got device: LoopDevice instance (0x2c64f10) -- > name = loop2 status = False kids = 0 id = 15 > parents = ['existing 0MB file /overlay (deleted) (14)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >16:12:25,366 INFO blivet: got format: DeviceFormat instance (0x7f8c4244a590) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >16:12:25,368 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_UUID_ENC': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '70159', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >16:12:25,369 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >16:12:25,369 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >16:12:25,370 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,371 INFO blivet: live-rw is a device-mapper device >16:12:25,371 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >16:12:25,372 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >16:12:25,373 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (13) with existing ext4 filesystem >16:12:25,374 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >16:12:25,375 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (15) with existing DM_snapshot_cow >16:12:25,376 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >16:12:25,377 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,378 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >16:12:25,378 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,379 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >16:12:25,379 INFO blivet: added dm live-rw (id 16) to device tree >16:12:25,380 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >16:12:25,381 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >16:12:25,382 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,382 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,382 DEBUG blivet: device live-rw does not contain a disklabel >16:12:25,383 INFO blivet: type detected on 'live-rw' is 'ext4' >16:12:25,410 DEBUG blivet: padding min size from 768 up to 844 >16:12:25,413 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,414 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,416 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >16:12:25,418 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >16:12:25,423 INFO blivet: got device: DMDevice instance (0x2c805d0) -- > name = live-rw status = True kids = 0 id = 16 > parents = ['existing 0MB loop loop2 (15) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0c20> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >16:12:25,425 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,426 INFO blivet: got format: Ext4FS instance (0x7f8c4244a8d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >16:12:25,436 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_UUID_ENC': '32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '82754', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/32bdbee6-a1f1-428f-93d6-4c3a9aa85708', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >16:12:25,437 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >16:12:25,438 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >16:12:25,439 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,440 INFO blivet: live-base is a device-mapper device >16:12:25,441 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >16:12:25,443 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >16:12:25,446 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >16:12:25,447 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (13) with existing ext4 filesystem >16:12:25,449 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >16:12:25,450 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,452 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >16:12:25,452 DEBUG blivet: getFormat('None') returning DeviceFormat instance >16:12:25,454 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >16:12:25,455 INFO blivet: added dm live-base (id 17) to device tree >16:12:25,456 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >16:12:25,457 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >16:12:25,460 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,460 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,461 DEBUG blivet: device live-base does not contain a disklabel >16:12:25,461 INFO blivet: type detected on 'live-base' is 'ext4' >16:12:25,485 DEBUG blivet: using current size 0 as min size >16:12:25,487 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,487 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,488 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >16:12:25,491 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >16:12:25,494 INFO blivet: got device: DMDevice instance (0x2c64b10) -- > name = live-base status = True kids = 0 id = 17 > parents = ['existing 0MB loop loop1 (13) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c505a6b90> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >16:12:25,501 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,502 INFO blivet: got format: Ext4FS instance (0x7f8c4244ac50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 32bdbee6-a1f1-428f-93d6-4c3a9aa85708 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >16:12:25,505 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-localhost.localdomain:root /dev/disk/by-id/md-uuid-55cc09a3:3d631237:d2147700:6e320d6f /dev/disk/by-uuid/4835b976-c1a2-4c45-8794-b1e230ec9bb4 /dev/md/localhost.localdomain:root', > 'DEVNAME': 'md127', > 'DEVPATH': '/devices/virtual/block/md127', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '4835b976-c1a2-4c45-8794-b1e230ec9bb4', > 'ID_FS_UUID_ENC': '4835b976-c1a2-4c45-8794-b1e230ec9bb4', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '9', > 'MD_DEVICES': '4', > 'MD_DEVICE_sda1_DEV': '/dev/sda1', > 'MD_DEVICE_sda1_ROLE': '0', > 'MD_DEVICE_sdb1_DEV': '/dev/sdb1', > 'MD_DEVICE_sdb1_ROLE': '1', > 'MD_DEVICE_sdc1_DEV': '/dev/sdc1', > 'MD_DEVICE_sdc1_ROLE': '2', > 'MD_DEVICE_vda1_DEV': '/dev/vda1', > 'MD_DEVICE_vda1_ROLE': '3', > 'MD_DEVNAME': 'localhost.localdomain:root', > 'MD_LEVEL': 'raid10', > 'MD_METADATA': '1.0', > 'MD_NAME': 'localhost.localdomain:root', > 'MD_UUID': '55cc09a3:3d631237:d2147700:6e320d6f', > 'MINOR': '127', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '19194', > 'name': 'md127', > 'symlinks': ['/dev/disk/by-id/md-name-localhost.localdomain:root', > '/dev/disk/by-id/md-uuid-55cc09a3:3d631237:d2147700:6e320d6f', > '/dev/disk/by-uuid/4835b976-c1a2-4c45-8794-b1e230ec9bb4', > '/dev/md/localhost.localdomain:root'], > 'sysfs_path': '/devices/virtual/block/md127'} ; name: md127 ; >16:12:25,505 INFO blivet: scanning md127 (/devices/virtual/block/md127)... >16:12:25,506 DEBUG blivet: DeviceTree.getDeviceByName: name: md127 ; >16:12:25,507 DEBUG blivet: DeviceTree.getDeviceByName returned None >16:12:25,508 DEBUG blivet: DeviceTree.getDeviceByName: name: localhost.localdomain:root ; >16:12:25,508 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:25,509 INFO blivet: Using 2.0MB superBlockSize >16:12:25,509 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:25,510 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10015MB mdarray localhost.localdomain:root (2) >16:12:25,510 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: localhost.localdomain:root ; >16:12:25,511 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: localhost.localdomain:root ; label_type: None ; >16:12:25,512 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,512 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,513 DEBUG blivet: device localhost.localdomain:root does not contain a disklabel >16:12:25,513 INFO blivet: type detected on 'md127' is 'ext4' >16:12:25,542 DEBUG blivet: padding min size from 883 up to 971 >16:12:25,543 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,543 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:25,544 DEBUG blivet: MDRaidArrayDevice._setFormat: localhost.localdomain:root ; current: None ; type: ext4 ; >16:12:25,546 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:25,547 INFO blivet: Using 2.0MB superBlockSize >16:12:25,547 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:25,548 INFO blivet: got device: MDRaidArrayDevice instance (0x7f8c45ca2a90) -- > name = localhost.localdomain:root status = True kids = 0 id = 2 > parents = ['existing 5008MB partition sda1 (1) with existing mdmember', > 'existing 5008MB partition sdb1 (4) with existing mdmember', > 'existing 5008MB partition sdc1 (7) with existing mdmember', > 'existing 5008MB partition vda1 (9) with existing mdmember'] > uuid = 55cc09a3:3d631237:d2147700:6e320d6f size = 10015.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md127 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/localhost.localdomain:root type: 17 > sectorSize: 512 physicalSectorSize: 512 > length: 20510720 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2563840, 2, 4) biosGeometry: (1276, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0200> > target size = 0 path = /dev/md/localhost.localdomain:root > format args = None originalFormat = None level = 10 spares = 0 > members = 4 > total devices = 4 metadata version = 1.0 >16:12:25,549 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:25,551 INFO blivet: got format: Ext4FS instance (0x7f8c4244abd0) -- > type = ext4 name = ext4 status = False > device = /dev/md/localhost.localdomain:root uuid = 4835b976-c1a2-4c45-8794-b1e230ec9bb4 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 10015.0 targetSize = 10015.0 > >16:12:25,577 DEBUG blivet: MDRaidArrayDevice.teardown: localhost.localdomain:root ; status: True ; controllable: True ; >16:12:25,651 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >16:12:25,652 DEBUG blivet: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:12:25,654 DEBUG blivet: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:12:25,669 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >16:12:25,671 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:12:25,673 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:12:25,691 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >16:12:25,693 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:12:25,695 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:12:25,711 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >16:12:25,712 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >16:12:25,714 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >16:12:25,727 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >16:12:25,729 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:12:25,730 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:12:25,743 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >16:12:25,744 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >16:12:25,745 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >16:12:25,758 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:12:25,760 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:12:25,761 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:12:25,778 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:12:25,779 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:12:25,781 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:12:25,797 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:12:25,798 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >16:12:25,798 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >16:12:25,804 INFO blivet: edd: collected mbr signatures: {'vda': '0x000e1765', 'sda': '0x00040c30', 'sdb': '0x0008f685', 'sdc': '0x000e3346'} >16:12:25,806 DEBUG blivet: edd: data extracted from 0x80: > type: ATA, ata_device: 0 > channel: 0, mbr_signature: 0x00040c30 > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 16777216 >16:12:25,806 WARN blivet: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:0/0:0:0:0/block >16:12:25,806 INFO blivet: edd: matched 0x80 to sda using MBR sig >16:12:25,806 DEBUG blivet: edd: data extracted from 0x81: > type: ATA, ata_device: 1 > channel: 0, mbr_signature: 0x0008f685 > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 16777216 >16:12:25,807 WARN blivet: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host0/target0:0:1/0:0:1:0/block >16:12:25,807 INFO blivet: edd: matched 0x81 to sdb using MBR sig >16:12:25,807 DEBUG blivet: edd: data extracted from 0x82: > type: ATA, ata_device: 1 > channel: 1, mbr_signature: 0x000e3346 > pci_dev: 00:01.1, scsi_id: None > scsi_lun: None, sectors: 16777216 >16:12:25,807 WARN blivet: edd: directory does not exist: /sys/devices/pci0000:00/0000:00:01.1/host1/target1:0:1/1:0:1:0/block >16:12:25,807 INFO blivet: edd: matched 0x82 to sdc using MBR sig >16:12:25,808 DEBUG blivet: edd: data extracted from 0x83: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000e1765 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 20971520 >16:12:25,809 DEBUG blivet: edd: matched 0x83 to vda using pci_dev >16:12:25,814 DEBUG blivet: MDRaidArrayDevice.setup: localhost.localdomain:root ; status: False ; controllable: True ; orig: False ; >16:12:25,817 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 0 ; name: localhost.localdomain:root ; orig: False ; >16:12:25,819 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,823 DEBUG blivet: MDRaidMember.setup: device: /dev/sda1 ; status: False ; type: mdmember ; >16:12:25,826 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:12:25,828 DEBUG blivet: MDRaidMember.setup: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:12:25,829 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:12:25,831 DEBUG blivet: MDRaidMember.setup: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:12:25,832 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,834 DEBUG blivet: MDRaidMember.setup: device: /dev/vda1 ; status: False ; type: mdmember ; >16:12:25,836 DEBUG blivet: MDRaidArrayDevice._setup: localhost.localdomain:root ; status: False ; controllable: True ; orig: False ; >16:12:25,837 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,839 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:12:25,840 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:12:25,842 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:12:25,970 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:12:25,981 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >16:12:26,072 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >16:12:26,072 INFO blivet: error parsing blkid.tab: [Errno 2] AdresáŠnebo soubor neexistuje: '/mnt/sysimage/etc/blkid/blkid.tab' >16:12:26,072 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >16:12:26,072 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >16:12:26,073 DEBUG blivet: crypttab maps: [] >16:12:26,073 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >16:12:26,073 DEBUG blivet: resolved 'UUID=4835b976-c1a2-4c45-8794-b1e230ec9bb4' to 'localhost.localdomain:root' (mdarray) >16:12:26,074 DEBUG blivet: MDRaidArrayDevice.teardown: localhost.localdomain:root ; status: True ; controllable: True ; >16:12:26,202 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:12:26,261 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:26,263 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:26,264 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:26,264 INFO blivet: Using 2.0MB superBlockSize >16:12:26,264 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:26,265 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:26,266 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:26,269 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:12:26,272 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:12:26,277 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >16:12:26,277 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >16:12:26,287 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >16:12:26,290 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:12:26,299 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4388MB cdrom sr0 (5) with existing iso9660 filesystem >16:12:26,350 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >16:12:26,350 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >16:12:26,351 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >16:12:26,352 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:12:26,354 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4388MB cdrom sr0 (5) with existing iso9660 filesystem >16:12:37,868 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:12:37,869 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:12:37,869 DEBUG blivet: NFSv4.supported: supported: False ; >16:12:37,870 DEBUG blivet: NFSv4.supported: supported: False ; >16:12:37,871 DEBUG blivet: SELinuxFS.supported: supported: False ; >16:12:37,871 DEBUG blivet: SELinuxFS.supported: supported: False ; >16:12:37,872 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:37,873 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:38,317 DEBUG blivet: Ext3FS.supported: supported: True ; >16:12:38,319 DEBUG blivet: Ext3FS.supported: supported: True ; >16:12:38,401 DEBUG blivet: Ext2FS.supported: supported: True ; >16:12:38,402 DEBUG blivet: Ext2FS.supported: supported: True ; >16:12:38,522 DEBUG blivet: SysFS.supported: supported: False ; >16:12:38,522 DEBUG blivet: SysFS.supported: supported: False ; >16:12:38,523 DEBUG blivet: MultipathMember.__init__: >16:12:38,524 DEBUG blivet: MDRaidMember.__init__: >16:12:38,525 DEBUG blivet: ProcFS.supported: supported: False ; >16:12:38,526 DEBUG blivet: ProcFS.supported: supported: False ; >16:12:38,530 DEBUG blivet: SwapSpace.__init__: >16:12:38,721 DEBUG blivet: NoDevFS.supported: supported: False ; >16:12:38,724 DEBUG blivet: NoDevFS.supported: supported: False ; >16:12:38,725 DEBUG blivet: DevPtsFS.supported: supported: False ; >16:12:38,726 DEBUG blivet: DevPtsFS.supported: supported: False ; >16:12:38,727 DEBUG blivet: BTRFS.supported: supported: True ; >16:12:38,822 DEBUG blivet: USBFS.supported: supported: False ; >16:12:38,824 DEBUG blivet: USBFS.supported: supported: False ; >16:12:38,826 DEBUG blivet: DiskLabel.__init__: >16:12:38,826 INFO blivet: DiskLabel.partedDevice returning None >16:12:38,828 DEBUG blivet: HFSPlus.supported: supported: False ; >16:12:38,829 DEBUG blivet: HFSPlus.supported: supported: False ; >16:12:38,831 DEBUG blivet: XFS.supported: supported: True ; >16:12:38,892 DEBUG blivet: XFS.supported: supported: True ; >16:12:38,896 DEBUG blivet: TmpFS.supported: supported: True ; >16:12:38,909 DEBUG blivet: TmpFS.supported: supported: True ; >16:12:38,912 DEBUG blivet: LUKS.__init__: >16:12:38,914 DEBUG blivet: NTFS.supported: supported: False ; >16:12:38,918 DEBUG blivet: NTFS.supported: supported: False ; >16:12:38,920 DEBUG blivet: BindFS.supported: supported: False ; >16:12:38,922 DEBUG blivet: BindFS.supported: supported: False ; >16:12:38,924 DEBUG blivet: HFS.supported: supported: False ; >16:12:38,926 DEBUG blivet: HFS.supported: supported: False ; >16:12:38,929 DEBUG blivet: LVMPhysicalVolume.__init__: >16:12:38,930 DEBUG blivet: NFS.supported: supported: False ; >16:12:38,932 DEBUG blivet: NFS.supported: supported: False ; >16:12:38,935 DEBUG blivet: FATFS.supported: supported: True ; >16:12:38,958 DEBUG blivet: FATFS.supported: supported: True ; >16:12:38,959 DEBUG blivet: DMRaidMember.__init__: >16:12:47,044 INFO blivet: Detected 2064M of memory >16:12:47,045 INFO blivet: Swap attempt of 2064M >16:12:47,049 DEBUG blivet: clearpart: looking at sda1 >16:12:47,050 DEBUG blivet: clearpart: looking at sdb1 >16:12:47,051 DEBUG blivet: clearpart: looking at sdc1 >16:12:47,052 DEBUG blivet: clearpart: looking at vda1 >16:12:47,053 DEBUG blivet: checking whether disk sda has an empty extended >16:12:47,055 DEBUG blivet: extended is None ; logicals is [] >16:12:47,056 DEBUG blivet: checking whether disk sdb has an empty extended >16:12:47,057 DEBUG blivet: extended is None ; logicals is [] >16:12:47,058 DEBUG blivet: checking whether disk sdc has an empty extended >16:12:47,060 DEBUG blivet: extended is None ; logicals is [] >16:12:47,061 DEBUG blivet: checking whether disk vda has an empty extended >16:12:47,062 DEBUG blivet: extended is None ; logicals is [] >16:12:47,108 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:12:47,110 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with existing msdos disklabel >16:12:47,158 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:12:47,161 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with existing msdos disklabel >16:12:47,165 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:12:47,168 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with existing msdos disklabel >16:12:47,169 DEBUG blivet: resolved 'sda' to 'sda' (disk) >16:12:47,201 DEBUG blivet: starting Blivet copy >16:12:47,225 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >16:12:47,227 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77f150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760250> PedPartition: <_ped.Partition object at 0x7f8c4f77de90> >16:12:47,228 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >16:12:47,229 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77fa50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7602d0> PedPartition: <_ped.Partition object at 0x7f8c4f77ddd0> >16:12:47,230 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >16:12:47,230 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77e4d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760410> PedPartition: <_ped.Partition object at 0x7f8c4f77dfb0> >16:12:47,231 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >16:12:47,231 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77ef90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760550> PedPartition: <_ped.Partition object at 0x7f8c4f77df50> >16:12:47,232 DEBUG blivet: finished Blivet copy >16:12:47,238 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:47,238 INFO blivet: Using 2.0MB superBlockSize >16:12:47,238 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:48,963 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:48,963 INFO blivet: Using 2.0MB superBlockSize >16:12:48,963 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:48,965 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:48,965 INFO blivet: Using 2.0MB superBlockSize >16:12:48,965 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:48,966 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:48,966 INFO blivet: Using 2.0MB superBlockSize >16:12:48,967 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:48,970 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:48,970 INFO blivet: Using 2.0MB superBlockSize >16:12:48,971 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:48,976 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:48,976 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:50,306 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:50,306 INFO blivet: Using 2.0MB superBlockSize >16:12:50,307 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:50,308 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:50,308 INFO blivet: Using 2.0MB superBlockSize >16:12:50,309 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:50,310 DEBUG blivet: raw RAID 10 size == 10016.0 >16:12:50,311 INFO blivet: Using 2.0MB superBlockSize >16:12:50,311 DEBUG blivet: existing RAID 10 size == 10015.0 >16:12:51,981 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:51,984 DEBUG storage.ui: MDRaidArrayDevice._setFormat: localhost.localdomain:root ; current: ext4 ; type: None ; >16:12:51,985 INFO storage.ui: registered action: [0] Destroy Format ext4 filesystem on mdarray localhost.localdomain:root (id 2) >16:12:51,987 DEBUG storage.ui: MDRaidArrayDevice.teardown: localhost.localdomain:root ; status: False ; controllable: True ; >16:12:51,990 DEBUG storage.ui: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:12:51,990 INFO storage.ui: removed mdarray localhost.localdomain:root (id 2) from device tree >16:12:51,992 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda1 ; >16:12:51,995 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >16:12:51,997 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdc1 ; >16:12:51,998 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda1 ; >16:12:51,999 INFO storage.ui: registered action: [1] Destroy Device mdarray localhost.localdomain:root (id 2) >16:12:52,001 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:12:52,003 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >16:12:52,004 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,006 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: mdmember ; type: None ; >16:12:52,006 INFO storage.ui: registered action: [2] Destroy Format mdmember on partition sda1 (id 1) >16:12:52,008 DEBUG storage.ui: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >16:12:52,010 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:12:52,013 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >16:12:52,041 INFO storage.ui: removed partition sda1 (id 1) from device tree >16:12:52,043 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:52,043 INFO storage.ui: registered action: [3] Destroy Device partition sda1 (id 1) >16:12:52,045 DEBUG storage.ui: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:12:52,046 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,047 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >16:12:52,047 INFO storage.ui: registered action: [4] Destroy Format msdos disklabel on disk sda (id 0) >16:12:52,048 DEBUG storage.ui: required disklabel type for sda (1) is None >16:12:52,048 DEBUG storage.ui: default disklabel type for sda is msdos >16:12:52,049 DEBUG storage.ui: selecting msdos disklabel for sda based on size >16:12:52,050 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >16:12:52,052 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >16:12:52,053 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f8c4f7546d0> > PedDisk: <_ped.Disk object at 0x7f8c4f73bc68> >16:12:52,053 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance >16:12:52,055 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >16:12:52,056 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >16:12:52,057 INFO storage.ui: registered action: [5] Create Format msdos disklabel on disk sda (id 0) >16:12:52,058 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:12:52,059 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; >16:12:52,060 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,061 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; current: mdmember ; type: None ; >16:12:52,062 INFO storage.ui: registered action: [6] Destroy Format mdmember on partition sdb1 (id 4) >16:12:52,063 DEBUG storage.ui: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >16:12:52,065 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:12:52,067 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >16:12:52,085 INFO storage.ui: removed partition sdb1 (id 4) from device tree >16:12:52,086 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:52,087 INFO storage.ui: registered action: [7] Destroy Device partition sdb1 (id 4) >16:12:52,089 DEBUG storage.ui: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >16:12:52,089 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,090 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: disklabel ; type: None ; >16:12:52,091 INFO storage.ui: registered action: [8] Destroy Format msdos disklabel on disk sdb (id 3) >16:12:52,091 DEBUG storage.ui: required disklabel type for sdb (1) is None >16:12:52,091 DEBUG storage.ui: default disklabel type for sdb is msdos >16:12:52,092 DEBUG storage.ui: selecting msdos disklabel for sdb based on size >16:12:52,093 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >16:12:52,094 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >16:12:52,095 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f8c4f754e90> > PedDisk: <_ped.Disk object at 0x7f8c4f7487a0> >16:12:52,096 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance >16:12:52,097 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sdb ; status: False ; type: None ; >16:12:52,098 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >16:12:52,099 INFO storage.ui: registered action: [9] Create Format msdos disklabel on disk sdb (id 3) >16:12:52,100 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:12:52,101 DEBUG storage.ui: PartitionDevice._setFormat: sdc1 ; >16:12:52,101 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,103 DEBUG storage.ui: PartitionDevice._setFormat: sdc1 ; current: mdmember ; type: None ; >16:12:52,103 INFO storage.ui: registered action: [10] Destroy Format mdmember on partition sdc1 (id 7) >16:12:52,104 DEBUG storage.ui: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >16:12:52,105 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:12:52,107 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sdc1 ; status: False ; type: None ; >16:12:52,123 INFO storage.ui: removed partition sdc1 (id 7) from device tree >16:12:52,124 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:52,124 INFO storage.ui: registered action: [11] Destroy Device partition sdc1 (id 7) >16:12:52,127 DEBUG storage.ui: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >16:12:52,127 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,128 DEBUG storage.ui: DiskDevice._setFormat: sdc ; current: disklabel ; type: None ; >16:12:52,128 INFO storage.ui: registered action: [12] Destroy Format msdos disklabel on disk sdc (id 6) >16:12:52,129 DEBUG storage.ui: required disklabel type for sdc (1) is None >16:12:52,129 DEBUG storage.ui: default disklabel type for sdc is msdos >16:12:52,129 DEBUG storage.ui: selecting msdos disklabel for sdc based on size >16:12:52,131 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; >16:12:52,132 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sdc ; labelType: msdos ; >16:12:52,133 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f8c4f760e50> > PedDisk: <_ped.Disk object at 0x7f8c4f73fcb0> >16:12:52,133 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance >16:12:52,134 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/sdc ; status: False ; type: None ; >16:12:52,136 DEBUG storage.ui: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >16:12:52,136 INFO storage.ui: registered action: [13] Create Format msdos disklabel on disk sdc (id 6) >16:12:52,137 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:12:52,138 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; >16:12:52,138 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,139 DEBUG storage.ui: PartitionDevice._setFormat: vda1 ; current: mdmember ; type: None ; >16:12:52,140 INFO storage.ui: registered action: [14] Destroy Format mdmember on partition vda1 (id 9) >16:12:52,141 DEBUG storage.ui: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:12:52,142 DEBUG storage.ui: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:12:52,143 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >16:12:52,157 INFO storage.ui: removed partition vda1 (id 9) from device tree >16:12:52,159 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:52,159 INFO storage.ui: registered action: [15] Destroy Device partition vda1 (id 9) >16:12:52,160 DEBUG storage.ui: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:12:52,161 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:52,162 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >16:12:52,162 INFO storage.ui: registered action: [16] Destroy Format msdos disklabel on disk vda (id 8) >16:12:52,162 DEBUG storage.ui: required disklabel type for vda (15) is None >16:12:52,162 DEBUG storage.ui: default disklabel type for vda is msdos >16:12:52,163 DEBUG storage.ui: selecting msdos disklabel for vda based on size >16:12:52,163 DEBUG storage.ui: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >16:12:52,165 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >16:12:52,165 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f8c4f744990> > PedDisk: <_ped.Disk object at 0x7f8c4f749248> >16:12:52,165 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance >16:12:52,166 DEBUG storage.ui: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >16:12:52,167 DEBUG storage.ui: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >16:12:52,168 INFO storage.ui: registered action: [17] Create Format msdos disklabel on disk vda (id 8) >16:12:53,273 DEBUG storage.ui: doAutoPart: True >16:12:53,274 DEBUG storage.ui: encryptedAutoPart: False >16:12:53,274 DEBUG storage.ui: autoPartType: 2 >16:12:53,274 DEBUG storage.ui: clearPartType: 2 >16:12:53,274 DEBUG storage.ui: clearPartDisks: ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,275 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f8c4f771fd0) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f8c4f760050) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f8c4f760090) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f8c4f7600d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f8c4f760110) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 2064 maxSize = None grow = False > >16:12:53,275 DEBUG storage.ui: storage.disks: ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,276 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,276 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sdc', 'sr0', 'vda'] >16:12:53,279 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,281 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,281 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,281 DEBUG storage.ui: boot disk: sda >16:12:53,285 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >16:12:53,285 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:12:53,287 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:53,289 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >16:12:53,291 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >16:12:53,292 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:53,293 INFO storage.ui: added partition req0 (id 18) to device tree >16:12:53,293 INFO storage.ui: registered action: [18] Create Device partition req0 (id 18) >16:12:53,293 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,294 INFO storage.ui: registered action: [19] Create Format lvmpv on partition req0 (id 18) >16:12:53,295 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >16:12:53,296 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:12:53,297 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:53,299 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >16:12:53,301 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >16:12:53,302 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:53,302 INFO storage.ui: added partition req1 (id 19) to device tree >16:12:53,303 INFO storage.ui: registered action: [20] Create Device partition req1 (id 19) >16:12:53,303 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,303 INFO storage.ui: registered action: [21] Create Format lvmpv on partition req1 (id 19) >16:12:53,305 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >16:12:53,306 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:12:53,307 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:53,309 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >16:12:53,310 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: lvmpv ; >16:12:53,312 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:53,312 INFO storage.ui: added partition req2 (id 20) to device tree >16:12:53,312 INFO storage.ui: registered action: [22] Create Device partition req2 (id 20) >16:12:53,313 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,313 INFO storage.ui: registered action: [23] Create Format lvmpv on partition req2 (id 20) >16:12:53,314 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >16:12:53,314 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:12:53,316 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:53,317 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >16:12:53,319 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: lvmpv ; >16:12:53,320 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:53,321 INFO storage.ui: added partition req3 (id 21) to device tree >16:12:53,321 INFO storage.ui: registered action: [24] Create Device partition req3 (id 21) >16:12:53,321 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,321 INFO storage.ui: registered action: [25] Create Format lvmpv on partition req3 (id 21) >16:12:53,325 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 0 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>] >16:12:53,326 DEBUG storage.ui: devs: [PartitionDevice instance (0x7f8c4f727ad0) -- > name = req0 status = False kids = 0 id = 18 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f8c431b7ed0) -- > name = req1 status = False kids = 0 id = 19 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f8c4f744890) -- > name = req2 status = False kids = 0 id = 20 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f8c4f7447d0) -- > name = req3 status = False kids = 0 id = 21 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req3 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >16:12:53,330 DEBUG storage.ui: Ext4FS.supported: supported: True ; >16:12:53,331 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >16:12:53,332 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:53,333 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:53,335 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:53,336 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:53,337 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >16:12:53,339 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: ext4 ; >16:12:53,340 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:53,341 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:53,342 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:53,343 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:53,344 INFO storage.ui: added partition req4 (id 22) to device tree >16:12:53,344 INFO storage.ui: registered action: [26] Create Device partition req4 (id 22) >16:12:53,344 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,345 INFO storage.ui: registered action: [27] Create Format ext4 filesystem mounted at /boot on partition req4 (id 22) >16:12:53,345 INFO storage.ui: skipping unneeded stage1 biosboot request >16:12:53,345 DEBUG storage.ui: PartSpec instance (0x7f8c4f7600d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >16:12:53,345 DEBUG storage.ui: existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,347 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:12:53,348 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:12:53,349 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:12:53,350 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:12:53,351 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)', 'req4(id 22)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,352 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc', 'vda'] ; partitions=['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)', 'req4(id 22)'] >16:12:53,352 DEBUG storage.ui: removing all non-preexisting partitions ['req4(id 22)', 'req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:12:53,353 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,355 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,355 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,356 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,357 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,357 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,359 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,360 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,360 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,361 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,362 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,363 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,364 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,365 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,365 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,366 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,368 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,368 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,369 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,370 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,370 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,371 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,373 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,373 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,373 DEBUG storage.ui: allocating partition: req4 ; id: 22 ; disks: ['sda', 'sdb', 'sdc', 'vda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >16:12:53,373 DEBUG storage.ui: checking freespace on sda >16:12:53,373 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False start=None >16:12:53,374 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:53,374 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:53,374 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:12:53,375 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:53,375 DEBUG storage.ui: new free allows for 0 sectors of growth >16:12:53,375 DEBUG storage.ui: found free space for bootable request >16:12:53,375 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,376 DEBUG storage.ui: created partition sda1 of 500MB and added it to /dev/sda >16:12:53,377 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >16:12:53,378 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715910> PedPartition: <_ped.Partition object at 0x7f8c4f720590> >16:12:53,379 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:12:53,380 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:53,381 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:53,382 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f754bd0> PedPartition: <_ped.Partition object at 0x7f8c4f720650> >16:12:53,383 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,384 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,384 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,385 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,386 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,386 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,387 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >16:12:53,387 DEBUG storage.ui: checking freespace on sda >16:12:53,387 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=False best=None grow=True start=None >16:12:53,388 DEBUG storage.ui: checking 63-2047 (0 MB) >16:12:53,388 DEBUG storage.ui: current free range is 63-2047 (0MB) >16:12:53,388 DEBUG storage.ui: checking 1026048-16777215 (7691 MB) >16:12:53,388 DEBUG storage.ui: current free range is 1026048-16777215 (7691MB) >16:12:53,388 DEBUG storage.ui: evaluating growth potential for new layout >16:12:53,389 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:53,389 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:53,389 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:53,389 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:53,389 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,390 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >16:12:53,390 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:53,390 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,390 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:12:53,390 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:53,392 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:53,392 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715ad0> PedPartition: <_ped.Partition object at 0x7f8c4f7206b0> >16:12:53,393 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >16:12:53,394 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >16:12:53,394 DEBUG storage.ui: adding request 22 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,395 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,395 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,395 DEBUG storage.ui: req: PartitionRequest instance -- >id = 22 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >16:12:53,396 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,396 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >16:12:53,396 DEBUG storage.ui: adding 14729153 (7191MB) to 18 (sda2) >16:12:53,396 DEBUG storage.ui: new grow amount for request 18 (sda2) is 14729153 units, or 7191MB >16:12:53,396 DEBUG storage.ui: request 22 (sda1) growth: 0 (0MB) size: 500MB >16:12:53,397 DEBUG storage.ui: request 18 (sda2) growth: 14729153 (7191MB) size: 7691MB >16:12:53,397 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >16:12:53,398 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:53,398 DEBUG storage.ui: device sda2 new partedPartition None >16:12:53,399 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:12:53,400 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >16:12:53,400 DEBUG storage.ui: total growth: 14729153 sectors >16:12:53,401 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:12:53,401 DEBUG storage.ui: new free: 1026048-16777215 / 7691MB >16:12:53,401 DEBUG storage.ui: new free allows for 14729153 sectors of growth >16:12:53,402 DEBUG storage.ui: created partition sda2 of 500MB and added it to /dev/sda >16:12:53,404 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:53,404 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715cd0> PedPartition: <_ped.Partition object at 0x7f8c4f7205f0> >16:12:53,405 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >16:12:53,406 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >16:12:53,408 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:53,409 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715d50> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:53,411 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,413 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,413 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,415 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,417 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,417 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,417 DEBUG storage.ui: allocating partition: req1 ; id: 19 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >16:12:53,418 DEBUG storage.ui: checking freespace on sdb >16:12:53,418 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=False best=None grow=True start=None >16:12:53,419 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:53,419 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:53,420 DEBUG storage.ui: evaluating growth potential for new layout >16:12:53,420 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:53,420 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:53,420 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:53,421 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:53,421 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,423 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:53,425 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713310> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:12:53,426 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:53,427 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:53,428 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:53,428 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,428 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,428 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,428 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (sdb1) >16:12:53,429 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 15753153 units, or 7691MB >16:12:53,429 DEBUG storage.ui: request 19 (sdb1) growth: 15753153 (7691MB) size: 8191MB >16:12:53,429 DEBUG storage.ui: disk /dev/sdb growth: 15753153 (7691MB) >16:12:53,429 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:53,429 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,429 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:12:53,430 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:53,430 DEBUG storage.ui: adding request 22 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,430 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,430 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,430 DEBUG storage.ui: req: PartitionRequest instance -- >id = 22 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >16:12:53,430 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,431 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >16:12:53,431 DEBUG storage.ui: adding 14729153 (7191MB) to 18 (sda2) >16:12:53,431 DEBUG storage.ui: new grow amount for request 18 (sda2) is 14729153 units, or 7191MB >16:12:53,431 DEBUG storage.ui: request 22 (sda1) growth: 0 (0MB) size: 500MB >16:12:53,431 DEBUG storage.ui: request 18 (sda2) growth: 14729153 (7191MB) size: 7691MB >16:12:53,432 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >16:12:53,432 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:53,433 DEBUG storage.ui: device sdb1 new partedPartition None >16:12:53,434 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:12:53,438 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:53,439 DEBUG storage.ui: total growth: 30482306 sectors >16:12:53,439 DEBUG storage.ui: updating use_disk to sdb, type: 0 >16:12:53,439 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:53,440 DEBUG storage.ui: new free allows for 30482306 sectors of growth >16:12:53,440 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,441 DEBUG storage.ui: created partition sdb1 of 500MB and added it to /dev/sdb >16:12:53,443 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:53,443 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715ad0> PedPartition: <_ped.Partition object at 0x7f8c4f7206b0> >16:12:53,445 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:53,447 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:53,449 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:53,450 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f727990> PedPartition: <_ped.Partition object at 0x7f8c4f7205f0> >16:12:53,451 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,452 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,452 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,453 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,454 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,454 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,454 DEBUG storage.ui: allocating partition: req2 ; id: 20 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >16:12:53,454 DEBUG storage.ui: checking freespace on sdc >16:12:53,455 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=500MB boot=False best=None grow=True start=None >16:12:53,455 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:53,455 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:53,455 DEBUG storage.ui: evaluating growth potential for new layout >16:12:53,456 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:53,456 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:53,456 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:53,456 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:53,456 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:53,456 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,457 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,457 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,457 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (sdb1) >16:12:53,457 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 15753153 units, or 7691MB >16:12:53,457 DEBUG storage.ui: request 19 (sdb1) growth: 15753153 (7691MB) size: 8191MB >16:12:53,457 DEBUG storage.ui: disk /dev/sdb growth: 15753153 (7691MB) >16:12:53,458 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:53,458 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,459 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:53,460 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713110> PedPartition: <_ped.Partition object at 0x7f8c4f7207d0> >16:12:53,461 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:53,462 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:53,462 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:53,463 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,463 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,463 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,463 DEBUG storage.ui: adding 15753153 (7691MB) to 20 (sdc1) >16:12:53,463 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 15753153 units, or 7691MB >16:12:53,464 DEBUG storage.ui: request 20 (sdc1) growth: 15753153 (7691MB) size: 8191MB >16:12:53,464 DEBUG storage.ui: disk /dev/sdc growth: 15753153 (7691MB) >16:12:53,464 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:53,464 DEBUG storage.ui: adding request 22 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,465 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,465 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,465 DEBUG storage.ui: req: PartitionRequest instance -- >id = 22 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >16:12:53,465 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,465 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >16:12:53,466 DEBUG storage.ui: adding 14729153 (7191MB) to 18 (sda2) >16:12:53,466 DEBUG storage.ui: new grow amount for request 18 (sda2) is 14729153 units, or 7191MB >16:12:53,466 DEBUG storage.ui: request 22 (sda1) growth: 0 (0MB) size: 500MB >16:12:53,466 DEBUG storage.ui: request 18 (sda2) growth: 14729153 (7191MB) size: 7691MB >16:12:53,467 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >16:12:53,468 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:53,468 DEBUG storage.ui: device sdc1 new partedPartition None >16:12:53,469 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:12:53,470 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:53,470 DEBUG storage.ui: total growth: 46235459 sectors >16:12:53,470 DEBUG storage.ui: updating use_disk to sdc, type: 0 >16:12:53,470 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:53,471 DEBUG storage.ui: new free allows for 46235459 sectors of growth >16:12:53,471 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,471 DEBUG storage.ui: created partition sdc1 of 500MB and added it to /dev/sdc >16:12:53,472 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:53,473 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713290> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:12:53,474 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:53,475 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:53,476 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:53,476 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7130d0> PedPartition: <_ped.Partition object at 0x7f8c4f7208f0> >16:12:53,477 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,478 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,478 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,479 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,480 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,480 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,481 DEBUG storage.ui: allocating partition: req3 ; id: 21 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >16:12:53,481 DEBUG storage.ui: checking freespace on vda >16:12:53,481 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=500MB boot=False best=None grow=True start=None >16:12:53,482 DEBUG storage.ui: checking 63-20971519 (10239 MB) >16:12:53,482 DEBUG storage.ui: current free range is 63-20971519 (10239MB) >16:12:53,482 DEBUG storage.ui: evaluating growth potential for new layout >16:12:53,482 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:53,483 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,484 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:53,484 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713850> PedPartition: <_ped.Partition object at 0x7f8c4f720590> >16:12:53,485 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:53,486 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:53,487 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:12:53,487 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:53,487 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,487 DEBUG storage.ui: 1 requests and 19947457 (9739MB) left in chunk >16:12:53,487 DEBUG storage.ui: adding 19947457 (9739MB) to 21 (vda1) >16:12:53,488 DEBUG storage.ui: new grow amount for request 21 (vda1) is 19947457 units, or 9739MB >16:12:53,488 DEBUG storage.ui: request 21 (vda1) growth: 19947457 (9739MB) size: 10239MB >16:12:53,488 DEBUG storage.ui: disk /dev/vda growth: 19947457 (9739MB) >16:12:53,488 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:53,488 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:53,489 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,489 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,489 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,489 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (sdb1) >16:12:53,489 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 15753153 units, or 7691MB >16:12:53,490 DEBUG storage.ui: request 19 (sdb1) growth: 15753153 (7691MB) size: 8191MB >16:12:53,490 DEBUG storage.ui: disk /dev/sdb growth: 15753153 (7691MB) >16:12:53,490 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:53,490 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:53,490 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,491 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,491 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,491 DEBUG storage.ui: adding 15753153 (7691MB) to 20 (sdc1) >16:12:53,491 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 15753153 units, or 7691MB >16:12:53,491 DEBUG storage.ui: request 20 (sdc1) growth: 15753153 (7691MB) size: 8191MB >16:12:53,492 DEBUG storage.ui: disk /dev/sdc growth: 15753153 (7691MB) >16:12:53,492 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:53,492 DEBUG storage.ui: adding request 22 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,492 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,492 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,493 DEBUG storage.ui: req: PartitionRequest instance -- >id = 22 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >16:12:53,493 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,493 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >16:12:53,493 DEBUG storage.ui: adding 14729153 (7191MB) to 18 (sda2) >16:12:53,493 DEBUG storage.ui: new grow amount for request 18 (sda2) is 14729153 units, or 7191MB >16:12:53,494 DEBUG storage.ui: request 22 (sda1) growth: 0 (0MB) size: 500MB >16:12:53,494 DEBUG storage.ui: request 18 (sda2) growth: 14729153 (7191MB) size: 7691MB >16:12:53,494 DEBUG storage.ui: disk /dev/sda growth: 14729153 (7191MB) >16:12:53,495 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:53,495 DEBUG storage.ui: device vda1 new partedPartition None >16:12:53,496 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:12:53,497 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:53,497 DEBUG storage.ui: total growth: 66182916 sectors >16:12:53,497 DEBUG storage.ui: updating use_disk to vda, type: 0 >16:12:53,497 DEBUG storage.ui: new free: 63-20971519 / 10239MB >16:12:53,497 DEBUG storage.ui: new free allows for 66182916 sectors of growth >16:12:53,498 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:53,498 DEBUG storage.ui: created partition vda1 of 500MB and added it to /dev/vda >16:12:53,499 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:53,499 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7139d0> PedPartition: <_ped.Partition object at 0x7f8c4f720890> >16:12:53,500 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:53,501 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:53,502 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:53,503 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713690> PedPartition: <_ped.Partition object at 0x7f8c4f7209b0> >16:12:53,503 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc', 'vda'], partitions=['sda2(id 18)', 'sdb1(id 19)', 'sdc1(id 20)', 'vda1(id 21)', 'sda1(id 22)'] >16:12:53,503 DEBUG storage.ui: growable partitions are ['sda2', 'sdb1', 'sdc1', 'vda1'] >16:12:53,503 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,504 DEBUG storage.ui: adding request 22 to chunk 16777153 (63-16777215) on /dev/sda >16:12:53,504 DEBUG storage.ui: disk sda has 1 chunks >16:12:53,504 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:53,504 DEBUG storage.ui: disk sdb has 1 chunks >16:12:53,505 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:53,505 DEBUG storage.ui: disk sdc has 1 chunks >16:12:53,505 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:12:53,505 DEBUG storage.ui: disk vda has 1 chunks >16:12:53,505 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,505 DEBUG storage.ui: req: PartitionRequest instance -- >id = 22 name = sda1 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >16:12:53,506 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,506 DEBUG storage.ui: 1 requests and 14729153 (7191MB) left in chunk >16:12:53,506 DEBUG storage.ui: adding 14729153 (7191MB) to 18 (sda2) >16:12:53,506 DEBUG storage.ui: new grow amount for request 18 (sda2) is 14729153 units, or 7191MB >16:12:53,506 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,506 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,506 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,507 DEBUG storage.ui: adding 15753153 (7691MB) to 19 (sdb1) >16:12:53,507 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 15753153 units, or 7691MB >16:12:53,507 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:53,507 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,507 DEBUG storage.ui: 1 requests and 15753153 (7691MB) left in chunk >16:12:53,507 DEBUG storage.ui: adding 15753153 (7691MB) to 20 (sdc1) >16:12:53,507 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 15753153 units, or 7691MB >16:12:53,508 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:53,508 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >16:12:53,508 DEBUG storage.ui: 1 requests and 19947457 (9739MB) left in chunk >16:12:53,508 DEBUG storage.ui: adding 19947457 (9739MB) to 21 (vda1) >16:12:53,508 DEBUG storage.ui: new grow amount for request 21 (vda1) is 19947457 units, or 9739MB >16:12:53,508 DEBUG storage.ui: growing partitions on sda >16:12:53,509 DEBUG storage.ui: partition sda1 (22): 0 >16:12:53,509 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f713c50> >16:12:53,509 DEBUG storage.ui: partition sda2 (18): 0 >16:12:53,509 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f713dd0> >16:12:53,509 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 22)', 'sda2(id 18)'] from disk(s) ['sda'] >16:12:53,510 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:53,510 DEBUG storage.ui: device sda1 new partedPartition None >16:12:53,511 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >16:12:53,512 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >16:12:53,513 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:53,513 DEBUG storage.ui: device sda2 new partedPartition None >16:12:53,514 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:12:53,515 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:53,515 DEBUG storage.ui: back from removeNewPartitions >16:12:53,515 DEBUG storage.ui: extended: None >16:12:53,516 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 2048 end: 1026047 length: 1024000 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f713c50> >16:12:53,517 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >16:12:53,517 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715290> PedPartition: <_ped.Partition object at 0x7f8c4f720950> >16:12:53,518 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:12:53,519 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:53,520 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:53,520 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f754bd0> PedPartition: <_ped.Partition object at 0x7f8c4f7207d0> >16:12:53,520 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1026048 end: 16777215 length: 15751168 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f713dd0> >16:12:53,521 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:53,522 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715f10> PedPartition: <_ped.Partition object at 0x7f8c4f720a10> >16:12:53,522 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >16:12:53,523 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >16:12:53,524 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:53,525 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713c50> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:53,525 DEBUG storage.ui: growing partitions on sdb >16:12:53,525 DEBUG storage.ui: partition sdb1 (19): 0 >16:12:53,525 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f715050> >16:12:53,525 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 19)'] from disk(s) ['sdb'] >16:12:53,526 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:53,527 DEBUG storage.ui: device sdb1 new partedPartition None >16:12:53,527 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:12:53,528 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:53,528 DEBUG storage.ui: back from removeNewPartitions >16:12:53,529 DEBUG storage.ui: extended: None >16:12:53,529 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f715050> >16:12:53,530 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:53,530 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f727d10> PedPartition: <_ped.Partition object at 0x7f8c4f7206b0> >16:12:53,531 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:53,532 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:53,533 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:53,533 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715c90> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:12:53,533 DEBUG storage.ui: growing partitions on sdc >16:12:53,534 DEBUG storage.ui: partition sdc1 (20): 0 >16:12:53,534 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f715a10> >16:12:53,534 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 20)'] from disk(s) ['sdc'] >16:12:53,535 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:53,535 DEBUG storage.ui: device sdc1 new partedPartition None >16:12:53,536 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:12:53,537 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:53,537 DEBUG storage.ui: back from removeNewPartitions >16:12:53,537 DEBUG storage.ui: extended: None >16:12:53,537 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f715a10> >16:12:53,538 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:53,539 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713dd0> PedPartition: <_ped.Partition object at 0x7f8c4f7205f0> >16:12:53,540 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:53,540 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:53,541 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:53,542 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713290> PedPartition: <_ped.Partition object at 0x7f8c4f720650> >16:12:53,542 DEBUG storage.ui: growing partitions on vda >16:12:53,542 DEBUG storage.ui: partition vda1 (21): 0 >16:12:53,542 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 20971519 length: 20969472 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7130d0> >16:12:53,543 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 21)'] from disk(s) ['vda'] >16:12:53,544 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:53,544 DEBUG storage.ui: device vda1 new partedPartition None >16:12:53,544 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:12:53,545 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:53,546 DEBUG storage.ui: back from removeNewPartitions >16:12:53,546 DEBUG storage.ui: extended: None >16:12:53,546 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 20971519 length: 20969472 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7130d0> >16:12:53,547 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:53,547 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f727ed0> PedPartition: <_ped.Partition object at 0x7f8c4f7208f0> >16:12:53,548 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:53,549 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:53,550 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:53,550 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e2050> PedPartition: <_ped.Partition object at 0x7f8c4f720a70> >16:12:53,551 DEBUG storage.ui: fixing size of non-existent 500MB partition sda1 (22) with non-existent ext4 filesystem mounted at /boot at 500.00 >16:12:53,551 DEBUG storage.ui: fixing size of non-existent 7691MB partition sda2 (18) with non-existent lvmpv at 7691.00 >16:12:53,551 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdb1 (19) with non-existent lvmpv at 8191.00 >16:12:53,552 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdc1 (20) with non-existent lvmpv at 8191.00 >16:12:53,552 DEBUG storage.ui: fixing size of non-existent 10239MB partition vda1 (21) with non-existent lvmpv at 10239.00 >16:12:53,554 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >16:12:53,555 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >16:12:53,555 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >16:12:53,556 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda1 ; >16:12:53,557 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,557 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >16:12:53,558 INFO storage.ui: added lvmvg fedora (id 23) to device tree >16:12:53,558 INFO storage.ui: registered action: [28] Create Device lvmvg fedora (id 23) >16:12:53,559 DEBUG storage.ui: Ext4FS.supported: supported: True ; >16:12:53,559 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >16:12:53,560 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >16:12:53,561 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >16:12:53,562 DEBUG storage.ui: fedora size is 34300MB >16:12:53,562 DEBUG storage.ui: vg fedora has 34300MB free >16:12:53,562 DEBUG storage.ui: Adding fedora-root/1024MB to fedora >16:12:53,562 INFO storage.ui: added lvmlv fedora-root (id 24) to device tree >16:12:53,563 INFO storage.ui: registered action: [29] Create Device lvmlv fedora-root (id 24) >16:12:53,563 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,563 INFO storage.ui: registered action: [30] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 24) >16:12:53,564 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >16:12:53,564 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >16:12:53,565 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >16:12:53,566 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >16:12:53,566 DEBUG storage.ui: fedora size is 34300MB >16:12:53,567 DEBUG storage.ui: vg fedora has 33276MB free >16:12:53,567 DEBUG storage.ui: Adding fedora-swap/2064MB to fedora >16:12:53,567 INFO storage.ui: added lvmlv fedora-swap (id 25) to device tree >16:12:53,567 INFO storage.ui: registered action: [31] Create Device lvmlv fedora-swap (id 25) >16:12:53,567 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:12:53,568 INFO storage.ui: registered action: [32] Create Format swap on lvmlv fedora-swap (id 25) >16:12:53,568 DEBUG storage.ui: fedora size is 34300MB >16:12:53,568 DEBUG storage.ui: vg fedora has 31212MB free >16:12:53,569 DEBUG storage.ui: vg fedora: 31212MB free ; lvs: ['root', 'swap'] >16:12:53,569 DEBUG storage.ui: adding request 24 to chunk 8575 on /dev/mapper/fedora >16:12:53,569 DEBUG storage.ui: adding request 25 to chunk 8575 on /dev/mapper/fedora >16:12:53,569 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 8575 size = 34300 >remaining = 1 pool = 7803 >16:12:53,569 DEBUG storage.ui: req: LVRequest instance -- >id = 25 name = fedora-swap growable = False >base = 516 growth = 0 max_grow = 0 >done = True >16:12:53,569 DEBUG storage.ui: req: LVRequest instance -- >id = 24 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >16:12:53,570 DEBUG storage.ui: 1 requests and 7803 (31212MB) left in chunk >16:12:53,570 DEBUG storage.ui: adding 7803 (31212MB) to 24 (fedora-root) >16:12:53,570 DEBUG storage.ui: new grow amount for request 24 (fedora-root) is 7803 units, or 31212MB >16:12:53,570 DEBUG storage.ui: trying to set lv fedora-root size to 32236MB >16:12:53,570 DEBUG storage.ui: fedora size is 34300MB >16:12:53,571 DEBUG storage.ui: vg fedora has 31212MB free >16:12:53,588 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,589 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,590 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:53,591 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:53,591 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:53,621 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:53,621 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:55,170 INFO storage.ui: removed partition sda1 (id 22) from device tree >16:12:55,173 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >16:12:55,173 INFO storage.ui: registered action: [33] Destroy Device partition sda1 (id 22) >16:12:55,232 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:12:55,246 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:12:56,234 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:56,234 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:56,238 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 32236, ['sda', 'sdb', 'sdc', 'vda'], {'encrypted': False, 'raid_level': None} >16:12:56,239 DEBUG blivet: fedora size is 34300MB >16:12:56,240 DEBUG blivet: vg fedora has 0MB free >16:12:56,251 DEBUG blivet: SwapSpace.__init__: >16:12:56,251 DEBUG blivet: getFormat('swap') returning SwapSpace instance >16:12:56,258 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:12:56,930 INFO storage.ui: removed lvmlv fedora-swap (id 25) from device tree >16:12:56,932 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >16:12:56,933 INFO storage.ui: registered action: [34] Destroy Device lvmlv fedora-swap (id 25) >16:12:56,933 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, ['sda', 'sdb', 'sdc', 'vda'], {'container_raid_level': None, 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora'} >16:12:56,936 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >16:12:56,936 DEBUG storage.ui: starting Blivet copy >16:12:56,990 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:56,990 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f802e90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e66d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe290> >16:12:56,992 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:56,993 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f67d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6790> PedPartition: <_ped.Partition object at 0x7f8c4f7fe2f0> >16:12:56,995 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:56,996 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f9210> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e68d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe350> >16:12:56,998 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:56,998 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f9b90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6a10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe3b0> >16:12:56,999 DEBUG storage.ui: finished Blivet copy >16:12:57,000 DEBUG storage.ui: fedora size is 34300MB >16:12:57,001 DEBUG storage.ui: vg fedora has 2064MB free >16:12:57,001 DEBUG storage.ui: size bumped to 32248 to include new device space >16:12:57,001 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >16:12:57,005 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 32248.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:12:57,005 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >16:12:57,007 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8c4f713d10> ; >16:12:57,008 DEBUG storage.ui: parent factory container: non-existent 34300MB lvmvg fedora (23) >16:12:57,008 DEBUG storage.ui: members: ['sda2', 'sdb1', 'sdc1', 'vda1'] >16:12:57,009 DEBUG storage.ui: add_disks: [] >16:12:57,009 DEBUG storage.ui: remove_disks: [] >16:12:57,010 DEBUG storage.ui: LVMPhysicalVolume.__init__: >16:12:57,011 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:12:57,011 DEBUG storage.ui: fedora size is 34300MB >16:12:57,012 DEBUG storage.ui: vg fedora has 2064MB free >16:12:57,012 DEBUG storage.ui: size bumped to 32248 to include new device space >16:12:57,013 DEBUG storage.ui: adding a TotalSizeSet with size 32248 >16:12:57,013 DEBUG storage.ui: set.allocated = 32 >16:12:57,015 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:12:57,016 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:12:57,018 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:12:57,019 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:12:57,020 DEBUG storage.ui: removing all non-preexisting partitions ['sda2(id 18)', 'sdb1(id 19)', 'sdc1(id 20)', 'vda1(id 21)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:12:57,021 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >16:12:57,022 DEBUG storage.ui: device sda2 new partedPartition None >16:12:57,023 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:12:57,025 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:57,026 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:57,026 DEBUG storage.ui: device sdb1 new partedPartition None >16:12:57,028 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:12:57,029 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:57,031 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:57,031 DEBUG storage.ui: device sdc1 new partedPartition None >16:12:57,032 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:12:57,034 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:57,035 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:57,036 DEBUG storage.ui: device vda1 new partedPartition None >16:12:57,037 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:12:57,038 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:57,039 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc', 'vda'] ; partitions=['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)'] >16:12:57,040 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:12:57,041 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,043 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,043 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,044 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,046 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,046 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,046 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 32248.0 ; start: None ; end: None >16:12:57,047 DEBUG storage.ui: checking freespace on sda >16:12:57,047 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:12:57,048 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:57,048 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:57,049 DEBUG storage.ui: evaluating growth potential for new layout >16:12:57,049 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:57,049 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:57,049 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:57,050 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:57,050 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,050 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >16:12:57,050 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:57,051 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,051 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:12:57,051 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:57,051 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,053 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:57,054 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5310> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:57,055 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:12:57,057 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:57,057 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:57,057 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,058 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,058 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,058 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:12:57,058 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:12:57,059 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,059 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:12:57,060 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:57,060 DEBUG storage.ui: device sda1 new partedPartition None >16:12:57,062 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:12:57,063 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:57,064 DEBUG storage.ui: total growth: 16760769 sectors >16:12:57,064 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:12:57,064 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:57,064 DEBUG storage.ui: new free allows for 16760769 sectors of growth >16:12:57,065 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,065 DEBUG storage.ui: created partition sda1 of 8MB and added it to /dev/sda >16:12:57,067 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:57,067 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715fd0> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:12:57,068 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:12:57,070 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:57,071 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:57,072 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6550> PedPartition: <_ped.Partition object at 0x7f8c4f7fe410> >16:12:57,073 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,075 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,075 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,076 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,077 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,078 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,078 DEBUG storage.ui: allocating partition: req1 ; id: 19 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 32248.0 ; start: None ; end: None >16:12:57,078 DEBUG storage.ui: checking freespace on sdb >16:12:57,079 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:12:57,079 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:57,079 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:57,080 DEBUG storage.ui: evaluating growth potential for new layout >16:12:57,080 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:57,080 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:57,080 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:57,081 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:57,081 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,082 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:57,083 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d53d0> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:12:57,084 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:57,085 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:57,086 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:57,086 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,086 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,086 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,087 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:12:57,087 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:12:57,087 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,087 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:12:57,088 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:57,088 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,088 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:12:57,088 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:57,089 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:57,089 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,089 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,089 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,090 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:12:57,090 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:12:57,090 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,090 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:12:57,091 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:57,092 DEBUG storage.ui: device sdb1 new partedPartition None >16:12:57,093 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:12:57,094 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:57,094 DEBUG storage.ui: total growth: 33521538 sectors >16:12:57,094 DEBUG storage.ui: updating use_disk to sdb, type: 0 >16:12:57,094 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:57,095 DEBUG storage.ui: new free allows for 33521538 sectors of growth >16:12:57,095 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,096 DEBUG storage.ui: created partition sdb1 of 8MB and added it to /dev/sdb >16:12:57,097 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:57,097 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5210> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:57,098 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:57,100 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:57,101 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:57,101 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5290> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:12:57,103 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,104 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,104 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,105 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,106 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,107 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,107 DEBUG storage.ui: allocating partition: req2 ; id: 20 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 32248.0 ; start: None ; end: None >16:12:57,107 DEBUG storage.ui: checking freespace on sdc >16:12:57,108 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:12:57,108 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:12:57,108 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:12:57,108 DEBUG storage.ui: evaluating growth potential for new layout >16:12:57,109 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:57,109 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:57,109 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:12:57,109 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:57,110 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:57,110 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,110 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,110 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,110 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:12:57,111 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:12:57,111 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,111 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:12:57,111 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:57,112 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,113 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:57,113 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5510> PedPartition: <_ped.Partition object at 0x7f8c4f720650> >16:12:57,115 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:57,116 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:57,116 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:57,116 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,116 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,117 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,117 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:12:57,117 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:12:57,117 DEBUG storage.ui: request 20 (sdc1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,117 DEBUG storage.ui: disk /dev/sdc growth: 16760769 (8183MB) >16:12:57,118 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:57,118 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:57,118 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,118 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,119 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,119 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:12:57,119 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:12:57,119 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,120 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:12:57,121 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:57,121 DEBUG storage.ui: device sdc1 new partedPartition None >16:12:57,122 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:12:57,123 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:57,123 DEBUG storage.ui: total growth: 50282307 sectors >16:12:57,123 DEBUG storage.ui: updating use_disk to sdc, type: 0 >16:12:57,123 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:12:57,124 DEBUG storage.ui: new free allows for 50282307 sectors of growth >16:12:57,124 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,124 DEBUG storage.ui: created partition sdc1 of 8MB and added it to /dev/sdc >16:12:57,125 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:57,126 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5810> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:12:57,127 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:57,129 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:57,130 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:57,130 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6b50> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:57,131 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,133 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,133 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,134 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:12:57,135 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:12:57,135 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:12:57,135 DEBUG storage.ui: allocating partition: req3 ; id: 21 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 32248.0 ; start: None ; end: None >16:12:57,135 DEBUG storage.ui: checking freespace on vda >16:12:57,136 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:12:57,136 DEBUG storage.ui: checking 63-20971519 (10239 MB) >16:12:57,137 DEBUG storage.ui: current free range is 63-20971519 (10239MB) >16:12:57,137 DEBUG storage.ui: evaluating growth potential for new layout >16:12:57,137 DEBUG storage.ui: calculating growth for disk /dev/vda >16:12:57,137 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,138 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:57,139 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d52d0> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:12:57,140 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:57,141 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:57,141 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:12:57,141 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:57,142 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,142 DEBUG storage.ui: 1 requests and 20955073 (10231MB) left in chunk >16:12:57,142 DEBUG storage.ui: adding 20955073 (10231MB) to 21 (vda1) >16:12:57,142 DEBUG storage.ui: new grow amount for request 21 (vda1) is 20955073 units, or 10231MB >16:12:57,142 DEBUG storage.ui: request 21 (vda1) growth: 20955073 (10231MB) size: 10239MB >16:12:57,142 DEBUG storage.ui: disk /dev/vda growth: 20955073 (10231MB) >16:12:57,143 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:12:57,143 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:57,143 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,143 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,143 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,144 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:12:57,144 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:12:57,144 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,144 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:12:57,144 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:12:57,145 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:57,145 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,145 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,145 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,145 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:12:57,145 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:12:57,145 DEBUG storage.ui: request 20 (sdc1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,146 DEBUG storage.ui: disk /dev/sdc growth: 16760769 (8183MB) >16:12:57,146 DEBUG storage.ui: calculating growth for disk /dev/sda >16:12:57,146 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:57,146 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,146 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,147 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,147 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:12:57,147 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:12:57,147 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:12:57,147 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:12:57,148 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:57,148 DEBUG storage.ui: device vda1 new partedPartition None >16:12:57,149 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:12:57,150 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:57,150 DEBUG storage.ui: total growth: 71237380 sectors >16:12:57,151 DEBUG storage.ui: updating use_disk to vda, type: 0 >16:12:57,151 DEBUG storage.ui: new free: 63-20971519 / 10239MB >16:12:57,151 DEBUG storage.ui: new free allows for 71237380 sectors of growth >16:12:57,151 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:12:57,152 DEBUG storage.ui: created partition vda1 of 8MB and added it to /dev/vda >16:12:57,153 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:57,153 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5550> PedPartition: <_ped.Partition object at 0x7f8c4f720650> >16:12:57,154 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:57,155 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:57,156 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:57,157 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715c50> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:12:57,157 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc', 'vda'], partitions=['sda1(id 18)', 'sdb1(id 19)', 'sdc1(id 20)', 'vda1(id 21)'] >16:12:57,157 DEBUG storage.ui: growable partitions are ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:12:57,157 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:12:57,158 DEBUG storage.ui: disk sda has 1 chunks >16:12:57,158 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:12:57,158 DEBUG storage.ui: disk sdb has 1 chunks >16:12:57,158 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:12:57,158 DEBUG storage.ui: disk sdc has 1 chunks >16:12:57,159 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:12:57,159 DEBUG storage.ui: disk vda has 1 chunks >16:12:57,159 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,159 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,159 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,160 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:12:57,160 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:12:57,160 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,160 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,160 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,160 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:12:57,161 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:12:57,161 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:12:57,161 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,161 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:12:57,161 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:12:57,162 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:12:57,162 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:12:57,162 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 0 max_grow = 66027520 >done = False >16:12:57,162 DEBUG storage.ui: 1 requests and 20955073 (10231MB) left in chunk >16:12:57,162 DEBUG storage.ui: adding 20955073 (10231MB) to 21 (vda1) >16:12:57,162 DEBUG storage.ui: new grow amount for request 21 (vda1) is 20955073 units, or 10231MB >16:12:57,162 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 32/32248 >16:12:57,163 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 32/32248 (32216 needed) >16:12:57,163 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 8215/32248 (24032 needed) >16:12:57,163 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 16399/32248 (15848 needed) >16:12:57,163 DEBUG storage.ui: allocating 10231 to TotalSizeSet with 24583/32248 (7664 needed) >16:12:57,163 DEBUG storage.ui: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 20955073 max_grow = 66027520 >done = False >16:12:57,163 DEBUG storage.ui: needed: -2567 >16:12:57,164 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 20955073 max_grow = 66027520 >done = False 1314753 (641 MB) >16:12:57,164 DEBUG storage.ui: deallocating 641 from TotalSizeSet with 34815/32248 (-2567 needed) >16:12:57,164 DEBUG storage.ui: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False >16:12:57,164 DEBUG storage.ui: needed: -1925 >16:12:57,164 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False 1314753 (641 MB) >16:12:57,164 DEBUG storage.ui: deallocating 641 from TotalSizeSet with 34173/32248 (-1925 needed) >16:12:57,164 DEBUG storage.ui: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False >16:12:57,165 DEBUG storage.ui: needed: -1283 >16:12:57,165 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False 1314753 (641 MB) >16:12:57,165 DEBUG storage.ui: deallocating 641 from TotalSizeSet with 33531/32248 (-1283 needed) >16:12:57,165 DEBUG storage.ui: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False >16:12:57,165 DEBUG storage.ui: needed: -641 >16:12:57,165 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 16760769 max_grow = 66027520 >done = False 1314753 (641 MB) >16:12:57,166 DEBUG storage.ui: deallocating 641 from TotalSizeSet with 32889/32248 (-641 needed) >16:12:57,166 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 32248/32248 >16:12:57,166 DEBUG storage.ui: allocating 0 to TotalSizeSet with 32248/32248 (0 needed) >16:12:57,166 DEBUG storage.ui: allocating 0 to TotalSizeSet with 32248/32248 (0 needed) >16:12:57,166 DEBUG storage.ui: allocating 0 to TotalSizeSet with 32248/32248 (0 needed) >16:12:57,166 DEBUG storage.ui: allocating 0 to TotalSizeSet with 32248/32248 (0 needed) >16:12:57,166 DEBUG storage.ui: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 19640320 max_grow = 66027520 >done = True >16:12:57,167 DEBUG storage.ui: needed: 0 >16:12:57,167 DEBUG storage.ui: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 15446016 max_grow = 66027520 >done = True >16:12:57,167 DEBUG storage.ui: needed: 0 >16:12:57,167 DEBUG storage.ui: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 15446016 max_grow = 66027520 >done = True >16:12:57,167 DEBUG storage.ui: needed: 0 >16:12:57,167 DEBUG storage.ui: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 15446016 max_grow = 66027520 >done = True >16:12:57,168 DEBUG storage.ui: needed: 0 >16:12:57,168 DEBUG storage.ui: growing partitions on sda >16:12:57,168 DEBUG storage.ui: partition sda1 (18): 0 >16:12:57,168 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5690> >16:12:57,168 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 18)'] from disk(s) ['sda'] >16:12:57,170 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:57,170 DEBUG storage.ui: device sda1 new partedPartition None >16:12:57,171 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:12:57,172 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:12:57,172 DEBUG storage.ui: back from removeNewPartitions >16:12:57,172 DEBUG storage.ui: extended: None >16:12:57,172 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5690> >16:12:57,173 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:12:57,174 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5a10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:12:57,175 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:12:57,176 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:12:57,177 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:12:57,178 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5bd0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe590> >16:12:57,178 DEBUG storage.ui: growing partitions on sdb >16:12:57,178 DEBUG storage.ui: partition sdb1 (19): 0 >16:12:57,178 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e64d0> >16:12:57,179 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 19)'] from disk(s) ['sdb'] >16:12:57,180 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:57,180 DEBUG storage.ui: device sdb1 new partedPartition None >16:12:57,181 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:12:57,182 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:12:57,182 DEBUG storage.ui: back from removeNewPartitions >16:12:57,182 DEBUG storage.ui: extended: None >16:12:57,182 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e64d0> >16:12:57,183 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:12:57,184 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5710> PedPartition: <_ped.Partition object at 0x7f8c4f7fe410> >16:12:57,185 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:12:57,186 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:12:57,187 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:12:57,188 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5410> PedPartition: <_ped.Partition object at 0x7f8c4f7fe4d0> >16:12:57,188 DEBUG storage.ui: growing partitions on sdc >16:12:57,188 DEBUG storage.ui: partition sdc1 (20): 0 >16:12:57,188 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f713c10> >16:12:57,189 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 20)'] from disk(s) ['sdc'] >16:12:57,190 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:57,190 DEBUG storage.ui: device sdc1 new partedPartition None >16:12:57,191 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:12:57,192 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:12:57,193 DEBUG storage.ui: back from removeNewPartitions >16:12:57,193 DEBUG storage.ui: extended: None >16:12:57,193 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 15464447 length: 15462400 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f713c10> >16:12:57,194 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:12:57,195 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5690> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:12:57,196 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:12:57,196 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:12:57,198 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:12:57,198 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5d10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe5f0> >16:12:57,198 DEBUG storage.ui: growing partitions on vda >16:12:57,199 DEBUG storage.ui: partition vda1 (21): 0 >16:12:57,199 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 19658751 length: 19656704 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e6c50> >16:12:57,199 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 21)'] from disk(s) ['vda'] >16:12:57,200 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:57,200 DEBUG storage.ui: device vda1 new partedPartition None >16:12:57,201 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:12:57,202 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:12:57,203 DEBUG storage.ui: back from removeNewPartitions >16:12:57,203 DEBUG storage.ui: extended: None >16:12:57,203 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 19658751 length: 19656704 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e6c50> >16:12:57,204 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:12:57,204 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f713f90> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:12:57,205 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:12:57,206 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:12:57,208 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:12:57,208 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5950> PedPartition: <_ped.Partition object at 0x7f8c4f7fe410> >16:12:57,209 DEBUG storage.ui: fixing size of non-existent 7550MB partition sda1 (18) with non-existent lvmpv at 7550.00 >16:12:57,209 DEBUG storage.ui: fixing size of non-existent 7550MB partition sdb1 (19) with non-existent lvmpv at 7550.00 >16:12:57,209 DEBUG storage.ui: fixing size of non-existent 7550MB partition sdc1 (20) with non-existent lvmpv at 7550.00 >16:12:57,210 DEBUG storage.ui: fixing size of non-existent 9598MB partition vda1 (21) with non-existent lvmpv at 9598.00 >16:12:57,210 DEBUG storage.ui: new member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:12:57,211 DEBUG storage.ui: old member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:12:57,231 DEBUG blivet: Ext4FS.supported: supported: True ; >16:12:57,231 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:12:57,236 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:12:57,245 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:12:58,015 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:00,921 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >16:13:00,923 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 32240MB lvmvg fedora (23) >16:13:09,162 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:14,209 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:14,209 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:13:14,212 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 20000, ['sda', 'sdb', 'sdc', 'vda'], {'encrypted': False, 'raid_level': None} >16:13:14,213 DEBUG blivet: fedora size is 32240MB >16:13:14,214 DEBUG blivet: vg fedora has 4MB free >16:13:14,221 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 20000 ; container_raid_level: None ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >16:13:14,224 DEBUG storage.ui: fedora size is 32240MB >16:13:14,224 DEBUG storage.ui: vg fedora has 4MB free >16:13:14,225 DEBUG storage.ui: fedora size is 32240MB >16:13:14,225 DEBUG storage.ui: vg fedora has 4MB free >16:13:14,226 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 20000, ['sda', 'sdb', 'sdc', 'vda'], {'container_raid_level': None, 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x7f8c4f7e2590) -- > name = fedora-root status = False kids = 0 id = 24 > parents = ['non-existent 32240MB lvmvg fedora (23)'] > uuid = None size = 32236 > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 32236 path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c4f754ad0) -- > name = fedora status = False kids = 1 id = 23 > parents = ['non-existent 7550MB partition sda1 (18) with non-existent lvmpv', > 'non-existent 7550MB partition sdb1 (19) with non-existent lvmpv', > 'non-existent 7550MB partition sdc1 (20) with non-existent lvmpv', > 'non-existent 9598MB partition vda1 (21) with non-existent lvmpv'] > uuid = None size = 32240 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 4 > LV Names = [] modified = True > extents = 8060.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 7550MB partition sda1 (18) with non-existent lvmpv', > 'non-existent 7550MB partition sdb1 (19) with non-existent lvmpv', > 'non-existent 7550MB partition sdc1 (20) with non-existent lvmpv', > 'non-existent 9598MB partition vda1 (21) with non-existent lvmpv'] > LVs = ['non-existent 32236MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at /'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 32236MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >16:13:14,228 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >16:13:14,228 DEBUG storage.ui: starting Blivet copy >16:13:14,264 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,264 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f79a510> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6090> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:13:14,266 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,266 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f79ae90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6190> PedPartition: <_ped.Partition object at 0x7f8c4f720650> >16:13:14,268 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,268 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f79b850> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6290> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:13:14,270 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,270 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f79e210> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6ad0> PedPartition: <_ped.Partition object at 0x7f8c4f720a70> >16:13:14,271 DEBUG storage.ui: finished Blivet copy >16:13:14,271 DEBUG storage.ui: fedora size is 32240MB >16:13:14,272 DEBUG storage.ui: vg fedora has 4MB free >16:13:14,272 DEBUG storage.ui: size bumped to 52248 to include new device space >16:13:14,272 DEBUG storage.ui: size cut to 20008 to omit old device space >16:13:14,272 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >16:13:14,275 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 20008.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:13:14,275 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >16:13:14,276 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8c4f7d54d0> ; >16:13:14,276 DEBUG storage.ui: parent factory container: non-existent 32240MB lvmvg fedora (23) >16:13:14,277 DEBUG storage.ui: members: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:14,277 DEBUG storage.ui: add_disks: [] >16:13:14,277 DEBUG storage.ui: remove_disks: [] >16:13:14,278 DEBUG storage.ui: LVMPhysicalVolume.__init__: >16:13:14,278 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:13:14,279 DEBUG storage.ui: fedora size is 32240MB >16:13:14,279 DEBUG storage.ui: vg fedora has 4MB free >16:13:14,280 DEBUG storage.ui: size bumped to 52248 to include new device space >16:13:14,280 DEBUG storage.ui: size cut to 20008 to omit old device space >16:13:14,280 DEBUG storage.ui: adding a TotalSizeSet with size 20008 >16:13:14,280 DEBUG storage.ui: set.allocated = 32 >16:13:14,281 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:13:14,282 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:13:14,284 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:13:14,285 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:13:14,285 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 18)', 'sdb1(id 19)', 'sdc1(id 20)', 'vda1(id 21)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:14,287 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,287 DEBUG storage.ui: device sda1 new partedPartition None >16:13:14,288 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:13:14,289 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:14,290 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,291 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:14,292 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:13:14,293 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:14,294 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,294 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:14,295 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:13:14,296 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:14,298 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,298 DEBUG storage.ui: device vda1 new partedPartition None >16:13:14,299 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:13:14,300 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:14,301 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc', 'vda'] ; partitions=['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)'] >16:13:14,301 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 18)', 'req1(id 19)', 'req2(id 20)', 'req3(id 21)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:14,302 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,303 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,303 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,305 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,306 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,306 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,306 DEBUG storage.ui: allocating partition: req0 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 20008.0 ; start: None ; end: None >16:13:14,306 DEBUG storage.ui: checking freespace on sda >16:13:14,307 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:13:14,307 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:14,307 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:14,307 DEBUG storage.ui: evaluating growth potential for new layout >16:13:14,308 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:14,308 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:14,308 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:14,308 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:14,308 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,308 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >16:13:14,308 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:14,309 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,309 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:14,309 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:14,309 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,310 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:13:14,311 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760dd0> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:14,312 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:14,314 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:14,314 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:13:14,314 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,314 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,315 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,315 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:13:14,315 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:13:14,315 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,315 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:13:14,316 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,317 DEBUG storage.ui: device sda1 new partedPartition None >16:13:14,318 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:13:14,319 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:14,319 DEBUG storage.ui: total growth: 16760769 sectors >16:13:14,319 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:13:14,319 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:14,319 DEBUG storage.ui: new free allows for 16760769 sectors of growth >16:13:14,319 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,320 DEBUG storage.ui: created partition sda1 of 8MB and added it to /dev/sda >16:13:14,321 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:13:14,322 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802d90> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:13:14,323 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:14,324 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:14,325 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,325 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6f10> PedPartition: <_ped.Partition object at 0x7f8c4f7208f0> >16:13:14,327 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,328 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,328 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,329 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,330 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,330 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,330 DEBUG storage.ui: allocating partition: req1 ; id: 19 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 20008.0 ; start: None ; end: None >16:13:14,331 DEBUG storage.ui: checking freespace on sdb >16:13:14,331 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:13:14,331 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:14,332 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:14,332 DEBUG storage.ui: evaluating growth potential for new layout >16:13:14,332 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:14,332 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:14,332 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:14,332 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:14,333 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,334 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:13:14,334 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802a10> PedPartition: <_ped.Partition object at 0x7f8c4f720c50> >16:13:14,336 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:14,337 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:14,337 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:14,337 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,337 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,337 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,338 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:13:14,338 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:13:14,338 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,338 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:13:14,338 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:14,338 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,339 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:14,339 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:14,339 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:13:14,339 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,339 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,339 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,340 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:13:14,340 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:13:14,340 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,340 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:13:14,341 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,341 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:14,342 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:13:14,343 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:14,344 DEBUG storage.ui: total growth: 33521538 sectors >16:13:14,344 DEBUG storage.ui: updating use_disk to sdb, type: 0 >16:13:14,344 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:14,344 DEBUG storage.ui: new free allows for 33521538 sectors of growth >16:13:14,344 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,345 DEBUG storage.ui: created partition sdb1 of 8MB and added it to /dev/sdb >16:13:14,346 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:13:14,346 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5f10> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:14,347 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:14,348 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:14,350 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,350 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802950> PedPartition: <_ped.Partition object at 0x7f8c4f7fe4d0> >16:13:14,351 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,352 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,353 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,354 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,355 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,355 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,355 DEBUG storage.ui: allocating partition: req2 ; id: 20 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 20008.0 ; start: None ; end: None >16:13:14,355 DEBUG storage.ui: checking freespace on sdc >16:13:14,356 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:13:14,356 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:14,356 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:14,357 DEBUG storage.ui: evaluating growth potential for new layout >16:13:14,357 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:14,357 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:14,357 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:14,357 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:14,357 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:14,358 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,358 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,358 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,358 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:13:14,358 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:13:14,358 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,359 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:13:14,359 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:14,359 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,360 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:13:14,361 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e2190> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:14,362 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:14,363 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:14,363 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:14,363 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,364 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,364 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,364 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:13:14,364 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:13:14,364 DEBUG storage.ui: request 20 (sdc1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,364 DEBUG storage.ui: disk /dev/sdc growth: 16760769 (8183MB) >16:13:14,365 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:14,365 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:13:14,365 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,365 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,365 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,365 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:13:14,366 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:13:14,366 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,366 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:13:14,367 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,367 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:14,368 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:13:14,370 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:14,370 DEBUG storage.ui: total growth: 50282307 sectors >16:13:14,370 DEBUG storage.ui: updating use_disk to sdc, type: 0 >16:13:14,370 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:14,370 DEBUG storage.ui: new free allows for 50282307 sectors of growth >16:13:14,371 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,371 DEBUG storage.ui: created partition sdc1 of 8MB and added it to /dev/sdc >16:13:14,372 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:13:14,373 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802c90> PedPartition: <_ped.Partition object at 0x7f8c4f720c50> >16:13:14,374 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:14,375 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:14,376 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,376 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5f50> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:14,378 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,379 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,379 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,380 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:14,381 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:14,381 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:14,381 DEBUG storage.ui: allocating partition: req3 ; id: 21 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 20008.0 ; start: None ; end: None >16:13:14,381 DEBUG storage.ui: checking freespace on vda >16:13:14,382 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=8MB boot=False best=None grow=True start=None >16:13:14,382 DEBUG storage.ui: checking 63-20971519 (10239 MB) >16:13:14,382 DEBUG storage.ui: current free range is 63-20971519 (10239MB) >16:13:14,383 DEBUG storage.ui: evaluating growth potential for new layout >16:13:14,383 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:14,383 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,384 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:13:14,385 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f8029d0> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:13:14,386 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:14,387 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:14,387 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:13:14,387 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:14,388 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,388 DEBUG storage.ui: 1 requests and 20955073 (10231MB) left in chunk >16:13:14,388 DEBUG storage.ui: adding 20955073 (10231MB) to 21 (vda1) >16:13:14,388 DEBUG storage.ui: new grow amount for request 21 (vda1) is 20955073 units, or 10231MB >16:13:14,388 DEBUG storage.ui: request 21 (vda1) growth: 20955073 (10231MB) size: 10239MB >16:13:14,389 DEBUG storage.ui: disk /dev/vda growth: 20955073 (10231MB) >16:13:14,389 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:14,389 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:14,389 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,389 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,389 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,390 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:13:14,390 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:13:14,390 DEBUG storage.ui: request 19 (sdb1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,390 DEBUG storage.ui: disk /dev/sdb growth: 16760769 (8183MB) >16:13:14,390 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:14,391 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:14,391 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,391 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,391 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,391 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:13:14,391 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:13:14,392 DEBUG storage.ui: request 20 (sdc1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,392 DEBUG storage.ui: disk /dev/sdc growth: 16760769 (8183MB) >16:13:14,392 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:14,392 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:13:14,392 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,392 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,393 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,393 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:13:14,393 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:13:14,393 DEBUG storage.ui: request 18 (sda1) growth: 16760769 (8183MB) size: 8191MB >16:13:14,393 DEBUG storage.ui: disk /dev/sda growth: 16760769 (8183MB) >16:13:14,394 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,394 DEBUG storage.ui: device vda1 new partedPartition None >16:13:14,395 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:13:14,396 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:14,397 DEBUG storage.ui: total growth: 71237380 sectors >16:13:14,397 DEBUG storage.ui: updating use_disk to vda, type: 0 >16:13:14,397 DEBUG storage.ui: new free: 63-20971519 / 10239MB >16:13:14,397 DEBUG storage.ui: new free allows for 71237380 sectors of growth >16:13:14,397 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:14,398 DEBUG storage.ui: created partition vda1 of 8MB and added it to /dev/vda >16:13:14,399 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:13:14,399 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802b90> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:14,400 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:14,401 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:14,403 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,403 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f802910> PedPartition: <_ped.Partition object at 0x7f8c4f7fe410> >16:13:14,403 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc', 'vda'], partitions=['sda1(id 18)', 'sdb1(id 19)', 'sdc1(id 20)', 'vda1(id 21)'] >16:13:14,404 DEBUG storage.ui: growable partitions are ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:14,404 DEBUG storage.ui: adding request 18 to chunk 16777153 (63-16777215) on /dev/sda >16:13:14,404 DEBUG storage.ui: disk sda has 1 chunks >16:13:14,404 DEBUG storage.ui: adding request 19 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:14,405 DEBUG storage.ui: disk sdb has 1 chunks >16:13:14,405 DEBUG storage.ui: adding request 20 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:14,405 DEBUG storage.ui: disk sdc has 1 chunks >16:13:14,405 DEBUG storage.ui: adding request 21 to chunk 20971457 (63-20971519) on /dev/vda >16:13:14,405 DEBUG storage.ui: disk vda has 1 chunks >16:13:14,406 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,406 DEBUG storage.ui: req: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,406 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,406 DEBUG storage.ui: adding 16760769 (8183MB) to 18 (sda1) >16:13:14,406 DEBUG storage.ui: new grow amount for request 18 (sda1) is 16760769 units, or 8183MB >16:13:14,406 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,407 DEBUG storage.ui: req: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,407 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,407 DEBUG storage.ui: adding 16760769 (8183MB) to 19 (sdb1) >16:13:14,407 DEBUG storage.ui: new grow amount for request 19 (sdb1) is 16760769 units, or 8183MB >16:13:14,407 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:14,407 DEBUG storage.ui: req: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,408 DEBUG storage.ui: 1 requests and 16760769 (8183MB) left in chunk >16:13:14,408 DEBUG storage.ui: adding 16760769 (8183MB) to 20 (sdc1) >16:13:14,408 DEBUG storage.ui: new grow amount for request 20 (sdc1) is 16760769 units, or 8183MB >16:13:14,408 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:14,408 DEBUG storage.ui: req: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 0 max_grow = 40960000 >done = False >16:13:14,409 DEBUG storage.ui: 1 requests and 20955073 (10231MB) left in chunk >16:13:14,409 DEBUG storage.ui: adding 20955073 (10231MB) to 21 (vda1) >16:13:14,409 DEBUG storage.ui: new grow amount for request 21 (vda1) is 20955073 units, or 10231MB >16:13:14,409 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 32/20008 >16:13:14,410 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 32/20008 (19976 needed) >16:13:14,410 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 8215/20008 (11792 needed) >16:13:14,410 DEBUG storage.ui: allocating 8183 to TotalSizeSet with 16399/20008 (3608 needed) >16:13:14,410 DEBUG storage.ui: allocating 10231 to TotalSizeSet with 24583/20008 (-4575 needed) >16:13:14,410 DEBUG storage.ui: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 20955073 max_grow = 40960000 >done = False >16:13:14,410 DEBUG storage.ui: needed: -14807 >16:13:14,411 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 20955073 max_grow = 40960000 >done = False 7581633 (3701 MB) >16:13:14,411 DEBUG storage.ui: deallocating 3701 from TotalSizeSet with 34815/20008 (-14807 needed) >16:13:14,411 DEBUG storage.ui: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False >16:13:14,411 DEBUG storage.ui: needed: -11105 >16:13:14,412 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False 7581633 (3701 MB) >16:13:14,412 DEBUG storage.ui: deallocating 3701 from TotalSizeSet with 31113/20008 (-11105 needed) >16:13:14,412 DEBUG storage.ui: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False >16:13:14,412 DEBUG storage.ui: needed: -7403 >16:13:14,412 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False 7581633 (3701 MB) >16:13:14,412 DEBUG storage.ui: deallocating 3701 from TotalSizeSet with 27411/20008 (-7403 needed) >16:13:14,412 DEBUG storage.ui: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False >16:13:14,413 DEBUG storage.ui: needed: -3701 >16:13:14,413 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 16760769 max_grow = 40960000 >done = False 7581633 (3701 MB) >16:13:14,413 DEBUG storage.ui: deallocating 3701 from TotalSizeSet with 23709/20008 (-3701 needed) >16:13:14,413 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 20008/20008 >16:13:14,413 DEBUG storage.ui: allocating 0 to TotalSizeSet with 20008/20008 (0 needed) >16:13:14,413 DEBUG storage.ui: allocating 0 to TotalSizeSet with 20008/20008 (0 needed) >16:13:14,414 DEBUG storage.ui: allocating 0 to TotalSizeSet with 20008/20008 (0 needed) >16:13:14,414 DEBUG storage.ui: allocating 0 to TotalSizeSet with 20008/20008 (0 needed) >16:13:14,414 DEBUG storage.ui: PartitionRequest instance -- >id = 21 name = vda1 growable = True >base = 16384 growth = 13373440 max_grow = 40960000 >done = True >16:13:14,414 DEBUG storage.ui: needed: 0 >16:13:14,414 DEBUG storage.ui: PartitionRequest instance -- >id = 18 name = sda1 growable = True >base = 16384 growth = 9179136 max_grow = 40960000 >done = True >16:13:14,414 DEBUG storage.ui: needed: 0 >16:13:14,415 DEBUG storage.ui: PartitionRequest instance -- >id = 19 name = sdb1 growable = True >base = 16384 growth = 9179136 max_grow = 40960000 >done = True >16:13:14,415 DEBUG storage.ui: needed: 0 >16:13:14,415 DEBUG storage.ui: PartitionRequest instance -- >id = 20 name = sdc1 growable = True >base = 16384 growth = 9179136 max_grow = 40960000 >done = True >16:13:14,415 DEBUG storage.ui: needed: 0 >16:13:14,415 DEBUG storage.ui: growing partitions on sda >16:13:14,416 DEBUG storage.ui: partition sda1 (18): 0 >16:13:14,416 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e2050> >16:13:14,417 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 18)'] from disk(s) ['sda'] >16:13:14,419 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,419 DEBUG storage.ui: device sda1 new partedPartition None >16:13:14,421 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >16:13:14,423 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:14,424 DEBUG storage.ui: back from removeNewPartitions >16:13:14,424 DEBUG storage.ui: extended: None >16:13:14,424 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e2050> >16:13:14,426 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >16:13:14,427 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f727b10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe5f0> >16:13:14,430 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:14,432 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:14,434 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:14,434 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715910> PedPartition: <_ped.Partition object at 0x7f8c4f7fe3b0> >16:13:14,435 DEBUG storage.ui: growing partitions on sdb >16:13:14,435 DEBUG storage.ui: partition sdb1 (19): 0 >16:13:14,435 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e6f10> >16:13:14,435 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 19)'] from disk(s) ['sdb'] >16:13:14,437 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,437 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:14,438 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >16:13:14,439 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:14,439 DEBUG storage.ui: back from removeNewPartitions >16:13:14,440 DEBUG storage.ui: extended: None >16:13:14,440 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7e6f10> >16:13:14,442 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >16:13:14,443 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e2210> PedPartition: <_ped.Partition object at 0x7f8c4f7208f0> >16:13:14,444 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:14,446 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:14,447 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:14,448 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e2290> PedPartition: <_ped.Partition object at 0x7f8c4f720c50> >16:13:14,448 DEBUG storage.ui: growing partitions on sdc >16:13:14,448 DEBUG storage.ui: partition sdc1 (20): 0 >16:13:14,449 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5890> >16:13:14,449 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 20)'] from disk(s) ['sdc'] >16:13:14,452 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,452 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:14,454 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >16:13:14,456 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:14,457 DEBUG storage.ui: back from removeNewPartitions >16:13:14,457 DEBUG storage.ui: extended: None >16:13:14,457 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 9197567 length: 9195520 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5890> >16:13:14,458 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >16:13:14,459 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6fd0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe4d0> >16:13:14,460 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:14,461 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:14,462 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:14,463 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f727990> PedPartition: <_ped.Partition object at 0x7f8c4f7fe350> >16:13:14,463 DEBUG storage.ui: growing partitions on vda >16:13:14,463 DEBUG storage.ui: partition vda1 (21): 0 >16:13:14,463 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 13391871 length: 13389824 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5b50> >16:13:14,464 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 21)'] from disk(s) ['vda'] >16:13:14,465 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,465 DEBUG storage.ui: device vda1 new partedPartition None >16:13:14,466 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: vda ; >16:13:14,467 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:14,467 DEBUG storage.ui: back from removeNewPartitions >16:13:14,468 DEBUG storage.ui: extended: None >16:13:14,468 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 13391871 length: 13389824 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7d5b50> >16:13:14,469 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >16:13:14,470 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e6790> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:14,471 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:14,472 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:14,473 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:14,474 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7e2210> PedPartition: <_ped.Partition object at 0x7f8c4f7208f0> >16:13:14,474 DEBUG storage.ui: fixing size of non-existent 4490MB partition sda1 (18) with non-existent lvmpv at 4490.00 >16:13:14,475 DEBUG storage.ui: fixing size of non-existent 4490MB partition sdb1 (19) with non-existent lvmpv at 4490.00 >16:13:14,475 DEBUG storage.ui: fixing size of non-existent 4490MB partition sdc1 (20) with non-existent lvmpv at 4490.00 >16:13:14,475 DEBUG storage.ui: fixing size of non-existent 6538MB partition vda1 (21) with non-existent lvmpv at 6538.00 >16:13:14,476 DEBUG storage.ui: new member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:14,476 DEBUG storage.ui: old member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:14,477 DEBUG storage.ui: fedora size is 20000MB >16:13:14,477 DEBUG storage.ui: vg fedora has -12236MB free >16:13:14,478 DEBUG storage.ui: fedora size is 20000MB >16:13:14,478 DEBUG storage.ui: vg fedora has -12236MB free >16:13:14,478 INFO storage.ui: adjusting device size from 32236.00 to 20000.00 >16:13:14,478 DEBUG storage.ui: trying to set lv fedora-root size to 20000MB >16:13:14,479 DEBUG storage.ui: fedora size is 20000MB >16:13:14,479 DEBUG storage.ui: vg fedora has -12236MB free >16:13:14,497 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:16,467 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >16:13:16,469 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 20000MB lvmvg fedora (23) >16:13:23,697 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:23,698 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:13:23,702 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 20000, ['sda', 'sdb', 'sdc', 'vda'], {'encrypted': False, 'raid_level': None} >16:13:23,703 DEBUG blivet: fedora size is 20000MB >16:13:23,704 DEBUG blivet: vg fedora has 0MB free >16:13:23,712 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 20000 ; container_raid_level: raid10 ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 20000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >16:13:23,716 DEBUG storage.ui: fedora size is 20000MB >16:13:23,717 DEBUG storage.ui: vg fedora has 0MB free >16:13:23,718 DEBUG storage.ui: fedora size is 20000MB >16:13:23,718 DEBUG storage.ui: vg fedora has 0MB free >16:13:23,720 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 20000, ['sda', 'sdb', 'sdc', 'vda'], {'container_raid_level': 'raid10', 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x7f8c4f7e2590) -- > name = fedora-root status = False kids = 0 id = 24 > parents = ['non-existent 20000MB lvmvg fedora (23)'] > uuid = None size = 20000 > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20000 path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c4f754ad0) -- > name = fedora status = False kids = 1 id = 23 > parents = ['non-existent 4490MB partition sda1 (18) with non-existent lvmpv', > 'non-existent 4490MB partition sdb1 (19) with non-existent lvmpv', > 'non-existent 4490MB partition sdc1 (20) with non-existent lvmpv', > 'non-existent 6538MB partition vda1 (21) with non-existent lvmpv'] > uuid = None size = 20000 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 4 > LV Names = [] modified = True > extents = 5000.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 4490MB partition sda1 (18) with non-existent lvmpv', > 'non-existent 4490MB partition sdb1 (19) with non-existent lvmpv', > 'non-existent 4490MB partition sdc1 (20) with non-existent lvmpv', > 'non-existent 6538MB partition vda1 (21) with non-existent lvmpv'] > LVs = ['non-existent 20000MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at /'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 20000MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >16:13:23,721 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >16:13:23,722 DEBUG storage.ui: starting Blivet copy >16:13:23,759 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:23,760 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f713250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7a4e10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe4d0> >16:13:23,761 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:23,762 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f2550> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7a4e90> PedPartition: <_ped.Partition object at 0x7f8c4f7fe8f0> >16:13:23,764 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:23,764 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f2ed0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7aa0d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe2f0> >16:13:23,766 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:23,766 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7f9c90> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7aa150> PedPartition: <_ped.Partition object at 0x7f8c4f7fe590> >16:13:23,767 DEBUG storage.ui: finished Blivet copy >16:13:23,768 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda1 ; >16:13:23,768 INFO storage.ui: removed partition sda1 (id 18) from device tree >16:13:23,770 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:23,770 INFO storage.ui: registered action: [35] Destroy Device partition sda1 (id 18) >16:13:23,771 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >16:13:23,771 INFO storage.ui: removed partition sdb1 (id 19) from device tree >16:13:23,773 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:23,773 INFO storage.ui: registered action: [36] Destroy Device partition sdb1 (id 19) >16:13:23,774 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdc1 ; >16:13:23,774 INFO storage.ui: removed partition sdc1 (id 20) from device tree >16:13:23,775 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:23,776 INFO storage.ui: registered action: [37] Destroy Device partition sdc1 (id 20) >16:13:23,777 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: vda1 ; >16:13:23,777 INFO storage.ui: removed partition vda1 (id 21) from device tree >16:13:23,778 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:23,779 INFO storage.ui: registered action: [38] Destroy Device partition vda1 (id 21) >16:13:23,779 DEBUG storage.ui: fedora size is 0MB >16:13:23,779 DEBUG storage.ui: vg fedora has -20000MB free >16:13:23,779 DEBUG storage.ui: size bumped to 40004 to include new device space >16:13:23,780 DEBUG storage.ui: size cut to 20000 to omit old device space >16:13:23,780 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >16:13:23,782 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 20080.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 0 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:13:23,783 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'raid_level': 'raid10', 'name': 'pv00', 'fstype': 'lvmpv'} >16:13:23,784 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8c4f7d5e50> ; >16:13:23,785 INFO storage.ui: Using 16MB superBlockSize >16:13:23,785 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >16:13:23,787 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 40224.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 0 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 0 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:13:23,788 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >16:13:23,790 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x7f8c4f7a4cd0> ; >16:13:23,790 DEBUG storage.ui: parent factory container: None >16:13:23,790 DEBUG storage.ui: members: [] >16:13:23,791 DEBUG storage.ui: add_disks: ['sda', 'sdb', 'sdc', 'vda'] >16:13:23,791 DEBUG storage.ui: remove_disks: [] >16:13:23,792 DEBUG storage.ui: MDRaidMember.__init__: >16:13:23,792 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:23,794 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >16:13:23,794 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:23,795 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:23,797 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >16:13:23,798 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: None ; type: mdmember ; >16:13:23,799 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:23,799 INFO storage.ui: added partition req5 (id 26) to device tree >16:13:23,800 INFO storage.ui: registered action: [39] Create Device partition req5 (id 26) >16:13:23,800 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:13:23,800 INFO storage.ui: registered action: [40] Create Format mdmember on partition req5 (id 26) >16:13:23,802 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >16:13:23,802 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:23,803 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:23,805 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >16:13:23,806 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: None ; type: mdmember ; >16:13:23,807 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:23,807 INFO storage.ui: added partition req6 (id 27) to device tree >16:13:23,807 INFO storage.ui: registered action: [41] Create Device partition req6 (id 27) >16:13:23,808 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:13:23,808 INFO storage.ui: registered action: [42] Create Format mdmember on partition req6 (id 27) >16:13:23,809 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >16:13:23,809 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:23,811 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:23,812 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >16:13:23,813 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: None ; type: mdmember ; >16:13:23,814 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:23,814 INFO storage.ui: added partition req7 (id 28) to device tree >16:13:23,815 INFO storage.ui: registered action: [43] Create Device partition req7 (id 28) >16:13:23,815 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:13:23,815 INFO storage.ui: registered action: [44] Create Format mdmember on partition req7 (id 28) >16:13:23,816 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >16:13:23,816 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:23,818 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:23,819 DEBUG storage.ui: PartitionDevice._setFormat: req8 ; >16:13:23,820 DEBUG storage.ui: PartitionDevice._setFormat: req8 ; current: None ; type: mdmember ; >16:13:23,821 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:23,821 INFO storage.ui: added partition req8 (id 29) to device tree >16:13:23,822 INFO storage.ui: registered action: [45] Create Device partition req8 (id 29) >16:13:23,822 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:13:23,822 INFO storage.ui: registered action: [46] Create Format mdmember on partition req8 (id 29) >16:13:23,822 INFO storage.ui: Using 16MB superBlockSize >16:13:23,823 DEBUG storage.ui: adding a SameSizeSet with size 40224 >16:13:23,824 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:13:23,825 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:13:23,826 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:13:23,827 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:13:23,828 DEBUG storage.ui: removing all non-preexisting partitions ['req5(id 26)', 'req6(id 27)', 'req7(id 28)', 'req8(id 29)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:23,828 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc', 'vda'] ; partitions=['req5(id 26)', 'req6(id 27)', 'req7(id 28)', 'req8(id 29)'] >16:13:23,829 DEBUG storage.ui: removing all non-preexisting partitions ['req5(id 26)', 'req6(id 27)', 'req7(id 28)', 'req8(id 29)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:23,830 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,831 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,832 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,833 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,834 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,834 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,834 DEBUG storage.ui: allocating partition: req5 ; id: 26 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 10056 ; start: None ; end: None >16:13:23,835 DEBUG storage.ui: checking freespace on sda >16:13:23,835 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:23,835 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:23,836 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:23,836 DEBUG storage.ui: evaluating growth potential for new layout >16:13:23,836 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:23,836 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:23,837 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:23,837 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:23,837 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,837 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >16:13:23,837 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:23,837 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,838 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:23,838 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:23,838 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,840 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:23,840 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b3710> PedPartition: <_ped.Partition object at 0x7f8c4f7fe6b0> >16:13:23,841 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:23,842 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:23,843 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:23,843 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,843 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,843 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,844 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:23,844 DEBUG storage.ui: new grow amount for request 26 (sda1) is 16775105 units, or 8190MB >16:13:23,844 DEBUG storage.ui: request 26 (sda1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,844 DEBUG storage.ui: disk /dev/sda growth: 16775105 (8190MB) >16:13:23,845 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:23,845 DEBUG storage.ui: device sda1 new partedPartition None >16:13:23,847 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >16:13:23,848 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:23,848 DEBUG storage.ui: total growth: 16775105 sectors >16:13:23,848 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:13:23,849 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:23,849 DEBUG storage.ui: new free allows for 16775105 sectors of growth >16:13:23,849 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,850 DEBUG storage.ui: created partition sda1 of 1MB and added it to /dev/sda >16:13:23,851 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:23,851 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b3690> PedPartition: <_ped.Partition object at 0x7f8c4f7fe7d0> >16:13:23,852 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:23,853 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:23,855 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:23,855 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7aaf10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe890> >16:13:23,856 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,858 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,858 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,859 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,860 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,860 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,860 DEBUG storage.ui: allocating partition: req6 ; id: 27 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 10056 ; start: None ; end: None >16:13:23,861 DEBUG storage.ui: checking freespace on sdb >16:13:23,861 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:23,861 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:23,862 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:23,862 DEBUG storage.ui: evaluating growth potential for new layout >16:13:23,862 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:23,862 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:23,862 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:23,863 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:23,863 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,864 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:23,865 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b39d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe290> >16:13:23,866 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:23,867 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:23,867 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:23,867 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,868 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,868 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,868 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:23,868 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 16775105 units, or 8190MB >16:13:23,868 DEBUG storage.ui: request 27 (sdb1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,869 DEBUG storage.ui: disk /dev/sdb growth: 16775105 (8190MB) >16:13:23,869 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:23,869 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,869 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:23,869 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:23,870 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:23,870 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,870 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,870 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,870 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:23,871 DEBUG storage.ui: new grow amount for request 26 (sda1) is 16775105 units, or 8190MB >16:13:23,871 DEBUG storage.ui: request 26 (sda1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,871 DEBUG storage.ui: disk /dev/sda growth: 16775105 (8190MB) >16:13:23,872 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:23,872 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:23,873 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >16:13:23,874 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:23,875 DEBUG storage.ui: total growth: 33550210 sectors >16:13:23,875 DEBUG storage.ui: updating use_disk to sdb, type: 0 >16:13:23,875 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:23,875 DEBUG storage.ui: new free allows for 33550210 sectors of growth >16:13:23,876 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,876 DEBUG storage.ui: created partition sdb1 of 1MB and added it to /dev/sdb >16:13:23,877 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:23,878 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b3b50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe6b0> >16:13:23,879 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:23,880 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:23,882 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:23,883 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b30d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:13:23,884 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,885 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,885 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,886 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,888 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,888 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,888 DEBUG storage.ui: allocating partition: req7 ; id: 28 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 10056 ; start: None ; end: None >16:13:23,888 DEBUG storage.ui: checking freespace on sdc >16:13:23,889 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:23,889 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:23,889 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:23,890 DEBUG storage.ui: evaluating growth potential for new layout >16:13:23,890 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:23,890 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:23,890 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:23,890 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:23,891 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:23,891 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,891 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,891 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,891 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:23,892 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 16775105 units, or 8190MB >16:13:23,892 DEBUG storage.ui: request 27 (sdb1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,892 DEBUG storage.ui: disk /dev/sdb growth: 16775105 (8190MB) >16:13:23,892 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:23,892 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,894 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:23,894 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7b0150> PedPartition: <_ped.Partition object at 0x7f8c4f7fe950> >16:13:23,895 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:23,896 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:23,897 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:23,897 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,897 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,897 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,897 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:23,898 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 16775105 units, or 8190MB >16:13:23,898 DEBUG storage.ui: request 28 (sdc1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,898 DEBUG storage.ui: disk /dev/sdc growth: 16775105 (8190MB) >16:13:23,898 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:23,898 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:23,899 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,899 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,899 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,899 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:23,899 DEBUG storage.ui: new grow amount for request 26 (sda1) is 16775105 units, or 8190MB >16:13:23,900 DEBUG storage.ui: request 26 (sda1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,900 DEBUG storage.ui: disk /dev/sda growth: 16775105 (8190MB) >16:13:23,901 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:23,901 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:23,905 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >16:13:23,906 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:23,906 DEBUG storage.ui: total growth: 50325315 sectors >16:13:23,906 DEBUG storage.ui: updating use_disk to sdc, type: 0 >16:13:23,906 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:23,907 DEBUG storage.ui: new free allows for 50325315 sectors of growth >16:13:23,907 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,907 DEBUG storage.ui: created partition sdc1 of 1MB and added it to /dev/sdc >16:13:23,908 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:23,909 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f799ad0> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:23,910 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:23,911 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:23,913 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:23,913 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f799850> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:13:23,914 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,916 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,916 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,917 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:23,918 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:23,918 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:23,918 DEBUG storage.ui: allocating partition: req8 ; id: 29 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 10056 ; start: None ; end: None >16:13:23,919 DEBUG storage.ui: checking freespace on vda >16:13:23,919 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:23,919 DEBUG storage.ui: checking 63-20971519 (10239 MB) >16:13:23,920 DEBUG storage.ui: current free range is 63-20971519 (10239MB) >16:13:23,920 DEBUG storage.ui: evaluating growth potential for new layout >16:13:23,920 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:23,920 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,922 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:23,922 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f799650> PedPartition: <_ped.Partition object at 0x7f8c4f7fe290> >16:13:23,923 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:23,924 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:23,925 DEBUG storage.ui: adding request 29 to chunk 20971457 (63-20971519) on /dev/vda >16:13:23,925 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:23,925 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,925 DEBUG storage.ui: 1 requests and 20969409 (10238MB) left in chunk >16:13:23,925 DEBUG storage.ui: adding 20969409 (10238MB) to 29 (vda1) >16:13:23,926 DEBUG storage.ui: taking back 376769 (183MB) from 29 (vda1) >16:13:23,926 DEBUG storage.ui: new grow amount for request 29 (vda1) is 20592640 units, or 10055MB >16:13:23,926 DEBUG storage.ui: request 29 (vda1) growth: 20592640 (10055MB) size: 10056MB >16:13:23,926 DEBUG storage.ui: disk /dev/vda growth: 20592640 (10055MB) >16:13:23,926 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:23,927 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:23,927 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,927 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,927 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,928 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:23,928 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 16775105 units, or 8190MB >16:13:23,928 DEBUG storage.ui: request 27 (sdb1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,928 DEBUG storage.ui: disk /dev/sdb growth: 16775105 (8190MB) >16:13:23,928 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:23,929 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:23,929 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,929 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,929 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,929 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:23,930 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 16775105 units, or 8190MB >16:13:23,930 DEBUG storage.ui: request 28 (sdc1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,930 DEBUG storage.ui: disk /dev/sdc growth: 16775105 (8190MB) >16:13:23,930 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:23,930 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:23,931 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,931 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,931 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,931 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:23,931 DEBUG storage.ui: new grow amount for request 26 (sda1) is 16775105 units, or 8190MB >16:13:23,931 DEBUG storage.ui: request 26 (sda1) growth: 16775105 (8190MB) size: 8191MB >16:13:23,932 DEBUG storage.ui: disk /dev/sda growth: 16775105 (8190MB) >16:13:23,933 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:23,933 DEBUG storage.ui: device vda1 new partedPartition None >16:13:23,934 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >16:13:23,935 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:23,935 DEBUG storage.ui: total growth: 70917955 sectors >16:13:23,936 DEBUG storage.ui: updating use_disk to vda, type: 0 >16:13:23,936 DEBUG storage.ui: new free: 63-20971519 / 10239MB >16:13:23,936 DEBUG storage.ui: new free allows for 70917955 sectors of growth >16:13:23,936 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:23,937 DEBUG storage.ui: created partition vda1 of 1MB and added it to /dev/vda >16:13:23,938 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:23,938 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7a48d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe950> >16:13:23,940 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:23,941 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:23,942 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:23,942 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7a4850> PedPartition: <_ped.Partition object at 0x7f8c4f7fe6b0> >16:13:23,943 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc', 'vda'], partitions=['sda1(id 26)', 'sdb1(id 27)', 'sdc1(id 28)', 'vda1(id 29)'] >16:13:23,943 DEBUG storage.ui: growable partitions are ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:23,943 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:23,944 DEBUG storage.ui: disk sda has 1 chunks >16:13:23,944 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:23,944 DEBUG storage.ui: disk sdb has 1 chunks >16:13:23,944 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:23,945 DEBUG storage.ui: disk sdc has 1 chunks >16:13:23,945 DEBUG storage.ui: adding request 29 to chunk 20971457 (63-20971519) on /dev/vda >16:13:23,945 DEBUG storage.ui: disk vda has 1 chunks >16:13:23,945 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,945 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,946 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,946 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:23,946 DEBUG storage.ui: new grow amount for request 26 (sda1) is 16775105 units, or 8190MB >16:13:23,946 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,946 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,946 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,947 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:23,947 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 16775105 units, or 8190MB >16:13:23,947 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:23,947 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,947 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:23,948 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:23,948 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 16775105 units, or 8190MB >16:13:23,948 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:23,948 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 0 max_grow = 20592640 >done = False >16:13:23,948 DEBUG storage.ui: 1 requests and 20969409 (10238MB) left in chunk >16:13:23,949 DEBUG storage.ui: adding 20969409 (10238MB) to 29 (vda1) >16:13:23,949 DEBUG storage.ui: taking back 376769 (183MB) from 29 (vda1) >16:13:23,949 DEBUG storage.ui: new grow amount for request 29 (vda1) is 20592640 units, or 10055MB >16:13:23,949 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 10056 >16:13:23,949 DEBUG storage.ui: min growth is 16775105 >16:13:23,949 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = False is 20592640 >16:13:23,950 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = False is 20592640 >16:13:23,950 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = False is 20592640 >16:13:23,950 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 20592640 max_grow = 20592640 >done = True is 20592640 >16:13:23,950 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 20592640 max_grow = 20592640 >done = True 3817535 (1864 MB) >16:13:23,950 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 10056 >16:13:23,951 DEBUG storage.ui: min growth is 16775105 >16:13:23,951 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = True is 20592640 >16:13:23,951 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = True is 20592640 >16:13:23,951 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = True is 20592640 >16:13:23,951 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 16775105 max_grow = 20592640 >done = True is 20592640 >16:13:23,952 DEBUG storage.ui: growing partitions on sda >16:13:23,952 DEBUG storage.ui: partition sda1 (26): 0 >16:13:23,952 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f715d90> >16:13:23,952 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 26)'] from disk(s) ['sda'] >16:13:23,954 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:23,954 DEBUG storage.ui: device sda1 new partedPartition None >16:13:23,955 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >16:13:23,956 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:23,956 DEBUG storage.ui: back from removeNewPartitions >16:13:23,957 DEBUG storage.ui: extended: None >16:13:23,957 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f715d90> >16:13:23,958 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:23,959 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5b50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe7d0> >16:13:23,960 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:23,961 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:23,962 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:23,963 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5d10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:23,963 DEBUG storage.ui: growing partitions on sdb >16:13:23,963 DEBUG storage.ui: partition sdb1 (27): 0 >16:13:23,964 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7aaf10> >16:13:23,964 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 27)'] from disk(s) ['sdb'] >16:13:24,020 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:24,021 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:24,022 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >16:13:24,023 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:24,023 DEBUG storage.ui: back from removeNewPartitions >16:13:24,024 DEBUG storage.ui: extended: None >16:13:24,024 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7aaf10> >16:13:24,025 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:24,026 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760e10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe890> >16:13:24,027 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:24,028 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:24,029 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:24,030 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f771050> PedPartition: <_ped.Partition object at 0x7f8c3d8aee90> >16:13:24,030 DEBUG storage.ui: growing partitions on sdc >16:13:24,030 DEBUG storage.ui: partition sdc1 (28): 0 >16:13:24,030 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f77ec10> >16:13:24,031 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 28)'] from disk(s) ['sdc'] >16:13:24,032 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:24,032 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:24,033 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >16:13:24,035 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:24,035 DEBUG storage.ui: back from removeNewPartitions >16:13:24,035 DEBUG storage.ui: extended: None >16:13:24,035 DEBUG storage.ui: setting req7 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f77ec10> >16:13:24,036 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:24,037 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f771590> PedPartition: <_ped.Partition object at 0x7f8c4f720ad0> >16:13:24,038 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:24,039 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:24,041 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:24,041 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7796d0> PedPartition: <_ped.Partition object at 0x7f8c3d8aee30> >16:13:24,041 DEBUG storage.ui: growing partitions on vda >16:13:24,042 DEBUG storage.ui: partition vda1 (29): 0 >16:13:24,042 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f779c50> >16:13:24,042 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 29)'] from disk(s) ['vda'] >16:13:24,043 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:24,044 DEBUG storage.ui: device vda1 new partedPartition None >16:13:24,045 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >16:13:24,046 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:24,046 DEBUG storage.ui: back from removeNewPartitions >16:13:24,046 DEBUG storage.ui: extended: None >16:13:24,047 DEBUG storage.ui: setting req8 new geometry: parted.Geometry instance -- > start: 2048 end: 16777215 length: 16775168 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f779c50> >16:13:24,048 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:24,049 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f782d10> PedPartition: <_ped.Partition object at 0x7f8c4f720770> >16:13:24,050 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:24,051 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:24,052 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:24,053 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f771490> PedPartition: <_ped.Partition object at 0x7f8c4f720a70> >16:13:24,053 DEBUG storage.ui: fixing size of non-existent 8191MB partition sda1 (26) with non-existent mdmember at 8191.00 >16:13:24,053 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdb1 (27) with non-existent mdmember at 8191.00 >16:13:24,054 DEBUG storage.ui: fixing size of non-existent 8191MB partition sdc1 (28) with non-existent mdmember at 8191.00 >16:13:24,054 DEBUG storage.ui: fixing size of non-existent 8191MB partition vda1 (29) with non-existent mdmember at 8191.00 >16:13:24,056 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >16:13:24,056 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >16:13:24,057 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda1 ; >16:13:24,058 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >16:13:24,059 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >16:13:24,061 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: vda1 ; >16:13:24,062 DEBUG storage.ui: MDRaidArrayDevice._setFormat: pv00 ; current: None ; type: lvmpv ; >16:13:24,062 INFO storage.ui: added mdarray pv00 (id 30) to device tree >16:13:24,062 INFO storage.ui: registered action: [47] Create Device mdarray pv00 (id 30) >16:13:24,062 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >16:13:24,063 INFO storage.ui: registered action: [48] Create Format lvmpv on mdarray pv00 (id 30) >16:13:24,063 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,064 INFO storage.ui: Using 8MB superBlockSize >16:13:24,064 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,064 DEBUG storage.ui: new member set: ['pv00'] >16:13:24,064 DEBUG storage.ui: old member set: [] >16:13:24,065 DEBUG storage.ui: MDRaidArrayDevice.addChild: kids: 0 ; name: pv00 ; >16:13:24,066 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,066 INFO storage.ui: Using 8MB superBlockSize >16:13:24,066 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,066 DEBUG storage.ui: fedora size is 16364MB >16:13:24,067 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,067 INFO storage.ui: Using 8MB superBlockSize >16:13:24,067 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,067 DEBUG storage.ui: vg fedora has -3636MB free >16:13:24,068 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,068 INFO storage.ui: Using 8MB superBlockSize >16:13:24,068 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,069 DEBUG storage.ui: fedora size is 16364MB >16:13:24,069 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,069 INFO storage.ui: Using 8MB superBlockSize >16:13:24,069 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,070 DEBUG storage.ui: vg fedora has -3636MB free >16:13:24,070 INFO storage.ui: adjusting size from 20000.00 to 16364.00 so it fits in container fedora >16:13:24,070 INFO storage.ui: adjusting device size from 20000.00 to 16364.00 >16:13:24,070 DEBUG storage.ui: trying to set lv fedora-root size to 16364MB >16:13:24,071 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,071 INFO storage.ui: Using 8MB superBlockSize >16:13:24,071 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,071 DEBUG storage.ui: fedora size is 16364MB >16:13:24,072 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:24,072 INFO storage.ui: Using 8MB superBlockSize >16:13:24,072 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:24,073 DEBUG storage.ui: vg fedora has -3636MB free >16:13:24,090 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:25,649 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >16:13:25,651 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:25,651 INFO blivet: Using 8MB superBlockSize >16:13:25,651 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:25,652 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 16364MB lvmvg fedora (23) >16:13:25,653 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:25,653 INFO blivet: Using 8MB superBlockSize >16:13:25,654 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:28,146 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:32,752 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:32,753 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:13:32,755 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 10000, ['sda', 'sdb', 'sdc', 'vda'], {'encrypted': False, 'raid_level': None} >16:13:32,756 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:32,757 INFO blivet: Using 8MB superBlockSize >16:13:32,757 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:32,757 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:32,758 INFO blivet: Using 8MB superBlockSize >16:13:32,758 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:32,758 DEBUG blivet: fedora size is 16364MB >16:13:32,759 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:32,759 INFO blivet: Using 8MB superBlockSize >16:13:32,759 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:32,759 DEBUG blivet: vg fedora has 0MB free >16:13:32,760 DEBUG blivet: raw RAID 10 size == 16382.0 >16:13:32,761 INFO blivet: Using 8MB superBlockSize >16:13:32,761 DEBUG blivet: non-existent RAID 10 size == 16366.0 >16:13:32,768 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 10000 ; container_raid_level: raid10 ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>] ; raid_level: None ; label: ; container_name: fedora ; device: non-existent 16364MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >16:13:32,770 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,770 INFO storage.ui: Using 8MB superBlockSize >16:13:32,770 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,771 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,771 INFO storage.ui: Using 8MB superBlockSize >16:13:32,772 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,772 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,772 INFO storage.ui: Using 8MB superBlockSize >16:13:32,773 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,773 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,773 INFO storage.ui: Using 8MB superBlockSize >16:13:32,774 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,774 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,774 INFO storage.ui: Using 8MB superBlockSize >16:13:32,774 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,775 DEBUG storage.ui: fedora size is 16364MB >16:13:32,775 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,775 INFO storage.ui: Using 8MB superBlockSize >16:13:32,776 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,776 DEBUG storage.ui: vg fedora has 0MB free >16:13:32,776 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,777 INFO storage.ui: Using 8MB superBlockSize >16:13:32,777 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,777 DEBUG storage.ui: fedora size is 16364MB >16:13:32,778 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,778 INFO storage.ui: Using 8MB superBlockSize >16:13:32,778 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,778 DEBUG storage.ui: vg fedora has 0MB free >16:13:32,779 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,779 INFO storage.ui: Using 8MB superBlockSize >16:13:32,779 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,779 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 10000, ['sda', 'sdb', 'sdc', 'vda'], {'container_raid_level': 'raid10', 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora', 'device': LVMLogicalVolumeDevice instance (0x7f8c4f7e2590) -- > name = fedora-root status = False kids = 0 id = 24 > parents = ['non-existent 16364MB lvmvg fedora (23)'] > uuid = None size = 16364 > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 16364 path = /dev/mapper/fedora-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f8c4f754ad0) -- > name = fedora status = False kids = 1 id = 23 > parents = ['non-existent 16366MB mdarray pv00 (30) with non-existent lvmpv'] > uuid = None size = 16364 > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 1 > LV Names = [] modified = True > extents = 4091.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['non-existent 16366MB mdarray pv00 (30) with non-existent lvmpv'] > LVs = ['non-existent 16364MB lvmlv fedora-root (24) with non-existent ext4 filesystem mounted at /'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 16364MB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >16:13:32,780 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >16:13:32,781 DEBUG storage.ui: starting Blivet copy >16:13:32,809 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,810 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77c590> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f746f50> PedPartition: <_ped.Partition object at 0x7f8c4f720710> >16:13:32,811 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,812 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f771650> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742050> PedPartition: <_ped.Partition object at 0x7f8c4f720830> >16:13:32,813 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,813 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f774850> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742190> PedPartition: <_ped.Partition object at 0x7f8c4f720590> >16:13:32,814 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:32,815 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7789d0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7422d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe710> >16:13:32,815 DEBUG storage.ui: finished Blivet copy >16:13:32,815 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,816 INFO storage.ui: Using 8MB superBlockSize >16:13:32,816 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,816 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,816 INFO storage.ui: Using 8MB superBlockSize >16:13:32,817 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,817 DEBUG storage.ui: fedora size is 16364MB >16:13:32,817 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,817 INFO storage.ui: Using 8MB superBlockSize >16:13:32,818 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,818 DEBUG storage.ui: vg fedora has 0MB free >16:13:32,818 DEBUG storage.ui: size bumped to 26370 to include new device space >16:13:32,818 DEBUG storage.ui: size cut to 10002 to omit old device space >16:13:32,818 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >16:13:32,820 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 10082.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:13:32,822 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,822 INFO storage.ui: Using 8MB superBlockSize >16:13:32,822 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,822 DEBUG storage.ui: child factory kwargs: {'device': MDRaidArrayDevice instance (0x7f8c4f771690) -- > name = pv00 status = False kids = 1 id = 30 > parents = ['non-existent 8191MB partition sda1 (26) with non-existent mdmember', > 'non-existent 8191MB partition sdb1 (27) with non-existent mdmember', > 'non-existent 8191MB partition sdc1 (28) with non-existent mdmember', > 'non-existent 8191MB partition vda1 (29) with non-existent mdmember'] > uuid = None size = 16366.0 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20080.0 path = /dev/md/pv00 > format args = None originalFormat = lvmpv level = 10 spares = 0 > members = 4 > total devices = 4 metadata version = default, 'encrypted': False, 'raid_level': 'raid10', 'fstype': 'lvmpv'} >16:13:32,823 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f8c4f779450> ; >16:13:32,823 INFO storage.ui: Using 8MB superBlockSize >16:13:32,823 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >16:13:32,825 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f8c3d7b3350>, 20196.0, [DiskDevice instance (0x7f8c4f788f10) -- > name = sda status = True kids = 1 id = 0 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c4820e170> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f788fd0>, DiskDevice instance (0x7f8c4f77f790) -- > name = sdb status = True kids = 1 id = 3 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0290> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77f890>, DiskDevice instance (0x7f8c4f77e290) -- > name = sdc status = True kids = 1 id = 6 > parents = [] > uuid = None size = 8192.0 > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc partedDevice = parted.Device instance -- > model: ATA QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 16777216 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 1 busy: False > hardwareGeometry: (1044, 255, 63) biosGeometry: (1044, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd0320> > target size = 0 path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77e310>, DiskDevice instance (0x7f8c4f77ed50) -- > name = vda status = True kids = 1 id = 8 > parents = [] > uuid = None size = 10240.0 > format = non-existent msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio1/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 20971520 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20805, 16, 63) biosGeometry: (1305, 255, 63) > PedDevice: <_ped.Device object at 0x7f8c45cd05f0> > target size = 0 path = /dev/vda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f8c4f77edd0>]] >16:13:32,826 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >16:13:32,827 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x7f8c4f746e10> ; >16:13:32,827 DEBUG storage.ui: raw RAID 10 size == 16382.0 >16:13:32,827 INFO storage.ui: Using 8MB superBlockSize >16:13:32,828 DEBUG storage.ui: non-existent RAID 10 size == 16366.0 >16:13:32,828 DEBUG storage.ui: parent factory container: non-existent 16366MB mdarray pv00 (30) with non-existent lvmpv >16:13:32,828 DEBUG storage.ui: members: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:32,828 DEBUG storage.ui: add_disks: [] >16:13:32,828 DEBUG storage.ui: remove_disks: [] >16:13:32,829 DEBUG storage.ui: MDRaidMember.__init__: >16:13:32,829 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance >16:13:32,830 INFO storage.ui: Using 8MB superBlockSize >16:13:32,830 DEBUG storage.ui: adding a SameSizeSet with size 20196 >16:13:32,831 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:13:32,832 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:13:32,833 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:13:32,834 DEBUG storage.ui: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:13:32,835 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 26)', 'sdb1(id 27)', 'sdc1(id 28)', 'vda1(id 29)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:32,836 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,836 DEBUG storage.ui: device sda1 new partedPartition None >16:13:32,837 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >16:13:32,838 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:32,840 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,840 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:32,841 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >16:13:32,842 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:32,843 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,843 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:32,844 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >16:13:32,846 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:32,847 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:32,847 DEBUG storage.ui: device vda1 new partedPartition None >16:13:32,848 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >16:13:32,849 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:32,850 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc', 'vda'] ; partitions=['req5(id 26)', 'req6(id 27)', 'req7(id 28)', 'req8(id 29)'] >16:13:32,850 DEBUG storage.ui: removing all non-preexisting partitions ['req5(id 26)', 'req6(id 27)', 'req7(id 28)', 'req8(id 29)'] from disk(s) ['sda', 'sdb', 'sdc', 'vda'] >16:13:32,851 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,852 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,853 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,854 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,855 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,855 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,855 DEBUG storage.ui: allocating partition: req5 ; id: 26 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5049 ; start: None ; end: None >16:13:32,855 DEBUG storage.ui: checking freespace on sda >16:13:32,856 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:32,856 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:32,856 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:32,856 DEBUG storage.ui: evaluating growth potential for new layout >16:13:32,857 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:32,857 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:32,857 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:32,857 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:32,857 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,857 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >16:13:32,857 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:32,858 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,858 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:32,858 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:32,858 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,859 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:32,860 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742d50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:13:32,861 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:32,862 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:32,862 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:32,863 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,863 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,863 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,863 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:32,863 DEBUG storage.ui: taking back 6436801 (3142MB) from 26 (sda1) >16:13:32,863 DEBUG storage.ui: new grow amount for request 26 (sda1) is 10338304 units, or 5048MB >16:13:32,864 DEBUG storage.ui: request 26 (sda1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,864 DEBUG storage.ui: disk /dev/sda growth: 10338304 (5048MB) >16:13:32,865 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,865 DEBUG storage.ui: device sda1 new partedPartition None >16:13:32,866 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >16:13:32,867 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:32,867 DEBUG storage.ui: total growth: 10338304 sectors >16:13:32,867 DEBUG storage.ui: updating use_disk to sda, type: 0 >16:13:32,868 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:32,868 DEBUG storage.ui: new free allows for 10338304 sectors of growth >16:13:32,868 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,868 DEBUG storage.ui: created partition sda1 of 1MB and added it to /dev/sda >16:13:32,870 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:32,870 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7410d0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe5f0> >16:13:32,871 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:32,872 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:32,874 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,874 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742a90> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:32,875 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,876 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,877 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,878 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,879 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,879 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,879 DEBUG storage.ui: allocating partition: req6 ; id: 27 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5049 ; start: None ; end: None >16:13:32,879 DEBUG storage.ui: checking freespace on sdb >16:13:32,880 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:32,880 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:32,880 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:32,881 DEBUG storage.ui: evaluating growth potential for new layout >16:13:32,881 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:32,881 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:32,881 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:32,881 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:32,881 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,883 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:32,883 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741390> PedPartition: <_ped.Partition object at 0x7f8c3d8aee90> >16:13:32,885 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:32,886 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:32,886 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:32,886 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,886 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,887 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,887 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:32,887 DEBUG storage.ui: taking back 6436801 (3142MB) from 27 (sdb1) >16:13:32,887 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 10338304 units, or 5048MB >16:13:32,887 DEBUG storage.ui: request 27 (sdb1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,887 DEBUG storage.ui: disk /dev/sdb growth: 10338304 (5048MB) >16:13:32,887 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:32,888 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,888 DEBUG storage.ui: disk /dev/sdc growth: 0 (0MB) >16:13:32,888 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:32,888 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:32,888 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,888 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,888 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,889 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:32,889 DEBUG storage.ui: taking back 6436801 (3142MB) from 26 (sda1) >16:13:32,889 DEBUG storage.ui: new grow amount for request 26 (sda1) is 10338304 units, or 5048MB >16:13:32,889 DEBUG storage.ui: request 26 (sda1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,889 DEBUG storage.ui: disk /dev/sda growth: 10338304 (5048MB) >16:13:32,890 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,890 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:32,892 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >16:13:32,893 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:32,893 DEBUG storage.ui: total growth: 20676608 sectors >16:13:32,893 DEBUG storage.ui: updating use_disk to sdb, type: 0 >16:13:32,893 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:32,893 DEBUG storage.ui: new free allows for 20676608 sectors of growth >16:13:32,893 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,894 DEBUG storage.ui: created partition sdb1 of 1MB and added it to /dev/sdb >16:13:32,895 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:32,896 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f746d50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:13:32,897 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:32,898 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:32,899 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,900 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742d90> PedPartition: <_ped.Partition object at 0x7f8c4f7fe5f0> >16:13:32,901 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,902 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,902 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,903 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,904 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,905 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,905 DEBUG storage.ui: allocating partition: req7 ; id: 28 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5049 ; start: None ; end: None >16:13:32,905 DEBUG storage.ui: checking freespace on sdc >16:13:32,905 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:32,906 DEBUG storage.ui: checking 63-16777215 (8191 MB) >16:13:32,906 DEBUG storage.ui: current free range is 63-16777215 (8191MB) >16:13:32,906 DEBUG storage.ui: evaluating growth potential for new layout >16:13:32,906 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:32,906 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:32,907 DEBUG storage.ui: disk /dev/vda growth: 0 (0MB) >16:13:32,907 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:32,907 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:32,907 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,907 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,907 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,908 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:32,908 DEBUG storage.ui: taking back 6436801 (3142MB) from 27 (sdb1) >16:13:32,908 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 10338304 units, or 5048MB >16:13:32,908 DEBUG storage.ui: request 27 (sdb1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,908 DEBUG storage.ui: disk /dev/sdb growth: 10338304 (5048MB) >16:13:32,908 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:32,908 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,910 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:32,910 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741110> PedPartition: <_ped.Partition object at 0x7f8c3d8aee30> >16:13:32,911 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:32,913 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:32,913 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:32,913 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,913 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,913 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,913 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:32,914 DEBUG storage.ui: taking back 6436801 (3142MB) from 28 (sdc1) >16:13:32,914 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 10338304 units, or 5048MB >16:13:32,914 DEBUG storage.ui: request 28 (sdc1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,914 DEBUG storage.ui: disk /dev/sdc growth: 10338304 (5048MB) >16:13:32,914 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:32,914 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:32,915 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,915 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,915 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,915 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:32,915 DEBUG storage.ui: taking back 6436801 (3142MB) from 26 (sda1) >16:13:32,915 DEBUG storage.ui: new grow amount for request 26 (sda1) is 10338304 units, or 5048MB >16:13:32,915 DEBUG storage.ui: request 26 (sda1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,916 DEBUG storage.ui: disk /dev/sda growth: 10338304 (5048MB) >16:13:32,917 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,917 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:32,918 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >16:13:32,919 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:32,919 DEBUG storage.ui: total growth: 31014912 sectors >16:13:32,919 DEBUG storage.ui: updating use_disk to sdc, type: 0 >16:13:32,920 DEBUG storage.ui: new free: 63-16777215 / 8191MB >16:13:32,920 DEBUG storage.ui: new free allows for 31014912 sectors of growth >16:13:32,920 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,920 DEBUG storage.ui: created partition sdc1 of 1MB and added it to /dev/sdc >16:13:32,922 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:32,922 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741510> PedPartition: <_ped.Partition object at 0x7f8c3d8aee90> >16:13:32,923 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:32,924 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:32,926 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,926 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741210> PedPartition: <_ped.Partition object at 0x7f8c4f7fe950> >16:13:32,927 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,928 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,928 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,930 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >16:13:32,931 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:32,931 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >16:13:32,931 DEBUG storage.ui: allocating partition: req8 ; id: 29 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 1MB ; grow: True ; max_size: 5049 ; start: None ; end: None >16:13:32,931 DEBUG storage.ui: checking freespace on vda >16:13:32,932 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/vda part_type=0 req_size=1MB boot=False best=None grow=True start=None >16:13:32,932 DEBUG storage.ui: checking 63-20971519 (10239 MB) >16:13:32,932 DEBUG storage.ui: current free range is 63-20971519 (10239MB) >16:13:32,933 DEBUG storage.ui: evaluating growth potential for new layout >16:13:32,933 DEBUG storage.ui: calculating growth for disk /dev/vda >16:13:32,933 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,934 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:32,935 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742cd0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe6b0> >16:13:32,936 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:32,937 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:32,937 DEBUG storage.ui: adding request 29 to chunk 20971457 (63-20971519) on /dev/vda >16:13:32,938 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:32,938 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,938 DEBUG storage.ui: 1 requests and 20969409 (10238MB) left in chunk >16:13:32,938 DEBUG storage.ui: adding 20969409 (10238MB) to 29 (vda1) >16:13:32,938 DEBUG storage.ui: taking back 10631105 (5190MB) from 29 (vda1) >16:13:32,938 DEBUG storage.ui: new grow amount for request 29 (vda1) is 10338304 units, or 5048MB >16:13:32,938 DEBUG storage.ui: request 29 (vda1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,939 DEBUG storage.ui: disk /dev/vda growth: 10338304 (5048MB) >16:13:32,939 DEBUG storage.ui: calculating growth for disk /dev/sdb >16:13:32,939 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:32,939 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,939 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,939 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,940 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:32,940 DEBUG storage.ui: taking back 6436801 (3142MB) from 27 (sdb1) >16:13:32,940 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 10338304 units, or 5048MB >16:13:32,940 DEBUG storage.ui: request 27 (sdb1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,940 DEBUG storage.ui: disk /dev/sdb growth: 10338304 (5048MB) >16:13:32,940 DEBUG storage.ui: calculating growth for disk /dev/sdc >16:13:32,941 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:32,941 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,941 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,941 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,941 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:32,941 DEBUG storage.ui: taking back 6436801 (3142MB) from 28 (sdc1) >16:13:32,941 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 10338304 units, or 5048MB >16:13:32,942 DEBUG storage.ui: request 28 (sdc1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,942 DEBUG storage.ui: disk /dev/sdc growth: 10338304 (5048MB) >16:13:32,942 DEBUG storage.ui: calculating growth for disk /dev/sda >16:13:32,942 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:32,942 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,942 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,942 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,943 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:32,943 DEBUG storage.ui: taking back 6436801 (3142MB) from 26 (sda1) >16:13:32,943 DEBUG storage.ui: new grow amount for request 26 (sda1) is 10338304 units, or 5048MB >16:13:32,943 DEBUG storage.ui: request 26 (sda1) growth: 10338304 (5048MB) size: 5049MB >16:13:32,943 DEBUG storage.ui: disk /dev/sda growth: 10338304 (5048MB) >16:13:32,944 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:32,944 DEBUG storage.ui: device vda1 new partedPartition None >16:13:32,946 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >16:13:32,947 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:32,947 DEBUG storage.ui: total growth: 41353216 sectors >16:13:32,947 DEBUG storage.ui: updating use_disk to vda, type: 0 >16:13:32,947 DEBUG storage.ui: new free: 63-20971519 / 10239MB >16:13:32,947 DEBUG storage.ui: new free allows for 41353216 sectors of growth >16:13:32,948 DEBUG storage.ui: adjusted start sector from 63 to 2048 >16:13:32,948 DEBUG storage.ui: created partition vda1 of 1MB and added it to /dev/vda >16:13:32,949 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:32,950 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7429d0> PedPartition: <_ped.Partition object at 0x7f8c3d8aee30> >16:13:32,951 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:32,952 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:32,953 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:32,954 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f742b90> PedPartition: <_ped.Partition object at 0x7f8c3d8aee90> >16:13:32,954 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc', 'vda'], partitions=['sda1(id 26)', 'sdb1(id 27)', 'sdc1(id 28)', 'vda1(id 29)'] >16:13:32,954 DEBUG storage.ui: growable partitions are ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:32,954 DEBUG storage.ui: adding request 26 to chunk 16777153 (63-16777215) on /dev/sda >16:13:32,955 DEBUG storage.ui: disk sda has 1 chunks >16:13:32,955 DEBUG storage.ui: adding request 27 to chunk 16777153 (63-16777215) on /dev/sdb >16:13:32,955 DEBUG storage.ui: disk sdb has 1 chunks >16:13:32,955 DEBUG storage.ui: adding request 28 to chunk 16777153 (63-16777215) on /dev/sdc >16:13:32,955 DEBUG storage.ui: disk sdc has 1 chunks >16:13:32,956 DEBUG storage.ui: adding request 29 to chunk 20971457 (63-20971519) on /dev/vda >16:13:32,956 DEBUG storage.ui: disk vda has 1 chunks >16:13:32,956 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sda start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,956 DEBUG storage.ui: req: PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,956 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,956 DEBUG storage.ui: adding 16775105 (8190MB) to 26 (sda1) >16:13:32,957 DEBUG storage.ui: taking back 6436801 (3142MB) from 26 (sda1) >16:13:32,957 DEBUG storage.ui: new grow amount for request 26 (sda1) is 10338304 units, or 5048MB >16:13:32,957 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdb start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,957 DEBUG storage.ui: req: PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,957 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,957 DEBUG storage.ui: adding 16775105 (8190MB) to 27 (sdb1) >16:13:32,957 DEBUG storage.ui: taking back 6436801 (3142MB) from 27 (sdb1) >16:13:32,958 DEBUG storage.ui: new grow amount for request 27 (sdb1) is 10338304 units, or 5048MB >16:13:32,958 DEBUG storage.ui: Chunk.growRequests: 16777153 on /dev/sdc start = 63 end = 16777215 >sectorSize = 512 > >16:13:32,958 DEBUG storage.ui: req: PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,958 DEBUG storage.ui: 1 requests and 16775105 (8190MB) left in chunk >16:13:32,958 DEBUG storage.ui: adding 16775105 (8190MB) to 28 (sdc1) >16:13:32,958 DEBUG storage.ui: taking back 6436801 (3142MB) from 28 (sdc1) >16:13:32,958 DEBUG storage.ui: new grow amount for request 28 (sdc1) is 10338304 units, or 5048MB >16:13:32,959 DEBUG storage.ui: Chunk.growRequests: 20971457 on /dev/vda start = 63 end = 20971519 >sectorSize = 512 > >16:13:32,959 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 0 max_grow = 10338304 >done = False >16:13:32,959 DEBUG storage.ui: 1 requests and 20969409 (10238MB) left in chunk >16:13:32,959 DEBUG storage.ui: adding 20969409 (10238MB) to 29 (vda1) >16:13:32,959 DEBUG storage.ui: taking back 10631105 (5190MB) from 29 (vda1) >16:13:32,959 DEBUG storage.ui: new grow amount for request 29 (vda1) is 10338304 units, or 5048MB >16:13:32,959 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 5049 >16:13:32,960 DEBUG storage.ui: min growth is 10338304 >16:13:32,960 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,960 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,960 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,960 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,960 DEBUG storage.ui: set: ['sda1', 'sdb1', 'sdc1', 'vda1'] 5049 >16:13:32,960 DEBUG storage.ui: min growth is 10338304 >16:13:32,961 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 26 name = sda1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,961 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 27 name = sdb1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,961 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 28 name = sdc1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,961 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 29 name = vda1 growable = True >base = 2048 growth = 10338304 max_grow = 10338304 >done = True is 10338304 >16:13:32,961 DEBUG storage.ui: growing partitions on sda >16:13:32,961 DEBUG storage.ui: partition sda1 (26): 0 >16:13:32,962 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f741550> >16:13:32,962 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 26)'] from disk(s) ['sda'] >16:13:32,963 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,963 DEBUG storage.ui: device sda1 new partedPartition None >16:13:32,964 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >16:13:32,965 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >16:13:32,966 DEBUG storage.ui: back from removeNewPartitions >16:13:32,966 DEBUG storage.ui: extended: None >16:13:32,966 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754250> PedGeometry: <_ped.Geometry object at 0x7f8c4f741550> >16:13:32,967 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >16:13:32,968 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741890> PedPartition: <_ped.Partition object at 0x7f8c4f7fe470> >16:13:32,969 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >16:13:32,970 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >16:13:32,971 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >16:13:32,972 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f7544d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741b10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe890> >16:13:32,972 DEBUG storage.ui: growing partitions on sdb >16:13:32,972 DEBUG storage.ui: partition sdb1 (27): 0 >16:13:32,972 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7423d0> >16:13:32,973 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 27)'] from disk(s) ['sdb'] >16:13:32,974 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,974 DEBUG storage.ui: device sdb1 new partedPartition None >16:13:32,975 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >16:13:32,976 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >16:13:32,976 DEBUG storage.ui: back from removeNewPartitions >16:13:32,976 DEBUG storage.ui: extended: None >16:13:32,977 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754a50> PedGeometry: <_ped.Geometry object at 0x7f8c4f7423d0> >16:13:32,978 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >16:13:32,978 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741610> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:32,979 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >16:13:32,981 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >16:13:32,982 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >16:13:32,982 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754e50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741ed0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe290> >16:13:32,982 DEBUG storage.ui: growing partitions on sdc >16:13:32,983 DEBUG storage.ui: partition sdc1 (28): 0 >16:13:32,983 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f742850> >16:13:32,983 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 28)'] from disk(s) ['sdc'] >16:13:32,984 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,984 DEBUG storage.ui: device sdc1 new partedPartition None >16:13:32,986 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >16:13:32,987 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >16:13:32,987 DEBUG storage.ui: back from removeNewPartitions >16:13:32,987 DEBUG storage.ui: extended: None >16:13:32,987 DEBUG storage.ui: setting req7 new geometry: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f754c10> PedGeometry: <_ped.Geometry object at 0x7f8c4f742850> >16:13:32,989 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >16:13:32,989 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f746cd0> PedPartition: <_ped.Partition object at 0x7f8c4f7fe5f0> >16:13:32,990 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >16:13:32,991 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >16:13:32,993 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >16:13:32,993 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754550> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741d10> PedPartition: <_ped.Partition object at 0x7f8c4f7fe410> >16:13:32,993 DEBUG storage.ui: growing partitions on vda >16:13:32,994 DEBUG storage.ui: partition vda1 (29): 0 >16:13:32,994 DEBUG storage.ui: new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7414d0> >16:13:32,994 DEBUG storage.ui: removing all non-preexisting partitions ['vda1(id 29)'] from disk(s) ['vda'] >16:13:32,995 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:32,995 DEBUG storage.ui: device vda1 new partedPartition None >16:13:32,997 DEBUG storage.ui: PartitionDevice._setDisk: req8 ; new: None ; old: vda ; >16:13:32,998 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: vda ; >16:13:32,998 DEBUG storage.ui: back from removeNewPartitions >16:13:32,998 DEBUG storage.ui: extended: None >16:13:32,998 DEBUG storage.ui: setting req8 new geometry: parted.Geometry instance -- > start: 2048 end: 10342399 length: 10340352 > device: <parted.device.Device object at 0x7f8c4f744690> PedGeometry: <_ped.Geometry object at 0x7f8c4f7414d0> >16:13:32,999 DEBUG storage.ui: PartitionDevice._setPartedPartition: req8 ; >16:13:33,000 DEBUG storage.ui: device req8 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f779e50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe950> >16:13:33,001 DEBUG storage.ui: PartitionDevice._setDisk: vda1 ; new: vda ; old: None ; >16:13:33,002 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: vda ; >16:13:33,003 DEBUG storage.ui: PartitionDevice._setPartedPartition: vda1 ; >16:13:33,004 DEBUG storage.ui: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744950> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f741c50> PedPartition: <_ped.Partition object at 0x7f8c4f7fe530> >16:13:33,004 DEBUG storage.ui: fixing size of non-existent 5049MB partition sda1 (26) with non-existent mdmember at 5049.00 >16:13:33,004 DEBUG storage.ui: fixing size of non-existent 5049MB partition sdb1 (27) with non-existent mdmember at 5049.00 >16:13:33,005 DEBUG storage.ui: fixing size of non-existent 5049MB partition sdc1 (28) with non-existent mdmember at 5049.00 >16:13:33,005 DEBUG storage.ui: fixing size of non-existent 5049MB partition vda1 (29) with non-existent mdmember at 5049.00 >16:13:33,006 DEBUG storage.ui: new member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:33,006 DEBUG storage.ui: old member set: ['sda1', 'sdb1', 'sdc1', 'vda1'] >16:13:33,006 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,007 INFO storage.ui: Using 8MB superBlockSize >16:13:33,007 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,007 DEBUG storage.ui: renaming device 'pv00' to '00' >16:13:33,007 DEBUG storage.ui: new member set: ['00'] >16:13:33,007 DEBUG storage.ui: old member set: ['00'] >16:13:33,008 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,008 INFO storage.ui: Using 8MB superBlockSize >16:13:33,008 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,008 DEBUG storage.ui: fedora size is 10080MB >16:13:33,009 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,009 INFO storage.ui: Using 8MB superBlockSize >16:13:33,009 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,009 DEBUG storage.ui: vg fedora has -6284MB free >16:13:33,010 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,010 INFO storage.ui: Using 8MB superBlockSize >16:13:33,010 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,010 DEBUG storage.ui: fedora size is 10080MB >16:13:33,011 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,011 INFO storage.ui: Using 8MB superBlockSize >16:13:33,011 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,011 DEBUG storage.ui: vg fedora has -6284MB free >16:13:33,011 INFO storage.ui: adjusting device size from 16364.00 to 10000.00 >16:13:33,012 DEBUG storage.ui: trying to set lv fedora-root size to 10000MB >16:13:33,012 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,012 INFO storage.ui: Using 8MB superBlockSize >16:13:33,012 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,012 DEBUG storage.ui: fedora size is 10080MB >16:13:33,013 DEBUG storage.ui: raw RAID 10 size == 10098.0 >16:13:33,013 INFO storage.ui: Using 8MB superBlockSize >16:13:33,013 DEBUG storage.ui: non-existent RAID 10 size == 10082.0 >16:13:33,013 DEBUG storage.ui: vg fedora has -6284MB free >16:13:33,031 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:35,149 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:36,357 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora ; >16:13:36,359 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:36,359 INFO blivet: Using 8MB superBlockSize >16:13:36,359 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:36,360 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 10080MB lvmvg fedora (23) >16:13:36,361 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:36,362 INFO blivet: Using 8MB superBlockSize >16:13:36,362 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:42,472 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 0, [], {} >16:13:45,366 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:45,367 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >16:13:45,370 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f8c3d7b3350>, 10000, ['sda', 'sdb', 'sdc', 'vda'], {'encrypted': False, 'raid_level': None} >16:13:45,371 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:45,371 INFO blivet: Using 8MB superBlockSize >16:13:45,372 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:45,372 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:45,373 INFO blivet: Using 8MB superBlockSize >16:13:45,373 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:45,373 DEBUG blivet: fedora size is 10080MB >16:13:45,374 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:45,374 INFO blivet: Using 8MB superBlockSize >16:13:45,375 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:45,375 DEBUG blivet: vg fedora has 80MB free >16:13:45,376 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:45,376 INFO blivet: Using 8MB superBlockSize >16:13:45,376 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:45,379 INFO blivet: removing obsolete action 24 (38) >16:13:45,380 INFO blivet: removing obsolete action 25 (38) >16:13:45,380 INFO blivet: removing obsolete action 38 (38) >16:13:45,380 INFO blivet: removing obsolete action 22 (37) >16:13:45,380 INFO blivet: removing obsolete action 23 (37) >16:13:45,381 INFO blivet: removing obsolete action 37 (37) >16:13:45,381 INFO blivet: removing obsolete action 20 (36) >16:13:45,381 INFO blivet: removing obsolete action 21 (36) >16:13:45,381 INFO blivet: removing obsolete action 36 (36) >16:13:45,382 INFO blivet: removing obsolete action 18 (35) >16:13:45,382 INFO blivet: removing obsolete action 19 (35) >16:13:45,382 INFO blivet: removing obsolete action 35 (35) >16:13:45,382 INFO blivet: removing obsolete action 31 (34) >16:13:45,383 INFO blivet: removing obsolete action 32 (34) >16:13:45,383 INFO blivet: removing obsolete action 34 (34) >16:13:45,383 INFO blivet: removing obsolete action 26 (33) >16:13:45,383 INFO blivet: removing obsolete action 27 (33) >16:13:45,384 INFO blivet: removing obsolete action 33 (33) >16:13:45,384 DEBUG blivet: action 32 already pruned >16:13:45,384 DEBUG blivet: action 31 already pruned >16:13:45,384 DEBUG blivet: action 27 already pruned >16:13:45,384 DEBUG blivet: action 26 already pruned >16:13:45,385 DEBUG blivet: action 25 already pruned >16:13:45,385 DEBUG blivet: action 24 already pruned >16:13:45,385 DEBUG blivet: action 23 already pruned >16:13:45,385 DEBUG blivet: action 22 already pruned >16:13:45,385 DEBUG blivet: action 21 already pruned >16:13:45,386 DEBUG blivet: action 20 already pruned >16:13:45,386 DEBUG blivet: action 19 already pruned >16:13:45,386 DEBUG blivet: action 18 already pruned >16:13:46,713 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:13:46,714 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:46,715 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >16:13:46,716 DEBUG blivet: DeviceTree.getDeviceByName returned existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:46,716 DEBUG blivet: resolved 'sda' to 'sda' (disk) >16:13:53,505 INFO blivet: omitting ksdata: existing 8192MB disk sda (0) with non-existent msdos disklabel >16:13:53,506 INFO blivet: omitting ksdata: existing 10240MB disk vda (8) with non-existent msdos disklabel >16:13:53,506 INFO blivet: omitting ksdata: existing 8192MB disk sdc (6) with non-existent msdos disklabel >16:13:53,507 INFO blivet: omitting ksdata: existing 8192MB disk sdb (3) with non-existent msdos disklabel >16:13:53,513 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >16:13:53,514 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-root ; status: False ; controllable: True ; >16:13:53,514 INFO blivet: resetting parted disks... >16:13:53,515 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >16:13:53,515 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >16:13:53,516 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >16:13:53,517 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >16:13:53,517 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdc ; >16:13:53,518 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdc ; >16:13:53,519 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >16:13:53,520 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/vda ; >16:13:53,522 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >16:13:53,523 DEBUG blivet: PartitionDevice.preCommitFixup: sdb1 ; >16:13:53,524 DEBUG blivet: PartitionDevice.preCommitFixup: sdc1 ; >16:13:53,525 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >16:13:53,526 DEBUG blivet: MDRaidArrayDevice.preCommitFixup: 00 ; ['', '', None, '', '', '', '', '', None, '', '', None, None, '', '/', '', '', '', '', ''] ; >16:13:53,527 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:53,527 INFO blivet: Using 8MB superBlockSize >16:13:53,527 DEBUG blivet: non-existent RAID 10 size == 10082.0 >16:13:53,528 DEBUG blivet: MDRaidArrayDevice.preCommitFixup: localhost.localdomain:root ; ['', '', None, '', '', '', '', '', None, '', '', None, None, '', '/', '', '', '', '', ''] ; >16:13:53,529 DEBUG blivet: raw RAID 10 size == 10016.0 >16:13:53,529 INFO blivet: Using 2.0MB superBlockSize >16:13:53,529 DEBUG blivet: existing RAID 10 size == 10015.0 >16:13:53,530 DEBUG blivet: PartitionDevice.preCommitFixup: vda1 ; >16:13:53,531 DEBUG blivet: sector-based lookup found partition vda1 >16:13:53,532 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >16:13:53,532 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f782590> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7992d0> PedPartition: <_ped.Partition object at 0x7f8c4f7a1530> >16:13:53,533 DEBUG blivet: PartitionDevice.preCommitFixup: sdc1 ; >16:13:53,533 DEBUG blivet: sector-based lookup found partition sdc1 >16:13:53,534 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >16:13:53,535 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77eb90> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760550> PedPartition: <_ped.Partition object at 0x7f8c4f77df50> >16:13:53,536 DEBUG blivet: PartitionDevice.preCommitFixup: sdb1 ; >16:13:53,536 DEBUG blivet: sector-based lookup found partition sdb1 >16:13:53,537 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >16:13:53,539 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77e0d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f760410> PedPartition: <_ped.Partition object at 0x7f8c4f77dfb0> >16:13:53,540 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >16:13:53,540 DEBUG blivet: sector-based lookup found partition sda1 >16:13:53,541 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >16:13:53,541 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f77f590> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7602d0> PedPartition: <_ped.Partition object at 0x7f8c4f77ddd0> >16:13:53,542 DEBUG blivet: action: [0] Destroy Format ext4 filesystem on mdarray localhost.localdomain:root (id 2) >16:13:53,542 DEBUG blivet: action: [1] Destroy Device mdarray localhost.localdomain:root (id 2) >16:13:53,542 DEBUG blivet: action: [14] Destroy Format mdmember on partition vda1 (id 9) >16:13:53,543 DEBUG blivet: action: [15] Destroy Device partition vda1 (id 9) >16:13:53,543 DEBUG blivet: action: [16] Destroy Format msdos disklabel on disk vda (id 8) >16:13:53,543 DEBUG blivet: action: [10] Destroy Format mdmember on partition sdc1 (id 7) >16:13:53,543 DEBUG blivet: action: [11] Destroy Device partition sdc1 (id 7) >16:13:53,543 DEBUG blivet: action: [12] Destroy Format msdos disklabel on disk sdc (id 6) >16:13:53,544 DEBUG blivet: action: [6] Destroy Format mdmember on partition sdb1 (id 4) >16:13:53,544 DEBUG blivet: action: [7] Destroy Device partition sdb1 (id 4) >16:13:53,544 DEBUG blivet: action: [8] Destroy Format msdos disklabel on disk sdb (id 3) >16:13:53,544 DEBUG blivet: action: [2] Destroy Format mdmember on partition sda1 (id 1) >16:13:53,544 DEBUG blivet: action: [3] Destroy Device partition sda1 (id 1) >16:13:53,544 DEBUG blivet: action: [4] Destroy Format msdos disklabel on disk sda (id 0) >16:13:53,545 DEBUG blivet: action: [17] Create Format msdos disklabel on disk vda (id 8) >16:13:53,545 DEBUG blivet: action: [45] Create Device partition vda1 (id 29) >16:13:53,545 DEBUG blivet: action: [46] Create Format mdmember on partition vda1 (id 29) >16:13:53,545 DEBUG blivet: action: [13] Create Format msdos disklabel on disk sdc (id 6) >16:13:53,546 DEBUG blivet: action: [43] Create Device partition sdc1 (id 28) >16:13:53,546 DEBUG blivet: action: [44] Create Format mdmember on partition sdc1 (id 28) >16:13:53,546 DEBUG blivet: action: [9] Create Format msdos disklabel on disk sdb (id 3) >16:13:53,546 DEBUG blivet: action: [41] Create Device partition sdb1 (id 27) >16:13:53,546 DEBUG blivet: action: [42] Create Format mdmember on partition sdb1 (id 27) >16:13:53,547 DEBUG blivet: action: [5] Create Format msdos disklabel on disk sda (id 0) >16:13:53,547 DEBUG blivet: action: [39] Create Device partition sda1 (id 26) >16:13:53,547 DEBUG blivet: action: [40] Create Format mdmember on partition sda1 (id 26) >16:13:53,547 DEBUG blivet: action: [47] Create Device mdarray 00 (id 30) >16:13:53,547 DEBUG blivet: action: [48] Create Format lvmpv on mdarray 00 (id 30) >16:13:53,548 DEBUG blivet: action: [28] Create Device lvmvg fedora (id 23) >16:13:53,548 DEBUG blivet: action: [29] Create Device lvmlv fedora-root (id 24) >16:13:53,548 DEBUG blivet: action: [30] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 24) >16:13:53,548 INFO blivet: pruning action queue... >16:13:53,549 INFO blivet: sorting actions... >16:13:53,556 DEBUG blivet: action: [0] Destroy Format ext4 filesystem on mdarray localhost.localdomain:root (id 2) >16:13:53,557 DEBUG blivet: action: [1] Destroy Device mdarray localhost.localdomain:root (id 2) >16:13:53,557 DEBUG blivet: action: [2] Destroy Format mdmember on partition sda1 (id 1) >16:13:53,557 DEBUG blivet: action: [3] Destroy Device partition sda1 (id 1) >16:13:53,557 DEBUG blivet: action: [4] Destroy Format msdos disklabel on disk sda (id 0) >16:13:53,557 DEBUG blivet: action: [6] Destroy Format mdmember on partition sdb1 (id 4) >16:13:53,558 DEBUG blivet: action: [7] Destroy Device partition sdb1 (id 4) >16:13:53,558 DEBUG blivet: action: [8] Destroy Format msdos disklabel on disk sdb (id 3) >16:13:53,558 DEBUG blivet: action: [10] Destroy Format mdmember on partition sdc1 (id 7) >16:13:53,558 DEBUG blivet: action: [11] Destroy Device partition sdc1 (id 7) >16:13:53,558 DEBUG blivet: action: [12] Destroy Format msdos disklabel on disk sdc (id 6) >16:13:53,559 DEBUG blivet: action: [14] Destroy Format mdmember on partition vda1 (id 9) >16:13:53,559 DEBUG blivet: action: [15] Destroy Device partition vda1 (id 9) >16:13:53,559 DEBUG blivet: action: [16] Destroy Format msdos disklabel on disk vda (id 8) >16:13:53,559 DEBUG blivet: action: [5] Create Format msdos disklabel on disk sda (id 0) >16:13:53,559 DEBUG blivet: action: [39] Create Device partition sda1 (id 26) >16:13:53,560 DEBUG blivet: action: [40] Create Format mdmember on partition sda1 (id 26) >16:13:53,560 DEBUG blivet: action: [9] Create Format msdos disklabel on disk sdb (id 3) >16:13:53,560 DEBUG blivet: action: [41] Create Device partition sdb1 (id 27) >16:13:53,560 DEBUG blivet: action: [42] Create Format mdmember on partition sdb1 (id 27) >16:13:53,560 DEBUG blivet: action: [13] Create Format msdos disklabel on disk sdc (id 6) >16:13:53,561 DEBUG blivet: action: [43] Create Device partition sdc1 (id 28) >16:13:53,561 DEBUG blivet: action: [44] Create Format mdmember on partition sdc1 (id 28) >16:13:53,561 DEBUG blivet: action: [17] Create Format msdos disklabel on disk vda (id 8) >16:13:53,561 DEBUG blivet: action: [45] Create Device partition vda1 (id 29) >16:13:53,561 DEBUG blivet: action: [46] Create Format mdmember on partition vda1 (id 29) >16:13:53,561 DEBUG blivet: action: [47] Create Device mdarray 00 (id 30) >16:13:53,562 DEBUG blivet: action: [48] Create Format lvmpv on mdarray 00 (id 30) >16:13:53,562 DEBUG blivet: action: [28] Create Device lvmvg fedora (id 23) >16:13:53,562 DEBUG blivet: action: [29] Create Device lvmlv fedora-root (id 24) >16:13:53,562 DEBUG blivet: action: [30] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 24) >16:13:53,563 INFO blivet: executing action: [0] Destroy Format ext4 filesystem on mdarray localhost.localdomain:root (id 2) >16:13:53,564 DEBUG blivet: MDRaidArrayDevice.setup: localhost.localdomain:root ; status: False ; controllable: True ; orig: True ; >16:13:53,564 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 0 ; name: localhost.localdomain:root ; orig: True ; >16:13:53,565 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >16:13:53,566 DEBUG blivet: MDRaidMember.setup: device: /dev/sda1 ; status: False ; type: mdmember ; >16:13:53,567 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >16:13:53,568 DEBUG blivet: MDRaidMember.setup: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:13:53,568 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: True ; >16:13:53,569 DEBUG blivet: MDRaidMember.setup: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:13:53,570 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: True ; >16:13:53,571 DEBUG blivet: MDRaidMember.setup: device: /dev/vda1 ; status: False ; type: mdmember ; >16:13:53,572 DEBUG blivet: MDRaidArrayDevice._setup: localhost.localdomain:root ; status: False ; controllable: True ; orig: True ; >16:13:53,573 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >16:13:53,574 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >16:13:53,575 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: True ; >16:13:53,576 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: True ; >16:13:53,688 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:13:53,689 DEBUG blivet: Ext4FS.destroy: device: /dev/md/localhost.localdomain:root ; status: False ; type: ext4 ; >16:13:53,793 DEBUG blivet: MDRaidArrayDevice.teardown: localhost.localdomain:root ; status: True ; controllable: True ; >16:13:53,795 DEBUG blivet: DeviceFormat.teardown: device: /dev/md/localhost.localdomain:root ; status: False ; type: None ; >16:13:54,086 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:13:54,104 INFO blivet: executing action: [1] Destroy Device mdarray localhost.localdomain:root (id 2) >16:13:54,105 DEBUG blivet: MDRaidArrayDevice.destroy: localhost.localdomain:root ; status: False ; >16:13:54,106 DEBUG blivet: MDRaidArrayDevice.teardown: localhost.localdomain:root ; status: False ; controllable: True ; >16:13:54,108 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: localhost.localdomain:root ; status: False ; >16:13:54,127 INFO blivet: executing action: [2] Destroy Format mdmember on partition sda1 (id 1) >16:13:54,129 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >16:13:54,170 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >16:13:54,171 DEBUG blivet: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:13:54,172 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >16:13:54,202 INFO blivet: executing action: [3] Destroy Device partition sda1 (id 1) >16:13:54,203 DEBUG blivet: PartitionDevice.destroy: sda1 ; status: True ; >16:13:54,204 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >16:13:54,205 DEBUG blivet: MDRaidMember.teardown: device: /dev/sda1 ; status: False ; type: mdmember ; >16:13:54,206 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >16:13:54,222 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: True ; >16:13:54,223 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >16:13:54,224 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,225 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,225 DEBUG blivet: PartitionDevice._destroy: sda1 ; status: True ; >16:13:54,226 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >16:13:54,270 INFO blivet: executing action: [4] Destroy Format msdos disklabel on disk sda (id 0) >16:13:54,271 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >16:13:54,272 DEBUG blivet: DiskLabel.destroy: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,297 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >16:13:54,298 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,328 INFO blivet: executing action: [6] Destroy Format mdmember on partition sdb1 (id 4) >16:13:54,330 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >16:13:54,370 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >16:13:54,371 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:13:54,373 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >16:13:54,404 INFO blivet: executing action: [7] Destroy Device partition sdb1 (id 4) >16:13:54,405 DEBUG blivet: PartitionDevice.destroy: sdb1 ; status: True ; >16:13:54,405 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >16:13:54,406 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:13:54,408 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >16:13:54,425 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sdb1 ; orig: True ; >16:13:54,426 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >16:13:54,428 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:54,429 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:54,430 DEBUG blivet: PartitionDevice._destroy: sdb1 ; status: True ; >16:13:54,432 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 0 ; >16:13:54,474 INFO blivet: executing action: [8] Destroy Format msdos disklabel on disk sdb (id 3) >16:13:54,475 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >16:13:54,476 DEBUG blivet: DiskLabel.destroy: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:54,508 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >16:13:54,509 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:54,542 INFO blivet: executing action: [10] Destroy Format mdmember on partition sdc1 (id 7) >16:13:54,542 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: True ; >16:13:54,579 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >16:13:54,579 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:13:54,581 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdc1 ; status: False ; type: None ; >16:13:54,618 INFO blivet: executing action: [11] Destroy Device partition sdc1 (id 7) >16:13:54,619 DEBUG blivet: PartitionDevice.destroy: sdc1 ; status: True ; >16:13:54,620 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >16:13:54,621 DEBUG blivet: MDRaidMember.teardown: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:13:54,625 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdc1 ; status: False ; type: None ; >16:13:54,645 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sdc1 ; orig: True ; >16:13:54,646 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: True ; >16:13:54,647 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:54,648 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:54,649 DEBUG blivet: PartitionDevice._destroy: sdc1 ; status: True ; >16:13:54,650 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 0 ; >16:13:54,698 INFO blivet: executing action: [12] Destroy Format msdos disklabel on disk sdc (id 6) >16:13:54,699 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: True ; >16:13:54,700 DEBUG blivet: DiskLabel.destroy: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:54,728 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >16:13:54,730 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:54,761 INFO blivet: executing action: [14] Destroy Format mdmember on partition vda1 (id 9) >16:13:54,762 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: True ; >16:13:54,795 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:13:54,796 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:13:54,797 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >16:13:54,828 INFO blivet: executing action: [15] Destroy Device partition vda1 (id 9) >16:13:54,829 DEBUG blivet: PartitionDevice.destroy: vda1 ; status: True ; >16:13:54,830 DEBUG blivet: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >16:13:54,831 DEBUG blivet: MDRaidMember.teardown: device: /dev/vda1 ; status: False ; type: mdmember ; >16:13:54,833 DEBUG blivet: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >16:13:54,850 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: vda1 ; orig: True ; >16:13:54,851 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: True ; >16:13:54,852 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >16:13:54,853 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >16:13:54,854 DEBUG blivet: PartitionDevice._destroy: vda1 ; status: True ; >16:13:54,857 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; >16:13:54,898 INFO blivet: executing action: [16] Destroy Format msdos disklabel on disk vda (id 8) >16:13:54,899 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: True ; >16:13:54,899 DEBUG blivet: DiskLabel.destroy: device: /dev/vda ; status: False ; type: disklabel ; >16:13:54,922 DEBUG blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >16:13:54,923 DEBUG blivet: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >16:13:54,953 INFO blivet: executing action: [5] Create Format msdos disklabel on disk sda (id 0) >16:13:54,954 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:13:54,955 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,956 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >16:13:54,957 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >16:13:54,999 DEBUG blivet: DiskDevice.updateSysfsPath: sda ; status: True ; >16:13:54,999 DEBUG blivet: sda sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda >16:13:55,015 INFO blivet: executing action: [39] Create Device partition sda1 (id 26) >16:13:55,016 DEBUG blivet: PartitionDevice.create: sda1 ; status: False ; >16:13:55,017 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sda1 ; orig: False ; >16:13:55,017 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >16:13:55,018 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >16:13:55,019 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >16:13:55,020 DEBUG blivet: PartitionDevice._create: sda1 ; status: False ; >16:13:55,021 DEBUG blivet: PartitionDevice._wipe: sda1 ; status: False ; >16:13:55,115 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >16:13:55,157 DEBUG blivet: post-commit partition path is /dev/sda1 >16:13:55,158 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >16:13:55,159 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754910> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f715bd0> PedPartition: <_ped.Partition object at 0x7f8c4f7a1590> >16:13:55,160 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda1 ; status: False ; type: None ; >16:13:55,184 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:13:55,185 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >16:13:55,187 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >16:13:55,188 DEBUG blivet: sda1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >16:13:55,219 INFO blivet: executing action: [40] Create Format mdmember on partition sda1 (id 26) >16:13:55,221 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:13:55,222 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 1 ; >16:13:55,223 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 2 ; >16:13:55,224 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 3 ; >16:13:55,224 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 4 ; >16:13:55,225 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 6 ; >16:13:55,226 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 8 ; >16:13:55,227 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 9 ; >16:13:55,227 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 10 ; >16:13:55,228 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 11 ; >16:13:55,229 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 12 ; >16:13:55,229 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 13 ; >16:13:55,230 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 14 ; >16:13:55,231 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 15 ; >16:13:55,231 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda1 ; flag: 5 ; >16:13:55,233 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 1 ; >16:13:55,237 DEBUG blivet: MDRaidMember.create: device: /dev/sda1 ; status: False ; type: mdmember ; >16:13:55,258 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >16:13:55,260 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >16:13:55,262 DEBUG blivet: sda1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 >16:13:55,276 INFO blivet: executing action: [9] Create Format msdos disklabel on disk sdb (id 3) >16:13:55,279 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:13:55,280 DEBUG blivet: DiskLabel.create: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:55,281 DEBUG blivet: DiskLabel.create: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:55,282 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 0 ; >16:13:55,327 DEBUG blivet: DiskDevice.updateSysfsPath: sdb ; status: True ; >16:13:55,327 DEBUG blivet: sdb sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb >16:13:55,345 INFO blivet: executing action: [41] Create Device partition sdb1 (id 27) >16:13:55,346 DEBUG blivet: PartitionDevice.create: sdb1 ; status: False ; >16:13:55,347 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sdb1 ; orig: False ; >16:13:55,348 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >16:13:55,349 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:55,350 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >16:13:55,351 DEBUG blivet: PartitionDevice._create: sdb1 ; status: False ; >16:13:55,352 DEBUG blivet: PartitionDevice._wipe: sdb1 ; status: False ; >16:13:55,432 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 1 ; >16:13:55,474 DEBUG blivet: post-commit partition path is /dev/sdb1 >16:13:55,475 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >16:13:55,475 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f754f50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7f7410> PedPartition: <_ped.Partition object at 0x7f8c4f7a1650> >16:13:55,476 DEBUG blivet: DeviceFormat.destroy: device: /dev/sdb1 ; status: False ; type: None ; >16:13:55,505 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:13:55,511 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >16:13:55,513 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >16:13:55,514 DEBUG blivet: sdb1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 >16:13:55,552 INFO blivet: executing action: [42] Create Format mdmember on partition sdb1 (id 27) >16:13:55,554 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:13:55,554 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 1 ; >16:13:55,555 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 2 ; >16:13:55,556 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 3 ; >16:13:55,557 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 4 ; >16:13:55,557 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 6 ; >16:13:55,558 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 8 ; >16:13:55,559 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 9 ; >16:13:55,560 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 10 ; >16:13:55,561 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 11 ; >16:13:55,561 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 12 ; >16:13:55,562 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 13 ; >16:13:55,563 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 14 ; >16:13:55,563 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 15 ; >16:13:55,564 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdb1 ; flag: 5 ; >16:13:55,565 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sdb ; numparts: 1 ; >16:13:55,571 DEBUG blivet: MDRaidMember.create: device: /dev/sdb1 ; status: False ; type: mdmember ; >16:13:55,592 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >16:13:55,593 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >16:13:55,594 DEBUG blivet: sdb1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 >16:13:55,609 INFO blivet: executing action: [13] Create Format msdos disklabel on disk sdc (id 6) >16:13:55,610 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:13:55,612 DEBUG blivet: DiskLabel.create: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:55,613 DEBUG blivet: DiskLabel.create: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:55,614 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 0 ; >16:13:55,658 DEBUG blivet: DiskDevice.updateSysfsPath: sdc ; status: True ; >16:13:55,659 DEBUG blivet: sdc sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc >16:13:55,677 INFO blivet: executing action: [43] Create Device partition sdc1 (id 28) >16:13:55,678 DEBUG blivet: PartitionDevice.create: sdc1 ; status: False ; >16:13:55,679 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sdc1 ; orig: False ; >16:13:55,680 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >16:13:55,681 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:55,683 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >16:13:55,685 DEBUG blivet: PartitionDevice._create: sdc1 ; status: False ; >16:13:55,688 DEBUG blivet: PartitionDevice._wipe: sdc1 ; status: False ; >16:13:55,776 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 1 ; >16:13:55,820 DEBUG blivet: post-commit partition path is /dev/sdc1 >16:13:55,821 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >16:13:55,822 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744310> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7f7510> PedPartition: <_ped.Partition object at 0x7f8c4f7a1710> >16:13:55,823 DEBUG blivet: DeviceFormat.destroy: device: /dev/sdc1 ; status: False ; type: None ; >16:13:55,843 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:13:55,845 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >16:13:55,847 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >16:13:55,848 DEBUG blivet: sdc1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1 >16:13:55,880 INFO blivet: executing action: [44] Create Format mdmember on partition sdc1 (id 28) >16:13:55,881 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:13:55,883 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 1 ; >16:13:55,884 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 2 ; >16:13:55,885 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 3 ; >16:13:55,885 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 4 ; >16:13:55,886 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 6 ; >16:13:55,887 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 8 ; >16:13:55,888 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 9 ; >16:13:55,888 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 10 ; >16:13:55,889 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 11 ; >16:13:55,890 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 12 ; >16:13:55,891 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 13 ; >16:13:55,892 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 14 ; >16:13:55,892 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 15 ; >16:13:55,893 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdc1 ; flag: 5 ; >16:13:55,894 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sdc ; numparts: 1 ; >16:13:55,899 DEBUG blivet: MDRaidMember.create: device: /dev/sdc1 ; status: False ; type: mdmember ; >16:13:55,923 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >16:13:55,924 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >16:13:55,924 DEBUG blivet: sdc1 sysfsPath set to /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:1/1:0:1:0/block/sdc/sdc1 >16:13:55,941 INFO blivet: executing action: [17] Create Format msdos disklabel on disk vda (id 8) >16:13:55,943 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:13:55,944 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >16:13:55,944 DEBUG blivet: DiskLabel.create: device: /dev/vda ; status: False ; type: disklabel ; >16:13:55,945 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; >16:13:55,986 DEBUG blivet: DiskDevice.updateSysfsPath: vda ; status: True ; >16:13:55,986 DEBUG blivet: vda sysfsPath set to /devices/pci0000:00/0000:00:06.0/virtio1/block/vda >16:13:56,002 INFO blivet: executing action: [45] Create Device partition vda1 (id 29) >16:13:56,003 DEBUG blivet: PartitionDevice.create: vda1 ; status: False ; >16:13:56,004 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: vda1 ; orig: False ; >16:13:56,005 DEBUG blivet: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >16:13:56,006 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >16:13:56,007 DEBUG blivet: DiskLabel.setup: device: /dev/vda ; status: False ; type: disklabel ; >16:13:56,007 DEBUG blivet: PartitionDevice._create: vda1 ; status: False ; >16:13:56,011 DEBUG blivet: PartitionDevice._wipe: vda1 ; status: False ; >16:13:56,061 DEBUG blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; >16:13:56,092 DEBUG blivet: post-commit partition path is /dev/vda1 >16:13:56,093 DEBUG blivet: PartitionDevice._setPartedPartition: vda1 ; >16:13:56,094 DEBUG blivet: device vda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f8c4f744bd0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f8c4f7d5390> PedPartition: <_ped.Partition object at 0x7f8c4f7a17d0> >16:13:56,095 DEBUG blivet: DeviceFormat.destroy: device: /dev/vda1 ; status: False ; type: None ; >16:13:56,111 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:13:56,114 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >16:13:56,116 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >16:13:56,116 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1 >16:13:56,145 INFO blivet: executing action: [46] Create Format mdmember on partition vda1 (id 29) >16:13:56,148 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:13:56,149 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 1 ; >16:13:56,150 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 2 ; >16:13:56,151 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 3 ; >16:13:56,152 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 4 ; >16:13:56,153 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 6 ; >16:13:56,153 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 8 ; >16:13:56,154 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 9 ; >16:13:56,155 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 10 ; >16:13:56,155 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 11 ; >16:13:56,156 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 12 ; >16:13:56,157 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 13 ; >16:13:56,157 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 14 ; >16:13:56,158 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/vda1 ; flag: 15 ; >16:13:56,159 DEBUG blivet: PartitionDevice.setFlag: path: /dev/vda1 ; flag: 5 ; >16:13:56,160 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/vda ; numparts: 1 ; >16:13:56,166 DEBUG blivet: MDRaidMember.create: device: /dev/vda1 ; status: False ; type: mdmember ; >16:13:56,184 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >16:13:56,185 DEBUG blivet: PartitionDevice.updateSysfsPath: vda1 ; status: True ; >16:13:56,185 DEBUG blivet: vda1 sysfsPath set to /devices/pci0000:00/0000:00:06.0/virtio1/block/vda/vda1 >16:13:56,203 INFO blivet: executing action: [47] Create Device mdarray 00 (id 30) >16:13:56,204 DEBUG blivet: MDRaidArrayDevice.create: 00 ; status: False ; >16:13:56,205 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 1 ; name: 00 ; orig: False ; >16:13:56,206 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >16:13:56,207 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >16:13:56,207 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >16:13:56,208 DEBUG blivet: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >16:13:56,209 DEBUG blivet: MDRaidArrayDevice._create: 00 ; status: False ; >16:13:56,362 DEBUG blivet: MDRaidArrayDevice.setup: 00 ; status: True ; controllable: True ; orig: False ; >16:13:56,363 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: 00 ; status: True ; >16:13:56,395 INFO blivet: executing action: [48] Create Format lvmpv on mdarray 00 (id 30) >16:13:56,397 DEBUG blivet: MDRaidArrayDevice.setup: 00 ; status: True ; controllable: True ; orig: False ; >16:13:56,398 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >16:13:56,398 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >16:13:56,399 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/md/00 ; status: None ; type: lvmpv ; >16:13:56,634 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/md/00 ; type: lvmpv ; >16:13:56,634 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/md0 >16:13:56,656 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: 00 ; status: True ; >16:13:56,671 INFO blivet: executing action: [28] Create Device lvmvg fedora (id 23) >16:13:56,673 DEBUG blivet: LVMVolumeGroupDevice.create: fedora ; status: False ; >16:13:56,674 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 1 ; name: fedora ; orig: False ; >16:13:56,676 DEBUG blivet: MDRaidArrayDevice.setup: 00 ; status: True ; controllable: True ; orig: False ; >16:13:56,678 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/md/00 ; status: None ; type: lvmpv ; >16:13:56,679 DEBUG blivet: LVMVolumeGroupDevice._create: fedora ; status: False ; >16:13:56,713 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >16:13:56,715 DEBUG blivet: LVMVolumeGroupDevice.updateSysfsPath: fedora ; status: True ; >16:13:56,746 INFO blivet: executing action: [29] Create Device lvmlv fedora-root (id 24) >16:13:56,747 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora-root ; status: False ; >16:13:56,748 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-root ; orig: False ; >16:13:56,749 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >16:13:56,750 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora-root ; status: False ; >16:13:56,823 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >16:13:56,825 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >16:13:56,826 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >16:13:56,866 INFO blivet: executing action: [30] Create Format ext4 filesystem mounted at / on lvmlv fedora-root (id 24) >16:13:56,867 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >16:13:56,868 DEBUG blivet: Ext4FS.create: device: /dev/mapper/fedora-root ; status: False ; type: ext4 ; >16:13:56,869 DEBUG blivet: Ext4FS.doFormat: device: /dev/mapper/fedora-root ; mountpoint: / ; type: ext4 ; >16:13:59,207 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/mapper/fedora-root ; type: ext4 ; >16:13:59,207 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-2 >16:13:59,239 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-root ; status: True ; >16:13:59,240 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-root ; status: True ; >16:13:59,259 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-root >16:13:59,259 INFO blivet: Skipping existing 10000MB lvmlv fedora-root (24) with existing ext4 filesystem mounted at /, not bootable >16:13:59,272 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,272 INFO blivet: Using 8MB superBlockSize >16:13:59,273 DEBUG blivet: looking up parted Device: /dev/md/00 >16:13:59,277 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,278 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,279 INFO blivet: Using 8MB superBlockSize >16:13:59,279 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,280 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,280 INFO blivet: Using 8MB superBlockSize >16:13:59,281 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,281 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,282 INFO blivet: Using 8MB superBlockSize >16:13:59,283 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,284 DEBUG blivet: fedora size is 10088MB >16:13:59,285 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,285 INFO blivet: Using 8MB superBlockSize >16:13:59,286 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,286 DEBUG blivet: vg fedora has 88MB free >16:13:59,287 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,287 INFO blivet: Using 8MB superBlockSize >16:13:59,287 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,287 DEBUG blivet: fedora size is 10088MB >16:13:59,289 DEBUG blivet: raw RAID 10 size == 10098.0 >16:13:59,289 INFO blivet: Using 8MB superBlockSize >16:13:59,289 DEBUG blivet: existing RAID 10 size == 10090.0 >16:13:59,289 DEBUG blivet: vg fedora has 88MB free >16:13:59,291 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:59,292 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:59,293 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:59,295 DEBUG blivet: Ext4FS.supported: supported: True ; >16:13:59,301 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >16:13:59,303 DEBUG blivet: Iso9660FS.supported: supported: True ; >16:13:59,307 DEBUG blivet: BindFS.supported: supported: False ; >16:13:59,307 DEBUG blivet: getFormat('bind') returning BindFS instance >16:13:59,308 DEBUG blivet: DirectoryDevice._setFormat: /dev ; current: None ; type: bind ; >16:13:59,309 DEBUG blivet: TmpFS.supported: supported: True ; >16:13:59,319 DEBUG blivet: getFormat('tmpfs') returning TmpFS instance >16:13:59,320 DEBUG blivet: NoDevice._setFormat: tmpfs ; current: None ; type: tmpfs ; >16:13:59,321 DEBUG blivet: DevPtsFS.supported: supported: False ; >16:13:59,321 DEBUG blivet: getFormat('devpts') returning DevPtsFS instance >16:13:59,322 DEBUG blivet: NoDevice._setFormat: devpts ; current: None ; type: devpts ; >16:13:59,323 DEBUG blivet: SysFS.supported: supported: False ; >16:13:59,323 DEBUG blivet: getFormat('sysfs') returning SysFS instance >16:13:59,324 DEBUG blivet: NoDevice._setFormat: sysfs ; current: None ; type: sysfs ; >16:13:59,326 DEBUG blivet: ProcFS.supported: supported: False ; >16:13:59,326 DEBUG blivet: getFormat('proc') returning ProcFS instance >16:13:59,327 DEBUG blivet: NoDevice._setFormat: proc ; current: None ; type: proc ; >16:13:59,328 DEBUG blivet: SELinuxFS.supported: supported: False ; >16:13:59,328 DEBUG blivet: getFormat('selinuxfs') returning SELinuxFS instance >16:13:59,328 DEBUG blivet: NoDevice._setFormat: selinuxfs ; current: None ; type: selinuxfs ; >16:13:59,329 DEBUG blivet: USBFS.supported: supported: False ; >16:13:59,329 DEBUG blivet: getFormat('usbfs') returning USBFS instance >16:13:59,330 DEBUG blivet: NoDevice._setFormat: usbfs ; current: None ; type: usbfs ; >16:13:59,331 DEBUG blivet: BindFS.supported: supported: False ; >16:13:59,331 DEBUG blivet: getFormat('bind') returning BindFS instance >16:13:59,332 DEBUG blivet: DirectoryDevice._setFormat: /run ; current: None ; type: bind ; >16:13:59,333 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-root ; status: True ; controllable: True ; orig: False ; >16:13:59,342 INFO blivet: set SELinux context for mountpoint / to system_u:object_r:root_t:s0 >16:13:59,366 INFO blivet: set SELinux context for newly mounted filesystem root at / to system_u:object_r:root_t:s0 >16:13:59,373 DEBUG blivet: DirectoryDevice.setup: /dev ; status: True ; controllable: True ; orig: False ; >16:13:59,374 INFO blivet: set SELinux context for mountpoint /dev to system_u:object_r:device_t:s0 >16:13:59,384 INFO blivet: set SELinux context for newly mounted filesystem root at /dev to system_u:object_r:device_t:s0 >16:13:59,386 DEBUG blivet: NoDevice.setup: devpts ; status: False ; controllable: True ; orig: False ; >16:13:59,388 INFO blivet: set SELinux context for mountpoint /dev/pts to system_u:object_r:devpts_t:s0 >16:13:59,398 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/pts to system_u:object_r:devpts_t:s0 >16:13:59,399 DEBUG blivet: NoDevice.setup: tmpfs ; status: False ; controllable: True ; orig: False ; >16:13:59,400 INFO blivet: set SELinux context for mountpoint /dev/shm to system_u:object_r:tmpfs_t:s0 >16:13:59,411 INFO blivet: set SELinux context for newly mounted filesystem root at /dev/shm to system_u:object_r:tmpfs_t:s0 >16:13:59,412 DEBUG blivet: NoDevice.setup: proc ; status: False ; controllable: True ; orig: False ; >16:13:59,413 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >16:13:59,413 INFO blivet: set SELinux context for mountpoint /proc to None >16:13:59,423 INFO blivet: failed to get default SELinux context for /proc: [Errno 2] No such file or directory >16:13:59,424 INFO blivet: set SELinux context for newly mounted filesystem root at /proc to None >16:13:59,461 DEBUG blivet: DirectoryDevice.setup: /run ; status: True ; controllable: True ; orig: False ; >16:13:59,462 INFO blivet: set SELinux context for mountpoint /run to system_u:object_r:var_run_t:s0 >16:13:59,471 INFO blivet: set SELinux context for newly mounted filesystem root at /run to system_u:object_r:var_run_t:s0 >16:13:59,473 DEBUG blivet: NoDevice.setup: sysfs ; status: False ; controllable: True ; orig: False ; >16:13:59,473 INFO blivet: set SELinux context for mountpoint /sys to system_u:object_r:sysfs_t:s0 >16:13:59,483 INFO blivet: set SELinux context for newly mounted filesystem root at /sys to system_u:object_r:sysfs_t:s0 >16:13:59,484 DEBUG blivet: NoDevice.setup: selinuxfs ; status: False ; controllable: True ; orig: False ; >16:13:59,484 INFO blivet: set SELinux context for mountpoint /sys/fs/selinux to system_u:object_r:sysfs_t:s0 >16:13:59,495 INFO blivet: failed to set SELinux context for /mnt/sysimage/sys/fs/selinux: [Errno 95] Operation not supported >16:13:59,495 INFO blivet: set SELinux context for newly mounted filesystem root at /sys/fs/selinux to None >16:13:59,499 INFO blivet: not writing out mpath configuration >16:13:59,502 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >16:17:05,734 DEBUG blivet: raw RAID 10 size == 10016.0 >16:17:05,735 INFO blivet: Using 2.0MB superBlockSize >16:17:05,735 DEBUG blivet: non-existent RAID 10 size == 10012.0 >16:17:05,751 DEBUG blivet: raw RAID 10 size == 10098.0 >16:17:05,751 INFO blivet: Using 8MB superBlockSize >16:17:05,752 DEBUG blivet: existing RAID 10 size == 10090.0 >16:17:05,753 DEBUG blivet: raw RAID 10 size == 10098.0 >16:17:05,753 INFO blivet: Using 8MB superBlockSize >16:17:05,754 DEBUG blivet: existing RAID 10 size == 10090.0 > > >/tmp/ifcfg.log: >16:12:23,228 DEBUG ifcfg: content of files (network initialization): >16:12:23,238 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 243, 74, 107]}, 'connection': {'timestamp': 1386000737L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'e3a77618-8c2f-456e-82e0-b3f6b2fb222b'}}] >16:12:23,707 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['ens3']): >16:12:23,707 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-ens3: >16:12:23,707 DEBUG ifcfg: TYPE=Ethernet >16:12:23,708 DEBUG ifcfg: BOOTPROTO=dhcp >16:12:23,708 DEBUG ifcfg: DEFROUTE=yes >16:12:23,708 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >16:12:23,708 DEBUG ifcfg: IPV6INIT=yes >16:12:23,708 DEBUG ifcfg: IPV6_AUTOCONF=yes >16:12:23,708 DEBUG ifcfg: IPV6_DEFROUTE=yes >16:12:23,708 DEBUG ifcfg: IPV6_PEERDNS=yes >16:12:23,708 DEBUG ifcfg: IPV6_PEERROUTES=yes >16:12:23,708 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >16:12:23,709 DEBUG ifcfg: NAME=ens3 >16:12:23,709 DEBUG ifcfg: UUID=e3a77618-8c2f-456e-82e0-b3f6b2fb222b >16:12:23,709 DEBUG ifcfg: ONBOOT=no >16:12:23,709 DEBUG ifcfg: HWADDR=52:54:00:F3:4A:6B >16:12:23,709 DEBUG ifcfg: PEERDNS=yes >16:12:23,709 DEBUG ifcfg: PEERROUTES=yes >16:12:23,723 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [82, 84, 0, 243, 74, 107]}, 'connection': {'timestamp': 1386000743L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'ens3', 'uuid': 'e3a77618-8c2f-456e-82e0-b3f6b2fb222b'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >16:12:38,020 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 >16:12:38,021 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-ens3 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >16:12:16,210 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="872" x-info="http://www.rsyslog.com"] start >16:12:16,212 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >16:12:16,212 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >16:12:16,212 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >16:12:16,212 NOTICE kernel:[ 0.000000] Linux version 3.11.9-300.fc20.x86_64 (mockbuild@bkernel02) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Wed Nov 20 22:23:25 UTC 2013 >16:12:16,212 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz >16:12:16,212 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007cffdfff] usable >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000007cffe000-0x000000007cffffff] reserved >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >16:12:16,212 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >16:12:16,212 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >16:12:16,212 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >16:12:16,212 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011 >16:12:16,212 INFO kernel:[ 0.000000] Hypervisor detected: KVM >16:12:16,212 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >16:12:16,212 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >16:12:16,212 INFO kernel:[ 0.000000] No AGP bridge found >16:12:16,212 INFO kernel:[ 0.000000] e820: last_pfn = 0x7cffe max_arch_pfn = 0x400000000 >16:12:16,212 DEBUG kernel:[ 0.000000] MTRR default type: write-back >16:12:16,212 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >16:12:16,212 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >16:12:16,212 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >16:12:16,212 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >16:12:16,212 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >16:12:16,212 DEBUG kernel:[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable >16:12:16,212 DEBUG kernel:[ 0.000000] 1 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 2 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 3 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 4 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 5 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 6 disabled >16:12:16,212 DEBUG kernel:[ 0.000000] 7 disabled >16:12:16,212 INFO kernel:[ 0.000000] PAT not supported by CPU. >16:12:16,212 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f17b0-0x000f17bf] mapped at [ffff8800000f17b0] >16:12:16,212 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 >16:12:16,212 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >16:12:16,212 DEBUG kernel:[ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE >16:12:16,212 DEBUG kernel:[ 0.000000] BRK [0x01fe8000, 0x01fe8fff] PGTABLE >16:12:16,212 DEBUG kernel:[ 0.000000] BRK [0x01fe9000, 0x01fe9fff] PGTABLE >16:12:16,212 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x7ac00000-0x7adfffff] >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x7ac00000-0x7adfffff] page 2M >16:12:16,212 DEBUG kernel:[ 0.000000] BRK [0x01fea000, 0x01feafff] PGTABLE >16:12:16,212 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x78000000-0x7abfffff] >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x78000000-0x7abfffff] page 2M >16:12:16,212 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x77ffffff] >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x00200000-0x77ffffff] page 2M >16:12:16,212 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x7ae00000-0x7cffdfff] >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x7ae00000-0x7cdfffff] page 2M >16:12:16,212 DEBUG kernel:[ 0.000000] [mem 0x7ce00000-0x7cffdfff] page 4k >16:12:16,212 DEBUG kernel:[ 0.000000] BRK [0x01feb000, 0x01febfff] PGTABLE >16:12:16,212 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7af1f000-0x7cfdcfff] >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f1620 00014 (v00 BOCHS ) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: RSDT 000000007cffe3f0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: FACP 000000007cffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: DSDT 000000007cffe430 01137 (v01 BXPC BXDSDT 00000001 INTL 20120913) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: FACS 000000007cffff40 00040 >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: SSDT 000000007cfff6a0 00899 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: APIC 000000007cfff5b0 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >16:12:16,212 WARNING kernel:[ 0.000000] ACPI: HPET 000000007cfff570 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >16:12:16,212 INFO kernel:[ 0.000000] No NUMA configuration found >16:12:16,212 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007cffdfff] >16:12:16,212 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7cffdfff] >16:12:16,212 INFO kernel:[ 0.000000] NODE_DATA [mem 0x7cfea000-0x7cffdfff] >16:12:16,212 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >16:12:16,212 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:7cfe8001, boot clock >16:12:16,212 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880078600000-ffff88007a5fffff] on node 0 >16:12:16,212 WARNING kernel:[ 0.000000] Zone ranges: >16:12:16,212 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >16:12:16,212 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >16:12:16,212 WARNING kernel:[ 0.000000] Normal empty >16:12:16,212 WARNING kernel:[ 0.000000] Movable zone start for each node >16:12:16,212 WARNING kernel:[ 0.000000] Early memory node ranges >16:12:16,212 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >16:12:16,212 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x7cffdfff] >16:12:16,212 DEBUG kernel:[ 0.000000] On node 0 totalpages: 511900 >16:12:16,212 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >16:12:16,212 DEBUG kernel:[ 0.000000] DMA zone: 21 pages reserved >16:12:16,212 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >16:12:16,212 DEBUG kernel:[ 0.000000] DMA32 zone: 7936 pages used for memmap >16:12:16,212 DEBUG kernel:[ 0.000000] DMA32 zone: 507902 pages, LIFO batch:31 >16:12:16,212 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >16:12:16,212 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) >16:12:16,212 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 >16:12:16,212 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >16:12:16,212 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >16:12:16,212 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >16:12:16,212 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >16:12:16,212 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >16:12:16,212 INFO kernel:[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs >16:12:16,212 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >16:12:16,212 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >16:12:16,212 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >16:12:16,212 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >16:12:16,212 INFO kernel:[ 0.000000] e820: [mem 0x7d000000-0xfeffbfff] available for PCI devices >16:12:16,212 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >16:12:16,212 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1 >16:12:16,212 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007ac00000 s85568 r8192 d20928 u1048576 >16:12:16,212 DEBUG kernel:[ 0.000000] pcpu-alloc: s85568 r8192 d20928 u1048576 alloc=1*2097152 >16:12:16,212 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 >16:12:16,212 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:7cfe8001, primary cpu clock >16:12:16,212 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >16:12:16,212 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 7ac0df00 >16:12:16,212 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 503879 >16:12:16,212 WARNING kernel:[ 0.000000] Policy zone: DMA32 >16:12:16,212 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-TC3\x20x86_64 quiet BOOT_IMAGE=vmlinuz >16:12:16,212 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >16:12:16,212 INFO kernel:[ 0.000000] Checking aperture... >16:12:16,212 INFO kernel:[ 0.000000] No AGP bridge found >16:12:16,212 WARNING kernel:[ 0.000000] Memory: 1964500K/2047600K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 83100K reserved) >16:12:16,212 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 >16:12:16,212 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >16:12:16,212 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2. >16:12:16,212 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:512 16 >16:12:16,212 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >16:12:16,212 INFO kernel:[ 0.000000] console [tty0] enabled >16:12:16,212 INFO kernel:[ 0.000000] allocated 8388608 bytes of page_cgroup >16:12:16,212 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >16:12:16,212 DEBUG kernel:[ 0.000000] hpet clockevent registered >16:12:16,212 INFO kernel:[ 0.000000] tsc: Detected 2790.934 MHz processor >16:12:16,212 INFO kernel:[ 0.002000] Calibrating delay loop (skipped) preset value.. 5581.86 BogoMIPS (lpj=2790934) >16:12:16,212 INFO kernel:[ 0.002000] pid_max: default: 32768 minimum: 301 >16:12:16,212 INFO kernel:[ 0.002000] Security Framework initialized >16:12:16,212 INFO kernel:[ 0.002000] SELinux: Initializing. >16:12:16,212 DEBUG kernel:[ 0.002000] SELinux: Starting in permissive mode >16:12:16,212 INFO kernel:[ 0.002000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >16:12:16,212 INFO kernel:[ 0.002000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >16:12:16,212 INFO kernel:[ 0.002000] Mount-cache hash table entries: 256 >16:12:16,212 INFO kernel:[ 0.002000] Initializing cgroup subsys memory >16:12:16,212 INFO kernel:[ 0.002010] Initializing cgroup subsys devices >16:12:16,212 INFO kernel:[ 0.002012] Initializing cgroup subsys freezer >16:12:16,212 INFO kernel:[ 0.002013] Initializing cgroup subsys net_cls >16:12:16,212 INFO kernel:[ 0.002014] Initializing cgroup subsys blkio >16:12:16,212 INFO kernel:[ 0.002015] Initializing cgroup subsys perf_event >16:12:16,212 INFO kernel:[ 0.002016] Initializing cgroup subsys hugetlb >16:12:16,212 INFO kernel:[ 0.002074] mce: CPU supports 10 MCE banks >16:12:16,212 INFO kernel:[ 0.002107] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >16:12:16,212 INFO kernel:[ 0.002107] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >16:12:16,212 INFO kernel:[ 0.002107] tlb_flushall_shift: 6 >16:12:16,212 INFO kernel:[ 0.002266] Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >16:12:16,212 INFO kernel:[ 0.005145] ACPI: Core revision 20130517 >16:12:16,212 WARNING kernel:[ 0.005698] ACPI: All ACPI Tables successfully acquired >16:12:16,212 INFO kernel:[ 0.005730] ftrace: allocating 25126 entries in 99 pages >16:12:16,212 INFO kernel:[ 0.012397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >16:12:16,212 INFO kernel:[ 0.012400] smpboot: CPU0: Intel QEMU Virtual CPU version 0.15 (fam: 06, model: 02, stepping: 03) >16:12:16,212 INFO kernel:[ 0.013000] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only. >16:12:16,212 WARNING kernel:[ 0.013030] NMI watchdog: disabled (cpu0): hardware events not enabled >16:12:16,212 INFO kernel:[ 0.013091] smpboot: Booting Node 0, Processors #1 OK >16:12:16,212 INFO kernel:[ 0.002000] kvm-clock: cpu 1, msr 0:7cfe8041, secondary cpu clock >16:12:16,212 INFO kernel:[ 0.025030] Brought up 2 CPUs >16:12:16,212 INFO kernel:[ 0.025033] smpboot: Total of 2 processors activated (11163.73 BogoMIPS) >16:12:16,212 INFO kernel:[ 0.025020] KVM setup async PF for cpu 1 >16:12:16,212 INFO kernel:[ 0.025020] kvm-stealtime: cpu 1, msr 7ad0df00 >16:12:16,212 INFO kernel:[ 0.025347] devtmpfs: initialized >16:12:16,212 INFO kernel:[ 0.026601] atomic64 test passed for x86-64 platform with CX8 and with SSE >16:12:16,212 INFO kernel:[ 0.026653] RTC time: 16:12:09, date: 12/02/13 >16:12:16,212 INFO kernel:[ 0.026681] NET: Registered protocol family 16 >16:12:16,212 INFO kernel:[ 0.026815] ACPI: bus type PCI registered >16:12:16,212 INFO kernel:[ 0.026817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >16:12:16,212 INFO kernel:[ 0.027008] PCI: Using configuration type 1 for base access >16:12:16,212 INFO kernel:[ 0.027503] bio: create slab <bio-0> at 0 >16:12:16,212 INFO kernel:[ 0.027503] ACPI: Added _OSI(Module Device) >16:12:16,212 INFO kernel:[ 0.027503] ACPI: Added _OSI(Processor Device) >16:12:16,212 INFO kernel:[ 0.027503] ACPI: Added _OSI(3.0 _SCP Extensions) >16:12:16,212 INFO kernel:[ 0.027503] ACPI: Added _OSI(Processor Aggregator Device) >16:12:16,212 DEBUG kernel:[ 0.028163] ACPI: EC: Look up EC in DSDT >16:12:16,212 INFO kernel:[ 0.029153] ACPI: Interpreter enabled >16:12:16,212 WARNING kernel:[ 0.029156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >16:12:16,212 WARNING kernel:[ 0.029158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >16:12:16,212 INFO kernel:[ 0.029166] ACPI: (supports S0 S3 S4 S5) >16:12:16,212 INFO kernel:[ 0.029167] ACPI: Using IOAPIC for interrupt routing >16:12:16,212 INFO kernel:[ 0.029174] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >16:12:16,212 INFO kernel:[ 0.029378] ACPI: No dock devices found. >16:12:16,212 INFO kernel:[ 0.031220] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >16:12:16,212 INFO kernel:[ 0.031223] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >16:12:16,212 INFO kernel:[ 0.031224] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >16:12:16,212 WARNING kernel:[ 0.031271] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >16:12:16,212 INFO kernel:[ 0.031419] acpiphp: Slot [3] registered >16:12:16,212 INFO kernel:[ 0.031446] acpiphp: Slot [4] registered >16:12:16,212 INFO kernel:[ 0.031460] acpiphp: Slot [5] registered >16:12:16,212 INFO kernel:[ 0.031473] acpiphp: Slot [6] registered >16:12:16,212 INFO kernel:[ 0.031485] acpiphp: Slot [7] registered >16:12:16,212 INFO kernel:[ 0.031497] acpiphp: Slot [8] registered >16:12:16,212 INFO kernel:[ 0.031510] acpiphp: Slot [9] registered >16:12:16,212 INFO kernel:[ 0.031523] acpiphp: Slot [10] registered >16:12:16,212 INFO kernel:[ 0.031537] acpiphp: Slot [11] registered >16:12:16,212 INFO kernel:[ 0.031549] acpiphp: Slot [12] registered >16:12:16,212 INFO kernel:[ 0.031562] acpiphp: Slot [13] registered >16:12:16,212 INFO kernel:[ 0.031574] acpiphp: Slot [14] registered >16:12:16,212 INFO kernel:[ 0.031586] acpiphp: Slot [15] registered >16:12:16,212 INFO kernel:[ 0.031598] acpiphp: Slot [16] registered >16:12:16,212 INFO kernel:[ 0.031611] acpiphp: Slot [17] registered >16:12:16,212 INFO kernel:[ 0.031624] acpiphp: Slot [18] registered >16:12:16,212 INFO kernel:[ 0.031637] acpiphp: Slot [19] registered >16:12:16,212 INFO kernel:[ 0.031650] acpiphp: Slot [20] registered >16:12:16,212 INFO kernel:[ 0.031662] acpiphp: Slot [21] registered >16:12:16,212 INFO kernel:[ 0.031675] acpiphp: Slot [22] registered >16:12:16,212 INFO kernel:[ 0.031688] acpiphp: Slot [23] registered >16:12:16,212 INFO kernel:[ 0.031701] acpiphp: Slot [24] registered >16:12:16,212 INFO kernel:[ 0.031717] acpiphp: Slot [25] registered >16:12:16,212 INFO kernel:[ 0.031730] acpiphp: Slot [26] registered >16:12:16,212 INFO kernel:[ 0.031742] acpiphp: Slot [27] registered >16:12:16,212 INFO kernel:[ 0.031755] acpiphp: Slot [28] registered >16:12:16,212 INFO kernel:[ 0.031767] acpiphp: Slot [29] registered >16:12:16,212 INFO kernel:[ 0.031779] acpiphp: Slot [30] registered >16:12:16,212 INFO kernel:[ 0.031791] acpiphp: Slot [31] registered >16:12:16,212 INFO kernel:[ 0.031797] PCI host bridge to bus 0000:00 >16:12:16,212 INFO kernel:[ 0.031799] pci_bus 0000:00: root bus resource [bus 00-ff] >16:12:16,212 INFO kernel:[ 0.031801] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >16:12:16,212 INFO kernel:[ 0.031802] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >16:12:16,212 INFO kernel:[ 0.031803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >16:12:16,212 INFO kernel:[ 0.031804] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] >16:12:16,212 DEBUG kernel:[ 0.031828] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >16:12:16,212 DEBUG kernel:[ 0.032054] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >16:12:16,212 DEBUG kernel:[ 0.032323] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >16:12:16,212 DEBUG kernel:[ 0.035331] pci 0000:00:01.1: reg 0x20: [io 0xc1c0-0xc1cf] >16:12:16,212 DEBUG kernel:[ 0.036743] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >16:12:16,212 DEBUG kernel:[ 0.040002] pci 0000:00:01.2: reg 0x20: [io 0xc140-0xc15f] >16:12:16,212 DEBUG kernel:[ 0.041438] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >16:12:16,212 INFO kernel:[ 0.041652] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >16:12:16,212 INFO kernel:[ 0.041659] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >16:12:16,212 DEBUG kernel:[ 0.041787] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >16:12:16,212 DEBUG kernel:[ 0.043005] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf7ffffff] >16:12:16,212 DEBUG kernel:[ 0.045005] pci 0000:00:02.0: reg 0x14: [mem 0xf8000000-0xfbffffff] >16:12:16,212 DEBUG kernel:[ 0.047005] pci 0000:00:02.0: reg 0x18: [mem 0xfc034000-0xfc035fff] >16:12:16,212 DEBUG kernel:[ 0.049006] pci 0000:00:02.0: reg 0x1c: [io 0xc160-0xc17f] >16:12:16,212 DEBUG kernel:[ 0.055005] pci 0000:00:02.0: reg 0x30: [mem 0xfc020000-0xfc02ffff pref] >16:12:16,212 DEBUG kernel:[ 0.055114] pci 0000:00:03.0: [10ec:8139] type 00 class 0x020000 >16:12:16,212 DEBUG kernel:[ 0.057002] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff] >16:12:16,212 DEBUG kernel:[ 0.058611] pci 0000:00:03.0: reg 0x14: [mem 0xfc036000-0xfc0360ff] >16:12:16,212 DEBUG kernel:[ 0.064616] pci 0000:00:03.0: reg 0x30: [mem 0xfc000000-0xfc01ffff pref] >16:12:16,212 DEBUG kernel:[ 0.064743] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >16:12:16,212 DEBUG kernel:[ 0.065335] pci 0000:00:04.0: reg 0x10: [mem 0xfc030000-0xfc033fff] >16:12:16,212 DEBUG kernel:[ 0.069526] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >16:12:16,212 DEBUG kernel:[ 0.070606] pci 0000:00:05.0: reg 0x10: [io 0xc180-0xc19f] >16:12:16,212 DEBUG kernel:[ 0.072002] pci 0000:00:05.0: reg 0x14: [mem 0xfc037000-0xfc037fff] >16:12:16,212 DEBUG kernel:[ 0.078280] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000 >16:12:16,212 DEBUG kernel:[ 0.079611] pci 0000:00:06.0: reg 0x10: [io 0xc100-0xc13f] >16:12:16,212 DEBUG kernel:[ 0.080610] pci 0000:00:06.0: reg 0x14: [mem 0xfc038000-0xfc038fff] >16:12:16,212 DEBUG kernel:[ 0.087145] pci 0000:00:07.0: [1af4:1002] type 00 class 0x050000 >16:12:16,212 DEBUG kernel:[ 0.087791] pci 0000:00:07.0: reg 0x10: [io 0xc1a0-0xc1bf] >16:12:16,212 INFO kernel:[ 0.091734] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >16:12:16,212 INFO kernel:[ 0.092063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >16:12:16,212 INFO kernel:[ 0.092121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >16:12:16,212 INFO kernel:[ 0.092176] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >16:12:16,212 INFO kernel:[ 0.092206] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) >16:12:16,212 WARNING kernel:[ 0.092431] ACPI: Enabled 16 GPEs in block 00 to 0F >16:12:16,212 DEBUG kernel:[ 0.092436] ACPI: \_SB_.PCI0: notify handler is installed >16:12:16,212 DEBUG kernel:[ 0.092457] Found 1 acpi root devices >16:12:16,212 INFO kernel:[ 0.092514] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >16:12:16,212 INFO kernel:[ 0.092514] vgaarb: loaded >16:12:16,212 INFO kernel:[ 0.092514] vgaarb: bridge control possible 0000:00:02.0 >16:12:16,212 NOTICE kernel:[ 0.092514] SCSI subsystem initialized >16:12:16,212 INFO kernel:[ 0.092514] ACPI: bus type ATA registered >16:12:16,212 DEBUG kernel:[ 0.092514] libata version 3.00 loaded. >16:12:16,212 INFO kernel:[ 0.092514] ACPI: bus type USB registered >16:12:16,212 INFO kernel:[ 0.092514] usbcore: registered new interface driver usbfs >16:12:16,212 INFO kernel:[ 0.092514] usbcore: registered new interface driver hub >16:12:16,212 INFO kernel:[ 0.092514] usbcore: registered new device driver usb >16:12:16,212 INFO kernel:[ 0.092514] PCI: Using ACPI for IRQ routing >16:12:16,212 DEBUG kernel:[ 0.092514] PCI: pci_cache_line_size set to 64 bytes >16:12:16,212 DEBUG kernel:[ 0.093086] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] >16:12:16,212 DEBUG kernel:[ 0.093087] e820: reserve RAM buffer [mem 0x7cffe000-0x7fffffff] >16:12:16,212 INFO kernel:[ 0.093150] NetLabel: Initializing >16:12:16,212 INFO kernel:[ 0.093151] NetLabel: domain hash size = 128 >16:12:16,212 INFO kernel:[ 0.093151] NetLabel: protocols = UNLABELED CIPSOv4 >16:12:16,212 INFO kernel:[ 0.093160] NetLabel: unlabeled traffic allowed by default >16:12:16,212 INFO kernel:[ 0.093189] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >16:12:16,212 INFO kernel:[ 0.093200] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >16:12:16,212 INFO kernel:[ 0.093203] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >16:12:16,212 INFO kernel:[ 0.095031] Switched to clocksource kvm-clock >16:12:16,212 INFO kernel:[ 0.098586] pnp: PnP ACPI init >16:12:16,212 INFO kernel:[ 0.098597] ACPI: bus type PNP registered >16:12:16,212 DEBUG kernel:[ 0.098653] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) >16:12:16,212 DEBUG kernel:[ 0.098687] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) >16:12:16,212 DEBUG kernel:[ 0.098713] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) >16:12:16,212 DEBUG kernel:[ 0.098741] pnp 00:03: [dma 2] >16:12:16,212 DEBUG kernel:[ 0.098751] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) >16:12:16,212 DEBUG kernel:[ 0.098806] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active) >16:12:16,212 DEBUG kernel:[ 0.098845] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >16:12:16,212 DEBUG kernel:[ 0.098883] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >16:12:16,212 DEBUG kernel:[ 0.098957] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active) >16:12:16,212 INFO kernel:[ 0.099032] pnp: PnP ACPI: found 8 devices >16:12:16,212 INFO kernel:[ 0.099033] ACPI: bus type PNP unregistered >16:12:16,212 DEBUG kernel:[ 0.107020] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >16:12:16,212 DEBUG kernel:[ 0.107023] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >16:12:16,212 DEBUG kernel:[ 0.107024] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >16:12:16,212 DEBUG kernel:[ 0.107026] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff] >16:12:16,212 INFO kernel:[ 0.107051] NET: Registered protocol family 2 >16:12:16,212 INFO kernel:[ 0.107154] TCP established hash table entries: 16384 (order: 6, 262144 bytes) >16:12:16,212 INFO kernel:[ 0.107192] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) >16:12:16,212 INFO kernel:[ 0.107214] TCP: Hash tables configured (established 16384 bind 16384) >16:12:16,212 INFO kernel:[ 0.107227] TCP: reno registered >16:12:16,212 INFO kernel:[ 0.107230] UDP hash table entries: 1024 (order: 3, 32768 bytes) >16:12:16,212 INFO kernel:[ 0.107238] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >16:12:16,212 INFO kernel:[ 0.107275] NET: Registered protocol family 1 >16:12:16,212 INFO kernel:[ 0.107282] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >16:12:16,212 INFO kernel:[ 0.107296] pci 0000:00:01.0: PIIX3: Enabling Passive Release >16:12:16,212 INFO kernel:[ 0.107310] pci 0000:00:01.0: Activating ISA DMA hang workarounds >16:12:16,212 WARNING kernel:[ 0.107528] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >16:12:16,212 DEBUG kernel:[ 0.107990] pci 0000:00:02.0: Boot video device >16:12:16,212 DEBUG kernel:[ 0.108034] PCI: CLS 0 bytes, default 64 >16:12:16,212 INFO kernel:[ 0.108062] Unpacking initramfs... >16:12:16,212 INFO kernel:[ 2.791957] Freeing initrd memory: 33528K (ffff88007af1f000 - ffff88007cfdd000) >16:12:16,212 NOTICE kernel:[ 2.792764] Initialise system trusted keyring >16:12:16,212 INFO kernel:[ 2.792798] audit: initializing netlink socket (disabled) >16:12:16,212 NOTICE kernel:[ 2.792810] type=2000 audit(1386000731.779:1): initialized >16:12:16,212 INFO kernel:[ 2.808633] HugeTLB registered 2 MB page size, pre-allocated 0 pages >16:12:16,212 INFO kernel:[ 2.809424] zbud: loaded >16:12:16,212 NOTICE kernel:[ 2.809570] VFS: Disk quotas dquot_6.5.2 >16:12:16,212 WARNING kernel:[ 2.809595] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >16:12:16,212 INFO kernel:[ 2.809824] msgmni has been set to 3902 >16:12:16,212 NOTICE kernel:[ 2.809860] Key type big_key registered >16:12:16,212 DEBUG kernel:[ 2.809861] SELinux: Registering netfilter hooks >16:12:16,212 INFO kernel:[ 2.810893] alg: No test for stdrng (krng) >16:12:16,212 INFO kernel:[ 2.810910] NET: Registered protocol family 38 >16:12:16,212 NOTICE kernel:[ 2.810912] Key type asymmetric registered >16:12:16,212 NOTICE kernel:[ 2.810914] Asymmetric key parser 'x509' registered >16:12:16,212 INFO kernel:[ 2.810936] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >16:12:16,212 INFO kernel:[ 2.810996] io scheduler noop registered >16:12:16,212 INFO kernel:[ 2.810997] io scheduler deadline registered >16:12:16,213 INFO kernel:[ 2.811031] io scheduler cfq registered (default) >16:12:16,213 INFO kernel:[ 2.811086] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >16:12:16,213 INFO kernel:[ 2.811095] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >16:12:16,213 DEBUG kernel:[ 2.811137] intel_idle: does not run on family 6 model 2 >16:12:16,213 INFO kernel:[ 2.811172] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >16:12:16,213 INFO kernel:[ 2.811175] ACPI: Power Button [PWRF] >16:12:16,213 INFO kernel:[ 2.811302] GHES: HEST is not enabled! >16:12:16,213 INFO kernel:[ 2.811338] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >16:12:16,213 INFO kernel:[ 2.832523] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >16:12:16,213 INFO kernel:[ 2.832843] Non-volatile memory driver v1.3 >16:12:16,213 INFO kernel:[ 2.832845] Linux agpgart interface v0.103 >16:12:16,213 DEBUG kernel:[ 2.832943] ata_piix 0000:00:01.1: version 2.13 >16:12:16,213 DEBUG kernel:[ 2.833452] ata_piix 0000:00:01.1: setting latency timer to 64 >16:12:16,213 INFO kernel:[ 2.833696] scsi0 : ata_piix >16:12:16,213 INFO kernel:[ 2.833775] scsi1 : ata_piix >16:12:16,213 INFO kernel:[ 2.833802] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 >16:12:16,213 INFO kernel:[ 2.833803] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 >16:12:16,213 INFO kernel:[ 2.833849] libphy: Fixed MDIO Bus: probed >16:12:16,213 INFO kernel:[ 2.833889] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >16:12:16,213 INFO kernel:[ 2.833890] ehci-pci: EHCI PCI platform driver >16:12:16,213 INFO kernel:[ 2.833898] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >16:12:16,213 INFO kernel:[ 2.833900] ohci-pci: OHCI PCI platform driver >16:12:16,213 INFO kernel:[ 2.833908] uhci_hcd: USB Universal Host Controller Interface driver >16:12:16,213 DEBUG kernel:[ 2.834629] uhci_hcd 0000:00:01.2: setting latency timer to 64 >16:12:16,213 INFO kernel:[ 2.834635] uhci_hcd 0000:00:01.2: UHCI Host Controller >16:12:16,213 INFO kernel:[ 2.834658] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >16:12:16,213 INFO kernel:[ 2.834724] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c140 >16:12:16,213 INFO kernel:[ 2.834761] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >16:12:16,213 INFO kernel:[ 2.834762] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >16:12:16,213 INFO kernel:[ 2.834763] usb usb1: Product: UHCI Host Controller >16:12:16,213 INFO kernel:[ 2.834765] usb usb1: Manufacturer: Linux 3.11.9-300.fc20.x86_64 uhci_hcd >16:12:16,213 INFO kernel:[ 2.834766] usb usb1: SerialNumber: 0000:00:01.2 >16:12:16,213 INFO kernel:[ 2.834818] hub 1-0:1.0: USB hub found >16:12:16,213 INFO kernel:[ 2.834820] hub 1-0:1.0: 2 ports detected >16:12:16,213 INFO kernel:[ 2.834897] usbcore: registered new interface driver usbserial >16:12:16,213 INFO kernel:[ 2.834901] usbcore: registered new interface driver usbserial_generic >16:12:16,213 INFO kernel:[ 2.834905] usbserial: USB Serial support registered for generic >16:12:16,213 INFO kernel:[ 2.834921] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >16:12:16,213 INFO kernel:[ 2.835416] serio: i8042 KBD port at 0x60,0x64 irq 1 >16:12:16,213 INFO kernel:[ 2.835419] serio: i8042 AUX port at 0x60,0x64 irq 12 >16:12:16,213 INFO kernel:[ 2.835464] mousedev: PS/2 mouse device common for all mice >16:12:16,213 INFO kernel:[ 2.835855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >16:12:16,213 INFO kernel:[ 2.835926] rtc_cmos 00:00: RTC can wake from S4 >16:12:16,213 INFO kernel:[ 2.836103] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 >16:12:16,213 INFO kernel:[ 2.836177] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs >16:12:16,213 INFO kernel:[ 2.836217] device-mapper: uevent: version 1.0.3 >16:12:16,213 INFO kernel:[ 2.837440] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >16:12:16,213 INFO kernel:[ 2.837464] cpuidle: using governor menu >16:12:16,213 INFO kernel:[ 2.837528] hidraw: raw HID events driver (C) Jiri Kosina >16:12:16,213 INFO kernel:[ 2.837575] usbcore: registered new interface driver usbhid >16:12:16,213 INFO kernel:[ 2.837576] usbhid: USB HID core driver >16:12:16,213 INFO kernel:[ 2.837595] drop_monitor: Initializing network drop monitor service >16:12:16,213 INFO kernel:[ 2.837645] ip_tables: (C) 2000-2006 Netfilter Core Team >16:12:16,213 INFO kernel:[ 2.837690] TCP: cubic registered >16:12:16,213 INFO kernel:[ 2.837692] Initializing XFRM netlink socket >16:12:16,213 INFO kernel:[ 2.837761] NET: Registered protocol family 10 >16:12:16,213 INFO kernel:[ 2.837886] mip6: Mobile IPv6 >16:12:16,213 INFO kernel:[ 2.837888] NET: Registered protocol family 17 >16:12:16,213 DEBUG kernel:[ 2.838127] PM: Hibernation image not present or could not be loaded. >16:12:16,213 NOTICE kernel:[ 2.838140] Loading compiled-in X.509 certificates >16:12:16,213 NOTICE kernel:[ 2.838787] Loaded X.509 cert 'Fedora kernel signing key: 6bf54ff322b066a3b87dea3be44a5b6b8728b779' >16:12:16,213 INFO kernel:[ 2.838793] registered taskstats version 1 >16:12:16,213 INFO kernel:[ 2.839136] Magic number: 9:52:236 >16:12:16,213 INFO kernel:[ 2.839216] rtc_cmos 00:00: setting system clock to 2013-12-02 16:12:11 UTC (1386000731) >16:12:16,213 INFO kernel:[ 2.985640] ata1.00: ATA-7: QEMU HARDDISK, 0.15, max UDMA/100 >16:12:16,213 INFO kernel:[ 2.985643] ata1.00: 16777216 sectors, multi 16: LBA48 >16:12:16,213 INFO kernel:[ 2.985645] ata1.01: ATA-7: QEMU HARDDISK, 0.15, max UDMA/100 >16:12:16,213 INFO kernel:[ 2.985646] ata1.01: 16777216 sectors, multi 16: LBA48 >16:12:16,213 INFO kernel:[ 2.986063] ata1.00: configured for MWDMA2 >16:12:16,213 INFO kernel:[ 2.986356] ata1.01: configured for MWDMA2 >16:12:16,213 NOTICE kernel:[ 2.986421] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 0.15 PQ: 0 ANSI: 5 >16:12:16,213 NOTICE kernel:[ 2.986516] sd 0:0:0:0: Attached scsi generic sg0 type 0 >16:12:16,213 NOTICE kernel:[ 2.986574] sd 0:0:0:0: [sda] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >16:12:16,213 NOTICE kernel:[ 2.986602] scsi 0:0:1:0: Direct-Access ATA QEMU HARDDISK 0.15 PQ: 0 ANSI: 5 >16:12:16,213 NOTICE kernel:[ 2.986613] sd 0:0:0:0: [sda] Write Protect is off >16:12:16,213 DEBUG kernel:[ 2.986615] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >16:12:16,213 NOTICE kernel:[ 2.986626] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >16:12:16,213 NOTICE kernel:[ 2.986661] sd 0:0:1:0: Attached scsi generic sg1 type 0 >16:12:16,213 NOTICE kernel:[ 2.986717] sd 0:0:1:0: [sdb] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >16:12:16,213 NOTICE kernel:[ 2.986742] sd 0:0:1:0: [sdb] Write Protect is off >16:12:16,213 DEBUG kernel:[ 2.986744] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00 >16:12:16,213 NOTICE kernel:[ 2.986771] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >16:12:16,213 INFO kernel:[ 2.987622] sdb: sdb1 >16:12:16,213 NOTICE kernel:[ 2.987835] sd 0:0:1:0: [sdb] Attached SCSI disk >16:12:16,213 INFO kernel:[ 2.988214] sda: sda1 >16:12:16,213 NOTICE kernel:[ 2.988412] sd 0:0:0:0: [sda] Attached SCSI disk >16:12:16,213 INFO kernel:[ 2.988675] ata2.00: ATAPI: QEMU DVD-ROM, 0.15, max UDMA/100 >16:12:16,213 INFO kernel:[ 2.988679] ata2.01: ATA-7: QEMU HARDDISK, 0.15, max UDMA/100 >16:12:16,213 INFO kernel:[ 2.988680] ata2.01: 16777216 sectors, multi 16: LBA48 >16:12:16,213 INFO kernel:[ 2.989095] ata2.00: configured for MWDMA2 >16:12:16,213 INFO kernel:[ 2.989395] ata2.01: configured for MWDMA2 >16:12:16,213 NOTICE kernel:[ 2.989923] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 0.15 PQ: 0 ANSI: 5 >16:12:16,213 WARNING kernel:[ 2.990255] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >16:12:16,213 INFO kernel:[ 2.990257] cdrom: Uniform CD-ROM driver Revision: 3.20 >16:12:16,213 DEBUG kernel:[ 2.990304] sr 1:0:0:0: Attached scsi CD-ROM sr0 >16:12:16,213 NOTICE kernel:[ 2.990412] sr 1:0:0:0: Attached scsi generic sg2 type 5 >16:12:16,213 NOTICE kernel:[ 2.990599] scsi 1:0:1:0: Direct-Access ATA QEMU HARDDISK 0.15 PQ: 0 ANSI: 5 >16:12:16,213 NOTICE kernel:[ 2.990684] sd 1:0:1:0: Attached scsi generic sg3 type 0 >16:12:16,213 NOTICE kernel:[ 2.990699] sd 1:0:1:0: [sdc] 16777216 512-byte logical blocks: (8.58 GB/8.00 GiB) >16:12:16,213 NOTICE kernel:[ 2.990727] sd 1:0:1:0: [sdc] Write Protect is off >16:12:16,213 DEBUG kernel:[ 2.990729] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00 >16:12:16,213 NOTICE kernel:[ 2.990769] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >16:12:16,213 INFO kernel:[ 2.991889] sdc: sdc1 >16:12:16,213 NOTICE kernel:[ 2.992168] sd 1:0:1:0: [sdc] Attached SCSI disk >16:12:16,213 INFO kernel:[ 2.993142] Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >16:12:16,213 INFO kernel:[ 2.993144] Write protecting the kernel read-only data: 12288k >16:12:16,213 INFO kernel:[ 2.996777] Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >16:12:16,213 INFO kernel:[ 2.999207] Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >16:12:16,213 INFO kernel:[ 3.019224] device-mapper: multipath: version 1.5.1 loaded >16:12:16,213 INFO kernel:[ 3.070848] BIOS EDD facility v0.16 2004-Jun-25, 4 devices found >16:12:16,213 INFO kernel:[ 3.138031] usb 1-1: new full-speed USB device number 2 using uhci_hcd >16:12:16,213 INFO kernel:[ 3.216260] squashfs: version 4.0 (2009/01/31) Phillip Lougher >16:12:16,213 INFO kernel:[ 3.218943] Loading iSCSI transport class v2.0-870. >16:12:16,213 NOTICE kernel:[ 3.222541] iscsi: registered transport (tcp) >16:12:16,213 INFO kernel:[ 3.224410] alua: device handler registered >16:12:16,213 INFO kernel:[ 3.226158] emc: device handler registered >16:12:16,213 INFO kernel:[ 3.227789] hp_sw: device handler registered >16:12:16,213 INFO kernel:[ 3.229671] rdac: device handler registered >16:12:16,213 INFO kernel:[ 3.243469] FDC 0 is a S82078B >16:12:16,213 INFO kernel:[ 3.247569] No iBFT detected. >16:12:16,213 INFO kernel:[ 3.249327] md: raid0 personality registered for level 0 >16:12:16,213 INFO kernel:[ 3.251372] md: raid1 personality registered for level 1 >16:12:16,213 INFO kernel:[ 3.252997] async_tx: api initialized (async) >16:12:16,213 INFO kernel:[ 3.253960] xor: measuring software checksum speed >16:12:16,213 INFO kernel:[ 3.263017] prefetch64-sse: 14472.000 MB/sec >16:12:16,213 INFO kernel:[ 3.273025] generic_sse: 13672.000 MB/sec >16:12:16,213 INFO kernel:[ 3.273026] xor: using function: prefetch64-sse (14472.000 MB/sec) >16:12:16,213 INFO kernel:[ 3.288850] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >16:12:16,213 INFO kernel:[ 3.288852] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >16:12:16,213 INFO kernel:[ 3.288854] usb 1-1: Product: QEMU USB Tablet >16:12:16,213 INFO kernel:[ 3.288855] usb 1-1: Manufacturer: QEMU >16:12:16,213 INFO kernel:[ 3.288856] usb 1-1: SerialNumber: 42 >16:12:16,213 WARNING kernel:[ 3.292017] raid6: sse2x1 8507 MB/s >16:12:16,213 INFO kernel:[ 3.298092] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2 >16:12:16,213 INFO kernel:[ 3.298149] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >16:12:16,213 WARNING kernel:[ 3.309019] raid6: sse2x2 10792 MB/s >16:12:16,213 WARNING kernel:[ 3.326016] raid6: sse2x4 12699 MB/s >16:12:16,213 WARNING kernel:[ 3.326017] raid6: using algorithm sse2x4 (12699 MB/s) >16:12:16,213 WARNING kernel:[ 3.326018] raid6: using intx1 recovery algorithm >16:12:16,213 INFO kernel:[ 3.330511] md: raid6 personality registered for level 6 >16:12:16,213 INFO kernel:[ 3.330513] md: raid5 personality registered for level 5 >16:12:16,213 INFO kernel:[ 3.330514] md: raid4 personality registered for level 4 >16:12:16,213 INFO kernel:[ 3.334580] md: raid10 personality registered for level 10 >16:12:16,213 INFO kernel:[ 3.336339] md: linear personality registered for level -1 >16:12:16,213 INFO kernel:[ 3.341611] device-mapper: multipath round-robin: version 1.0.0 loaded >16:12:16,213 INFO kernel:[ 3.346585] sha256_ssse3: Neither AVX nor SSSE3 is available/usable. >16:12:16,213 INFO kernel:[ 3.372871] RPC: Registered named UNIX socket transport module. >16:12:16,213 INFO kernel:[ 3.372874] RPC: Registered udp transport module. >16:12:16,213 INFO kernel:[ 3.372876] RPC: Registered tcp transport module. >16:12:16,213 INFO kernel:[ 3.372877] RPC: Registered tcp NFSv4.1 backchannel transport module. >16:12:16,213 WARNING kernel:[ 3.509817] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >16:12:16,213 DEBUG kernel:[ 3.510555] virtio-pci 0000:00:05.0: setting latency timer to 64 >16:12:16,213 WARNING kernel:[ 3.511873] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >16:12:16,213 DEBUG kernel:[ 3.512759] virtio-pci 0000:00:06.0: setting latency timer to 64 >16:12:16,213 INFO kernel:[ 3.513472] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) >16:12:16,213 WARNING kernel:[ 3.516444] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 >16:12:16,213 DEBUG kernel:[ 3.517329] virtio-pci 0000:00:07.0: setting latency timer to 64 >16:12:16,213 INFO kernel:[ 3.520518] [drm] Initialized drm 1.1.0 20060810 >16:12:16,213 INFO kernel:[ 3.523381] 8139cp 0000:00:03.0 eth0: RTL-8139C+ at 0xffffc9000039e000, 52:54:00:f3:4a:6b, IRQ 11 >16:12:16,213 DEBUG kernel:[ 3.524428] 8139cp 0000:00:03.0: setting latency timer to 64 >16:12:16,213 INFO kernel:[ 3.526244] 8139too: 8139too Fast Ethernet driver 0.9.28 >16:12:16,213 ERR kernel:[ 3.531549] [drm:qxl_pci_probe] *ERROR* qxl too old, doesn't support client_monitors_config, use xf86-video-qxl in user mode >16:12:16,213 WARNING kernel:[ 3.531828] qxl: probe of 0000:00:02.0 failed with error -22 >16:12:16,213 DEBUG kernel:[ 3.545582] virtio-pci 0000:00:06.0: irq 40 for MSI/MSI-X >16:12:16,213 DEBUG kernel:[ 3.545601] virtio-pci 0000:00:06.0: irq 41 for MSI/MSI-X >16:12:16,213 INFO kernel:[ 3.546405] vda: vda1 >16:12:16,213 INFO kernel:[ 3.669097] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 >16:12:16,213 INFO kernel:[ 3.794148] tsc: Refined TSC clocksource calibration: 2790.921 MHz >16:12:16,213 DEBUG kernel:[ 4.247891] ISO 9660 Extensions: Microsoft Joliet Level 3 >16:12:16,213 DEBUG kernel:[ 4.270230] ISO 9660 Extensions: RRIP_1991A >16:12:16,213 INFO kernel:[ 4.444617] loop: module loaded >16:12:16,213 INFO kernel:[ 4.475197] bio: create slab <bio-1> at 1 >16:12:16,213 INFO kernel:[ 4.482793] bio: create slab <bio-2> at 2 >16:12:16,213 INFO kernel:[ 4.560609] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >16:12:16,213 DEBUG kernel:[ 5.487677] SELinux: 2048 avtab hash slots, 102947 rules. >16:12:16,213 DEBUG kernel:[ 5.499175] SELinux: 2048 avtab hash slots, 102947 rules. >16:12:16,213 DEBUG kernel:[ 5.512267] SELinux: 8 users, 82 roles, 4603 types, 261 bools, 1 sens, 1024 cats >16:12:16,213 DEBUG kernel:[ 5.512271] SELinux: 83 classes, 102947 rules >16:12:16,213 DEBUG kernel:[ 5.516043] SELinux: Completing initialization. >16:12:16,213 DEBUG kernel:[ 5.516045] SELinux: Setting up existing superblocks. >16:12:16,213 DEBUG kernel:[ 5.516050] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516053] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516061] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516064] SELinux: initialized (dev proc, type proc), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516070] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:12:16,213 DEBUG kernel:[ 5.516080] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >16:12:16,213 DEBUG kernel:[ 5.516544] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >16:12:16,213 DEBUG kernel:[ 5.516547] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516980] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >16:12:16,213 DEBUG kernel:[ 5.516984] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.516986] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >16:12:16,213 DEBUG kernel:[ 5.517025] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >16:12:16,213 DEBUG kernel:[ 5.517031] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >16:12:16,213 DEBUG kernel:[ 5.517035] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >16:12:16,213 DEBUG kernel:[ 5.517042] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >16:12:16,217 DEBUG kernel:[ 5.517196] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517198] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:12:16,218 DEBUG kernel:[ 5.517201] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:12:16,218 DEBUG kernel:[ 5.517297] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:12:16,218 DEBUG kernel:[ 5.517318] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517325] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517326] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517329] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517332] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517336] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517339] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517341] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517343] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517347] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517349] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517353] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517356] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 5.517364] SELinux: initialized (dev loop0, type squashfs), uses xattr >16:12:16,218 DEBUG kernel:[ 5.517378] SELinux: initialized (dev dm-0, type ext4), uses xattr >16:12:16,218 NOTICE kernel:[ 5.533548] type=1403 audit(1386000734.193:2): policy loaded auid=4294967295 ses=4294967295 >16:12:16,218 DEBUG kernel:[ 6.058434] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 6.088261] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >16:12:16,218 DEBUG kernel:[ 6.088409] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >16:12:16,218 DEBUG kernel:[ 6.100521] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:12:16,218 NOTICE kernel:[ 6.930623] type=1400 audit(1386000735.590:3): avc: denied { create } for pid=853 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:12:16,218 NOTICE kernel:[ 6.930725] type=1400 audit(1386000735.590:4): avc: denied { setattr } for pid=853 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=16996 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:12:16,218 NOTICE kernel:[ 6.931823] type=1400 audit(1386000735.591:5): avc: denied { relabelfrom } for pid=853 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=16996 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >16:12:16,218 INFO kernel:[ 7.037138] parport_pc 00:04: reported by Plug and Play ACPI >16:12:16,218 DEBUG kernel:[ 7.045944] virtio-pci 0000:00:05.0: irq 42 for MSI/MSI-X >16:12:16,218 DEBUG kernel:[ 7.045957] virtio-pci 0000:00:05.0: irq 43 for MSI/MSI-X >16:12:16,218 INFO kernel:[ 7.111491] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >16:12:16,218 INFO kernel:[ 7.187126] microcode: CPU0 sig=0x623, pf=0x0, revision=0x1 >16:12:16,218 INFO kernel:[ 7.388360] microcode: CPU1 sig=0x623, pf=0x0, revision=0x1 >16:12:16,218 INFO kernel:[ 7.388438] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >16:12:16,218 INFO kernel:[ 7.419278] md: bind<vda1> >16:12:16,218 INFO kernel:[ 7.421131] md: bind<sda1> >16:12:16,218 INFO kernel:[ 7.423892] md: bind<sdb1> >16:12:16,218 INFO kernel:[ 7.427918] md: bind<sdc1> >16:12:16,218 INFO kernel:[ 7.434327] md/raid10:md127: active with 4 out of 4 devices >16:12:16,218 INFO kernel:[ 7.434603] created bitmap (1 pages) for device md127 >16:12:16,218 INFO kernel:[ 7.434813] md127: bitmap initialized from disk: read 1 pages, set 0 of 157 bits >16:12:16,218 INFO kernel:[ 7.449369] md127: detected capacity change from 0 to 10501488640 >16:12:16,218 DEBUG kernel:[ 7.450639] RAID10 conf printout: >16:12:16,218 DEBUG kernel:[ 7.450642] --- wd:4 rd:4 >16:12:16,218 DEBUG kernel:[ 7.450645] disk 0, wo:0, o:1, dev:sda1 >16:12:16,218 DEBUG kernel:[ 7.450647] disk 1, wo:0, o:1, dev:sdb1 >16:12:16,218 DEBUG kernel:[ 7.450649] disk 2, wo:0, o:1, dev:sdc1 >16:12:16,218 DEBUG kernel:[ 7.450651] disk 3, wo:0, o:1, dev:vda1 >16:12:16,218 INFO kernel:[ 7.451456] md127: unknown partition table >16:12:16,218 NOTICE kernel:[ 7.557092] type=1400 audit(1386000736.217:6): avc: denied { read } for pid=880 comm="bash" name=".profile" dev="dm-0" ino=115690 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >16:12:16,218 NOTICE kernel:[ 7.557103] type=1400 audit(1386000736.217:7): avc: denied { open } for pid=880 comm="bash" path="/root/.profile" dev="dm-0" ino=115690 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >16:12:16,732 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-19.git20131003.fc20) is starting... >16:12:16,732 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >16:12:16,732 INFO NetworkManager: <info> WEXT support is enabled >16:12:16,789 INFO kernel:[ 8.128462] cfg80211: Calling CRDA to update world regulatory domain >16:12:16,872 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >16:12:16,941 INFO polkitd: Started polkitd version 0.112 >16:12:17,047 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >16:12:17,062 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >16:12:17,062 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >16:12:17,062 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >16:12:17,062 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >16:12:17,120 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >16:12:17,122 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >16:12:17,149 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >16:12:17,153 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >16:12:17,159 INFO NetworkManager: <info> WiFi hardware radio set enabled >16:12:17,160 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >16:12:17,160 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >16:12:17,160 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >16:12:17,160 INFO NetworkManager: <info> Networking is enabled by state file >16:12:17,161 INFO NetworkManager: <info> (lo): link connected >16:12:17,161 INFO NetworkManager: <info> (lo): carrier is ON >16:12:17,161 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >16:12:17,161 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >16:12:17,161 INFO NetworkManager: <info> (lo): No existing connection detected. >16:12:17,164 INFO NetworkManager: <info> (ens3): carrier is OFF >16:12:17,164 INFO NetworkManager: <info> (ens3): new Ethernet device (driver: '8139cp' ifindex: 2) >16:12:17,164 INFO NetworkManager: <info> (ens3): exported as /org/freedesktop/NetworkManager/Devices/1 >16:12:17,165 INFO NetworkManager: <info> (ens3): No existing connection detected. >16:12:17,165 INFO NetworkManager: <info> (ens3): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >16:12:17,165 INFO NetworkManager: <info> (ens3): bringing up device. >16:12:17,168 INFO kernel:[ 8.506749] 8139cp 0000:00:03.0 ens3: link up, 100Mbps, full-duplex, lpa 0x05E1 >16:12:17,173 INFO NetworkManager: <info> (ens3): link connected >16:12:17,174 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/net/ens3 >16:12:17,179 WARNING NetworkManager: <warn> Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files >16:12:17,179 INFO NetworkManager: <info> (ens3): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >16:12:17,184 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) starting connection 'Wired connection 1' >16:12:17,184 INFO NetworkManager: <info> (ens3): device state change: disconnected -> prepare (reason 'none') [30 40 0] >16:12:17,184 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) scheduled... >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) started... >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) scheduled... >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) complete. >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) starting... >16:12:17,184 INFO NetworkManager: <info> (ens3): device state change: prepare -> config (reason 'none') [40 50 0] >16:12:17,184 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) successful. >16:12:17,185 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) scheduled. >16:12:17,185 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) complete. >16:12:17,185 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) started... >16:12:17,185 INFO NetworkManager: <info> (ens3): device state change: config -> ip-config (reason 'none') [50 70 0] >16:12:17,192 INFO NetworkManager: <info> Activation (ens3) Beginning DHCPv4 transaction (timeout in 45 seconds) >16:12:17,265 INFO NetworkManager: <info> dhclient started with pid 927 >16:12:17,270 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) complete. >16:12:17,271 ERR NetworkManager: <error> [1386000737.271106] [rdisc/nm-lndp-rdisc.c:194] send_rs(): (ens3): cannot send router solicitation: -99. >16:12:17,741 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >16:12:17,742 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >16:12:17,742 INFO dhclient: All rights reserved. >16:12:17,742 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >16:12:17,742 INFO dhclient: >16:12:17,752 INFO NetworkManager: <info> (ens3): DHCPv4 state changed nbi -> preinit >16:12:17,763 INFO dhclient: Listening on LPF/ens3/52:54:00:f3:4a:6b >16:12:17,764 INFO dhclient: Sending on LPF/ens3/52:54:00:f3:4a:6b >16:12:17,764 INFO dhclient: Sending on Socket/fallback >16:12:17,765 INFO dhclient: DHCPDISCOVER on ens3 to 255.255.255.255 port 67 interval 8 (xid=0x2c6c382) >16:12:17,770 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x2c6c382) >16:12:17,770 INFO dhclient: DHCPOFFER from 192.168.11.1 >16:12:17,774 INFO dhclient: DHCPACK from 192.168.11.1 (xid=0x2c6c382) >16:12:17,776 INFO NetworkManager: <info> (ens3): DHCPv4 state changed preinit -> bound >16:12:17,776 INFO NetworkManager: <info> address 192.168.11.16 >16:12:17,776 INFO NetworkManager: <info> plen 24 (255.255.255.0) >16:12:17,776 INFO NetworkManager: <info> gateway 192.168.11.1 >16:12:17,776 INFO NetworkManager: <info> lease time 3600 >16:12:17,776 INFO NetworkManager: <info> nameserver '192.168.11.1' >16:12:17,776 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >16:12:17,778 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) started... >16:12:17,778 INFO NetworkManager: <info> (ens3): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >16:12:17,778 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) complete. >16:12:17,779 INFO NetworkManager: <info> (ens3): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >16:12:17,779 INFO NetworkManager: <info> (ens3): device state change: secondaries -> activated (reason 'none') [90 100 0] >16:12:17,779 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >16:12:17,779 INFO NetworkManager: <info> Policy set 'Wired connection 1' (ens3) as default for IPv4 routing and DNS. >16:12:17,781 INFO NetworkManager: <info> Activation (ens3) successful, device activated. >16:12:17,782 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >16:12:17,783 INFO NetworkManager: <info> startup complete >16:12:17,784 INFO dhclient: bound to 192.168.11.16 -- renewal in 1415 seconds. >16:12:17,804 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >16:12:20,444 NOTICE kernel:[ 11.783143] type=1400 audit(1386000740.443:8): avc: denied { read write } for pid=969 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=8306 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >16:12:22,518 INFO kernel:[ 13.857213] input: spice vdagent tablet as /devices/virtual/input/input4 >16:12:22,561 NOTICE kernel:[ 13.900180] type=1400 audit(1386000742.560:9): avc: denied { read write } for pid=1018 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:12:23,416 NOTICE NetworkManager: ifcfg-rh: read connection 'ens3' >16:12:23,417 INFO NetworkManager: <info> (ens3): device state change: activated -> disconnected (reason 'connection-removed') [100 30 38] >16:12:23,417 INFO NetworkManager: <info> (ens3): deactivating device (reason 'connection-removed') [38] >16:12:23,618 INFO NetworkManager: <info> (ens3): canceled DHCP transaction, DHCP client pid 927 >16:12:23,624 INFO NetworkManager: <info> NetworkManager state is now DISCONNECTED >16:12:23,624 INFO NetworkManager: <info> Setting system hostname to 'localhost.localdomain' (no default device) >16:12:23,626 INFO NetworkManager: <info> Saved default wired connection 'ens3' to persistent storage >16:12:23,626 INFO NetworkManager: <info> Auto-activating connection 'ens3'. >16:12:23,626 INFO NetworkManager: <info> Activation (ens3) starting connection 'ens3' >16:12:23,626 INFO NetworkManager: <info> (ens3): device state change: disconnected -> prepare (reason 'none') [30 40 0] >16:12:23,626 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) scheduled... >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) started... >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) scheduled... >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 1 of 5 (Device Prepare) complete. >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) starting... >16:12:23,627 INFO NetworkManager: <info> (ens3): device state change: prepare -> config (reason 'none') [40 50 0] >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) successful. >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) scheduled. >16:12:23,627 INFO NetworkManager: <info> Activation (ens3) Stage 2 of 5 (Device Configure) complete. >16:12:23,628 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) started... >16:12:23,628 INFO NetworkManager: <info> (ens3): device state change: config -> ip-config (reason 'none') [50 70 0] >16:12:23,628 INFO NetworkManager: <info> Activation (ens3) Beginning DHCPv4 transaction (timeout in 45 seconds) >16:12:23,631 INFO NetworkManager: <info> dhclient started with pid 1039 >16:12:23,632 INFO NetworkManager: <info> Activation (ens3) Stage 3 of 5 (IP Configure Start) complete. >16:12:23,646 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.5 >16:12:23,646 INFO dhclient: Copyright 2004-2013 Internet Systems Consortium. >16:12:23,646 INFO dhclient: All rights reserved. >16:12:23,646 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >16:12:23,646 INFO dhclient: >16:12:23,649 INFO NetworkManager: <info> (ens3): DHCPv4 state changed nbi -> preinit >16:12:23,656 INFO dhclient: Listening on LPF/ens3/52:54:00:f3:4a:6b >16:12:23,656 INFO dhclient: Sending on LPF/ens3/52:54:00:f3:4a:6b >16:12:23,657 INFO dhclient: Sending on Socket/fallback >16:12:23,657 INFO dhclient: DHCPREQUEST on ens3 to 255.255.255.255 port 67 (xid=0x66d7b23e) >16:12:23,662 INFO dhclient: DHCPACK from 192.168.11.1 (xid=0x66d7b23e) >16:12:23,664 INFO NetworkManager: <info> (ens3): DHCPv4 state changed preinit -> reboot >16:12:23,664 INFO NetworkManager: <info> address 192.168.11.16 >16:12:23,664 INFO NetworkManager: <info> plen 24 (255.255.255.0) >16:12:23,664 INFO NetworkManager: <info> gateway 192.168.11.1 >16:12:23,664 INFO NetworkManager: <info> lease time 3600 >16:12:23,664 INFO NetworkManager: <info> nameserver '192.168.11.1' >16:12:23,664 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >16:12:23,665 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) started... >16:12:23,665 INFO dhclient: bound to 192.168.11.16 -- renewal in 1522 seconds. >16:12:23,666 INFO NetworkManager: <info> (ens3): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >16:12:23,666 INFO NetworkManager: <info> Activation (ens3) Stage 5 of 5 (IPv4 Commit) complete. >16:12:23,667 INFO NetworkManager: <info> (ens3): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >16:12:23,672 INFO NetworkManager: <info> (ens3): device state change: secondaries -> activated (reason 'none') [90 100 0] >16:12:23,673 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >16:12:23,674 INFO NetworkManager: <info> Policy set 'ens3' (ens3) as default for IPv4 routing and DNS. >16:12:23,674 INFO NetworkManager: <info> Activation (ens3) successful, device activated. >16:12:23,700 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-ens3 >16:12:23,973 INFO chronyd: chronyd version 1.29 starting >16:12:23,973 INFO chronyd: Linux kernel major=3 minor=11 patch=9 >16:12:23,973 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >16:12:23,974 INFO chronyd: Generated key 1 >16:12:25,623 INFO kernel:[ 16.962761] md127: detected capacity change from 10501488640 to 0 >16:12:25,623 INFO kernel:[ 16.962767] md: md127 stopped. >16:12:25,623 INFO kernel:[ 16.962772] md: unbind<sdc1> >16:12:25,629 INFO kernel:[ 16.968030] md: export_rdev(sdc1) >16:12:25,629 INFO kernel:[ 16.968176] md: unbind<sdb1> >16:12:25,633 INFO kernel:[ 16.972062] md: export_rdev(sdb1) >16:12:25,633 INFO kernel:[ 16.972214] md: unbind<sda1> >16:12:25,638 INFO kernel:[ 16.977075] md: export_rdev(sda1) >16:12:25,638 INFO kernel:[ 16.977219] md: unbind<vda1> >16:12:25,649 INFO kernel:[ 16.988031] md: export_rdev(vda1) >16:12:25,861 INFO kernel:[ 17.200869] md: md127 stopped. >16:12:25,875 INFO kernel:[ 17.214401] md: bind<sdb1> >16:12:25,876 INFO kernel:[ 17.214883] md: bind<sdc1> >16:12:25,877 INFO kernel:[ 17.216470] md: bind<vda1> >16:12:25,879 INFO kernel:[ 17.218099] md: bind<sda1> >16:12:25,898 INFO kernel:[ 17.236648] md/raid10:md127: active with 4 out of 4 devices >16:12:25,898 INFO kernel:[ 17.236974] created bitmap (1 pages) for device md127 >16:12:25,898 INFO kernel:[ 17.237506] md127: bitmap initialized from disk: read 1 pages, set 0 of 157 bits >16:12:25,913 INFO kernel:[ 17.252562] md127: detected capacity change from 0 to 10501488640 >16:12:25,915 INFO kernel:[ 17.254168] md127: unknown partition table >16:12:26,008 INFO kernel:[ 17.346044] EXT4-fs (md127): mounted filesystem with ordered data mode. Opts: (null) >16:12:26,008 DEBUG kernel:[ 17.346052] SELinux: initialized (dev md127, type ext4), uses xattr >16:12:26,181 INFO kernel:[ 17.520801] md127: detected capacity change from 10501488640 to 0 >16:12:26,181 INFO kernel:[ 17.520808] md: md127 stopped. >16:12:26,181 INFO kernel:[ 17.520814] md: unbind<sda1> >16:12:26,185 INFO kernel:[ 17.524138] md: export_rdev(sda1) >16:12:26,185 INFO kernel:[ 17.524226] md: unbind<vda1> >16:12:26,189 INFO kernel:[ 17.528152] md: export_rdev(vda1) >16:12:26,189 INFO kernel:[ 17.528191] md: unbind<sdc1> >16:12:26,195 INFO kernel:[ 17.533127] md: export_rdev(sdc1) >16:12:26,195 INFO kernel:[ 17.533191] md: unbind<sdb1> >16:12:26,199 INFO kernel:[ 17.538133] md: export_rdev(sdb1) >16:12:26,222 NOTICE kernel:[ 17.561206] type=1400 audit(1386000746.220:10): avc: denied { open } for pid=902 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=15083 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file >16:12:26,306 NOTICE kernel:[ 17.645073] type=1400 audit(1386000746.304:11): avc: denied { read write } for pid=1163 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:12:26,306 NOTICE kernel:[ 17.645832] type=1400 audit(1386000746.304:12): avc: denied { read write } for pid=1163 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8306 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >16:12:27,002 NOTICE kernel:[ 18.009602] type=1400 audit(1386000747.001:13): avc: denied { ioctl } for pid=1163 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:12:27,002 NOTICE kernel:[ 18.009619] type=1400 audit(1386000747.001:14): avc: denied { getattr } for pid=1163 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:12:29,259 INFO chronyd: Selected source 178.32.222.71 >16:12:30,402 INFO chronyd: Selected source 88.198.180.55 >16:12:38,152 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >16:12:38,170 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >16:12:38,814 INFO kernel:[ 29.821926] bio: create slab <bio-3> at 3 >16:12:38,817 INFO kernel:[ 29.823889] Btrfs loaded >16:12:38,889 INFO kernel:[ 29.896087] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >16:13:52,416 NOTICE kernel:[ 103.423275] type=1400 audit(1386000832.415:15): avc: denied { read write } for pid=1207 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:13:52,416 NOTICE kernel:[ 103.423562] type=1400 audit(1386000832.415:16): avc: denied { read write } for pid=1207 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=8306 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >16:13:52,416 NOTICE kernel:[ 103.423904] type=1400 audit(1386000832.415:17): avc: denied { read } for pid=1207 comm="hwclock" path="/proc/928/mounts" dev="proc" ino=15839 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file >16:13:53,501 NOTICE kernel:[ 104.508178] type=1400 audit(1386000833.500:18): avc: denied { ioctl } for pid=1207 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:13:53,501 NOTICE kernel:[ 104.508193] type=1400 audit(1386000833.500:19): avc: denied { getattr } for pid=1207 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:13:53,595 INFO kernel:[ 104.602652] md: md127 stopped. >16:13:53,610 INFO kernel:[ 104.617389] md: bind<sdb1> >16:13:53,610 INFO kernel:[ 104.617747] md: bind<sdc1> >16:13:53,612 INFO kernel:[ 104.619342] md: bind<vda1> >16:13:53,612 INFO kernel:[ 104.619640] md: bind<sda1> >16:13:53,618 INFO kernel:[ 104.625481] md/raid10:md127: active with 4 out of 4 devices >16:13:53,624 INFO kernel:[ 104.631563] created bitmap (1 pages) for device md127 >16:13:53,625 INFO kernel:[ 104.631787] md127: bitmap initialized from disk: read 1 pages, set 0 of 157 bits >16:13:53,636 INFO kernel:[ 104.643661] md127: detected capacity change from 0 to 10501488640 >16:13:53,638 INFO kernel:[ 104.645564] md127: unknown partition table >16:13:53,836 WARNING kernel:[ 104.843902] md: md127 still in use. >16:13:54,062 INFO kernel:[ 105.069522] md127: detected capacity change from 10501488640 to 0 >16:13:54,062 INFO kernel:[ 105.069690] md: md127 stopped. >16:13:54,062 INFO kernel:[ 105.069696] md: unbind<sda1> >16:13:54,067 INFO kernel:[ 105.074146] md: export_rdev(sda1) >16:13:54,067 INFO kernel:[ 105.074187] md: unbind<vda1> >16:13:54,072 INFO kernel:[ 105.079129] md: export_rdev(vda1) >16:13:54,072 INFO kernel:[ 105.079160] md: unbind<sdc1> >16:13:54,078 INFO kernel:[ 105.085115] md: export_rdev(sdc1) >16:13:54,078 INFO kernel:[ 105.085164] md: unbind<sdb1> >16:13:54,083 INFO kernel:[ 105.090131] md: export_rdev(sdb1) >16:13:56,277 INFO kernel:[ 107.284177] md: bind<sda1> >16:13:56,277 INFO kernel:[ 107.284396] md: bind<sdb1> >16:13:56,277 INFO kernel:[ 107.284716] md: bind<sdc1> >16:13:56,277 INFO kernel:[ 107.284834] md: bind<vda1> >16:13:56,279 NOTICE kernel:[ 107.286100] md/raid10:md0: not clean -- starting background reconstruction >16:13:56,279 INFO kernel:[ 107.286102] md/raid10:md0: active with 4 out of 4 devices >16:13:56,279 INFO kernel:[ 107.286263] created bitmap (1 pages) for device md0 >16:13:56,279 INFO kernel:[ 107.286374] md0: bitmap initialized from disk: read 1 pages, set 158 of 158 bits >16:13:56,297 INFO kernel:[ 107.304123] md0: detected capacity change from 0 to 10580131840 >16:13:56,297 INFO kernel:[ 107.304479] md: resync of RAID array md0 >16:13:56,297 INFO kernel:[ 107.304482] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. >16:13:56,297 INFO kernel:[ 107.304484] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync. >16:13:56,297 INFO kernel:[ 107.304487] md: using 128k window, over a total of 10332160k. >16:13:56,324 INFO kernel:[ 107.331451] md0: unknown partition table >16:13:59,364 INFO kernel:[ 110.371508] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >16:13:59,364 DEBUG kernel:[ 110.371515] SELinux: initialized (dev dm-2, type ext4), uses xattr >16:13:59,410 DEBUG kernel:[ 110.416149] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >16:14:26,369 NOTICE kernel:[ 137.376491] type=1400 audit(1386000866.368:20): avc: denied { read write } for pid=1404 comm="ldconfig" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:14:39,105 INFO chronyd: Selected source 88.149.128.123 >16:15:05,828 NOTICE kernel:[ 176.835728] type=1400 audit(1386000905.826:21): avc: denied { read write } for pid=1528 comm="ldconfig" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:ldconfig_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:15:49,984 NOTICE kernel:[ 220.990771] type=1400 audit(1386000949.982:22): avc: denied { read write } for pid=1763 comm="load_policy" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:load_policy_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >16:15:50,092 DEBUG kernel:[ 221.099374] SELinux: 2048 avtab hash slots, 102947 rules. >16:15:50,104 DEBUG kernel:[ 221.111311] SELinux: 2048 avtab hash slots, 102947 rules. >16:15:50,118 DEBUG kernel:[ 221.125166] SELinux: 8 users, 82 roles, 4603 types, 261 bools, 1 sens, 1024 cats >16:15:50,118 DEBUG kernel:[ 221.125169] SELinux: 83 classes, 102947 rules >16:15:50,150 INFO dbus: avc: received policyload notice (seqno=2) >16:15:50,151 INFO dbus: avc: received policyload notice (seqno=2) >16:15:50,153 NOTICE kernel:[ 221.160801] type=1403 audit(1386000950.152:23): policy loaded auid=4294967295 ses=4294967295 >16:15:50,152 INFO dbus: avc: received policyload notice (seqno=2) >16:15:50,155 NOTICE dbus: [system] Reloaded configuration >16:16:45,870 INFO kernel:[ 276.877308] md: md0: resync done. >16:16:45,979 DEBUG kernel:[ 276.986339] RAID10 conf printout: >16:16:45,979 DEBUG kernel:[ 276.986342] --- wd:4 rd:4 >16:16:45,979 DEBUG kernel:[ 276.986344] disk 0, wo:0, o:1, dev:sda1 >16:16:45,979 DEBUG kernel:[ 276.986345] disk 1, wo:0, o:1, dev:sdb1 >16:16:45,979 DEBUG kernel:[ 276.986346] disk 2, wo:0, o:1, dev:sdc1 >16:16:45,979 DEBUG kernel:[ 276.986347] disk 3, wo:0, o:1, dev:vda1 >16:17:04,699 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >16:17:04,809 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >16:17:05,715 NOTICE kernel:[ 296.722157] type=1400 audit(1386001025.713:24): avc: denied { read write } for pid=15778 comm="mdadm" path="/dev/mapper/control" dev="devtmpfs" ino=8306 scontext=system_u:system_r:mdadm_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file
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 1036705
:
831578
| 831681 |
832036