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 937501 Details for
Bug 1141707
DeviceFactoryError: new size must of type Size
[?]
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.
File: anaconda-tb
anaconda-tb (text/plain), 740.51 KB, created by
Igor Gnatenko
on 2014-09-15 09:48:04 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Igor Gnatenko
Created:
2014-09-15 09:48:04 UTC
Size:
740.51 KB
patch
obsolete
>anaconda 21.48.6-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 767, in configure > raise(e) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1752, in _destroy_device > factory.configure() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 122, in decorated > return func(*args, **kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1808, in on_remove_clicked > self._destroy_device(device) >DeviceFactoryError: new size must of type Size > >Local variables in innermost frame: >self: <blivet.devicefactory.LVMThinPFactory object at 0x7f2ff6e68e10> >e: new size must of type Size > > >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 MainWindow.lightbox_on of <MainWindow object at 0x7f2ffcfc8320 (pyanaconda+ui+gui+MainWindow at 0x2356240)>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=enp3s0 --onboot=off --ipv6=auto --activate >network --hostname=PC.localdomain ># SELinux configuration >selinux --enforcing ># System timezone >timezone Europe/Moscow --isUtc ># System bootloader configuration >bootloader --location=mbr ># Partition clearing information >clearpart --none --initlabel --drives=sda > >%packages >@cloud-server >@core > >%end > >%addon com_redhat_kdump --disable --reserve-mb='128' > >%end > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: None > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 500 MiB partition sda2 (21) with existing ext4 filesystem >, '/boot/efi': existing 200 MiB partition sda1 (15) with existing efi filesystem >, '/': BTRFSSubVolumeDevice instance, containing members: > mounts.major: 0 > mounts._partedDevice: None > mounts.exists: True > mounts.req_size: None > mounts._size: 0 B > mounts.id: 44 > mounts._parents: ParentList instance, containing members: > mounts._parents.appendfunc: <bound method BTRFSSubVolumeDevice._addParent of BTRFSSubVolumeDevice instance (0x7f2ffcf5ba50) -- > name = root status = True kids = 0 id = 44 > parents = ['existing 1854.46 GiB btrfs volume fedora-workstation_x1carbon (35) with existing btrfs filesystem'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f3007d18320> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > mounts._parents.items: [BTRFSVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 B > id: 35 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method BTRFSVolumeDevice._addParent of BTRFSVolumeDevice instance (0x7f2ffcfebc50) -- > name = fedora-workstation_x1carbon status = True kids = 2 id = 35 > parents = ['existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem'] > uuid = 6f31c060-2cf3-43d7-b24d-e90e97af6987 size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f3007d18dd0> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > _parents.items: [existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem >] > _parents.removefunc: <bound method BTRFSVolumeDevice._removeParent of BTRFSVolumeDevice instance (0x7f2ffcfebc50) -- > name = fedora-workstation_x1carbon status = True kids = 2 id = 35 > parents = ['existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem'] > uuid = 6f31c060-2cf3-43d7-b24d-e90e97af6987 size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f3007d18dd0> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > controllable: True > _metaDataLevel: None > uuid: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > _format: BTRFS instance, containing members: > _format._label: fedora-workstation_x1carbon > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format._targetSize: 1 B > _format.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > _format._size: Already dumped (Size instance) > _format.mountopts: subvolid=5 > _format.mountpoint: None > _format.id: 38 > _format._device: /dev/sda4 > formatClass: <class 'blivet.formats.fs.BTRFS'> > subvolumes: [BTRFSSubVolumeDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > req_size: None > _size: 0 B > id: 41 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method BTRFSSubVolumeDevice._addParent of BTRFSSubVolumeDevice instance (0x7f2ffcf5b850) -- > name = home status = True kids = 0 id = 41 > parents = ['existing 1854.46 GiB btrfs volume fedora-workstation_x1carbon (35) with existing btrfs filesystem'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ff2925c20> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > _parents.items: [Already dumped (BTRFSVolumeDevice instance) >] > _parents.removefunc: <bound method BTRFSSubVolumeDevice._removeParent of BTRFSSubVolumeDevice instance (0x7f2ffcf5b850) -- > name = home status = True kids = 0 id = 41 > parents = ['existing 1854.46 GiB btrfs volume fedora-workstation_x1carbon (35) with existing btrfs filesystem'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ff2925c20> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > controllable: True > uuid: None > _format: BTRFS instance, containing members: > _format._label: None > _format.uuid: None > _format.exists: True > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: btrfs > _format.fsprofile: None > _format._targetSize: 1 B > _format.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > _format._size: Already dumped (Size instance) > _format.mountopts: subvol=home > _format.mountpoint: None > _format.id: 40 > _format._device: /dev/sda4 > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > vol_id: 257 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: home > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat._label: None > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvol=home > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 40 > originalFormat._device: /dev/sda4 > _serial: None >, Already dumped (BTRFSSubVolumeDevice instance) >] > deviceLinks: [] > minor: 0 > size_policy: 1854.46 GiB > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _dataLevel: None > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 2 > _vendor: Skipped > _name: fedora-workstation_x1carbon > protected: False > originalFormat: BTRFS instance, containing members: > originalFormat._label: fedora-workstation_x1carbon > originalFormat.uuid: None > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._mountType: btrfs > originalFormat.fsprofile: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > originalFormat._minInstanceSize: None > originalFormat.mountopts: subvolid=5 > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 38 > originalFormat._device: /dev/sda4 > _defaultSubVolumeID: 5 > _serial: None >] > mounts._parents.removefunc: <bound method BTRFSSubVolumeDevice._removeParent of BTRFSSubVolumeDevice instance (0x7f2ffcf5ba50) -- > name = root status = True kids = 0 id = 44 > parents = ['existing 1854.46 GiB btrfs volume fedora-workstation_x1carbon (35) with existing btrfs filesystem'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f3007d18320> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs> > mounts.controllable: True > mounts.uuid: None > mounts._format: BTRFS instance, containing members: > mounts._format._label: None > mounts._format.uuid: None > mounts._format.exists: True > mounts._format._mountpoint: None > mounts._format._minInstanceSize: None > mounts._format._mountType: btrfs > mounts._format.fsprofile: None > mounts._format._targetSize: 1 B > mounts._format.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > mounts._format._size: Already dumped (Size instance) > mounts._format.mountopts: subvol=root > mounts._format.mountpoint: None > mounts._format.id: 43 > mounts._format._device: /dev/sda4 > mounts.deviceLinks: [] > mounts.minor: 0 > mounts.fstabComment: Skipped > mounts.bus: Skipped > mounts.sysfsPath: Skipped > mounts._targetSize: Already dumped (Size instance) > mounts.vol_id: 258 > mounts._model: Skipped > mounts.kids: 0 > mounts._vendor: Skipped > mounts._name: root > mounts.protected: False > mounts.originalFormat: BTRFS instance, containing members: > mounts.originalFormat._label: None > mounts.originalFormat.uuid: None > mounts.originalFormat.exists: True > mounts.originalFormat._mountpoint: None > mounts.originalFormat.mountpoint: None > mounts.originalFormat._mountType: btrfs > mounts.originalFormat.fsprofile: None > mounts.originalFormat._targetSize: Already dumped (Size instance) > mounts.originalFormat.volUUID: 6f31c060-2cf3-43d7-b24d-e90e97af6987 > mounts.originalFormat._minInstanceSize: None > mounts.originalFormat.mountopts: subvol=root > mounts.originalFormat._size: Already dumped (Size instance) > mounts.originalFormat.id: 43 > mounts.originalFormat._device: /dev/sda4 > mounts._serial: None >, '/home': Already dumped (BTRFSSubVolumeDevice instance) >} > swaps: [existing 8064 MiB partition sda3 (26) with existing swap >] > name: Fedora Linux 21 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: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _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._pvInfo: None > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > exists: True > _size: 24 MiB > id: 6 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f2fff7006d0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7f2fff7006d0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > deviceLinks: [/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:1, /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:1] > minor: 1 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 > _targetSize: 0 B > _model: Cruzer_Contour > kids: 0 > _vendor: SanDisk > _name: sr1 > protected: False > originalFormat: existing None > _serial: None >, existing 1863.02 GiB disk sda (10) with existing gpt disklabel >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (PartitionDevice instance) >, Already dumped (BTRFSVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, Already dumped (BTRFSSubVolumeDevice instance) >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 B > id: 47 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f2ffd008790) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7f2ffd008790) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-ASUS_DRW-24B3ST_B8D0CL025911] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _targetSize: Already dumped (Size instance) > _model: ASUS_DRW-24B3ST > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 51 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f2ffd008890) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 51 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f2ffd008890) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 51 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _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 B > id: 54 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f2ffcf5bcd0) -- > name = loop0 status = False kids = 0 id = 54 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f2ffcf5bcd0) -- > name = loop0 status = False kids = 0 id = 54 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 59 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f2ffcf5bf10) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 59 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f2ffcf5bf10) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 59 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _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 B > id: 62 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f2ffcf5bd90) -- > name = loop1 status = False kids = 1 id = 62 > parents = ['existing 0 B file /LiveOS/rootfs.img (59)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f2ffcf5bd90) -- > name = loop1 status = False kids = 1 id = 62 > parents = ['existing 0 B file /LiveOS/rootfs.img (59)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 > _format.exists: True > _format._mountpoint: None > _format._minInstanceSize: 0 B > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2048 MiB > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: None > _format.id: 65 > _format._device: /dev/loop1 > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 65 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 67 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f2ffcf5b6d0) -- > name = /overlay (deleted) status = False kids = 1 id = 67 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f2ffcf5b6d0) -- > name = /overlay (deleted) status = False kids = 1 id = 67 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _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 B > id: 70 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f2ffcf5bb10) -- > name = loop2 status = False kids = 1 id = 70 > parents = ['existing 0 B file /overlay (deleted) (67)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f2ffcf5bb10) -- > name = loop2 status = False kids = 1 id = 70 > parents = ['existing 0 B file /overlay (deleted) (67)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-rw (74) with existing ext4 filesystem >, existing 2048 MiB dm live-base (79) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sdb, sdb1, sdb2, sdb3, sr1, sda, sda1, sda2, sda3, sda4, home, root, sr0, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdb] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora-WS-21_A_T7-x86_64] > _intf.storage.fsset.devicetree._lvInfo: None > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: 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-WS-21_A_T7-x86_64] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: EFIGRUB instance, containing members: > _intf.storage._bootloader.efi_dir: BOOT > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.linux_images: [] > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader.password: None > _intf.storage._bootloader.boot_args: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._timeout: None > _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._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.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f2ffcfc9c10) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x7f2ffcfc9c90) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x7f2ffcfc9cd0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x7f2ffcfc9d10) -- > mountpoint = /boot/efi lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 MiB maxSize = 200 MiB grow = True > >, PartSpec instance (0x7f2ffcfc9d50) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._current_action: SummaryHub instance, containing members: > _intf.mainWindow._current_action._window: HubWindow instance, containing members: > _intf.mainWindow._current_action._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._tx_id: 1410774225.58 > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes._addonStates: {'korean-support': 0, 'mate-applications': 0, 'office': 0, 'khmer-support': 0, 'critical-path-kde': 0, 'container-management': 0, 'books': 0, 'persian-support': 0, 'mysql': 0, 'georgian-support': 0, 'development-libs': 0, 'sanskrit-support': 0, 'kde-media': 0, 'cloud-management': 0, 'font-design': 0, 'editors': 0, 'window-managers': 0, 'directory-server': 0, 'system-tools': 0, 'kf5-software-development': 0, 'kde-education': 0, 'japanese-support': 0, 'libreoffice': 0, 'punjabi-support': 0, 'bhutanese-support': 0, 'xmonad': 0, 'input-methods': 0, 'fedora-packager': 0, 'development-tools': 0, 'critical-path-base': 0, 'headless-management': 0, 'legacy-fonts': 0, 'yiddish-support': 0, 'lxde-office': 0, 'c-development': 0, 'kashmiri-support': 0, 'electronic-lab': 0, 'fonts': 0, 'mate-desktop': 0, 'online-docs': 0, 'russian-support': 0, 'engineering-and-scientific': 0, 'simplified-chinese-support': 0, 'xfce-software-development': 0, 'text-internet': 0, 'cloud-server': 0, 'gujarati-support': 0, 'dogri-support': 0, 'dial-up': 0, 'javaenterprise': 0, 'x-software-development': 0, 'virtualization': 0, 'xfce-apps': 0, 'rpm-development-tools': 0, 'legacy-network-server': 0, 'dns-server': 0, 'gnome-desktop': 0, 'news-server': 0, 'guest-desktop-agents': 0, 'multimedia': 0, 'arabic-support': 0, 'kde-telepathy': 0, 'dogtag': 0, 'printing': 0, 'mongodb': 0, 'core': 0, 'authoring-and-publishing': 0, 'rubyonrails': 0, 'security-lab': 0, 'standard': 0, 'konkani-support': 0, 'sindhi-support': 0, 'gnome-games': 0, 'ftp-server': 0, 'thai-support': 0, 'java-development': 0, 'kde-office': 0, 'perl-web': 0, 'haproxy': 0, 'kannada-support': 0, 'cinnamon-desktop': 0, 'd-development': 0, 'anaconda-tools': 0, 'lxde-media': 0, 'ocaml': 0, 'hardware-support': 0, 'epiphany': 0, 'games': 0, 'critical-path-gnome': 0, 'greek-support': 0, 'xfce-desktop': 0, 'firefox': 0, 'tibetan-support': 0, 'milkymist': 0, 'manipuri-support': 0, 'bodo-support': 0, 'haskell': 0, 'legacy-software-development': 0, 'freeipa-server': 0, 'vietnamese-support': 0, 'java': 0, 'mingw32': 0, 'telugu-support': 0, 'network-server': 0, 'xmonad-mate': 0, 'urdu-support': 0, 'perl': 0, 'sugar-apps': 0, 'mate-compiz': 0, 'tamil-support': 0, 'legacy-software-support': 0, 'xfce-media': 0, 'networkmanager-submodules': 0, 'load-balancer': 0, 'sinhala-support': 0, 'cloud-infrastructure': 0, 'base-x': 0, 'python-web': 0, 'malayalam-support': 0, 'graphics': 0, 'web-server': 0, 'ha': 0, 'ruby': 0, 'design-suite': 0, 'smb-server': 0, 'eclipse': 0, 'xfce-office': 0, 'kde-apps': 0, 'oriya-support': 0, 'workstation-product': 0, 'libreoffice-development': 0, 'nepali-support': 0, 'kde-software-development': 0, '3d-printing': 0, 'assamese-support': 0, 'kde-desktop': 0, 'santali-support': 0, 'basic-desktop': 0, 'bengali-support': 0, 'mail-server': 0, 'traditional-chinese-support': 0, 'education': 0, 'hebrew-support': 0, 'critical-path-xfce': 0, 'kurdish-support': 0, 'server-cfg': 0, 'sound-and-video': 0, 'sql-server': 0, 'finnish-support': 0, 'admin-tools': 0, 'critical-path-apps': 0, 'buildsys-build': 0, 'hindi-support': 0, 'robotics-suite': 0, 'fedora-release-standard': 0, 'domain-client': 0, 'critical-path-lxde': 0, 'marathi-support': 0, 'ethiopic-support': 0, 'burmese-support': 0, 'php': 0, 'xfce-extra-plugins': 0, 'gnome-software-development': 0, 'guest-agents': 0, 'server-product': 0, 'tomcat': 0, 'medical': 0, 'lepcha-support': 0, 'sugar-desktop': 0, 'maithili-support': 0, 'lxde-desktop': 0, 'lxde-apps': 0, 'graphical-internet': 0, 'audio': 0} > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._environmentListBox: ListBox instance, containing members: > _intf.mainWindow._current_action._spokes._addonListBox: ListBox instance, containing members: > _intf.mainWindow._current_action._spokes.selectedGroups: [] > _intf.mainWindow._current_action._spokes._origAddons: [] > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._origEnvironment: cloud-server-environment > _intf.mainWindow._current_action._spokes._selectFlag: False > _intf.mainWindow._current_action._spokes._errorMsgs: None > _intf.mainWindow._current_action._spokes.excludedGroups: [] > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: YumPayload instance, containing members: > _intf.mainWindow._current_action._spokes.payload._groups: Skipped > _intf.mainWindow._current_action._spokes.payload.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.payload._rescueVersionList: [] > _intf.mainWindow._current_action._spokes.payload.install_device: None > _intf.mainWindow._current_action._spokes.payload._environmentAddons: {'cloud-server-environment': (['web-server', 'dns-server', 'directory-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'headless-management', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'standard', 'smb-server'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'gnome-desktop-environment': (['3d-printing', 'cloud-management', 'epiphany', 'gnome-games', 'libreoffice'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'minimal-environment': (['guest-agents', 'standard'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'mate-desktop-environment': (['3d-printing', 'libreoffice', 'mate-applications', 'mate-compiz'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'lxde-desktop-environment': (['3d-printing', 'lxde-apps', 'cloud-management', 'lxde-office', 'lxde-media'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'infrastructure-server-environment': (['web-server', 'dns-server', 'directory-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'printing', 'virtualization', 'smb-server'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'developer-workstation-environment': (['3d-printing', 'cloud-management', 'design-suite', 'electronic-lab', 'font-design', 'haskell', 'javaenterprise', 'java-development', 'legacy-software-development', 'mysql', 'milkymist', 'mingw32', 'mongodb', 'ocaml', 'php', 'perl-web', 'sql-server', 'python-web', 'robotics-suite', 'rubyonrails'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'development-tools', 'domain-client', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'rpm-development-tools', 'security-lab', 'system-tools']), 'basic-desktop-environment': (['cinnamon-desktop', 'firefox', 'gnome-desktop', 'input-methods', 'kde-desktop', 'lxde-desktop', 'legacy-fonts', 'libreoffice', 'mate-desktop', 'sugar-desktop', 'xmonad', 'xmonad-mate', 'xfce-desktop'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'sugar-desktop-environment': (['sugar-apps'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'web-server-environment': (['guest-agents', 'haproxy', 'javaenterprise', 'mysql', 'mongodb', 'php', 'perl-web', 'sql-server', 'python-web', 'rubyonrails', 'tomcat'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'xfce-desktop-environment': (['3d-printing', 'xfce-apps', 'cloud-management', 'xfce-extra-plugins', 'xfce-media', 'xfce-office'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'kde-desktop-environment': (['3d-printing', 'cloud-management', 'kde-apps', 'kde-education', 'kde-media', 'kde-office', 'kde-telepathy'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'workstation-product-environment': ([], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'server-product-environment': (['web-server', 'dns-server', 'directory-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'printing', 'virtualization', 'smb-server'], ['3d-printing', 'admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-management', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'headless-management', 'libreoffice', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools']), 'cinnamon-desktop-environment': (['3d-printing', 'cloud-management', 'libreoffice'], ['admin-tools', 'audio', 'authoring-and-publishing', 'books', 'c-development', 'cloud-server', 'container-management', 'd-development', 'design-suite', 'development-tools', 'domain-client', 'electronic-lab', 'engineering-and-scientific', 'eclipse', 'freeipa-server', 'headless-management', 'mate-applications', 'mate-compiz', 'medical', 'milkymist', 'rpm-development-tools', 'robotics-suite', 'security-lab', 'system-tools'])} > _intf.mainWindow._current_action._spokes.payload._root_dir: /tmp/yum.root > _intf.mainWindow._current_action._spokes.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.mainWindow._current_action._spokes.payload._setup: True > _intf.mainWindow._current_action._spokes.payload.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.payload.requiredGroups: [] > _intf.mainWindow._current_action._spokes.payload._base_repo: None > _intf.mainWindow._current_action._spokes.payload.txID: None > _intf.mainWindow._current_action._spokes.payload._rpm_macros: [] > _intf.mainWindow._current_action._spokes.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.mainWindow._current_action._spokes.payload._createdInitrds: False > _intf.mainWindow._current_action._spokes.payload._packages: [] > _intf.mainWindow._current_action._spokes.payload.requiredPackages: [] > _intf.mainWindow._current_action._spokes.payload._space_required: 2861.02 MiB > _intf.mainWindow._current_action._spokes.payload._yum: Skipped > _intf.mainWindow._current_action._spokes.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload._kernelVersionList: [] > _intf.mainWindow._current_action._spokes.environment: cloud-server-environment >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.ancestors: [] > _intf.mainWindow._current_action._spokes._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: True > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.disks: [] > _intf.mainWindow._current_action._spokes.selector: None > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._notebook: Notebook instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > _idEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.selected_disks: [] > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf.mainWindow._current_action._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf.mainWindow._current_action._spokes.network_control_box._running_nmce: None > _intf.mainWindow._current_action._spokes.network_control_box.selected_ssid: None > _intf.mainWindow._current_action._spokes.network_control_box.client: Client instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf.mainWindow._current_action._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._updatesBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._repoNameWarningBox: None > _intf.mainWindow._current_action._spokes._networkButton: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._nfsOptsBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectButton: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._autodetectLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._repoNameWarningLabel: None > _intf.mainWindow._current_action._spokes._repoStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._repoEntryBox: Grid instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._cdrom: None > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._proxyUrl: Skipped > _intf.mainWindow._current_action._spokes._isoChooserButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._duplicateRepoCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._run_check: <bound method SourceSpoke._checkDuplicateRepos of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510>> > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._parent: Already dumped (SourceSpoke instance) > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._input_obj: Already dumped (ListStore instance) > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._data: None > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._check_status: None > _intf.mainWindow._current_action._spokes._duplicateRepoCheck._enabled: True > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._repoURLChecks: {} > _intf.mainWindow._current_action._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._proxyButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._repoView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes._repoNameChecks: {} > _intf.mainWindow._current_action._spokes._autodetectBox: Grid instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._verifyIsoButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._currentIsoFile: None > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._origIsoChooserButton: _Choose an ISO > _intf.mainWindow._current_action._spokes._repoProxyChecks: {} > _intf.mainWindow._current_action._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._urlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._repoUrlEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._repoNameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._error: True > _intf.mainWindow._current_action._spokes._repoSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._urlCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._urlCheck._run_check: <bound method SourceSpoke._checkURLEntry of <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510>> > _intf.mainWindow._current_action._spokes._urlCheck._parent: Already dumped (SourceSpoke instance) > _intf.mainWindow._current_action._spokes._urlCheck._input_obj: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._urlCheck._data: None > _intf.mainWindow._current_action._spokes._urlCheck._check_status: None > _intf.mainWindow._current_action._spokes._urlCheck._enabled: False > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._proxyChange: False > _intf.mainWindow._current_action._spokes._ready: True > _intf.mainWindow._current_action._spokes._check_list: [Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >] > _intf.mainWindow._current_action._spokes._networkBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._isoBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._selection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog._window: None > _intf.mainWindow._current_action._spokes._switching_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._switching_dialog._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._removeButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._add_dialog: AddLayoutDialog instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._window: None > _intf.mainWindow._current_action._spokes._add_dialog._treeModelFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._add_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._newLayoutSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._confirmAddButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._add_dialog._treeModelSort: TreeModelSort instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._xkl_wrapper: Skipped > _intf.mainWindow._current_action._spokes._add_dialog._store: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._add_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._add_dialog._chosen_layouts: [] > _intf.mainWindow._current_action._spokes._add_dialog._entry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._downButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._layoutSwitchLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._confirmed: False > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._previewButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._ready: True > _intf.mainWindow._current_action._spokes._remove_last_attempt: False > _intf.mainWindow._current_action._spokes._upButton: ToolButton instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._typeStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._configureBox: Box instance, containing members: > _intf.mainWindow._current_action._spokes._device_container_name: fedora-workstation_pc > _intf.mainWindow._current_action._spokes._accordion: Accordion instance, containing members: > _intf.mainWindow._current_action._spokes._accordion._expanders: [Expander instance, containing members: >] > _intf.mainWindow._current_action._spokes._fs_types: [ext4, ext3, ext2, EFI System Partition, swap, xfs, vfat] > _intf.mainWindow._current_action._spokes._initialized: True > _intf.mainWindow._current_action._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes._min_ram: 410 > _intf.mainWindow._current_action._spokes._addButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._modifyContainerButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes.passphrase: Skipped > _intf.mainWindow._current_action._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._partitionsViewport: Viewport instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._removeButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes._typeCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._current_selector: None > _intf.mainWindow._current_action._spokes._labelEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._partitionsNotebook: Notebook instance, containing members: > _intf.mainWindow._current_action._spokes._totalSpaceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._resetButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._mainSpokeClass: StorageSpoke > _intf.mainWindow._current_action._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._mountPointEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._uneditableDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._whenCreateLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._selectedDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes._device_container_size: 0 > _intf.mainWindow._current_action._spokes._device_container_encrypted: False > _intf.mainWindow._current_action._spokes._summaryLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._containerCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._nameEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes.selector: None > _intf.mainWindow._current_action._spokes._containerLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._hidden_disks: [existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >] > _intf.mainWindow._current_action._spokes._back_already_clicked: False > _intf.mainWindow._current_action._spokes._applyButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._passphraseEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._device_size_text: 8064 MiB > _intf.mainWindow._current_action._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._availableSpaceLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._sizeEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._containerStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._error: None > _intf.mainWindow._current_action._spokes._configButton: ToolButton instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._raidLevelLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._storage_playground: Skipped > _intf.mainWindow._current_action._spokes._device_disks: [existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >] > _intf.mainWindow._current_action._spokes._devices: [FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 59 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f3007d21190) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 59 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f3007d21190) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 59 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 67 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f3007d21990) -- > name = /overlay (deleted) status = False kids = 1 id = 67 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f3007d21990) -- > name = /overlay (deleted) status = False kids = 1 id = 67 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 51 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x7f3007d21ed0) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 51 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x7f3007d21ed0) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 51 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, non-existent 50 GiB lvmvg fedora-workstation_pc (225) >, LVMThinPoolDevice instance, containing members: > major: 0 > _partedDevice: None > req_percent: 0 > exists: False > req_size: 1832 MiB > logSize: 0 > singlePVerr: A proposed logical volume is restricted to a single physical volume on this platform. No physical volumes available in volume group fedora-workstation_pc with 0 B of available space. > req_max_size: 0 B > req_grow: False > _size: 41.66 GiB > singlePV: False > id: 229 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LVMThinPoolDevice._addParent of LVMThinPoolDevice instance (0x7f2ff7d47d90) -- > name = fedora-workstation_pc-pool00 status = False kids = 0 id = 229 > parents = ['non-existent 50 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 41.66 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 41.66 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 1 id = 225 > parents = ['non-existent 50 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 50 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 12800 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 50 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 50 GiB> > _parents.items: [Already dumped (LVMVolumeGroupDevice instance) >] > _parents.removefunc: <bound method LVMThinPoolDevice._removeParent of LVMThinPoolDevice instance (0x7f2ff7d47d90) -- > name = fedora-workstation_pc-pool00 status = False kids = 0 id = 229 > parents = ['non-existent 50 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 41.66 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 41.66 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 1 id = 225 > parents = ['non-existent 50 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 50 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 12800 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 50 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 50 GiB> > controllable: True > dmUuid: None > _format: non-existent None > copies: 1 > segType: linear > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > snapshots: [] > metaDataSize: 0 > uuid: None > _model: Skipped > kids: 0 > chunkSize: 0 > _vendor: Skipped > _name: pool00 > _lvs: [] > protected: False > originalFormat: non-existent None > target: None > _serial: None >, existing 2048 MiB dm live-base (79) with existing ext4 filesystem >, existing 2048 MiB dm live-rw (74) with existing ext4 filesystem >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 54 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f3007d21090) -- > name = loop0 status = False kids = 0 id = 54 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f3007d21090) -- > name = loop0 status = False kids = 0 id = 54 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 62 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f3007d21b10) -- > name = loop1 status = False kids = 1 id = 62 > parents = ['existing 0 B file /LiveOS/rootfs.img (59)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f3007d21b10) -- > name = loop1 status = False kids = 1 id = 62 > parents = ['existing 0 B file /LiveOS/rootfs.img (59)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.exists: True > _format._mountpoint: None > _format.mountpoint: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format._size: Already dumped (Size instance) > _format.id: 65 > _format._device: /dev/loop1 > _format.errors: False > _format.uuid: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 > _format._mountType: ext4 > _format.fsprofile: None > _format.dirty: False > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 65 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 70 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x7f3007d21a90) -- > name = loop2 status = False kids = 1 id = 70 > parents = ['existing 0 B file /overlay (deleted) (67)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x7f3007d21a90) -- > name = loop2 status = False kids = 1 id = 70 > parents = ['existing 0 B file /overlay (deleted) (67)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, Already dumped (DiskDevice instance) >, non-existent 50 GiB partition sda1 (208) with non-existent lvmpv >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 B > id: 47 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f3007d21f10) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7f3007d21f10) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > deviceLinks: [/dev/cdrom, /dev/disk/by-id/ata-ASUS_DRW-24B3ST_B8D0CL025911] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _targetSize: Already dumped (Size instance) > _model: ASUS_DRW-24B3ST > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > exists: True > _size: 24 MiB > id: 6 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x7f3007d21dd0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x7f3007d21dd0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None> > controllable: True > uuid: None > _format: existing None > deviceLinks: [/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:1, /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:1] > minor: 1 > fstabComment: Skipped > bus: Skipped > sysfsPath: /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 > _targetSize: 0 B > _model: Cruzer_Contour > kids: 0 > _vendor: SanDisk > _name: sr1 > protected: False > originalFormat: existing None > _serial: None >] > _intf.mainWindow._current_action._spokes._fsCombo: ComboBoxText instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._free_space: 1813.01 GiB > _intf.mainWindow._current_action._spokes._device_container_raid_level: None > _intf.mainWindow._current_action._spokes._device_name_dict: {0: swap, 1: swap, 2: sda1, 3: swap, 4: , 5: swap} > _intf.mainWindow._current_action._spokes._incompleteDeviceDescLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._langSelection: TreeSelection instance, containing members: > _intf.mainWindow._current_action._spokes._localeStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._localeView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes._left_arrow: Image instance, containing members: > _intf.mainWindow._current_action._spokes._arrow: None > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._langView: TreeView instance, containing members: > _intf.mainWindow._current_action._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._right_arrow: Image instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._languageEntry: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf.mainWindow._current_action._spokes._selected_locales: set([]) > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._localeSelection: None > _intf.mainWindow._current_action._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf.mainWindow._current_action._spokes._kickstarted: False > _intf.mainWindow._current_action._spokes._monthCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._radioButton24h: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes._amPmLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._monthsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes._ntpSwitch: Switch instance, containing members: > _intf.mainWindow._current_action._spokes.applyOnSkip: False > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes._regions_zones: {'Africa': set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka']), 'America': set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay']), 'Antarctica': set(['Troll', 'DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson']), 'Arctic': set(['Longyearbyen']), 'Asia': set(['Karachi', 'Choibalsan', 'Vladivostok', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Almaty', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Srednekolymsk', 'Beirut', 'Nicosia', 'Aden', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Kabul', 'Krasnoyarsk', 'Kathmandu', 'Chita', 'Urumqi', 'Oral', 'Tbilisi', 'Taipei', 'Seoul', 'Ho_Chi_Minh', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera']), 'Atlantic': set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia']), 'Australia': set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide']), 'Europe': set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo']), 'Indian': set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas']), 'Pacific': set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji']), 'US': set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska']), 'Etc': set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT'])} > _intf.mainWindow._current_action._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf.mainWindow._current_action._spokes._tzmap: TimezoneMap instance, containing members: > _intf.mainWindow._current_action._spokes._yearCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes._update_datetime_timer_id: None > _intf.mainWindow._current_action._spokes._cityCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._regionCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: True > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._dayCombo: ComboBox instance, containing members: > _intf.mainWindow._current_action._spokes._amPmUp: Button instance, containing members: > _intf.mainWindow._current_action._spokes._citiesStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._amPmDown: Button instance, containing members: > _intf.mainWindow._current_action._spokes._minutesLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._yearsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._daysStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._window: Dialog instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog.applyOnSkip: False > _intf.mainWindow._current_action._spokes._config_dialog.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._epoch: 0 > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck: InputCheck instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._run_check: <bound method NTPconfigDialog._validateServer of <pyanaconda.ui.gui.spokes.datetime_spoke.NTPconfigDialog object at 0x7f2ff7f56d10>> > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._parent: Already dumped (NTPconfigDialog instance) > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._input_obj: Entry instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._data: None > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._check_status: Skipped > _intf.mainWindow._current_action._spokes._config_dialog._serverCheck._enabled: True > _intf.mainWindow._current_action._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7f2ffce81d10> > _intf.mainWindow._current_action._spokes._config_dialog.skipTo: None > _intf.mainWindow._current_action._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._addButton: Button instance, containing members: > _intf.mainWindow._current_action._spokes._config_dialog._check_list: [Already dumped (InputCheck instance) >] > _intf.mainWindow._current_action._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._config_dialog._serverEntry: Already dumped (Entry instance) > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._old_region: Europe > _intf.mainWindow._current_action._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf.mainWindow._current_action._spokes._start_updating_timer_id: None > _intf.mainWindow._current_action._spokes._hoursLabel: Label instance, containing members: > _intf.mainWindow._current_action._spokes._regionsStore: ListStore instance, containing members: > _intf.mainWindow._current_action._spokes._old_city: Moscow > _intf.mainWindow._current_action._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf.mainWindow._current_action._spokes.clearPartType: 2 > _intf.mainWindow._current_action._spokes.encrypted: False > _intf.mainWindow._current_action._spokes._min_ram: 410 > _intf.mainWindow._current_action._spokes.passphrase: Skipped > _intf.mainWindow._current_action._spokes.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._spokes.applyOnSkip: True > _intf.mainWindow._current_action._spokes.autopart: False > _intf.mainWindow._current_action._spokes._cur_clicked_overview: DiskOverview instance, containing members: > _intf.mainWindow._current_action._spokes._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._spokes._customPart: RadioButton instance, containing members: > _intf.mainWindow._current_action._spokes.skipTo: None > _intf.mainWindow._current_action._spokes.specialized_disks_box: Box instance, containing members: > _intf.mainWindow._current_action._spokes._mainSpokeClass: StorageSpoke > _intf.mainWindow._current_action._spokes.selected_disks: [sda] > _intf.mainWindow._current_action._spokes._previous_autopart: False > _intf.mainWindow._current_action._spokes.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._spokes.autoPartType: 2 > _intf.mainWindow._current_action._spokes._encrypted: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.visitedSinceApplied: False > _intf.mainWindow._current_action._spokes.local_disks_box: Box instance, containing members: > _intf.mainWindow._current_action._spokes.selector: SpokeSelector instance, containing members: > _intf.mainWindow._current_action._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._spokes._last_clicked_overview: Already dumped (DiskOverview instance) > _intf.mainWindow._current_action._spokes._reclaim: CheckButton instance, containing members: > _intf.mainWindow._current_action._spokes.builder: Builder instance, containing members: > _intf.mainWindow._current_action._spokes.disks: [Already dumped (DiskDevice instance) >] > _intf.mainWindow._current_action._spokes._window: SpokeWindow instance, containing members: > _intf.mainWindow._current_action._spokes._ready: True >} > _intf.mainWindow._current_action._checker: FileSystemSpaceChecker instance, containing members: > _intf.mainWindow._current_action._checker.error_message: Not enough space in filesystems for the current software selection. An additional 2861.02 MiB is needed. > _intf.mainWindow._current_action._checker.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._checker.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._checker.success: False > _intf.mainWindow._current_action._checker.deficit: 2861.02 MiB > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action.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/lib64/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/gui/spokes'), ('com_redhat_kdump.gui.spokes.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('com_redhat_kdump.gui.categories.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/categories')]} > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._inSpoke: True > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._environs: [anaconda] > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._autoContinue: False > _intf.mainWindow._current_action._notReadySpokes: [Already dumped (SoftwareSelectionSpoke instance) >] > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.payload: Already dumped (YumPayload instance) > _intf.mainWindow._current_action._incompleteSpokes: [Already dumped (SourceSpoke instance) >, Already dumped (StorageSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >] > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._stack_contents: set([<pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x7f3007b2dc50>, <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50>, <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f2ffcfc9f90>, <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x7f300895f990>, <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7f2ffceb6d50>]) > _intf.mainWindow._overlay_img: None > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._stack: Stack instance, containing members: > _intf._ui: None > _intf._distributionText: <function distributionText at 0x7f3021529c80> > _intf._actions: Skipped > _intf.payload: Already dumped (YumPayload instance) > _intf._currentAction: Already dumped (SummaryHub instance) >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-WS-21_A_T7-x86_64 >rescue_mount: True >_bootloader: EFIGRUB instance, containing members: > _bootloader.efi_dir: BOOT > _bootloader._update_only: False > _bootloader.stage1_device: None > _bootloader.stage2_device: None > _bootloader.stage1_disk: None > _bootloader.dracut_args: > _bootloader.errors: [] > _bootloader.console: Skipped > _bootloader.stage2_is_preferred_stage1: False > _bootloader._default_image: None > _bootloader.console_options: Skipped > _bootloader.linux_images: [] > _bootloader.encrypted_password: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.problems: [] > _bootloader.password: None > _bootloader.boot_args: > _bootloader._disk_order: [] > _bootloader.disks: [] > _bootloader._timeout: None >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f3008952ed8>, True), 'type': (<function <lambda> at 0x7f30089561b8>, True), 'addons': (<function list_addons_callback at 0x7f30089560c8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f3008952f50>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _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: 21.48.6-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/dnf.log, /tmp/dnf.rpm.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: Namespace instance, containing members: > opts.mpath: True > opts.updateSrc: None > opts.selinux: True > opts.syslog: None > opts.eject: True > opts.leavebootorder: False > opts.images: [] > opts.runres: None > opts.armPlatform: None > opts.dnf: False > opts.memcheck: True > opts.dirinstall: False > opts.xdriver: None > opts.display_mode: g > opts.stage2: hd:LABEL=Fedora-WS-21_A_T7-x86_64 > opts.dmraid: True > opts.method: None > opts.vncpassword: Skipped > opts.vnc: False > opts.rescue: False > opts.noverifyssl: False > opts.geoloc: None > opts.proxy: None > opts.vncconnect: None > opts.mpathfriendlynames: True > opts.lang: None > opts.askmethod: False > opts.liveinst: False > opts.loglevel: None > opts.multiLib: False > opts.rescue_nomount: False > opts.keymap: None > opts.ksfile: None > opts.ibft: True > opts.debug: False > opts.extlinux: False >proxy: None > >Registered callbacks: >addons: >com_redhat_kdump > > >/tmp/anaconda.log: >09:42:02,024 INFO anaconda: /sbin/anaconda 21.48.6-1 >09:42:02,226 INFO anaconda: 8257536 kB (8064 MB) are available >09:42:02,344 INFO anaconda: check_memory(): total:8257536, needed:320, graphical:410 >09:42:02,356 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >09:42:02,356 INFO anaconda: Default encoding = utf-8 >09:42:02,397 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >09:42:02,423 INFO anaconda: 8257536 kB (8064 MB) are available >09:42:02,885 INFO anaconda: Display mode = g >09:42:02,886 INFO anaconda: 8257536 kB (8064 MB) are available >09:42:02,990 INFO anaconda: check_memory(): total:8257536, needed:320, graphical:410 >09:42:04,645 DEBUG anaconda: X server has signalled a successful start. >09:42:04,646 INFO anaconda: Starting window manager, pid 1136. >09:42:04,655 INFO anaconda: Started spice-vdagent. >09:42:05,157 INFO anaconda: _Fedora is the highest priority installclass, using it >09:42:05,489 INFO anaconda: bootloader EFIGRUB on EFI platform >09:42:05,508 INFO anaconda: bootloader EFIGRUB on EFI platform >09:42:05,523 DEBUG anaconda: network: devices found ['enp3s0'] >09:42:05,591 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp3s0 >09:42:05,606 DEBUG anaconda: network: setting autoconnect of enp3s0 to False >09:42:05,606 DEBUG anaconda: network: missing ifcfgs created for devices ['enp3s0'] >09:42:05,613 DEBUG anaconda: updating hostname localhost.localdomain >09:42:05,635 INFO anaconda: Running Thread: AnaStorageThread (139844266657536) >09:42:05,635 INFO anaconda: Running Thread: AnaTimeInitThread (139844064184064) >09:42:05,636 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (139844055791360) >09:42:05,636 INFO anaconda: Running Thread: AnaPayloadThread (139844047398656) >09:42:05,641 DEBUG anaconda: waiting for connecting NM (dhcp?) >09:42:09,121 INFO anaconda: Thread Done: AnaStorageThread (139844266657536) >09:42:10,001 INFO anaconda: Thread Done: AnaTimeInitThread (139844064184064) >09:42:39,914 DEBUG anaconda: connected, waited 31 seconds >09:42:49,953 DEBUG anaconda: updating hostname localhost.localdomain >09:42:49,974 INFO anaconda: got 0 NTP servers from DHCP >09:42:49,974 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (139844055791360) >09:42:50,013 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (139844055791360) >09:42:50,014 INFO anaconda: Starting geolocation lookup >09:42:50,017 INFO anaconda: Geolocation provider: Fedora GeoIP >09:42:50,086 DEBUG anaconda: Using UEFI PlatformLang 'en_US.UTF-8' ('en_US.UTF-8') as our language. >09:42:50,707 INFO anaconda: Geolocation lookup finished in 0.7 seconds >09:42:50,727 INFO anaconda: got results from geolocation >09:42:50,728 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (139844055791360) >09:42:50,741 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,741 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,741 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,741 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,742 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,742 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,742 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:50,742 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:42:51,386 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >09:42:51,390 WARN anaconda: logo image is missing, using a substitute >09:43:07,479 INFO anaconda: Thread Done: AnaPayloadThread (139844047398656) >09:43:43,459 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:43:43,459 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:43:43,460 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:top-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:43:43,528 DEBUG anaconda: network standalone spoke (init): completed: ['enp3s0'] >09:43:43,560 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >09:43:43,560 DEBUG anaconda: Entered hub: SummaryHub >09:43:43,775 INFO anaconda: Running Thread: AnaNTPserver1 (139844047398656) >09:43:43,775 INFO anaconda: Running Thread: AnaNTPserver2 (139843925288704) >09:43:43,776 INFO anaconda: Running Thread: AnaNTPserver3 (139843900110592) >09:43:43,776 INFO anaconda: Running Thread: AnaNTPserver4 (139844055791360) >09:43:43,776 INFO anaconda: Running Thread: AnaDateTimeThread (139843969308416) >09:43:43,798 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >09:43:43,805 INFO anaconda: Thread Done: AnaNTPserver2 (139843925288704) >09:43:43,819 INFO anaconda: Thread Done: AnaDateTimeThread (139843969308416) >09:43:43,820 INFO anaconda: Thread Done: AnaNTPserver1 (139844047398656) >09:43:43,837 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (139844047398656) >09:43:43,838 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f2ff7f56e10>> on <dictionary-keyiterator object at 0x7f2ff6fb2b50> >09:43:43,838 INFO anaconda: Running Thread: AnaGtkBatchPre1 (139843969308416) >09:43:43,839 INFO anaconda: Thread Done: AnaGtkBatchPre1 (139843969308416) >09:43:43,846 INFO anaconda: Thread Done: AnaNTPserver3 (139843900110592) >09:43:43,856 INFO anaconda: Thread Done: AnaNTPserver4 (139844055791360) >09:43:43,870 INFO anaconda: Running Thread: AnaKeyboardThread (139844055791360) >09:43:43,873 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >09:43:43,913 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >09:43:43,936 INFO anaconda: Running Thread: AnaSourceWatcher (139843900110592) >09:43:43,963 INFO anaconda: Running Thread: AnaSoftwareWatcher (139843969308416) >09:43:43,988 INFO anaconda: Running Thread: AnaStorageWatcher (139843925288704) >09:43:43,989 INFO anaconda: Thread Done: AnaStorageWatcher (139843925288704) >09:43:44,070 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:43:44,089 INFO anaconda: Running Thread: AnaCustomStorageInit (139843925288704) >09:43:44,095 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkTreeView:rules-hint is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >09:43:44,412 DEBUG anaconda: network: GUI, device configuration added: connection a0c587e1-12e1-4588-958b-a90a891859db device enp3s0 >09:43:44,420 DEBUG anaconda: network: GUI, connection a0c587e1-12e1-4588-958b-a90a891859db found >09:43:44,494 DEBUG anaconda: updating hostname localhost.localdomain >09:43:44,801 DEBUG anaconda: Setting up repos: [] >09:43:45,024 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f2ffcf9b6d0> >09:43:45,027 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f2ff7c23fd0> >09:43:45,027 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f2ff7c23fd0> status to: Getting list of layouts... >09:43:45,027 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> status to: Probing storage... >09:43:45,027 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> status to: Downloading package metadata... >09:43:45,027 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> status to: Downloading package metadata... >09:43:45,028 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> status to: Downloading group metadata... >09:43:45,028 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> status to: Probing storage... >09:43:45,031 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> >13:43:45,574 INFO anaconda: Running Thread: AnaCheckSoftwareThread (139843954149120) >13:43:45,574 INFO anaconda: Thread Done: AnaSoftwareWatcher (139843969308416) >13:43:45,680 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> >13:43:45,682 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> >13:43:45,685 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:43:45,685 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> status to: Checking software dependencies... >13:43:46,318 INFO anaconda: Thread Done: AnaCustomStorageInit (139843925288704) >13:43:46,966 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7f2ff7f56e10>> on <dictionary-keyiterator object at 0x7f2ff6fb2b50> >13:43:46,966 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (139844047398656) >13:43:46,967 INFO anaconda: Thread Done: AnaKeyboardThread (139844055791360) >13:43:47,056 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7f2ff7c23fd0> >13:43:47,203 DEBUG anaconda: updating hostname localhost.localdomain >13:43:47,247 DEBUG anaconda: updating hostname localhost.localdomain >13:43:47,247 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f2ffcfc9f90> status to: Wired (enp3s0) connected >13:43:49,195 INFO anaconda: Thread Done: AnaCheckSoftwareThread (139843954149120) >13:43:49,258 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> >13:43:49,263 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:43:49,807 INFO anaconda: Thread Done: AnaSourceWatcher (139843900110592) >13:43:49,863 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:43:59,960 DEBUG anaconda: Entered spoke: NetworkSpoke >13:44:10,180 DEBUG anaconda: updating hostname PC.localdomain >13:44:10,192 DEBUG anaconda: network: apply ksdata # Network information >network --bootproto=dhcp --device=enp3s0 --onboot=off --ipv6=auto --activate >network --hostname=PC.localdomain > >13:44:10,193 INFO anaconda: setting installation environment hostname to PC.localdomain >13:44:10,256 DEBUG anaconda: Left spoke: NetworkSpoke >13:44:12,589 DEBUG anaconda: Entered spoke: SourceSpoke >13:44:12,758 DEBUG anaconda: Setting up repos: [] >13:44:16,327 INFO anaconda: Running Thread: AnaPayloadMDThread (139843900110592) >13:44:16,328 DEBUG anaconda: Left spoke: SourceSpoke >13:44:16,416 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f3007992a10> >13:44:16,419 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:44:16,419 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> status to: Setting up installation source... >13:44:17,516 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> status to: Downloading package metadata... >13:44:20,125 DEBUG anaconda: Entered spoke: StorageSpoke >13:44:26,586 INFO anaconda: Thread Done: AnaPayloadMDThread (139843900110592) >13:44:26,643 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> status to: Error downloading package metadata... >13:44:26,648 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:44:26,652 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f3007b4e510> >13:44:27,717 DEBUG anaconda: disk free: 1078.5 KiB fs free: 0 B sw needs: 2861.02 MiB auto swap: 8064 MiB >13:44:27,738 INFO anaconda: Running Thread: AnaExecuteStorageThread (139843900110592) >13:44:27,738 DEBUG anaconda: Left spoke: StorageSpoke >13:44:27,819 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >13:44:27,868 DEBUG anaconda: new disk order: [] >13:44:27,878 DEBUG anaconda: new disk order: [] >13:44:27,931 DEBUG anaconda: stage1 device cannot be of type btrfs volume >13:44:27,932 DEBUG anaconda: stage1 device cannot be of type btrfs subvolume >13:44:27,932 DEBUG anaconda: stage1 device cannot be of type btrfs subvolume >13:44:27,932 DEBUG anaconda: stage1 device cannot be of type disk >13:44:27,933 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >13:44:27,933 DEBUG anaconda: _is_valid_size(sda1) returning True >13:44:27,933 DEBUG anaconda: _is_valid_location(sda1) returning True >13:44:27,933 DEBUG anaconda: _is_valid_format(sda1) returning False >13:44:27,934 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >13:44:27,934 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >13:44:27,934 DEBUG anaconda: _is_valid_size(sda2) returning True >13:44:27,934 DEBUG anaconda: _is_valid_location(sda2) returning True >13:44:27,935 WARN anaconda: sda2 not bootable >13:44:27,935 DEBUG anaconda: _is_valid_format(sda2) returning False >13:44:27,935 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >13:44:27,936 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >13:44:27,936 DEBUG anaconda: _is_valid_size(sda3) returning True >13:44:27,936 DEBUG anaconda: _is_valid_location(sda3) returning True >13:44:27,936 WARN anaconda: sda3 not bootable >13:44:27,936 DEBUG anaconda: _is_valid_format(sda3) returning False >13:44:27,936 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >13:44:27,937 DEBUG anaconda: _is_valid_disklabel(sda4) returning True >13:44:27,937 DEBUG anaconda: _is_valid_size(sda4) returning True >13:44:27,937 DEBUG anaconda: _is_valid_location(sda4) returning True >13:44:27,937 WARN anaconda: sda4 not bootable >13:44:27,938 DEBUG anaconda: _is_valid_format(sda4) returning False >13:44:27,938 DEBUG anaconda: is_valid_stage1_device(sda4) returning False >13:44:27,938 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >13:44:27,938 INFO anaconda: Thread Done: AnaExecuteStorageThread (139843900110592) >13:44:28,141 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_x1carbon', 'home', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'root', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sr0', 'sr1'] >13:44:28,243 DEBUG anaconda: ui: unused=[] >13:44:28,243 DEBUG anaconda: ui: new_devices=[] >13:44:28,376 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:28,376 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:28,376 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:28,488 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> >13:44:28,488 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> status to: Saving storage configuration... >13:44:28,488 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> status to: Failed to save storage configuration... >13:44:28,491 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f30078a6d50> >13:44:35,085 DEBUG anaconda: page clicked: Fedora Linux 21 for x86_64 >13:44:35,085 DEBUG anaconda: show mountpoint: Fedora Linux 21 for x86_64 >13:44:35,088 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:35,104 DEBUG anaconda: updated device_disks to ['sda'] >13:44:35,104 DEBUG anaconda: updated device_container_name to None >13:44:35,104 DEBUG anaconda: updated device_container_raid_level to None >13:44:35,104 DEBUG anaconda: updated device_container_encrypted to False >13:44:35,104 DEBUG anaconda: updated device_container_size to 0 >13:44:35,110 DEBUG anaconda: fs type changed: ext4 >13:44:35,114 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ff20ec150> >13:44:35,116 DEBUG anaconda: populate_raid: 2, None >13:44:35,117 DEBUG anaconda: populate_raid: 2, None >13:44:35,118 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:35,131 DEBUG anaconda: updated device_disks to ['sda'] >13:44:35,131 DEBUG anaconda: updated device_container_name to None >13:44:35,131 DEBUG anaconda: updated device_container_raid_level to None >13:44:35,132 DEBUG anaconda: updated device_container_encrypted to False >13:44:35,132 DEBUG anaconda: updated device_container_size to 0 >13:44:35,137 DEBUG anaconda: populate_raid: 2, None >13:44:35,781 DEBUG anaconda: current selector: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:35,798 DEBUG anaconda: new selector: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:35,813 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:35,827 DEBUG anaconda: updated device_disks to ['sda'] >13:44:35,828 DEBUG anaconda: updated device_container_name to None >13:44:35,828 DEBUG anaconda: updated device_container_raid_level to None >13:44:35,828 DEBUG anaconda: updated device_container_encrypted to False >13:44:35,828 DEBUG anaconda: updated device_container_size to 0 >13:44:35,833 DEBUG anaconda: fs type changed: EFI System Partition >13:44:35,835 DEBUG anaconda: populate_raid: 2, None >13:44:36,237 DEBUG anaconda: current selector: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:36,254 DEBUG anaconda: new selector: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:36,269 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:36,283 DEBUG anaconda: updated device_disks to ['sda'] >13:44:36,284 DEBUG anaconda: updated device_container_name to None >13:44:36,284 DEBUG anaconda: updated device_container_raid_level to None >13:44:36,284 DEBUG anaconda: updated device_container_encrypted to False >13:44:36,284 DEBUG anaconda: updated device_container_size to 0 >13:44:36,289 DEBUG anaconda: fs type changed: ext4 >13:44:36,292 DEBUG anaconda: populate_raid: 2, None >13:44:36,517 DEBUG anaconda: current selector: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:36,530 DEBUG anaconda: new selector: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:36,543 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:36,554 DEBUG anaconda: updated device_disks to ['sda'] >13:44:36,554 DEBUG anaconda: updated device_container_name to None >13:44:36,554 DEBUG anaconda: updated device_container_raid_level to None >13:44:36,554 DEBUG anaconda: updated device_container_encrypted to False >13:44:36,554 DEBUG anaconda: updated device_container_size to 0 >13:44:36,559 DEBUG anaconda: fs type changed: EFI System Partition >13:44:36,560 DEBUG anaconda: populate_raid: 2, None >13:44:36,837 DEBUG anaconda: current selector: existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:36,854 DEBUG anaconda: new selector: existing 1854.46 GiB btrfs subvolume root (44) with existing btrfs filesystem >13:44:36,870 DEBUG anaconda: populate_right_side: existing 1854.46 GiB btrfs subvolume root (44) with existing btrfs filesystem >13:44:36,885 DEBUG anaconda: updated device_disks to ['sda'] >13:44:36,885 DEBUG anaconda: updated device_container_name to fedora-workstation_x1carbon >13:44:36,885 DEBUG anaconda: updated device_container_raid_level to single >13:44:36,886 DEBUG anaconda: updated device_container_encrypted to False >13:44:36,886 DEBUG anaconda: updated device_container_size to 1854.46 GiB >13:44:36,904 DEBUG anaconda: fs type changed: btrfs >13:44:36,906 DEBUG anaconda: device_type_changed: 3 <gi.overrides.Gtk.TreeModelRow object at 0x7f3007835a50> >13:44:36,909 DEBUG anaconda: populate_raid: 3, None >13:44:36,910 DEBUG anaconda: populate_raid: 3, None >13:44:36,938 DEBUG anaconda: new container selection: fedora-workstation_x1carbon >13:44:36,938 DEBUG anaconda: default container is fedora-workstation_x1carbon >13:44:37,285 DEBUG anaconda: current selector: existing 1854.46 GiB btrfs subvolume root (44) with existing btrfs filesystem >13:44:37,303 DEBUG anaconda: new selector: existing 8064 MiB partition sda3 (26) with existing swap >13:44:37,319 DEBUG anaconda: populate_right_side: existing 8064 MiB partition sda3 (26) with existing swap >13:44:37,333 DEBUG anaconda: updated device_disks to ['sda'] >13:44:37,333 DEBUG anaconda: updated device_container_name to None >13:44:37,333 DEBUG anaconda: updated device_container_raid_level to None >13:44:37,333 DEBUG anaconda: updated device_container_encrypted to False >13:44:37,334 DEBUG anaconda: updated device_container_size to 0 >13:44:37,339 DEBUG anaconda: fs type changed: swap >13:44:37,341 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ff20ec8d0> >13:44:37,342 DEBUG anaconda: populate_raid: 2, None >13:44:37,343 DEBUG anaconda: populate_raid: 2, None >13:44:43,445 DEBUG anaconda: current selector: existing 8064 MiB partition sda3 (26) with existing swap >13:44:43,462 DEBUG anaconda: new selector: existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:43,478 DEBUG anaconda: populate_right_side: existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:43,492 DEBUG anaconda: updated device_disks to ['sda'] >13:44:43,492 DEBUG anaconda: updated device_container_name to fedora-workstation_x1carbon >13:44:43,493 DEBUG anaconda: updated device_container_raid_level to single >13:44:43,493 DEBUG anaconda: updated device_container_encrypted to False >13:44:43,493 DEBUG anaconda: updated device_container_size to 1854.46 GiB >13:44:43,511 DEBUG anaconda: fs type changed: btrfs >13:44:43,513 DEBUG anaconda: device_type_changed: 3 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ffd602450> >13:44:43,516 DEBUG anaconda: populate_raid: 3, None >13:44:43,517 DEBUG anaconda: populate_raid: 3, None >13:44:43,544 DEBUG anaconda: new container selection: fedora-workstation_x1carbon >13:44:43,545 DEBUG anaconda: default container is fedora-workstation_x1carbon >13:44:44,221 DEBUG anaconda: current selector: existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:44,239 DEBUG anaconda: new selector: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:44,253 DEBUG anaconda: populate_right_side: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:44,267 DEBUG anaconda: updated device_disks to ['sda'] >13:44:44,267 DEBUG anaconda: updated device_container_name to None >13:44:44,267 DEBUG anaconda: updated device_container_raid_level to None >13:44:44,268 DEBUG anaconda: updated device_container_encrypted to False >13:44:44,268 DEBUG anaconda: updated device_container_size to 0 >13:44:44,273 DEBUG anaconda: fs type changed: ext4 >13:44:44,276 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ff20ec0d0> >13:44:44,276 DEBUG anaconda: populate_raid: 2, None >13:44:44,277 DEBUG anaconda: populate_raid: 2, None >13:44:44,653 DEBUG anaconda: current selector: existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:44,670 DEBUG anaconda: new selector: existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:44,685 DEBUG anaconda: populate_right_side: existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:44,700 DEBUG anaconda: updated device_disks to ['sda'] >13:44:44,700 DEBUG anaconda: updated device_container_name to fedora-workstation_x1carbon >13:44:44,700 DEBUG anaconda: updated device_container_raid_level to single >13:44:44,700 DEBUG anaconda: updated device_container_encrypted to False >13:44:44,701 DEBUG anaconda: updated device_container_size to 1854.46 GiB >13:44:44,719 DEBUG anaconda: fs type changed: btrfs >13:44:44,721 DEBUG anaconda: device_type_changed: 3 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ff20ec8d0> >13:44:44,724 DEBUG anaconda: populate_raid: 3, None >13:44:44,724 DEBUG anaconda: populate_raid: 3, None >13:44:44,752 DEBUG anaconda: new container selection: fedora-workstation_x1carbon >13:44:44,752 DEBUG anaconda: default container is fedora-workstation_x1carbon >13:44:45,389 DEBUG anaconda: removing device 'existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem' from page Fedora Linux 21 for x86_64 >13:44:47,950 INFO anaconda: ui: removed device home >13:44:47,966 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0', 'sr1'] >13:44:47,969 DEBUG anaconda: ui: unused=[] >13:44:47,969 DEBUG anaconda: ui: new_devices=[] >13:44:47,975 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:47,975 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:47,976 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:54,727 DEBUG anaconda: running automatic partitioning >13:44:54,728 DEBUG anaconda: new disk order: [] >13:44:54,871 DEBUG anaconda: stage1 device cannot be of type disk >13:44:56,441 DEBUG anaconda: new disk order: [] >13:44:56,504 DEBUG anaconda: stage1 device cannot be of type lvmvg >13:44:56,504 DEBUG anaconda: stage1 device cannot be of type lvmthinlv >13:44:56,504 DEBUG anaconda: stage1 device cannot be of type lvmthinpool >13:44:56,504 DEBUG anaconda: stage1 device cannot be of type lvmthinlv >13:44:56,505 DEBUG anaconda: stage1 device cannot be of type lvmlv >13:44:56,505 DEBUG anaconda: stage1 device cannot be of type disk >13:44:56,505 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >13:44:56,506 DEBUG anaconda: _is_valid_size(sda1) returning True >13:44:56,506 DEBUG anaconda: _is_valid_location(sda1) returning True >13:44:56,506 WARN anaconda: sda1 not bootable >13:44:56,506 DEBUG anaconda: _is_valid_format(sda1) returning True >13:44:56,506 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >13:44:56,506 DEBUG anaconda: finished automatic partitioning >13:44:56,508 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >13:44:56,508 DEBUG anaconda: _is_valid_size(sda1) returning True >13:44:56,508 DEBUG anaconda: _is_valid_location(sda1) returning True >13:44:56,508 WARN anaconda: sda1 not bootable >13:44:56,508 DEBUG anaconda: _is_valid_format(sda1) returning True >13:44:56,508 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >13:44:56,508 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >13:44:56,508 DEBUG anaconda: _is_valid_size(sda2) returning True >13:44:56,509 DEBUG anaconda: _is_valid_location(sda2) returning True >13:44:56,509 DEBUG anaconda: _is_valid_partition(sda2) returning True >13:44:56,509 DEBUG anaconda: _is_valid_format(sda2) returning True >13:44:56,509 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >13:44:56,509 DEBUG anaconda: refreshing ui >13:44:56,513 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-home', 'fedora-workstation_pc-pool00', 'fedora-workstation_pc-root', 'fedora-workstation_pc-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3', 'sr0', 'sr1'] >13:44:56,605 DEBUG anaconda: ui: unused=[] >13:44:56,605 DEBUG anaconda: ui: new_devices=['fedora-workstation_pc-root', 'sda1', 'fedora-workstation_pc-home', 'sda2', 'fedora-workstation_pc-swap'] >13:44:56,725 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:56,725 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:56,725 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:56,732 DEBUG anaconda: updated device_disks to ['sda'] >13:44:56,732 DEBUG anaconda: updated device_container_name to None >13:44:56,732 DEBUG anaconda: updated device_container_raid_level to None >13:44:56,732 DEBUG anaconda: updated device_container_encrypted to False >13:44:56,733 DEBUG anaconda: updated device_container_size to 0 >13:44:56,736 DEBUG anaconda: fs type changed: ext4 >13:44:56,737 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f2fed6fd210> >13:44:56,738 DEBUG anaconda: populate_raid: 2, None >13:44:56,738 DEBUG anaconda: populate_raid: 2, None >13:44:56,738 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:56,745 DEBUG anaconda: updated device_disks to ['sda'] >13:44:56,745 DEBUG anaconda: updated device_container_name to None >13:44:56,746 DEBUG anaconda: updated device_container_raid_level to None >13:44:56,746 DEBUG anaconda: updated device_container_encrypted to False >13:44:56,746 DEBUG anaconda: updated device_container_size to 0 >13:44:56,749 DEBUG anaconda: populate_raid: 2, None >13:44:56,750 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:44:56,750 DEBUG anaconda: finished refreshing ui >13:44:56,750 DEBUG anaconda: updating space display >13:44:56,847 DEBUG anaconda: finished updating space display >13:44:57,885 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:57,902 DEBUG anaconda: new selector: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:57,917 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:57,931 DEBUG anaconda: updated device_disks to ['sda'] >13:44:57,931 DEBUG anaconda: updated device_container_name to None >13:44:57,931 DEBUG anaconda: updated device_container_raid_level to None >13:44:57,931 DEBUG anaconda: updated device_container_encrypted to False >13:44:57,931 DEBUG anaconda: updated device_container_size to 0 >13:44:57,937 DEBUG anaconda: fs type changed: EFI System Partition >13:44:57,938 DEBUG anaconda: populate_raid: 2, None >13:44:58,213 DEBUG anaconda: current selector: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:58,230 DEBUG anaconda: new selector: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:44:58,245 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:44:58,259 DEBUG anaconda: updated device_disks to ['sda'] >13:44:58,259 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:44:58,259 DEBUG anaconda: updated device_container_raid_level to None >13:44:58,259 DEBUG anaconda: updated device_container_encrypted to False >13:44:58,259 DEBUG anaconda: updated device_container_size to 0 >13:44:58,265 DEBUG anaconda: fs type changed: ext4 >13:44:58,267 DEBUG anaconda: device_type_changed: 5 <gi.overrides.Gtk.TreeModelRow object at 0x7f2fed6fdb10> >13:44:58,268 DEBUG anaconda: populate_raid: 5, None >13:44:58,268 DEBUG anaconda: populate_raid: 5, None >13:44:58,479 DEBUG anaconda: new container selection: fedora-workstation_pc >13:44:58,479 DEBUG anaconda: default container is fedora-workstation_pc >13:44:59,573 DEBUG anaconda: current selector: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:44:59,589 DEBUG anaconda: new selector: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:59,604 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:59,617 DEBUG anaconda: updated device_disks to ['sda'] >13:44:59,617 DEBUG anaconda: updated device_container_name to None >13:44:59,618 DEBUG anaconda: updated device_container_raid_level to None >13:44:59,618 DEBUG anaconda: updated device_container_encrypted to False >13:44:59,618 DEBUG anaconda: updated device_container_size to 0 >13:44:59,623 DEBUG anaconda: fs type changed: EFI System Partition >13:44:59,624 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f3007668b10> >13:44:59,625 DEBUG anaconda: populate_raid: 2, None >13:44:59,626 DEBUG anaconda: populate_raid: 2, None >13:44:59,757 DEBUG anaconda: current selector: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:59,769 DEBUG anaconda: new selector: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:59,780 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:59,790 DEBUG anaconda: updated device_disks to ['sda'] >13:44:59,790 DEBUG anaconda: updated device_container_name to None >13:44:59,791 DEBUG anaconda: updated device_container_raid_level to None >13:44:59,791 DEBUG anaconda: updated device_container_encrypted to False >13:44:59,791 DEBUG anaconda: updated device_container_size to 0 >13:44:59,795 DEBUG anaconda: fs type changed: ext4 >13:44:59,797 DEBUG anaconda: populate_raid: 2, None >13:45:00,189 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:45:00,205 DEBUG anaconda: new selector: non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home >13:45:00,221 DEBUG anaconda: populate_right_side: non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home >13:45:00,235 DEBUG anaconda: updated device_disks to ['sda'] >13:45:00,235 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:00,235 DEBUG anaconda: updated device_container_raid_level to None >13:45:00,235 DEBUG anaconda: updated device_container_encrypted to False >13:45:00,235 DEBUG anaconda: updated device_container_size to 0 >13:45:00,241 DEBUG anaconda: device_type_changed: 5 <gi.overrides.Gtk.TreeModelRow object at 0x7f3007668f90> >13:45:00,242 DEBUG anaconda: populate_raid: 5, None >13:45:00,243 DEBUG anaconda: populate_raid: 5, None >13:45:00,454 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:00,454 DEBUG anaconda: default container is fedora-workstation_pc >13:45:12,565 DEBUG anaconda: current selector: non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home >13:45:12,582 DEBUG anaconda: new selector: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:45:12,597 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:45:12,611 DEBUG anaconda: updated device_disks to ['sda'] >13:45:12,611 DEBUG anaconda: updated device_container_name to None >13:45:12,611 DEBUG anaconda: updated device_container_raid_level to None >13:45:12,611 DEBUG anaconda: updated device_container_encrypted to False >13:45:12,612 DEBUG anaconda: updated device_container_size to 0 >13:45:12,617 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7f2fed6fde90> >13:45:12,618 DEBUG anaconda: populate_raid: 2, None >13:45:12,619 DEBUG anaconda: populate_raid: 2, None >13:45:13,637 DEBUG anaconda: removing device 'non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:13,657 INFO anaconda: ui: removed device sda2 >13:45:13,773 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-home', 'fedora-workstation_pc-pool00', 'fedora-workstation_pc-root', 'fedora-workstation_pc-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda3', 'sr0', 'sr1'] >13:45:13,845 DEBUG anaconda: ui: unused=[] >13:45:13,845 DEBUG anaconda: ui: new_devices=['fedora-workstation_pc-root', 'sda1', 'fedora-workstation_pc-home', 'fedora-workstation_pc-swap'] >13:45:13,930 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:13,930 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:13,930 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:45:13,937 DEBUG anaconda: updated device_disks to ['sda'] >13:45:13,937 DEBUG anaconda: updated device_container_name to None >13:45:13,937 DEBUG anaconda: updated device_container_raid_level to None >13:45:13,937 DEBUG anaconda: updated device_container_encrypted to False >13:45:13,937 DEBUG anaconda: updated device_container_size to 0 >13:45:13,940 DEBUG anaconda: fs type changed: EFI System Partition >13:45:13,941 DEBUG anaconda: populate_raid: 2, None >13:45:13,941 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:45:13,948 DEBUG anaconda: updated device_disks to ['sda'] >13:45:13,948 DEBUG anaconda: updated device_container_name to None >13:45:13,948 DEBUG anaconda: updated device_container_raid_level to None >13:45:13,948 DEBUG anaconda: updated device_container_encrypted to False >13:45:13,948 DEBUG anaconda: updated device_container_size to 0 >13:45:13,951 DEBUG anaconda: populate_raid: 2, None >13:45:13,952 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:14,581 DEBUG anaconda: removing device 'non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:14,600 INFO anaconda: ui: removed device sda1 >13:45:14,659 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-home', 'fedora-workstation_pc-pool00', 'fedora-workstation_pc-root', 'fedora-workstation_pc-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda3', 'sr0', 'sr1'] >13:45:14,696 DEBUG anaconda: ui: unused=[] >13:45:14,696 DEBUG anaconda: ui: new_devices=['fedora-workstation_pc-root', 'fedora-workstation_pc-home', 'fedora-workstation_pc-swap'] >13:45:14,749 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:14,749 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:14,749 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:45:14,757 DEBUG anaconda: updated device_disks to ['sda'] >13:45:14,757 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:14,757 DEBUG anaconda: updated device_container_raid_level to None >13:45:14,757 DEBUG anaconda: updated device_container_encrypted to False >13:45:14,758 DEBUG anaconda: updated device_container_size to 0 >13:45:14,761 DEBUG anaconda: fs type changed: ext4 >13:45:14,762 DEBUG anaconda: device_type_changed: 5 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ffc2bd650> >13:45:14,763 DEBUG anaconda: populate_raid: 5, None >13:45:14,763 DEBUG anaconda: populate_raid: 5, None >13:45:14,937 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:14,937 DEBUG anaconda: default container is fedora-workstation_pc >13:45:14,938 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:45:14,945 DEBUG anaconda: updated device_disks to ['sda'] >13:45:14,945 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:14,945 DEBUG anaconda: updated device_container_raid_level to None >13:45:14,945 DEBUG anaconda: updated device_container_encrypted to False >13:45:14,945 DEBUG anaconda: updated device_container_size to 0 >13:45:14,948 DEBUG anaconda: populate_raid: 5, None >13:45:15,122 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:15,122 DEBUG anaconda: default container is fedora-workstation_pc >13:45:15,123 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:15,123 DEBUG anaconda: current selector: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:45:15,130 DEBUG anaconda: new selector: non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home >13:45:15,137 DEBUG anaconda: populate_right_side: non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home >13:45:15,144 DEBUG anaconda: updated device_disks to ['sda'] >13:45:15,144 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:15,144 DEBUG anaconda: updated device_container_raid_level to None >13:45:15,145 DEBUG anaconda: updated device_container_encrypted to False >13:45:15,145 DEBUG anaconda: updated device_container_size to 0 >13:45:15,148 DEBUG anaconda: populate_raid: 5, None >13:45:15,319 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:15,319 DEBUG anaconda: default container is fedora-workstation_pc >13:45:16,333 DEBUG anaconda: removing device 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:17,774 INFO anaconda: ui: removed device fedora-workstation_pc-home >13:45:17,813 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-pool00', 'fedora-workstation_pc-root', 'fedora-workstation_pc-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sr0', 'sr1'] >13:45:17,845 DEBUG anaconda: ui: unused=[] >13:45:17,845 DEBUG anaconda: ui: new_devices=['fedora-workstation_pc-root', 'fedora-workstation_pc-swap'] >13:45:17,888 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:17,888 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:17,888 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:45:17,895 DEBUG anaconda: updated device_disks to ['sda'] >13:45:17,895 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:17,895 DEBUG anaconda: updated device_container_raid_level to None >13:45:17,895 DEBUG anaconda: updated device_container_encrypted to False >13:45:17,895 DEBUG anaconda: updated device_container_size to 0 >13:45:17,898 DEBUG anaconda: populate_raid: 5, None >13:45:18,008 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:18,008 DEBUG anaconda: default container is fedora-workstation_pc >13:45:18,008 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at / >13:45:18,015 DEBUG anaconda: updated device_disks to ['sda'] >13:45:18,015 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:18,015 DEBUG anaconda: updated device_container_raid_level to None >13:45:18,015 DEBUG anaconda: updated device_container_encrypted to False >13:45:18,016 DEBUG anaconda: updated device_container_size to 0 >13:45:18,019 DEBUG anaconda: populate_raid: 5, None >13:45:18,128 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:18,128 DEBUG anaconda: default container is fedora-workstation_pc >13:45:18,129 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:18,129 DEBUG anaconda: removing device 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:19,179 DEBUG anaconda: running handleException >13:45:19,180 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1808, in on_remove_clicked > self._destroy_device(device) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 122, in decorated > return func(*args, **kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1752, in _destroy_device > factory.configure() > > File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 767, in configure > raise(e) > >DeviceFactoryError: new size must of type Size > >13:45:19,180 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >13:45:19,180 DEBUG anaconda: removing device 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:19,187 ERR anaconda: failed to schedule device removal: device is not in the tree >13:45:19,190 ERR anaconda: failed to schedule device removal: device is not in the tree >13:45:19,191 INFO anaconda: ui: removed device fedora-workstation_pc-root >13:45:19,229 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-pool00', 'fedora-workstation_pc-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sr0', 'sr1'] >13:45:19,260 DEBUG anaconda: ui: unused=[] >13:45:19,261 DEBUG anaconda: ui: new_devices=['fedora-workstation_pc-swap'] >13:45:19,299 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:19,299 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:19,299 DEBUG anaconda: populate_right_side: non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap >13:45:19,306 DEBUG anaconda: updated device_disks to ['sda'] >13:45:19,306 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:19,306 DEBUG anaconda: updated device_container_raid_level to None >13:45:19,306 DEBUG anaconda: updated device_container_encrypted to False >13:45:19,307 DEBUG anaconda: updated device_container_size to 0 >13:45:19,309 DEBUG anaconda: fs type changed: swap >13:45:19,311 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0x7f2ffcfc9610> >13:45:19,311 DEBUG anaconda: populate_raid: 0, None >13:45:19,311 DEBUG anaconda: populate_raid: 0, None >13:45:19,414 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:19,414 DEBUG anaconda: default container is fedora-workstation_pc >13:45:19,414 DEBUG anaconda: populate_right_side: non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap >13:45:19,421 DEBUG anaconda: updated device_disks to ['sda'] >13:45:19,421 DEBUG anaconda: updated device_container_name to fedora-workstation_pc >13:45:19,421 DEBUG anaconda: updated device_container_raid_level to None >13:45:19,421 DEBUG anaconda: updated device_container_encrypted to False >13:45:19,421 DEBUG anaconda: updated device_container_size to 0 >13:45:19,424 DEBUG anaconda: populate_raid: 0, None >13:45:19,527 DEBUG anaconda: new container selection: fedora-workstation_pc >13:45:19,527 DEBUG anaconda: default container is fedora-workstation_pc >13:45:19,527 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:19,528 DEBUG anaconda: removing device 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap' from page New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:20,337 INFO anaconda: ui: removed device fedora-workstation_pc-swap >13:45:20,375 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-workstation_pc', 'fedora-workstation_pc-pool00', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sr0', 'sr1'] >13:45:20,406 DEBUG anaconda: ui: unused=[] >13:45:20,406 DEBUG anaconda: ui: new_devices=[] >13:45:20,441 DEBUG anaconda: page clicked: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:20,441 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation >13:45:20,441 DEBUG anaconda: show mountpoint: New Fedora-Workstation 21_Alpha_TC7 Installation > > >/tmp/packaging.log: >09:42:49,975 INFO packaging: configuring base repo >09:42:49,995 INFO packaging: Error downloading treeinfo: [Errno 14] curl#37 - "Couldn't open file /run/install/repo/treeinfo" >09:42:50,033 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >09:42:50,033 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >09:42:50,034 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >09:42:50,034 DEBUG yum.verbose.plugin: Adding en_US to language list >09:42:50,036 DEBUG yum.verbose.YumBase: Config time: 0.040 >09:42:50,066 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >09:42:50,066 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >09:42:50,066 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >09:42:50,066 DEBUG yum.verbose.plugin: Adding en_US to language list >09:42:50,068 DEBUG yum.verbose.YumBase: Config time: 0.006 >09:42:50,099 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >09:42:50,101 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >09:42:50,103 INFO packaging: using default repos from local yum configuration >09:42:50,113 INFO packaging: gathering repo metadata >09:42:50,114 INFO packaging: gathering repo metadata for fedora >09:42:54,688 INFO packaging: gathering repo metadata for updates-testing >09:42:55,827 INFO packaging: gathering repo metadata for updates >09:42:56,371 ERR packaging: failed to get groups for repo updates >09:42:56,372 INFO packaging: Refreshing environmentAddons >09:42:56,373 DEBUG yum.verbose.YumBase: Setting up Package Sacks >09:42:56,374 INFO_2 yum.verbose.plugin: Determining fastest mirrors >09:42:58,620 INFO_2 yum.verbose.plugin: * fedora: mirror.yandex.ru >09:42:58,624 INFO_2 yum.verbose.plugin: * updates: mirror.yandex.ru >09:42:58,630 INFO_2 yum.verbose.plugin: * updates-testing: mirror.yandex.ru >09:43:01,391 DEBUG yum.verbose.YumBase: pkgsack time: 5.017 >09:43:01,575 DEBUG yum.verbose.YumBase: group time: 5.202 >09:43:07,477 INFO packaging: metadata retrieval complete >13:43:45,575 INFO packaging: checking software selection >13:43:45,580 DEBUG yum.verbose.YumBase: Setting up Package Sacks >13:43:47,000 DEBUG yum.verbose.YumBase: pkgsack time: 1.420 >13:43:47,200 DEBUG yum.verbose.YumBase: group time: 1.620 >13:43:47,200 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >13:43:47,376 DEBUG yum.verbose.YumBase: Obs Init time: 0.173 >13:43:47,398 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >13:43:47,485 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >13:43:47,486 INFO packaging: no kernel-PAE package >13:43:47,487 INFO packaging: selected kernel >13:43:47,487 INFO packaging: checking dependencies >13:43:47,503 DEBUG yum.verbose.YumBase: Building updates object >13:43:48,148 DEBUG yum.verbose.YumBase: up:simple updates time: 0.245 >13:43:48,154 DEBUG yum.verbose.YumBase: up:obs time: 0.005 >13:43:48,154 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >13:43:48,154 DEBUG yum.verbose.YumBase: updates time: 0.651 >13:43:48,159 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.7-4.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,160 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.10.0-5.git20140704.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,163 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.25-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,166 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.41.4-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,168 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-4.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,169 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-1.8.6-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,171 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.3-5.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,173 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-215-14.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,173 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-genl-3.so.200(libnl_3)(64bit) >13:43:48,173 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-3.so.200(libnl_3)(64bit) >13:43:48,175 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.1-7.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,175 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.1-7.fc21.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >13:43:48,180 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-11.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,181 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.71-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,181 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-29.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,183 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.25.1-0.1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,184 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.12-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,186 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.17.0-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,187 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.47.4-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,189 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-7.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,190 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.7-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,191 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.7-1.fc21.x86_64 to require for libplc4.so()(64bit) >13:43:48,192 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.17.0-1.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,193 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.10.0-5.git20140704.fc21.x86_64 to require for libnm-glib.so.4()(64bit) >13:43:48,193 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-genl-3.so.200()(64bit) >13:43:48,193 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.x86_64 to require for libnl-3.so.200()(64bit) >13:43:48,194 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.4-2.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,196 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-215-14.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,197 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libgmodule-2.0.so.0()(64bit) >13:43:48,197 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libglib-2.0.so.0()(64bit) >13:43:48,197 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.4-3.fc21.x86_64 to require for libgio-2.0.so.0()(64bit) >13:43:48,198 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.8.6-3.fc21.x86_64 as install for 1:NetworkManager-0.9.10.0-5.git20140704.fc21.x86_64 >13:43:48,205 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.4-1.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >13:43:48,208 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.2-8.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >13:43:48,208 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-8.fc21.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >13:43:48,209 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.62-2.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >13:43:48,210 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-79.fc21.x86_64 as install for audit-2.4-1.fc21.x86_64 >13:43:48,210 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-8.fc21.x86_64 to require for libgssapi_krb5.so.2()(64bit) >13:43:48,211 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.4-1.fc21.x86_64 to require for libaudit.so.1()(64bit) >13:43:48,216 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.8-4.1.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >13:43:48,218 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.4-2.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >13:43:48,221 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-16.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >13:43:48,222 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-4.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >13:43:48,223 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1i-4.fc21.x86_64 as install for authconfig-6.2.9-3.fc21.x86_64 >13:43:48,226 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-16.20140323.fc21.x86_64 as install for bash-4.3.22-1.fc21.x86_64 >13:43:48,231 DEBUG yum.verbose.YumBase: TSINFO: Marking rsyslog-7.4.10-4.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,232 DEBUG yum.verbose.YumBase: TSINFO: Marking python-requests-2.3.0-3.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,233 DEBUG yum.verbose.YumBase: TSINFO: Marking python-prettytable-0.7.2-4.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,233 DEBUG yum.verbose.YumBase: TSINFO: Marking python-jsonpatch-1.2-4.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,234 DEBUG yum.verbose.YumBase: TSINFO: Marking python-configobj-5.0.5-2.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,235 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cheetah-2.4.4-10.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,235 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.32.1-1.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,236 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.3-7.1.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,237 DEBUG yum.verbose.YumBase: TSINFO: Marking net-tools-2.0-0.27.20140707git.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,237 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.3-4.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,238 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-7.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,239 DEBUG yum.verbose.YumBase: TSINFO: Marking PyYAML-3.11-5.fc21.x86_64 as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,240 DEBUG yum.verbose.YumBase: TSINFO: Marking crontabs-1.11-9.20130830git.fc21.noarch as install for cloud-init-0.7.5-7.fc21.x86_64 >13:43:48,241 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-5.fc21.x86_64 as install for cloud-utils-growpart-0.27-12.fc21.noarch >13:43:48,248 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1i-4.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,249 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-9.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,250 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-7.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,251 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.20-3.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,253 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-7.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,254 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-5.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,255 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.3-4.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,257 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-7.fc21.x86_64 as install for coreutils-8.22-18.fc21.x86_64 >13:43:48,260 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-9.fc21.x86_64 as install for cronie-1.4.11-9.fc21.x86_64 >13:43:48,264 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-9.fc21.x86_64 as install for cronie-1.4.11-9.fc21.x86_64 >13:43:48,270 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.37.0-7.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,271 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-7.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,273 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-15.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,274 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-7.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,275 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-11.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,275 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-11.fc21.x86_64 to require for liblber-2.4.so.2()(64bit) >13:43:48,276 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-5.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,278 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.11-3.fc21.x86_64 as install for curl-7.37.0-7.fc21.x86_64 >13:43:48,283 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.1-6.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >13:43:48,283 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.1-6.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >13:43:48,285 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >13:43:48,285 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libisc-export.so.95()(64bit) >13:43:48,285 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libirs-export.so.91()(64bit) >13:43:48,286 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 to require for libdns-export.so.100()(64bit) >13:43:48,287 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-7.fc21.x86_64 as install for 12:dhclient-4.3.1-6.fc21.x86_64 >13:43:48,288 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-038-28.git20140903.fc21.x86_64 as install for dracut-config-generic-038-28.git20140903.fc21.x86_64 >13:43:48,293 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.11-3.fc21.x86_64 as install for e2fsprogs-1.42.11-3.fc21.x86_64 >13:43:48,294 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.11-3.fc21.x86_64 as install for e2fsprogs-1.42.11-3.fc21.x86_64 >13:43:48,295 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.25.1-0.1.fc21.x86_64 as install for e2fsprogs-1.42.11-3.fc21.x86_64 >13:43:48,296 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >13:43:48,296 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >13:43:48,296 DEBUG yum.verbose.YumBase: Quick matched e2fsprogs-libs-1.42.11-3.fc21.x86_64 to require for libe2p.so.2()(64bit) >13:43:48,297 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-21-0.13.noarch as install for fedora-release-cloud-21-0.13.noarch >13:43:48,301 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,302 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-5.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,305 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.91-1.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,309 DEBUG yum.verbose.YumBase: TSINFO: Marking firewalld-config-standard-0.3.11-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,310 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-16.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,312 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-6.fc21.x86_64 as install for firewalld-0.3.11-3.fc21.noarch >13:43:48,315 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-36.fc21.x86_64 as install for glibc-2.19.90-36.fc21.x86_64 >13:43:48,316 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.17.0-1.fc21.x86_64 as install for glibc-2.19.90-36.fc21.x86_64 >13:43:48,317 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.17.0-1.fc21.x86_64 to require for libfreebl3.so()(64bit) >13:43:48,319 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-5.fc21.x86_64 as install for grubby-8.35-4.fc21.x86_64 >13:43:48,319 DEBUG yum.verbose.YumBase: Quick matched popt-1.16-5.fc21.x86_64 to require for libpopt.so.0()(64bit) >13:43:48,322 DEBUG yum.verbose.YumBase: TSINFO: Marking wget-1.15-3.fc21.x86_64 as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,324 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygems-2.2.2-101.fc21.noarch as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,324 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-2.0-8.fc21.noarch as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,325 DEBUG yum.verbose.YumBase: TSINFO: Marking python-psutil-1.2.1-5.fc21.x86_64 as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,326 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-5.fc21.x86_64 as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,326 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-1.0.6-14.fc21.x86_64 as install for heat-cfntools-1.2.7-4.fc21.noarch >13:43:48,333 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-18-3.fc21.x86_64 as install for initscripts-9.55-2.fc21.x86_64 >13:43:48,334 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-7.fc21.x86_64 as install for initscripts-9.55-2.fc21.x86_64 >13:43:48,335 DEBUG yum.verbose.YumBase: TSINFO: Marking cpio-2.11-30.fc21.x86_64 as install for initscripts-9.55-2.fc21.x86_64 >13:43:48,338 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-9.fc21.x86_64 as install for iproute-3.16.0-2.fc21.x86_64 >13:43:48,339 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-11.fc21.x86_64 as install for iproute-3.16.0-2.fc21.x86_64 >13:43:48,343 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.x86_64 >13:43:48,344 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.x86_64 >13:43:48,366 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.16.2-301.fc21.x86_64 as install for kernel-3.16.2-301.fc21.x86_64 >13:43:48,396 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.16.2-301.fc21.x86_64 as install for kernel-3.16.2-301.fc21.x86_64 >13:43:48,399 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-11.fc21.x86_64 as install for less-458-13.fc21.x86_64 >13:43:48,402 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-4.fc21.x86_64 as install for man-db-2.6.7.1-6.fc21.x86_64 >13:43:48,403 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-4.fc21.x86_64 as install for man-db-2.6.7.1-6.fc21.x86_64 >13:43:48,408 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.6.1p1-5.fc21.1.x86_64 as install for openssh-clients-6.6.1p1-5.fc21.1.x86_64 >13:43:48,410 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-7.fc21.x86_64 as install for openssh-clients-6.6.1p1-5.fc21.1.x86_64 >13:43:48,410 DEBUG yum.verbose.YumBase: Quick matched fipscheck-lib-1.4.1-7.fc21.x86_64 to require for libfipscheck.so.1()(64bit) >13:43:48,411 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-8.20140213cvs.fc21.x86_64 as install for openssh-clients-6.6.1p1-5.fc21.1.x86_64 >13:43:48,420 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.90-1.fc21.x86_64 as install for parted-3.2-3.fc21.x86_64 >13:43:48,421 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-4.fc21.x86_64 as install for parted-3.2-3.fc21.x86_64 >13:43:48,424 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-6.fc21.x86_64 as install for passwd-0.79-5.fc21.x86_64 >13:43:48,427 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-7.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >13:43:48,428 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-7.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >13:43:48,429 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-7.2013.08.14.fc21.x86_64 to require for libply-splash-core.so.2()(64bit) >13:43:48,430 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.56-2.fc21.x86_64 as install for plymouth-0.8.9-7.2013.08.14.fc21.x86_64 >13:43:48,434 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.3-4.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >13:43:48,435 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-6.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >13:43:48,436 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-9.fc21.x86_64 as install for policycoreutils-2.3-7.1.fc21.x86_64 >13:43:48,442 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-9.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,444 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.12.0-0.rc1.2.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,445 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.12.0-0.rc1.2.fc21.x86_64 to require for librpm.so.3()(64bit) >13:43:48,446 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-14alpha.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,447 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-8.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,448 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.160-1.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,449 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-14.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,451 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-10.fc21.x86_64 as install for rpm-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,454 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-79.fc21.noarch as install for selinux-policy-targeted-3.13.1-79.fc21.noarch >13:43:48,454 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-79.fc21.noarch to require for selinux-policy >13:43:48,460 DEBUG yum.verbose.YumBase: TSINFO: Marking syslinux-extlinux-nonlinux-6.02-7.fc21.noarch as install for syslinux-extlinux-6.02-7.fc21.x86_64 >13:43:48,460 DEBUG yum.verbose.YumBase: TSINFO: Marking syslinux-6.02-7.fc21.x86_64 as install for syslinux-extlinux-6.02-7.fc21.x86_64 >13:43:48,470 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-18-3.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,471 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-7.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,473 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.160-1.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,473 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.130)(64bit) >13:43:48,473 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >13:43:48,474 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.6-1.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,475 DEBUG yum.verbose.YumBase: TSINFO: Marking acl-2.2.52-7.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,476 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.1-5.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,477 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-4.fc21.x86_64 as install for systemd-215-14.fc21.x86_64 >13:43:48,481 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-5.fc21.x86_64 as install for uboot-tools-2014.04-7.fc21.x86_64 >13:43:48,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libsmartcols-2.25.1-0.1.fc21.x86_64 as install for util-linux-2.25.1-0.1.fc21.x86_64 >13:43:48,492 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.25.1-0.1.fc21.x86_64 as install for util-linux-2.25.1-0.1.fc21.x86_64 >13:43:48,494 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-6.fc21.x86_64 as install for util-linux-2.25.1-0.1.fc21.x86_64 >13:43:48,494 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.24)(64bit) >13:43:48,494 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.23)(64bit) >13:43:48,494 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.22)(64bit) >13:43:48,495 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.21)(64bit) >13:43:48,495 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.20)(64bit) >13:43:48,495 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.x86_64 to require for libmount.so.1(MOUNT_2.19)(64bit) >13:43:48,500 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-14.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >13:43:48,500 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-2.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >13:43:48,502 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.12.0-0.rc1.2.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >13:43:48,502 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.3-4.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >13:43:48,503 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-15.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >13:43:48,504 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-13.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >13:43:48,504 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-12.fc21.x86_64 as install for yum-3.4.3-153.fc21.noarch >13:43:48,512 DEBUG yum.verbose.YumBase: TSINFO: Marking libyaml-0.1.6-5.fc21.x86_64 as install for PyYAML-3.11-5.fc21.x86_64 >13:43:48,513 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.8-4.1.fc21.x86_64 as install for PyYAML-3.11-5.fc21.x86_64 >13:43:48,516 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-29.fc21.x86_64 as install for avahi-autoipd-0.6.31-29.fc21.x86_64 >13:43:48,518 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-8.fc21.x86_64 as install for avahi-autoipd-0.6.31-29.fc21.x86_64 >13:43:48,521 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-9.P1.fc21.noarch as install for 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 >13:43:48,522 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-5.fc21.x86_64 as install for 32:bind-libs-lite-9.9.5-9.P1.fc21.x86_64 >13:43:48,529 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.13-3.fc21.x86_64 as install for cryptsetup-libs-1.6.6-1.fc21.x86_64 >13:43:48,533 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-10.fc21.x86_64 as install for 1:dbus-1.8.6-3.fc21.x86_64 >13:43:48,537 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.90-1.fc21.x86_64 as install for device-mapper-libs-1.02.90-1.fc21.x86_64 >13:43:48,542 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-5.fc21.x86_64 as install for dnsmasq-2.71-3.fc21.x86_64 >13:43:48,543 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-5.fc21.x86_64 to require for libhogweed.so.2()(64bit) >13:43:48,546 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-14alpha.fc21.x86_64 as install for dracut-038-28.git20140903.fc21.x86_64 >13:43:48,547 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-67.fc21.x86_64 as install for dracut-038-28.git20140903.fc21.x86_64 >13:43:48,547 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-21.fc21.x86_64 as install for dracut-038-28.git20140903.fc21.x86_64 >13:43:48,555 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-repos-21-0.6.noarch as install for fedora-release-21-0.13.noarch >13:43:48,558 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-7.fc21.x86_64 as install for fipscheck-lib-1.4.1-7.fc21.x86_64 >13:43:48,564 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-14.fc21.x86_64 as install for glib2-2.41.4-3.fc21.x86_64 >13:43:48,565 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.1-6.fc21.x86_64 as install for glib2-2.41.4-3.fc21.x86_64 >13:43:48,567 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014g-1.fc21.noarch as install for glibc-common-2.19.90-36.fc21.x86_64 >13:43:48,570 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.1-7.fc21.x86_64 as install for 1:gmp-6.0.0-7.fc21.x86_64 >13:43:48,571 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >13:43:48,571 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >13:43:48,571 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.x86_64 to require for libstdc++.so.6()(64bit) >13:43:48,573 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-6.fc21.1.x86_64 as install for grep-2.20-3.fc21.x86_64 >13:43:48,579 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-6.fc21.x86_64 as install for iptables-1.4.21-11.fc21.x86_64 >13:43:48,580 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-4.fc21.x86_64 as install for iptables-1.4.21-11.fc21.x86_64 >13:43:48,584 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140912-39.git365e80cce.fc21.noarch as install for kernel-core-3.16.2-301.fc21.x86_64 >13:43:48,593 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-4.fc21.x86_64 as install for krb5-libs-1.12.2-8.fc21.x86_64 >13:43:48,593 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-4.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.5)(64bit) >13:43:48,593 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-4.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.0)(64bit) >13:43:48,593 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-4.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >13:43:48,594 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-4.fc21.x86_64 as install for krb5-libs-1.12.2-8.fc21.x86_64 >13:43:48,599 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.08-3.fc21.x86_64 as install for libarchive-3.1.2-10.fc21.x86_64 >13:43:48,610 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.3-0.3.fc21.x86_64 as install for libdrm-2.4.56-2.fc21.x86_64 >13:43:48,620 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-5.fc21.x86_64 as install for libpwquality-1.2.4-2.fc21.x86_64 >13:43:48,621 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-5.fc21.x86_64 as install for libpwquality-1.2.4-2.fc21.x86_64 >13:43:48,627 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-18.fc21.x86_64 as install for libsemanage-2.3-6.fc21.x86_64 >13:43:48,627 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >13:43:48,627 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.x86_64 to require for libustr-1.0.so.1()(64bit) >13:43:48,631 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.41.4-2.fc21.x86_64 as install for libsoup-2.47.4-2.fc21.x86_64 >13:43:48,632 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.6-2.fc21.x86_64 as install for libsoup-2.47.4-2.fc21.x86_64 >13:43:48,640 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-16.20140323.fc21.noarch as install for ncurses-libs-5.9-16.20140323.fc21.x86_64 >13:43:48,644 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-4.fc21.x86_64 as install for newt-python-0.52.17-4.fc21.x86_64 >13:43:48,644 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-4.fc21.x86_64 to require for libnewt.so.0.52(NEWT_0.52.6)(64bit) >13:43:48,644 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-4.fc21.x86_64 to require for libnewt.so.0.52(NEWT_0.52.13)(64bit) >13:43:48,644 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-4.fc21.x86_64 to require for libnewt.so.0.52(NEWT_0.52)(64bit) >13:43:48,646 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-13.fc21.x86_64 as install for newt-python-0.52.17-4.fc21.x86_64 >13:43:48,652 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.17.0-1.fc21.x86_64 as install for nss-3.17.0-2.fc21.x86_64 >13:43:48,653 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.17.0-2.fc21.x86_64 as install for nss-3.17.0-2.fc21.x86_64 >13:43:48,654 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-3.17.0-1.fc21.x86_64 to require for libnssdbm3.so()(64bit) >13:43:48,660 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.17.0-2.fc21.x86_64 as install for openldap-2.4.39-11.fc21.x86_64 >13:43:48,661 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-19.fc21.x86_64 as install for openldap-2.4.39-11.fc21.x86_64 >13:43:48,666 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-4.0-3.fc21.x86_64 as install for 1:openssl-1.0.1i-4.fc21.x86_64 >13:43:48,669 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2014.2.1-1.0.fc21.noarch as install for 1:openssl-libs-1.0.1i-4.fc21.x86_64 >13:43:48,670 DEBUG yum.verbose.YumBase: TSINFO: Marking crypto-policies-20140905-1.git4649b7d.fc21.noarch as install for 1:openssl-libs-1.0.1i-4.fc21.x86_64 >13:43:48,678 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.3-6.fc21.x86_64 as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,679 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.4-1.fc21.x86_64 as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,680 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.81-12.fc21.noarch as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,681 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.8-5.fc21.x86_64 as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,682 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-5.fc21.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >13:43:48,684 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.41-5.fc21.x86_64 as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,685 DEBUG yum.verbose.YumBase: TSINFO: Marking checkpolicy-2.3-4.fc21.x86_64 as install for policycoreutils-python-2.3-7.1.fc21.x86_64 >13:43:48,685 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-5.fc21.x86_64 to require for libapol.so.4()(64bit) >13:43:48,689 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-5.fc21.x86_64 as install for polkit-0.112-7.fc21.x86_64 >13:43:48,690 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-12.fc21.x86_64 as install for polkit-0.112-7.fc21.x86_64 >13:43:48,690 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-12.fc21.x86_64 to require for libmozjs-17.0.so()(64bit) >13:43:48,696 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-5.fc21.x86_64 as install for ppp-2.4.7-4.fc21.x86_64 >13:43:48,696 DEBUG yum.verbose.YumBase: Quick matched 14:libpcap-1.5.3-5.fc21.x86_64 to require for libpcap.so.1()(64bit) >13:43:48,700 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.41.91-1.fc21.x86_64 as install for pygobject3-base-3.13.91-1.fc21.x86_64 >13:43:48,700 DEBUG yum.verbose.YumBase: Quick matched gobject-introspection-1.41.91-1.fc21.x86_64 to require for libgirepository-1.0.so.1()(64bit) >13:43:48,703 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-4.fc21.x86_64 as install for pygpgme-0.3-12.fc21.x86_64 >13:43:48,703 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >13:43:48,703 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.x86_64 to require for libgpgme.so.11()(64bit) >13:43:48,707 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.4.1-14.fc21.x86_64 as install for python-boto-2.32.1-1.fc21.noarch >13:43:48,708 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.7.3-2.fc21.noarch as install for python-configobj-5.0.5-2.fc21.noarch >13:43:48,710 DEBUG yum.verbose.YumBase: TSINFO: Marking python-jsonpointer-1.0-6.fc21.noarch as install for python-jsonpatch-1.2-4.fc21.noarch >13:43:48,712 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urllib3-1.8.2-4.fc21.noarch as install for python-requests-2.3.0-3.fc21.noarch >13:43:48,713 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.2.1-2.fc21.noarch as install for python-requests-2.3.0-3.fc21.noarch >13:43:48,714 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch as install for python-setuptools-2.0-8.fc21.noarch >13:43:48,715 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-3.fc21.noarch as install for python-slip-dbus-0.6.0-3.fc21.noarch >13:43:48,716 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-5.fc21.x86_64 as install for python-urlgrabber-3.10.1-2.fc21.noarch >13:43:48,724 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-plugin-selinux-4.12.0-0.rc1.2.fc21.x86_64 as install for rpm-libs-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,764 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.12.0-0.rc1.2.fc21.x86_64 as install for rpm-python-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,765 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.12.0-0.rc1.2.fc21.x86_64 to require for librpmbuild.so.3()(64bit) >13:43:48,768 DEBUG yum.verbose.YumBase: TSINFO: Marking logrotate-3.8.7-4.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >13:43:48,770 DEBUG yum.verbose.YumBase: TSINFO: Marking liblogging-stdlog-1.0.4-4.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >13:43:48,771 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.12-5.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >13:43:48,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-4.fc21.x86_64 as install for rsyslog-7.4.10-4.fc21.x86_64 >13:43:48,775 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygem-rdoc-4.1.1-2.fc21.noarch as install for rubygems-2.2.2-101.fc21.noarch >13:43:48,775 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygem-psych-2.0.5-23.fc21.x86_64 as install for rubygems-2.2.2-101.fc21.noarch >13:43:48,776 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygem-io-console-0.4.2-23.fc21.x86_64 as install for rubygems-2.2.2-101.fc21.noarch >13:43:48,779 DEBUG yum.verbose.YumBase: TSINFO: Marking ruby-libs-2.1.2-23.fc21.x86_64 as install for rubygems-2.2.2-101.fc21.noarch >13:43:48,780 DEBUG yum.verbose.YumBase: TSINFO: Marking rubypick-1.1.1-2.fc21.noarch as install for rubygems-2.2.2-101.fc21.noarch >13:43:48,783 DEBUG yum.verbose.YumBase: TSINFO: Marking syslinux-nonlinux-6.02-7.fc21.noarch as install for syslinux-6.02-7.fc21.x86_64 >13:43:48,784 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-7.fc21.x86_64 as install for syslinux-6.02-7.fc21.x86_64 >13:43:48,792 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.12-1.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >13:43:48,792 DEBUG yum.verbose.YumBase: Quick matched libteam-1.12-1.fc21.x86_64 to require for libteam.so.5()(64bit) >13:43:48,793 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.25-3.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >13:43:48,794 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-4.fc21.x86_64 as install for teamd-1.12-1.fc21.x86_64 >13:43:48,802 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.21.1-2.fc21.x86_64 as install for ca-certificates-2014.2.1-1.0.fc21.noarch >13:43:48,804 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.21.1-2.fc21.x86_64 as install for ca-certificates-2014.2.1-1.0.fc21.noarch >13:43:48,814 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.7-1.fc21.x86_64 as install for glib-networking-2.41.4-2.fc21.x86_64 >13:43:48,814 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.3.7-1.fc21.x86_64 to require for libgnutls.so.28(GNUTLS_1_4)(64bit) >13:43:48,817 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.92-1.fc21.x86_64 as install for glib-networking-2.41.4-2.fc21.x86_64 >13:43:48,818 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-10.fc21.x86_64 as install for glib-networking-2.41.4-2.fc21.x86_64 >13:43:48,822 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-5.fc21.x86_64 as install for gpgme-1.4.3-4.fc21.x86_64 >13:43:48,823 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg2-2.0.25-2.fc21.x86_64 as install for gpgme-1.4.3-4.fc21.x86_64 >13:43:48,832 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-9.fc21.x86_64 as install for libnetfilter_conntrack-1.0.4-4.fc21.x86_64 >13:43:48,832 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >13:43:48,832 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.x86_64 to require for libmnl.so.0()(64bit) >13:43:48,836 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.269-1.fc21.noarch as install for libpciaccess-0.13.3-0.3.fc21.x86_64 >13:43:48,862 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-5.fc21.x86_64 as install for python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch >13:43:48,871 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.4.1-14.fc21.x86_64 as install for python3-3.4.1-14.fc21.x86_64 >13:43:48,872 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-setuptools-2.0-8.fc21.noarch as install for python3-3.4.1-14.fc21.x86_64 >13:43:48,873 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pip-1.5.6-2.fc21.noarch as install for python3-3.4.1-14.fc21.x86_64 >13:43:48,877 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.19-6.fc21.x86_64 as install for rpm-build-libs-4.12.0-0.rc1.2.fc21.x86_64 >13:43:48,886 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygem-json-1.8.1-23.fc21.x86_64 as install for rubygem-rdoc-4.1.1-2.fc21.noarch >13:43:48,886 DEBUG yum.verbose.YumBase: Quick matched rubygem-json-1.8.1-23.fc21.x86_64 to require for rubygem(json) >13:43:48,887 DEBUG yum.verbose.YumBase: TSINFO: Marking ruby-irb-2.1.2-23.fc21.noarch as install for rubygem-rdoc-4.1.1-2.fc21.noarch >13:43:48,890 DEBUG yum.verbose.YumBase: TSINFO: Marking ruby-2.1.2-23.fc21.x86_64 as install for rubypick-1.1.1-2.fc21.noarch >13:43:48,895 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-6.fc21.x86_64 as install for shared-mime-info-1.3-14.fc21.x86_64 >13:43:48,903 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-7.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >13:43:48,904 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-25.fc21.x86_64 as install for gnupg2-2.0.25-2.fc21.x86_64 >13:43:48,908 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-4.1-2.fc21.x86_64 as install for gnutls-3.3.7-1.fc21.x86_64 >13:43:48,909 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.13-3.fc21.x86_64 as install for gnutls-3.3.7-1.fc21.x86_64 >13:43:48,914 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-9.fc21.x86_64 as install for libproxy-0.4.11-10.fc21.x86_64 >13:43:48,924 DEBUG yum.verbose.YumBase: TSINFO: Marking rubygem-bigdecimal-1.2.4-23.fc21.x86_64 as install for ruby-2.1.2-23.fc21.x86_64 >13:43:49,180 DEBUG yum.verbose.YumBase: Depsolve time: 1.693 >13:43:49,188 INFO packaging: 290 packages selected totalling 791.87 MiB >13:44:17,329 INFO packaging: configuring base repo >13:44:17,415 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >13:44:17,415 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >13:44:17,415 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >13:44:17,416 DEBUG yum.verbose.plugin: Adding en_US to language list >13:44:17,418 DEBUG yum.verbose.YumBase: Config time: 0.008 >13:44:17,433 INFO packaging: using default repos from local yum configuration >13:44:17,444 INFO packaging: gathering repo metadata >13:44:17,446 INFO packaging: gathering repo metadata for fedora >13:44:18,930 INFO packaging: gathering repo metadata for updates-testing >13:44:19,432 INFO packaging: gathering repo metadata for updates >13:44:20,099 ERR packaging: failed to get groups for repo updates >13:44:20,099 INFO packaging: Refreshing environmentAddons >13:44:20,101 DEBUG yum.verbose.YumBase: Setting up Package Sacks >13:44:20,101 INFO_2 yum.verbose.plugin: Loading mirror speeds from cached hostfile >13:44:20,110 INFO_2 yum.verbose.plugin: * fedora: mirror.yandex.ru >13:44:20,114 INFO_2 yum.verbose.plugin: * updates: mirror.yandex.ru >13:44:20,118 INFO_2 yum.verbose.plugin: * updates-testing: mirror.yandex.ru >13:44:21,225 DEBUG yum.verbose.YumBase: pkgsack time: 1.124 >13:44:21,376 DEBUG yum.verbose.YumBase: group time: 1.275 >13:44:26,583 INFO packaging: metadata retrieval complete > > >/tmp/program.log: >09:42:02,227 INFO program: Running... losetup --list >09:42:02,423 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >09:42:02,434 DEBUG program: Return code: 0 >09:42:02,435 INFO program: Running... udevadm settle --timeout=300 >09:42:02,690 DEBUG program: Return code: 0 >09:42:02,731 INFO program: Running... modprobe fcoe >09:42:02,851 DEBUG program: Return code: 0 >09:42:02,852 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >09:42:02,867 INFO program: No FCoE boot disk information is found in EDD! >09:42:02,867 DEBUG program: Return code: 1 >09:42:02,886 INFO program: Running... losetup --list >09:42:04,647 INFO program: Running... metacity --display :1 --sm-disable >09:42:04,647 INFO program: Running... spice-vdagent >09:42:04,655 DEBUG program: Return code: 0 >09:42:05,637 INFO program: Running... udevadm settle --timeout=300 >09:42:05,647 DEBUG program: Return code: 0 >09:42:05,647 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >09:42:05,686 DEBUG program: Return code: 0 >09:42:05,686 INFO program: Running... udevadm settle --timeout=300 >09:42:05,696 DEBUG program: Return code: 0 >09:42:05,700 INFO program: Running... udevadm settle --timeout=300 >09:42:05,708 DEBUG program: Return code: 0 >09:42:05,723 INFO program: Running... multipath -c /dev/sdb >09:42:05,728 INFO program: /dev/sdb is not a valid multipath device path >09:42:05,728 DEBUG program: Return code: 1 >09:42:05,858 INFO program: Running... multipath -c /dev/sda >09:42:05,864 INFO program: /dev/sda is not a valid multipath device path >09:42:05,864 DEBUG program: Return code: 1 >09:42:06,298 INFO program: Running... modprobe vfat >09:42:06,340 DEBUG program: Return code: 0 >09:42:06,546 INFO program: Running... dumpe2fs -h /dev/sda2 >09:42:06,593 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >09:42:06,594 INFO program: Filesystem volume name: <none> >09:42:06,594 INFO program: Last mounted on: /boot >09:42:06,594 INFO program: Filesystem UUID: 1d16da33-28e8-4ac8-b6ce-07503b204710 >09:42:06,594 INFO program: Filesystem magic number: 0xEF53 >09:42:06,595 INFO program: Filesystem revision #: 1 (dynamic) >09:42:06,595 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 >09:42:06,595 INFO program: Filesystem flags: signed_directory_hash >09:42:06,596 INFO program: Default mount options: user_xattr acl >09:42:06,596 INFO program: Filesystem state: clean >09:42:06,596 INFO program: Errors behavior: Continue >09:42:06,597 INFO program: Filesystem OS type: Linux >09:42:06,597 INFO program: Inode count: 128016 >09:42:06,597 INFO program: Block count: 512000 >09:42:06,597 INFO program: Reserved block count: 25600 >09:42:06,597 INFO program: Free blocks: 403753 >09:42:06,597 INFO program: Free inodes: 127990 >09:42:06,598 INFO program: First block: 1 >09:42:06,598 INFO program: Block size: 1024 >09:42:06,598 INFO program: Fragment size: 1024 >09:42:06,598 INFO program: Reserved GDT blocks: 256 >09:42:06,598 INFO program: Blocks per group: 8192 >09:42:06,599 INFO program: Fragments per group: 8192 >09:42:06,599 INFO program: Inodes per group: 2032 >09:42:06,599 INFO program: Inode blocks per group: 254 >09:42:06,599 INFO program: Flex block group size: 16 >09:42:06,599 INFO program: Filesystem created: Thu Sep 4 09:58:08 2014 >09:42:06,599 INFO program: Last mount time: Sat Sep 13 09:53:23 2014 >09:42:06,600 INFO program: Last write time: Sat Sep 13 22:04:08 2014 >09:42:06,600 INFO program: Mount count: 8 >09:42:06,600 INFO program: Maximum mount count: -1 >09:42:06,600 INFO program: Last checked: Thu Sep 4 09:58:08 2014 >09:42:06,600 INFO program: Check interval: 0 (<none>) >09:42:06,600 INFO program: Lifetime writes: 120 MB >09:42:06,601 INFO program: Reserved blocks uid: 0 (user root) >09:42:06,601 INFO program: Reserved blocks gid: 0 (group root) >09:42:06,601 INFO program: First inode: 11 >09:42:06,601 INFO program: Inode size: 128 >09:42:06,601 INFO program: Journal inode: 8 >09:42:06,602 INFO program: Default directory hash: half_md4 >09:42:06,602 INFO program: Directory Hash Seed: 6c8e6f9c-f919-4c79-b78d-01c29176f3b3 >09:42:06,602 INFO program: Journal backup: inode blocks >09:42:06,602 INFO program: Journal features: (none) >09:42:06,602 INFO program: Journal size: 8M >09:42:06,602 INFO program: Journal length: 8192 >09:42:06,603 INFO program: Journal sequence: 0x0000001e >09:42:06,603 INFO program: Journal start: 0 >09:42:06,603 INFO program: >09:42:06,603 DEBUG program: Return code: 0 >09:42:06,604 INFO program: Running... resize2fs -P /dev/sda2 >09:42:06,617 INFO program: resize2fs 1.42.11 (09-Jul-2014) >09:42:06,618 INFO program: Please run 'e2fsck -f /dev/sda2' first. >09:42:06,618 INFO program: >09:42:06,618 DEBUG program: Return code: 1 >09:42:06,763 INFO program: Running... mount -t btrfs -o subvolid=5 /dev/sda4 /tmp/btrfs-tmp.355YExEt >09:42:06,830 DEBUG program: Return code: 0 >09:42:06,842 INFO program: Running... btrfs subvol list -s -p /tmp/btrfs-tmp.355YExEt >09:42:06,875 DEBUG program: Return code: 0 >09:42:06,876 INFO program: Running... btrfs subvol get-default /tmp/btrfs-tmp.355YExEt >09:42:06,880 INFO program: ID 5 (FS_TREE) >09:42:06,881 DEBUG program: Return code: 0 >09:42:06,882 INFO program: Running... udevadm settle --timeout=300 >09:42:06,893 DEBUG program: Return code: 0 >09:42:06,894 INFO program: Running... umount /tmp/btrfs-tmp.355YExEt >09:42:07,154 DEBUG program: Return code: 0 >09:42:07,158 INFO program: Running... mount -t btrfs -o subvolid=5 /dev/sda4 /tmp/btrfs-tmp.35se59xl >09:42:07,188 DEBUG program: Return code: 0 >09:42:07,191 INFO program: Running... btrfs subvol list -p /tmp/btrfs-tmp.35se59xl >09:42:07,198 INFO program: ID 257 gen 57 parent 5 top level 5 path home >09:42:07,198 INFO program: ID 258 gen 198 parent 5 top level 5 path root >09:42:07,199 DEBUG program: Return code: 0 >09:42:07,199 INFO program: Running... btrfs subvol get-default /tmp/btrfs-tmp.35se59xl >09:42:07,206 INFO program: ID 5 (FS_TREE) >09:42:07,206 DEBUG program: Return code: 0 >09:42:07,207 INFO program: Running... udevadm settle --timeout=300 >09:42:07,223 DEBUG program: Return code: 0 >09:42:07,224 INFO program: Running... umount /tmp/btrfs-tmp.35se59xl >09:42:07,358 DEBUG program: Return code: 0 >09:42:07,950 INFO program: Running... dumpe2fs -h /dev/loop1 >09:42:07,956 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >09:42:07,957 INFO program: Filesystem volume name: Anaconda >09:42:07,957 INFO program: Last mounted on: / >09:42:07,957 INFO program: Filesystem UUID: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 >09:42:07,957 INFO program: Filesystem magic number: 0xEF53 >09:42:07,958 INFO program: Filesystem revision #: 1 (dynamic) >09:42:07,958 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 >09:42:07,958 INFO program: Filesystem flags: signed_directory_hash >09:42:07,958 INFO program: Default mount options: user_xattr acl >09:42:07,958 INFO program: Filesystem state: clean >09:42:07,959 INFO program: Errors behavior: Continue >09:42:07,959 INFO program: Filesystem OS type: Linux >09:42:07,959 INFO program: Inode count: 131072 >09:42:07,959 INFO program: Block count: 2097152 >09:42:07,959 INFO program: Reserved block count: 0 >09:42:07,959 INFO program: Free blocks: 1180910 >09:42:07,960 INFO program: Free inodes: 96682 >09:42:07,960 INFO program: First block: 1 >09:42:07,960 INFO program: Block size: 1024 >09:42:07,960 INFO program: Fragment size: 1024 >09:42:07,960 INFO program: Reserved GDT blocks: 256 >09:42:07,961 INFO program: Blocks per group: 8192 >09:42:07,961 INFO program: Fragments per group: 8192 >09:42:07,961 INFO program: Inodes per group: 512 >09:42:07,961 INFO program: Inode blocks per group: 128 >09:42:07,961 INFO program: Flex block group size: 16 >09:42:07,962 INFO program: Filesystem created: Fri Sep 12 09:17:22 2014 >09:42:07,962 INFO program: Last mount time: Fri Sep 12 09:17:43 2014 >09:42:07,962 INFO program: Last write time: Fri Sep 12 09:17:56 2014 >09:42:07,962 INFO program: Mount count: 2 >09:42:07,962 INFO program: Maximum mount count: -1 >09:42:07,963 INFO program: Last checked: Fri Sep 12 09:17:22 2014 >09:42:07,963 INFO program: Check interval: 0 (<none>) >09:42:07,963 INFO program: Lifetime writes: 32 MB >09:42:07,963 INFO program: Reserved blocks uid: 0 (user root) >09:42:07,963 INFO program: Reserved blocks gid: 0 (group root) >09:42:07,964 INFO program: First inode: 11 >09:42:07,964 INFO program: Inode size: 256 >09:42:07,964 INFO program: Required extra isize: 28 >09:42:07,964 INFO program: Desired extra isize: 28 >09:42:07,964 INFO program: Journal inode: 8 >09:42:07,964 INFO program: Default directory hash: half_md4 >09:42:07,965 INFO program: Directory Hash Seed: 5d02c3fb-6eb5-4b94-b021-b634277d9fbf >09:42:07,965 INFO program: Journal backup: inode blocks >09:42:07,965 INFO program: Journal features: (none) >09:42:07,965 INFO program: Journal size: 32M >09:42:07,965 INFO program: Journal length: 32768 >09:42:07,966 INFO program: Journal sequence: 0x0000000a >09:42:07,966 INFO program: Journal start: 0 >09:42:07,966 INFO program: >09:42:07,966 DEBUG program: Return code: 0 >09:42:07,967 INFO program: Running... resize2fs -P /dev/loop1 >09:42:07,972 INFO program: resize2fs 1.42.11 (09-Jul-2014) >09:42:07,973 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >09:42:07,973 INFO program: Couldn't find valid filesystem superblock. >09:42:07,973 DEBUG program: Return code: 1 >09:42:08,223 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >09:42:08,228 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >09:42:08,228 INFO program: Filesystem volume name: Anaconda >09:42:08,228 INFO program: Last mounted on: / >09:42:08,229 INFO program: Filesystem UUID: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 >09:42:08,229 INFO program: Filesystem magic number: 0xEF53 >09:42:08,229 INFO program: Filesystem revision #: 1 (dynamic) >09:42:08,229 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 >09:42:08,229 INFO program: Filesystem flags: signed_directory_hash >09:42:08,229 INFO program: Default mount options: user_xattr acl >09:42:08,229 INFO program: Filesystem state: clean >09:42:08,230 INFO program: Errors behavior: Continue >09:42:08,230 INFO program: Filesystem OS type: Linux >09:42:08,230 INFO program: Inode count: 131072 >09:42:08,230 INFO program: Block count: 2097152 >09:42:08,230 INFO program: Reserved block count: 0 >09:42:08,230 INFO program: Free blocks: 1180910 >09:42:08,231 INFO program: Free inodes: 96682 >09:42:08,231 INFO program: First block: 1 >09:42:08,231 INFO program: Block size: 1024 >09:42:08,231 INFO program: Fragment size: 1024 >09:42:08,231 INFO program: Reserved GDT blocks: 256 >09:42:08,231 INFO program: Blocks per group: 8192 >09:42:08,232 INFO program: Fragments per group: 8192 >09:42:08,232 INFO program: Inodes per group: 512 >09:42:08,232 INFO program: Inode blocks per group: 128 >09:42:08,232 INFO program: Flex block group size: 16 >09:42:08,232 INFO program: Filesystem created: Fri Sep 12 09:17:22 2014 >09:42:08,232 INFO program: Last mount time: Mon Sep 15 09:41:56 2014 >09:42:08,232 INFO program: Last write time: Mon Sep 15 09:41:56 2014 >09:42:08,233 INFO program: Mount count: 3 >09:42:08,233 INFO program: Maximum mount count: -1 >09:42:08,233 INFO program: Last checked: Fri Sep 12 09:17:22 2014 >09:42:08,233 INFO program: Check interval: 0 (<none>) >09:42:08,233 INFO program: Lifetime writes: 32 MB >09:42:08,233 INFO program: Reserved blocks uid: 0 (user root) >09:42:08,234 INFO program: Reserved blocks gid: 0 (group root) >09:42:08,234 INFO program: First inode: 11 >09:42:08,234 INFO program: Inode size: 256 >09:42:08,234 INFO program: Required extra isize: 28 >09:42:08,234 INFO program: Desired extra isize: 28 >09:42:08,234 INFO program: Journal inode: 8 >09:42:08,235 INFO program: Default directory hash: half_md4 >09:42:08,235 INFO program: Directory Hash Seed: 5d02c3fb-6eb5-4b94-b021-b634277d9fbf >09:42:08,235 INFO program: Journal backup: inode blocks >09:42:08,235 INFO program: Journal features: (none) >09:42:08,235 INFO program: Journal size: 32M >09:42:08,235 INFO program: Journal length: 32768 >09:42:08,235 INFO program: Journal sequence: 0x0000000b >09:42:08,236 INFO program: Journal start: 1 >09:42:08,236 INFO program: >09:42:08,236 DEBUG program: Return code: 0 >09:42:08,236 INFO program: Running... resize2fs -P /dev/mapper/live-rw >09:42:08,241 INFO program: resize2fs 1.42.11 (09-Jul-2014) >09:42:08,242 INFO program: Estimated minimum size of the filesystem: 995943 >09:42:08,242 DEBUG program: Return code: 0 >09:42:08,291 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >09:42:08,295 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >09:42:08,295 INFO program: Filesystem volume name: Anaconda >09:42:08,295 INFO program: Last mounted on: / >09:42:08,296 INFO program: Filesystem UUID: 7d7e16dc-38e9-4514-bb87-fb56deb768f3 >09:42:08,296 INFO program: Filesystem magic number: 0xEF53 >09:42:08,296 INFO program: Filesystem revision #: 1 (dynamic) >09:42:08,296 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 >09:42:08,296 INFO program: Filesystem flags: signed_directory_hash >09:42:08,296 INFO program: Default mount options: user_xattr acl >09:42:08,296 INFO program: Filesystem state: clean >09:42:08,296 INFO program: Errors behavior: Continue >09:42:08,297 INFO program: Filesystem OS type: Linux >09:42:08,297 INFO program: Inode count: 131072 >09:42:08,297 INFO program: Block count: 2097152 >09:42:08,297 INFO program: Reserved block count: 0 >09:42:08,297 INFO program: Free blocks: 1180910 >09:42:08,297 INFO program: Free inodes: 96682 >09:42:08,297 INFO program: First block: 1 >09:42:08,297 INFO program: Block size: 1024 >09:42:08,298 INFO program: Fragment size: 1024 >09:42:08,298 INFO program: Reserved GDT blocks: 256 >09:42:08,298 INFO program: Blocks per group: 8192 >09:42:08,298 INFO program: Fragments per group: 8192 >09:42:08,298 INFO program: Inodes per group: 512 >09:42:08,298 INFO program: Inode blocks per group: 128 >09:42:08,298 INFO program: Flex block group size: 16 >09:42:08,299 INFO program: Filesystem created: Fri Sep 12 09:17:22 2014 >09:42:08,299 INFO program: Last mount time: Fri Sep 12 09:17:43 2014 >09:42:08,299 INFO program: Last write time: Fri Sep 12 09:17:56 2014 >09:42:08,299 INFO program: Mount count: 2 >09:42:08,299 INFO program: Maximum mount count: -1 >09:42:08,299 INFO program: Last checked: Fri Sep 12 09:17:22 2014 >09:42:08,299 INFO program: Check interval: 0 (<none>) >09:42:08,299 INFO program: Lifetime writes: 32 MB >09:42:08,300 INFO program: Reserved blocks uid: 0 (user root) >09:42:08,300 INFO program: Reserved blocks gid: 0 (group root) >09:42:08,300 INFO program: First inode: 11 >09:42:08,300 INFO program: Inode size: 256 >09:42:08,300 INFO program: Required extra isize: 28 >09:42:08,300 INFO program: Desired extra isize: 28 >09:42:08,300 INFO program: Journal inode: 8 >09:42:08,300 INFO program: Default directory hash: half_md4 >09:42:08,301 INFO program: Directory Hash Seed: 5d02c3fb-6eb5-4b94-b021-b634277d9fbf >09:42:08,301 INFO program: Journal backup: inode blocks >09:42:08,301 INFO program: Journal features: (none) >09:42:08,301 INFO program: Journal size: 32M >09:42:08,301 INFO program: Journal length: 32768 >09:42:08,301 INFO program: Journal sequence: 0x0000000a >09:42:08,301 INFO program: Journal start: 0 >09:42:08,301 INFO program: >09:42:08,302 DEBUG program: Return code: 0 >09:42:08,302 INFO program: Running... resize2fs -P /dev/mapper/live-base >09:42:08,306 INFO program: resize2fs 1.42.11 (09-Jul-2014) >09:42:08,306 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >09:42:08,306 INFO program: Couldn't find valid filesystem superblock. >09:42:08,306 DEBUG program: Return code: 1 >09:42:08,321 INFO program: Running... udevadm settle --timeout=300 >09:42:08,330 DEBUG program: Return code: 0 >09:42:08,337 INFO program: Running... udevadm settle --timeout=300 >09:42:08,346 DEBUG program: Return code: 0 >09:42:08,347 INFO program: Running... udevadm settle --timeout=300 >09:42:08,355 DEBUG program: Return code: 0 >09:42:08,359 INFO program: Running... udevadm settle --timeout=300 >09:42:08,367 DEBUG program: Return code: 0 >09:42:08,368 INFO program: Running... udevadm settle --timeout=300 >09:42:08,376 DEBUG program: Return code: 0 >09:42:08,379 INFO program: Running... udevadm settle --timeout=300 >09:42:08,387 DEBUG program: Return code: 0 >09:42:08,390 INFO program: Running... udevadm settle --timeout=300 >09:42:08,398 DEBUG program: Return code: 0 >09:42:08,401 INFO program: Running... udevadm settle --timeout=300 >09:42:08,409 DEBUG program: Return code: 0 >09:42:08,410 INFO program: Running... udevadm settle --timeout=300 >09:42:08,418 DEBUG program: Return code: 0 >09:42:08,419 INFO program: Running... udevadm settle --timeout=300 >09:42:08,428 DEBUG program: Return code: 0 >09:42:08,429 INFO program: Running... udevadm settle --timeout=300 >09:42:08,437 DEBUG program: Return code: 0 >09:42:08,441 INFO program: Running... udevadm settle --timeout=300 >09:42:08,449 DEBUG program: Return code: 0 >09:42:08,450 INFO program: Running... udevadm settle --timeout=300 >09:42:08,458 DEBUG program: Return code: 0 >09:42:08,460 INFO program: Running... udevadm settle --timeout=300 >09:42:08,468 DEBUG program: Return code: 0 >09:42:08,469 INFO program: Running... udevadm settle --timeout=300 >09:42:08,477 DEBUG program: Return code: 0 >09:42:08,481 INFO program: Running... udevadm settle --timeout=300 >09:42:08,489 DEBUG program: Return code: 0 >09:42:08,492 INFO program: Running... udevadm settle --timeout=300 >09:42:08,500 DEBUG program: Return code: 0 >09:42:08,504 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >09:42:08,520 DEBUG program: Return code: 0 >09:42:08,521 INFO program: Running... udevadm settle --timeout=300 >09:42:08,530 DEBUG program: Return code: 0 >09:42:08,530 INFO program: Running... umount /mnt/sysimage >09:42:08,544 DEBUG program: Return code: 0 >09:42:08,544 INFO program: Running... udevadm settle --timeout=300 >09:42:08,552 DEBUG program: Return code: 0 >09:42:08,555 INFO program: Running... udevadm settle --timeout=300 >09:42:08,563 DEBUG program: Return code: 0 >09:42:08,565 INFO program: Running... mount -t btrfs -o subvol=home,ro /dev/sda4 /mnt/sysimage >09:42:08,598 DEBUG program: Return code: 0 >09:42:08,599 INFO program: Running... udevadm settle --timeout=300 >09:42:08,609 DEBUG program: Return code: 0 >09:42:08,609 INFO program: Running... umount /mnt/sysimage >09:42:08,645 DEBUG program: Return code: 0 >09:42:08,645 INFO program: Running... udevadm settle --timeout=300 >09:42:08,655 DEBUG program: Return code: 0 >09:42:08,656 INFO program: Running... udevadm settle --timeout=300 >09:42:08,665 DEBUG program: Return code: 0 >09:42:08,666 INFO program: Running... udevadm settle --timeout=300 >09:42:08,675 DEBUG program: Return code: 0 >09:42:08,679 INFO program: Running... udevadm settle --timeout=300 >09:42:08,688 DEBUG program: Return code: 0 >09:42:08,689 INFO program: Running... mount -t btrfs -o subvol=root,ro /dev/sda4 /mnt/sysimage >09:42:08,714 DEBUG program: Return code: 0 >09:42:08,720 INFO program: Running... arch >09:42:08,866 INFO program: x86_64 >09:42:08,867 DEBUG program: Return code: 0 >09:42:08,883 INFO program: Running... udevadm settle --timeout=300 >09:42:08,896 DEBUG program: Return code: 0 >09:42:08,897 INFO program: Running... umount /mnt/sysimage >09:42:08,934 DEBUG program: Return code: 0 >09:42:08,934 INFO program: Running... udevadm settle --timeout=300 >09:42:08,947 DEBUG program: Return code: 0 >09:42:09,121 INFO program: Running... hwclock --hctosys --utc >09:42:10,000 DEBUG program: Return code: 0 >09:42:50,014 INFO program: Running... systemctl start chronyd.service >09:42:50,083 DEBUG program: Return code: 0 >09:43:44,537 INFO program: Running... udevadm settle --timeout=300 >09:43:44,632 DEBUG program: Return code: 0 >09:43:44,632 INFO program: Running... modprobe xfs >09:43:44,691 DEBUG program: Return code: 0 >09:43:44,719 INFO program: Running... udevadm settle --timeout=300 >09:43:44,730 DEBUG program: Return code: 0 >09:43:44,753 INFO program: Running... udevadm settle --timeout=300 >09:43:44,763 DEBUG program: Return code: 0 >09:43:44,765 INFO program: Running... mount -t iso9660 -o ro /dev/sdb /tmp/tmpecEhpo >09:43:44,772 DEBUG program: Return code: 0 >09:43:44,773 INFO program: Running... udevadm settle --timeout=300 >09:43:44,783 DEBUG program: Return code: 0 >09:43:44,783 INFO program: Running... umount /tmp/tmpecEhpo >09:43:44,801 DEBUG program: Return code: 0 >13:44:10,193 INFO program: Running... hostnamectl set-hostname PC.localdomain >13:44:10,256 DEBUG program: Return code: 0 >13:44:27,878 INFO program: Running... udevadm settle --timeout=300 >13:44:27,889 DEBUG program: Return code: 0 >13:44:27,894 INFO program: Running... udevadm settle --timeout=300 >13:44:27,904 DEBUG program: Return code: 0 >13:44:56,442 INFO program: Running... udevadm settle --timeout=300 >13:44:56,460 DEBUG program: Return code: 0 >13:44:56,464 INFO program: Running... udevadm settle --timeout=300 >13:44:56,482 DEBUG program: Return code: 0 > > >/tmp/storage.log: >09:42:02,729 DEBUG blivet: IGNORED: Caught exception, continuing. >09:42:02,729 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >09:42:02,729 DEBUG blivet: IGNORED: Begin exception details. >09:42:02,730 DEBUG blivet: IGNORED: Traceback (most recent call last): >09:42:02,730 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >09:42:02,730 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >09:42:02,730 DEBUG blivet: IGNORED: IOError: Unknown error >09:42:02,730 DEBUG blivet: IGNORED: End exception details. >09:42:02,730 INFO blivet: ISCSID is /sbin/iscsid >09:42:02,731 INFO blivet: no initiator set >09:42:02,868 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >09:42:02,868 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >09:42:05,137 DEBUG blivet: trying to set new default fstype to 'ext4' >09:42:05,138 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:05,139 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >09:42:05,139 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:05,140 DEBUG blivet: IGNORED: Caught exception, continuing. >09:42:05,140 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >09:42:05,140 DEBUG blivet: IGNORED: Begin exception details. >09:42:05,140 DEBUG blivet: IGNORED: Traceback (most recent call last): >09:42:05,140 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >09:42:05,140 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >09:42:05,140 DEBUG blivet: IGNORED: IOError: Unknown error >09:42:05,140 DEBUG blivet: IGNORED: End exception details. >09:42:05,490 INFO blivet: Detected 8064 MiB of memory >09:42:05,499 INFO blivet: Suggested swap size (8064 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >09:42:05,508 INFO blivet: Swap attempt of 0.0 >09:42:05,635 INFO blivet: resetting Blivet (version 0.62) instance <blivet.Blivet object at 0x7f3016c31a10> >09:42:05,636 INFO blivet: no initiator set >09:42:05,637 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >09:42:05,637 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >09:42:05,700 DEBUG blivet: protected device spec LABEL=Fedora-WS-21_A_T7-x86_64 resolved to sdb >09:42:05,713 INFO blivet: devices to scan: ['sdb', 'sdb1', 'sdb2', 'sdb3', 'sr1', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sr0', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >09:42:05,717 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0 /dev/disk/by-label/Fedora-WS-21_A_T7-x86_64 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2014-09-12-09-24-27-00', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_BUS': 'usb', > '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-WS-21_A_T7-x86_64', > 'ID_FS_LABEL_ENC': 'Fedora-WS-21_A_T7-x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-09-12-09-24-27-00', > 'ID_FS_UUID_ENC': '2014-09-12-09-24-27-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer_Contour', > 'ID_MODEL_ENC': 'Cruzer\\x20Contour\\x20\\x20', > 'ID_MODEL_ID': '540e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6fd903e1', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '4.12', > 'ID_SERIAL': 'SanDisk_Cruzer_Contour_000016830772FEB1-0:0', > 'ID_SERIAL_SHORT': '000016830772FEB1', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77725', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0', > '/dev/disk/by-label/Fedora-WS-21_A_T7-x86_64', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2014-09-12-09-24-27-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb'} ; name: sdb ; >09:42:05,718 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb)... >09:42:05,718 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >09:42:05,719 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,720 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >09:42:05,721 INFO blivet: sdb is a disk >09:42:05,721 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >09:42:05,723 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >09:42:05,728 INFO blivet: added disk sdb (id 1) to device tree >09:42:05,729 DEBUG blivet: looking up parted Device: /dev/sdb >09:42:05,728 INFO blivet: got device: DiskDevice instance (0x7f30074b17d0) -- > name = sdb status = True kids = 0 id = 1 > parents = [] > uuid = None size = 3836 MiB > format = existing None > major = 8 minor = 16 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: SanDisk Cruzer Contour path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 7856128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1021, 124, 62) biosGeometry: (489, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632290> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f2fff700410> >09:42:05,747 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >09:42:05,748 INFO blivet: type detected on 'sdb' is 'iso9660' >09:42:05,749 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:42:05,749 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 4 >09:42:05,749 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: iso9660 ; >09:42:05,750 INFO blivet: got format: existing iso9660 filesystem >09:42:05,753 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part1 /dev/disk/by-label/Fedora-WS-21_A_T7-x86_64 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2014-09-12-09-24-27-00', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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-WS-21_A_T7-x86_64', > 'ID_FS_LABEL_ENC': 'Fedora-WS-21_A_T7-x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-09-12-09-24-27-00', > 'ID_FS_UUID_ENC': '2014-09-12-09-24-27-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer_Contour', > 'ID_MODEL_ENC': 'Cruzer\\x20Contour\\x20\\x20', > 'ID_MODEL_ID': '540e', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '817152', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6fd903e1-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6fd903e1', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '4.12', > 'ID_SERIAL': 'SanDisk_Cruzer_Contour_000016830772FEB1-0:0', > 'ID_SERIAL_SHORT': '000016830772FEB1', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77750', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part1', > '/dev/disk/by-label/Fedora-WS-21_A_T7-x86_64', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2014-09-12-09-24-27-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >09:42:05,754 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb1)... >09:42:05,754 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb1 ; incomplete: False ; >09:42:05,755 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,755 INFO blivet: sdb1 is a partition >09:42:05,755 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >09:42:05,756 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >09:42:05,757 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:42:05,763 DEBUG blivet: lvm filter: adding sdb1 to the reject list >09:42:05,764 DEBUG blivet: ignoring partition sdb1 on iso9660 >09:42:05,764 DEBUG blivet: no device obtained for sdb1 >09:42:05,766 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part2 /dev/disk/by-label/ANACONDA /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/BC62-9A24', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'BC62-9A24', > 'ID_FS_UUID_ENC': 'BC62-9A24', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer_Contour', > 'ID_MODEL_ENC': 'Cruzer\\x20Contour\\x20\\x20', > 'ID_MODEL_ID': '540e', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '180808', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '12652', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '6fd903e1-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6fd903e1', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '4.12', > 'ID_SERIAL': 'SanDisk_Cruzer_Contour_000016830772FEB1-0:0', > 'ID_SERIAL_SHORT': '000016830772FEB1', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '18', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77776', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part2', > '/dev/disk/by-label/ANACONDA', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/BC62-9A24'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2'} ; name: sdb2 ; >09:42:05,767 INFO blivet: scanning sdb2 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2)... >09:42:05,767 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb2 ; incomplete: False ; >09:42:05,768 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,768 INFO blivet: sdb2 is a partition >09:42:05,768 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >09:42:05,769 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >09:42:05,769 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:42:05,776 DEBUG blivet: lvm filter: adding sdb2 to the reject list >09:42:05,776 DEBUG blivet: ignoring partition sdb2 on iso9660 >09:42:05,776 DEBUG blivet: no device obtained for sdb2 >09:42:05,779 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part3 /dev/disk/by-label/ANACONDA /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/bb5ac53b-30a4-3912-8bc7-46dfe3b431a0', > 'DEVNAME': 'sdb3', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > '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': 'ANACONDA', > 'ID_FS_LABEL_ENC': 'ANACONDA', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'bb5ac53b-30a4-3912-8bc7-46dfe3b431a0', > 'ID_FS_UUID_ENC': 'bb5ac53b-30a4-3912-8bc7-46dfe3b431a0', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'Cruzer_Contour', > 'ID_MODEL_ENC': 'Cruzer\\x20Contour\\x20\\x20', > 'ID_MODEL_ID': '540e', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '193460', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '50656', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '6fd903e1-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6fd903e1', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '4.12', > 'ID_SERIAL': 'SanDisk_Cruzer_Contour_000016830772FEB1-0:0', > 'ID_SERIAL_SHORT': '000016830772FEB1', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '8', > 'MINOR': '19', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77802', > 'name': 'sdb3', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:0-part3', > '/dev/disk/by-label/ANACONDA', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/bb5ac53b-30a4-3912-8bc7-46dfe3b431a0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3'} ; name: sdb3 ; >09:42:05,779 INFO blivet: scanning sdb3 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb3)... >09:42:05,780 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb3 ; incomplete: False ; >09:42:05,781 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,781 INFO blivet: sdb3 is a partition >09:42:05,781 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb3 ; >09:42:05,782 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >09:42:05,782 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:42:05,789 DEBUG blivet: lvm filter: adding sdb3 to the reject list >09:42:05,789 DEBUG blivet: ignoring partition sdb3 on iso9660 >09:42:05,789 DEBUG blivet: no device obtained for sdb3 >09:42:05,791 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:1 /dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:1', > 'DEVNAME': 'sr1', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_BUS': 'usb', > 'ID_CDROM': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_1', > 'ID_INSTANCE': '0:1', > 'ID_MODEL': 'Cruzer_Contour', > 'ID_MODEL_ENC': 'Cruzer\\x20Contour\\x20\\x20', > 'ID_MODEL_ID': '540e', > 'ID_PATH': 'pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:1', > 'ID_PATH_TAG': 'pci-0000_00_14_0-usb-0_1_1_0-scsi-0_0_0_1', > 'ID_REVISION': '4.12', > 'ID_SERIAL': 'SanDisk_Cruzer_Contour_000016830772FEB1-0:1', > 'ID_SERIAL_SHORT': '000016830772FEB1', > 'ID_TYPE': 'cd', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'SanDisk', > 'ID_VENDOR_ENC': 'SanDisk\\x20', > 'ID_VENDOR_ID': '0781', > 'MAJOR': '11', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '78866', > 'name': 'sr1', > 'symlinks': ['/dev/disk/by-id/usb-SanDisk_Cruzer_Contour_000016830772FEB1-0:1', > '/dev/disk/by-path/pci-0000:00:14.0-usb-0:1:1.0-scsi-0:0:0:1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1'} ; name: sr1 ; >09:42:05,792 INFO blivet: scanning sr1 (/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1)... >09:42:05,792 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr1 ; incomplete: False ; >09:42:05,793 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,793 INFO blivet: sr1 is a cdrom >09:42:05,793 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >09:42:05,793 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >09:42:05,794 DEBUG blivet: OpticalDevice._setFormat: sr1 ; current: None ; type: None ; >09:42:05,794 INFO blivet: added cdrom sr1 (id 6) to device tree >09:42:05,795 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:05,801 DEBUG blivet: looking up parted Device: /dev/sr1 >09:42:05,794 INFO blivet: got device: OpticalDevice instance (0x7f2fff7006d0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None >09:42:05,814 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:05,822 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:05,831 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:05,843 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr1 ; >09:42:05,844 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:05,850 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sr1 ; label_type: None ; >09:42:05,850 DEBUG blivet: device sr1 does not contain a disklabel >09:42:05,850 DEBUG blivet: no type or existing type for sr1, bailing >09:42:05,854 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE /dev/disk/by-id/wwn-0x5000cca36ac2d913', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '384', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'Hitachi_HDS723020BLA642', > 'ID_MODEL_ENC': 'Hitachi\\x20HDS723020BLA642\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '0a5e7c97-6285-4e88-b56d-7240d56de020', > 'ID_REVISION': 'MN6OA800', > 'ID_SERIAL': 'Hitachi_HDS723020BLA642_MN3220FA0686SE', > 'ID_SERIAL_SHORT': 'MN3220FA0686SE', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca36ac2d913', > 'ID_WWN_WITH_EXTENSION': '0x5000cca36ac2d913', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85642', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE', > '/dev/disk/by-id/wwn-0x5000cca36ac2d913'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >09:42:05,854 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >09:42:05,855 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >09:42:05,855 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:05,856 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >09:42:05,857 INFO blivet: sda is a disk >09:42:05,857 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 11 >09:42:05,858 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >09:42:05,864 INFO blivet: added disk sda (id 10) to device tree >09:42:05,864 DEBUG blivet: looking up parted Device: /dev/sda >09:42:05,864 INFO blivet: got device: DiskDevice instance (0x7f30074b1790) -- > name = sda status = True kids = 0 id = 10 > parents = [] > uuid = None size = 1863.02 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA Hitachi HDS72302 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6323b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f2fff7005d0> >09:42:05,885 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >09:42:05,886 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >09:42:05,887 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >09:42:05,887 DEBUG blivet: required disklabel type for sda (1) is None >09:42:05,887 DEBUG blivet: default disklabel type for sda is gpt >09:42:05,888 DEBUG blivet: selecting gpt disklabel for sda based on size >09:42:05,889 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >09:42:06,096 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 4 > lastPartitionNumber: 4 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7f2ffcffbf10>, <parted.partition.Partition object at 0x7f2ffd008250>, <parted.partition.Partition object at 0x7f2ffd0084d0>, <parted.partition.Partition object at 0x7f2ffd008690>] > device: <parted.device.Device object at 0x7f2ffcffbcd0> > PedDisk: <_ped.Disk object at 0x7f2fff713b48> >09:42:06,099 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 13 >09:42:06,101 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >09:42:06,111 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part1 /dev/disk/by-id/wwn-0x5000cca36ac2d913-part1 /dev/disk/by-partlabel/EFI\\x20System\\x20Partition /dev/disk/by-partuuid/470f80f8-7a23-4700-92e4-939f0f0023bd /dev/disk/by-uuid/7AC8-A975', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '384', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7AC8-A975', > 'ID_FS_UUID_ENC': '7AC8-A975', > 'ID_FS_VERSION': 'FAT16', > 'ID_MODEL': 'Hitachi_HDS723020BLA642', > 'ID_MODEL_ENC': 'Hitachi\\x20HDS723020BLA642\\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_NAME': 'EFI\\x20System\\x20Partition', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '409600', > 'ID_PART_ENTRY_TYPE': 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b', > 'ID_PART_ENTRY_UUID': '470f80f8-7a23-4700-92e4-939f0f0023bd', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '0a5e7c97-6285-4e88-b56d-7240d56de020', > 'ID_REVISION': 'MN6OA800', > 'ID_SERIAL': 'Hitachi_HDS723020BLA642_MN3220FA0686SE', > 'ID_SERIAL_SHORT': 'MN3220FA0686SE', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca36ac2d913', > 'ID_WWN_WITH_EXTENSION': '0x5000cca36ac2d913', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '85732', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part1', > '/dev/disk/by-id/wwn-0x5000cca36ac2d913-part1', > '/dev/disk/by-partlabel/EFI\\x20System\\x20Partition', > '/dev/disk/by-partuuid/470f80f8-7a23-4700-92e4-939f0f0023bd', > '/dev/disk/by-uuid/7AC8-A975'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >09:42:06,111 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >09:42:06,112 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >09:42:06,113 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:06,114 INFO blivet: sda1 is a partition >09:42:06,115 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >09:42:06,116 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >09:42:06,117 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >09:42:06,133 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >09:42:06,134 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >09:42:06,135 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 16 >09:42:06,136 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >09:42:06,136 DEBUG blivet: looking up parted Partition: /dev/sda1 >09:42:06,137 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >09:42:06,139 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >09:42:06,140 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >09:42:06,141 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >09:42:06,141 INFO blivet: added partition sda1 (id 15) to device tree >09:42:06,146 DEBUG blivet: looking up parted Device: /dev/sda1 >09:42:06,142 INFO blivet: got device: PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp >09:42:06,296 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >09:42:06,297 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >09:42:06,297 DEBUG blivet: device sda1 does not contain a disklabel >09:42:06,341 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 18 >09:42:06,341 INFO blivet: type detected on 'sda1' is 'vfat' >09:42:06,341 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 19 >09:42:06,343 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >09:42:06,344 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: efi ; >09:42:06,344 INFO blivet: got format: existing efi filesystem >09:42:06,355 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part2 /dev/disk/by-id/wwn-0x5000cca36ac2d913-part2 /dev/disk/by-partuuid/a368ba67-96f0-4929-831d-11ef63946f75 /dev/disk/by-uuid/1d16da33-28e8-4ac8-b6ce-07503b204710', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '384', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '1d16da33-28e8-4ac8-b6ce-07503b204710', > 'ID_FS_UUID_ENC': '1d16da33-28e8-4ac8-b6ce-07503b204710', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'Hitachi_HDS723020BLA642', > 'ID_MODEL_ENC': 'Hitachi\\x20HDS723020BLA642\\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_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '411648', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'a368ba67-96f0-4929-831d-11ef63946f75', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '0a5e7c97-6285-4e88-b56d-7240d56de020', > 'ID_REVISION': 'MN6OA800', > 'ID_SERIAL': 'Hitachi_HDS723020BLA642_MN3220FA0686SE', > 'ID_SERIAL_SHORT': 'MN3220FA0686SE', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca36ac2d913', > 'ID_WWN_WITH_EXTENSION': '0x5000cca36ac2d913', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86453', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part2', > '/dev/disk/by-id/wwn-0x5000cca36ac2d913-part2', > '/dev/disk/by-partuuid/a368ba67-96f0-4929-831d-11ef63946f75', > '/dev/disk/by-uuid/1d16da33-28e8-4ac8-b6ce-07503b204710'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >09:42:06,355 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >09:42:06,356 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda2 ; incomplete: False ; >09:42:06,357 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:06,357 INFO blivet: sda2 is a partition >09:42:06,358 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >09:42:06,360 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >09:42:06,361 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >09:42:06,375 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >09:42:06,376 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >09:42:06,376 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >09:42:06,377 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >09:42:06,377 DEBUG blivet: looking up parted Partition: /dev/sda2 >09:42:06,379 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >09:42:06,380 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >09:42:06,381 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >09:42:06,382 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >09:42:06,383 INFO blivet: added partition sda2 (id 21) to device tree >09:42:06,387 DEBUG blivet: looking up parted Device: /dev/sda2 >09:42:06,383 INFO blivet: got device: PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = >09:42:06,545 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >09:42:06,546 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >09:42:06,546 DEBUG blivet: device sda2 does not contain a disklabel >09:42:06,546 INFO blivet: type detected on 'sda2' is 'ext4' >09:42:06,618 DEBUG blivet: size=0 B, current=500 MiB >09:42:06,630 DEBUG blivet: using current size 0 as min size >09:42:06,631 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:06,632 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 24 >09:42:06,633 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >09:42:06,634 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >09:42:06,634 INFO blivet: got format: existing ext4 filesystem >09:42:06,638 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part3 /dev/disk/by-id/wwn-0x5000cca36ac2d913-part3 /dev/disk/by-partuuid/1263e67b-0080-4a15-a58b-24634540c1d7 /dev/disk/by-uuid/d68bdadc-b621-4195-861b-2a53371c31db', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '384', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'd68bdadc-b621-4195-861b-2a53371c31db', > 'ID_FS_UUID_ENC': 'd68bdadc-b621-4195-861b-2a53371c31db', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'Hitachi_HDS723020BLA642', > 'ID_MODEL_ENC': 'Hitachi\\x20HDS723020BLA642\\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_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1435648', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '16515072', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': '1263e67b-0080-4a15-a58b-24634540c1d7', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '0a5e7c97-6285-4e88-b56d-7240d56de020', > 'ID_REVISION': 'MN6OA800', > 'ID_SERIAL': 'Hitachi_HDS723020BLA642_MN3220FA0686SE', > 'ID_SERIAL_SHORT': 'MN3220FA0686SE', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca36ac2d913', > 'ID_WWN_WITH_EXTENSION': '0x5000cca36ac2d913', > 'MAJOR': '8', > 'MINOR': '3', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86574', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part3', > '/dev/disk/by-id/wwn-0x5000cca36ac2d913-part3', > '/dev/disk/by-partuuid/1263e67b-0080-4a15-a58b-24634540c1d7', > '/dev/disk/by-uuid/d68bdadc-b621-4195-861b-2a53371c31db'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >09:42:06,639 INFO blivet: scanning sda3 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >09:42:06,639 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda3 ; incomplete: False ; >09:42:06,640 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:06,640 INFO blivet: sda3 is a partition >09:42:06,641 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda3 ; >09:42:06,642 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >09:42:06,642 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >09:42:06,652 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >09:42:06,653 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >09:42:06,653 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 27 >09:42:06,654 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >09:42:06,654 DEBUG blivet: looking up parted Partition: /dev/sda3 >09:42:06,655 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >09:42:06,656 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >09:42:06,657 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >09:42:06,657 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >09:42:06,658 INFO blivet: added partition sda3 (id 26) to device tree >09:42:06,661 DEBUG blivet: looking up parted Device: /dev/sda3 >09:42:06,658 INFO blivet: got device: PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing None > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = >09:42:06,696 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >09:42:06,697 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: None ; >09:42:06,697 DEBUG blivet: device sda3 does not contain a disklabel >09:42:06,697 INFO blivet: type detected on 'sda3' is 'swap' >09:42:06,698 DEBUG blivet: SwapSpace.__init__: device: /dev/sda3 ; serial: MN3220FA0686SE ; uuid: d68bdadc-b621-4195-861b-2a53371c31db ; exists: True ; label: None ; >09:42:06,699 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 29 >09:42:06,699 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >09:42:06,700 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >09:42:06,701 INFO blivet: got format: existing swap >09:42:06,704 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part4 /dev/disk/by-id/wwn-0x5000cca36ac2d913-part4 /dev/disk/by-label/fedora-workstation_x1carbon /dev/disk/by-partuuid/aa318e38-a308-457e-8c1e-a3945b275ff4 /dev/disk/by-uuid/6f31c060-2cf3-43d7-b24d-e90e97af6987', > 'DEVNAME': 'sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '384', > 'ID_ATA_FEATURE_SET_SECURITY_FROZEN': '1', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '7200', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BTRFS_READY': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'fedora-workstation_x1carbon', > 'ID_FS_LABEL_ENC': 'fedora-workstation_x1carbon', > 'ID_FS_TYPE': 'btrfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6f31c060-2cf3-43d7-b24d-e90e97af6987', > 'ID_FS_UUID_ENC': '6f31c060-2cf3-43d7-b24d-e90e97af6987', > 'ID_FS_UUID_SUB': 'f95a00d3-b8e8-427a-a9f1-07a68f2aa2d5', > 'ID_FS_UUID_SUB_ENC': 'f95a00d3-b8e8-427a-a9f1-07a68f2aa2d5', > 'ID_MODEL': 'Hitachi_HDS723020BLA642', > 'ID_MODEL_ENC': 'Hitachi\\x20HDS723020BLA642\\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_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '17950720', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '3889078272', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'aa318e38-a308-457e-8c1e-a3945b275ff4', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '0a5e7c97-6285-4e88-b56d-7240d56de020', > 'ID_REVISION': 'MN6OA800', > 'ID_SERIAL': 'Hitachi_HDS723020BLA642_MN3220FA0686SE', > 'ID_SERIAL_SHORT': 'MN3220FA0686SE', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000cca36ac2d913', > 'ID_WWN_WITH_EXTENSION': '0x5000cca36ac2d913', > 'MAJOR': '8', > 'MINOR': '4', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '86651', > 'name': 'sda4', > 'symlinks': ['/dev/disk/by-id/ata-Hitachi_HDS723020BLA642_MN3220FA0686SE-part4', > '/dev/disk/by-id/wwn-0x5000cca36ac2d913-part4', > '/dev/disk/by-label/fedora-workstation_x1carbon', > '/dev/disk/by-partuuid/aa318e38-a308-457e-8c1e-a3945b275ff4', > '/dev/disk/by-uuid/6f31c060-2cf3-43d7-b24d-e90e97af6987'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >09:42:06,705 INFO blivet: scanning sda4 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >09:42:06,705 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda4 ; incomplete: False ; >09:42:06,706 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:06,706 INFO blivet: sda4 is a partition >09:42:06,707 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda4 ; >09:42:06,707 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >09:42:06,708 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >09:42:06,716 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >09:42:06,717 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >09:42:06,717 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 32 >09:42:06,718 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >09:42:06,718 DEBUG blivet: looking up parted Partition: /dev/sda4 >09:42:06,719 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >09:42:06,719 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >09:42:06,720 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >09:42:06,721 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >09:42:06,721 INFO blivet: added partition sda4 (id 31) to device tree >09:42:06,723 DEBUG blivet: looking up parted Device: /dev/sda4 >09:42:06,721 INFO blivet: got device: PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 0 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing None > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = >09:42:06,754 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >09:42:06,754 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: None ; >09:42:06,754 DEBUG blivet: device sda4 does not contain a disklabel >09:42:06,755 INFO blivet: type detected on 'sda4' is 'btrfs' >09:42:06,755 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:06,755 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 34 >09:42:06,756 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >09:42:06,757 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: btrfs ; >09:42:06,757 INFO blivet: got format: existing btrfs filesystem >09:42:06,757 DEBUG blivet: DeviceTree.handleBTRFSFormat: name: sda4 ; >09:42:06,757 INFO blivet: creating btrfs volume btrfs.fedora-workstation_x1carbon >09:42:06,758 DEBUG blivet: BTRFSVolumeDevice._addParent: fedora-workstation_x1carbon ; member: sda4 ; >09:42:06,759 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda4 ; >09:42:06,759 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 36 >09:42:06,760 DEBUG blivet: BTRFSVolumeDevice._setFormat: fedora-workstation_x1carbon ; current: None ; type: None ; >09:42:06,761 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:06,761 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 38 >09:42:06,762 DEBUG blivet: BTRFSVolumeDevice._setFormat: btrfs.35 ; current: None ; type: btrfs ; >09:42:06,762 INFO blivet: added btrfs volume fedora-workstation_x1carbon (id 35) to device tree >09:42:06,762 DEBUG blivet: BTRFSVolumeDevice.setup: fedora-workstation_x1carbon ; status: True ; controllable: True ; orig: True ; >09:42:06,841 INFO blivet: failed to get default SELinux context for /tmp/btrfs-tmp.355YExEt: [Errno 2] No such file or directory >09:42:06,841 INFO blivet: set SELinux context for newly mounted filesystem root at /tmp/btrfs-tmp.355YExEt to None >09:42:06,842 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /tmp/btrfs-tmp.355YExEt/lost+found to system_u:object_r:lost_found_t:s0 >09:42:07,157 DEBUG blivet: BTRFSVolumeDevice.setup: fedora-workstation_x1carbon ; status: True ; controllable: True ; orig: True ; >09:42:07,189 INFO blivet: failed to get default SELinux context for /tmp/btrfs-tmp.35se59xl: [Errno 2] No such file or directory >09:42:07,190 INFO blivet: set SELinux context for newly mounted filesystem root at /tmp/btrfs-tmp.35se59xl to None >09:42:07,190 INFO blivet: set SELinux context for newly mounted filesystem lost+found directory at /tmp/btrfs-tmp.35se59xl/lost+found to system_u:object_r:lost_found_t:s0 >09:42:07,361 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:07,361 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 40 >09:42:07,364 DEBUG blivet: BTRFSVolumeDevice.addChild: kids: 0 ; name: fedora-workstation_x1carbon ; >09:42:07,366 DEBUG blivet: BTRFSSubVolumeDevice._setFormat: home ; current: None ; type: btrfs ; >09:42:07,366 INFO blivet: added btrfs subvolume home (id 41) to device tree >09:42:07,368 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:07,369 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 43 >09:42:07,372 DEBUG blivet: BTRFSVolumeDevice.addChild: kids: 1 ; name: fedora-workstation_x1carbon ; >09:42:07,374 DEBUG blivet: BTRFSSubVolumeDevice._setFormat: root ; current: None ; type: btrfs ; >09:42:07,374 INFO blivet: added btrfs subvolume root (id 44) to device tree >09:42:07,379 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-ASUS_DRW-24B3ST_B8D0CL025911', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'ASUS_DRW-24B3ST', > 'ID_MODEL_ENC': 'ASUS\\x20\\x20\\x20\\x20DRW-24B3ST\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'ASUS_DRW-24B3ST_B8D0CL025911', > 'ID_SERIAL_SHORT': 'B8D0CL025911', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '87662', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-ASUS_DRW-24B3ST_B8D0CL025911'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >09:42:07,380 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >09:42:07,381 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >09:42:07,382 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,383 INFO blivet: sr0 is a cdrom >09:42:07,384 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >09:42:07,384 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 48 >09:42:07,386 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >09:42:07,386 INFO blivet: added cdrom sr0 (id 47) to device tree >09:42:07,389 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:07,430 DEBUG blivet: looking up parted Device: /dev/sr0 >09:42:07,386 INFO blivet: got device: OpticalDevice instance (0x7f2ffd008790) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >09:42:07,510 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:07,549 DEBUG blivet: looking up parted Device: /dev/sr0 >09:42:07,632 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:07,671 DEBUG blivet: looking up parted Device: /dev/sr0 >09:42:07,751 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:07,789 DEBUG blivet: looking up parted Device: /dev/sr0 >09:42:07,869 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >09:42:07,870 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:07,911 DEBUG blivet: no media present for device sr0 >09:42:07,913 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7467', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >09:42:07,913 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >09:42:07,914 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >09:42:07,916 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,916 INFO blivet: loop0 is a loop device >09:42:07,917 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >09:42:07,918 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >09:42:07,919 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,919 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >09:42:07,921 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >09:42:07,921 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 51) to device tree >09:42:07,923 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >09:42:07,923 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 55 >09:42:07,924 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >09:42:07,924 INFO blivet: added loop loop0 (id 54) to device tree >09:42:07,924 INFO blivet: got device: LoopDevice instance (0x7f2ffcf5bcd0) -- > name = loop0 status = False kids = 0 id = 54 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (51)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >09:42:07,929 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >09:42:07,930 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >09:42:07,930 DEBUG blivet: device loop0 does not contain a disklabel >09:42:07,930 INFO blivet: type detected on 'loop0' is 'squashfs' >09:42:07,930 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 57 >09:42:07,932 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >09:42:07,934 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_UUID_ENC': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7723', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >09:42:07,935 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >09:42:07,936 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >09:42:07,936 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,937 INFO blivet: loop1 is a loop device >09:42:07,938 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >09:42:07,939 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >09:42:07,940 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,940 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 60 >09:42:07,941 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >09:42:07,941 INFO blivet: added file /LiveOS/rootfs.img (id 59) to device tree >09:42:07,943 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >09:42:07,943 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >09:42:07,944 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >09:42:07,944 INFO blivet: added loop loop1 (id 62) to device tree >09:42:07,944 INFO blivet: got device: LoopDevice instance (0x7f2ffcf5bd90) -- > name = loop1 status = False kids = 0 id = 62 > parents = ['existing 0 B file /LiveOS/rootfs.img (59)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >09:42:07,948 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >09:42:07,949 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >09:42:07,949 DEBUG blivet: device loop1 does not contain a disklabel >09:42:07,950 INFO blivet: type detected on 'loop1' is 'ext4' >09:42:07,973 DEBUG blivet: size=0 B, current=2048 MiB >09:42:07,989 DEBUG blivet: using current size 0 as min size >09:42:07,991 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:07,991 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 65 >09:42:07,992 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >09:42:07,993 INFO blivet: got format: existing ext4 filesystem >09:42:07,995 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7994', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >09:42:07,995 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >09:42:07,996 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >09:42:07,997 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:07,997 INFO blivet: loop2 is a loop device >09:42:07,998 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >09:42:07,999 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >09:42:08,000 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:08,001 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 68 >09:42:08,002 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >09:42:08,002 INFO blivet: added file /overlay (deleted) (id 67) to device tree >09:42:08,004 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >09:42:08,004 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 71 >09:42:08,005 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >09:42:08,005 INFO blivet: added loop loop2 (id 70) to device tree >09:42:08,006 INFO blivet: got device: LoopDevice instance (0x7f2ffcf5bb10) -- > name = loop2 status = False kids = 0 id = 70 > parents = ['existing 0 B file /overlay (deleted) (67)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >09:42:08,009 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >09:42:08,010 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >09:42:08,010 DEBUG blivet: device loop2 does not contain a disklabel >09:42:08,011 DEBUG blivet: no type or existing type for loop2, bailing >09:42:08,014 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > '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': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_UUID_ENC': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21719', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >09:42:08,014 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >09:42:08,015 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >09:42:08,016 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:08,016 INFO blivet: live-rw is a device-mapper device >09:42:08,017 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >09:42:08,018 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >09:42:08,019 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (62) with existing ext4 filesystem >09:42:08,021 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >09:42:08,021 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (70) >09:42:08,023 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >09:42:08,024 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:08,025 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >09:42:08,025 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 75 >09:42:08,026 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >09:42:08,026 INFO blivet: added dm live-rw (id 74) to device tree >09:42:08,027 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >09:42:08,026 INFO blivet: got device: DMDevice instance (0x7f2ffd008e50) -- > name = live-rw status = True kids = 0 id = 74 > parents = ['existing 0 B loop loop2 (70)'] > uuid = None size = 2048 MiB > format = existing None > 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 0x7f2ffd632a70> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >09:42:08,221 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >09:42:08,222 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >09:42:08,222 DEBUG blivet: device live-rw does not contain a disklabel >09:42:08,223 INFO blivet: type detected on 'live-rw' is 'ext4' >09:42:08,242 DEBUG blivet: size=972.6 MiB, current=2048 MiB >09:42:08,261 DEBUG blivet: padding min size from 1019845632 up to 1019846132 >09:42:08,262 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:08,263 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 77 >09:42:08,263 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >09:42:08,263 INFO blivet: got format: existing ext4 filesystem >09:42:08,266 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410774117', > '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': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_UUID_ENC': '7d7e16dc-38e9-4514-bb87-fb56deb768f3', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33393', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/7d7e16dc-38e9-4514-bb87-fb56deb768f3', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >09:42:08,266 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >09:42:08,266 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >09:42:08,267 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:08,267 INFO blivet: live-base is a device-mapper device >09:42:08,268 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >09:42:08,269 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >09:42:08,269 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >09:42:08,270 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (62) with existing ext4 filesystem >09:42:08,271 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >09:42:08,272 DEBUG blivet: DeviceTree.getDeviceByName returned None >09:42:08,273 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >09:42:08,274 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 80 >09:42:08,274 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >09:42:08,274 INFO blivet: added dm live-base (id 79) to device tree >09:42:08,275 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >09:42:08,275 INFO blivet: got device: DMDevice instance (0x7f2ffcf6c550) -- > name = live-base status = True kids = 0 id = 79 > parents = ['existing 0 B loop loop1 (62) with existing ext4 filesystem'] > uuid = None size = 2048 MiB > format = existing None > 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 0x7f2ffd632b00> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >09:42:08,290 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >09:42:08,290 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >09:42:08,290 DEBUG blivet: device live-base does not contain a disklabel >09:42:08,290 INFO blivet: type detected on 'live-base' is 'ext4' >09:42:08,307 DEBUG blivet: size=0 B, current=2048 MiB >09:42:08,318 DEBUG blivet: using current size 0 as min size >09:42:08,319 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:08,319 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 82 >09:42:08,320 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >09:42:08,320 INFO blivet: got format: existing ext4 filesystem >09:42:08,335 DEBUG blivet: OpticalDevice.teardown: sr1 ; status: True ; controllable: True ; >09:42:08,336 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr1 ; status: False ; type: None ; >09:42:08,337 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr1 ; status: False ; type: None ; >09:42:08,347 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >09:42:08,357 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,358 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,359 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,368 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >09:42:08,377 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,378 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,379 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,388 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >09:42:08,389 DEBUG blivet: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >09:42:08,390 DEBUG blivet: SwapSpace.teardown: device: /dev/sda3 ; status: False ; type: swap ; >09:42:08,399 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,400 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,401 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,410 DEBUG blivet: BTRFSSubVolumeDevice.teardown: home ; status: True ; controllable: True ; >09:42:08,419 DEBUG blivet: BTRFSVolumeDevice.teardown: fedora-workstation_x1carbon ; status: True ; controllable: True ; >09:42:08,429 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >09:42:08,438 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,440 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,441 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,450 DEBUG blivet: BTRFSSubVolumeDevice.teardown: root ; status: True ; controllable: True ; >09:42:08,459 DEBUG blivet: BTRFSVolumeDevice.teardown: fedora-workstation_x1carbon ; status: True ; controllable: True ; >09:42:08,469 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >09:42:08,478 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,480 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,481 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,491 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >09:42:08,491 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >09:42:08,492 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >09:42:08,501 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >09:42:08,502 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >09:42:08,502 INFO blivet: edd: MBR signature on sda is zero. new disk image? >09:42:08,502 INFO blivet: edd: collected mbr signatures: {} >09:42:08,504 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >09:42:08,521 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >09:42:08,553 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,554 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,555 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,564 DEBUG blivet: BTRFSSubVolumeDevice.setup: home ; status: True ; controllable: True ; orig: False ; >09:42:08,599 DEBUG blivet: BTRFSSubVolumeDevice.teardown: home ; status: True ; controllable: True ; >09:42:08,656 DEBUG blivet: BTRFSVolumeDevice.teardown: fedora-workstation_x1carbon ; status: True ; controllable: True ; >09:42:08,666 DEBUG blivet: PartitionDevice.teardown: sda4 ; status: True ; controllable: True ; >09:42:08,676 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >09:42:08,678 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,679 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >09:42:08,689 DEBUG blivet: BTRFSSubVolumeDevice.setup: root ; status: True ; controllable: True ; orig: False ; >09:42:08,871 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >09:42:08,873 INFO blivet: IGNORED: Caught exception, continuing. >09:42:08,873 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >09:42:08,874 INFO blivet: IGNORED: Begin exception details. >09:42:08,874 INFO blivet: IGNORED: Traceback (most recent call last): >09:42:08,874 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3192, in parseFSTab >09:42:08,875 INFO blivet: IGNORED: blkidTab.parse() >09:42:08,875 INFO blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2252, in parse >09:42:08,875 INFO blivet: IGNORED: with open(path) as f: >09:42:08,875 INFO blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >09:42:08,876 INFO blivet: IGNORED: End exception details. >09:42:08,876 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >09:42:08,876 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >09:42:08,878 DEBUG blivet: IGNORED: Caught exception, continuing. >09:42:08,878 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >09:42:08,878 DEBUG blivet: IGNORED: Begin exception details. >09:42:08,878 DEBUG blivet: IGNORED: Traceback (most recent call last): >09:42:08,878 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2300, in parse >09:42:08,879 DEBUG blivet: IGNORED: self.blkidTab.parse() >09:42:08,879 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2252, in parse >09:42:08,879 DEBUG blivet: IGNORED: with open(path) as f: >09:42:08,879 DEBUG blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >09:42:08,879 DEBUG blivet: IGNORED: End exception details. >09:42:08,880 DEBUG blivet: crypttab maps: [] >09:42:08,880 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >09:42:08,880 DEBUG blivet: resolved 'UUID=6f31c060-2cf3-43d7-b24d-e90e97af6987' to 'root' (btrfs subvolume) >09:42:08,881 DEBUG blivet: resolved 'UUID=1d16da33-28e8-4ac8-b6ce-07503b204710' to 'sda2' (partition) >09:42:08,881 DEBUG blivet: resolved 'UUID=7AC8-A975' to 'sda1' (partition) >09:42:08,881 DEBUG blivet: resolved 'UUID=6f31c060-2cf3-43d7-b24d-e90e97af6987' to 'home' (btrfs subvolume) >09:42:08,881 DEBUG blivet: resolved 'UUID=d68bdadc-b621-4195-861b-2a53371c31db' to 'sda3' (partition) >09:42:08,883 DEBUG blivet: BTRFSSubVolumeDevice.teardown: root ; status: True ; controllable: True ; >09:42:09,019 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:09,020 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:09,021 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:09,022 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:09,023 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:09,024 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:09,027 DEBUG blivet: Ext4FS.supported: supported: True ; >09:42:09,028 DEBUG blivet: BTRFS.supported: supported: True ; >09:42:09,030 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:42:09,031 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:42:09,072 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:42:49,976 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >09:42:49,976 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >09:42:49,978 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >09:42:49,979 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:42:50,069 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >09:42:50,069 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >09:42:50,070 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sdb ; hidden: False ; incomplete: False ; >09:42:50,071 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:43:43,943 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: cdrom ; >09:43:43,944 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:43,951 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:43,994 DEBUG blivet: looking up parted Device: /dev/sr0 >09:43:43,943 DEBUG blivet: DeviceTree.getDevicesByType returned [OpticalDevice instance (0x7f2fff7006d0) -- > name = sr1 status = True kids = 0 id = 6 > parents = [] > uuid = None size = 24 MiB > format = existing None > major = 11 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sr1 type: 0 > sectorSize: 2048 physicalSectorSize: 2048 > length: 12288 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632320> > target size = 0 B path = /dev/sr1 > format args = [] originalFormat = None, OpticalDevice instance (0x7f2ffd008790) -- > name = sr0 status = True kids = 0 id = 47 > parents = [] > uuid = None size = 0 > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = None > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None] >09:43:44,072 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,088 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,091 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:43:44,131 DEBUG blivet: looking up parted Device: /dev/sr0 >09:43:44,215 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,226 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,267 DEBUG blivet: looking up parted Device: /dev/sr0 >09:43:44,349 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,346 INFO blivet: updating format of device: existing 0 cdrom sr0 (47) >09:43:44,348 DEBUG blivet: Iso9660FS.supported: supported: True ; >09:43:44,391 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,433 DEBUG blivet: NFSv4.supported: supported: False ; >09:43:44,435 DEBUG blivet: NFSv4.supported: supported: False ; >09:43:44,436 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,437 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:43:44,438 DEBUG blivet: SELinuxFS.supported: supported: False ; >09:43:44,439 DEBUG blivet: Ext4FS.supported: supported: True ; >09:43:44,440 DEBUG blivet: Ext4FS.supported: supported: True ; >09:43:44,441 DEBUG blivet: Ext3FS.supported: supported: True ; >09:43:44,442 DEBUG blivet: Ext3FS.supported: supported: True ; >09:43:44,443 DEBUG blivet: Ext2FS.supported: supported: True ; >09:43:44,444 DEBUG blivet: Ext2FS.supported: supported: True ; >09:43:44,445 DEBUG blivet: SysFS.supported: supported: False ; >09:43:44,448 DEBUG blivet: SysFS.supported: supported: False ; >09:43:44,449 DEBUG blivet: MultipathMember.__init__: >09:43:44,449 DEBUG blivet: MDRaidMember.__init__: >09:43:44,451 DEBUG blivet: ProcFS.supported: supported: False ; >09:43:44,452 DEBUG blivet: ProcFS.supported: supported: False ; >09:43:44,453 DEBUG blivet: SwapSpace.__init__: >09:43:44,454 DEBUG blivet: NoDevFS.supported: supported: False ; >09:43:44,454 DEBUG blivet: NoDevFS.supported: supported: False ; >09:43:44,455 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:43:44,456 DEBUG blivet: DevPtsFS.supported: supported: False ; >09:43:44,457 DEBUG blivet: BTRFS.supported: supported: True ; >09:43:44,458 DEBUG blivet: USBFS.supported: supported: False ; >09:43:44,459 DEBUG blivet: USBFS.supported: supported: False ; >09:43:44,460 DEBUG blivet: DiskLabel.__init__: >09:43:44,460 INFO blivet: DiskLabel.partedDevice returning None >09:43:44,484 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,521 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 >09:43:44,541 DEBUG blivet: HFSPlus.supported: supported: False ; >09:43:44,543 DEBUG blivet: HFSPlus.supported: supported: False ; >09:43:44,544 DEBUG blivet: XFS.supported: supported: True ; >09:43:44,637 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >09:43:44,638 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >09:43:44,676 DEBUG blivet: no media present for device sr0 >09:43:44,678 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,677 INFO blivet: updating format of device: existing 24 MiB cdrom sr1 (6) >09:43:44,684 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,694 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,695 DEBUG blivet: XFS.supported: supported: True ; >09:43:44,696 DEBUG blivet: TmpFS.supported: supported: True ; >09:43:44,712 DEBUG blivet: LUKS.__init__: >09:43:44,714 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,719 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:1/block/sr1 >09:43:44,723 DEBUG blivet: NTFS.supported: supported: False ; >09:43:44,724 DEBUG blivet: NTFS.supported: supported: False ; >09:43:44,725 DEBUG blivet: BindFS.supported: supported: False ; >09:43:44,726 DEBUG blivet: BindFS.supported: supported: False ; >09:43:44,726 DEBUG blivet: HFS.supported: supported: False ; >09:43:44,727 DEBUG blivet: HFS.supported: supported: False ; >09:43:44,728 DEBUG blivet: LVMPhysicalVolume.__init__: >09:43:44,729 DEBUG blivet: NFS.supported: supported: False ; >09:43:44,729 DEBUG blivet: NFS.supported: supported: False ; >09:43:44,730 DEBUG blivet: FATFS.supported: supported: True ; >09:43:44,732 DEBUG blivet: FATFS.supported: supported: True ; >09:43:44,735 DEBUG blivet: DMRaidMember.__init__: >09:43:44,736 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr1 ; >09:43:44,737 DEBUG blivet: OpticalDevice.mediaPresent: sr1 ; status: True ; >09:43:44,739 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sr1 ; label_type: None ; >09:43:44,739 DEBUG blivet: device sr1 does not contain a disklabel >09:43:44,739 DEBUG blivet: no type or existing type for sr1, bailing >09:43:44,739 INFO blivet: updating format of device: existing 3836 MiB disk sdb (1) with existing iso9660 filesystem >09:43:44,753 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/host6/target6:0:0/6:0:0:0/block/sdb >09:43:44,764 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >09:43:44,764 DEBUG blivet: no type or existing type for sdb, bailing >13:44:12,591 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: partition ; >13:44:12,592 DEBUG blivet: DeviceTree.getDevicesByType returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:17,330 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >13:44:17,419 DEBUG blivet: /dev/sdb is mounted on /run/install/repo >13:44:20,128 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:20,129 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:20,291 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >13:44:20,291 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >13:44:20,301 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:20,302 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:27,448 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:27,449 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:27,594 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:27,595 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:27,697 INFO blivet: Detected 8064 MiB of memory >13:44:27,707 INFO blivet: Swap attempt of 8064 MiB >13:44:27,740 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:27,740 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ffd008810) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2ffcfebe10) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2ffd008a50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2ffd008fd0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:27,867 DEBUG blivet: clearpart: looking at sda4 >13:44:27,867 DEBUG blivet: clearpart: looking at sda3 >13:44:27,867 DEBUG blivet: clearpart: looking at sda2 >13:44:27,868 DEBUG blivet: clearpart: looking at sda1 >13:44:27,868 DEBUG blivet: checking whether disk sda has an empty extended >13:44:27,868 DEBUG blivet: extended is None ; logicals is [] >13:44:27,869 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:27,870 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >13:44:27,877 DEBUG blivet: resolved 'sda' to 'sda' (disk) >13:44:27,909 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:27,910 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >13:44:27,919 DEBUG blivet: resolved 'sda' to 'sda' (disk) >13:44:27,920 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:27,921 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with existing gpt disklabel >13:44:27,930 DEBUG blivet: resolved 'sda' to 'sda' (disk) >13:44:27,938 DEBUG blivet: starting Blivet copy >13:44:27,970 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:27,971 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2fed6d6d10) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008390> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffcffbfd0> PedPartition: <_ped.Partition object at 0x7f2ffd0046b0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2fed6d6150) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd0083d0> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008310> PedPartition: <_ped.Partition object at 0x7f2ffd004710> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2fed6d6b50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008590> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd008510> PedPartition: <_ped.Partition object at 0x7f2ffd004770> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2fed6d6ed0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffcffbd90> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ffd008750> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd0086d0> PedPartition: <_ped.Partition object at 0x7f2ffd0047d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:28,093 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >13:44:28,093 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034e50> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034ed0> PedPartition: <_ped.Partition object at 0x7f30079111d0> >13:44:28,094 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >13:44:28,094 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034f90> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034350> PedPartition: <_ped.Partition object at 0x7f3007911050> >13:44:28,095 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >13:44:28,095 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90d50> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90c10> PedPartition: <_ped.Partition object at 0x7f3007911110> >13:44:28,097 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >13:44:28,097 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90b50> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90d10> PedPartition: <_ped.Partition object at 0x7f3007911170> >13:44:28,098 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 26 ; incomplete: False ; >13:44:28,099 DEBUG blivet: DeviceTree.getDeviceByID returned existing 8064 MiB partition sda3 (26) with existing swap >13:44:28,106 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 21 ; incomplete: False ; >13:44:28,107 DEBUG blivet: DeviceTree.getDeviceByID returned existing 500 MiB partition sda2 (21) with existing ext4 filesystem >13:44:28,115 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 15 ; incomplete: False ; >13:44:28,115 DEBUG blivet: DeviceTree.getDeviceByID returned existing 200 MiB partition sda1 (15) with existing efi filesystem >13:44:28,123 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 44 ; incomplete: False ; >13:44:28,124 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1854.46 GiB btrfs subvolume root (44) with existing btrfs filesystem >13:44:28,132 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 41 ; incomplete: False ; >13:44:28,132 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1854.46 GiB btrfs subvolume home (41) with existing btrfs filesystem >13:44:28,140 DEBUG blivet: finished Blivet copy >13:44:28,140 INFO storage.ui: hiding device disk sdb (id 1) >13:44:28,140 INFO storage.ui: removed disk sdb (id 1) from device tree >13:44:28,140 DEBUG storage.ui: lvm filter: adding sdb to the reject list >13:44:28,143 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:28,143 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2fed6d6d10) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034e50> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034ed0> PedPartition: <_ped.Partition object at 0x7f30079111d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2fed6d6150) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034f90> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034350> PedPartition: <_ped.Partition object at 0x7f3007911050> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2fed6d6b50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90d50> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90c10> PedPartition: <_ped.Partition object at 0x7f3007911110> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2fed6d6ed0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90b50> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90d10> PedPartition: <_ped.Partition object at 0x7f3007911170> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:28,276 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:28,276 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2fed6d6d10) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034e50> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034ed0> PedPartition: <_ped.Partition object at 0x7f30079111d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2fed6d6150) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034f90> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034350> PedPartition: <_ped.Partition object at 0x7f3007911050> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2fed6d6b50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90d50> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90c10> PedPartition: <_ped.Partition object at 0x7f3007911110> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2fed6d6ed0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90b50> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90d10> PedPartition: <_ped.Partition object at 0x7f3007911170> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:28,377 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:28,378 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2fed6d6d10) -- > name = sda1 status = True kids = 0 id = 15 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing efi filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/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: 409600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (25, 255, 63) biosGeometry: (25, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6327a0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = efi grow = None max size = 0 B bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034e50> > number: 1 path: /dev/sda1 type: 0 > name: EFI System Partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034ed0> PedPartition: <_ped.Partition object at 0x7f30079111d0> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = boot, esp, PartitionDevice instance (0x7f2fed6d6150) -- > name = sda2 status = True kids = 0 id = 21 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd04fe60> > target size = 0 B path = /dev/sda2 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f2ff8034f90> > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8034350> PedPartition: <_ped.Partition object at 0x7f3007911050> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f2fed6d6b50) -- > name = sda3 status = True kids = 0 id = 26 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 8064 MiB > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 16515072 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1028, 255, 63) biosGeometry: (1028, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6328c0> > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = swap grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90d50> > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90c10> PedPartition: <_ped.Partition object at 0x7f3007911110> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 1435648 end = 17950719 length = 16515072 > flags = , PartitionDevice instance (0x7f2fed6d6ed0) -- > name = sda4 status = True kids = 1 id = 31 > parents = ['existing 1863.02 GiB disk sda (10) with existing gpt disklabel'] > uuid = None size = 1854.46 GiB > format = existing btrfs filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd632950> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2fed6d60d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f3007c90b50> > number: 4 path: /dev/sda4 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c90d10> PedPartition: <_ped.Partition object at 0x7f3007911170> > disk = existing 1863.02 GiB disk sda (10) with existing gpt disklabel > start = 17950720 end = 3907028991 length = 3889078272 > flags = ] >13:44:35,112 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:35,112 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 176 >13:44:35,834 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 177 >13:44:36,290 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:36,291 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 178 >13:44:36,559 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 179 >13:44:36,905 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:36,905 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 180 >13:44:36,907 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:36,907 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 181 >13:44:36,908 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:36,910 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:44:36,911 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: btrfs volume ; >13:44:36,916 DEBUG blivet: looking up parted Device: /dev/sda4 >13:44:36,912 DEBUG blivet: DeviceTree.getDevicesByType returned [BTRFSVolumeDevice instance (0x7f2fed6d6290) -- > name = fedora-workstation_x1carbon status = True kids = 2 id = 35 > parents = ['existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem'] > uuid = 6f31c060-2cf3-43d7-b24d-e90e97af6987 size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ff7fde7a0> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs] >13:44:37,340 DEBUG blivet: SwapSpace.__init__: >13:44:37,340 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 182 >13:44:43,512 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:43,512 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 183 >13:44:43,514 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:43,515 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 184 >13:44:43,516 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:43,517 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:44:43,519 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: btrfs volume ; >13:44:43,519 DEBUG blivet: DeviceTree.getDevicesByType returned [BTRFSVolumeDevice instance (0x7f2fed6d6290) -- > name = fedora-workstation_x1carbon status = True kids = 2 id = 35 > parents = ['existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem'] > uuid = 6f31c060-2cf3-43d7-b24d-e90e97af6987 size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ff7fde7a0> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs] >13:44:44,274 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:44,274 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 185 >13:44:44,720 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:44,720 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 186 >13:44:44,722 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:44,722 DEBUG blivet: getFormat('btrfs') returning BTRFS instance with object id 187 >13:44:44,723 DEBUG blivet: BTRFS.supported: supported: True ; >13:44:44,725 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.BTRFSFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:44:44,726 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: btrfs volume ; >13:44:44,727 DEBUG blivet: DeviceTree.getDevicesByType returned [BTRFSVolumeDevice instance (0x7f2fed6d6290) -- > name = fedora-workstation_x1carbon status = True kids = 2 id = 35 > parents = ['existing 1854.46 GiB partition sda4 (31) with existing btrfs filesystem'] > uuid = 6f31c060-2cf3-43d7-b24d-e90e97af6987 size = 1854.46 GiB > format = existing btrfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 3889078272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242083, 255, 63) biosGeometry: (242083, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ff7fde7a0> > target size = 0 B path = /dev/sda4 > format args = [] originalFormat = btrfs] >13:44:47,916 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >13:44:47,916 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 189 >13:44:47,917 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: ext4 ; type: None ; >13:44:47,917 INFO storage.ui: registered action: [188] destroy format ext4 filesystem on partition sda2 (id 21) >13:44:47,918 INFO storage.ui: removed partition sda2 (id 21) from device tree >13:44:47,919 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >13:44:47,919 INFO storage.ui: registered action: [190] destroy device partition sda2 (id 21) >13:44:47,922 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >13:44:47,922 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 192 >13:44:47,923 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: efi ; type: None ; >13:44:47,923 INFO storage.ui: registered action: [191] destroy format efi filesystem on partition sda1 (id 15) >13:44:47,924 INFO storage.ui: removed partition sda1 (id 15) from device tree >13:44:47,925 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >13:44:47,925 INFO storage.ui: registered action: [193] destroy device partition sda1 (id 15) >13:44:47,926 INFO storage.ui: removed btrfs subvolume root (id 44) from device tree >13:44:47,927 DEBUG storage.ui: BTRFSVolumeDevice.removeChild: kids: 2 ; name: fedora-workstation_x1carbon ; >13:44:47,927 INFO storage.ui: registered action: [194] destroy device btrfs subvolume root (id 44) >13:44:47,927 INFO storage.ui: removed btrfs subvolume home (id 41) from device tree >13:44:47,928 DEBUG storage.ui: BTRFSVolumeDevice.removeChild: kids: 1 ; name: fedora-workstation_x1carbon ; >13:44:47,929 INFO storage.ui: registered action: [195] destroy device btrfs subvolume home (id 41) >13:44:47,929 INFO storage.ui: removed btrfs volume fedora-workstation_x1carbon (id 35) from device tree >13:44:47,930 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda4 ; >13:44:47,930 INFO storage.ui: registered action: [196] destroy device btrfs volume fedora-workstation_x1carbon (id 35) >13:44:47,933 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; >13:44:47,933 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 198 >13:44:47,935 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; current: btrfs ; type: None ; >13:44:47,935 INFO storage.ui: registered action: [197] destroy format btrfs filesystem on partition sda4 (id 31) >13:44:47,936 INFO storage.ui: removed partition sda4 (id 31) from device tree >13:44:47,937 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >13:44:47,937 INFO storage.ui: registered action: [199] destroy device partition sda4 (id 31) >13:44:47,940 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; >13:44:47,940 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 201 >13:44:47,941 DEBUG storage.ui: PartitionDevice._setFormat: sda3 ; current: swap ; type: None ; >13:44:47,941 INFO storage.ui: registered action: [200] destroy format swap on partition sda3 (id 26) >13:44:47,942 INFO storage.ui: removed partition sda3 (id 26) from device tree >13:44:47,943 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:47,943 INFO storage.ui: registered action: [202] destroy device partition sda3 (id 26) >13:44:47,943 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 204 >13:44:47,944 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >13:44:47,944 INFO storage.ui: registered action: [203] destroy format gpt disklabel on disk sda (id 10) >13:44:47,945 DEBUG storage.ui: required disklabel type for sda (1) is None >13:44:47,945 DEBUG storage.ui: default disklabel type for sda is gpt >13:44:47,945 DEBUG storage.ui: selecting gpt disklabel for sda based on size >13:44:47,946 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; >13:44:47,947 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: gpt ; >13:44:47,948 DEBUG storage.ui: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f3007835a50> > PedDisk: <_ped.Disk object at 0x7f2ff20cf3b0> >13:44:47,948 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 205 >13:44:47,950 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >13:44:47,950 INFO storage.ui: registered action: [206] create format gpt disklabel on disk sda (id 10) >13:44:47,951 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:47,952 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >13:44:47,968 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:47,969 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >13:44:47,974 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:47,975 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >13:44:54,729 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:54,730 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:54,747 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:54,748 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:54,749 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:54,764 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:54,767 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:54,768 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [] >13:44:54,769 INFO storage.ui: Detected 8064 MiB of memory >13:44:54,786 INFO storage.ui: Swap attempt of 8064 MiB >13:44:54,802 DEBUG storage.ui: doAutoPart: True >13:44:54,802 DEBUG storage.ui: encryptedAutoPart: False >13:44:54,802 DEBUG storage.ui: autoPartType: 3 >13:44:54,802 DEBUG storage.ui: clearPartType: 2 >13:44:54,802 DEBUG storage.ui: clearPartDisks: ['sda'] >13:44:54,827 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f2ff8034690) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True >PartSpec instance (0x7f2ff80341d0) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True >PartSpec instance (0x7f2ff8034c10) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False >PartSpec instance (0x7f2ff8034410) -- > mountpoint = /boot/efi lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = efi encrypted = False > size = 20 MiB maxSize = 200 MiB grow = True >PartSpec instance (0x7f2ff80348d0) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 8064 MiB maxSize = None grow = False > >13:44:54,827 DEBUG storage.ui: storage.disks: ['sda'] >13:44:54,827 DEBUG storage.ui: storage.partitioned: ['sda'] >13:44:54,827 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0', 'sr1'] >13:44:54,829 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:54,829 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:54,840 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:54,840 DEBUG storage.ui: boot disk: sda >13:44:54,841 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >13:44:54,842 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 207 >13:44:54,843 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:54,844 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >13:44:54,845 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >13:44:54,846 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:54,846 INFO storage.ui: added partition req0 (id 208) to device tree >13:44:54,846 INFO storage.ui: registered action: [210] create device partition req0 (id 208) >13:44:54,846 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 212 >13:44:54,847 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >13:44:54,848 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: lvmpv ; type: lvmpv ; >13:44:54,848 INFO storage.ui: registered action: [211] create format lvmpv on partition req0 (id 208) >13:44:54,848 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f2fed6d6f90) -- > name = sda status = True kids = 0 id = 10 > parents = [] > uuid = None size = 1863.02 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA Hitachi HDS72302 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6323b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f2fed6d6850>] >13:44:54,861 DEBUG storage.ui: devs: [PartitionDevice instance (0x7f300771afd0) -- > name = req0 status = False kids = 0 id = 208 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >13:44:54,872 DEBUG storage.ui: Ext4FS.supported: supported: True ; >13:44:54,872 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 213 >13:44:54,873 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:54,874 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >13:44:54,875 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >13:44:54,876 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:54,876 INFO storage.ui: added partition req1 (id 214) to device tree >13:44:54,876 INFO storage.ui: registered action: [216] create device partition req1 (id 214) >13:44:54,876 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 218 >13:44:54,877 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >13:44:54,878 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: ext4 ; type: ext4 ; >13:44:54,878 INFO storage.ui: registered action: [217] create format ext4 filesystem mounted at /boot on partition req1 (id 214) >13:44:54,878 DEBUG storage.ui: getFormat('efi') returning EFIFS instance with object id 219 >13:44:54,879 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:54,881 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >13:44:54,881 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: efi ; >13:44:54,882 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:54,882 INFO storage.ui: added partition req2 (id 220) to device tree >13:44:54,882 INFO storage.ui: registered action: [222] create device partition req2 (id 220) >13:44:54,883 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 224 >13:44:54,883 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >13:44:54,884 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: efi ; type: efi ; >13:44:54,884 INFO storage.ui: registered action: [223] create format efi filesystem mounted at /boot/efi on partition req2 (id 220) >13:44:54,885 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:44:54,886 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:54,887 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = req0 status = False kids = 0 id = 208 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771a450) -- > name = req1 status = False kids = 0 id = 214 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771af90) -- > name = req2 status = False kids = 0 id = 220 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req2 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >13:44:54,933 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:54,933 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = req0 status = False kids = 0 id = 208 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771a450) -- > name = req1 status = False kids = 0 id = 214 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771af90) -- > name = req2 status = False kids = 0 id = 220 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req2 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >13:44:54,975 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:54,976 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = req0 status = False kids = 0 id = 208 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771a450) -- > name = req1 status = False kids = 0 id = 214 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req1 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x7f300771af90) -- > name = req2 status = False kids = 0 id = 220 > parents = [] > uuid = None size = 20 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/req2 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >13:44:55,017 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 208)', 'req1(id 214)', 'req2(id 220)'] from disk(s) ['sda'] >13:44:55,017 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 208)', 'req1(id 214)', 'req2(id 220)'] >13:44:55,017 DEBUG storage.ui: removing all non-preexisting partitions ['req2(id 220)', 'req1(id 214)', 'req0(id 208)'] from disk(s) ['sda'] >13:44:55,018 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,018 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,026 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,026 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,027 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,034 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,034 DEBUG storage.ui: allocating partition: req2 ; id: 220 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >13:44:55,048 DEBUG storage.ui: checking freespace on sda >13:44:55,048 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >13:44:55,055 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >13:44:55,062 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >13:44:55,069 DEBUG storage.ui: evaluating growth potential for new layout >13:44:55,069 DEBUG storage.ui: calculating growth for disk /dev/sda >13:44:55,069 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:44:55,070 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >13:44:55,070 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc2bd210> PedPartition: <_ped.Partition object at 0x7f2ff6eb9350> >13:44:55,072 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:44:55,072 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:55,073 DEBUG storage.ui: adding request 220 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,073 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:44:55,073 DEBUG storage.ui: req: PartitionRequest instance -- >id = 220 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >13:44:55,073 DEBUG storage.ui: 1 requests and 3906988141 (1863 GiB) left in chunk >13:44:55,080 DEBUG storage.ui: adding 3906988141 (1863 GiB) to 220 (sda1) >13:44:55,087 DEBUG storage.ui: taking back 3906619501 (1862.82 GiB) from 220 (sda1) >13:44:55,095 DEBUG storage.ui: new grow amount for request 220 (sda1) is 368640 units, or 180 MiB >13:44:55,101 DEBUG storage.ui: request 220 (sda1) growth: 368640 (180 MiB) size: 200 MiB >13:44:55,115 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >13:44:55,122 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:44:55,122 DEBUG storage.ui: device sda1 new partedPartition None >13:44:55,123 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >13:44:55,123 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:55,123 DEBUG storage.ui: total growth: 368640 sectors >13:44:55,124 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:44:55,124 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >13:44:55,131 DEBUG storage.ui: new free allows for 368640 sectors of growth >13:44:55,131 DEBUG storage.ui: found free space for bootable request >13:44:55,131 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:44:55,131 DEBUG storage.ui: created partition sda1 of 20 MiB and added it to /dev/sda >13:44:55,139 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >13:44:55,139 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc2bd310> PedPartition: <_ped.Partition object at 0x7f2fed748410> >13:44:55,140 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:44:55,140 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:55,141 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:44:55,141 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc2bd2d0> PedPartition: <_ped.Partition object at 0x7f3007b11fb0> >13:44:55,143 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,143 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,150 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,151 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,152 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,159 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,159 DEBUG storage.ui: allocating partition: req1 ; id: 214 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >13:44:55,166 DEBUG storage.ui: checking freespace on sda >13:44:55,166 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >13:44:55,173 DEBUG storage.ui: checking 34-2047 (1007 KiB) >13:44:55,180 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >13:44:55,187 DEBUG storage.ui: checking 43008-3907029134 (1863 GiB) >13:44:55,194 DEBUG storage.ui: current free range is 43008-3907029134 (1863 GiB) >13:44:55,201 DEBUG storage.ui: evaluating growth potential for new layout >13:44:55,201 DEBUG storage.ui: calculating growth for disk /dev/sda >13:44:55,202 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >13:44:55,202 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa4890> PedPartition: <_ped.Partition object at 0x7f2fed7480b0> >13:44:55,203 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >13:44:55,204 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >13:44:55,204 DEBUG storage.ui: adding request 220 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,204 DEBUG storage.ui: adding request 214 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,204 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:44:55,205 DEBUG storage.ui: req: PartitionRequest instance -- >id = 220 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >13:44:55,205 DEBUG storage.ui: req: PartitionRequest instance -- >id = 214 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >13:44:55,205 DEBUG storage.ui: 1 requests and 3905964141 (1862.51 GiB) left in chunk >13:44:55,212 DEBUG storage.ui: adding 3905964141 (1862.51 GiB) to 220 (sda1) >13:44:55,219 DEBUG storage.ui: taking back 3905595501 (1862.33 GiB) from 220 (sda1) >13:44:55,226 DEBUG storage.ui: new grow amount for request 220 (sda1) is 368640 units, or 180 MiB >13:44:55,233 DEBUG storage.ui: request 220 (sda1) growth: 368640 (180 MiB) size: 200 MiB >13:44:55,246 DEBUG storage.ui: request 214 (sda2) growth: 0 (0 B) size: 500 MiB >13:44:55,253 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >13:44:55,260 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >13:44:55,260 DEBUG storage.ui: device sda2 new partedPartition None >13:44:55,261 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >13:44:55,262 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >13:44:55,262 DEBUG storage.ui: total growth: 368640 sectors >13:44:55,262 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:44:55,262 DEBUG storage.ui: new free: 43008-3907029134 / 1863 GiB >13:44:55,269 DEBUG storage.ui: new free allows for 368640 sectors of growth >13:44:55,269 DEBUG storage.ui: found free space for bootable request >13:44:55,270 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >13:44:55,277 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >13:44:55,277 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4a58c10> PedPartition: <_ped.Partition object at 0x7f3007b11050> >13:44:55,278 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >13:44:55,280 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >13:44:55,280 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >13:44:55,281 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007aec910> PedPartition: <_ped.Partition object at 0x7f2ff6eb9650> >13:44:55,282 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,282 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,290 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,290 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:55,291 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:55,298 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:55,298 DEBUG storage.ui: allocating partition: req0 ; id: 208 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >13:44:55,305 DEBUG storage.ui: checking freespace on sda >13:44:55,305 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >13:44:55,312 DEBUG storage.ui: checking 34-2047 (1007 KiB) >13:44:55,319 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >13:44:55,326 DEBUG storage.ui: checking 1067008-3907029134 (1862.51 GiB) >13:44:55,333 DEBUG storage.ui: current free range is 1067008-3907029134 (1862.51 GiB) >13:44:55,340 DEBUG storage.ui: evaluating growth potential for new layout >13:44:55,340 DEBUG storage.ui: calculating growth for disk /dev/sda >13:44:55,341 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:44:55,341 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc2bd250> PedPartition: <_ped.Partition object at 0x7f2fed748410> >13:44:55,342 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >13:44:55,343 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >13:44:55,343 DEBUG storage.ui: adding request 220 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,343 DEBUG storage.ui: adding request 214 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,344 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,344 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:44:55,344 DEBUG storage.ui: req: PartitionRequest instance -- >id = 220 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >13:44:55,344 DEBUG storage.ui: req: PartitionRequest instance -- >id = 214 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >13:44:55,344 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >13:44:55,344 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >13:44:55,352 DEBUG storage.ui: adding 150190005 (71.62 GiB) to 220 (sda1) >13:44:55,358 DEBUG storage.ui: taking back 149821365 (71.44 GiB) from 220 (sda1) >13:44:55,365 DEBUG storage.ui: new grow amount for request 220 (sda1) is 368640 units, or 180 MiB >13:44:55,372 DEBUG storage.ui: adding 3754750135 (1790.4 GiB) to 208 (sda3) >13:44:55,379 DEBUG storage.ui: new grow amount for request 208 (sda3) is 3754750135 units, or 1790.4 GiB >13:44:55,386 DEBUG storage.ui: 1 requests and 149821366 (71.44 GiB) left in chunk >13:44:55,393 DEBUG storage.ui: adding 149821366 (71.44 GiB) to 208 (sda3) >13:44:55,400 DEBUG storage.ui: new grow amount for request 208 (sda3) is 3904571501 units, or 1861.84 GiB >13:44:55,407 DEBUG storage.ui: request 220 (sda1) growth: 368640 (180 MiB) size: 200 MiB >13:44:55,420 DEBUG storage.ui: request 214 (sda2) growth: 0 (0 B) size: 500 MiB >13:44:55,427 DEBUG storage.ui: request 208 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >13:44:55,441 DEBUG storage.ui: disk /dev/sda growth: 3904940141 (1862.02 GiB) >13:44:55,449 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:44:55,449 DEBUG storage.ui: device sda3 new partedPartition None >13:44:55,449 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:44:55,450 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >13:44:55,450 DEBUG storage.ui: total growth: 3904940141 sectors >13:44:55,450 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:44:55,450 DEBUG storage.ui: new free: 1067008-3907029134 / 1862.51 GiB >13:44:55,457 DEBUG storage.ui: new free allows for 3904940141 sectors of growth >13:44:55,458 DEBUG storage.ui: created partition sda3 of 500 MiB and added it to /dev/sda >13:44:55,465 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:44:55,465 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc2bd290> PedPartition: <_ped.Partition object at 0x7f2fed748b30> >13:44:55,466 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >13:44:55,467 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >13:44:55,468 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:44:55,468 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4a58b10> PedPartition: <_ped.Partition object at 0x7f2fed748c50> >13:44:55,468 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda3(id 208)', 'sda2(id 214)', 'sda1(id 220)'] >13:44:55,469 DEBUG storage.ui: growable partitions are ['sda3', 'sda1'] >13:44:55,469 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,469 DEBUG storage.ui: adding request 214 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,469 DEBUG storage.ui: adding request 220 to chunk 3907029101 (34-3907029134) on /dev/sda >13:44:55,469 DEBUG storage.ui: disk sda has 1 chunks >13:44:55,469 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:44:55,470 DEBUG storage.ui: req: PartitionRequest instance -- >id = 220 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >13:44:55,470 DEBUG storage.ui: req: PartitionRequest instance -- >id = 214 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >13:44:55,470 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >13:44:55,470 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >13:44:55,477 DEBUG storage.ui: adding 150190005 (71.62 GiB) to 220 (sda1) >13:44:55,484 DEBUG storage.ui: taking back 149821365 (71.44 GiB) from 220 (sda1) >13:44:55,491 DEBUG storage.ui: new grow amount for request 220 (sda1) is 368640 units, or 180 MiB >13:44:55,498 DEBUG storage.ui: adding 3754750135 (1790.4 GiB) to 208 (sda3) >13:44:55,505 DEBUG storage.ui: new grow amount for request 208 (sda3) is 3754750135 units, or 1790.4 GiB >13:44:55,512 DEBUG storage.ui: 1 requests and 149821366 (71.44 GiB) left in chunk >13:44:55,519 DEBUG storage.ui: adding 149821366 (71.44 GiB) to 208 (sda3) >13:44:55,526 DEBUG storage.ui: new grow amount for request 208 (sda3) is 3904571501 units, or 1861.84 GiB >13:44:55,533 DEBUG storage.ui: growing partitions on sda >13:44:55,533 DEBUG storage.ui: partition sda1 (220): 0 >13:44:55,533 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a58f10> >13:44:55,533 DEBUG storage.ui: partition sda2 (214): 0 >13:44:55,533 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a58c50> >13:44:55,533 DEBUG storage.ui: partition sda3 (208): 0 >13:44:55,533 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a588d0> >13:44:55,534 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 220)', 'sda2(id 214)', 'sda3(id 208)'] from disk(s) ['sda'] >13:44:55,534 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:44:55,534 DEBUG storage.ui: device sda1 new partedPartition None >13:44:55,535 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >13:44:55,536 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >13:44:55,536 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >13:44:55,536 DEBUG storage.ui: device sda2 new partedPartition None >13:44:55,537 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >13:44:55,538 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >13:44:55,538 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:44:55,538 DEBUG storage.ui: device sda3 new partedPartition None >13:44:55,539 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:44:55,540 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:44:55,540 DEBUG storage.ui: back from removeNewPartitions >13:44:55,540 DEBUG storage.ui: extended: None >13:44:55,540 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a58f10> >13:44:55,541 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >13:44:55,541 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4a58250> PedPartition: <_ped.Partition object at 0x7f2fed748950> >13:44:55,542 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:44:55,543 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:44:55,543 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:44:55,543 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> >13:44:55,544 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a58c50> >13:44:55,545 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >13:44:55,545 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007aecf50> PedPartition: <_ped.Partition object at 0x7f2fed748050> >13:44:55,546 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >13:44:55,547 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >13:44:55,548 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >13:44:55,548 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> >13:44:55,548 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff4a588d0> >13:44:55,549 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:44:55,549 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffd602450> PedPartition: <_ped.Partition object at 0x7f2fed748dd0> >13:44:55,550 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >13:44:55,551 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >13:44:55,552 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:44:55,552 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> >13:44:55,575 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:55,575 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 0 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = True max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:55,666 DEBUG storage.ui: fixing size of non-existent 200 MiB partition sda1 (220) with non-existent efi filesystem mounted at /boot/efi >13:44:55,673 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (214) with non-existent ext4 filesystem mounted at /boot >13:44:55,680 DEBUG storage.ui: fixing size of non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv >13:44:55,687 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:55,688 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 0 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:55,779 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:55,779 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 0 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:55,870 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:55,870 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 0 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:55,962 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora-workstation_pc ; member: sda3 ; >13:44:55,962 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >13:44:55,963 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 226 >13:44:55,963 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora-workstation_pc ; current: None ; type: None ; >13:44:55,964 INFO storage.ui: added lvmvg fedora-workstation_pc (id 225) to device tree >13:44:55,964 INFO storage.ui: registered action: [228] create device lvmvg fedora-workstation_pc (id 225) >13:44:55,965 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora-workstation_pc ; >13:44:55,965 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 230 >13:44:55,965 DEBUG storage.ui: LVMThinPoolDevice._setFormat: fedora-workstation_pc-pool00 ; current: None ; type: None ; >13:44:55,966 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:55,973 DEBUG storage.ui: vg fedora-workstation_pc has 1862.33 GiB free >13:44:55,980 DEBUG storage.ui: Adding fedora-workstation_pc-pool00/0 B to fedora-workstation_pc >13:44:55,980 INFO storage.ui: added lvmthinpool fedora-workstation_pc-pool00 (id 229) to device tree >13:44:55,980 INFO storage.ui: registered action: [232] create device lvmthinpool fedora-workstation_pc-pool00 (id 229) >13:44:55,981 DEBUG storage.ui: Ext4FS.supported: supported: True ; >13:44:55,981 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 233 >13:44:55,982 DEBUG storage.ui: LVMThinPoolDevice.addChild: kids: 0 ; name: fedora-workstation_pc-pool00 ; >13:44:55,983 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-workstation_pc-root ; current: None ; type: ext4 ; >13:44:55,985 DEBUG storage.ui: Adding fedora-workstation_pc-root/1024 MiB to fedora-workstation_pc >13:44:55,992 DEBUG storage.ui: Adding fedora-workstation_pc-root/1024 MiB to fedora-workstation_pc-pool00 >13:44:55,999 INFO storage.ui: added lvmthinlv fedora-workstation_pc-root (id 234) to device tree >13:44:55,999 INFO storage.ui: registered action: [236] create device lvmthinlv fedora-workstation_pc-root (id 234) >13:44:55,999 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 238 >13:44:56,000 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-workstation_pc-root ; current: ext4 ; type: ext4 ; >13:44:56,000 INFO storage.ui: registered action: [237] create format ext4 filesystem mounted at / on lvmthinlv fedora-workstation_pc-root (id 234) >13:44:56,001 DEBUG storage.ui: Ext4FS.supported: supported: True ; >13:44:56,002 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 239 >13:44:56,002 DEBUG storage.ui: LVMThinPoolDevice.addChild: kids: 1 ; name: fedora-workstation_pc-pool00 ; >13:44:56,003 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-workstation_pc-home ; current: None ; type: ext4 ; >13:44:56,005 DEBUG storage.ui: Adding fedora-workstation_pc-home/500 MiB to fedora-workstation_pc >13:44:56,012 DEBUG storage.ui: Adding fedora-workstation_pc-home/500 MiB to fedora-workstation_pc-pool00 >13:44:56,019 INFO storage.ui: added lvmthinlv fedora-workstation_pc-home (id 240) to device tree >13:44:56,019 INFO storage.ui: registered action: [242] create device lvmthinlv fedora-workstation_pc-home (id 240) >13:44:56,019 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 244 >13:44:56,020 DEBUG storage.ui: LVMThinLogicalVolumeDevice._setFormat: fedora-workstation_pc-home ; current: ext4 ; type: ext4 ; >13:44:56,020 INFO storage.ui: registered action: [243] create format ext4 filesystem mounted at /home on lvmthinlv fedora-workstation_pc-home (id 240) >13:44:56,021 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >13:44:56,021 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 245 >13:44:56,022 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora-workstation_pc ; >13:44:56,022 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-workstation_pc-swap ; current: None ; type: swap ; >13:44:56,025 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,033 DEBUG storage.ui: vg fedora-workstation_pc has 1862.33 GiB free >13:44:56,040 DEBUG storage.ui: Adding fedora-workstation_pc-swap/8064 MiB to fedora-workstation_pc >13:44:56,046 INFO storage.ui: added lvmlv fedora-workstation_pc-swap (id 246) to device tree >13:44:56,047 INFO storage.ui: registered action: [248] create device lvmlv fedora-workstation_pc-swap (id 246) >13:44:56,047 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 250 >13:44:56,047 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-workstation_pc-swap ; current: swap ; type: swap ; >13:44:56,047 INFO storage.ui: registered action: [249] create format swap on lvmlv fedora-workstation_pc-swap (id 246) >13:44:56,048 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:44:56,054 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,062 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,069 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,076 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,049 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 1854.45 GiB > free extents = 474739 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 0 B lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 1024 MiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 500 MiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:44:56,103 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,111 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,118 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,125 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,152 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,160 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,167 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,174 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,196 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,203 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,211 DEBUG storage.ui: vg fedora-workstation_pc: 1854.45 GiB free ; lvs: ['pool00', 'root', 'home', 'swap'] >13:44:56,218 DEBUG storage.ui: adding request 229 to chunk 476756 on /dev/fedora--workstation_pc >13:44:56,218 DEBUG storage.ui: adding request 246 to chunk 476756 on /dev/fedora--workstation_pc >13:44:56,219 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/fedora--workstation_pc length = 476756 size = 1862.33 GiB >remaining = 1 pool = 474271 >13:44:56,226 DEBUG storage.ui: req: LVRequest instance -- >id = 246 name = fedora-workstation_pc-swap growable = False >base = 2017 growth = 0 max_grow = 0 >done = True >13:44:56,226 DEBUG storage.ui: req: LVRequest instance -- >id = 229 name = fedora-workstation_pc-pool00 growable = True >base = 458 growth = 0 max_grow = 0 >done = False >13:44:56,226 DEBUG storage.ui: 1 requests and 474271 (1852.62 GiB) left in chunk >13:44:56,233 DEBUG storage.ui: adding 474271 (1852.62 GiB) to 229 (fedora-workstation_pc-pool00) >13:44:56,240 DEBUG storage.ui: new grow amount for request 229 (fedora-workstation_pc-pool00) is 474271 units, or 1852.62 GiB >13:44:56,247 DEBUG storage.ui: trying to set lv fedora-workstation_pc-pool00 size to 1838.41 GiB >13:44:56,255 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,262 DEBUG storage.ui: vg fedora-workstation_pc has 1854.45 GiB free >13:44:56,269 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,277 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,284 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,292 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,299 DEBUG storage.ui: adding request 234 to chunk 470633 on /dev/mapper/fedora--workstation_pc-pool00 >13:44:56,299 DEBUG storage.ui: adding request 240 to chunk 470633 on /dev/mapper/fedora--workstation_pc-pool00 >13:44:56,299 DEBUG storage.ui: Chunk.growRequests: ThinPoolChunk instance -- >device = /dev/mapper/fedora--workstation_pc-pool00 length = 470633 size = 1838.41 GiB >remaining = 2 pool = 470242 >13:44:56,307 DEBUG storage.ui: req: LVRequest instance -- >id = 234 name = fedora-workstation_pc-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >13:44:56,307 DEBUG storage.ui: req: LVRequest instance -- >id = 240 name = fedora-workstation_pc-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >13:44:56,307 DEBUG storage.ui: 2 requests and 459.22 KiB (1836.88 GiB) left in chunk >13:44:56,320 DEBUG storage.ui: adding 315963 (1234.23 GiB) to 234 (fedora-workstation_pc-root) >13:44:56,327 DEBUG storage.ui: taking back 303419 (1185.23 GiB) from 234 (fedora-workstation_pc-root) >13:44:56,334 DEBUG storage.ui: new grow amount for request 234 (fedora-workstation_pc-root) is 12544 units, or 49 GiB >13:44:56,341 DEBUG storage.ui: adding 154278 (602.65 GiB) to 240 (fedora-workstation_pc-home) >13:44:56,348 DEBUG storage.ui: new grow amount for request 240 (fedora-workstation_pc-home) is 154278 units, or 602.65 GiB >13:44:56,355 DEBUG storage.ui: 1 requests and 296.31 KiB (1185.23 GiB) left in chunk >13:44:56,369 DEBUG storage.ui: adding 303420 (1185.23 GiB) to 240 (fedora-workstation_pc-home) >13:44:56,376 DEBUG storage.ui: new grow amount for request 240 (fedora-workstation_pc-home) is 457698 units, or 1787.88 GiB >13:44:56,383 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,390 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,397 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,405 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,412 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,420 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,427 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:44:56,435 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:44:56,486 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:56,487 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:56,494 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:56,495 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:44:56,495 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:44:56,503 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:44:56,514 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:56,515 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:56,633 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:56,634 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:56,736 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:56,737 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 251 >13:44:56,751 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:44:56,751 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771a450) -- > name = sda2 status = False kids = 0 id = 214 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff4aa47d0> PedPartition: <_ped.Partition object at 0x7f2fed748830> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:44:57,937 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 252 >13:44:58,266 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:58,266 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 253 >13:44:58,269 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:44:58,270 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:44:58,281 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,294 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,305 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,316 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,271 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:44:58,356 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,366 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,374 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,383 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,415 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,424 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,431 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,439 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:58,462 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:44:58,470 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:44:59,623 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 254 >13:44:59,796 DEBUG blivet: Ext4FS.supported: supported: True ; >13:44:59,796 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 255 >13:45:00,243 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:00,245 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:00,255 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,268 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,279 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,291 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,246 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:00,331 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,340 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,349 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,358 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,390 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,399 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,406 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,414 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:00,437 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:00,445 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:13,655 INFO storage.ui: removed partition sda2 (id 214) from device tree >13:45:13,657 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >13:45:13,657 INFO storage.ui: registered action: [256] destroy device partition sda2 (id 214) >13:45:13,659 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:13,661 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:45:13,774 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:13,775 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:45:13,869 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:13,869 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7f300771af90) -- > name = sda1 status = False kids = 0 id = 220 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 200 MiB > format = non-existent efi filesystem mounted at /boot/efi > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 20 MiB path = /dev/sda1 > format args = [] originalFormat = efi grow = False max size = 200 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007668f50> PedPartition: <_ped.Partition object at 0x7f2fed7489b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >13:45:13,940 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 257 >13:45:14,598 INFO storage.ui: removed partition sda1 (id 220) from device tree >13:45:14,599 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >13:45:14,599 INFO storage.ui: registered action: [258] destroy device partition sda1 (id 220) >13:45:14,602 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:14,603 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:14,660 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:14,661 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:14,719 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:14,720 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:14,762 DEBUG blivet: Ext4FS.supported: supported: True ; >13:45:14,762 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 259 >13:45:14,763 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:14,764 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:14,771 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,780 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,787 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,795 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,765 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:14,823 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,831 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,838 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,846 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,874 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,882 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,889 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,897 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,920 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,928 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,948 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:14,949 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:14,956 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,963 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,970 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:14,978 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:14,950 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:15,007 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,015 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,022 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,030 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,058 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,066 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,073 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,081 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,105 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,112 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,148 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:15,149 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:15,155 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,163 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,169 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,177 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,149 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 1788.37 GiB lvmthinlv fedora-workstation_pc-home (240) with non-existent ext4 filesystem mounted at /home', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:15,206 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,214 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,220 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,228 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,257 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,264 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,271 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,279 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:15,302 DEBUG blivet: fedora-workstation_pc size is 1862.33 GiB >13:45:15,310 DEBUG blivet: vg fedora-workstation_pc has 40 MiB free >13:45:16,350 INFO storage.ui: removed lvmthinlv fedora-workstation_pc-home (id 240) from device tree >13:45:16,352 DEBUG storage.ui: LVMThinPoolDevice.removeChild: kids: 2 ; name: fedora-workstation_pc-pool00 ; >13:45:16,352 INFO storage.ui: registered action: [260] destroy device lvmthinlv fedora-workstation_pc-home (id 240) >13:45:16,352 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, ['sda'], {'container_raid_level': None, 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora-workstation_pc'} >13:45:16,354 DEBUG storage.ui: LVMThinPFactory.configure: parent_factory: None ; >13:45:16,354 DEBUG storage.ui: starting Blivet copy >13:45:16,398 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:16,399 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f3007ac3690) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:16,438 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 10 ; incomplete: False ; >13:45:16,439 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:16,451 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:45:16,451 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ffc580f10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff8031fd0> PedPartition: <_ped.Partition object at 0x7f3007595350> >13:45:16,453 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 26 ; incomplete: False ; >13:45:16,453 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:16,454 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 21 ; incomplete: False ; >13:45:16,455 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:16,456 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 15 ; incomplete: False ; >13:45:16,456 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:16,457 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 44 ; incomplete: False ; >13:45:16,458 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:16,459 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 41 ; incomplete: False ; >13:45:16,459 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:16,460 DEBUG storage.ui: finished Blivet copy >13:45:16,461 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:16,469 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,479 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,487 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,497 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,462 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:16,527 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,535 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,542 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,550 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,576 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,584 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,591 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,599 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,620 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmthinpool ; >13:45:16,634 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,642 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,649 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,656 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,621 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMThinPoolDevice instance (0x7f3007897fd0) -- > name = fedora-workstation_pc-pool00 status = False kids = 1 id = 229 > parents = ['non-existent 1862.33 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 1838.41 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1838.41 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 1854.41 GiB] >13:45:16,693 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,700 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,707 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,715 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,751 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,759 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,766 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,774 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,797 DEBUG storage.ui: pool is fedora-workstation_pc-pool00 ; size: 1838.41 GiB ; free: 1788.41 GiB >13:45:16,811 DEBUG storage.ui: fedora-workstation_pc-root size is 50 GiB >13:45:16,819 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:16,825 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,833 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,840 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,847 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,819 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:16,874 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,881 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,888 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,896 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,923 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,930 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,937 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,945 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,967 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmthinpool ; >13:45:16,980 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:16,988 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,995 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,003 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:16,967 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMThinPoolDevice instance (0x7f3007897fd0) -- > name = fedora-workstation_pc-pool00 status = False kids = 1 id = 229 > parents = ['non-existent 1862.33 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 1838.41 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1838.41 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > uuid = None size = 1862.33 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 476756 free space = 40 MiB > free extents = 10 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (208) with non-existent lvmpv'] > LVs = ['non-existent 1838.41 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 1854.41 GiB] >13:45:17,039 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,046 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,053 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,061 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,097 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,105 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,112 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,119 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,143 DEBUG storage.ui: pool is fedora-workstation_pc-pool00 ; size: 1838.41 GiB ; free: 1788.41 GiB >13:45:17,157 DEBUG storage.ui: fedora-workstation_pc-root size is 50 GiB >13:45:17,164 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,171 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,178 DEBUG storage.ui: calculated total disk space prior to padding: 0 >13:45:17,178 DEBUG storage.ui: total disk space needed: 0.0 >13:45:17,178 DEBUG storage.ui: size bumped to 1862.29 GiB to include new device space >13:45:17,186 DEBUG storage.ui: size cut to 73.88 GiB to omit pool free space >13:45:17,193 DEBUG storage.ui: size cut to 57.88 GiB to omit pool padding from free space >13:45:17,200 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >13:45:17,200 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f2ffd602610>, Size('57.88 GiB'), [DiskDevice instance (0x7f2fed6d6f90) -- > name = sda status = True kids = 1 id = 10 > parents = [] > uuid = None size = 1863.02 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA Hitachi HDS72302 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6323b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f2fed6d6850>]] >13:45:17,216 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >13:45:17,217 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMThinPFactory object at 0x7f2ffc2bd250> ; >13:45:17,217 DEBUG storage.ui: parent factory container: non-existent 1862.33 GiB lvmvg fedora-workstation_pc (225) >13:45:17,224 DEBUG storage.ui: members: ['sda3'] >13:45:17,224 DEBUG storage.ui: add_disks: [] >13:45:17,224 DEBUG storage.ui: remove_disks: [] >13:45:17,225 DEBUG storage.ui: LVMPhysicalVolume.__init__: >13:45:17,225 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 384 >13:45:17,226 DEBUG storage.ui: fedora-workstation_pc size is 1862.33 GiB >13:45:17,233 DEBUG storage.ui: vg fedora-workstation_pc has 40 MiB free >13:45:17,240 DEBUG storage.ui: calculated total disk space prior to padding: 0 >13:45:17,240 DEBUG storage.ui: total disk space needed: 0.0 >13:45:17,241 DEBUG storage.ui: size bumped to 1862.29 GiB to include new device space >13:45:17,248 DEBUG storage.ui: size cut to 73.88 GiB to omit pool free space >13:45:17,255 DEBUG storage.ui: size cut to 57.88 GiB to omit pool padding from free space >13:45:17,262 DEBUG storage.ui: adding a TotalSizeSet with size 57.88 GiB >13:45:17,269 DEBUG storage.ui: set.allocated = 8388608 >13:45:17,269 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:45:17,270 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,271 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = True max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:17,302 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,303 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = True max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:17,334 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,335 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda3 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 1862.33 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = True max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = ] >13:45:17,366 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 208)'] from disk(s) ['sda'] >13:45:17,366 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >13:45:17,366 DEBUG storage.ui: device sda3 new partedPartition None >13:45:17,367 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:17,368 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:17,368 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 208)'] >13:45:17,368 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 208)'] from disk(s) ['sda'] >13:45:17,369 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:17,370 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:17,377 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:17,378 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:17,379 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:17,386 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:17,386 DEBUG storage.ui: allocating partition: req0 ; id: 208 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8192 KiB ; grow: True ; max_size: 57.88 GiB ; start: None ; end: None >13:45:17,400 DEBUG storage.ui: checking freespace on sda >13:45:17,400 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8192 KiB boot=False best=None grow=True start=None >13:45:17,407 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >13:45:17,414 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >13:45:17,422 DEBUG storage.ui: evaluating growth potential for new layout >13:45:17,422 DEBUG storage.ui: calculating growth for disk /dev/sda >13:45:17,422 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:17,423 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:17,423 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007bb4c90> PedPartition: <_ped.Partition object at 0x7f2ff3a8c950> >13:45:17,424 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:17,425 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:17,425 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:17,425 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:17,426 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 121372672 >done = False >13:45:17,426 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:17,433 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:17,440 DEBUG storage.ui: taking back 3785640045 (1805.13 GiB) from 208 (sda1) >13:45:17,447 DEBUG storage.ui: new grow amount for request 208 (sda1) is 121372672 units, or 57.88 GiB >13:45:17,454 DEBUG storage.ui: request 208 (sda1) growth: 121372672 (57.88 GiB) size: 57.88 GiB >13:45:17,468 DEBUG storage.ui: disk /dev/sda growth: 121372672 (57.88 GiB) >13:45:17,475 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:17,475 DEBUG storage.ui: device sda1 new partedPartition None >13:45:17,476 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:17,477 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:17,477 DEBUG storage.ui: total growth: 121372672 sectors >13:45:17,477 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:45:17,477 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >13:45:17,484 DEBUG storage.ui: new free allows for 121372672 sectors of growth >13:45:17,484 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:17,485 DEBUG storage.ui: created partition sda1 of 8192 KiB and added it to /dev/sda >13:45:17,492 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:17,492 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6e681d0> PedPartition: <_ped.Partition object at 0x7f2ff7539650> >13:45:17,494 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:17,495 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:17,495 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:17,496 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f30077ad6d0> PedPartition: <_ped.Partition object at 0x7f2ff7539590> >13:45:17,496 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda1(id 208)'] >13:45:17,496 DEBUG storage.ui: growable partitions are ['sda1'] >13:45:17,497 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:17,497 DEBUG storage.ui: disk sda has 1 chunks >13:45:17,497 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:17,497 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 121372672 >done = False >13:45:17,497 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:17,504 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:17,511 DEBUG storage.ui: taking back 3785640045 (1805.13 GiB) from 208 (sda1) >13:45:17,518 DEBUG storage.ui: new grow amount for request 208 (sda1) is 121372672 units, or 57.88 GiB >13:45:17,525 DEBUG storage.ui: set: ['sda1'] 8388608/62151196672 >13:45:17,525 DEBUG storage.ui: allocating 62142808064 to TotalSizeSet with 8388608/62151196672 (62142808064 needed) >13:45:17,526 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 121372672 max_grow = 121372672 >done = True >13:45:17,526 DEBUG storage.ui: needed: 0 >13:45:17,526 DEBUG storage.ui: set: ['sda1'] 62151196672/62151196672 >13:45:17,526 DEBUG storage.ui: allocating 0 to TotalSizeSet with 62151196672/62151196672 (0 needed) >13:45:17,526 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 121372672 max_grow = 121372672 >done = True >13:45:17,526 DEBUG storage.ui: needed: 0 >13:45:17,526 DEBUG storage.ui: growing partitions on sda >13:45:17,527 DEBUG storage.ui: partition sda1 (208): 0 >13:45:17,527 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 121391103 length: 121389056 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff6e68050> >13:45:17,527 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 208)'] from disk(s) ['sda'] >13:45:17,528 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:17,528 DEBUG storage.ui: device sda1 new partedPartition None >13:45:17,528 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:17,529 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:17,529 DEBUG storage.ui: back from removeNewPartitions >13:45:17,530 DEBUG storage.ui: extended: None >13:45:17,530 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 121391103 length: 121389056 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f2ff6e68050> >13:45:17,531 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:17,531 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6daff50> PedPartition: <_ped.Partition object at 0x7f2ff3df5b90> >13:45:17,532 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:17,533 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:17,534 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:17,534 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> >13:45:17,535 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,536 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,566 DEBUG storage.ui: fixing size of non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv >13:45:17,574 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,574 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,606 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,606 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,637 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,638 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,668 DEBUG storage.ui: new member set: ['sda1'] >13:45:17,668 DEBUG storage.ui: old member set: ['sda1'] >13:45:17,669 DEBUG storage.ui: requested size is 0 >13:45:17,669 DEBUG storage.ui: increasing free and size by pool used (50 GiB) >13:45:17,676 DEBUG storage.ui: increasing free by current pool pad size (16 GiB) >13:45:17,683 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:17,691 DEBUG storage.ui: vg fedora-workstation_pc has -1804.41 GiB free >13:45:17,698 DEBUG storage.ui: size is 50 GiB ; pad is 10 GiB ; free is 50 GiB >13:45:17,718 INFO storage.ui: adjusting pool size from 50 GiB to 41.66 GiB so it fits in container fedora-workstation_pc >13:45:17,736 DEBUG storage.ui: trying to set lv fedora-workstation_pc-pool00 size to 41.66 GiB >13:45:17,743 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:17,751 DEBUG storage.ui: vg fedora-workstation_pc has -1804.41 GiB free >13:45:17,758 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:17,766 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:17,766 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:17,774 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:17,775 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,776 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,814 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,814 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,857 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:17,857 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:17,899 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:17,900 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:17,906 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,913 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,914 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,921 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,900 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:17,939 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,946 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,947 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,954 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,972 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,979 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,980 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:17,987 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:17,999 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,007 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,019 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:18,020 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:18,026 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,033 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,034 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,041 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,021 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 50 GiB lvmthinlv fedora-workstation_pc-root (234) with non-existent ext4 filesystem mounted at /', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:18,059 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,066 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,067 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,074 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,092 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,099 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,100 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,107 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,120 DEBUG blivet: fedora-workstation_pc size is 57.88 GiB >13:45:18,127 DEBUG blivet: vg fedora-workstation_pc has 0 B free >13:45:18,136 INFO storage.ui: removed lvmthinlv fedora-workstation_pc-root (id 234) from device tree >13:45:18,137 DEBUG storage.ui: LVMThinPoolDevice.removeChild: kids: 1 ; name: fedora-workstation_pc-pool00 ; >13:45:18,137 INFO storage.ui: registered action: [385] destroy device lvmthinlv fedora-workstation_pc-root (id 234) >13:45:18,137 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMThinPFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, ['sda'], {'container_raid_level': None, 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora-workstation_pc'} >13:45:18,138 DEBUG storage.ui: LVMThinPFactory.configure: parent_factory: None ; >13:45:18,138 DEBUG storage.ui: starting Blivet copy >13:45:18,161 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:18,161 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:18,192 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 10 ; incomplete: False ; >13:45:18,193 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:18,201 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:18,201 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> >13:45:18,202 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 26 ; incomplete: False ; >13:45:18,203 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:18,204 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 21 ; incomplete: False ; >13:45:18,204 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:18,205 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 15 ; incomplete: False ; >13:45:18,205 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:18,206 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 44 ; incomplete: False ; >13:45:18,206 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:18,207 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 41 ; incomplete: False ; >13:45:18,207 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >13:45:18,207 DEBUG storage.ui: finished Blivet copy >13:45:18,208 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:18,214 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,222 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,222 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,230 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,209 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:18,245 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,252 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,253 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,260 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,275 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,283 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,283 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,291 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,301 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmthinpool ; >13:45:18,315 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,322 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,323 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,330 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,302 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMThinPoolDevice instance (0x7f3007897fd0) -- > name = fedora-workstation_pc-pool00 status = False kids = 0 id = 229 > parents = ['non-existent 57.88 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 41.66 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 41.66 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 50 GiB] >13:45:18,355 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,363 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,363 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,371 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,395 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,403 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,403 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,411 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,423 DEBUG storage.ui: pool is fedora-workstation_pc-pool00 ; size: 41.66 GiB ; free: 41.66 GiB >13:45:18,437 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:18,443 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,451 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,451 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,459 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,438 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:18,474 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,482 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,482 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,490 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,505 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,512 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,513 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,520 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,531 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmthinpool ; >13:45:18,544 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,552 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,552 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,560 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,531 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMThinPoolDevice instance (0x7f3007897fd0) -- > name = fedora-workstation_pc-pool00 status = False kids = 0 id = 229 > parents = ['non-existent 57.88 GiB lvmvg fedora-workstation_pc (225)'] > uuid = None size = 41.66 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 41.66 GiB path = /dev/mapper/fedora--workstation_pc-pool00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f2ff8034ad0) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 50 GiB] >13:45:18,584 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,592 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,592 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,600 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,625 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,632 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,632 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,640 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,652 DEBUG storage.ui: pool is fedora-workstation_pc-pool00 ; size: 41.66 GiB ; free: 41.66 GiB >13:45:18,666 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,673 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,674 DEBUG storage.ui: calculated total disk space prior to padding: 0 >13:45:18,674 DEBUG storage.ui: total disk space needed: 0.0 >13:45:18,674 DEBUG storage.ui: size bumped to 57.88 GiB to include new device space >13:45:18,681 DEBUG storage.ui: size cut to 16.22 GiB to omit pool free space >13:45:18,688 DEBUG storage.ui: size cut to 8072 MiB to omit pool padding from free space >13:45:18,695 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >13:45:18,695 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f2ffd602610>, Size('8072 MiB'), [DiskDevice instance (0x7f2fed6d6f90) -- > name = sda status = True kids = 1 id = 10 > parents = [] > uuid = None size = 1863.02 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA Hitachi HDS72302 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6323b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f2fed6d6850>]] >13:45:18,711 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >13:45:18,712 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMThinPFactory object at 0x7f2ff6e68e10> ; >13:45:18,712 DEBUG storage.ui: parent factory container: non-existent 57.88 GiB lvmvg fedora-workstation_pc (225) >13:45:18,719 DEBUG storage.ui: members: ['sda1'] >13:45:18,719 DEBUG storage.ui: add_disks: [] >13:45:18,720 DEBUG storage.ui: remove_disks: [] >13:45:18,720 DEBUG storage.ui: LVMPhysicalVolume.__init__: >13:45:18,720 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 510 >13:45:18,721 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:18,728 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:18,729 DEBUG storage.ui: calculated total disk space prior to padding: 0 >13:45:18,729 DEBUG storage.ui: total disk space needed: 0.0 >13:45:18,729 DEBUG storage.ui: size bumped to 57.88 GiB to include new device space >13:45:18,736 DEBUG storage.ui: size cut to 16.22 GiB to omit pool free space >13:45:18,743 DEBUG storage.ui: size cut to 8072 MiB to omit pool padding from free space >13:45:18,750 DEBUG storage.ui: adding a TotalSizeSet with size 8072 MiB >13:45:18,757 DEBUG storage.ui: set.allocated = 8388608 >13:45:18,757 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:45:18,758 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:18,759 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:18,790 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:18,791 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:18,822 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:18,822 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff6dafcd0> PedPartition: <_ped.Partition object at 0x7f2ff7539710> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:18,853 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 208)'] from disk(s) ['sda'] >13:45:18,854 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:18,854 DEBUG storage.ui: device sda1 new partedPartition None >13:45:18,855 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:18,855 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:18,856 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 208)'] >13:45:18,856 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 208)'] from disk(s) ['sda'] >13:45:18,857 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:18,858 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:18,865 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:18,866 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:18,866 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:18,874 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:18,874 DEBUG storage.ui: allocating partition: req0 ; id: 208 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8192 KiB ; grow: True ; max_size: 8072 MiB ; start: None ; end: None >13:45:18,887 DEBUG storage.ui: checking freespace on sda >13:45:18,888 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8192 KiB boot=False best=None grow=True start=None >13:45:18,895 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >13:45:18,902 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >13:45:18,909 DEBUG storage.ui: evaluating growth potential for new layout >13:45:18,909 DEBUG storage.ui: calculating growth for disk /dev/sda >13:45:18,909 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:18,910 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:18,910 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dc9f90> PedPartition: <_ped.Partition object at 0x7f2ff3f5dc50> >13:45:18,912 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:18,912 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:18,913 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:18,913 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:18,913 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 16515072 >done = False >13:45:18,913 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:18,920 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:18,927 DEBUG storage.ui: taking back 3890497645 (1855.13 GiB) from 208 (sda1) >13:45:18,934 DEBUG storage.ui: new grow amount for request 208 (sda1) is 16515072 units, or 8064 MiB >13:45:18,941 DEBUG storage.ui: request 208 (sda1) growth: 16515072 (8064 MiB) size: 8072 MiB >13:45:18,955 DEBUG storage.ui: disk /dev/sda growth: 16515072 (8064 MiB) >13:45:18,963 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:18,963 DEBUG storage.ui: device sda1 new partedPartition None >13:45:18,964 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:18,964 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:18,964 DEBUG storage.ui: total growth: 16515072 sectors >13:45:18,965 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:45:18,965 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >13:45:18,972 DEBUG storage.ui: new free allows for 16515072 sectors of growth >13:45:18,972 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:18,972 DEBUG storage.ui: created partition sda1 of 8192 KiB and added it to /dev/sda >13:45:18,980 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:18,980 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007777910> PedPartition: <_ped.Partition object at 0x7f2ff3f5d470> >13:45:18,981 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:18,982 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:18,983 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:18,983 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007777ed0> PedPartition: <_ped.Partition object at 0x7f2ff3f5d410> >13:45:18,984 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda1(id 208)'] >13:45:18,984 DEBUG storage.ui: growable partitions are ['sda1'] >13:45:18,984 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:18,984 DEBUG storage.ui: disk sda has 1 chunks >13:45:18,984 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:18,985 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 16515072 >done = False >13:45:18,985 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:18,992 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:18,999 DEBUG storage.ui: taking back 3890497645 (1855.13 GiB) from 208 (sda1) >13:45:19,006 DEBUG storage.ui: new grow amount for request 208 (sda1) is 16515072 units, or 8064 MiB >13:45:19,013 DEBUG storage.ui: set: ['sda1'] 8388608/8464105472 >13:45:19,013 DEBUG storage.ui: allocating 8455716864 to TotalSizeSet with 8388608/8464105472 (8455716864 needed) >13:45:19,013 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 16515072 max_grow = 16515072 >done = True >13:45:19,013 DEBUG storage.ui: needed: 0 >13:45:19,014 DEBUG storage.ui: set: ['sda1'] 8464105472/8464105472 >13:45:19,014 DEBUG storage.ui: allocating 0 to TotalSizeSet with 8464105472/8464105472 (0 needed) >13:45:19,014 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 16515072 max_grow = 16515072 >done = True >13:45:19,014 DEBUG storage.ui: needed: 0 >13:45:19,014 DEBUG storage.ui: growing partitions on sda >13:45:19,014 DEBUG storage.ui: partition sda1 (208): 0 >13:45:19,014 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 16533503 length: 16531456 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f3007777150> >13:45:19,015 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 208)'] from disk(s) ['sda'] >13:45:19,015 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:19,015 DEBUG storage.ui: device sda1 new partedPartition None >13:45:19,016 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:19,017 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:19,017 DEBUG storage.ui: back from removeNewPartitions >13:45:19,017 DEBUG storage.ui: extended: None >13:45:19,017 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 16533503 length: 16531456 > device: <parted.device.Device object at 0x7f3007c90650> PedGeometry: <_ped.Geometry object at 0x7f3007777150> >13:45:19,018 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:19,018 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2fed6fd6d0> PedPartition: <_ped.Partition object at 0x7f2ff3f5d650> >13:45:19,020 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:19,020 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:19,021 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:19,021 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc580610> PedPartition: <_ped.Partition object at 0x7f2ff3f5d2f0> >13:45:19,023 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,023 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 8072 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc580610> PedPartition: <_ped.Partition object at 0x7f2ff3f5d2f0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 16533503 length = 16531456 > flags = ] >13:45:19,054 DEBUG storage.ui: fixing size of non-existent 8072 MiB partition sda1 (208) with non-existent lvmpv >13:45:19,062 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,063 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 8072 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc580610> PedPartition: <_ped.Partition object at 0x7f2ff3f5d2f0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 16533503 length = 16531456 > flags = ] >13:45:19,094 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,094 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 8072 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc580610> PedPartition: <_ped.Partition object at 0x7f2ff3f5d2f0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 16533503 length = 16531456 > flags = ] >13:45:19,125 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,126 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f300771afd0) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 8072 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 8072 MiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff20ec150> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ffc580610> PedPartition: <_ped.Partition object at 0x7f2ff3f5d2f0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 16533503 length = 16531456 > flags = ] >13:45:19,157 DEBUG storage.ui: new member set: ['sda1'] >13:45:19,157 DEBUG storage.ui: old member set: ['sda1'] >13:45:19,157 DEBUG storage.ui: requested size is 0 >13:45:19,157 DEBUG storage.ui: increasing free and size by pool used (0) >13:45:19,157 DEBUG storage.ui: increasing free by current pool pad size (8536 MiB) >13:45:19,164 DEBUG storage.ui: fedora-workstation_pc size is 8068 MiB >13:45:19,172 DEBUG storage.ui: vg fedora-workstation_pc has -50 GiB free >13:45:19,179 DEBUG storage.ui: size is 0 ; pad is 0.0 ; free is 0 B >13:45:19,179 ERR storage.ui: failed to configure device factory: new size must of type Size >13:45:19,192 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,192 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:19,229 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,230 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:19,267 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,268 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:19,310 DEBUG storage.ui: SwapSpace.__init__: >13:45:19,310 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 513 >13:45:19,312 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:19,313 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:19,319 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,326 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,327 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,334 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,313 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:19,349 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,357 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,357 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,365 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,380 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,387 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,388 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,395 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,405 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,413 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,424 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, [], {} >13:45:19,426 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:19,432 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,439 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,440 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,447 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,426 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 2 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)', > 'non-existent 8064 MiB lvmlv fedora-workstation_pc-swap (246) with non-existent swap']] >13:45:19,462 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,470 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,470 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,478 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,493 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,500 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,501 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,508 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,518 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,526 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:19,536 INFO storage.ui: removed lvmlv fedora-workstation_pc-swap (id 246) from device tree >13:45:19,536 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora-workstation_pc ; >13:45:19,536 INFO storage.ui: registered action: [514] destroy device lvmlv fedora-workstation_pc-swap (id 246) >13:45:19,536 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f2ffd602610>, 0, ['sda'], {'container_raid_level': None, 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora-workstation_pc'} >13:45:19,537 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >13:45:19,537 DEBUG storage.ui: starting Blivet copy >13:45:19,561 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,561 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f30077ad150) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 57.88 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:19,592 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 10 ; incomplete: False ; >13:45:19,593 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:19,601 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:19,601 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff7f62a90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c59590> PedPartition: <_ped.Partition object at 0x7f2ff3f5de30> >13:45:19,602 DEBUG storage.ui: finished Blivet copy >13:45:19,602 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:19,608 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,616 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,623 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,630 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,603 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 1 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 8068 MiB > free extents = 2017 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)']] >13:45:19,652 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,659 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,666 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,673 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,695 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,702 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,709 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,717 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,734 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >13:45:19,740 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,747 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,754 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,761 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,734 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7f2ff6f7f590) -- > name = fedora-workstation_pc status = False kids = 1 id = 225 > parents = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > uuid = None size = 57.88 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--workstation_pc > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 1 > modified = True extents = 14817 free space = 8068 MiB > free extents = 2017 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 57.88 GiB partition sda1 (208) with non-existent lvmpv'] > LVs = ['non-existent 41.66 GiB lvmthinpool fedora-workstation_pc-pool00 (229)']] >13:45:19,783 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,790 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,797 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,805 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,826 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,833 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,840 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,848 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,864 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,872 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,879 DEBUG storage.ui: size bumped to 50 GiB to include new device space >13:45:19,885 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >13:45:19,886 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7f2ffd602610>, Size('50 GiB'), [DiskDevice instance (0x7f2ff6e68090) -- > name = sda status = True kids = 1 id = 10 > parents = [] > uuid = None size = 1863.02 GiB > format = non-existent gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA Hitachi HDS72302 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7f2ffd6323b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f3007bb4bd0>]] >13:45:19,902 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >13:45:19,902 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7f2ffc589790> ; >13:45:19,902 DEBUG storage.ui: parent factory container: non-existent 57.88 GiB lvmvg fedora-workstation_pc (225) >13:45:19,910 DEBUG storage.ui: members: ['sda1'] >13:45:19,910 DEBUG storage.ui: add_disks: [] >13:45:19,910 DEBUG storage.ui: remove_disks: [] >13:45:19,911 DEBUG storage.ui: LVMPhysicalVolume.__init__: >13:45:19,911 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 661 >13:45:19,911 DEBUG storage.ui: fedora-workstation_pc size is 57.88 GiB >13:45:19,919 DEBUG storage.ui: vg fedora-workstation_pc has 8068 MiB free >13:45:19,926 DEBUG storage.ui: size bumped to 50 GiB to include new device space >13:45:19,932 DEBUG storage.ui: adding a TotalSizeSet with size 50 GiB >13:45:19,939 DEBUG storage.ui: set.allocated = 8388608 >13:45:19,940 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >13:45:19,941 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,941 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:19,972 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:19,973 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:20,004 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,005 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 57.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7e86b10> PedPartition: <_ped.Partition object at 0x7f2ff3f5d3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 121391103 length = 121389056 > flags = ] >13:45:20,035 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 208)'] from disk(s) ['sda'] >13:45:20,036 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:20,036 DEBUG storage.ui: device sda1 new partedPartition None >13:45:20,037 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:20,038 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:20,038 DEBUG storage.ui: allocatePartitions: disks=['sda'] ; partitions=['req0(id 208)'] >13:45:20,038 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 208)'] from disk(s) ['sda'] >13:45:20,039 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:20,040 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:20,047 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:20,048 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >13:45:20,049 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel >13:45:20,056 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >13:45:20,056 DEBUG storage.ui: allocating partition: req0 ; id: 208 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8192 KiB ; grow: True ; max_size: 50 GiB ; start: None ; end: None >13:45:20,069 DEBUG storage.ui: checking freespace on sda >13:45:20,070 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8192 KiB boot=False best=None grow=True start=None >13:45:20,077 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >13:45:20,084 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >13:45:20,091 DEBUG storage.ui: evaluating growth potential for new layout >13:45:20,091 DEBUG storage.ui: calculating growth for disk /dev/sda >13:45:20,091 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:20,092 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:20,092 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c59bd0> PedPartition: <_ped.Partition object at 0x7f2ffd5da410> >13:45:20,094 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:20,094 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:20,095 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:20,095 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:20,095 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 104849408 >done = False >13:45:20,095 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:20,102 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:20,109 DEBUG storage.ui: taking back 3802163309 (1813.01 GiB) from 208 (sda1) >13:45:20,116 DEBUG storage.ui: new grow amount for request 208 (sda1) is 104849408 units, or 50 GiB >13:45:20,123 DEBUG storage.ui: request 208 (sda1) growth: 104849408 (50 GiB) size: 50 GiB >13:45:20,137 DEBUG storage.ui: disk /dev/sda growth: 104849408 (50 GiB) >13:45:20,144 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:20,144 DEBUG storage.ui: device sda1 new partedPartition None >13:45:20,145 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:20,146 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:20,146 DEBUG storage.ui: total growth: 104849408 sectors >13:45:20,146 DEBUG storage.ui: updating use_disk to sda, type: 0 >13:45:20,146 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >13:45:20,153 DEBUG storage.ui: new free allows for 104849408 sectors of growth >13:45:20,153 DEBUG storage.ui: adjusted start sector from 34 to 2048 >13:45:20,154 DEBUG storage.ui: created partition sda1 of 8192 KiB and added it to /dev/sda >13:45:20,161 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:20,161 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c59a90> PedPartition: <_ped.Partition object at 0x7f2ffd5ce830> >13:45:20,163 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:20,164 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:20,165 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:20,165 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007844890> PedPartition: <_ped.Partition object at 0x7f2ffd5ce350> >13:45:20,165 DEBUG storage.ui: growPartitions: disks=['sda'], partitions=['sda1(id 208)'] >13:45:20,166 DEBUG storage.ui: growable partitions are ['sda1'] >13:45:20,166 DEBUG storage.ui: adding request 208 to chunk 3907029101 (34-3907029134) on /dev/sda >13:45:20,166 DEBUG storage.ui: disk sda has 1 chunks >13:45:20,166 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >13:45:20,166 DEBUG storage.ui: req: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 0 max_grow = 104849408 >done = False >13:45:20,166 DEBUG storage.ui: 1 requests and 3907012717 (1863.01 GiB) left in chunk >13:45:20,174 DEBUG storage.ui: adding 3907012717 (1863.01 GiB) to 208 (sda1) >13:45:20,181 DEBUG storage.ui: taking back 3802163309 (1813.01 GiB) from 208 (sda1) >13:45:20,188 DEBUG storage.ui: new grow amount for request 208 (sda1) is 104849408 units, or 50 GiB >13:45:20,194 DEBUG storage.ui: set: ['sda1'] 8388608/53691285504 >13:45:20,195 DEBUG storage.ui: allocating 53682896896 to TotalSizeSet with 8388608/53691285504 (53682896896 needed) >13:45:20,195 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 104849408 max_grow = 104849408 >done = True >13:45:20,195 DEBUG storage.ui: needed: 0 >13:45:20,195 DEBUG storage.ui: set: ['sda1'] 53691285504/53691285504 >13:45:20,195 DEBUG storage.ui: allocating 0 to TotalSizeSet with 53691285504/53691285504 (0 needed) >13:45:20,195 DEBUG storage.ui: PartitionRequest instance -- >id = 208 name = sda1 growable = True >base = 16384 growth = 104849408 max_grow = 104849408 >done = True >13:45:20,195 DEBUG storage.ui: needed: 0 >13:45:20,196 DEBUG storage.ui: growing partitions on sda >13:45:20,196 DEBUG storage.ui: partition sda1 (208): 0 >13:45:20,196 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 104867839 length: 104865792 > device: <parted.device.Device object at 0x7f3007bb4790> PedGeometry: <_ped.Geometry object at 0x7f3007c59690> >13:45:20,196 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 208)'] from disk(s) ['sda'] >13:45:20,197 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:20,197 DEBUG storage.ui: device sda1 new partedPartition None >13:45:20,198 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >13:45:20,199 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >13:45:20,199 DEBUG storage.ui: back from removeNewPartitions >13:45:20,199 DEBUG storage.ui: extended: None >13:45:20,199 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 2048 end: 104867839 length: 104865792 > device: <parted.device.Device object at 0x7f3007bb4790> PedGeometry: <_ped.Geometry object at 0x7f3007c59690> >13:45:20,200 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >13:45:20,200 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f3007c59b10> PedPartition: <_ped.Partition object at 0x7f2ffd5da3b0> >13:45:20,201 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >13:45:20,202 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >13:45:20,203 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >13:45:20,203 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> >13:45:20,204 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,205 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = True max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,235 DEBUG storage.ui: fixing size of non-existent 50 GiB partition sda1 (208) with non-existent lvmpv >13:45:20,243 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,244 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,275 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,275 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,306 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,307 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,337 DEBUG storage.ui: new member set: ['sda1'] >13:45:20,337 DEBUG storage.ui: old member set: ['sda1'] >13:45:20,338 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,339 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,375 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,376 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,410 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >13:45:20,410 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7f2ff6f7f890) -- > name = sda1 status = False kids = 1 id = 208 > parents = ['existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel'] > uuid = None size = 50 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = False max size = 50 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f2ff8031ed0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f2ff7dcb350> PedPartition: <_ped.Partition object at 0x7f2ffd5ce3b0> > disk = existing 1863.02 GiB disk sda (10) with non-existent gpt disklabel > start = 2048 end = 104867839 length = 104865792 > flags = ] >13:45:20,493 DEBUG storage.ui: looking up parted Device: /dev/sda4 >13:45:20,499 DEBUG storage.ui: looking up parted Device: /dev/sda4 >13:45:20,513 DEBUG storage.ui: looking up parted Device: /dev/sda4 >13:45:20,544 DEBUG storage.ui: OpticalDevice.mediaPresent: sr1 ; status: True ; >13:45:20,549 DEBUG storage.ui: OpticalDevice.mediaPresent: sr1 ; status: True ; >13:45:20,559 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:45:20,599 DEBUG storage.ui: looking up parted Device: /dev/sr0 >13:45:20,676 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:45:20,716 DEBUG storage.ui: looking up parted Device: /dev/sr0 >13:45:20,937 DEBUG storage.ui: fedora-workstation_pc size is 50 GiB >13:45:20,946 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:20,946 DEBUG storage.ui: fedora-workstation_pc size is 50 GiB >13:45:20,955 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:20,980 DEBUG storage.ui: fedora-workstation_pc size is 50 GiB >13:45:20,988 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:20,988 DEBUG storage.ui: fedora-workstation_pc size is 50 GiB >13:45:20,996 DEBUG storage.ui: vg fedora-workstation_pc has 0 B free >13:45:21,025 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:45:21,066 DEBUG storage.ui: looking up parted Device: /dev/sr0 >13:45:21,147 DEBUG storage.ui: OpticalDevice.mediaPresent: sr0 ; status: True ; >13:45:21,189 DEBUG storage.ui: looking up parted Device: /dev/sr0 >13:45:21,276 DEBUG storage.ui: OpticalDevice.mediaPresent: sr1 ; status: True ; >13:45:21,285 DEBUG storage.ui: OpticalDevice.mediaPresent: sr1 ; status: True ; > > >/tmp/ifcfg.log: >09:42:05,523 DEBUG ifcfg: content of files (network initialization): >09:42:05,528 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [144, 43, 52, 50, 18, 124]}, 'connection': {'timestamp': 1410774119L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'a0c587e1-12e1-4588-958b-a90a891859db'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >09:42:05,607 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['enp3s0']): >09:42:05,607 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-enp3s0: >09:42:05,607 DEBUG ifcfg: TYPE=Ethernet >09:42:05,607 DEBUG ifcfg: BOOTPROTO=dhcp >09:42:05,607 DEBUG ifcfg: DEFROUTE=yes >09:42:05,607 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >09:42:05,607 DEBUG ifcfg: IPV6INIT=yes >09:42:05,607 DEBUG ifcfg: IPV6_AUTOCONF=yes >09:42:05,607 DEBUG ifcfg: IPV6_DEFROUTE=yes >09:42:05,607 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >09:42:05,607 DEBUG ifcfg: NAME=enp3s0 >09:42:05,608 DEBUG ifcfg: UUID=a0c587e1-12e1-4588-958b-a90a891859db >09:42:05,608 DEBUG ifcfg: ONBOOT=no >09:42:05,608 DEBUG ifcfg: HWADDR=90:2B:34:32:12:7C >09:42:05,608 DEBUG ifcfg: PEERDNS=yes >09:42:05,608 DEBUG ifcfg: PEERROUTES=yes >09:42:05,608 DEBUG ifcfg: IPV6_PEERDNS=yes >09:42:05,608 DEBUG ifcfg: IPV6_PEERROUTES=yes >09:42:05,611 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [144, 43, 52, 50, 18, 124]}, 'connection': {'timestamp': 1410774119L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'enp3s0', 'uuid': 'a0c587e1-12e1-4588-958b-a90a891859db'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >09:43:44,469 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >09:43:44,470 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >13:44:10,150 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 >13:44:10,151 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-enp3s0 > > >/proc/cmdline: >BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-WS-21_A_T7-x86_64 quiet > > >/tmp/syslog: >09:41:58,427 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="1040" x-info="http://www.rsyslog.com"] start >09:41:58,427 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >09:41:58,427 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >09:41:58,427 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >09:41:58,427 NOTICE kernel:[ 0.000000] Linux version 3.16.1-301.fc21.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.9.1 20140813 (Red Hat 4.9.1-7) (GCC) ) #1 SMP Mon Aug 25 13:06:39 UTC 2014 >09:41:58,427 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-WS-21_A_T7-x86_64 quiet >09:41:58,427 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ddf1dfff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ddf1e000-0x00000000de0a3fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de0a4000-0x00000000de0affff] ACPI data >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de0b0000-0x00000000de128fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de129000-0x00000000de12efff] ACPI data >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de12f000-0x00000000de1b2fff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de1b3000-0x00000000de24cfff] ACPI NVS >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dea5e000-0x00000000dea5efff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000deaa2000-0x00000000df470fff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000df471000-0x00000000df7dafff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000df7db000-0x00000000df7fffff] usable >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable >09:41:58,427 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >09:41:58,427 DEBUG kernel:[ 0.000000] e820: update [mem 0x993a5018-0x993b9657] usable ==> usable >09:41:58,427 DEBUG kernel:[ 0.000000] e820: update [mem 0x99394018-0x993a4057] usable ==> usable >09:41:58,427 INFO kernel:[ 0.000000] extended physical RAM map: >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000099394017] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000099394018-0x00000000993a4057] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000993a4058-0x00000000993a5017] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000993a5018-0x00000000993b9657] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000993b9658-0x00000000ddf1dfff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ddf1e000-0x00000000de0a3fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de0a4000-0x00000000de0affff] ACPI data >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de0b0000-0x00000000de128fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de129000-0x00000000de12efff] ACPI data >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de12f000-0x00000000de1b2fff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de1b3000-0x00000000de24cfff] ACPI NVS >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dea5e000-0x00000000dea5efff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000deaa2000-0x00000000df470fff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000df471000-0x00000000df7dafff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000df7db000-0x00000000df7fffff] usable >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >09:41:58,427 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021effffff] usable >09:41:58,427 INFO kernel:[ 0.000000] efi: EFI v2.31 by American Megatrends >09:41:58,427 INFO kernel:[ 0.000000] efi: ACPI=0xde0a4000 ACPI 2.0=0xde0a4000 SMBIOS=0xf04c0 MPS=0xfd420 >09:41:58,427 INFO kernel:[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000009000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000009000-0x0000000000058000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x0000000002000000-0x000000000343c000) (20MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x000000000343c000-0x000000003c17e000) (909MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000003c17e000-0x0000000040000000) (62MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000040000000-0x0000000099394000) (1427MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x0000000099394000-0x00000000cd79b000) (836MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000cd79b000-0x00000000cd79e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000cd79e000-0x00000000cd985000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x00000000cd985000-0x00000000cdbfb000) (2MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000cdbfb000-0x00000000d02fd000) (39MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000d02fd000-0x00000000d05fe000) (3MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000d05fe000-0x00000000d08ff000) (3MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000d08ff000-0x00000000d0a2c000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000d0a2c000-0x00000000d0c8a000) (2MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000d0c8a000-0x00000000d0cac000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000d0cac000-0x00000000d0cb0000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000d0cb0000-0x00000000d0cc1000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d0cc1000-0x00000000d0cc5000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000d0cc5000-0x00000000d0cd6000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d0cd6000-0x00000000d0cdb000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000d0cdb000-0x00000000d0ce6000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000d0ce6000-0x00000000d0cea000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000d0cea000-0x00000000d0cfd000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000d0cfd000-0x00000000d0d06000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000d0d06000-0x00000000d0d11000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000d0d11000-0x00000000d0d17000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000d0d17000-0x00000000d0d20000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000d0d20000-0x00000000d0d2a000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000d0d2a000-0x00000000d0d67000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000d0d67000-0x00000000d0dab000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000d0dab000-0x00000000d0dc0000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000d0dc0000-0x00000000d0de7000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000d0de7000-0x00000000d0de8000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000d0de8000-0x00000000d0e0e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000d0e0e000-0x00000000d0e0f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000d0e0f000-0x00000000d0e13000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000d0e13000-0x00000000d0e14000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000d0e14000-0x00000000d0e33000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000d0e33000-0x00000000d0e3c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000d0e3c000-0x00000000d0e43000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000d0e43000-0x00000000d0e67000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000d0e67000-0x00000000d0e89000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000d0e89000-0x00000000d0ee1000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000d0ee1000-0x00000000d0ef4000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000d0ef4000-0x00000000d0f5c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000d0f5c000-0x00000000d0f5d000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000d0f5d000-0x00000000d0f5e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000d0f5e000-0x00000000d0f7c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000d0f7c000-0x00000000d0fe9000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000d0fe9000-0x00000000d0feb000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000d0feb000-0x00000000d100d000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000d100d000-0x00000000d1011000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000d1011000-0x00000000d1021000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000d1021000-0x00000000d1025000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000d1025000-0x00000000d1036000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000d1036000-0x00000000d103b000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000d103b000-0x00000000d1046000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000d1046000-0x00000000d104a000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000d104a000-0x00000000d105e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000d105e000-0x00000000d1067000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000d1067000-0x00000000d1072000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000d1072000-0x00000000d1078000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000d1078000-0x00000000d10d6000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000d10d6000-0x00000000d10db000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000d10db000-0x00000000d10f6000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000d10f6000-0x00000000d1110000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000d1110000-0x00000000d1133000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000d1133000-0x00000000d1137000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000d1137000-0x00000000d115d000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000d115d000-0x00000000d1162000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000d1162000-0x00000000d116c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000d116c000-0x00000000d1170000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000d1170000-0x00000000d1183000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000d1183000-0x00000000d118c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000d118c000-0x00000000d11a6000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000d11a6000-0x00000000d11b0000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000d11b0000-0x00000000d120c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000d120c000-0x00000000d1224000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000d1224000-0x00000000d1253000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000d1253000-0x00000000d1257000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000d1257000-0x00000000d1267000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000d1267000-0x00000000d126b000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000d126b000-0x00000000d13a1000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000d13a1000-0x00000000d13a2000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000d13a2000-0x00000000d148d000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000d148d000-0x00000000d1490000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000d1490000-0x00000000d14ff000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000d14ff000-0x00000000d1500000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000d1500000-0x00000000d18db000) (3MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000d18db000-0x00000000d18dc000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000d18dc000-0x00000000db5c7000) (156MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000db5c7000-0x00000000db5c8000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000db5c8000-0x00000000db645000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000db645000-0x00000000db647000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000db647000-0x00000000dd162000) (27MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000dd162000-0x00000000ddca5000) (11MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem106: type=3, attr=0xf, range=[0x00000000ddca5000-0x00000000ddf1e000) (2MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem107: type=0, attr=0xf, range=[0x00000000ddf1e000-0x00000000ddf7a000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem108: type=0, attr=0xf, range=[0x00000000ddf7a000-0x00000000de0a4000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem109: type=9, attr=0xf, range=[0x00000000de0a4000-0x00000000de0b0000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem110: type=0, attr=0xf, range=[0x00000000de0b0000-0x00000000de129000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem111: type=9, attr=0xf, range=[0x00000000de129000-0x00000000de12e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem112: type=9, attr=0xf, range=[0x00000000de12e000-0x00000000de12f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000de12f000-0x00000000de1b3000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem114: type=10, attr=0xf, range=[0x00000000de1b3000-0x00000000de24d000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem115: type=6, attr=0x800000000000000f, range=[0x00000000de24d000-0x00000000de730000) (4MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem116: type=6, attr=0x800000000000000f, range=[0x00000000de730000-0x00000000de908000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem117: type=6, attr=0x800000000000000f, range=[0x00000000de908000-0x00000000de90a000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem118: type=6, attr=0x800000000000000f, range=[0x00000000de90a000-0x00000000de93c000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem119: type=6, attr=0x800000000000000f, range=[0x00000000de93c000-0x00000000de93e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem120: type=6, attr=0x800000000000000f, range=[0x00000000de93e000-0x00000000de9bb000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem121: type=5, attr=0x800000000000000f, range=[0x00000000de9bb000-0x00000000de9db000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem122: type=5, attr=0x800000000000000f, range=[0x00000000de9db000-0x00000000dea5e000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem123: type=4, attr=0xf, range=[0x00000000dea5e000-0x00000000dea5f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem124: type=10, attr=0xf, range=[0x00000000dea5f000-0x00000000deaa2000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem125: type=4, attr=0xf, range=[0x00000000deaa2000-0x00000000dec18000) (1MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem126: type=3, attr=0xf, range=[0x00000000dec18000-0x00000000df43b000) (8MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem127: type=4, attr=0xf, range=[0x00000000df43b000-0x00000000df440000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem128: type=3, attr=0xf, range=[0x00000000df440000-0x00000000df444000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem129: type=4, attr=0xf, range=[0x00000000df444000-0x00000000df445000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem130: type=3, attr=0xf, range=[0x00000000df445000-0x00000000df447000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem131: type=4, attr=0xf, range=[0x00000000df447000-0x00000000df455000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem132: type=3, attr=0xf, range=[0x00000000df455000-0x00000000df467000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem133: type=4, attr=0xf, range=[0x00000000df467000-0x00000000df46f000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem134: type=3, attr=0xf, range=[0x00000000df46f000-0x00000000df471000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem135: type=6, attr=0x800000000000000f, range=[0x00000000df471000-0x00000000df7db000) (3MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x00000000df7db000-0x00000000df800000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem137: type=7, attr=0xf, range=[0x0000000100000000-0x000000021f000000) (4592MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem138: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem139: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem140: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem141: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem142: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) >09:41:58,427 INFO kernel:[ 0.000000] efi: mem143: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) >09:41:58,427 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >09:41:58,427 DEBUG kernel:[ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77-DS3H, BIOS F11a 11/13/2013 >09:41:58,427 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >09:41:58,427 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >09:41:58,427 INFO kernel:[ 0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000 >09:41:58,427 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >09:41:58,427 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >09:41:58,427 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >09:41:58,427 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >09:41:58,427 DEBUG kernel:[ 0.000000] C0000-CFFFF write-protect >09:41:58,427 DEBUG kernel:[ 0.000000] D0000-DFFFF uncachable >09:41:58,427 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >09:41:58,427 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >09:41:58,427 DEBUG kernel:[ 0.000000] 0 base 000000000 mask E00000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 1 base 200000000 mask FF0000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 2 base 210000000 mask FF8000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 3 base 218000000 mask FFC000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 4 base 21C000000 mask FFE000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 5 base 21E000000 mask FFF000000 write-back >09:41:58,427 DEBUG kernel:[ 0.000000] 6 base 0E0000000 mask FE0000000 uncachable >09:41:58,427 DEBUG kernel:[ 0.000000] 7 disabled >09:41:58,427 DEBUG kernel:[ 0.000000] 8 disabled >09:41:58,427 DEBUG kernel:[ 0.000000] 9 disabled >09:41:58,427 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >09:41:58,427 DEBUG kernel:[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved >09:41:58,427 INFO kernel:[ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000 >09:41:58,427 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770] >09:41:58,427 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x03018000, 0x03018fff] PGTABLE >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x03019000, 0x03019fff] PGTABLE >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x0301a000, 0x0301afff] PGTABLE >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21ee00000-0x21effffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x21ee00000-0x21effffff] page 2M >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x0301b000, 0x0301bfff] PGTABLE >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21edfffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x21c000000-0x21edfffff] page 2M >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xddf1dfff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x00200000-0xdddfffff] page 2M >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdde00000-0xddf1dfff] page 4k >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xde12f000-0xde1b2fff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xde12f000-0xde1b2fff] page 4k >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x0301c000, 0x0301cfff] PGTABLE >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xdea5e000-0xdea5efff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdea5e000-0xdea5efff] page 4k >09:41:58,427 DEBUG kernel:[ 0.000000] BRK [0x0301d000, 0x0301dfff] PGTABLE >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xdeaa2000-0xdf470fff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdeaa2000-0xdebfffff] page 4k >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdec00000-0xdf3fffff] page 2M >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdf400000-0xdf470fff] page 4k >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xdf7db000-0xdf7fffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0xdf7db000-0xdf7fffff] page 4k >09:41:58,427 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >09:41:58,427 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M >09:41:58,427 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3c17e000-0x3ebbefff] >09:41:58,427 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000DE0A4000 000024 (v02 ALASKA) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: XSDT 0x00000000DE0A4070 000064 (v01 ALASKA A M I 01072009 AMI 00010013) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000DE0ADC70 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000DE0A4168 009B05 (v02 ALASKA A M I 00000012 INTL 20051117) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000DE24BF80 000040 >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000DE0ADD68 000072 (v03 ALASKA A M I 01072009 AMI 00010013) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: MCFG 0x00000000DE0ADDE0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: HPET 0x00000000DE0ADE20 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DE0ADE58 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DE0AE1C8 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DE0AEB78 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117) >09:41:58,427 WARNING kernel:[ 0.000000] ACPI: BGRT 0x00000000DE0AF610 000038 (v00 ALASKA A M I 01072009 AMI 00010013) >09:41:58,427 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >09:41:58,427 INFO kernel:[ 0.000000] No NUMA configuration found >09:41:58,427 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff] >09:41:58,427 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21effffff] >09:41:58,427 INFO kernel:[ 0.000000] NODE_DATA [mem 0x21efe2000-0x21eff5fff] >09:41:58,427 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216600000-ffff88021e5fffff] on node 0 >09:41:58,427 WARNING kernel:[ 0.000000] Zone ranges: >09:41:58,427 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >09:41:58,427 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >09:41:58,427 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x21effffff] >09:41:58,427 WARNING kernel:[ 0.000000] Movable zone start for each node >09:41:58,427 WARNING kernel:[ 0.000000] Early memory node ranges >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xddf1dfff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0xde12f000-0xde1b2fff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0xdea5e000-0xdea5efff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0xdeaa2000-0xdf470fff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0xdf7db000-0xdf7fffff] >09:41:58,427 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x21effffff] >09:41:58,427 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2087221 >09:41:58,427 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >09:41:58,427 DEBUG kernel:[ 0.000000] DMA zone: 25 pages reserved >09:41:58,427 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >09:41:58,427 DEBUG kernel:[ 0.000000] DMA32 zone: 14183 pages used for memmap >09:41:58,427 DEBUG kernel:[ 0.000000] DMA32 zone: 907671 pages, LIFO batch:31 >09:41:58,427 DEBUG kernel:[ 0.000000] Normal zone: 18368 pages used for memmap >09:41:58,427 DEBUG kernel:[ 0.000000] Normal zone: 1175552 pages, LIFO batch:31 >09:41:58,427 WARNING kernel:[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >09:41:58,427 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x408 >09:41:58,427 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >09:41:58,427 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >09:41:58,427 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >09:41:58,427 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >09:41:58,427 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >09:41:58,427 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >09:41:58,427 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >09:41:58,427 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >09:41:58,427 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >09:41:58,427 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >09:41:58,427 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >09:41:58,427 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x99394000-0x99394fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x993a4000-0x993a4fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x993a5000-0x993a5fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x993b9000-0x993b9fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xddf1e000-0xde0a3fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde0a4000-0xde0affff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde0b0000-0xde128fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde129000-0xde12efff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde1b3000-0xde24cfff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde24d000-0xdea5dfff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdea5f000-0xdeaa1fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf471000-0xdf7dafff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >09:41:58,427 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >09:41:58,427 INFO kernel:[ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices >09:41:58,427 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >09:41:58,427 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >09:41:58,427 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021ec00000 s87872 r8192 d22720 u524288 >09:41:58,427 DEBUG kernel:[ 0.000000] pcpu-alloc: s87872 r8192 d22720 u524288 alloc=1*2097152 >09:41:58,427 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 1 2 3 >09:41:58,427 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2054581 >09:41:58,427 WARNING kernel:[ 0.000000] Policy zone: Normal >09:41:58,427 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-WS-21_A_T7-x86_64 quiet >09:41:58,427 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >09:41:58,427 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >09:41:58,427 WARNING kernel:[ 0.000000] Memory: 7874116K/8348884K available (7326K kernel code, 1196K rwdata, 3156K rodata, 1452K init, 1504K bss, 474768K reserved) >09:41:58,427 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >09:41:58,427 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >09:41:58,427 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. >09:41:58,427 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >09:41:58,427 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0-3. >09:41:58,427 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >09:41:58,427 INFO kernel:[ 0.000000] NR_IRQS:65792 nr_irqs:712 16 >09:41:58,427 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >09:41:58,427 INFO kernel:[ 0.000000] console [tty0] enabled >09:41:58,427 INFO kernel:[ 0.000000] allocated 33554432 bytes of page_cgroup >09:41:58,427 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >09:41:58,427 DEBUG kernel:[ 0.000000] hpet clockevent registered >09:41:58,427 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >09:41:58,427 INFO kernel:[ 0.000000] tsc: Detected 3403.582 MHz processor >09:41:58,427 INFO kernel:[ 0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 6807.16 BogoMIPS (lpj=3403582) >09:41:58,427 INFO kernel:[ 0.000027] pid_max: default: 32768 minimum: 301 >09:41:58,427 INFO kernel:[ 0.000032] ACPI: Core revision 20140424 >09:41:58,427 WARNING kernel:[ 0.004826] ACPI: All ACPI Tables successfully acquired >09:41:58,427 INFO kernel:[ 0.017125] Security Framework initialized >09:41:58,427 INFO kernel:[ 0.017131] SELinux: Initializing. >09:41:58,427 DEBUG kernel:[ 0.017135] SELinux: Starting in permissive mode >09:41:58,427 INFO kernel:[ 0.017571] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >09:41:58,427 INFO kernel:[ 0.019052] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >09:41:58,427 INFO kernel:[ 0.019685] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >09:41:58,427 INFO kernel:[ 0.019693] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >09:41:58,427 INFO kernel:[ 0.019865] Initializing cgroup subsys memory >09:41:58,427 INFO kernel:[ 0.019881] Initializing cgroup subsys devices >09:41:58,427 INFO kernel:[ 0.019885] Initializing cgroup subsys freezer >09:41:58,427 INFO kernel:[ 0.019887] Initializing cgroup subsys net_cls >09:41:58,427 INFO kernel:[ 0.019890] Initializing cgroup subsys blkio >09:41:58,427 INFO kernel:[ 0.019892] Initializing cgroup subsys perf_event >09:41:58,427 INFO kernel:[ 0.019893] Initializing cgroup subsys net_prio >09:41:58,427 INFO kernel:[ 0.019898] Initializing cgroup subsys hugetlb >09:41:58,427 INFO kernel:[ 0.019914] CPU: Physical Processor ID: 0 >09:41:58,427 INFO kernel:[ 0.019915] CPU: Processor Core ID: 0 >09:41:58,427 WARNING kernel:[ 0.019919] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >09:41:58,427 WARNING kernel:[ 0.019919] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >09:41:58,427 INFO kernel:[ 0.020181] mce: CPU supports 9 MCE banks >09:41:58,427 INFO kernel:[ 0.020191] CPU0: Thermal monitoring enabled (TM1) >09:41:58,427 INFO kernel:[ 0.020199] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 >09:41:58,427 INFO kernel:[ 0.020199] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 >09:41:58,427 INFO kernel:[ 0.020199] tlb_flushall_shift: 2 >09:41:58,427 INFO kernel:[ 0.020279] Freeing SMP alternatives memory: 24K (ffffffff81e98000 - ffffffff81e9e000) >09:41:58,427 INFO kernel:[ 0.026344] ftrace: allocating 26743 entries in 105 pages >09:41:58,427 INFO kernel:[ 0.035414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >09:41:58,427 INFO kernel:[ 0.045420] smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09) >09:41:58,427 DEBUG kernel:[ 0.045426] TSC deadline timer enabled >09:41:58,428 INFO kernel:[ 0.045440] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver. >09:41:58,428 INFO kernel:[ 0.045454] ... version: 3 >09:41:58,428 INFO kernel:[ 0.045455] ... bit width: 48 >09:41:58,428 INFO kernel:[ 0.045456] ... generic registers: 8 >09:41:58,428 INFO kernel:[ 0.045456] ... value mask: 0000ffffffffffff >09:41:58,428 INFO kernel:[ 0.045457] ... max period: 0000ffffffffffff >09:41:58,428 INFO kernel:[ 0.045457] ... fixed-purpose events: 3 >09:41:58,428 INFO kernel:[ 0.045458] ... event mask: 00000007000000ff >09:41:58,428 INFO kernel:[ 0.046384] x86: Booting SMP configuration: >09:41:58,428 INFO kernel:[ 0.046385] .... node #0, CPUs: #1 >09:41:58,428 INFO kernel:[ 0.059750] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >09:41:58,428 WARNING kernel:[ 0.059810] #2 #3 >09:41:58,428 INFO kernel:[ 0.086730] x86: Booted up 1 node, 4 CPUs >09:41:58,428 INFO kernel:[ 0.086732] smpboot: Total of 4 processors activated (27228.65 BogoMIPS) >09:41:58,428 INFO kernel:[ 0.089049] devtmpfs: initialized >09:41:58,428 INFO kernel:[ 0.090900] PM: Registering ACPI NVS region [mem 0xde1b3000-0xde24cfff] (630784 bytes) >09:41:58,428 INFO kernel:[ 0.090909] PM: Registering ACPI NVS region [mem 0xdea5f000-0xdeaa1fff] (274432 bytes) >09:41:58,428 INFO kernel:[ 0.091486] atomic64_test: passed for x86-64 platform with CX8 and with SSE >09:41:58,428 INFO kernel:[ 0.091489] pinctrl core: initialized pinctrl subsystem >09:41:58,428 INFO kernel:[ 0.091526] RTC time: 9:41:48, date: 09/15/14 >09:41:58,428 INFO kernel:[ 0.091561] NET: Registered protocol family 16 >09:41:58,428 INFO kernel:[ 0.091637] cpuidle: using governor menu >09:41:58,428 INFO kernel:[ 0.091694] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >09:41:58,428 INFO kernel:[ 0.091695] ACPI: bus type PCI registered >09:41:58,428 INFO kernel:[ 0.091696] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >09:41:58,428 INFO kernel:[ 0.091745] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >09:41:58,428 INFO kernel:[ 0.091747] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >09:41:58,428 INFO kernel:[ 0.091806] PCI: Using configuration type 1 for base access >09:41:58,428 INFO kernel:[ 0.096236] ACPI: Added _OSI(Module Device) >09:41:58,428 INFO kernel:[ 0.096237] ACPI: Added _OSI(Processor Device) >09:41:58,428 INFO kernel:[ 0.096238] ACPI: Added _OSI(3.0 _SCP Extensions) >09:41:58,428 INFO kernel:[ 0.096239] ACPI: Added _OSI(Processor Aggregator Device) >09:41:58,428 WARNING kernel:[ 0.098093] ACPI: Executed 1 blocks of module-level executable AML code >09:41:58,428 WARNING kernel:[ 0.101201] ACPI: Dynamic OEM Table Load: >09:41:58,428 WARNING kernel:[ 0.101207] ACPI: SSDT 0xFFFF880213385000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >09:41:58,428 WARNING kernel:[ 0.103114] ACPI: Dynamic OEM Table Load: >09:41:58,428 WARNING kernel:[ 0.103118] ACPI: SSDT 0xFFFF8802133C1000 000303 (v01 PmRef ApIst 00003000 INTL 20051117) >09:41:58,428 WARNING kernel:[ 0.105020] ACPI: Dynamic OEM Table Load: >09:41:58,428 WARNING kernel:[ 0.105023] ACPI: SSDT 0xFFFF880212D6E000 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >09:41:58,428 INFO kernel:[ 0.107355] ACPI: Interpreter enabled >09:41:58,428 WARNING kernel:[ 0.107360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) >09:41:58,428 WARNING kernel:[ 0.107363] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) >09:41:58,428 INFO kernel:[ 0.107372] ACPI: (supports S0 S3 S4 S5) >09:41:58,428 INFO kernel:[ 0.107373] ACPI: Using IOAPIC for interrupt routing >09:41:58,428 INFO kernel:[ 0.107390] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >09:41:58,428 INFO kernel:[ 0.111522] ACPI: Power Resource [FN00] (off) >09:41:58,428 INFO kernel:[ 0.111574] ACPI: Power Resource [FN01] (off) >09:41:58,428 INFO kernel:[ 0.111623] ACPI: Power Resource [FN02] (off) >09:41:58,428 INFO kernel:[ 0.111673] ACPI: Power Resource [FN03] (off) >09:41:58,428 INFO kernel:[ 0.111722] ACPI: Power Resource [FN04] (off) >09:41:58,428 INFO kernel:[ 0.112090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >09:41:58,428 INFO kernel:[ 0.112094] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >09:41:58,428 INFO kernel:[ 0.112230] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >09:41:58,428 INFO kernel:[ 0.112311] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >09:41:58,428 INFO kernel:[ 0.112728] PCI host bridge to bus 0000:00 >09:41:58,428 INFO kernel:[ 0.112730] pci_bus 0000:00: root bus resource [bus 00-3e] >09:41:58,428 INFO kernel:[ 0.112732] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >09:41:58,428 INFO kernel:[ 0.112733] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >09:41:58,428 INFO kernel:[ 0.112734] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >09:41:58,428 INFO kernel:[ 0.112735] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >09:41:58,428 INFO kernel:[ 0.112736] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >09:41:58,428 INFO kernel:[ 0.112737] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >09:41:58,428 INFO kernel:[ 0.112738] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >09:41:58,428 INFO kernel:[ 0.112739] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff] >09:41:58,428 DEBUG kernel:[ 0.112745] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000 >09:41:58,428 DEBUG kernel:[ 0.112812] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400 >09:41:58,428 DEBUG kernel:[ 0.112836] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.112867] pci 0000:00:01.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.112917] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 >09:41:58,428 DEBUG kernel:[ 0.112937] pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit] >09:41:58,428 DEBUG kernel:[ 0.113004] pci 0000:00:14.0: PME# supported from D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113039] pci 0000:00:14.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113069] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 >09:41:58,428 DEBUG kernel:[ 0.113090] pci 0000:00:16.0: reg 0x10: [mem 0xf721a000-0xf721a00f 64bit] >09:41:58,428 DEBUG kernel:[ 0.113158] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >09:41:58,428 DEBUG kernel:[ 0.113226] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 >09:41:58,428 DEBUG kernel:[ 0.113245] pci 0000:00:1a.0: reg 0x10: [mem 0xf7218000-0xf72183ff] >09:41:58,428 DEBUG kernel:[ 0.113329] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113373] pci 0000:00:1a.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113403] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 >09:41:58,428 DEBUG kernel:[ 0.113416] pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit] >09:41:58,428 DEBUG kernel:[ 0.113475] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113512] pci 0000:00:1b.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113538] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400 >09:41:58,428 DEBUG kernel:[ 0.113613] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113652] pci 0000:00:1c.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113679] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400 >09:41:58,428 DEBUG kernel:[ 0.113754] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113791] pci 0000:00:1c.2: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113818] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400 >09:41:58,428 DEBUG kernel:[ 0.113894] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.113931] pci 0000:00:1c.3: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.113967] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 >09:41:58,428 DEBUG kernel:[ 0.113986] pci 0000:00:1d.0: reg 0x10: [mem 0xf7217000-0xf72173ff] >09:41:58,428 DEBUG kernel:[ 0.114069] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.114113] pci 0000:00:1d.0: System wakeup disabled by ACPI >09:41:58,428 DEBUG kernel:[ 0.114142] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100 >09:41:58,428 DEBUG kernel:[ 0.114294] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601 >09:41:58,428 DEBUG kernel:[ 0.114310] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077] >09:41:58,428 DEBUG kernel:[ 0.114317] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063] >09:41:58,428 DEBUG kernel:[ 0.114323] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057] >09:41:58,428 DEBUG kernel:[ 0.114329] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043] >09:41:58,428 DEBUG kernel:[ 0.114336] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f] >09:41:58,428 DEBUG kernel:[ 0.114342] pci 0000:00:1f.2: reg 0x24: [mem 0xf7216000-0xf72167ff] >09:41:58,428 DEBUG kernel:[ 0.114382] pci 0000:00:1f.2: PME# supported from D3hot >09:41:58,428 DEBUG kernel:[ 0.114436] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 >09:41:58,428 DEBUG kernel:[ 0.114449] pci 0000:00:1f.3: reg 0x10: [mem 0xf7215000-0xf72150ff 64bit] >09:41:58,428 DEBUG kernel:[ 0.114468] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f] >09:41:58,428 DEBUG kernel:[ 0.114560] pci 0000:01:00.0: [10de:1087] type 00 class 0x030000 >09:41:58,428 DEBUG kernel:[ 0.114568] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff] >09:41:58,428 DEBUG kernel:[ 0.114575] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref] >09:41:58,428 DEBUG kernel:[ 0.114582] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref] >09:41:58,428 DEBUG kernel:[ 0.114587] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] >09:41:58,428 DEBUG kernel:[ 0.114592] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref] >09:41:58,428 DEBUG kernel:[ 0.114653] pci 0000:01:00.1: [10de:0e09] type 00 class 0x040300 >09:41:58,428 DEBUG kernel:[ 0.114660] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff] >09:41:58,428 INFO kernel:[ 0.116967] pci 0000:00:01.0: PCI bridge to [bus 01] >09:41:58,428 DEBUG kernel:[ 0.116971] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >09:41:58,428 DEBUG kernel:[ 0.116974] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >09:41:58,428 DEBUG kernel:[ 0.116979] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref] >09:41:58,428 INFO kernel:[ 0.117046] pci 0000:00:1c.0: PCI bridge to [bus 02] >09:41:58,428 DEBUG kernel:[ 0.117125] pci 0000:03:00.0: [1969:1083] type 00 class 0x020000 >09:41:58,428 DEBUG kernel:[ 0.117155] pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf713ffff 64bit] >09:41:58,428 DEBUG kernel:[ 0.117168] pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f] >09:41:58,428 DEBUG kernel:[ 0.117299] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.117331] pci 0000:03:00.0: System wakeup disabled by ACPI >09:41:58,428 INFO kernel:[ 0.119976] pci 0000:00:1c.2: PCI bridge to [bus 03] >09:41:58,428 DEBUG kernel:[ 0.119981] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] >09:41:58,428 DEBUG kernel:[ 0.119986] pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff] >09:41:58,428 DEBUG kernel:[ 0.120078] pci 0000:04:00.0: [8086:244e] type 01 class 0x060401 >09:41:58,428 DEBUG kernel:[ 0.120232] pci 0000:04:00.0: supports D1 D2 >09:41:58,428 DEBUG kernel:[ 0.120233] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold >09:41:58,428 INFO kernel:[ 0.120261] pci 0000:04:00.0: System wakeup disabled by ACPI >09:41:58,428 INFO kernel:[ 0.120284] pci 0000:00:1c.3: PCI bridge to [bus 04-05] >09:41:58,428 INFO kernel:[ 0.120436] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode) >09:41:58,428 INFO kernel:[ 0.120492] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >09:41:58,428 INFO kernel:[ 0.120822] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >09:41:58,428 INFO kernel:[ 0.120855] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) >09:41:58,428 INFO kernel:[ 0.120886] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) >09:41:58,428 INFO kernel:[ 0.120917] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15) >09:41:58,428 INFO kernel:[ 0.120947] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >09:41:58,428 INFO kernel:[ 0.120982] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >09:41:58,428 INFO kernel:[ 0.121014] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15) >09:41:58,428 INFO kernel:[ 0.121044] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15) >09:41:58,428 WARNING kernel:[ 0.121190] ACPI: Enabled 4 GPEs in block 00 to 3F >09:41:58,428 INFO kernel:[ 0.121263] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none >09:41:58,428 INFO kernel:[ 0.121264] vgaarb: loaded >09:41:58,428 INFO kernel:[ 0.121265] vgaarb: bridge control possible 0000:01:00.0 >09:41:58,428 NOTICE kernel:[ 0.121314] SCSI subsystem initialized >09:41:58,428 DEBUG kernel:[ 0.121339] libata version 3.00 loaded. >09:41:58,428 INFO kernel:[ 0.121360] ACPI: bus type USB registered >09:41:58,428 INFO kernel:[ 0.121373] usbcore: registered new interface driver usbfs >09:41:58,428 INFO kernel:[ 0.121378] usbcore: registered new interface driver hub >09:41:58,428 INFO kernel:[ 0.121391] usbcore: registered new device driver usb >09:41:58,428 INFO kernel:[ 0.121462] PCI: Using ACPI for IRQ routing >09:41:58,428 DEBUG kernel:[ 0.122843] PCI: pci_cache_line_size set to 64 bytes >09:41:58,428 DEBUG kernel:[ 0.122883] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] >09:41:58,428 DEBUG kernel:[ 0.122884] e820: reserve RAM buffer [mem 0x99394018-0x9bffffff] >09:41:58,428 DEBUG kernel:[ 0.122885] e820: reserve RAM buffer [mem 0x993a5018-0x9bffffff] >09:41:58,428 DEBUG kernel:[ 0.122886] e820: reserve RAM buffer [mem 0xddf1e000-0xdfffffff] >09:41:58,428 DEBUG kernel:[ 0.122887] e820: reserve RAM buffer [mem 0xde1b3000-0xdfffffff] >09:41:58,428 DEBUG kernel:[ 0.122888] e820: reserve RAM buffer [mem 0xdea5f000-0xdfffffff] >09:41:58,428 DEBUG kernel:[ 0.122889] e820: reserve RAM buffer [mem 0xdf471000-0xdfffffff] >09:41:58,428 DEBUG kernel:[ 0.122890] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff] >09:41:58,428 DEBUG kernel:[ 0.122891] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff] >09:41:58,428 INFO kernel:[ 0.122966] NetLabel: Initializing >09:41:58,428 INFO kernel:[ 0.122967] NetLabel: domain hash size = 128 >09:41:58,428 INFO kernel:[ 0.122968] NetLabel: protocols = UNLABELED CIPSOv4 >09:41:58,428 INFO kernel:[ 0.122976] NetLabel: unlabeled traffic allowed by default >09:41:58,428 INFO kernel:[ 0.123001] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >09:41:58,428 INFO kernel:[ 0.123004] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >09:41:58,428 INFO kernel:[ 0.125024] Switched to clocksource hpet >09:41:58,428 INFO kernel:[ 0.128806] pnp: PnP ACPI init >09:41:58,428 INFO kernel:[ 0.128816] ACPI: bus type PNP registered >09:41:58,428 INFO kernel:[ 0.128874] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved >09:41:58,428 DEBUG kernel:[ 0.128877] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >09:41:58,428 INFO kernel:[ 0.128925] system 00:01: [io 0x0680-0x069f] has been reserved >09:41:58,428 INFO kernel:[ 0.128926] system 00:01: [io 0x0200-0x020f] has been reserved >09:41:58,428 INFO kernel:[ 0.128927] system 00:01: [io 0xffff] has been reserved >09:41:58,428 INFO kernel:[ 0.128929] system 00:01: [io 0xffff] has been reserved >09:41:58,428 INFO kernel:[ 0.128930] system 00:01: [io 0x0400-0x0453] could not be reserved >09:41:58,428 INFO kernel:[ 0.128931] system 00:01: [io 0x0458-0x047f] has been reserved >09:41:58,428 INFO kernel:[ 0.128932] system 00:01: [io 0x0500-0x057f] has been reserved >09:41:58,428 DEBUG kernel:[ 0.128934] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >09:41:58,428 DEBUG kernel:[ 0.128956] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >09:41:58,428 INFO kernel:[ 0.128988] system 00:03: [io 0x0454-0x0457] has been reserved >09:41:58,428 DEBUG kernel:[ 0.128989] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >09:41:58,428 INFO kernel:[ 0.129078] system 00:04: [io 0x0a00-0x0a0f] has been reserved >09:41:58,428 INFO kernel:[ 0.129080] system 00:04: [io 0x0a30-0x0a3f] has been reserved >09:41:58,428 INFO kernel:[ 0.129081] system 00:04: [io 0x0a20-0x0a2f] has been reserved >09:41:58,428 DEBUG kernel:[ 0.129082] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >09:41:58,428 DEBUG kernel:[ 0.129241] pnp 00:05: [dma 0 disabled] >09:41:58,428 DEBUG kernel:[ 0.129273] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >09:41:58,428 INFO kernel:[ 0.129304] system 00:06: [io 0x04d0-0x04d1] has been reserved >09:41:58,428 DEBUG kernel:[ 0.129306] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >09:41:58,428 INFO kernel:[ 0.129455] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved >09:41:58,428 INFO kernel:[ 0.129457] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved >09:41:58,428 INFO kernel:[ 0.129458] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved >09:41:58,428 INFO kernel:[ 0.129459] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved >09:41:58,428 INFO kernel:[ 0.129461] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved >09:41:58,428 INFO kernel:[ 0.129462] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved >09:41:58,428 INFO kernel:[ 0.129463] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved >09:41:58,428 INFO kernel:[ 0.129464] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved >09:41:58,428 INFO kernel:[ 0.129465] system 00:07: [mem 0xff000000-0xffffffff] has been reserved >09:41:58,428 INFO kernel:[ 0.129467] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved >09:41:58,428 INFO kernel:[ 0.129468] system 00:07: [mem 0xe0000000-0xe0000fff] has been reserved >09:41:58,428 DEBUG kernel:[ 0.129469] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >09:41:58,428 INFO kernel:[ 0.129546] pnp: PnP ACPI: found 8 devices >09:41:58,428 INFO kernel:[ 0.129547] ACPI: bus type PNP unregistered >09:41:58,428 INFO kernel:[ 0.135517] pci 0000:00:01.0: PCI bridge to [bus 01] >09:41:58,428 INFO kernel:[ 0.135520] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >09:41:58,428 INFO kernel:[ 0.135522] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >09:41:58,428 INFO kernel:[ 0.135524] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref] >09:41:58,428 INFO kernel:[ 0.135526] pci 0000:00:1c.0: PCI bridge to [bus 02] >09:41:58,428 INFO kernel:[ 0.135536] pci 0000:00:1c.2: PCI bridge to [bus 03] >09:41:58,428 INFO kernel:[ 0.135538] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] >09:41:58,428 INFO kernel:[ 0.135542] pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff] >09:41:58,428 INFO kernel:[ 0.135548] pci 0000:04:00.0: PCI bridge to [bus 05] >09:41:58,428 INFO kernel:[ 0.135571] pci 0000:00:1c.3: PCI bridge to [bus 04-05] >09:41:58,428 DEBUG kernel:[ 0.135581] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >09:41:58,428 DEBUG kernel:[ 0.135582] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >09:41:58,428 DEBUG kernel:[ 0.135583] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >09:41:58,428 DEBUG kernel:[ 0.135584] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] >09:41:58,428 DEBUG kernel:[ 0.135585] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] >09:41:58,428 DEBUG kernel:[ 0.135586] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] >09:41:58,428 DEBUG kernel:[ 0.135587] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] >09:41:58,428 DEBUG kernel:[ 0.135589] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff] >09:41:58,428 DEBUG kernel:[ 0.135590] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >09:41:58,428 DEBUG kernel:[ 0.135591] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff] >09:41:58,428 DEBUG kernel:[ 0.135592] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref] >09:41:58,428 DEBUG kernel:[ 0.135593] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] >09:41:58,428 DEBUG kernel:[ 0.135594] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff] >09:41:58,428 INFO kernel:[ 0.135613] NET: Registered protocol family 2 >09:41:58,428 INFO kernel:[ 0.135752] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >09:41:58,428 INFO kernel:[ 0.135861] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >09:41:58,428 INFO kernel:[ 0.135955] TCP: Hash tables configured (established 65536 bind 65536) >09:41:58,428 INFO kernel:[ 0.135965] TCP: reno registered >09:41:58,428 INFO kernel:[ 0.135973] UDP hash table entries: 4096 (order: 5, 131072 bytes) >09:41:58,428 INFO kernel:[ 0.135993] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >09:41:58,428 INFO kernel:[ 0.136037] NET: Registered protocol family 1 >09:41:58,428 DEBUG kernel:[ 0.136375] pci 0000:01:00.0: Boot video device >09:41:58,428 DEBUG kernel:[ 0.136387] PCI: CLS 64 bytes, default 64 >09:41:58,428 INFO kernel:[ 0.136421] Unpacking initramfs... >09:41:58,428 INFO kernel:[ 2.623546] Freeing initrd memory: 43268K (ffff88003c17e000 - ffff88003ebbf000) >09:41:58,428 INFO kernel:[ 2.623558] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >09:41:58,428 INFO kernel:[ 2.623560] software IO TLB [mem 0xc979f000-0xcd79f000] (64MB) mapped at [ffff8800c979f000-ffff8800cd79efff] >09:41:58,428 INFO kernel:[ 2.623695] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer >09:41:58,428 INFO kernel:[ 2.623989] AVX version of gcm_enc/dec engaged. >09:41:58,428 INFO kernel:[ 2.625503] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >09:41:58,428 INFO kernel:[ 2.625813] futex hash table entries: 1024 (order: 4, 65536 bytes) >09:41:58,428 NOTICE kernel:[ 2.625824] Initialise system trusted keyring >09:41:58,428 INFO kernel:[ 2.625839] audit: initializing netlink subsys (disabled) >09:41:58,428 NOTICE kernel:[ 2.625850] audit: type=2000 audit(1410774109.604:1): initialized >09:41:58,428 INFO kernel:[ 2.626071] HugeTLB registered 2 MB page size, pre-allocated 0 pages >09:41:58,428 INFO kernel:[ 2.627059] zbud: loaded >09:41:58,428 NOTICE kernel:[ 2.627169] VFS: Disk quotas dquot_6.5.2 >09:41:58,428 WARNING kernel:[ 2.627193] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >09:41:58,428 INFO kernel:[ 2.627417] msgmni has been set to 15887 >09:41:58,428 NOTICE kernel:[ 2.627452] Key type big_key registered >09:41:58,428 DEBUG kernel:[ 2.627454] SELinux: Registering netfilter hooks >09:41:58,428 INFO kernel:[ 2.628080] alg: No test for stdrng (krng) >09:41:58,428 INFO kernel:[ 2.628087] NET: Registered protocol family 38 >09:41:58,428 NOTICE kernel:[ 2.628091] Key type asymmetric registered >09:41:58,428 NOTICE kernel:[ 2.628093] Asymmetric key parser 'x509' registered >09:41:58,428 INFO kernel:[ 2.628117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >09:41:58,428 INFO kernel:[ 2.628152] io scheduler noop registered >09:41:58,428 INFO kernel:[ 2.628154] io scheduler deadline registered >09:41:58,428 INFO kernel:[ 2.628187] io scheduler cfq registered (default) >09:41:58,428 DEBUG kernel:[ 2.628329] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >09:41:58,428 INFO kernel:[ 2.628625] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >09:41:58,428 INFO kernel:[ 2.628635] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >09:41:58,428 INFO kernel:[ 2.628668] efifb: probing for efifb >09:41:58,428 INFO kernel:[ 2.628678] efifb: framebuffer at 0xf1000000, mapped to 0xffffc90004f00000, using 3072k, total 3072k >09:41:58,428 INFO kernel:[ 2.628679] efifb: mode is 1024x768x32, linelength=4096, pages=1 >09:41:58,428 INFO kernel:[ 2.628680] efifb: scrolling: redraw >09:41:58,428 INFO kernel:[ 2.628681] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >09:41:58,428 INFO kernel:[ 2.628730] Console: switching to colour frame buffer device 128x48 >09:41:58,428 INFO kernel:[ 2.630931] fb0: EFI VGA frame buffer device >09:41:58,428 DEBUG kernel:[ 2.630938] intel_idle: MWAIT substates: 0x1120 >09:41:58,428 DEBUG kernel:[ 2.630939] intel_idle: v0.4 model 0x3A >09:41:58,428 DEBUG kernel:[ 2.630940] intel_idle: lapic_timer_reliable_states 0xffffffff >09:41:58,428 INFO kernel:[ 2.631083] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >09:41:58,428 INFO kernel:[ 2.631086] ACPI: Power Button [PWRB] >09:41:58,428 INFO kernel:[ 2.631110] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >09:41:58,428 INFO kernel:[ 2.631111] ACPI: Power Button [PWRF] >09:41:58,428 INFO kernel:[ 2.631153] ACPI: Fan [FAN0] (off) >09:41:58,428 INFO kernel:[ 2.631171] ACPI: Fan [FAN1] (off) >09:41:58,428 INFO kernel:[ 2.631189] ACPI: Fan [FAN2] (off) >09:41:58,428 INFO kernel:[ 2.631207] ACPI: Fan [FAN3] (off) >09:41:58,428 INFO kernel:[ 2.631226] ACPI: Fan [FAN4] (off) >09:41:58,428 INFO kernel:[ 2.642272] thermal LNXTHERM:00: registered as thermal_zone0 >09:41:58,428 INFO kernel:[ 2.642273] ACPI: Thermal Zone [TZ00] (28 C) >09:41:58,428 INFO kernel:[ 2.642401] thermal LNXTHERM:01: registered as thermal_zone1 >09:41:58,428 INFO kernel:[ 2.642402] ACPI: Thermal Zone [TZ01] (30 C) >09:41:58,428 INFO kernel:[ 2.642420] GHES: HEST is not enabled! >09:41:58,428 INFO kernel:[ 2.642523] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >09:41:58,428 INFO kernel:[ 2.663104] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A >09:41:58,428 INFO kernel:[ 2.663932] Non-volatile memory driver v1.3 >09:41:58,428 INFO kernel:[ 2.663935] Linux agpgart interface v0.103 >09:41:58,428 DEBUG kernel:[ 2.664029] ahci 0000:00:1f.2: version 3.0 >09:41:58,428 DEBUG kernel:[ 2.664111] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X >09:41:58,428 INFO kernel:[ 2.664146] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode >09:41:58,428 INFO kernel:[ 2.664148] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst >09:41:58,428 INFO kernel:[ 2.666497] scsi0 : ahci >09:41:58,428 INFO kernel:[ 2.666718] scsi1 : ahci >09:41:58,428 INFO kernel:[ 2.666833] scsi2 : ahci >09:41:58,428 INFO kernel:[ 2.666925] scsi3 : ahci >09:41:58,428 INFO kernel:[ 2.667041] scsi4 : ahci >09:41:58,428 INFO kernel:[ 2.667107] scsi5 : ahci >09:41:58,428 INFO kernel:[ 2.667134] ata1: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216100 irq 41 >09:41:58,428 INFO kernel:[ 2.667136] ata2: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216180 irq 41 >09:41:58,428 INFO kernel:[ 2.667137] ata3: DUMMY >09:41:58,428 INFO kernel:[ 2.667137] ata4: DUMMY >09:41:58,428 INFO kernel:[ 2.667138] ata5: DUMMY >09:41:58,428 INFO kernel:[ 2.667138] ata6: DUMMY >09:41:58,428 INFO kernel:[ 2.667184] libphy: Fixed MDIO Bus: probed >09:41:58,428 INFO kernel:[ 2.667244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >09:41:58,428 INFO kernel:[ 2.667250] ehci-pci: EHCI PCI platform driver >09:41:58,428 INFO kernel:[ 2.667342] ehci-pci 0000:00:1a.0: EHCI Host Controller >09:41:58,428 INFO kernel:[ 2.667384] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >09:41:58,428 INFO kernel:[ 2.667395] ehci-pci 0000:00:1a.0: debug port 2 >09:41:58,428 DEBUG kernel:[ 2.671302] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >09:41:58,428 INFO kernel:[ 2.671312] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7218000 >09:41:58,428 INFO kernel:[ 2.677050] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >09:41:58,428 INFO kernel:[ 2.677076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >09:41:58,428 INFO kernel:[ 2.677077] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:41:58,428 INFO kernel:[ 2.677078] usb usb1: Product: EHCI Host Controller >09:41:58,428 INFO kernel:[ 2.677079] usb usb1: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >09:41:58,428 INFO kernel:[ 2.677080] usb usb1: SerialNumber: 0000:00:1a.0 >09:41:58,428 INFO kernel:[ 2.677155] hub 1-0:1.0: USB hub found >09:41:58,428 INFO kernel:[ 2.677159] hub 1-0:1.0: 2 ports detected >09:41:58,428 INFO kernel:[ 2.677296] ehci-pci 0000:00:1d.0: EHCI Host Controller >09:41:58,428 INFO kernel:[ 2.677328] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >09:41:58,428 INFO kernel:[ 2.677337] ehci-pci 0000:00:1d.0: debug port 2 >09:41:58,428 DEBUG kernel:[ 2.681223] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >09:41:58,428 INFO kernel:[ 2.681233] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7217000 >09:41:58,428 INFO kernel:[ 2.687054] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >09:41:58,428 INFO kernel:[ 2.687072] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >09:41:58,428 INFO kernel:[ 2.687073] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:41:58,428 INFO kernel:[ 2.687074] usb usb2: Product: EHCI Host Controller >09:41:58,428 INFO kernel:[ 2.687075] usb usb2: Manufacturer: Linux 3.16.1-301.fc21.x86_64 ehci_hcd >09:41:58,428 INFO kernel:[ 2.687076] usb usb2: SerialNumber: 0000:00:1d.0 >09:41:58,428 INFO kernel:[ 2.687221] hub 2-0:1.0: USB hub found >09:41:58,428 INFO kernel:[ 2.687226] hub 2-0:1.0: 2 ports detected >09:41:58,428 INFO kernel:[ 2.687311] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >09:41:58,428 INFO kernel:[ 2.687316] ohci-pci: OHCI PCI platform driver >09:41:58,428 INFO kernel:[ 2.687324] uhci_hcd: USB Universal Host Controller Interface driver >09:41:58,428 INFO kernel:[ 2.687403] xhci_hcd 0000:00:14.0: xHCI Host Controller >09:41:58,428 INFO kernel:[ 2.687489] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >09:41:58,428 DEBUG kernel:[ 2.687568] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >09:41:58,428 DEBUG kernel:[ 2.687582] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X >09:41:58,428 INFO kernel:[ 2.687631] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >09:41:58,428 INFO kernel:[ 2.687632] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:41:58,428 INFO kernel:[ 2.687633] usb usb3: Product: xHCI Host Controller >09:41:58,428 INFO kernel:[ 2.687634] usb usb3: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >09:41:58,428 INFO kernel:[ 2.687635] usb usb3: SerialNumber: 0000:00:14.0 >09:41:58,428 INFO kernel:[ 2.687768] hub 3-0:1.0: USB hub found >09:41:58,428 INFO kernel:[ 2.687777] hub 3-0:1.0: 4 ports detected >09:41:58,428 INFO kernel:[ 2.687986] xhci_hcd 0000:00:14.0: xHCI Host Controller >09:41:58,428 INFO kernel:[ 2.688069] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >09:41:58,428 INFO kernel:[ 2.688100] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >09:41:58,428 INFO kernel:[ 2.688101] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >09:41:58,428 INFO kernel:[ 2.688102] usb usb4: Product: xHCI Host Controller >09:41:58,428 INFO kernel:[ 2.688103] usb usb4: Manufacturer: Linux 3.16.1-301.fc21.x86_64 xhci_hcd >09:41:58,428 INFO kernel:[ 2.688104] usb usb4: SerialNumber: 0000:00:14.0 >09:41:58,428 INFO kernel:[ 2.688265] hub 4-0:1.0: USB hub found >09:41:58,428 INFO kernel:[ 2.688274] hub 4-0:1.0: 4 ports detected >09:41:58,428 INFO kernel:[ 2.688514] usbcore: registered new interface driver usbserial >09:41:58,428 INFO kernel:[ 2.688520] usbcore: registered new interface driver usbserial_generic >09:41:58,428 INFO kernel:[ 2.688525] usbserial: USB Serial support registered for generic >09:41:58,428 INFO kernel:[ 2.688542] i8042: PNP: No PS/2 controller found. Probing ports directly. >09:41:58,428 INFO kernel:[ 2.688947] serio: i8042 KBD port at 0x60,0x64 irq 1 >09:41:58,428 INFO kernel:[ 2.688951] serio: i8042 AUX port at 0x60,0x64 irq 12 >09:41:58,428 INFO kernel:[ 2.689086] mousedev: PS/2 mouse device common for all mice >09:41:58,428 INFO kernel:[ 2.689492] rtc_cmos 00:02: RTC can wake from S4 >09:41:58,428 INFO kernel:[ 2.689685] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >09:41:58,428 INFO kernel:[ 2.689711] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >09:41:58,428 INFO kernel:[ 2.689757] device-mapper: uevent: version 1.0.3 >09:41:58,428 INFO kernel:[ 2.689839] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >09:41:58,428 INFO kernel:[ 2.689937] Intel P-state driver initializing. >09:41:58,428 INFO kernel:[ 2.689945] Intel pstate controlling: cpu 0 >09:41:58,428 INFO kernel:[ 2.689972] Intel pstate controlling: cpu 1 >09:41:58,428 INFO kernel:[ 2.690017] Intel pstate controlling: cpu 2 >09:41:58,428 INFO kernel:[ 2.690062] Intel pstate controlling: cpu 3 >09:41:58,428 INFO kernel:[ 2.690527] EFI Variables Facility v0.08 2004-May-17 >09:41:58,428 INFO kernel:[ 2.717287] hidraw: raw HID events driver (C) Jiri Kosina >09:41:58,428 INFO kernel:[ 2.717426] usbcore: registered new interface driver usbhid >09:41:58,428 INFO kernel:[ 2.717427] usbhid: USB HID core driver >09:41:58,428 INFO kernel:[ 2.717459] drop_monitor: Initializing network drop monitor service >09:41:58,428 INFO kernel:[ 2.717540] ip_tables: (C) 2000-2006 Netfilter Core Team >09:41:58,428 INFO kernel:[ 2.717601] TCP: cubic registered >09:41:58,428 INFO kernel:[ 2.717616] Initializing XFRM netlink socket >09:41:58,428 INFO kernel:[ 2.717746] NET: Registered protocol family 10 >09:41:58,428 INFO kernel:[ 2.718020] mip6: Mobile IPv6 >09:41:58,428 INFO kernel:[ 2.718026] NET: Registered protocol family 17 >09:41:58,428 NOTICE kernel:[ 2.718400] Loading compiled-in X.509 certificates >09:41:58,428 NOTICE kernel:[ 2.719567] Loaded X.509 cert 'Fedora kernel signing key: 3ef43f90de979dd933841ca4d009814f19f7d554' >09:41:58,428 INFO kernel:[ 2.719589] registered taskstats version 1 >09:41:58,428 INFO kernel:[ 2.720013] Magic number: 14:231:677 >09:41:58,428 INFO kernel:[ 2.720130] rtc_cmos 00:02: setting system clock to 2014-09-15 09:41:50 UTC (1410774110) >09:41:58,428 DEBUG kernel:[ 2.720229] PM: Hibernation image not present or could not be loaded. >09:41:58,428 INFO kernel:[ 2.972226] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >09:41:58,428 INFO kernel:[ 2.972250] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >09:41:58,428 WARNING kernel:[ 2.973273] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >09:41:58,428 WARNING kernel:[ 2.973281] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff88021603cd70), AE_NOT_FOUND (20140424/psparse-536) >09:41:58,428 INFO kernel:[ 2.973591] ata1.00: ATA-8: Hitachi HDS723020BLA642, MN6OA800, max UDMA/133 >09:41:58,428 INFO kernel:[ 2.973595] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >09:41:58,428 WARNING kernel:[ 2.974726] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >09:41:58,428 WARNING kernel:[ 2.974734] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff88021603cd70), AE_NOT_FOUND (20140424/psparse-536) >09:41:58,428 WARNING kernel:[ 2.974786] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >09:41:58,428 WARNING kernel:[ 2.974794] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff88021603cde8), AE_NOT_FOUND (20140424/psparse-536) >09:41:58,428 INFO kernel:[ 2.974805] ata2.00: ATAPI: ASUS DRW-24B3ST, 1.00, max UDMA/100 >09:41:58,428 INFO kernel:[ 2.974991] ata1.00: configured for UDMA/133 >09:41:58,428 NOTICE kernel:[ 2.975262] scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72302 A800 PQ: 0 ANSI: 5 >09:41:58,428 WARNING kernel:[ 2.975594] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >09:41:58,428 WARNING kernel:[ 2.975602] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff88021603cde8), AE_NOT_FOUND (20140424/psparse-536) >09:41:58,428 INFO kernel:[ 2.975614] ata2.00: configured for UDMA/100 >09:41:58,428 NOTICE kernel:[ 2.975689] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >09:41:58,428 NOTICE kernel:[ 2.975736] sd 0:0:0:0: [sda] Write Protect is off >09:41:58,428 NOTICE kernel:[ 2.975739] sd 0:0:0:0: Attached scsi generic sg0 type 0 >09:41:58,428 DEBUG kernel:[ 2.975742] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >09:41:58,428 NOTICE kernel:[ 2.975761] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >09:41:58,428 NOTICE kernel:[ 2.977867] scsi 1:0:0:0: CD-ROM ASUS DRW-24B3ST 1.00 PQ: 0 ANSI: 5 >09:41:58,428 INFO kernel:[ 2.979230] usb 1-1: new high-speed USB device number 2 using ehci-pci >09:41:58,428 WARNING kernel:[ 3.004890] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray >09:41:58,428 INFO kernel:[ 3.004894] cdrom: Uniform CD-ROM driver Revision: 3.20 >09:41:58,428 DEBUG kernel:[ 3.005101] sr 1:0:0:0: Attached scsi CD-ROM sr0 >09:41:58,428 NOTICE kernel:[ 3.005272] sr 1:0:0:0: Attached scsi generic sg1 type 5 >09:41:58,428 INFO kernel:[ 3.037337] sda: sda1 sda2 sda3 sda4 >09:41:58,428 NOTICE kernel:[ 3.037877] sd 0:0:0:0: [sda] Attached SCSI disk >09:41:58,428 INFO kernel:[ 3.039209] Freeing unused kernel memory: 1452K (ffffffff81d2d000 - ffffffff81e98000) >09:41:58,428 INFO kernel:[ 3.039213] Write protecting the kernel read-only data: 12288k >09:41:58,428 INFO kernel:[ 3.041921] Freeing unused kernel memory: 856K (ffff88000272a000 - ffff880002800000) >09:41:58,428 INFO kernel:[ 3.044513] Freeing unused kernel memory: 940K (ffff880002b15000 - ffff880002c00000) >09:41:58,428 INFO kernel:[ 3.096348] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 >09:41:58,428 INFO kernel:[ 3.096358] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >09:41:58,428 NOTICE kernel:[ 3.098308] random: systemd urandom read with 21 bits of entropy available >09:41:58,428 INFO kernel:[ 3.098320] hub 1-1:1.0: USB hub found >09:41:58,428 INFO kernel:[ 3.098408] hub 1-1:1.0: 6 ports detected >09:41:58,428 INFO kernel:[ 3.136835] device-mapper: multipath: version 1.7.0 loaded >09:41:58,428 INFO kernel:[ 3.183090] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >09:41:58,428 INFO kernel:[ 3.183093] EDD information not available. >09:41:58,428 INFO kernel:[ 3.201273] usb 2-1: new high-speed USB device number 2 using ehci-pci >09:41:58,428 INFO kernel:[ 3.315630] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 >09:41:58,428 INFO kernel:[ 3.315633] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >09:41:58,428 INFO kernel:[ 3.315892] hub 2-1:1.0: USB hub found >09:41:58,428 INFO kernel:[ 3.315977] hub 2-1:1.0: 8 ports detected >09:41:58,428 INFO kernel:[ 3.333157] squashfs: version 4.0 (2009/01/31) Phillip Lougher >09:41:58,428 INFO kernel:[ 3.337833] Loading iSCSI transport class v2.0-870. >09:41:58,428 NOTICE kernel:[ 3.343635] iscsi: registered transport (tcp) >09:41:58,428 INFO kernel:[ 3.470461] usb 3-1: new high-speed USB device number 2 using xhci_hcd >09:41:58,428 INFO kernel:[ 3.625473] tsc: Refined TSC clocksource calibration: 3403.347 MHz >09:41:58,428 INFO kernel:[ 3.636488] usb 3-1: New USB device found, idVendor=0781, idProduct=540e >09:41:58,428 INFO kernel:[ 3.636493] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >09:41:58,428 INFO kernel:[ 3.636496] usb 3-1: Product: Cruzer Contour >09:41:58,428 INFO kernel:[ 3.636498] usb 3-1: Manufacturer: SanDisk Corporation >09:41:58,428 INFO kernel:[ 3.636500] usb 3-1: SerialNumber: 000016830772FEB1 >09:41:58,428 INFO kernel:[ 3.709677] usb 1-1.3: new low-speed USB device number 3 using ehci-pci >09:41:58,428 INFO kernel:[ 3.801996] usb 1-1.3: New USB device found, idVendor=1c4f, idProduct=0002 >09:41:58,428 INFO kernel:[ 3.802001] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >09:41:58,428 INFO kernel:[ 3.802003] usb 1-1.3: Product: USB Keykoard >09:41:58,428 INFO kernel:[ 3.802005] usb 1-1.3: Manufacturer: SIGMACH1P >09:41:58,428 INFO kernel:[ 3.805018] input: SIGMACH1P USB Keykoard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1C4F:0002.0001/input/input5 >09:41:58,428 INFO kernel:[ 3.805188] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACH1P USB Keykoard] on usb-0000:00:1a.0-1.3/input0 >09:41:58,428 INFO kernel:[ 3.807514] input: SIGMACH1P USB Keykoard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1C4F:0002.0002/input/input6 >09:41:58,428 INFO kernel:[ 3.807780] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACH1P USB Keykoard] on usb-0000:00:1a.0-1.3/input1 >09:41:58,428 INFO kernel:[ 3.880743] usb 1-1.6: new high-speed USB device number 4 using ehci-pci >09:41:58,428 INFO kernel:[ 3.967409] usb 1-1.6: New USB device found, idVendor=04e8, idProduct=341b >09:41:58,428 INFO kernel:[ 3.967413] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >09:41:58,428 INFO kernel:[ 3.967416] usb 1-1.6: Product: SCX-4200 Series >09:41:58,428 INFO kernel:[ 3.967418] usb 1-1.6: Manufacturer: Samsung >09:41:58,428 INFO kernel:[ 3.967420] usb 1-1.6: SerialNumber: 8T66BFFQ500825X. >09:41:58,428 INFO kernel:[ 4.626065] Switched to clocksource tsc >09:41:58,428 INFO kernel:[ 6.372672] floppy0: no floppy controllers found >09:41:58,428 INFO kernel:[ 6.372683] work still pending >09:41:58,428 INFO kernel:[ 6.380055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >09:41:58,428 INFO kernel:[ 6.380058] EDD information not available. >09:41:58,428 INFO kernel:[ 6.393744] No iBFT detected. >09:41:58,428 INFO kernel:[ 6.398085] md: raid0 personality registered for level 0 >09:41:58,428 INFO kernel:[ 6.404196] md: raid1 personality registered for level 1 >09:41:58,428 WARNING kernel:[ 6.433545] raid6: sse2x1 5558 MB/s >09:41:58,428 WARNING kernel:[ 6.450544] raid6: sse2x2 7367 MB/s >09:41:58,428 WARNING kernel:[ 6.467554] raid6: sse2x4 9273 MB/s >09:41:58,428 WARNING kernel:[ 6.467555] raid6: using algorithm sse2x4 (9273 MB/s) >09:41:58,428 WARNING kernel:[ 6.467556] raid6: using ssse3x2 recovery algorithm >09:41:58,428 INFO kernel:[ 6.469002] async_tx: api initialized (async) >09:41:58,428 INFO kernel:[ 6.470535] xor: automatically using best checksumming function: >09:41:58,428 INFO kernel:[ 6.479552] avx : 18528.000 MB/sec >09:41:58,428 INFO kernel:[ 6.491329] md: raid6 personality registered for level 6 >09:41:58,428 INFO kernel:[ 6.491331] md: raid5 personality registered for level 5 >09:41:58,428 INFO kernel:[ 6.491332] md: raid4 personality registered for level 4 >09:41:58,428 INFO kernel:[ 6.498007] md: raid10 personality registered for level 10 >09:41:58,428 INFO kernel:[ 6.500269] md: linear personality registered for level -1 >09:41:58,428 INFO kernel:[ 6.507682] device-mapper: multipath round-robin: version 1.0.0 loaded >09:41:58,428 INFO kernel:[ 6.514243] sha256_ssse3: Using AVX optimized SHA-256 implementation >09:41:58,428 INFO kernel:[ 6.535294] RPC: Registered named UNIX socket transport module. >09:41:58,428 INFO kernel:[ 6.535297] RPC: Registered udp transport module. >09:41:58,428 INFO kernel:[ 6.535297] RPC: Registered tcp transport module. >09:41:58,428 INFO kernel:[ 6.535298] RPC: Registered tcp NFSv4.1 backchannel transport module. >09:41:58,428 INFO kernel:[ 6.616545] usb-storage 3-1:1.0: USB Mass Storage device detected >09:41:58,428 INFO kernel:[ 6.616655] scsi6 : usb-storage 3-1:1.0 >09:41:58,428 INFO kernel:[ 6.616728] usbcore: registered new interface driver usb-storage >09:41:58,428 INFO kernel:[ 6.618663] usbcore: registered new interface driver uas >09:41:58,428 INFO kernel:[ 6.682781] [drm] Initialized drm 1.1.0 20060810 >09:41:58,428 INFO kernel:[ 6.691645] alg: No test for crc32 (crc32-pclmul) >09:41:58,428 INFO kernel:[ 6.693949] wmi: Mapper loaded >09:41:58,428 INFO kernel:[ 6.694907] atl1c 0000:03:00.0: version 1.0.1.1-NAPI >09:41:58,428 DEBUG kernel:[ 6.730716] checking generic (f1000000 300000) vs hw (e8000000 8000000) >09:41:58,428 DEBUG kernel:[ 6.730718] checking generic (f1000000 300000) vs hw (f0000000 2000000) >09:41:58,428 INFO kernel:[ 6.730719] fb: switching to nouveaufb from EFI VGA >09:41:58,428 INFO kernel:[ 6.730731] Console: switching to colour dummy device 80x25 >09:41:58,428 INFO kernel:[ 6.731009] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0c8380a1 >09:41:58,428 INFO kernel:[ 6.731011] nouveau [ DEVICE][0000:01:00.0] Chipset: GF110 (NVC8) >09:41:58,428 INFO kernel:[ 6.731012] nouveau [ DEVICE][0000:01:00.0] Family : NVC0 >09:41:58,428 INFO kernel:[ 6.731027] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... >09:41:58,428 INFO kernel:[ 6.822000] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid >09:41:58,428 INFO kernel:[ 6.822001] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN >09:41:58,428 INFO kernel:[ 6.822049] nouveau [ VBIOS][0000:01:00.0] BIT signature found >09:41:58,428 INFO kernel:[ 6.822051] nouveau [ VBIOS][0000:01:00.0] version 70.10.61.00.02 >09:41:58,428 DEBUG kernel:[ 6.844332] nouveau 0000:01:00.0: irq 43 for MSI/MSI-X >09:41:58,428 INFO kernel:[ 6.844339] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled >09:41:58,428 INFO kernel:[ 6.844368] nouveau [ PFB][0000:01:00.0] RAM type: GDDR5 >09:41:58,428 INFO kernel:[ 6.844369] nouveau [ PFB][0000:01:00.0] RAM size: 1280 MiB >09:41:58,428 INFO kernel:[ 6.844370] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags >09:41:58,428 INFO kernel:[ 6.845834] nouveau [ VOLT][0000:01:00.0] GPU voltage: 913000uv >09:41:58,428 INFO kernel:[ 6.873851] nouveau [ PTHERM][0000:01:00.0] FAN control: PWM >09:41:58,428 INFO kernel:[ 6.873860] nouveau [ PTHERM][0000:01:00.0] fan management: automatic >09:41:58,428 INFO kernel:[ 6.873869] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes >09:41:58,428 INFO kernel:[ 6.873890] nouveau [ CLK][0000:01:00.0] 03: core 50 MHz memory 135 MHz >09:41:58,428 INFO kernel:[ 6.873892] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz memory 324 MHz >09:41:58,428 INFO kernel:[ 6.873894] nouveau [ CLK][0000:01:00.0] 0f: core 765 MHz memory 1900 MHz >09:41:58,428 INFO kernel:[ 6.873966] nouveau [ CLK][0000:01:00.0] --: core 50 MHz memory 135 MHz >09:41:58,428 INFO kernel:[ 6.876769] [TTM] Zone kernel: Available graphics memory: 4068718 kiB >09:41:58,428 INFO kernel:[ 6.876771] [TTM] Zone dma32: Available graphics memory: 2097152 kiB >09:41:58,428 INFO kernel:[ 6.876772] [TTM] Initializing pool allocator >09:41:58,428 INFO kernel:[ 6.876775] [TTM] Initializing DMA pool allocator >09:41:58,428 INFO kernel:[ 6.876781] nouveau [ DRM] VRAM: 1280 MiB >09:41:58,428 INFO kernel:[ 6.876782] nouveau [ DRM] GART: 1048576 MiB >09:41:58,428 INFO kernel:[ 6.876785] nouveau [ DRM] TMDS table version 2.0 >09:41:58,428 INFO kernel:[ 6.876786] nouveau [ DRM] DCB version 4.0 >09:41:58,428 INFO kernel:[ 6.876787] nouveau [ DRM] DCB outp 00: 02000300 00000000 >09:41:58,428 INFO kernel:[ 6.876788] nouveau [ DRM] DCB outp 01: 01000302 00020030 >09:41:58,428 INFO kernel:[ 6.876789] nouveau [ DRM] DCB outp 02: 04011380 00000000 >09:41:58,428 INFO kernel:[ 6.876790] nouveau [ DRM] DCB outp 03: 08011382 00020030 >09:41:58,428 INFO kernel:[ 6.876791] nouveau [ DRM] DCB outp 04: 02022362 00020010 >09:41:58,428 INFO kernel:[ 6.876792] nouveau [ DRM] DCB outp 05: 048333b6 0f220010 >09:41:58,428 INFO kernel:[ 6.876793] nouveau [ DRM] DCB outp 06: 04033372 00020010 >09:41:58,428 INFO kernel:[ 6.876794] nouveau [ DRM] DCB conn 00: 00001030 >09:41:58,428 INFO kernel:[ 6.876795] nouveau [ DRM] DCB conn 01: 00010130 >09:41:58,428 INFO kernel:[ 6.876796] nouveau [ DRM] DCB conn 02: 00002261 >09:41:58,428 INFO kernel:[ 6.876796] nouveau [ DRM] DCB conn 03: 00020346 >09:41:58,428 INFO kernel:[ 6.877499] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >09:41:58,428 INFO kernel:[ 6.877500] [drm] Driver supports precise vblank timestamp query. >09:41:58,428 INFO kernel:[ 6.882217] nouveau [ DRM] MM: using COPY0 for buffer copies >09:41:58,428 INFO kernel:[ 6.920860] Btrfs loaded >09:41:58,428 INFO kernel:[ 6.921275] BTRFS: device label fedora-workstation_x1carbon devid 1 transid 199 /dev/sda4 >09:41:58,428 NOTICE kernel:[ 7.008095] random: nonblocking pool is initialized >09:41:58,428 INFO kernel:[ 7.150522] nouveau [ DRM] allocated 1920x1080 fb: 0x60000, bo ffff88003e6af800 >09:41:58,428 INFO kernel:[ 7.150592] fbcon: nouveaufb (fb0) is primary device >09:41:58,428 INFO kernel:[ 7.218223] Console: switching to colour frame buffer device 240x67 >09:41:58,428 INFO kernel:[ 7.224807] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device >09:41:58,428 INFO kernel:[ 7.224808] nouveau 0000:01:00.0: registered panic notifier >09:41:58,428 INFO kernel:[ 7.227890] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0 >09:41:58,428 NOTICE kernel:[ 7.619596] scsi 6:0:0:0: Direct-Access SanDisk Cruzer Contour 4.12 PQ: 0 ANSI: 2 >09:41:58,428 NOTICE kernel:[ 7.619746] scsi 6:0:0:1: CD-ROM SanDisk Cruzer Contour 4.12 PQ: 0 ANSI: 2 >09:41:58,428 NOTICE kernel:[ 7.619902] sd 6:0:0:0: Attached scsi generic sg2 type 0 >09:41:58,428 NOTICE kernel:[ 7.620351] sd 6:0:0:0: [sdb] 7856128 512-byte logical blocks: (4.02 GB/3.74 GiB) >09:41:58,428 WARNING kernel:[ 7.620392] sr1: scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray >09:41:58,428 DEBUG kernel:[ 7.620472] sr 6:0:0:1: Attached scsi CD-ROM sr1 >09:41:58,428 NOTICE kernel:[ 7.620512] sr 6:0:0:1: Attached scsi generic sg3 type 5 >09:41:58,428 NOTICE kernel:[ 7.620527] sd 6:0:0:0: [sdb] Write Protect is off >09:41:58,428 DEBUG kernel:[ 7.620529] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00 >09:41:58,428 ERR kernel:[ 7.620802] sd 6:0:0:0: [sdb] No Caching mode page found >09:41:58,428 ERR kernel:[ 7.620808] sd 6:0:0:0: [sdb] Assuming drive cache: write through >09:41:58,428 INFO kernel:[ 7.623417] sdb: sdb1 sdb2 sdb3 >09:41:58,428 NOTICE kernel:[ 7.624659] sd 6:0:0:0: [sdb] Attached SCSI removable disk >09:41:58,428 DEBUG kernel:[ 8.021004] ISO 9660 Extensions: Microsoft Joliet Level 3 >09:41:58,428 DEBUG kernel:[ 8.025137] ISO 9660 Extensions: RRIP_1991A >09:41:58,428 INFO kernel:[ 8.116280] loop: module loaded >09:41:58,428 INFO kernel:[ 8.257001] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >09:41:58,428 DEBUG kernel:[ 8.984253] SELinux: 2048 avtab hash slots, 108976 rules. >09:41:58,428 DEBUG kernel:[ 8.995265] SELinux: 2048 avtab hash slots, 108976 rules. >09:41:58,428 DEBUG kernel:[ 9.008056] SELinux: 8 users, 103 roles, 4910 types, 292 bools, 1 sens, 1024 cats >09:41:58,428 DEBUG kernel:[ 9.008058] SELinux: 83 classes, 108976 rules >09:41:58,428 INFO kernel:[ 9.010608] SELinux: Permission audit_read in class capability2 not defined in policy. >09:41:58,428 INFO kernel:[ 9.010611] SELinux: the above unknown classes and permissions will be allowed >09:41:58,428 DEBUG kernel:[ 9.010614] SELinux: Completing initialization. >09:41:58,428 DEBUG kernel:[ 9.010615] SELinux: Setting up existing superblocks. >09:41:58,428 DEBUG kernel:[ 9.010618] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.010629] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.010635] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.010638] SELinux: initialized (dev proc, type proc), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.010666] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011002] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011492] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >09:41:58,428 DEBUG kernel:[ 9.011493] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >09:41:58,428 DEBUG kernel:[ 9.011495] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011497] SELinux: initialized (dev aio, type aio), not configured for labeling >09:41:58,428 DEBUG kernel:[ 9.011498] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011509] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011512] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011515] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011521] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011731] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011732] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011736] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011795] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.011809] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011812] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011814] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011821] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011823] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011824] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011828] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011830] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011831] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011832] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011836] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011837] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011839] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011841] SELinux: initialized (dev drm, type drm), not configured for labeling >09:41:58,428 DEBUG kernel:[ 9.011843] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011845] SELinux: initialized (dev sdb, type iso9660), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.011851] SELinux: initialized (dev loop0, type squashfs), uses xattr >09:41:58,428 DEBUG kernel:[ 9.011861] SELinux: initialized (dev dm-0, type ext4), uses xattr >09:41:58,428 NOTICE kernel:[ 9.021492] audit: type=1403 audit(1410774116.797:2): policy loaded auid=4294967295 ses=4294967295 >09:41:58,428 DEBUG kernel:[ 9.334745] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >09:41:58,428 DEBUG kernel:[ 9.423785] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >09:41:58,428 DEBUG kernel:[ 9.438444] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:41:58,428 INFO kernel:[ 10.048239] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >09:41:58,428 WARNING kernel:[ 10.131304] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258) >09:41:58,428 INFO kernel:[ 10.131308] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >09:41:58,428 WARNING kernel:[ 10.131311] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >09:41:58,428 INFO kernel:[ 10.131313] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >09:41:58,428 WARNING kernel:[ 10.131313] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >09:41:58,428 INFO kernel:[ 10.131315] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >09:41:58,428 WARNING kernel:[ 10.131316] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000051f (\LED_) (20140424/utaddress-258) >09:41:58,428 WARNING kernel:[ 10.131317] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >09:41:58,428 INFO kernel:[ 10.131319] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >09:41:58,428 WARNING kernel:[ 10.131319] lpc_ich: Resource conflict(s) found affecting gpio_ich >09:41:58,428 DEBUG kernel:[ 10.157773] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X >09:41:58,428 INFO kernel:[ 10.159801] usblp 1-1.6:1.1: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04E8 pid 0x341B >09:41:58,428 INFO kernel:[ 10.159811] usbcore: registered new interface driver usblp >09:41:58,428 WARNING kernel:[ 10.220022] tpm_infineon: Unknown symbol tpm_register_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.220031] tpm_infineon: Unknown symbol tpm_dev_vendor_release (err 0) >09:41:58,428 WARNING kernel:[ 10.220035] tpm_infineon: Unknown symbol tpm_remove_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.220044] tpm_infineon: Unknown symbol tpm_pm_resume (err 0) >09:41:58,428 WARNING kernel:[ 10.220098] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >09:41:58,428 WARNING kernel:[ 10.220105] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >09:41:58,428 WARNING kernel:[ 10.220110] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.220114] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >09:41:58,428 WARNING kernel:[ 10.220119] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >09:41:58,428 WARNING kernel:[ 10.220124] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >09:41:58,428 WARNING kernel:[ 10.220132] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >09:41:58,428 WARNING kernel:[ 10.220137] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.220141] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >09:41:58,428 WARNING kernel:[ 10.220144] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >09:41:58,428 WARNING kernel:[ 10.221481] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >09:41:58,428 WARNING kernel:[ 10.221488] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >09:41:58,428 WARNING kernel:[ 10.221493] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.221497] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >09:41:58,428 WARNING kernel:[ 10.221502] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >09:41:58,428 WARNING kernel:[ 10.221507] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >09:41:58,428 WARNING kernel:[ 10.221514] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >09:41:58,428 WARNING kernel:[ 10.221519] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.221523] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >09:41:58,428 WARNING kernel:[ 10.221526] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >09:41:58,428 WARNING kernel:[ 10.222708] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >09:41:58,428 WARNING kernel:[ 10.222716] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >09:41:58,428 WARNING kernel:[ 10.222720] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.222724] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >09:41:58,428 WARNING kernel:[ 10.222729] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >09:41:58,428 WARNING kernel:[ 10.222734] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >09:41:58,428 WARNING kernel:[ 10.222741] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >09:41:58,428 WARNING kernel:[ 10.222745] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >09:41:58,428 WARNING kernel:[ 10.222749] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >09:41:58,428 WARNING kernel:[ 10.222752] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >09:41:58,428 INFO kernel:[ 10.235263] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003) >09:41:58,428 WARNING kernel:[ 10.235334] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258) >09:41:58,428 INFO kernel:[ 10.235337] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >09:41:58,428 INFO kernel:[ 10.261772] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17 >09:41:58,428 INFO kernel:[ 10.268923] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17 >09:41:58,428 INFO kernel:[ 10.268934] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17 >09:41:58,428 INFO kernel:[ 10.268943] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17 >09:41:58,428 INFO kernel:[ 10.269017] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >09:41:58,428 NOTICE kernel:[ 10.649988] audit: type=1400 audit(1410774118.425:3): avc: denied { unlink } for pid=1040 comm="rsyslogd" name="log" dev="devtmpfs" ino=3707 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >09:41:59,068 INFO NetworkManager: <info> NetworkManager (version 0.9.10.0-4.git20140704.fc21) is starting... >09:41:59,068 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >09:41:59,068 INFO NetworkManager: <info> WEXT support is enabled >09:41:59,117 INFO kernel:[ 11.340274] cfg80211: Calling CRDA to update world regulatory domain >09:41:59,177 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >09:41:59,232 INFO polkitd: Started polkitd version 0.112 >09:41:59,337 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >09:41:59,365 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >09:41:59,366 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >09:41:59,366 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >09:41:59,366 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >09:41:59,419 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >09:41:59,420 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >09:41:59,455 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >09:41:59,458 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >09:41:59,462 INFO NetworkManager: <info> WiFi hardware radio set enabled >09:41:59,462 INFO NetworkManager: <info> WWAN hardware radio set enabled >09:41:59,469 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so >09:41:59,470 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >09:41:59,470 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >09:41:59,470 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >09:41:59,470 INFO NetworkManager: <info> Networking is enabled by state file >09:41:59,470 INFO NetworkManager: <info> (lo): link connected >09:41:59,470 INFO NetworkManager: <info> (lo): carrier is ON >09:41:59,470 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >09:41:59,470 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >09:41:59,470 INFO NetworkManager: <info> (enp3s0): carrier is OFF >09:41:59,470 INFO NetworkManager: <info> (enp3s0): new Ethernet device (driver: 'atl1c' ifindex: 2) >09:41:59,470 INFO NetworkManager: <info> (enp3s0): exported as /org/freedesktop/NetworkManager/Devices/1 >09:41:59,471 INFO NetworkManager: <info> (enp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >09:41:59,471 DEBUG kernel:[ 11.695226] atl1c 0000:03:00.0: irq 45 for MSI/MSI-X >09:41:59,472 INFO kernel:[ 11.695727] atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<1000 Mbps Full Duplex> >09:41:59,472 INFO NetworkManager: <info> (enp3s0): link connected >09:41:59,472 INFO NetworkManager: <info> (enp3s0): preparing device >09:41:59,473 INFO NetworkManager: <info> read connection 'Wired connection 1' >09:41:59,473 INFO NetworkManager: <info> (enp3s0): created default wired connection 'Wired connection 1' >09:41:59,474 INFO NetworkManager: <info> (enp3s0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >09:41:59,474 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) starting connection 'Wired connection 1' >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) scheduled... >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) started... >09:41:59,474 INFO NetworkManager: <info> (enp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >09:41:59,474 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) scheduled... >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) Stage 1 of 5 (Device Prepare) complete. >09:41:59,474 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) starting... >09:41:59,474 INFO NetworkManager: <info> (enp3s0): device state change: prepare -> config (reason 'none') [40 50 0] >09:41:59,475 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) successful. >09:41:59,475 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) scheduled. >09:41:59,475 INFO NetworkManager: <info> Activation (enp3s0) Stage 2 of 5 (Device Configure) complete. >09:41:59,475 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) started... >09:41:59,475 INFO NetworkManager: <info> (enp3s0): device state change: config -> ip-config (reason 'none') [50 70 0] >09:41:59,481 INFO NetworkManager: <info> Activation (enp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds) >09:41:59,512 INFO NetworkManager: <info> dhclient started with pid 1070 >09:41:59,513 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) complete. >09:41:59,879 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.1 >09:41:59,879 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >09:41:59,879 INFO dhclient: All rights reserved. >09:41:59,879 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >09:41:59,879 INFO dhclient: >09:41:59,887 INFO NetworkManager: <info> (enp3s0): DHCPv4 state changed nbi -> preinit >09:41:59,904 INFO dhclient: Listening on LPF/enp3s0/90:2b:34:32:12:7c >09:41:59,904 INFO dhclient: Sending on LPF/enp3s0/90:2b:34:32:12:7c >09:41:59,904 INFO dhclient: Sending on Socket/fallback >09:41:59,904 INFO dhclient: Created duid \000\001\000\001\033\251p\347\220+42\022|. >09:41:59,904 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 8 (xid=0x3643db3a) >09:42:02,356 NOTICE kernel:[ 14.580498] audit: type=1400 audit(1410774122.354:4): avc: denied { read write } for pid=1095 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=2075 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >09:42:05,041 NOTICE kernel:[ 17.267507] audit: type=1400 audit(1410774125.040:5): avc: denied { read write } for pid=1141 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 permissive=1 >09:42:06,769 INFO kernel:[ 18.996339] BTRFS info (device sda4): disk space caching is enabled >09:42:06,829 INFO kernel:[ 19.056529] BTRFS: checking UUID tree >09:42:06,830 DEBUG kernel:[ 19.056672] SELinux: initialized (dev sda4, type btrfs), uses xattr >09:42:07,160 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 16 (xid=0x3643db3a) >09:42:07,166 INFO kernel:[ 19.392795] BTRFS info (device sda4): disk space caching is enabled >09:42:07,188 DEBUG kernel:[ 19.414682] SELinux: initialized (dev sda4, type btrfs), uses xattr >09:42:08,437 NOTICE kernel:[ 20.664954] audit: type=1400 audit(1410774128.436:6): avc: denied { open } for pid=1051 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=18115 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file permissive=1 >09:42:08,510 INFO kernel:[ 20.736559] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >09:42:08,519 DEBUG kernel:[ 20.746961] SELinux: initialized (dev sda2, type ext4), uses xattr >09:42:08,569 INFO kernel:[ 20.796346] BTRFS info (device sda4): disk space caching is enabled >09:42:08,595 DEBUG kernel:[ 20.823013] SELinux: initialized (dev sda4, type btrfs), uses xattr >09:42:08,693 INFO kernel:[ 20.920700] BTRFS info (device sda4): disk space caching is enabled >09:42:08,695 DEBUG kernel:[ 20.923096] SELinux: initialized (dev sda4, type btrfs), uses xattr >09:42:09,130 NOTICE kernel:[ 21.357223] audit: type=1400 audit(1410774129.128:7): avc: denied { read write } for pid=1332 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 permissive=1 >09:42:09,131 NOTICE kernel:[ 21.357871] audit: type=1400 audit(1410774129.129:8): avc: denied { read write } for pid=1332 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=2075 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >09:42:10,000 NOTICE kernel:[ 22.063090] audit: type=1400 audit(1410774130.000:9): avc: denied { ioctl } for pid=1332 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 permissive=1 >09:42:10,000 NOTICE kernel:[ 22.063105] audit: type=1400 audit(1410774130.000:10): avc: denied { getattr } for pid=1332 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 permissive=1 >09:42:23,959 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 14 (xid=0x3643db3a) >09:42:37,809 INFO dhclient: DHCPDISCOVER on enp3s0 to 255.255.255.255 port 67 interval 9 (xid=0x3643db3a) >09:42:39,825 INFO dhclient: DHCPREQUEST on enp3s0 to 255.255.255.255 port 67 (xid=0x3643db3a) >09:42:39,825 INFO dhclient: DHCPOFFER from 192.168.254.254 >09:42:39,826 INFO dhclient: DHCPACK from 192.168.254.254 (xid=0x3643db3a) >09:42:39,831 INFO NetworkManager: <info> (enp3s0): DHCPv4 state changed preinit -> bound >09:42:39,831 INFO NetworkManager: <info> address 192.168.254.17 >09:42:39,831 INFO NetworkManager: <info> plen 24 (255.255.255.0) >09:42:39,831 INFO NetworkManager: <info> gateway 192.168.254.254 >09:42:39,831 INFO NetworkManager: <info> server identifier 192.168.254.254 >09:42:39,831 INFO NetworkManager: <info> lease time 86400 >09:42:39,831 INFO NetworkManager: <info> nameserver '192.168.254.254' >09:42:39,832 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >09:42:39,832 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) started... >09:42:39,833 INFO NetworkManager: <info> (enp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >09:42:39,833 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv4 Commit) complete. >09:42:39,834 INFO dhclient: bound to 192.168.254.17 -- renewal in 34220 seconds. >09:42:39,834 INFO NetworkManager: <info> (enp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >09:42:39,834 INFO NetworkManager: <info> (enp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0] >09:42:39,834 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >09:42:39,835 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >09:42:39,835 INFO NetworkManager: <info> Policy set 'enp3s0' (enp3s0) as default for IPv4 routing and DNS. >09:42:39,836 INFO NetworkManager: <info> Activation (enp3s0) successful, device activated. >09:42:39,837 INFO NetworkManager: <info> startup complete >09:42:39,837 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >09:42:39,854 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >09:42:39,857 NOTICE nm-dispatcher: Dispatching action 'up' for enp3s0 >09:42:50,075 INFO chronyd: chronyd version 1.31-pre1 starting >09:42:50,075 INFO chronyd: Generated key 1 >09:42:55,363 INFO chronyd: Selected source 89.207.91.237 >09:42:55,363 WARNING chronyd: System clock wrong by 1.610611 seconds, adjustment started >09:43:27,731 INFO NetworkManager: <info> Activation (enp3s0) Stage 3 of 5 (IP Configure Start) starting DHCPv6 as requested by IPv6 router... >09:43:27,731 INFO NetworkManager: <info> Activation (enp3s0) Beginning DHCPv6 transaction (timeout in 45 seconds) >09:43:27,734 INFO NetworkManager: <info> dhclient started with pid 1475 >09:43:27,751 ERR dhclient: irs_resconf_load failed: 59. >09:43:27,751 ERR dhclient: Unable to set resolver from resolv.conf; startup continuing but DDNS support may be affected >09:43:27,753 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.1 >09:43:27,753 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >09:43:27,753 INFO dhclient: All rights reserved. >09:43:27,753 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >09:43:27,753 INFO dhclient: >09:43:27,757 INFO NetworkManager: <info> (enp3s0): DHCPv6 state changed nbi -> preinit6 >09:43:27,757 INFO dhclient: Listening on Socket/enp3s0 >09:43:27,757 INFO dhclient: Sending on Socket/enp3s0 >09:43:27,789 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) scheduled... >09:43:27,789 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) started... >09:43:27,791 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) complete. >09:43:27,791 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >09:43:27,799 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >09:43:27,800 NOTICE nm-dispatcher: Dispatching action 'dhcp6-change' for enp3s0 >09:43:27,958 INFO dhclient: XMT: Solicit on enp3s0, interval 1050ms. >09:43:27,982 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:27,982 INFO dhclient: message status code NoAddrsAvail. >09:43:29,009 INFO dhclient: XMT: Solicit on enp3s0, interval 2000ms. >09:43:29,015 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:29,015 INFO dhclient: message status code NoAddrsAvail. >09:43:31,011 INFO dhclient: XMT: Solicit on enp3s0, interval 3970ms. >09:43:31,017 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:31,017 INFO dhclient: message status code NoAddrsAvail. >09:43:34,985 INFO dhclient: XMT: Solicit on enp3s0, interval 7720ms. >09:43:34,990 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:34,990 INFO dhclient: message status code NoAddrsAvail. >09:43:42,713 INFO dhclient: XMT: Solicit on enp3s0, interval 15190ms. >09:43:42,717 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:42,718 INFO dhclient: message status code NoAddrsAvail. >09:43:44,689 INFO kernel:[ 115.181735] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >09:43:57,919 INFO dhclient: XMT: Solicit on enp3s0, interval 30790ms. >09:43:57,923 INFO dhclient: RCV: Advertise message on enp3s0 from fe80::b47a:efff:fed4:418d. >09:43:57,923 INFO dhclient: message status code NoAddrsAvail. >09:44:10,219 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >09:44:10,233 DEBUG kernel:[ 140.731921] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >09:44:10,250 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >09:44:10,252 NOTICE kernel:[ 140.751404] audit: type=1107 audit(1410774250.251:11): pid=1057 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: denied { send_msg } for msgtype=method_return dest=:1.165 spid=1551 tpid=1549 scontext=system_u:system_r:systemd_hostnamed_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=dbus >09:44:10,252 NOTICE kernel:[ 140.751404] exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' >09:44:12,967 WARNING NetworkManager: <warn> (enp3s0): DHCPv6 request timed out. >09:44:13,068 INFO NetworkManager: <info> (enp3s0): canceled DHCP transaction, DHCP client pid 1475 >09:44:13,068 INFO NetworkManager: <info> Activation (enp3s0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >09:44:13,068 INFO NetworkManager: <info> Activation (enp3s0) Stage 4 of 5 (IPv6 Configure Timeout) started... >09:44:13,068 INFO NetworkManager: <info> Activation (enp3s0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >09:44:16,775 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) scheduled... >09:44:16,775 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) started... >09:44:16,775 INFO NetworkManager: <info> Activation (enp3s0) Stage 5 of 5 (IPv6 Commit) complete.
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 1141707
: 937501 |
937502
|
937503
|
937504
|
937505
|
937506
|
937507
|
937508
|
937509
|
937510
|
937511