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 913674 Details for
Bug 1114830
ValueError: Device 'fedora-home' not in tree
[?]
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), 1.28 MB, created by
iliketurtlesbro
on 2014-07-01 06:32:58 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
iliketurtlesbro
Created:
2014-07-01 06:32:58 UTC
Size:
1.28 MB
patch
obsolete
>anaconda 21.45-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 422, in _removeDevice > raise ValueError("Device '%s' not in tree" % dev.name) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 521, in cancelAction > self._removeDevice(action.device) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1959, in hide > self.cancelAction(action) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 728, in on_back_clicked > self.storage.devicetree.hide(disk) >ValueError: Device 'fedora-home' not in tree > >Local variables in innermost frame: >force: None >self: <blivet.devicetree.DeviceTree object at 0x7fe8c7845c10> >moddisk: True >dev: non-existent 2028.08 GiB lvmlv fedora-home (203) > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 451, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 400, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 400, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 400, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 396, in _dumpClass > ret += value > File "/usr/lib/python2.7/site-packages/meh/safe_string.py", line 47, in __add__ > other = other.__str__() > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2865, in __repr__ > s = DMDevice.__repr__(self) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2006, in __repr__ > s = StorageDevice.__repr__(self) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 719, in __repr__ > s = Device.__repr__(self) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 271, in __repr__ > "parents": pprint.pformat([str(p) for p in self.parents])}) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 592, in __str__ > s = "%s %s %s" % (exist, self.size, super(StorageDevice, self).__str__()) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2651, in size > size += max(0, self.align(pv.size - pv.format.peStart)) >AttributeError: 'DeviceFormat' object has no attribute 'peStart' > >Registered callbacks: > > >/tmp/anaconda.log: >06:26:53,786 INFO anaconda: /sbin/anaconda 21.45-1 >06:26:54,154 INFO anaconda: 8126464 kB (7936 MB) are available >06:26:54,154 INFO anaconda: check_memory(): total:7936, needed:512, graphical:512 >06:26:54,163 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >06:26:54,163 INFO anaconda: Default encoding = utf-8 >06:26:54,206 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >06:26:59,980 INFO anaconda: Display mode = g >06:26:59,981 INFO anaconda: 8126464 kB (7936 MB) are available >06:26:59,981 INFO anaconda: check_memory(): total:7936, needed:512, graphical:512 >06:27:07,506 DEBUG anaconda: X server has signalled a successful start. >06:27:07,517 INFO anaconda: Starting window manager, pid 1158. >06:27:08,021 INFO anaconda: Started spice-vdagent. >06:27:08,029 INFO anaconda: Running Thread: AnaXklWrapperInitThread (140637765076736) >06:27:13,299 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >06:27:13,301 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >06:27:13,308 INFO anaconda: using only installclass _Fedora >06:27:14,240 INFO anaconda: bootloader EFIGRUB on EFI platform >06:27:14,268 INFO anaconda: bootloader EFIGRUB on EFI platform >06:27:14,515 DEBUG anaconda: network: devices found ['em1'] >06:27:14,696 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on em1 >06:27:14,737 DEBUG anaconda: network: setting autoconnect of em1 to False >06:27:14,737 DEBUG anaconda: network: missing ifcfgs created for devices ['em1'] >06:27:14,797 DEBUG anaconda: updating hostname localhost.localdomain >06:27:14,814 INFO anaconda: Running Thread: AnaStorageThread (140637566613248) >06:27:14,814 INFO anaconda: Running Thread: AnaTimeInitThread (140637558220544) >06:27:14,815 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140637549827840) >06:27:14,815 INFO anaconda: Running Thread: AnaPayloadThread (140637541435136) >06:27:14,900 DEBUG anaconda: updating hostname localhost.localdomain >06:27:14,939 INFO anaconda: got 0 NTP servers from DHCP >06:27:14,940 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140637549827840) >06:27:14,990 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140637549827840) >06:27:15,041 INFO anaconda: Starting geolocation lookup >06:27:15,057 INFO anaconda: Geolocation provider: Fedora GeoIP >06:27:15,202 DEBUG anaconda: PlatformLang was too short >06:27:16,320 INFO anaconda: Thread Done: AnaXklWrapperInitThread (140637765076736) >06:27:16,483 INFO anaconda: Geolocation lookup finished in 1.4 seconds >06:27:16,488 INFO anaconda: got results from geolocation >06:27:16,490 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140637549827840) >06:27:18,543 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >06:27:18,550 WARN anaconda: logo image is missing, using a substitute >06:27:20,175 INFO anaconda: Thread Done: AnaStorageThread (140637566613248) >06:27:21,002 INFO anaconda: Thread Done: AnaTimeInitThread (140637558220544) >06:28:16,646 DEBUG anaconda: network standalone spoke (init): completed: ['em1'] >06:28:16,659 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >06:28:16,660 DEBUG anaconda: Entered hub: SummaryHub >06:28:17,095 INFO anaconda: Running Thread: AnaNTPserver1 (140637558220544) >06:28:17,097 INFO anaconda: Running Thread: AnaNTPserver2 (140637566613248) >06:28:17,098 INFO anaconda: Running Thread: AnaNTPserver3 (140637549827840) >06:28:17,099 INFO anaconda: Running Thread: AnaNTPserver4 (140637765076736) >06:28:17,100 INFO anaconda: Running Thread: AnaDateTimeThread (140637452044032) >06:28:17,103 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >06:28:17,164 INFO anaconda: Thread Done: AnaDateTimeThread (140637452044032) >06:28:17,174 INFO anaconda: Thread Done: AnaNTPserver2 (140637566613248) >06:28:17,206 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140637566613248) >06:28:17,206 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fe8b9536e90>> on <dictionary-keyiterator object at 0x7fe8b9868d08> >06:28:17,207 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140637452044032) >06:28:17,209 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140637452044032) >06:28:17,211 INFO anaconda: Thread Done: AnaNTPserver1 (140637558220544) >06:28:17,215 INFO anaconda: Thread Done: AnaNTPserver3 (140637549827840) >06:28:17,247 INFO anaconda: Thread Done: AnaNTPserver4 (140637765076736) >06:28:17,251 INFO anaconda: Running Thread: AnaKeyboardThread (140637765076736) >06:28:17,254 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >06:28:17,302 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >06:28:17,330 INFO anaconda: Running Thread: AnaSourceWatcher (140637549827840) >06:28:17,386 INFO anaconda: Running Thread: AnaSoftwareWatcher (140637558220544) >06:28:17,416 INFO anaconda: Running Thread: AnaStorageWatcher (140637452044032) >06:28:17,418 INFO anaconda: Thread Done: AnaStorageWatcher (140637452044032) >06:28:17,436 INFO anaconda: Running Thread: AnaCustomStorageInit (140637452044032) >06:28:17,731 DEBUG anaconda: network: GUI, device configuration added: connection fae4041b-a6ae-4da0-a8cd-9db4e5ac1abe device em1 >06:28:17,741 DEBUG anaconda: network: GUI, connection fae4041b-a6ae-4da0-a8cd-9db4e5ac1abe found >06:28:17,818 DEBUG anaconda: updating hostname localhost.localdomain >06:28:18,516 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fe8b7041b90> >06:28:18,519 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fe8c7845c50> >06:28:18,519 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fe8c7845c50> status to: Getting list of layouts... >06:28:18,519 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe8b7041510> status to: Probing storage... >06:28:18,519 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe8b7041510> status to: Downloading package metadata... >06:28:18,519 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> status to: Downloading package metadata... >06:28:18,519 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Probing storage... >06:28:18,522 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:28:19,929 INFO anaconda: Thread Done: AnaCustomStorageInit (140637452044032) >23:28:20,160 DEBUG anaconda: Entered spoke: StorageSpoke >23:28:21,121 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fe8b9536e90>> on <dictionary-keyiterator object at 0x7fe8b9868d08> >23:28:21,122 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140637566613248) >23:28:21,122 INFO anaconda: Thread Done: AnaKeyboardThread (140637765076736) >23:28:21,189 DEBUG anaconda: updating hostname localhost.localdomain >23:28:21,234 DEBUG anaconda: updating hostname localhost.localdomain >23:28:21,237 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fe8c7845c50> >23:28:21,237 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7fe8b9837d50> status to: Wired (em1) connected >23:28:46,183 DEBUG anaconda: disk free: 222.89 GiB fs free: 1841.59 GiB sw needs: 2861.02 MiB auto swap: 0 B >23:28:46,222 INFO anaconda: Running Thread: AnaExecuteStorageThread (140637765076736) >23:28:46,223 DEBUG anaconda: Left spoke: StorageSpoke >23:28:46,300 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >23:28:46,344 DEBUG anaconda: new disk order: [] >23:28:46,397 DEBUG anaconda: new disk order: [] >23:28:46,455 DEBUG anaconda: stage1 device cannot be of type disk >23:28:46,455 DEBUG anaconda: _is_valid_disklabel(sdb1) returning True >23:28:46,455 DEBUG anaconda: _is_valid_size(sdb1) returning True >23:28:46,456 DEBUG anaconda: _is_valid_location(sdb1) returning True >23:28:46,456 WARN anaconda: sdb1 not bootable >23:28:46,456 DEBUG anaconda: _is_valid_format(sdb1) returning False >23:28:46,456 DEBUG anaconda: is_valid_stage1_device(sdb1) returning False >23:28:46,457 DEBUG anaconda: _is_valid_disklabel(sdb2) returning True >23:28:46,457 DEBUG anaconda: _is_valid_size(sdb2) returning True >23:28:46,457 DEBUG anaconda: _is_valid_location(sdb2) returning True >23:28:46,457 WARN anaconda: sdb2 not bootable >23:28:46,457 DEBUG anaconda: _is_valid_format(sdb2) returning False >23:28:46,457 DEBUG anaconda: is_valid_stage1_device(sdb2) returning False >23:28:46,457 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >23:28:46,458 INFO anaconda: Thread Done: AnaExecuteStorageThread (140637765076736) >23:28:46,584 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sdb2', 'sr0'] >23:28:46,679 DEBUG anaconda: ui: unused=['sda1', 'sda2', 'sdb1', 'sdb2'] >23:28:46,679 DEBUG anaconda: ui: new_devices=[] >23:28:46,989 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:28:46,989 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:28:46,989 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:28:47,219 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:28:47,219 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Saving storage configuration... >23:28:47,219 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Failed to save storage configuration... >23:28:47,222 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:28:53,105 DEBUG anaconda: page clicked: Unknown >23:28:53,105 DEBUG anaconda: show mountpoint: Unknown >23:28:53,107 DEBUG anaconda: populate_right_side: existing 8000 MiB partition sda1 (6) with existing swap >23:28:53,125 DEBUG anaconda: updated device_disks to ['sda'] >23:28:53,126 DEBUG anaconda: updated device_container_name to None >23:28:53,126 DEBUG anaconda: updated device_container_raid_level to None >23:28:53,126 DEBUG anaconda: updated device_container_encrypted to False >23:28:53,126 DEBUG anaconda: updated device_container_size to 0 >23:28:53,132 DEBUG anaconda: fs type changed: swap >23:28:53,136 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7fe8b985c990> >23:28:53,138 DEBUG anaconda: populate_raid: 2, None >23:28:53,139 DEBUG anaconda: populate_raid: 2, None >23:28:57,593 DEBUG anaconda: new disk order: [] >23:28:57,624 DEBUG anaconda: stage1 device cannot be of type disk >23:28:57,625 DEBUG anaconda: _is_valid_disklabel(sda1) returning False >23:28:57,626 DEBUG anaconda: _is_valid_size(sda1) returning True >23:28:57,626 DEBUG anaconda: _is_valid_location(sda1) returning True >23:28:57,626 WARN anaconda: sda1 not bootable >23:28:57,626 DEBUG anaconda: _is_valid_format(sda1) returning False >23:28:57,626 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >23:28:57,627 DEBUG anaconda: _is_valid_disklabel(sda2) returning False >23:28:57,628 DEBUG anaconda: _is_valid_size(sda2) returning True >23:28:57,628 DEBUG anaconda: _is_valid_location(sda2) returning True >23:28:57,628 WARN anaconda: sda2 not bootable >23:28:57,628 DEBUG anaconda: _is_valid_format(sda2) returning False >23:28:57,628 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >23:28:57,629 ERR anaconda: storage configuration failed: failed to find a suitable stage1 device >23:28:57,631 ERR anaconda: You have not defined a root partition (/), which is required for installation of Fedora to continue. >23:28:57,631 ERR anaconda: No valid bootloader target device found. See below for details. >23:28:57,631 ERR anaconda: For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >23:28:57,647 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:28:57,648 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Checking storage configuration... >23:28:57,652 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:29:02,801 DEBUG anaconda: removing device 'existing 8000 MiB partition sda1 (6) with existing swap' from page Unknown >23:29:04,698 INFO anaconda: ui: removed device sda1 >23:29:04,894 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda2', 'sdb', 'sdb1', 'sdb2', 'sr0'] >23:29:04,966 DEBUG anaconda: ui: unused=['sda2', 'sdb1', 'sdb2'] >23:29:04,966 DEBUG anaconda: ui: new_devices=[] >23:29:05,199 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:29:05,199 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:05,200 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:07,712 DEBUG anaconda: page clicked: Unknown >23:29:07,713 DEBUG anaconda: show mountpoint: Unknown >23:29:07,713 DEBUG anaconda: populate_right_side: existing 1855.2 GiB partition sda2 (11) with existing ext4 filesystem >23:29:07,730 DEBUG anaconda: updated device_disks to ['sda'] >23:29:07,730 DEBUG anaconda: updated device_container_name to None >23:29:07,731 DEBUG anaconda: updated device_container_raid_level to None >23:29:07,731 DEBUG anaconda: updated device_container_encrypted to False >23:29:07,731 DEBUG anaconda: updated device_container_size to 0 >23:29:07,737 DEBUG anaconda: fs type changed: ext4 >23:29:07,741 DEBUG anaconda: populate_raid: 2, None >23:29:08,945 DEBUG anaconda: removing device 'existing 1855.2 GiB partition sda2 (11) with existing ext4 filesystem' from page Unknown >23:29:10,707 INFO anaconda: ui: removed device sda2 >23:29:10,722 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sr0'] >23:29:10,725 DEBUG anaconda: ui: unused=[] >23:29:10,725 DEBUG anaconda: ui: new_devices=[] >23:29:10,734 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:29:10,734 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:10,734 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:12,745 DEBUG anaconda: running automatic partitioning >23:29:12,745 DEBUG anaconda: new disk order: [] >23:29:12,925 DEBUG anaconda: stage1 device cannot be of type disk >23:29:14,835 DEBUG anaconda: new disk order: [] >23:29:14,891 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:29:14,891 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:29:14,891 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:29:14,891 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:29:14,892 DEBUG anaconda: stage1 device cannot be of type disk >23:29:14,892 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:29:14,892 DEBUG anaconda: _is_valid_size(sda1) returning True >23:29:14,892 DEBUG anaconda: _is_valid_location(sda1) returning True >23:29:14,893 WARN anaconda: sda1 not bootable >23:29:14,893 DEBUG anaconda: _is_valid_format(sda1) returning True >23:29:14,893 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:29:14,893 DEBUG anaconda: finished automatic partitioning >23:29:14,894 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:29:14,894 DEBUG anaconda: _is_valid_size(sda1) returning True >23:29:14,895 DEBUG anaconda: _is_valid_location(sda1) returning True >23:29:14,895 WARN anaconda: sda1 not bootable >23:29:14,895 DEBUG anaconda: _is_valid_format(sda1) returning True >23:29:14,895 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:29:14,895 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:29:14,895 DEBUG anaconda: _is_valid_size(sda2) returning True >23:29:14,895 DEBUG anaconda: _is_valid_location(sda2) returning True >23:29:14,895 DEBUG anaconda: _is_valid_partition(sda2) returning True >23:29:14,896 DEBUG anaconda: _is_valid_format(sda2) returning True >23:29:14,896 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >23:29:14,897 DEBUG anaconda: refreshing ui >23:29:14,899 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sr0'] >23:29:15,014 DEBUG anaconda: ui: unused=[] >23:29:15,014 DEBUG anaconda: ui: new_devices=['sda2', 'sda1', 'fedora-home', 'fedora-swap', 'fedora-root'] >23:29:15,156 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:29:15,156 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:15,156 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:15,163 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:15,163 DEBUG anaconda: updated device_container_name to None >23:29:15,163 DEBUG anaconda: updated device_container_raid_level to None >23:29:15,163 DEBUG anaconda: updated device_container_encrypted to False >23:29:15,164 DEBUG anaconda: updated device_container_size to 0 >23:29:15,167 DEBUG anaconda: populate_raid: 2, None >23:29:15,168 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:15,174 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:15,174 DEBUG anaconda: updated device_container_name to None >23:29:15,174 DEBUG anaconda: updated device_container_raid_level to None >23:29:15,174 DEBUG anaconda: updated device_container_encrypted to False >23:29:15,174 DEBUG anaconda: updated device_container_size to 0 >23:29:15,178 DEBUG anaconda: populate_raid: 2, None >23:29:15,179 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:15,179 DEBUG anaconda: finished refreshing ui >23:29:15,179 DEBUG anaconda: updating space display >23:29:15,408 DEBUG anaconda: finished updating space display >23:29:17,184 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:17,198 DEBUG anaconda: new selector: non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home >23:29:17,212 DEBUG anaconda: populate_right_side: non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home >23:29:17,227 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:17,227 DEBUG anaconda: updated device_container_name to fedora >23:29:17,227 DEBUG anaconda: updated device_container_raid_level to None >23:29:17,227 DEBUG anaconda: updated device_container_encrypted to False >23:29:17,227 DEBUG anaconda: updated device_container_size to 0 >23:29:17,235 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0x7fe8b7081190> >23:29:17,236 DEBUG anaconda: populate_raid: 0, None >23:29:17,237 DEBUG anaconda: populate_raid: 0, None >23:29:17,560 DEBUG anaconda: new container selection: fedora >23:29:17,560 DEBUG anaconda: default container is fedora >23:29:17,561 DEBUG anaconda: populate_right_side: non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home >23:29:17,575 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:17,575 DEBUG anaconda: updated device_container_name to fedora >23:29:17,575 DEBUG anaconda: updated device_container_raid_level to None >23:29:17,576 DEBUG anaconda: updated device_container_encrypted to False >23:29:17,576 DEBUG anaconda: updated device_container_size to 0 >23:29:17,583 DEBUG anaconda: populate_raid: 0, None >23:29:17,903 DEBUG anaconda: new container selection: fedora >23:29:17,903 DEBUG anaconda: default container is fedora >23:29:21,067 INFO anaconda: Thread Done: AnaPayloadThread (140637541435136) >23:29:21,195 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> status to: Downloading group metadata... >23:29:21,198 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140637541435136) >23:29:21,198 INFO anaconda: Thread Done: AnaSoftwareWatcher (140637558220544) >23:29:21,299 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> >23:29:21,302 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> >23:29:21,304 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe8b7041510> >23:29:21,304 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> status to: Checking software dependencies... >23:29:24,070 DEBUG anaconda: Setting up repos: [] >23:29:26,363 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140637541435136) >23:29:26,426 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7fe8bcc3cf50> >23:29:26,431 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe8b7041510> >23:29:27,078 INFO anaconda: Thread Done: AnaSourceWatcher (140637549827840) >23:29:27,128 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7fe8b7041510> >23:29:45,884 DEBUG anaconda: removing device 'non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home' from page New Fedora rawhide Installation >23:29:48,129 INFO anaconda: ui: removed device fedora-home >23:29:48,377 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sr0'] >23:29:48,497 DEBUG anaconda: ui: unused=[] >23:29:48,497 DEBUG anaconda: ui: new_devices=['sda2', 'sda1', 'fedora-root', 'fedora-swap'] >23:29:48,637 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:29:48,637 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:29:48,637 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:48,644 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:48,644 DEBUG anaconda: updated device_container_name to None >23:29:48,644 DEBUG anaconda: updated device_container_raid_level to None >23:29:48,644 DEBUG anaconda: updated device_container_encrypted to False >23:29:48,644 DEBUG anaconda: updated device_container_size to 0 >23:29:48,647 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7fe8b6fe4b90> >23:29:48,647 DEBUG anaconda: populate_raid: 2, None >23:29:48,648 DEBUG anaconda: populate_raid: 2, None >23:29:48,648 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:48,654 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:29:48,655 DEBUG anaconda: updated device_container_name to None >23:29:48,655 DEBUG anaconda: updated device_container_raid_level to None >23:29:48,655 DEBUG anaconda: updated device_container_encrypted to False >23:29:48,655 DEBUG anaconda: updated device_container_size to 0 >23:29:48,657 DEBUG anaconda: populate_raid: 2, None >23:29:48,658 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:30:10,108 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >23:30:10,203 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:11,274 DEBUG anaconda: Entered spoke: StorageSpoke >23:30:18,739 DEBUG anaconda: disk free: 2028.14 GiB fs free: 0 B sw needs: 4139.09 MiB auto swap: 7936 MiB >23:30:21,432 INFO anaconda: Running Thread: AnaExecuteStorageThread (140637549827840) >23:30:21,432 DEBUG anaconda: Left spoke: StorageSpoke >23:30:21,453 DEBUG anaconda: new disk order: [] >23:30:21,538 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:21,539 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Saving storage configuration... >23:30:21,608 DEBUG anaconda: stage1 device cannot be of type disk >23:30:23,449 DEBUG anaconda: new disk order: [] >23:30:23,508 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:30:23,509 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,509 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,509 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,509 DEBUG anaconda: stage1 device cannot be of type disk >23:30:23,510 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:30:23,510 DEBUG anaconda: _is_valid_size(sda1) returning True >23:30:23,510 DEBUG anaconda: _is_valid_location(sda1) returning True >23:30:23,510 WARN anaconda: sda1 not bootable >23:30:23,511 DEBUG anaconda: _is_valid_format(sda1) returning True >23:30:23,511 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:30:23,512 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:30:23,513 DEBUG anaconda: _is_valid_size(sda1) returning True >23:30:23,513 DEBUG anaconda: _is_valid_location(sda1) returning True >23:30:23,513 WARN anaconda: sda1 not bootable >23:30:23,513 DEBUG anaconda: _is_valid_format(sda1) returning True >23:30:23,513 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:30:23,513 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:30:23,513 DEBUG anaconda: _is_valid_size(sda2) returning True >23:30:23,514 DEBUG anaconda: _is_valid_location(sda2) returning True >23:30:23,514 DEBUG anaconda: _is_valid_partition(sda2) returning True >23:30:23,514 DEBUG anaconda: _is_valid_format(sda2) returning True >23:30:23,514 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >23:30:23,515 DEBUG anaconda: new disk order: [] >23:30:23,574 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:30:23,574 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,575 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,575 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:30:23,575 DEBUG anaconda: stage1 device cannot be of type disk >23:30:23,576 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:30:23,576 DEBUG anaconda: _is_valid_size(sda1) returning True >23:30:23,576 DEBUG anaconda: _is_valid_location(sda1) returning True >23:30:23,576 WARN anaconda: sda1 not bootable >23:30:23,576 DEBUG anaconda: _is_valid_format(sda1) returning True >23:30:23,577 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:30:23,577 INFO anaconda: Running Thread: AnaCheckStorageThread (140637541435136) >23:30:23,577 INFO anaconda: Thread Done: AnaExecuteStorageThread (140637549827840) >23:30:23,579 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:30:23,580 DEBUG anaconda: _is_valid_size(sda1) returning True >23:30:23,580 DEBUG anaconda: _is_valid_location(sda1) returning True >23:30:23,580 WARN anaconda: sda1 not bootable >23:30:23,580 DEBUG anaconda: _is_valid_format(sda1) returning True >23:30:23,580 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:30:23,580 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:30:23,581 DEBUG anaconda: _is_valid_size(sda2) returning True >23:30:23,581 DEBUG anaconda: _is_valid_location(sda2) returning True >23:30:23,581 DEBUG anaconda: _is_valid_partition(sda2) returning True >23:30:23,581 DEBUG anaconda: _is_valid_format(sda2) returning True >23:30:23,581 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >23:30:23,582 INFO anaconda: Thread Done: AnaCheckStorageThread (140637541435136) >23:30:23,650 INFO anaconda: fs space: 50 GiB needed: 4139.09 MiB >23:30:23,678 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:23,681 INFO anaconda: fs space: 50 GiB needed: 4139.09 MiB >23:30:23,705 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:23,705 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Checking storage configuration... >23:30:23,708 INFO anaconda: fs space: 50 GiB needed: 4139.09 MiB >23:30:23,730 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:24,702 DEBUG anaconda: Entered spoke: StorageSpoke >23:30:35,312 DEBUG anaconda: disk free: 2086.59 GiB fs free: 0 B sw needs: 4139.09 MiB auto swap: 7936 MiB >23:30:35,352 INFO anaconda: Running Thread: AnaExecuteStorageThread (140637541435136) >23:30:35,352 DEBUG anaconda: Left spoke: StorageSpoke >23:30:35,359 DEBUG anaconda: new disk order: [] >23:30:35,412 DEBUG anaconda: new disk order: [] >23:30:35,458 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >23:30:35,472 DEBUG anaconda: stage1 device cannot be of type disk >23:30:35,472 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >23:30:35,473 INFO anaconda: Thread Done: AnaExecuteStorageThread (140637541435136) >23:30:35,502 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sr0'] >23:30:35,503 DEBUG anaconda: ui: unused=[] >23:30:35,503 DEBUG anaconda: ui: new_devices=[] >23:30:35,508 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:30:35,509 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:30:35,509 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:30:35,531 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:35,531 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Saving storage configuration... >23:30:35,531 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Failed to save storage configuration... >23:30:35,534 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:30:58,154 DEBUG anaconda: running automatic partitioning >23:30:58,154 DEBUG anaconda: new disk order: [] >23:30:58,306 DEBUG anaconda: stage1 device cannot be of type disk >23:31:00,207 DEBUG anaconda: new disk order: [] >23:31:00,280 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:31:00,281 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:00,281 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:00,281 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:00,281 DEBUG anaconda: stage1 device cannot be of type disk >23:31:00,282 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:31:00,282 DEBUG anaconda: _is_valid_size(sda1) returning True >23:31:00,282 DEBUG anaconda: _is_valid_location(sda1) returning True >23:31:00,282 WARN anaconda: sda1 not bootable >23:31:00,282 DEBUG anaconda: _is_valid_format(sda1) returning True >23:31:00,282 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:31:00,282 DEBUG anaconda: finished automatic partitioning >23:31:00,284 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >23:31:00,284 DEBUG anaconda: _is_valid_size(sda1) returning True >23:31:00,284 DEBUG anaconda: _is_valid_location(sda1) returning True >23:31:00,284 WARN anaconda: sda1 not bootable >23:31:00,284 DEBUG anaconda: _is_valid_format(sda1) returning True >23:31:00,284 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >23:31:00,284 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:31:00,285 DEBUG anaconda: _is_valid_size(sda2) returning True >23:31:00,285 DEBUG anaconda: _is_valid_location(sda2) returning True >23:31:00,285 DEBUG anaconda: _is_valid_partition(sda2) returning True >23:31:00,285 DEBUG anaconda: _is_valid_format(sda2) returning True >23:31:00,285 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >23:31:00,285 DEBUG anaconda: refreshing ui >23:31:00,289 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sr0'] >23:31:00,397 DEBUG anaconda: ui: unused=[] >23:31:00,397 DEBUG anaconda: ui: new_devices=['fedora-swap', 'fedora-home', 'sda1', 'sda2', 'fedora-root'] >23:31:00,529 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:31:00,529 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:00,530 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:00,536 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:00,536 DEBUG anaconda: updated device_container_name to None >23:31:00,536 DEBUG anaconda: updated device_container_raid_level to None >23:31:00,536 DEBUG anaconda: updated device_container_encrypted to False >23:31:00,537 DEBUG anaconda: updated device_container_size to 0 >23:31:00,539 DEBUG anaconda: populate_raid: 2, None >23:31:00,540 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:00,546 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:00,546 DEBUG anaconda: updated device_container_name to None >23:31:00,546 DEBUG anaconda: updated device_container_raid_level to None >23:31:00,546 DEBUG anaconda: updated device_container_encrypted to False >23:31:00,547 DEBUG anaconda: updated device_container_size to 0 >23:31:00,549 DEBUG anaconda: populate_raid: 2, None >23:31:00,550 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:00,550 DEBUG anaconda: finished refreshing ui >23:31:00,550 DEBUG anaconda: updating space display >23:31:00,769 DEBUG anaconda: finished updating space display >23:31:03,666 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:03,683 DEBUG anaconda: new selector: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:03,698 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:03,712 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:03,712 DEBUG anaconda: updated device_container_name to None >23:31:03,712 DEBUG anaconda: updated device_container_raid_level to None >23:31:03,712 DEBUG anaconda: updated device_container_encrypted to False >23:31:03,712 DEBUG anaconda: updated device_container_size to 0 >23:31:03,718 DEBUG anaconda: fs type changed: EFI System Partition >23:31:03,719 DEBUG anaconda: populate_raid: 2, None >23:31:03,720 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:03,732 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:03,732 DEBUG anaconda: updated device_container_name to None >23:31:03,732 DEBUG anaconda: updated device_container_raid_level to None >23:31:03,733 DEBUG anaconda: updated device_container_encrypted to False >23:31:03,733 DEBUG anaconda: updated device_container_size to 0 >23:31:03,738 DEBUG anaconda: populate_raid: 2, None >23:31:06,234 DEBUG anaconda: current selector: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:06,251 DEBUG anaconda: new selector: non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home >23:31:06,266 DEBUG anaconda: populate_right_side: non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home >23:31:06,280 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:06,280 DEBUG anaconda: updated device_container_name to fedora >23:31:06,280 DEBUG anaconda: updated device_container_raid_level to None >23:31:06,281 DEBUG anaconda: updated device_container_encrypted to False >23:31:06,281 DEBUG anaconda: updated device_container_size to 0 >23:31:06,286 DEBUG anaconda: fs type changed: ext4 >23:31:06,289 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0x7fe8b3bbaa10> >23:31:06,290 DEBUG anaconda: populate_raid: 0, None >23:31:06,291 DEBUG anaconda: populate_raid: 0, None >23:31:06,507 DEBUG anaconda: new container selection: fedora >23:31:06,507 DEBUG anaconda: default container is fedora >23:31:06,508 DEBUG anaconda: populate_right_side: non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home >23:31:06,514 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:06,515 DEBUG anaconda: updated device_container_name to fedora >23:31:06,515 DEBUG anaconda: updated device_container_raid_level to None >23:31:06,515 DEBUG anaconda: updated device_container_encrypted to False >23:31:06,515 DEBUG anaconda: updated device_container_size to 0 >23:31:06,518 DEBUG anaconda: populate_raid: 0, None >23:31:06,685 DEBUG anaconda: new container selection: fedora >23:31:06,685 DEBUG anaconda: default container is fedora >23:31:20,123 DEBUG anaconda: current selector: non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home >23:31:20,140 DEBUG anaconda: new selector: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:20,155 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:20,168 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:20,169 DEBUG anaconda: updated device_container_name to None >23:31:20,169 DEBUG anaconda: updated device_container_raid_level to None >23:31:20,169 DEBUG anaconda: updated device_container_encrypted to False >23:31:20,169 DEBUG anaconda: updated device_container_size to 0 >23:31:20,175 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x7fe8b3bba4d0> >23:31:20,176 DEBUG anaconda: populate_raid: 2, None >23:31:20,176 DEBUG anaconda: populate_raid: 2, None >23:31:20,177 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:20,189 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:20,189 DEBUG anaconda: updated device_container_name to None >23:31:20,190 DEBUG anaconda: updated device_container_raid_level to None >23:31:20,190 DEBUG anaconda: updated device_container_encrypted to False >23:31:20,190 DEBUG anaconda: updated device_container_size to 0 >23:31:20,195 DEBUG anaconda: populate_raid: 2, None >23:31:20,907 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:20,923 DEBUG anaconda: new selector: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:20,938 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:20,952 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:20,952 DEBUG anaconda: updated device_container_name to None >23:31:20,952 DEBUG anaconda: updated device_container_raid_level to None >23:31:20,953 DEBUG anaconda: updated device_container_encrypted to False >23:31:20,953 DEBUG anaconda: updated device_container_size to 0 >23:31:20,958 DEBUG anaconda: fs type changed: EFI System Partition >23:31:20,960 DEBUG anaconda: populate_raid: 2, None >23:31:20,960 DEBUG anaconda: populate_right_side: non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:31:20,972 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:20,973 DEBUG anaconda: updated device_container_name to None >23:31:20,973 DEBUG anaconda: updated device_container_raid_level to None >23:31:20,973 DEBUG anaconda: updated device_container_encrypted to False >23:31:20,973 DEBUG anaconda: updated device_container_size to 0 >23:31:20,978 DEBUG anaconda: populate_raid: 2, None >23:31:33,283 DEBUG anaconda: removing device 'non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi' from page New Fedora rawhide Installation >23:31:33,303 INFO anaconda: ui: removed device sda1 >23:31:33,525 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda2', 'sda3', 'sdb', 'sdb1', 'sr0'] >23:31:33,599 DEBUG anaconda: ui: unused=[] >23:31:33,599 DEBUG anaconda: ui: new_devices=['fedora-swap', 'fedora-home', 'sda2', 'fedora-root'] >23:31:33,692 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:31:33,693 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:33,693 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:33,699 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:33,699 DEBUG anaconda: updated device_container_name to None >23:31:33,699 DEBUG anaconda: updated device_container_raid_level to None >23:31:33,699 DEBUG anaconda: updated device_container_encrypted to False >23:31:33,699 DEBUG anaconda: updated device_container_size to 0 >23:31:33,702 DEBUG anaconda: fs type changed: ext4 >23:31:33,704 DEBUG anaconda: populate_raid: 2, None >23:31:33,704 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:33,711 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:33,711 DEBUG anaconda: updated device_container_name to None >23:31:33,711 DEBUG anaconda: updated device_container_raid_level to None >23:31:33,711 DEBUG anaconda: updated device_container_encrypted to False >23:31:33,711 DEBUG anaconda: updated device_container_size to 0 >23:31:33,714 DEBUG anaconda: populate_raid: 2, None >23:31:33,715 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:35,534 DEBUG anaconda: new disk order: [] >23:31:35,626 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:31:35,626 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:35,627 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:35,627 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:35,627 DEBUG anaconda: stage1 device cannot be of type disk >23:31:35,628 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:31:35,628 DEBUG anaconda: _is_valid_size(sda2) returning True >23:31:35,628 DEBUG anaconda: _is_valid_location(sda2) returning True >23:31:35,629 DEBUG anaconda: _is_valid_format(sda2) returning False >23:31:35,629 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >23:31:35,629 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >23:31:35,630 DEBUG anaconda: _is_valid_size(sda3) returning True >23:31:35,630 DEBUG anaconda: _is_valid_location(sda3) returning True >23:31:35,630 WARN anaconda: sda3 not bootable >23:31:35,630 DEBUG anaconda: _is_valid_format(sda3) returning False >23:31:35,630 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >23:31:35,630 ERR anaconda: storage configuration failed: failed to find a suitable stage1 device >23:31:35,632 ERR anaconda: No valid bootloader target device found. See below for details. >23:31:35,632 ERR anaconda: For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >23:31:35,639 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:31:35,639 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Checking storage configuration... >23:31:35,643 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:31:37,420 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py:2433: PyGTKDeprecationWarning: The keyword(s) "message_format" have been deprecated in favor of "text" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > message_format=msg) > >23:31:37,421 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py:2433: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations > message_format=msg) > >23:31:39,270 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora', 'fedora-home', 'fedora-root', 'fedora-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda2', 'sda3', 'sdb', 'sdb1', 'sr0'] >23:31:39,345 DEBUG anaconda: ui: unused=[] >23:31:39,345 DEBUG anaconda: ui: new_devices=['sda2', 'fedora-swap', 'fedora-home', 'fedora-root'] >23:31:39,439 DEBUG anaconda: page clicked: New Fedora rawhide Installation >23:31:39,439 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:39,439 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:31:39,446 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >23:31:39,446 DEBUG anaconda: updated device_container_name to None >23:31:39,446 DEBUG anaconda: updated device_container_raid_level to None >23:31:39,446 DEBUG anaconda: updated device_container_encrypted to False >23:31:39,446 DEBUG anaconda: updated device_container_size to 0 >23:31:39,449 DEBUG anaconda: populate_raid: 2, None >23:31:39,450 DEBUG anaconda: show mountpoint: New Fedora rawhide Installation >23:31:40,928 DEBUG anaconda: new disk order: [] >23:31:40,957 DEBUG anaconda: stage1 device cannot be of type lvmvg >23:31:40,957 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:40,958 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:40,958 DEBUG anaconda: stage1 device cannot be of type lvmlv >23:31:40,958 DEBUG anaconda: stage1 device cannot be of type disk >23:31:40,959 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >23:31:40,959 DEBUG anaconda: _is_valid_size(sda2) returning True >23:31:40,960 DEBUG anaconda: _is_valid_location(sda2) returning True >23:31:40,960 DEBUG anaconda: _is_valid_format(sda2) returning False >23:31:40,960 DEBUG anaconda: is_valid_stage1_device(sda2) returning False >23:31:40,961 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >23:31:40,961 DEBUG anaconda: _is_valid_size(sda3) returning True >23:31:40,961 DEBUG anaconda: _is_valid_location(sda3) returning True >23:31:40,961 WARN anaconda: sda3 not bootable >23:31:40,961 DEBUG anaconda: _is_valid_format(sda3) returning False >23:31:40,962 DEBUG anaconda: is_valid_stage1_device(sda3) returning False >23:31:40,962 ERR anaconda: storage configuration failed: failed to find a suitable stage1 device >23:31:40,964 ERR anaconda: No valid bootloader target device found. See below for details. >23:31:40,964 ERR anaconda: For a UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi. >23:31:41,015 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:31:41,015 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> status to: Checking storage configuration... >23:31:41,019 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:31:47,451 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >23:31:47,552 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fe8b7041c50> >23:31:48,333 DEBUG anaconda: Entered spoke: StorageSpoke >23:32:00,593 DEBUG anaconda: running handleException >23:32:00,593 DEBUG anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 728, in on_back_clicked > self.storage.devicetree.hide(disk) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1952, in hide > self.hide(d) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1959, in hide > self.cancelAction(action) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 521, in cancelAction > self._removeDevice(action.device) > > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 422, in _removeDevice > raise ValueError("Device '%s' not in tree" % dev.name) > >ValueError: Device 'fedora-home' not in tree > >23:32:00,594 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >06:27:20,176 INFO packaging: configuring base repo >06:27:20,890 INFO packaging: Error downloading treeinfo: [Errno 14] curl#37 - "Couldn't open file /run/install/repo/treeinfo" >06:27:21,135 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >06:27:21,136 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >06:27:21,136 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >06:27:21,137 DEBUG yum.verbose.plugin: Adding en_US to language list >06:27:21,141 DEBUG yum.verbose.YumBase: Config time: 0.248 >06:27:21,221 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >06:27:21,221 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >06:27:21,222 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >06:27:21,222 DEBUG yum.verbose.plugin: Adding en_US to language list >06:27:21,224 DEBUG yum.verbose.YumBase: Config time: 0.006 >06:27:21,312 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >06:27:21,316 ERR packaging: base repo (cdrom/file:///run/install/repo) not valid -- removing it >06:27:21,318 INFO packaging: using default repos from local yum configuration >06:27:21,347 INFO packaging: gathering repo metadata >06:27:21,348 INFO packaging: skipping disabled repo fedora >06:27:21,348 INFO packaging: skipping disabled repo updates-testing >06:27:21,349 INFO packaging: gathering repo metadata for rawhide >23:29:12,907 INFO packaging: skipping disabled repo updates >23:29:12,907 INFO packaging: Refreshing environmentAddons >23:29:12,910 DEBUG yum.verbose.YumBase: Setting up Package Sacks >23:29:12,911 INFO_2 yum.verbose.plugin: Determining fastest mirrors >23:29:14,372 INFO_2 yum.verbose.plugin: * rawhide: mirror.pnl.gov >23:29:16,449 DEBUG yum.verbose.YumBase: pkgsack time: 3.538 >23:29:16,521 DEBUG yum.verbose.YumBase: group time: 3.611 >23:29:21,065 INFO packaging: metadata retrieval complete >23:29:21,198 INFO packaging: checking software selection >23:29:21,200 DEBUG yum.verbose.YumBase: Setting up Package Sacks >23:29:22,024 DEBUG yum.verbose.YumBase: pkgsack time: 0.824 >23:29:22,120 DEBUG yum.verbose.YumBase: group time: 0.920 >23:29:22,121 DEBUG yum.verbose.YumBase: rpmdb time: 0.000 >23:29:22,247 DEBUG yum.verbose.YumBase: Obs Init time: 0.123 >23:29:22,264 DEBUG yum.verbose.YumBase: No package named ppc64-utils available to be installed >23:29:22,280 DEBUG yum.verbose.YumBase: No package named polkit-js-engine available to be installed >23:29:22,323 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-armsoc available to be installed >23:29:22,325 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-freedreno available to be installed >23:29:22,325 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-geode available to be installed >23:29:22,326 DEBUG yum.verbose.YumBase: No package named xorg-x11-drv-omap available to be installed >23:29:22,370 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >23:29:22,373 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >23:29:22,375 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >23:29:22,383 DEBUG yum.verbose.YumBase: No package named foomatic-filters available to be installed >23:29:22,435 DEBUG yum.verbose.YumBase: No package named PackageKit-yum-plugin available to be installed >23:29:22,529 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >23:29:22,530 INFO packaging: no kernel-PAE package >23:29:22,531 INFO packaging: selected kernel >23:29:22,531 INFO packaging: checking dependencies >23:29:22,653 DEBUG yum.verbose.YumBase: Building updates object >23:29:23,241 DEBUG yum.verbose.YumBase: up:simple updates time: 0.233 >23:29:23,245 DEBUG yum.verbose.YumBase: up:obs time: 0.004 >23:29:23,245 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >23:29:23,245 DEBUG yum.verbose.YumBase: updates time: 0.592 >23:29:23,288 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.41.1-1.fc21.x86_64 as install for ModemManager-1.2.0-2.fc21.x86_64 >23:29:23,290 DEBUG yum.verbose.YumBase: TSINFO: Marking libqmi-1.8.0-2.fc21.x86_64 as install for ModemManager-1.2.0-2.fc21.x86_64 >23:29:23,291 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.2.0-2.fc21.x86_64 as install for ModemManager-1.2.0-2.fc21.x86_64 >23:29:23,292 DEBUG yum.verbose.YumBase: TSINFO: Marking libmbim-1.8.0-2.fc21.x86_64 as install for ModemManager-1.2.0-2.fc21.x86_64 >23:29:23,293 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-214-5.fc21.x86_64 as install for ModemManager-1.2.0-2.fc21.x86_64 >23:29:23,293 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.1-1.fc21.x86_64 to require for libgmodule-2.0.so.0()(64bit) >23:29:23,294 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.1-1.fc21.x86_64 to require for libglib-2.0.so.0()(64bit) >23:29:23,294 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.1-1.fc21.x86_64 to require for libgio-2.0.so.0()(64bit) >23:29:23,298 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.98-1.git20140620.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,300 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.24-5.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,302 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-3.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,303 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.3-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,305 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-214-5.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,306 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-5.fc21.x86_64 to require for libnl-genl-3.so.200(libnl_3)(64bit) >23:29:23,306 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-5.fc21.x86_64 to require for libnl-3.so.200(libnl_3)(64bit) >23:29:23,307 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.0-13.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,307 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.0-13.fc21.x86_64 to require for libgcc_s.so.1(GCC_3.0)(64bit) >23:29:23,311 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-9.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,312 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.71-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,313 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-27.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,314 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.25-0.2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,315 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.11-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,317 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.16.2-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,318 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.47.3-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,320 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-5.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,321 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.6-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,321 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.6-1.fc21.x86_64 to require for libplc4.so()(64bit) >23:29:23,323 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.16.2-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,323 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.98-1.git20140620.fc21.x86_64 to require for libnm-glib.so.4()(64bit) >23:29:23,324 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-5.fc21.x86_64 to require for libnl-genl-3.so.200()(64bit) >23:29:23,324 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.24-5.fc21.x86_64 to require for libnl-3.so.200()(64bit) >23:29:23,324 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.3-1.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,326 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.8.4-2.fc21.x86_64 as install for 1:NetworkManager-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,327 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-5.18-2.fc21.x86_64 as install for 1:NetworkManager-bluetooth-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,330 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-6.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,331 DEBUG yum.verbose.YumBase: TSINFO: Marking xl2tpd-1.3.6-3.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,331 DEBUG yum.verbose.YumBase: TSINFO: Marking pptp-1.8.0-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,332 DEBUG yum.verbose.YumBase: TSINFO: Marking libreswan-3.8-1.fc21.1.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,333 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-3.12.2-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,335 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.5-1.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,335 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.5-1.fc21.x86_64 to require for libpango-1.0.so.0()(64bit) >23:29:23,336 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk3-3.13.3-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,338 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnome-keyring-3.12.0-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,339 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.30.8-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,341 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.2.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,342 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.2.git337ab1f.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,343 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.13.2-2.fc21.x86_64 as install for NetworkManager-l2tp-0.9.8.6-3.fc21.x86_64 >23:29:23,347 DEBUG yum.verbose.YumBase: TSINFO: Marking openconnect-5.99-2.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-3.fc21.x86_64 >23:29:23,348 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-3.fc21.x86_64 as install for NetworkManager-openconnect-0.9.8.4-3.fc21.x86_64 >23:29:23,349 DEBUG yum.verbose.YumBase: Quick matched libxml2-2.9.1-3.fc21.x86_64 to require for libxml2.so.2(LIBXML2_2.4.30)(64bit) >23:29:23,350 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-openvpn-0.9.9.0-0.2.git20140128.fc21.x86_64 as install for 1:NetworkManager-openvpn-gnome-0.9.9.0-0.2.git20140128.fc21.x86_64 >23:29:23,352 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-pptp-0.9.8.2-5.fc21.x86_64 as install for 1:NetworkManager-pptp-gnome-0.9.8.2-5.fc21.x86_64 >23:29:23,354 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-vpnc-0.9.9.0-5.git20140428.fc21.x86_64 as install for 1:NetworkManager-vpnc-gnome-0.9.9.0-5.git20140428.fc21.x86_64 >23:29:23,355 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-9.fc21.x86_64 as install for 1:NetworkManager-wifi-0.9.9.98-1.git20140620.fc21.x86_64 >23:29:23,357 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.9.3-1.fc21.x86_64 as install for PackageKit-command-not-found-0.9.3-1.fc21.x86_64 >23:29:23,359 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.5-2.fc21.x86_64 as install for PackageKit-command-not-found-0.9.3-1.fc21.x86_64 >23:29:23,360 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-1.2.4-2.fc21.x86_64 as install for PackageKit-gstreamer-plugin-0.9.3-1.fc21.x86_64 >23:29:23,369 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.23-2.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.3-1.fc21.x86_64 >23:29:23,371 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.23-2.fc21.x86_64 to require for libgdk-x11-2.0.so.0()(64bit) >23:29:23,372 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.3-6.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.3-1.fc21.x86_64 >23:29:23,373 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.1-4.fc21.x86_64 as install for PackageKit-gtk3-module-0.9.3-1.fc21.x86_64 >23:29:23,374 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-10.fc21.noarch as install for abattis-cantarell-fonts-0.0.15-2.fc21.noarch >23:29:23,375 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,376 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.2.2-5.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,377 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.2.2-5.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,377 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.2.2-5.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,378 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.2.2-5.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,379 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-tui-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,380 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,380 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,381 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,382 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,383 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python3-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,383 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,384 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,385 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,385 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.2.1-6.fc21.x86_64 as install for abrt-cli-2.2.1-6.fc21.x86_64 >23:29:23,387 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.7.90.20140627-6.fc21.x86_64 as install for abrt-desktop-2.2.1-6.fc21.x86_64 >23:29:23,388 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-abrt-0.3.7-2.fc21.x86_64 as install for abrt-desktop-2.2.1-6.fc21.x86_64 >23:29:23,389 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.159-4.fc21.x86_64 as install for abrt-desktop-2.2.1-6.fc21.x86_64 >23:29:23,390 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-2.2.1-6.fc21.x86_64 as install for abrt-desktop-2.2.1-6.fc21.x86_64 >23:29:23,392 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.14-1.fc21.x86_64 as install for abrt-java-connector-1.0.10-3.fc21.x86_64 >23:29:23,393 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.2-17.fc21.x86_64 as install for abrt-java-connector-1.0.10-3.fc21.x86_64 >23:29:23,394 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.2-17.fc21.x86_64 to require for librpm.so.3()(64bit) >23:29:23,395 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.2.2-5.fc21.x86_64 as install for abrt-java-connector-1.0.10-3.fc21.x86_64 >23:29:23,396 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.2.1-6.fc21.x86_64 as install for abrt-java-connector-1.0.10-3.fc21.x86_64 >23:29:23,398 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-5.fc21.x86_64 as install for acl-2.2.52-5.fc21.x86_64 >23:29:23,398 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-5.fc21.x86_64 to require for libacl.so.1(ACL_1.0)(64bit) >23:29:23,399 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-7.fc21.x86_64 as install for acl-2.2.52-5.fc21.x86_64 >23:29:23,402 DEBUG yum.verbose.YumBase: TSINFO: Marking 5:guile-2.0.11-2.fc21.x86_64 as install for 1:aisleriot-3.12.1-2.fc21.x86_64 >23:29:23,404 DEBUG yum.verbose.YumBase: TSINFO: Marking GConf2-3.2.6-9.fc21.x86_64 as install for 1:aisleriot-3.12.1-2.fc21.x86_64 >23:29:23,404 DEBUG yum.verbose.YumBase: Quick matched GConf2-3.2.6-9.fc21.x86_64 to require for GConf2 >23:29:23,405 DEBUG yum.verbose.YumBase: TSINFO: Marking gc-7.4.2-1.fc21.x86_64 as install for 1:aisleriot-3.12.1-2.fc21.x86_64 >23:29:23,406 DEBUG yum.verbose.YumBase: TSINFO: Marking libcanberra-0.30-6.fc21.x86_64 as install for 1:aisleriot-3.12.1-2.fc21.x86_64 >23:29:23,408 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.1-2.fc21.x86_64 as install for 1:aisleriot-3.12.1-2.fc21.x86_64 >23:29:23,410 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-5.0-5.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-3.fc21.x86_64 >23:29:23,411 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-3.fc21.x86_64 as install for alsa-plugins-pulseaudio-1.0.27-3.fc21.x86_64 >23:29:23,411 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-3.fc21.x86_64 to require for libasound.so.2(ALSA_0.9)(64bit) >23:29:23,414 DEBUG yum.verbose.YumBase: TSINFO: Marking libsamplerate-0.1.8-6.fc21.x86_64 as install for alsa-utils-1.0.27.2-6.fc21.x86_64 >23:29:23,415 DEBUG yum.verbose.YumBase: Quick matched libsamplerate-0.1.8-6.fc21.x86_64 to require for libsamplerate.so.0(libsamplerate.so.0.0)(64bit) >23:29:23,416 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-14.20140323.fc21.x86_64 as install for alsa-utils-1.0.27.2-6.fc21.x86_64 >23:29:23,416 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-14.20140323.fc21.x86_64 to require for libncursesw.so.5()(64bit) >23:29:23,416 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-14.20140323.fc21.x86_64 to require for libmenuw.so.5()(64bit) >23:29:23,416 DEBUG yum.verbose.YumBase: Quick matched ncurses-libs-5.9-14.20140323.fc21.x86_64 to require for libformw.so.5()(64bit) >23:29:23,418 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-12.fc21.x86_64 as install for at-3.1.14-4.fc21.x86_64 >23:29:23,419 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.3-3.fc21.x86_64 as install for at-3.1.14-4.fc21.x86_64 >23:29:23,420 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-12.fc21.x86_64 to require for libpam.so.0()(64bit) >23:29:23,422 DEBUG yum.verbose.YumBase: TSINFO: Marking libXtst-1.2.2-3.fc21.x86_64 as install for at-spi2-core-2.13.1-2.fc21.x86_64 >23:29:23,423 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.2-3.fc21.x86_64 as install for at-spi2-core-2.13.1-2.fc21.x86_64 >23:29:23,424 DEBUG yum.verbose.YumBase: TSINFO: Marking libXevie-1.0.3-8.fc21.x86_64 as install for at-spi2-core-2.13.1-2.fc21.x86_64 >23:29:23,428 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.7-2.fc21.x86_64 as install for audit-2.3.7-2.fc21.x86_64 >23:29:23,430 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.1-9.fc21.x86_64 as install for audit-2.3.7-2.fc21.x86_64 >23:29:23,430 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-9.fc21.x86_64 to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >23:29:23,431 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.61-2.fc21.x86_64 as install for audit-2.3.7-2.fc21.x86_64 >23:29:23,432 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-77.fc21.x86_64 as install for audit-2.3.7-2.fc21.x86_64 >23:29:23,432 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.1-9.fc21.x86_64 to require for libgssapi_krb5.so.2()(64bit) >23:29:23,432 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.7-2.fc21.x86_64 to require for libaudit.so.1()(64bit) >23:29:23,435 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.7-2.fc21.x86_64 as install for authconfig-6.2.8-8.fc21.x86_64 >23:29:23,437 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-3.fc21.x86_64 as install for authconfig-6.2.8-8.fc21.x86_64 >23:29:23,438 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-3.fc21.x86_64 as install for authconfig-6.2.8-8.fc21.x86_64 >23:29:23,439 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1h-4.fc21.x86_64 as install for authconfig-6.2.8-8.fc21.x86_64 >23:29:23,442 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-27.fc21.x86_64 as install for avahi-0.6.31-27.fc21.x86_64 >23:29:23,444 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-7.fc21.x86_64 as install for avahi-0.6.31-27.fc21.x86_64 >23:29:23,445 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-8.fc21.x86_64 as install for avahi-0.6.31-27.fc21.x86_64 >23:29:23,446 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-23.fc21.x86_64 as install for avahi-0.6.31-27.fc21.x86_64 >23:29:23,447 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-5.fc21.x86_64 as install for avahi-0.6.31-27.fc21.x86_64 >23:29:23,448 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-18-1.fc21.x86_64 as install for b43-openfwwf-5.2-11.fc21.noarch >23:29:23,452 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-4.fc21.x86_64 as install for 1:bash-completion-2.1-5.fc21.noarch >23:29:23,453 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-3.fc21.x86_64 as install for bc-1.06.95-12.fc21.x86_64 >23:29:23,457 DEBUG yum.verbose.YumBase: TSINFO: Marking zeitgeist-libs-0.9.14-3.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,458 DEBUG yum.verbose.YumBase: TSINFO: Marking webkitgtk3-2.4.3-2.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,460 DEBUG yum.verbose.YumBase: TSINFO: Marking tracker-1.0.1-2.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,462 DEBUG yum.verbose.YumBase: TSINFO: Marking libsecret-0.18-2.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,463 DEBUG yum.verbose.YumBase: TSINFO: Marking libical-1.0-5.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,463 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-5.fc21.x86_64 to require for libicalss.so.1()(64bit) >23:29:23,463 DEBUG yum.verbose.YumBase: Quick matched libical-1.0-5.fc21.x86_64 to require for libical.so.1()(64bit) >23:29:23,464 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkhtml3-4.8.2-1.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,465 DEBUG yum.verbose.YumBase: Quick matched gtkhtml3-4.8.2-1.fc21.x86_64 to require for libgtkhtml-4.0.so.0()(64bit) >23:29:23,466 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-accounts-3.13.3-2.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,467 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:enchant-1.6.0-8.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,468 DEBUG yum.verbose.YumBase: TSINFO: Marking evolution-data-server-3.12.3-1.fc21.x86_64 as install for bijiben-3.13.3-1.fc21.x86_64 >23:29:23,469 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.3-1.fc21.x86_64 to require for libecal-1.2.so.16()(64bit) >23:29:23,469 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.3-1.fc21.x86_64 to require for libebackend-1.2.so.7()(64bit) >23:29:23,470 DEBUG yum.verbose.YumBase: Quick matched evolution-data-server-3.12.3-1.fc21.x86_64 to require for libcamel-1.2.so.49()(64bit) >23:29:23,472 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-3.fc21.x86_64 as install for 32:bind-utils-9.9.5-6.P1.fc21.x86_64 >23:29:23,473 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-5.fc21.x86_64 as install for 32:bind-utils-9.9.5-6.P1.fc21.x86_64 >23:29:23,474 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.5-6.P1.fc21.x86_64 as install for 32:bind-utils-9.9.5-6.P1.fc21.x86_64 >23:29:23,475 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-6.P1.fc21.x86_64 to require for libisccfg.so.90()(64bit) >23:29:23,475 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-6.P1.fc21.x86_64 to require for libisccc.so.90()(64bit) >23:29:23,475 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-6.P1.fc21.x86_64 to require for libisc.so.95()(64bit) >23:29:23,476 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1h-4.fc21.x86_64 as install for 32:bind-utils-9.9.5-6.P1.fc21.x86_64 >23:29:23,477 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.10-3.fc21.x86_64 as install for 32:bind-utils-9.9.5-6.P1.fc21.x86_64 >23:29:23,479 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-3.fc21.x86_64 as install for biosdevname-0.5.0-3.fc21.x86_64 >23:29:23,479 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-3.fc21.x86_64 to require for libpci.so.3()(64bit) >23:29:23,483 DEBUG yum.verbose.YumBase: TSINFO: Marking genisoimage-1.1.11-23.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,484 DEBUG yum.verbose.YumBase: TSINFO: Marking libisofs-1.3.8-1.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,485 DEBUG yum.verbose.YumBase: TSINFO: Marking libburn-1.3.8-1.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,486 DEBUG yum.verbose.YumBase: TSINFO: Marking dvd+rw-tools-7.1-15.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,487 DEBUG yum.verbose.YumBase: TSINFO: Marking wodim-1.1.11-23.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,488 DEBUG yum.verbose.YumBase: TSINFO: Marking cdrdao-1.2.3-22.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,488 DEBUG yum.verbose.YumBase: TSINFO: Marking icedax-1.1.11-23.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,490 DEBUG yum.verbose.YumBase: TSINFO: Marking totem-pl-parser-3.10.2-2.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,491 DEBUG yum.verbose.YumBase: TSINFO: Marking libnotify-0.7.6-2.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,493 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer1-plugins-base-1.2.4-3.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,494 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.4-3.fc21.x86_64 to require for libgsttag-1.0.so.0()(64bit) >23:29:23,494 DEBUG yum.verbose.YumBase: Quick matched gstreamer1-plugins-base-1.2.4-3.fc21.x86_64 to require for libgstpbutils-1.0.so.0()(64bit) >23:29:23,495 DEBUG yum.verbose.YumBase: TSINFO: Marking brasero-libs-3.11.3-4.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,495 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-4.fc21.x86_64 to require for libbrasero-media3.so.1()(64bit) >23:29:23,495 DEBUG yum.verbose.YumBase: Quick matched brasero-libs-3.11.3-4.fc21.x86_64 to require for libbrasero-burn3.so.1()(64bit) >23:29:23,496 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.1-7.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,497 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.8-7.fc21.x86_64 as install for brasero-3.11.3-4.fc21.x86_64 >23:29:23,499 DEBUG yum.verbose.YumBase: TSINFO: Marking nautilus-extensions-3.13.1-2.fc21.x86_64 as install for brasero-nautilus-3.11.3-4.fc21.x86_64 >23:29:23,502 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.25-0.2.fc21.x86_64 as install for btrfs-progs-3.14.2-3.fc21.x86_64 >23:29:23,502 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25-0.2.fc21.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >23:29:23,502 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25-0.2.fc21.x86_64 to require for libblkid.so.1(BLKID_1.0)(64bit) >23:29:23,503 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-6.fc21.x86_64 as install for btrfs-progs-3.14.2-3.fc21.x86_64 >23:29:23,504 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.10-3.fc21.x86_64 as install for btrfs-progs-3.14.2-3.fc21.x86_64 >23:29:23,506 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-12.fc21.x86_64 as install for bzip2-1.0.6-12.fc21.x86_64 >23:29:23,508 DEBUG yum.verbose.YumBase: TSINFO: Marking python-caribou-0.4.13-5.fc21.noarch as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,510 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.41.3-1.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,511 DEBUG yum.verbose.YumBase: TSINFO: Marking libxklavier-5.4-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,512 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbcommon-0.4.2-4.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,513 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.5.0-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,515 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libwayland-egl-10.2.2-2.20140625.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,516 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-cursor-1.5.0-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,517 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.5.0-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,518 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-1.0.2-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,519 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee-0.15.3-1.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,520 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-10.2.2-2.20140625.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,521 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.54-2.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,523 DEBUG yum.verbose.YumBase: TSINFO: Marking cogl-1.18.0-4.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,523 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-4.fc21.x86_64 to require for libcogl-path.so.20()(64bit) >23:29:23,523 DEBUG yum.verbose.YumBase: Quick matched cogl-1.18.0-4.fc21.x86_64 to require for libcogl-pango.so.20()(64bit) >23:29:23,524 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-1.19.4-1.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,526 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.1-3.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,527 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.2-3.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,528 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-3.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,529 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-5.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,530 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-5.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,531 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-10.2.2-2.20140625.fc21.x86_64 as install for caribou-0.4.13-5.fc21.x86_64 >23:29:23,536 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:cheese-libs-3.13.1-2.fc21.x86_64 as install for 2:cheese-3.13.1-2.fc21.x86_64 >23:29:23,537 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-video-effects-0.4.1-2.fc21.noarch as install for 2:cheese-3.13.1-2.fc21.x86_64 >23:29:23,538 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-desktop3-3.13.3-1.fc21.x86_64 as install for 2:cheese-3.13.1-2.fc21.x86_64 >23:29:23,540 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gtk-1.5.2-3.fc21.x86_64 as install for 2:cheese-3.13.1-2.fc21.x86_64 >23:29:23,541 DEBUG yum.verbose.YumBase: TSINFO: Marking clutter-gst2-2.0.12-2.fc21.x86_64 as install for 2:cheese-3.13.1-2.fc21.x86_64 >23:29:23,542 DEBUG yum.verbose.YumBase: Quick matched 2:cheese-libs-3.13.1-2.fc21.x86_64 to require for libcheese-gtk.so.23()(64bit) >23:29:23,543 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.16.2-1.fc21.x86_64 as install for chrony-1.30-0.1.pre1.fc21.x86_64 >23:29:23,544 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.16.2-1.fc21.x86_64 to require for libfreebl3.so()(64bit) >23:29:23,545 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-6.20140213cvs.fc21.x86_64 as install for chrony-1.30-0.1.pre1.fc21.x86_64 >23:29:23,547 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.9-3.fc21.x86_64 as install for cifs-utils-6.3-3.fc21.x86_64 >23:29:23,548 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.1.1-2.fc21.x86_64 as install for cifs-utils-6.3-3.fc21.x86_64 >23:29:23,549 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-2.fc21.x86_64 as install for cifs-utils-6.3-3.fc21.x86_64 >23:29:23,549 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-2.fc21.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >23:29:23,550 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.9-2.fc21.x86_64 as install for cifs-utils-6.3-3.fc21.x86_64 >23:29:23,551 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-5.fc21.x86_64 as install for cifs-utils-6.3-3.fc21.x86_64 >23:29:23,554 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-libs-1.2.1-2.fc21.x86_64 as install for colord-1.2.1-2.fc21.x86_64 >23:29:23,555 DEBUG yum.verbose.YumBase: TSINFO: Marking color-filesystem-1-15.fc21.noarch as install for colord-1.2.1-2.fc21.x86_64 >23:29:23,556 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.19-1.fc21.x86_64 as install for colord-1.2.1-2.fc21.x86_64 >23:29:23,557 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.6-3.fc21.x86_64 as install for colord-1.2.1-2.fc21.x86_64 >23:29:23,558 DEBUG yum.verbose.YumBase: TSINFO: Marking libgusb-0.1.6-3.fc21.x86_64 as install for colord-1.2.1-2.fc21.x86_64 >23:29:23,558 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.2.1-2.fc21.x86_64 to require for libcolordprivate.so.2()(64bit) >23:29:23,558 DEBUG yum.verbose.YumBase: Quick matched colord-libs-1.2.1-2.fc21.x86_64 to require for libcolord.so.2()(64bit) >23:29:23,563 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:control-center-filesystem-3.13.3-3.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,563 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-menus-12.0.2-8.fc21.noarch as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,565 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-menus-3.10.1-3.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,566 DEBUG yum.verbose.YumBase: TSINFO: Marking vino-3.13.3-1.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,567 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.9-3.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,569 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-libs-glib2-5.0-5.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,569 DEBUG yum.verbose.YumBase: TSINFO: Marking iso-codes-3.54-2.fc21.noarch as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,570 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-x11-1.8.4-2.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,571 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.37-1.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,572 DEBUG yum.verbose.YumBase: TSINFO: Marking libgnomekbd-3.6.0-4.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,574 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-0.9-3.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,575 DEBUG yum.verbose.YumBase: TSINFO: Marking upower-0.99.0-5.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,576 DEBUG yum.verbose.YumBase: TSINFO: Marking libnm-gtk-0.9.9.0-12.git20140424.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,577 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-libs-1.5.7-4.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,578 DEBUG yum.verbose.YumBase: TSINFO: Marking libgtop2-2.30.0-2.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,579 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-0.2.10-2.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,581 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gnome-bluetooth-libs-3.12.0-2.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,582 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.3-2.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,583 DEBUG yum.verbose.YumBase: TSINFO: Marking colord-gtk-0.1.25-3.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,584 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.37-1.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,585 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-10.2.2-2.20140625.fc21.x86_64 as install for 1:control-center-3.13.3-3.fc21.x86_64 >23:29:23,589 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.11-2.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,589 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.11-2.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,590 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.16.2-1.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,592 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.0-13.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,592 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-13.fc21.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >23:29:23,593 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.0-13.fc21.x86_64 to require for libstdc++.so.6(CXXABI_1.3)(64bit) >23:29:23,593 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.16.2-1.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,594 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.17-1.fc21.x86_64 as install for coolkey-1.1.0-25.fc21.x86_64 >23:29:23,596 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.20-2.fc21.x86_64 as install for coreutils-8.22-16.fc21.x86_64 >23:29:23,598 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-4.fc21.x86_64 as install for coreutils-8.22-16.fc21.x86_64 >23:29:23,598 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-6.0.0-4.fc21.x86_64 to require for libgmp.so.10()(64bit) >23:29:23,600 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-7.fc21.x86_64 as install for cronie-1.4.11-7.fc21.x86_64 >23:29:23,602 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-7.fc21.x86_64 as install for cronie-1.4.11-7.fc21.x86_64 >23:29:23,605 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.5-1.fc21.x86_64 as install for cryptsetup-1.6.5-1.fc21.x86_64 >23:29:23,606 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-5.fc21.x86_64 as install for cryptsetup-1.6.5-1.fc21.x86_64 >23:29:23,607 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-4.fc21.x86_64 as install for cryptsetup-1.6.5-1.fc21.x86_64 >23:29:23,611 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-filesystem-1.7.3-2.fc21.noarch as install for 1:cups-1.7.3-2.fc21.x86_64 >23:29:23,612 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-client-1.7.3-2.fc21.x86_64 as install for 1:cups-1.7.3-2.fc21.x86_64 >23:29:23,616 DEBUG yum.verbose.YumBase: TSINFO: Marking cups-filters-libs-1.0.54-4.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,617 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-utils-0.26.2-1.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,618 DEBUG yum.verbose.YumBase: TSINFO: Marking qpdf-libs-5.1.2-1.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,619 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-16.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,620 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-0.26.2-1.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,622 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.10-2.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,623 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.1-3.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,623 DEBUG yum.verbose.YumBase: Quick matched cups-filters-libs-1.0.54-4.fc21.x86_64 to require for libcupsfilters.so.1()(64bit) >23:29:23,624 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-glib-0.6.31-27.fc21.x86_64 as install for cups-filters-1.0.54-4.fc21.x86_64 >23:29:23,628 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.37.0-2.fc21.x86_64 as install for curl-7.37.0-2.fc21.x86_64 >23:29:23,629 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-13.fc21.x86_64 as install for curl-7.37.0-2.fc21.x86_64 >23:29:23,630 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-5.fc21.x86_64 as install for curl-7.37.0-2.fc21.x86_64 >23:29:23,631 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-8.fc21.x86_64 as install for curl-7.37.0-2.fc21.x86_64 >23:29:23,632 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-8.fc21.x86_64 to require for liblber-2.4.so.2()(64bit) >23:29:23,633 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-17.fc21.x86_64 as install for cyrus-sasl-plain-2.1.26-17.fc21.x86_64 >23:29:23,637 DEBUG yum.verbose.YumBase: TSINFO: Marking duplicity-0.6.24-3.fc21.x86_64 as install for deja-dup-30.0-2.fc21.x86_64 >23:29:23,638 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cloudfiles-1.7.10-5.fc21.noarch as install for deja-dup-30.0-2.fc21.x86_64 >23:29:23,639 DEBUG yum.verbose.YumBase: TSINFO: Marking libpeas-1.10.0-3.fc21.x86_64 as install for deja-dup-30.0-2.fc21.x86_64 >23:29:23,640 DEBUG yum.verbose.YumBase: TSINFO: Marking dejavu-fonts-common-2.34-3.fc21.noarch as install for dejavu-sans-fonts-2.34-3.fc21.noarch >23:29:23,642 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-12alpha.fc21.x86_64 as install for deltarpm-3.6-5.fc21.x86_64 >23:29:23,642 DEBUG yum.verbose.YumBase: Quick matched xz-libs-5.1.2-12alpha.fc21.x86_64 to require for liblzma.so.5()(64bit) >23:29:23,644 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.0-15.fc21.x86_64 as install for 12:dhclient-4.3.0-15.fc21.x86_64 >23:29:23,645 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.0-15.fc21.x86_64 as install for 12:dhclient-4.3.0-15.fc21.x86_64 >23:29:23,646 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-6.P1.fc21.x86_64 as install for 12:dhclient-4.3.0-15.fc21.x86_64 >23:29:23,647 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-6.P1.fc21.x86_64 to require for libisc-export.so.95()(64bit) >23:29:23,647 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-6.P1.fc21.x86_64 to require for libirs-export.so.91()(64bit) >23:29:23,647 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-6.P1.fc21.x86_64 to require for libdns-export.so.100()(64bit) >23:29:23,648 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-037-14.git20140628.fc21.x86_64 as install for dracut-config-rescue-037-14.git20140628.fc21.x86_64 >23:29:23,650 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.3-1.fc21.x86_64 as install for 1:dump-0.4-0.22.b44.fc21.x86_64 >23:29:23,652 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.10-3.fc21.x86_64 as install for e2fsprogs-1.42.10-3.fc21.x86_64 >23:29:23,653 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.10-3.fc21.x86_64 to require for libss.so.2()(64bit) >23:29:23,660 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-salut-0.8.1-6.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,663 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:telepathy-mission-control-5.16.2-1.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,664 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-haze-0.8.0-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,665 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-gabble-0.18.2-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,666 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-idle-0.2.0-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,667 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-filesystem-0.0.2-7.fc21.noarch as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,669 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-glib-0.24.0-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,669 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.9.0)(64bit) >23:29:23,669 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit) >23:29:23,669 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.6)(64bit) >23:29:23,669 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.35)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.34)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.32)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.29)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.27)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.24)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.23)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.21)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.2)(64bit) >23:29:23,670 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.18)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.17)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.16)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.15)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.14)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.12)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.23.2)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.23.0)(64bit) >23:29:23,671 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.9)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.4)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.3)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.1)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.19.0)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.6)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.1)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.0)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.8)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.6)(64bit) >23:29:23,672 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.3)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.2)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.1)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.0)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.3)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.14.2)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.9)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.8)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.7)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.3)(64bit) >23:29:23,673 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.2)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.16)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.14)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.12)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.11)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.10)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.1)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.13.0)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.9)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.7)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.6)(64bit) >23:29:23,674 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.4)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.16)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.15)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.14)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.13)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.12)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.11)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.1)(64bit) >23:29:23,675 DEBUG yum.verbose.YumBase: Quick matched telepathy-glib-0.24.0-2.fc21.x86_64 to require for libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.0)(64bit) >23:29:23,676 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.4-3.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,678 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-logger-0.8.0-5.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,679 DEBUG yum.verbose.YumBase: TSINFO: Marking telepathy-farstream-0.6.1-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,681 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.20.2-3.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,682 DEBUG yum.verbose.YumBase: TSINFO: Marking geocode-glib-3.13.3-1.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,683 DEBUG yum.verbose.YumBase: TSINFO: Marking gcr-3.12.2-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,684 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.2-2.fc21.x86_64 to require for libgcr-base-3.so.1()(64bit) >23:29:23,684 DEBUG yum.verbose.YumBase: Quick matched gcr-3.12.2-2.fc21.x86_64 to require for libgck-1.so.0()(64bit) >23:29:23,685 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:folks-0.9.6-5.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,685 DEBUG yum.verbose.YumBase: Quick matched 1:folks-0.9.6-5.fc21.x86_64 to require for libfolks-telepathy.so.25()(64bit) >23:29:23,686 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream02-0.2.4-2.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,688 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-gtk-0.12.7-4.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,689 DEBUG yum.verbose.YumBase: TSINFO: Marking libchamplain-0.12.7-4.fc21.x86_64 as install for empathy-3.12.4-1.fc21.x86_64 >23:29:23,691 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-2.fc21.x86_64 as install for eog-3.13.2-2.fc21.x86_64 >23:29:23,692 DEBUG yum.verbose.YumBase: Quick matched desktop-file-utils-0.22-2.fc21.x86_64 to require for desktop-file-utils >23:29:23,693 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.2-2.fc21.x86_64 as install for eog-3.13.2-2.fc21.x86_64 >23:29:23,694 DEBUG yum.verbose.YumBase: TSINFO: Marking libexif-0.6.21-7.fc21.x86_64 as install for eog-3.13.2-2.fc21.x86_64 >23:29:23,695 DEBUG yum.verbose.YumBase: TSINFO: Marking exempi-2.2.1-6.fc21.x86_64 as install for eog-3.13.2-2.fc21.x86_64 >23:29:23,698 DEBUG yum.verbose.YumBase: TSINFO: Marking evince-libs-3.13.3.1-1.fc21.x86_64 as install for evince-3.13.3.1-1.fc21.x86_64 >23:29:23,699 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.13.3.1-1.fc21.x86_64 to require for libevview3.so.3()(64bit) >23:29:23,699 DEBUG yum.verbose.YumBase: Quick matched evince-libs-3.13.3.1-1.fc21.x86_64 to require for libevdocument3.so.4()(64bit) >23:29:23,704 DEBUG yum.verbose.YumBase: TSINFO: Marking highlight-3.18-3.fc21.x86_64 as install for evolution-3.12.3-3.fc21.x86_64 >23:29:23,706 DEBUG yum.verbose.YumBase: TSINFO: Marking gvfs-1.21.3-1.fc21.x86_64 as install for evolution-3.12.3-3.fc21.x86_64 >23:29:23,708 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkspell3-3.0.6-2.fc21.x86_64 as install for evolution-3.12.3-3.fc21.x86_64 >23:29:23,710 DEBUG yum.verbose.YumBase: TSINFO: Marking libgweather-3.13.3-1.fc21.x86_64 as install for evolution-3.12.3-3.fc21.x86_64 >23:29:23,711 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdata-0.15.1-2.fc21.x86_64 as install for evolution-3.12.3-3.fc21.x86_64 >23:29:23,715 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspack-0.4-0.3.alpha.fc21.x86_64 as install for evolution-ews-3.12.3-1.fc21.x86_64 >23:29:23,716 DEBUG yum.verbose.YumBase: Quick matched libmspack-0.4-0.3.alpha.fc21.x86_64 to require for libmspack.so.0()(64bit) >23:29:23,718 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.19-1.fc21.x86_64 as install for file-5.19-1.fc21.x86_64 >23:29:23,718 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.19-1.fc21.x86_64 to require for libmagic.so.1()(64bit) >23:29:23,720 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-8.fc21.x86_64 as install for file-roller-3.13.1-2.fc21.x86_64 >23:29:23,731 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-bookmarks-15-5.fc21.noarch as install for firefox-30.0-4.fc21.x86_64 >23:29:23,731 DEBUG yum.verbose.YumBase: TSINFO: Marking mozilla-filesystem-1.9-11.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,732 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpx-1.3.0-5.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,733 DEBUG yum.verbose.YumBase: TSINFO: Marking startup-notification-0.12-8.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,734 DEBUG yum.verbose.YumBase: TSINFO: Marking libicu-52.1-3.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,735 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-3.fc21.x86_64 to require for libicui18n.so.52()(64bit) >23:29:23,735 DEBUG yum.verbose.YumBase: Quick matched libicu-52.1-3.fc21.x86_64 to require for libicudata.so.52()(64bit) >23:29:23,736 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.1-4.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,737 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-9.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,738 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-3.fc21.x86_64 as install for firefox-30.0-4.fc21.x86_64 >23:29:23,740 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.3-1.fc21.x86_64 as install for firewall-config-0.3.10-2.fc21.noarch >23:29:23,740 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.13-2.fc21.noarch as install for firewall-config-0.3.10-2.fc21.noarch >23:29:23,742 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-3.fc21.noarch as install for firewalld-0.3.10-2.fc21.noarch >23:29:23,742 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-5.fc21.noarch as install for firewalld-0.3.10-2.fc21.noarch >23:29:23,743 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-15.fc21.x86_64 as install for firewalld-0.3.10-2.fc21.noarch >23:29:23,745 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-5.fc21.x86_64 as install for firewalld-0.3.10-2.fc21.noarch >23:29:23,756 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.2-301.fc21.x86_64 as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,757 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-301.fc21.x86_64 to require for perl(vars) >23:29:23,757 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-301.fc21.x86_64 to require for perl(strict) >23:29:23,758 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-301.fc21.x86_64 to require for perl(POSIX) >23:29:23,758 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-301.fc21.x86_64 to require for perl(Getopt::Std) >23:29:23,759 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-2.fc21.noarch as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,760 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.70-2.fc21.noarch as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,762 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.62-2.fc21.x86_64 as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,763 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Data-Dumper-2.151-2.fc21.x86_64 as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,764 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.47-2.fc21.x86_64 as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,765 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-4.0-43.20131218.fc21.noarch as install for foomatic-4.0.11-2.fc21.x86_64 >23:29:23,767 DEBUG yum.verbose.YumBase: TSINFO: Marking foomatic-db-filesystem-4.0-43.20131218.fc21.noarch as install for foomatic-db-ppds-4.0-43.20131218.fc21.noarch >23:29:23,768 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-2.fc21.x86_64 as install for fprintd-pam-0.5.1-2.fc21.x86_64 >23:29:23,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-3.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,773 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-utils-7.7-6.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,774 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-21.0.3-2.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,775 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-xkb-utils-7.7-9.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,776 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-gdm-hooks-5.0-5.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,776 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-session-3.12.1-3.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,777 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-keyring-pam-3.12.2-2.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,778 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdmcp-1.1.1-6.fc21.x86_64 as install for 1:gdm-3.12.2-2.fc21.x86_64 >23:29:23,782 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.4.1-12.fc21.x86_64 as install for 2:gedit-3.13.2-1.fc21.x86_64 >23:29:23,783 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-gobject-3.13.3-1.fc21.x86_64 as install for 2:gedit-3.13.2-1.fc21.x86_64 >23:29:23,784 DEBUG yum.verbose.YumBase: TSINFO: Marking gtksourceview3-3.13.1-1.fc21.x86_64 as install for 2:gedit-3.13.2-1.fc21.x86_64 >23:29:23,786 DEBUG yum.verbose.YumBase: TSINFO: Marking zenity-3.12.1-2.fc21.x86_64 as install for 2:gedit-3.13.2-1.fc21.x86_64 >23:29:23,788 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-19.fc21.noarch as install for ghostscript-9.14-4.fc21.x86_64 >23:29:23,789 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.6-5.fc21.noarch as install for ghostscript-9.14-4.fc21.x86_64 >23:29:23,790 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-33.fc21.noarch as install for ghostscript-9.14-4.fc21.x86_64 >23:29:23,791 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.97-3.fc21.noarch as install for glib-networking-2.41.3-1.fc21.x86_64 >23:29:23,792 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-9.fc21.x86_64 as install for glib-networking-2.41.3-1.fc21.x86_64 >23:29:23,795 DEBUG yum.verbose.YumBase: TSINFO: Marking pulseaudio-module-bluetooth-5.0-5.fc21.x86_64 as install for 1:gnome-bluetooth-3.12.0-2.fc21.x86_64 >23:29:23,799 DEBUG yum.verbose.YumBase: TSINFO: Marking mtools-4.0.18-5.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,800 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gobject-0.1.8-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,801 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-2.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.4)(64bit) >23:29:23,801 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-2.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.3)(64bit) >23:29:23,801 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-2.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.1.2)(64bit) >23:29:23,801 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-2.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.9)(64bit) >23:29:23,801 DEBUG yum.verbose.YumBase: Quick matched libvirt-gobject-0.1.8-2.fc21.x86_64 to require for libvirt-gobject-1.0.so.0(LIBVIRT_GOBJECT_0.0.8)(64bit) >23:29:23,802 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-gconfig-0.1.8-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.6)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.5)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.4)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.1.0)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.9)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: Quick matched libvirt-gconfig-0.1.8-2.fc21.x86_64 to require for libvirt-gconfig-1.0.so.0(LIBVIRT_GCONFIG_0.0.8)(64bit) >23:29:23,803 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,804 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-config-network-1.2.5-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,805 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-gtk3-0.25-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,807 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-glib-0.25-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,808 DEBUG yum.verbose.YumBase: TSINFO: Marking libosinfo-0.2.9-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.8)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.7)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.6)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.3)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.2)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.1)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.2.0)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.5)(64bit) >23:29:23,809 DEBUG yum.verbose.YumBase: Quick matched libosinfo-0.2.9-2.fc21.x86_64 to require for libosinfo-1.0.so.0(LIBOSINFO_0.0.1)(64bit) >23:29:23,810 DEBUG yum.verbose.YumBase: TSINFO: Marking libgovirt-0.3.0-4.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,811 DEBUG yum.verbose.YumBase: TSINFO: Marking fuseiso-20070708-15.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,812 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-icon-theme-3.13.3-1.fc21.noarch as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,813 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-client-1.2.5-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,815 DEBUG yum.verbose.YumBase: TSINFO: Marking rest-0.7.91-2.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,816 DEBUG yum.verbose.YumBase: TSINFO: Marking gvnc-0.5.3-3.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,818 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk-vnc2-0.5.3-3.fc21.x86_64 as install for gnome-boxes-3.13.3-2.fc21.x86_64 >23:29:23,820 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-window-list-3.13.3-1.fc21.noarch as install for gnome-classic-session-3.13.3-1.fc21.noarch >23:29:23,820 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-places-menu-3.13.3-1.fc21.noarch as install for gnome-classic-session-3.13.3-1.fc21.noarch >23:29:23,821 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-launch-new-instance-3.13.3-1.fc21.noarch as install for gnome-classic-session-3.13.3-1.fc21.noarch >23:29:23,822 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-apps-menu-3.13.3-1.fc21.noarch as install for gnome-classic-session-3.13.3-1.fc21.noarch >23:29:23,822 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-alternate-tab-3.13.3-1.fc21.noarch as install for gnome-classic-session-3.13.3-1.fc21.noarch >23:29:23,827 DEBUG yum.verbose.YumBase: TSINFO: Marking argyllcms-1.6.3-2.fc21.x86_64 as install for gnome-color-manager-3.13.1-5.fc21.x86_64 >23:29:23,828 DEBUG yum.verbose.YumBase: TSINFO: Marking vte3-0.36.3-1.fc21.x86_64 as install for gnome-color-manager-3.13.1-5.fc21.x86_64 >23:29:23,829 DEBUG yum.verbose.YumBase: TSINFO: Marking exiv2-libs-0.24-2.fc21.x86_64 as install for gnome-color-manager-3.13.1-5.fc21.x86_64 >23:29:23,836 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.3-2.fc21.x86_64 as install for gnome-disk-utility-3.12.1-4.fc21.x86_64 >23:29:23,837 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.3-2.fc21.x86_64 as install for gnome-disk-utility-3.12.1-4.fc21.x86_64 >23:29:23,838 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdread-4.9.9-2.fc21.x86_64 as install for gnome-disk-utility-3.12.1-4.fc21.x86_64 >23:29:23,841 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-online-miners-3.13.3-1.fc21.x86_64 as install for gnome-documents-3.13.1-2.fc21.x86_64 >23:29:23,842 DEBUG yum.verbose.YumBase: TSINFO: Marking libzapojit-0.0.3-4.fc21.x86_64 as install for gnome-documents-3.13.1-2.fc21.x86_64 >23:29:23,843 DEBUG yum.verbose.YumBase: TSINFO: Marking gjs-1.41.3-1.fc21.x86_64 as install for gnome-documents-3.13.1-2.fc21.x86_64 >23:29:23,845 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.29-2.fc21.x86_64 as install for gnome-font-viewer-3.12.0-2.fc21.x86_64 >23:29:23,852 DEBUG yum.verbose.YumBase: TSINFO: Marking geoclue2-2.1.9-1.fc21.x86_64 as install for gnome-maps-3.13.2-2.fc21.x86_64 >23:29:23,854 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-0.9.3-1.fc21.x86_64 as install for gnome-packagekit-3.12.2-5.fc21.x86_64 >23:29:23,857 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-renderer-0.4.0-2.fc21.x86_64 as install for gnome-photos-3.12.1-2.fc21.x86_64 >23:29:23,858 DEBUG yum.verbose.YumBase: TSINFO: Marking gfbgraph-0.2.2-2.fc21.x86_64 as install for gnome-photos-3.12.1-2.fc21.x86_64 >23:29:23,859 DEBUG yum.verbose.YumBase: TSINFO: Marking gegl-0.2.0-18.fc21.x86_64 as install for gnome-photos-3.12.1-2.fc21.x86_64 >23:29:23,861 DEBUG yum.verbose.YumBase: TSINFO: Marking babl-0.1.10-9.fc21.x86_64 as install for gnome-photos-3.12.1-2.fc21.x86_64 >23:29:23,866 DEBUG yum.verbose.YumBase: TSINFO: Marking libxkbfile-1.0.8-5.fc21.x86_64 as install for gnome-settings-daemon-3.13.3-1.fc21.x86_64 >23:29:23,872 DEBUG yum.verbose.YumBase: TSINFO: Marking mutter-3.13.3-1.fc21.x86_64 as install for gnome-shell-3.13.3-1.fc21.x86_64 >23:29:23,874 DEBUG yum.verbose.YumBase: TSINFO: Marking libcroco-0.6.8-4.fc21.x86_64 as install for gnome-shell-3.13.3-1.fc21.x86_64 >23:29:23,875 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs24-24.2.0-4.fc21.x86_64 as install for gnome-shell-3.13.3-1.fc21.x86_64 >23:29:23,876 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsystem-2014.2-2.fc21.x86_64 as install for gnome-shell-3.13.3-1.fc21.x86_64 >23:29:23,879 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:epiphany-runtime-3.12.1-2.fc21.x86_64 as install for gnome-software-3.13.3-1.fc21.x86_64 >23:29:23,880 DEBUG yum.verbose.YumBase: TSINFO: Marking appstream-data-21-3.fc21.noarch as install for gnome-software-3.13.3-1.fc21.x86_64 >23:29:23,881 DEBUG yum.verbose.YumBase: TSINFO: Marking libappstream-glib-0.2.1-1.fc21.x86_64 as install for gnome-software-3.13.3-1.fc21.x86_64 >23:29:23,886 DEBUG yum.verbose.YumBase: TSINFO: Marking libsigc++20-2.3.1-4.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,887 DEBUG yum.verbose.YumBase: TSINFO: Marking pangomm-2.34.0-3.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,888 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm30-3.13.3-1.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,889 DEBUG yum.verbose.YumBase: TSINFO: Marking glibmm24-2.41.1-1.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,890 DEBUG yum.verbose.YumBase: Quick matched glibmm24-2.41.1-1.fc21.x86_64 to require for libgiomm-2.4.so.1()(64bit) >23:29:23,891 DEBUG yum.verbose.YumBase: TSINFO: Marking cairomm-1.10.0-8.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,892 DEBUG yum.verbose.YumBase: TSINFO: Marking atkmm-2.22.7-3.fc21.x86_64 as install for gnome-system-monitor-3.13.2-2.fc21.x86_64 >23:29:23,894 DEBUG yum.verbose.YumBase: TSINFO: Marking vte291-0.37.2-1.fc21.x86_64 as install for gnome-terminal-3.13.2-1.fc21.x86_64 >23:29:23,895 DEBUG yum.verbose.YumBase: Quick matched vte291-0.37.2-1.fc21.x86_64 to require for libvte-2.91.so.0()(64bit) >23:29:23,896 DEBUG yum.verbose.YumBase: TSINFO: Marking adwaita-gtk2-theme-3.13.3-2.fc21.x86_64 as install for gnome-themes-standard-3.13.3-2.fc21.x86_64 >23:29:23,898 DEBUG yum.verbose.YumBase: TSINFO: Marking mod_dnssd-0.6-11.fc21.x86_64 as install for gnome-user-share-3.13.2-1.fc21.x86_64 >23:29:23,900 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-2.4.9-5.fc21.x86_64 as install for gnome-user-share-3.13.2-1.fc21.x86_64 >23:29:23,902 DEBUG yum.verbose.YumBase: TSINFO: Marking gnu-free-fonts-common-20120503-9.fc21.noarch as install for gnu-free-mono-fonts-20120503-9.fc21.noarch >23:29:23,904 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-2.fc21.x86_64 as install for gnupg2-2.0.24-1.fc21.x86_64 >23:29:23,905 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-5.fc21.x86_64 as install for gnupg2-2.0.24-1.fc21.x86_64 >23:29:23,906 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-3.fc21.x86_64 as install for gnupg2-2.0.24-1.fc21.x86_64 >23:29:23,908 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-23.fc21.x86_64 as install for gnupg2-2.0.24-1.fc21.x86_64 >23:29:23,909 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.13-1.fc21.x86_64 as install for gnupg2-2.0.24-1.fc21.x86_64 >23:29:23,921 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-0.10.36-8.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,922 DEBUG yum.verbose.YumBase: TSINFO: Marking libsndfile-1.0.25-10.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,923 DEBUG yum.verbose.YumBase: TSINFO: Marking libvdpau-0.7-2.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,924 DEBUG yum.verbose.YumBase: TSINFO: Marking orc-0.4.18-2.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,925 DEBUG yum.verbose.YumBase: TSINFO: Marking opus-1.1-2.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,926 DEBUG yum.verbose.YumBase: TSINFO: Marking libofa-0.9.3-24.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,928 DEBUG yum.verbose.YumBase: TSINFO: Marking libmpcdec-1.2.6-13.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,929 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-26.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,931 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-plugins-base-0.10.36-9.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,931 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgsttag-0.10.so.0()(64bit) >23:29:23,932 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstsdp-0.10.so.0()(64bit) >23:29:23,932 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstrtp-0.10.so.0()(64bit) >23:29:23,932 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstriff-0.10.so.0()(64bit) >23:29:23,932 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstinterfaces-0.10.so.0()(64bit) >23:29:23,932 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstfft-0.10.so.0()(64bit) >23:29:23,933 DEBUG yum.verbose.YumBase: Quick matched gstreamer-0.10.36-8.fc21.x86_64 to require for libgstbase-0.10.so.0()(64bit) >23:29:23,933 DEBUG yum.verbose.YumBase: Quick matched gstreamer-plugins-base-0.10.36-9.fc21.x86_64 to require for libgstapp-0.10.so.0()(64bit) >23:29:23,934 DEBUG yum.verbose.YumBase: TSINFO: Marking gsm-1.0.13-11.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,935 DEBUG yum.verbose.YumBase: TSINFO: Marking libdvdnav-4.2.1-3.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,936 DEBUG yum.verbose.YumBase: TSINFO: Marking soundtouch-1.4.0-9.fc21.x86_64 as install for gstreamer-plugins-bad-free-0.10.23-22.fc21.x86_64 >23:29:23,938 DEBUG yum.verbose.YumBase: TSINFO: Marking espeak-1.48.04-2.fc21.x86_64 as install for gstreamer-plugins-espeak-0.4.0-4.fc21.x86_64 >23:29:23,947 DEBUG yum.verbose.YumBase: TSINFO: Marking wavpack-4.70.0-2.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,948 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvorbis-1.3.4-2.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,949 DEBUG yum.verbose.YumBase: TSINFO: Marking libv4l-1.0.0-2.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,950 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libtheora-1.1.1-11.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,951 DEBUG yum.verbose.YumBase: TSINFO: Marking taglib-1.9.1-6.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,952 DEBUG yum.verbose.YumBase: TSINFO: Marking speex-1.2-0.20.rc1.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,953 DEBUG yum.verbose.YumBase: TSINFO: Marking libshout-2.2.2-11.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,955 DEBUG yum.verbose.YumBase: TSINFO: Marking libavc1394-0.5.3-15.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,956 DEBUG yum.verbose.YumBase: TSINFO: Marking libraw1394-2.1.0-3.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,957 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libogg-1.3.0-7.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,958 DEBUG yum.verbose.YumBase: TSINFO: Marking libiec61883-1.2.0-11.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,959 DEBUG yum.verbose.YumBase: TSINFO: Marking libdv-1.0.0-18.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,960 DEBUG yum.verbose.YumBase: TSINFO: Marking flac-libs-1.3.0-4.fc21.x86_64 as install for gstreamer-plugins-good-0.10.31-12.fc21.x86_64 >23:29:23,962 DEBUG yum.verbose.YumBase: TSINFO: Marking gutenprint-libs-5.2.10-2.fc21.x86_64 as install for gutenprint-5.2.10-2.fc21.x86_64 >23:29:23,963 DEBUG yum.verbose.YumBase: Quick matched gutenprint-libs-5.2.10-2.fc21.x86_64 to require for libgutenprint.so.2()(64bit) >23:29:23,965 DEBUG yum.verbose.YumBase: TSINFO: Marking usbmuxd-1.0.9-0.3.c24463e.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,966 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbmuxd-1.0.9-2.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,968 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.6-2.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,969 DEBUG yum.verbose.YumBase: TSINFO: Marking libplist-1.11-2.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,970 DEBUG yum.verbose.YumBase: TSINFO: Marking libimobiledevice-1.1.6-2.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,971 DEBUG yum.verbose.YumBase: TSINFO: Marking libbluray-0.6.0-1.fc21.x86_64 as install for gvfs-afc-1.21.3-1.fc21.x86_64 >23:29:23,974 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-libs-2.9.3-3.fc21.x86_64 as install for gvfs-fuse-1.21.3-1.fc21.x86_64 >23:29:23,975 DEBUG yum.verbose.YumBase: Quick matched fuse-libs-2.9.3-3.fc21.x86_64 to require for libfuse.so.2(FUSE_2.6)(64bit) >23:29:23,975 DEBUG yum.verbose.YumBase: TSINFO: Marking fuse-2.9.3-3.fc21.x86_64 as install for gvfs-fuse-1.21.3-1.fc21.x86_64 >23:29:23,978 DEBUG yum.verbose.YumBase: TSINFO: Marking libgphoto2-2.5.3-8.fc21.x86_64 as install for gvfs-gphoto2-1.21.3-1.fc21.x86_64 >23:29:23,978 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-8.fc21.x86_64 to require for libgphoto2_port.so.10()(64bit) >23:29:23,979 DEBUG yum.verbose.YumBase: Quick matched libgphoto2-2.5.3-8.fc21.x86_64 to require for libgphoto2.so.6()(64bit) >23:29:23,980 DEBUG yum.verbose.YumBase: TSINFO: Marking libmtp-1.1.6-3.fc21.x86_64 as install for gvfs-mtp-1.21.3-1.fc21.x86_64 >23:29:23,994 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-libs-3.14.6-3.fc21.x86_64 as install for 1:hpijs-3.14.6-3.fc21.x86_64 >23:29:23,995 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.14.6-3.fc21.x86_64 to require for libhpmud.so.0()(64bit) >23:29:23,995 DEBUG yum.verbose.YumBase: Quick matched hplip-libs-3.14.6-3.fc21.x86_64 to require for libhpip.so.0()(64bit) >23:29:23,999 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.4.0-11.fc21.x86_64 as install for hplip-3.14.6-3.fc21.x86_64 >23:29:24,001 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-20.fc21.x86_64 as install for hplip-3.14.6-3.fc21.x86_64 >23:29:24,002 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-8.fc21.noarch as install for hunspell-1.3.3-2.fc21.x86_64 >23:29:24,006 DEBUG yum.verbose.YumBase: TSINFO: Marking libchewing-0.4.0-3.fc21.x86_64 as install for ibus-chewing-1.4.10.1-2.fc21.x86_64 >23:29:24,017 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-1.5.7-4.fc21.x86_64 as install for ibus-chewing-1.4.10.1-2.fc21.x86_64 >23:29:24,021 DEBUG yum.verbose.YumBase: TSINFO: Marking libhangul-0.1.0-8.fc21.x86_64 as install for ibus-hangul-1.4.2-8.fc21.x86_64 >23:29:24,023 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.13.3-1.fc21.x86_64 as install for ibus-hangul-1.4.2-8.fc21.x86_64 >23:29:24,025 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-0.3.3-2.fc21.x86_64 as install for ibus-kkc-1.5.20-2.fc21.x86_64 >23:29:24,026 DEBUG yum.verbose.YumBase: TSINFO: Marking libgee06-0.6.8-3.fc21.x86_64 as install for ibus-kkc-1.5.20-2.fc21.x86_64 >23:29:24,029 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-data-1.0.0-2.fc21.x86_64 as install for ibus-libpinyin-1.6.92-3.fc21.x86_64 >23:29:24,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libpinyin-1.0.0-2.fc21.x86_64 as install for ibus-libpinyin-1.6.92-3.fc21.x86_64 >23:29:24,031 DEBUG yum.verbose.YumBase: Quick matched libpinyin-1.0.0-2.fc21.x86_64 to require for libpinyin.so.4(LIBPINYIN)(64bit) >23:29:24,031 DEBUG yum.verbose.YumBase: Quick matched libpinyin-1.0.0-2.fc21.x86_64 to require for libpinyin.so.4()(64bit) >23:29:24,032 DEBUG yum.verbose.YumBase: TSINFO: Marking opencc-0.4.3-3.fc21.x86_64 as install for ibus-libpinyin-1.6.92-3.fc21.x86_64 >23:29:24,033 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-6.fc21.x86_64 as install for ibus-libpinyin-1.6.92-3.fc21.x86_64 >23:29:24,045 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-lib-1.6.4-11.fc21.x86_64 as install for ibus-m17n-1.3.4-14.fc21.x86_64 >23:29:24,046 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-11.fc21.x86_64 to require for libm17n.so.0()(64bit) >23:29:24,046 DEBUG yum.verbose.YumBase: Quick matched m17n-lib-1.6.4-11.fc21.x86_64 to require for libm17n-core.so.0()(64bit) >23:29:24,048 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-enchant-1.6.5-14.fc21.noarch as install for ibus-typing-booster-1.2.10-3.fc21.noarch >23:29:24,048 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-dbus-1.2.0-5.fc21.x86_64 as install for ibus-typing-booster-1.2.10-3.fc21.noarch >23:29:24,049 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-m17n-0.0.3-4.fc21.x86_64 as install for ibus-typing-booster-1.2.10-3.fc21.noarch >23:29:24,059 DEBUG yum.verbose.YumBase: TSINFO: Marking tagsoup-1.2.1-8.fc21.noarch as install for icedtea-web-1.5-4.fc21.x86_64 >23:29:24,062 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.8.0-openjdk-1.8.0.5-13.b13.fc21.x86_64 as install for icedtea-web-1.5-4.fc21.x86_64 >23:29:24,066 DEBUG yum.verbose.YumBase: TSINFO: Marking im-chooser-common-1.6.4-3.fc21.x86_64 as install for im-chooser-1.6.4-3.fc21.x86_64 >23:29:24,068 DEBUG yum.verbose.YumBase: TSINFO: Marking imsettings-libs-1.6.7-3.fc21.x86_64 as install for im-chooser-1.6.4-3.fc21.x86_64 >23:29:24,075 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-5.fc21.x86_64 as install for initscripts-9.54-4.fc21.x86_64 >23:29:24,077 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-21-0.7.noarch as install for initscripts-9.54-4.fc21.x86_64 >23:29:24,078 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-3.fc21.x86_64 as install for initscripts-9.54-4.fc21.x86_64 >23:29:24,081 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-6.fc21.x86_64 as install for iproute-3.15.0-1.fc21.x86_64 >23:29:24,082 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-9.fc21.x86_64 as install for iproute-3.15.0-1.fc21.x86_64 >23:29:24,085 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-2.fc21.x86_64 as install for iptstate-2.2.5-4.fc21.x86_64 >23:29:24,090 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-2.fc21.x86_64 as install for 2:irqbalance-1.0.7-7.fc21.x86_64 >23:29:24,090 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.fc21.x86_64 to require for libnuma.so.1(libnuma_1.1)(64bit) >23:29:24,090 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.fc21.x86_64 to require for libnuma.so.1()(64bit) >23:29:24,093 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.267-1.fc21.noarch as install for isdn4k-utils-3.2-97.fc21.x86_64 >23:29:24,094 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-4.fc21.x86_64 as install for isdn4k-utils-3.2-97.fc21.x86_64 >23:29:24,097 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn2-0.8-6.fc21.x86_64 as install for jwhois-4.0-35.fc21.x86_64 >23:29:24,099 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.1-7.fc21.noarch as install for kbd-2.0.1-7.fc21.x86_64 >23:29:24,100 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.1-7.fc21.noarch as install for kbd-2.0.1-7.fc21.x86_64 >23:29:24,114 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.16.0-0.rc2.git4.1.fc21.x86_64 as install for kernel-3.16.0-0.rc2.git4.1.fc21.x86_64 >23:29:24,131 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.16.0-0.rc2.git4.1.fc21.x86_64 as install for kernel-3.16.0-0.rc2.git4.1.fc21.x86_64 >23:29:24,135 DEBUG yum.verbose.YumBase: TSINFO: Marking khmeros-fonts-common-5.0-18.fc21.noarch as install for khmeros-base-fonts-5.0-18.fc21.noarch >23:29:24,136 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-9.fc21.x86_64 as install for less-458-11.fc21.x86_64 >23:29:24,140 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.3.0-3.fc21.x86_64 as install for libcanberra-gtk2-0.30-6.fc21.x86_64 >23:29:24,141 DEBUG yum.verbose.YumBase: TSINFO: Marking libtool-ltdl-2.4.2-26.fc21.x86_64 as install for libcanberra-gtk2-0.30-6.fc21.x86_64 >23:29:24,143 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:liberation-fonts-common-1.07.4-3.fc21.noarch as install for 1:liberation-mono-fonts-1.07.4-3.fc21.noarch >23:29:24,145 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-11.fc21.x86_64 as install for libproxy-mozjs-0.4.11-9.fc21.x86_64 >23:29:24,145 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-11.fc21.x86_64 to require for libmozjs-17.0.so()(64bit) >23:29:24,153 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,156 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_salhelpergcc3.so.3(LIBO_UDK_3.6)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3_0_0)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.9)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.8)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.7)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.6)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.3)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.10)(64bit) >23:29:24,159 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(UDK_3.1)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.3)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.2)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.1)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_4.0)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.6)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3(LIBO_UDK_3.5)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3_0_0)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.6)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.3)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(UDK_3.1)(64bit) >23:29:24,160 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3(LIBO_UDK_3.9)(64bit) >23:29:24,161 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3_0_0)(64bit) >23:29:24,161 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3.3)(64bit) >23:29:24,161 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppu.so.3(UDK_3.1)(64bit) >23:29:24,161 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libwriterperfectlo.so()(64bit) >23:29:24,162 DEBUG yum.verbose.YumBase: TSINFO: Marking libwps-0.3.0-2.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libvcllo.so()(64bit) >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libvbahelperlo.so()(64bit) >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libutllo.so()(64bit) >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_sal.so.3()(64bit) >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppuhelpergcc3.so.3()(64bit) >23:29:24,163 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-ure-4.3.0.1-1.fc21.x86_64 to require for libuno_cppu.so.3()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libtllo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libtklo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsvxlo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsvxcorelo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsvtlo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsvllo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsotlo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsfxlo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsblo.so()(64bit) >23:29:24,164 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libsaxlo.so()(64bit) >23:29:24,165 DEBUG yum.verbose.YumBase: TSINFO: Marking librevenge-0.0.1-2.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,166 DEBUG yum.verbose.YumBase: Quick matched librevenge-0.0.1-2.fc21.x86_64 to require for librevenge-0.0.so.0()(64bit) >23:29:24,167 DEBUG yum.verbose.YumBase: TSINFO: Marking liborcus-0.7.0-4.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,167 DEBUG yum.verbose.YumBase: Quick matched liborcus-0.7.0-4.fc21.x86_64 to require for liborcus-0.8.so.0()(64bit) >23:29:24,168 DEBUG yum.verbose.YumBase: TSINFO: Marking libodfgen-0.1.1-2.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,169 DEBUG yum.verbose.YumBase: TSINFO: Marking libmwaw-0.3.1-2.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,171 DEBUG yum.verbose.YumBase: TSINFO: Marking lpsolve-5.5.2.0-9.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,171 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libi18nlangtag.so()(64bit) >23:29:24,171 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libfilelo.so()(64bit) >23:29:24,171 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libeditenglo.so()(64bit) >23:29:24,172 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libdrawinglayerlo.so()(64bit) >23:29:24,172 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libdbtoolslo.so()(64bit) >23:29:24,172 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libcomphelper.so()(64bit) >23:29:24,173 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-iostreams-1.55.0-2.fc21.x86_64 as install for 1:libreoffice-calc-4.3.0.1-1.fc21.x86_64 >23:29:24,173 DEBUG yum.verbose.YumBase: Quick matched 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 to require for libavmedialo.so()(64bit) >23:29:24,174 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pdfimport-4.3.0.1-1.fc21.x86_64 as install for 1:libreoffice-draw-4.3.0.1-1.fc21.x86_64 >23:29:24,175 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-pyuno-4.3.0.1-1.fc21.x86_64 as install for 1:libreoffice-emailmerge-4.3.0.1-1.fc21.x86_64 >23:29:24,182 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpg-0.3.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,183 DEBUG yum.verbose.YumBase: TSINFO: Marking libwpd-0.10.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,185 DEBUG yum.verbose.YumBase: TSINFO: Marking libvisio-0.1.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,186 DEBUG yum.verbose.YumBase: TSINFO: Marking libmspub-0.1.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,187 DEBUG yum.verbose.YumBase: TSINFO: Marking libfreehand-0.1.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,188 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdr-0.1.0-2.fc21.x86_64 as install for 1:libreoffice-graphicfilter-4.3.0.1-1.fc21.x86_64 >23:29:24,193 DEBUG yum.verbose.YumBase: TSINFO: Marking libetonyek-0.1.1-2.fc21.x86_64 as install for 1:libreoffice-impress-4.3.0.1-1.fc21.x86_64 >23:29:24,206 DEBUG yum.verbose.YumBase: TSINFO: Marking libe-book-0.1.1-2.fc21.x86_64 as install for 1:libreoffice-writer-4.3.0.1-1.fc21.x86_64 >23:29:24,207 DEBUG yum.verbose.YumBase: TSINFO: Marking libabw-0.1.0-2.fc21.x86_64 as install for 1:libreoffice-writer-4.3.0.1-1.fc21.x86_64 >23:29:24,210 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-1.0.24-11.fc21.x86_64 as install for libsane-hpaio-3.14.6-3.fc21.x86_64 >23:29:24,214 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-3.fc21.x86_64 as install for man-db-2.6.7.1-3.fc21.x86_64 >23:29:24,216 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-2.fc21.x86_64 as install for man-db-2.6.7.1-3.fc21.x86_64 >23:29:24,217 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-2.fc21.x86_64 as install for man-db-2.6.7.1-3.fc21.x86_64 >23:29:24,218 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.2.2-5.fc21.x86_64 as install for mdadm-3.3.1-2.fc21.x86_64 >23:29:24,221 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-filesystem-10.2.2-2.20140625.fc21.x86_64 as install for mesa-dri-drivers-10.2.2-2.20140625.fc21.x86_64 >23:29:24,223 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.159-4.fc21.x86_64 as install for mesa-dri-drivers-10.2.2-2.20140625.fc21.x86_64 >23:29:24,223 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.159-4.fc21.x86_64 to require for libelf.so.1(ELFUTILS_1.0)(64bit) >23:29:24,223 DEBUG yum.verbose.YumBase: Quick matched elfutils-libelf-0.159-4.fc21.x86_64 to require for libelf.so.1()(64bit) >23:29:24,224 DEBUG yum.verbose.YumBase: TSINFO: Marking llvm-libs-3.4-11.fc21.x86_64 as install for mesa-dri-drivers-10.2.2-2.20140625.fc21.x86_64 >23:29:24,227 DEBUG yum.verbose.YumBase: TSINFO: Marking lockdev-1.0.4-0.16.20111007git.fc21.x86_64 as install for minicom-2.7-2.fc21.x86_64 >23:29:24,227 DEBUG yum.verbose.YumBase: Quick matched lockdev-1.0.4-0.16.20111007git.fc21.x86_64 to require for liblockdev.so.1()(64bit) >23:29:24,229 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-3.fc21.x86_64 as install for mousetweaks-3.12.0-2.fc21.x86_64 >23:29:24,238 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.4-4.0.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,238 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-0.3.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,240 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.25-9.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,241 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.25-0.2.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,242 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25-0.2.fc21.x86_64 to require for libmount >23:29:24,243 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-5.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,244 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.86-1.fc21.x86_64 as install for 1:nfs-utils-1.3.0-3.0.fc21.x86_64 >23:29:24,246 DEBUG yum.verbose.YumBase: TSINFO: Marking nhn-nanum-fonts-common-3.020-10.fc21.noarch as install for nhn-nanum-gothic-fonts-3.020-10.fc21.noarch >23:29:24,251 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-3.fc21.x86_64 as install for ntsysv-1.3.61-2.fc21.x86_64 >23:29:24,251 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-3.fc21.x86_64 to require for libnewt.so.0.52()(64bit) >23:29:24,255 DEBUG yum.verbose.YumBase: TSINFO: Marking open-vm-tools-9.4.0-10.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-10.fc21.x86_64 >23:29:24,255 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-10.fc21.x86_64 to require for libvmtools.so.0()(64bit) >23:29:24,256 DEBUG yum.verbose.YumBase: Quick matched open-vm-tools-9.4.0-10.fc21.x86_64 to require for libhgfs.so.0()(64bit) >23:29:24,256 DEBUG yum.verbose.YumBase: TSINFO: Marking gtkmm24-2.24.4-3.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-10.fc21.x86_64 >23:29:24,257 DEBUG yum.verbose.YumBase: Quick matched gtkmm24-2.24.4-3.fc21.x86_64 to require for libgdkmm-2.4.so.1()(64bit) >23:29:24,258 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-3.fc21.x86_64 as install for open-vm-tools-desktop-9.4.0-10.fc21.x86_64 >23:29:24,260 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.6.1p1-1.fc21.1.x86_64 as install for openssh-clients-6.6.1p1-1.fc21.1.x86_64 >23:29:24,263 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-speechd-0.8-9.fc21.x86_64 as install for orca-3.13.3-1.fc21.noarch >23:29:24,264 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pyatspi-2.12.0-3.fc21.noarch as install for orca-3.13.3-1.fc21.noarch >23:29:24,264 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-brlapi-0.6.2-5.fc21.x86_64 as install for orca-3.13.3-1.fc21.noarch >23:29:24,266 DEBUG yum.verbose.YumBase: TSINFO: Marking libwnck3-3.4.7-2.fc21.x86_64 as install for orca-3.13.3-1.fc21.noarch >23:29:24,267 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-python3-2.5.4-3.fc21.noarch as install for orca-3.13.3-1.fc21.noarch >23:29:24,273 DEBUG yum.verbose.YumBase: TSINFO: Marking paps-libs-0.6.8-29.fc21.x86_64 as install for paps-0.6.8-29.fc21.x86_64 >23:29:24,273 DEBUG yum.verbose.YumBase: Quick matched paps-libs-0.6.8-29.fc21.x86_64 to require for libpaps.so.0()(64bit) >23:29:24,275 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-2.fc21.x86_64 as install for parted-3.1-28.fc21.x86_64 >23:29:24,277 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-4.fc21.x86_64 as install for passwd-0.79-3.fc21.x86_64 >23:29:24,278 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-2.fc21.x86_64 as install for passwdqc-1.3.0-2.fc21.x86_64 >23:29:24,280 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-18-1.fc21.x86_64 as install for pciutils-3.2.1-3.fc21.x86_64 >23:29:24,281 DEBUG yum.verbose.YumBase: Quick matched kmod-libs-18-1.fc21.x86_64 to require for libkmod.so.2()(64bit) >23:29:24,282 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-16.fc21.x86_64 as install for pcmciautils-018-7.fc21.x86_64 >23:29:24,283 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.25.rc2.fc21.noarch as install for pinfo-0.6.10-9.fc21.x86_64 >23:29:24,284 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:24,285 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:24,286 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-6.2013.08.14.fc21.x86_64 to require for libply-splash-core.so.2()(64bit) >23:29:24,286 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-theme-charge-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-system-theme-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:24,288 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.3-3.fc21.x86_64 as install for policycoreutils-2.3-6.fc21.x86_64 >23:29:24,289 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-3.fc21.x86_64 as install for policycoreutils-2.3-6.fc21.x86_64 >23:29:24,290 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-7.fc21.x86_64 as install for policycoreutils-2.3-6.fc21.x86_64 >23:29:24,297 DEBUG yum.verbose.YumBase: TSINFO: Marking rtkit-0.11-9.fc21.x86_64 as install for pulseaudio-5.0-5.fc21.x86_64 >23:29:24,298 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.10-2.fc21.x86_64 as install for pulseaudio-5.0-5.fc21.x86_64 >23:29:24,299 DEBUG yum.verbose.YumBase: TSINFO: Marking webrtc-audio-processing-0.1-7.fc21.x86_64 as install for pulseaudio-5.0-5.fc21.x86_64 >23:29:24,303 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-13.fc21.noarch as install for 1:quota-4.01-13.fc21.x86_64 >23:29:24,309 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmapsharing-2.9.24-3.fc21.x86_64 as install for rhythmbox-3.0.3-2.fc21.x86_64 >23:29:24,310 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-mako-1.0.0-1.fc21.noarch as install for rhythmbox-3.0.3-2.fc21.x86_64 >23:29:24,311 DEBUG yum.verbose.YumBase: TSINFO: Marking media-player-info-17-5.fc21.noarch as install for rhythmbox-3.0.3-2.fc21.x86_64 >23:29:24,312 DEBUG yum.verbose.YumBase: TSINFO: Marking libmx-1.4.7-13.fc21.x86_64 as install for rhythmbox-3.0.3-2.fc21.x86_64 >23:29:24,313 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpod-0.8.3-4.fc21.x86_64 as install for rhythmbox-3.0.3-2.fc21.x86_64 >23:29:24,317 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-6.fc21.x86_64 as install for rpm-4.11.2-17.fc21.x86_64 >23:29:24,320 DEBUG yum.verbose.YumBase: TSINFO: Marking liblogging-stdlog-1.0.4-2.fc21.x86_64 as install for rsyslog-7.4.10-2.fc21.x86_64 >23:29:24,321 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-7.fc21.x86_64 as install for rsyslog-7.4.10-2.fc21.x86_64 >23:29:24,322 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-2.fc21.x86_64 as install for rsyslog-7.4.10-2.fc21.x86_64 >23:29:24,326 DEBUG yum.verbose.YumBase: TSINFO: Marking libunistring-0.9.3-10.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,327 DEBUG yum.verbose.YumBase: TSINFO: Marking libmediaart-0.4.0-2.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,328 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-dlna-0.10.2-3.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,328 DEBUG yum.verbose.YumBase: Quick matched gupnp-dlna-0.10.2-3.fc21.x86_64 to require for libgupnp-dlna-2.0.so.3()(64bit) >23:29:24,329 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-av-0.12.6-1.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,330 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-0.20.12-2.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,331 DEBUG yum.verbose.YumBase: TSINFO: Marking gssdp-0.14.8-2.fc21.x86_64 as install for rygel-0.23.1.1-1.fc21.x86_64 >23:29:24,343 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.9-3.fc21.x86_64 as install for 2:samba-client-4.1.9-3.fc21.x86_64 >23:29:24,345 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.9-3.fc21.x86_64 as install for 2:samba-client-4.1.9-3.fc21.x86_64 >23:29:24,346 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libutil_reg.so(SAMBA_4.1.9)(64bit) >23:29:24,346 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libutil_cmdline.so(SAMBA_4.1.9)(64bit) >23:29:24,346 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libtrusts_util.so(SAMBA_4.1.9)(64bit) >23:29:24,347 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.21-2.fc21.x86_64 as install for 2:samba-client-4.1.9-3.fc21.x86_64 >23:29:24,348 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.21-2.fc21.x86_64 to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >23:29:24,348 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbregistry.so(SAMBA_4.1.9)(64bit) >23:29:24,348 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbconf.so.0(SMBCONF_0)(64bit) >23:29:24,348 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbclient-raw.so.0(SMBCLIENT_RAW_0.0.1)(64bit) >23:29:24,348 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmb_transport.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libserver-role.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsecrets3.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamdb-common.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba3-util.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-sockets.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-security.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-credentials.so.0(SAMBA_CREDENTIALS_0.0.1)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libreplace.so(SAMBA_4.1.9)(64bit) >23:29:24,349 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libregistry.so.0(REGISTRY_0.0.1)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libntdb.so.0(NTDB_0.9)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libnetif.so(SAMBA_4.1.9)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr.so.0(NDR_0.0.1)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-samba.so(SAMBA_4.1.9)(64bit) >23:29:24,350 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) >23:29:24,351 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libmsrpc3.so(SAMBA_4.1.9)(64bit) >23:29:24,351 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibsmb.so(SAMBA_4.1.9)(64bit) >23:29:24,351 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibcli_netlogon3.so(SAMBA_4.1.9)(64bit) >23:29:24,351 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibcli_lsa3.so(SAMBA_4.1.9)(64bit) >23:29:24,351 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libldbsamba.so(SAMBA_4.1.9)(64bit) >23:29:24,352 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.17-3.fc21.x86_64 as install for 2:samba-client-4.1.9-3.fc21.x86_64 >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-3.fc21.x86_64 to require for libldb.so.1(LDB_0.9.18)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-3.fc21.x86_64 to require for libldb.so.1(LDB_0.9.15)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-3.fc21.x86_64 to require for libldb.so.1(LDB_0.9.10)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libevents.so(SAMBA_4.1.9)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liberrors.so(SAMBA_4.1.9)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc.so.0(DCERPC_0.0.1)(64bit) >23:29:24,353 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc-samba.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdbwrap.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcmdline-credentials.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcliauth.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_spoolss.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_smb_common.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_cldap.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli-nbt.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli-ldap.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libaddns.so(SAMBA_4.1.9)(64bit) >23:29:24,354 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libCHARSET3.so(SAMBA_4.1.9)(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libutil_tdb.so()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libutil_reg.so()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libutil_cmdline.so()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libtrusts_util.so()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbregistry.so()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbconf.so.0()(64bit) >23:29:24,355 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmbclient-raw.so.0()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsmb_transport.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libserver-role.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsecrets3.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamdb-common.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba3-util.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-util.so.0()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-sockets.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-security.so()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-hostconfig.so.0()(64bit) >23:29:24,356 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libsamba-credentials.so.0()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libreplace.so()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libregistry.so.0()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libntdb.so.0()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libnetif.so()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr.so.0()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-standard.so.0()(64bit) >23:29:24,357 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-samba.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libndr-nbt.so.0()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libmsrpc3.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibsmb.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibcli_netlogon3.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liblibcli_lsa3.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libldbsamba.so()(64bit) >23:29:24,358 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libgensec.so.0()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libevents.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for liberrors.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc.so.0()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc-samba.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdcerpc-binding.so.0()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libdbwrap.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcmdline-credentials.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcliauth.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_spoolss.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_smb_common.so()(64bit) >23:29:24,359 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli_cldap.so()(64bit) >23:29:24,360 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli-nbt.so()(64bit) >23:29:24,360 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libcli-ldap.so()(64bit) >23:29:24,360 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libaddns.so()(64bit) >23:29:24,360 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.9-3.fc21.x86_64 to require for libCHARSET3.so()(64bit) >23:29:24,362 DEBUG yum.verbose.YumBase: TSINFO: Marking sane-backends-libs-1.0.24-11.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-11.fc21.x86_64 >23:29:24,363 DEBUG yum.verbose.YumBase: TSINFO: Marking libieee1284-0.2.11-16.fc21.x86_64 as install for sane-backends-drivers-scanners-1.0.24-11.fc21.x86_64 >23:29:24,368 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-gtk-0.8.3-2.fc21.x86_64 as install for seahorse-3.12.2-4.fc21.x86_64 >23:29:24,369 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-2.fc21.x86_64 as install for seahorse-3.12.2-4.fc21.x86_64 >23:29:24,369 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-2.fc21.x86_64 to require for libgpgme.so.11(GPGME_1.0)(64bit) >23:29:24,369 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-2.fc21.x86_64 to require for libgpgme.so.11()(64bit) >23:29:24,370 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-62.fc21.noarch as install for selinux-policy-targeted-3.13.1-62.fc21.noarch >23:29:24,370 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-62.fc21.noarch to require for selinux-policy >23:29:24,372 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-server-3.2.20-1.fc21.x86_64 as install for setroubleshoot-3.2.20-1.fc21.x86_64 >23:29:24,373 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-libglade-2.24.0-9.fc21.x86_64 as install for setroubleshoot-3.2.20-1.fc21.x86_64 >23:29:24,375 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-gtk-2.2.2-5.fc21.x86_64 as install for setroubleshoot-3.2.20-1.fc21.x86_64 >23:29:24,376 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.2.2-5.fc21.x86_64 as install for setroubleshoot-3.2.20-1.fc21.x86_64 >23:29:24,377 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-5.fc21.x86_64 as install for setuptool-1.19.11-8.fc21.x86_64 >23:29:24,381 DEBUG yum.verbose.YumBase: TSINFO: Marking LibRaw-0.16.0-3.fc21.x86_64 as install for shotwell-0.18.0-2.fc21.x86_64 >23:29:24,383 DEBUG yum.verbose.YumBase: TSINFO: Marking libgomp-4.9.0-13.fc21.x86_64 as install for shotwell-0.18.0-2.fc21.x86_64 >23:29:24,384 DEBUG yum.verbose.YumBase: TSINFO: Marking libgexiv2-0.10.1-3.fc21.x86_64 as install for shotwell-0.18.0-2.fc21.x86_64 >23:29:24,387 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-12.fc21.x86_64 as install for 1:smartmontools-6.2-6.fc21.x86_64 >23:29:24,400 DEBUG yum.verbose.YumBase: TSINFO: Marking ssmtp-2.64-12.fc21.x86_64 as install for 1:smartmontools-6.2-6.fc21.x86_64 >23:29:24,400 DEBUG yum.verbose.YumBase: TSINFO: Marking smc-fonts-common-6.0-8.fc21.noarch as install for smc-meera-fonts-6.0-8.fc21.noarch >23:29:24,401 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-12alpha.fc21.x86_64 as install for sos-3.2-0.1.a.fc21.noarch >23:29:24,402 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.2-17.fc21.x86_64 as install for sos-3.2-0.1.a.fc21.noarch >23:29:24,403 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-3.fc21.x86_64 as install for sos-3.2-0.1.a.fc21.noarch >23:29:24,405 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.3-0.2.fc21.x86_64 as install for spice-vdagent-0.15.0-2.fc21.x86_64 >23:29:24,406 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,407 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,408 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,409 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,410 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,411 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,412 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.12.0-4.fc21.beta2.x86_64 as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,413 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.12.0-4.fc21.beta2.noarch as install for sssd-1.12.0-4.fc21.beta2.x86_64 >23:29:24,419 DEBUG yum.verbose.YumBase: TSINFO: Marking libmusicbrainz5-5.0.1-10.fc21.x86_64 as install for sushi-3.12.0-2.fc21.x86_64 >23:29:24,421 DEBUG yum.verbose.YumBase: TSINFO: Marking system-config-printer-libs-1.4.4-4.fc21.noarch as install for system-config-printer-1.4.4-4.fc21.x86_64 >23:29:24,422 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-11.fc21.x86_64 as install for system-config-printer-1.4.4-4.fc21.x86_64 >23:29:24,426 DEBUG yum.verbose.YumBase: TSINFO: Marking libseccomp-2.1.1-2.fc21.x86_64 as install for systemd-214-5.fc21.x86_64 >23:29:24,427 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-2.fc21.x86_64 as install for systemd-214-5.fc21.x86_64 >23:29:24,428 DEBUG yum.verbose.YumBase: TSINFO: Marking libmicrohttpd-0.9.34-3.fc21.x86_64 as install for systemd-214-5.fc21.x86_64 >23:29:24,431 DEBUG yum.verbose.YumBase: TSINFO: Marking thai-scalable-fonts-common-0.5.0-8.fc21.noarch as install for thai-scalable-waree-fonts-0.5.0-8.fc21.noarch >23:29:24,436 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxdg-0.25-4.fc21.noarch as install for 1:totem-3.12.1-3.fc21.x86_64 >23:29:24,436 DEBUG yum.verbose.YumBase: TSINFO: Marking grilo-plugins-0.2.12-4.fc21.x86_64 as install for 1:totem-3.12.1-3.fc21.x86_64 >23:29:24,443 DEBUG yum.verbose.YumBase: TSINFO: Marking transmission-common-2.83-2.fc21.x86_64 as install for transmission-gtk-2.83-2.fc21.x86_64 >23:29:24,444 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-4.fc21.x86_64 as install for uboot-tools-2014.04-6.fc21.x86_64 >23:29:24,445 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20140327-2.fc21.noarch as install for usb_modeswitch-2.1.1-2.fc21.x86_64 >23:29:24,448 DEBUG yum.verbose.YumBase: TSINFO: Marking jimtcl-0.75-2.fc21.x86_64 as install for usb_modeswitch-2.1.1-2.fc21.x86_64 >23:29:24,453 DEBUG yum.verbose.YumBase: TSINFO: Marking libsmartcols-2.25-0.2.fc21.x86_64 as install for util-linux-2.25-0.2.fc21.x86_64 >23:29:24,454 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-4.fc21.x86_64 as install for util-linux-2.25-0.2.fc21.x86_64 >23:29:24,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-1.1.0-0.12.beta.2013071101.fc21.x86_64 as install for vinagre-3.13.2-2.fc21.x86_64 >23:29:24,460 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-ui-gtk3-0.6.31-27.fc21.x86_64 as install for vinagre-3.13.2-2.fc21.x86_64 >23:29:24,462 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-gobject-0.6.31-27.fc21.x86_64 as install for vinagre-3.13.2-2.fc21.x86_64 >23:29:24,463 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-3.fc21.x86_64 as install for wget-1.15-2.fc21.x86_64 >23:29:24,465 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-3.13_2014.06.13-1.fc21.x86_64 as install for 1:wireless-tools-29-11.1.fc21.x86_64 >23:29:24,467 DEBUG yum.verbose.YumBase: TSINFO: Marking libwvstreams-4.6.1-11.fc21.x86_64 as install for wvdial-1.61-9.fc21.x86_64 >23:29:24,468 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-11.fc21.x86_64 to require for libwvstreams.so.4.6()(64bit) >23:29:24,468 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-11.fc21.x86_64 to require for libwvbase.so.4.6()(64bit) >23:29:24,468 DEBUG yum.verbose.YumBase: Quick matched libwvstreams-4.6.1-11.fc21.x86_64 to require for libuniconf.so.4.6()(64bit) >23:29:24,469 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-user-dirs-0.15-3.fc21.x86_64 as install for xdg-user-dirs-gtk-0.10-5.fc21.x86_64 >23:29:24,471 DEBUG yum.verbose.YumBase: TSINFO: Marking xkeyboard-config-2.12-2.fc21.noarch as install for xorg-x11-drv-evdev-2.9.0-2.fc21.x86_64 >23:29:24,472 DEBUG yum.verbose.YumBase: TSINFO: Marking mtdev-1.1.5-3.fc21.x86_64 as install for xorg-x11-drv-evdev-2.9.0-2.fc21.x86_64 >23:29:24,473 DEBUG yum.verbose.YumBase: TSINFO: Marking libevdev-1.2.2-2.fc21.x86_64 as install for xorg-x11-drv-evdev-2.9.0-2.fc21.x86_64 >23:29:24,476 DEBUG yum.verbose.YumBase: TSINFO: Marking xcb-util-0.3.9-4.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.912-3.fc21.x86_64 >23:29:24,478 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.32.0-3.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.912-3.fc21.x86_64 >23:29:24,479 DEBUG yum.verbose.YumBase: TSINFO: Marking libXvMC-1.0.8-3.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.912-3.fc21.x86_64 >23:29:24,480 DEBUG yum.verbose.YumBase: TSINFO: Marking libXv-1.0.9-3.fc21.x86_64 as install for xorg-x11-drv-intel-2.99.912-3.fc21.x86_64 >23:29:24,486 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libxatracker-10.2.2-2.20140625.fc21.x86_64 as install for xorg-x11-drv-vmware-13.0.2-5.20140613git82c9b0c.fc21.x86_64 >23:29:24,486 DEBUG yum.verbose.YumBase: Quick matched mesa-libxatracker-10.2.2-2.20140625.fc21.x86_64 to require for libxatracker.so.2()(64bit) >23:29:24,489 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-server-common-1.15.99.903-2.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.903-2.fc21.x86_64 >23:29:24,490 DEBUG yum.verbose.YumBase: TSINFO: Marking libxshmfence-1.1-2.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.903-2.fc21.x86_64 >23:29:24,491 DEBUG yum.verbose.YumBase: TSINFO: Marking libunwind-1.1-6.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.903-2.fc21.x86_64 >23:29:24,492 DEBUG yum.verbose.YumBase: TSINFO: Marking libepoxy-1.2-0.1.20140307gitd4ad80f.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.903-2.fc21.x86_64 >23:29:24,493 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.4.7-2.fc21.x86_64 as install for xorg-x11-server-Xorg-1.15.99.903-2.fc21.x86_64 >23:29:24,495 DEBUG yum.verbose.YumBase: TSINFO: Marking libdmx-1.1.3-3.fc21.x86_64 as install for xorg-x11-utils-7.5-14.fc21.x86_64 >23:29:24,496 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-3.fc21.x86_64 as install for xorg-x11-utils-7.5-14.fc21.x86_64 >23:29:24,497 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86misc-1.0.3-8.fc21.x86_64 as install for xorg-x11-utils-7.5-14.fc21.x86_64 >23:29:24,498 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86dga-1.1.4-3.fc21.x86_64 as install for xorg-x11-utils-7.5-14.fc21.x86_64 >23:29:24,499 DEBUG yum.verbose.YumBase: TSINFO: Marking libXmu-1.1.1-6.fc21.x86_64 as install for 1:xorg-x11-xauth-1.0.7-5.fc21.x86_64 >23:29:24,502 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:yelp-libs-3.13.3-1.fc21.x86_64 as install for 1:yelp-3.13.3-1.fc21.x86_64 >23:29:24,503 DEBUG yum.verbose.YumBase: TSINFO: Marking yelp-xsl-3.12.0-2.fc21.noarch as install for 1:yelp-3.13.3-1.fc21.x86_64 >23:29:24,504 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-12.fc21.x86_64 as install for yum-3.4.3-152.fc21.noarch >23:29:24,505 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-1.fc21.noarch as install for yum-3.4.3-152.fc21.noarch >23:29:24,506 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.3-1.fc21.x86_64 as install for yum-3.4.3-152.fc21.noarch >23:29:24,507 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-14.fc21.noarch as install for yum-3.4.3-152.fc21.noarch >23:29:24,507 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-11.fc21.x86_64 as install for yum-3.4.3-152.fc21.noarch >23:29:24,508 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-10.fc21.x86_64 as install for yum-3.4.3-152.fc21.noarch >23:29:24,509 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.24-4.fc21.noarch as install for yum-langpacks-0.4.3-2.fc21.noarch >23:29:24,509 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-7.fc21.noarch as install for yum-utils-1.1.31-24.fc21.noarch >23:29:24,522 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.21-4.fc21.x86_64 as install for GConf2-3.2.6-9.fc21.x86_64 >23:29:24,527 DEBUG yum.verbose.YumBase: TSINFO: Marking openvpn-2.3.4-2.fc21.x86_64 as install for 1:NetworkManager-openvpn-0.9.9.0-0.2.git20140128.fc21.x86_64 >23:29:24,530 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-0.5.3-22.svn457.fc21.x86_64 as install for 1:NetworkManager-vpnc-0.9.9.0-5.git20140428.fc21.x86_64 >23:29:24,532 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-2.fc21.noarch as install for PackageKit-0.9.3-1.fc21.x86_64 >23:29:24,533 DEBUG yum.verbose.YumBase: TSINFO: Marking libsolv-0.6.1-2.git6d968f1.fc21.x86_64 as install for PackageKit-0.9.3-1.fc21.x86_64 >23:29:24,534 DEBUG yum.verbose.YumBase: Quick matched libsolv-0.6.1-2.git6d968f1.fc21.x86_64 to require for libsolv.so.0()(64bit) >23:29:24,534 DEBUG yum.verbose.YumBase: TSINFO: Marking librepo-1.7.4-3.fc21.x86_64 as install for PackageKit-0.9.3-1.fc21.x86_64 >23:29:24,536 DEBUG yum.verbose.YumBase: TSINFO: Marking libhif-0.1.1-1.fc21.x86_64 as install for PackageKit-0.9.3-1.fc21.x86_64 >23:29:24,537 DEBUG yum.verbose.YumBase: TSINFO: Marking hawkey-0.4.16-2.fc21.x86_64 as install for PackageKit-0.9.3-1.fc21.x86_64 >23:29:24,539 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.2.1-6.fc21.x86_64 as install for abrt-2.2.1-6.fc21.x86_64 >23:29:24,541 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.2.2-5.fc21.x86_64 as install for abrt-addon-kerneloops-2.2.1-6.fc21.x86_64 >23:29:24,542 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-214-5.fc21.x86_64 as install for abrt-addon-python-2.2.1-6.fc21.x86_64 >23:29:24,543 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python3-214-5.fc21.x86_64 as install for abrt-addon-python3-2.2.1-6.fc21.x86_64 >23:29:24,544 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python3-2.2.1-6.fc21.x86_64 as install for abrt-addon-python3-2.2.1-6.fc21.x86_64 >23:29:24,545 DEBUG yum.verbose.YumBase: TSINFO: Marking python-augeas-0.4.1-6.fc21.noarch as install for abrt-addon-vmcore-2.2.1-6.fc21.x86_64 >23:29:24,546 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.7-1.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-6.fc21.x86_64 >23:29:24,547 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.7-1.fc21.x86_64 as install for abrt-addon-vmcore-2.2.1-6.fc21.x86_64 >23:29:24,550 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-gui-libs-2.2.1-6.fc21.x86_64 as install for abrt-gui-2.2.1-6.fc21.x86_64 >23:29:24,551 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-dbus-2.2.1-6.fc21.x86_64 as install for abrt-gui-2.2.1-6.fc21.x86_64 >23:29:24,553 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1905.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-6.fc21.x86_64 >23:29:24,554 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1905.svn2451.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-6.fc21.x86_64 >23:29:24,555 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.2.2-5.fc21.x86_64 as install for abrt-plugin-bodhi-2.2.1-6.fc21.x86_64 >23:29:24,558 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-cli-2.2.2-5.fc21.x86_64 as install for abrt-tui-2.2.1-6.fc21.x86_64 >23:29:24,570 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-6.P1.fc21.noarch as install for 32:bind-libs-9.9.5-6.P1.fc21.x86_64 >23:29:24,575 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.20.2-3.fc21.x86_64 as install for ca-certificates-2013.1.97-3.fc21.noarch >23:29:24,581 DEBUG yum.verbose.YumBase: TSINFO: Marking libao-1.2.0-2.fc21.x86_64 as install for cdrdao-1.2.3-22.fc21.x86_64 >23:29:24,581 DEBUG yum.verbose.YumBase: Quick matched libao-1.2.0-2.fc21.x86_64 to require for libao.so.4()(64bit) >23:29:24,586 DEBUG yum.verbose.YumBase: TSINFO: Marking libinput-0.4.0-1.fc21.x86_64 as install for clutter-1.19.4-1.fc21.x86_64 >23:29:24,594 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.14-2.fc21.x86_64 as install for crda-3.13_2014.06.13-1.fc21.x86_64 >23:29:24,602 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-18.fc21.noarch as install for desktop-file-utils-0.22-2.fc21.x86_64 >23:29:24,603 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.86-1.fc21.x86_64 as install for device-mapper-libs-1.02.86-1.fc21.x86_64 >23:29:24,606 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-connector-dbus-0.2.0-2.fc21.x86_64 as install for dleyna-renderer-0.4.0-2.fc21.x86_64 >23:29:24,607 DEBUG yum.verbose.YumBase: TSINFO: Marking dleyna-core-0.4.0-2.fc21.x86_64 as install for dleyna-renderer-0.4.0-2.fc21.x86_64 >23:29:24,609 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-4.fc21.x86_64 as install for dnsmasq-2.71-2.fc21.x86_64 >23:29:24,609 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-4.fc21.x86_64 to require for libhogweed.so.2()(64bit) >23:29:24,611 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-65.fc21.x86_64 as install for dracut-037-14.git20140628.fc21.x86_64 >23:29:24,611 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-19.fc21.x86_64 as install for dracut-037-14.git20140628.fc21.x86_64 >23:29:24,613 DEBUG yum.verbose.YumBase: TSINFO: Marking python-boto-2.27.0-2.fc21.noarch as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,614 DEBUG yum.verbose.YumBase: TSINFO: Marking python-GnuPGInterface-0.3.2-13.fc21.noarch as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,615 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ncftp-3.2.5-8.fc21.x86_64 as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,615 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.17-1.fc21.x86_64 as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,616 DEBUG yum.verbose.YumBase: TSINFO: Marking python-paramiko-1.12.4-1.fc21.noarch as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,617 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:python-lockfile-0.9.1-8.fc21.noarch as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,617 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dropbox-2.1.0-1.fc21.noarch as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,618 DEBUG yum.verbose.YumBase: TSINFO: Marking librsync-0.9.7-23.fc21.x86_64 as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,619 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.7-2.fc21.x86_64 as install for duplicity-0.6.24-3.fc21.x86_64 >23:29:24,624 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.159-4.fc21.x86_64 as install for elfutils-0.159-4.fc21.x86_64 >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.158)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.149)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.148)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.138)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.130)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.127)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >23:29:24,625 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1(ELFUTILS_0.122)(64bit) >23:29:24,626 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libasm.so.1(ELFUTILS_1.0)(64bit) >23:29:24,626 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libdw.so.1()(64bit) >23:29:24,626 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.159-4.fc21.x86_64 to require for libasm.so.1()(64bit) >23:29:24,631 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-7.fc21.x86_64 as install for 1:epiphany-runtime-3.12.1-2.fc21.x86_64 >23:29:24,631 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-7.fc21.x86_64 to require for libxslt.so.1()(64bit) >23:29:24,632 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebkit2gtk-2.4.3-2.fc21.x86_64 as install for 1:epiphany-runtime-3.12.1-2.fc21.x86_64 >23:29:24,636 DEBUG yum.verbose.YumBase: TSINFO: Marking libspectre-0.2.7-4.fc21.x86_64 as install for evince-libs-3.13.3.1-1.fc21.x86_64 >23:29:24,637 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-glib-0.26.2-1.fc21.x86_64 as install for evince-libs-3.13.3.1-1.fc21.x86_64 >23:29:24,638 DEBUG yum.verbose.YumBase: TSINFO: Marking libgxps-0.2.2-9.fc21.x86_64 as install for evince-libs-3.13.3.1-1.fc21.x86_64 >23:29:24,648 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-gstreamer1-0.1.4-3.fc21.x86_64 as install for farstream02-0.2.4-2.fc21.x86_64 >23:29:24,649 DEBUG yum.verbose.YumBase: TSINFO: Marking libnice-0.1.4-3.fc21.x86_64 as install for farstream02-0.2.4-2.fc21.x86_64 >23:29:24,650 DEBUG yum.verbose.YumBase: TSINFO: Marking gupnp-igd-0.2.3-2.fc21.x86_64 as install for farstream02-0.2.4-2.fc21.x86_64 >23:29:24,651 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-rawhide-21-0.7.noarch as install for fedora-release-21-0.7.noarch >23:29:24,653 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-5.fc21.x86_64 as install for fipscheck-lib-1.4.1-5.fc21.x86_64 >23:29:24,662 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-3.fc21.x86_64 as install for fprintd-0.5.1-2.fc21.x86_64 >23:29:24,666 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 as install for 1:freerdp-1.1.0-0.12.beta.2013071101.fc21.x86_64 >23:29:24,668 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 as install for 1:freerdp-1.1.0-0.12.beta.2013071101.fc21.x86_64 >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libxfreerdp-client.so.1.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-thread.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-sysinfo.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-synch.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-sspi.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-rpc.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-registry.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-pool.so.0.1()(64bit) >23:29:24,669 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-path.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-library.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-interlocked.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-input.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-heap.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-handle.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-file.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-environment.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-dsparse.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-crypto.so.0.1()(64bit) >23:29:24,670 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libwinpr-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libwinpr-crt.so.0.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-rail.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-primitives.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-locale.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-gdi.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-crypto.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-core.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-common.so.1.1.0()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-codec.so.1.1()(64bit) >23:29:24,671 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-client.so.1.1()(64bit) >23:29:24,672 DEBUG yum.verbose.YumBase: Quick matched 1:freerdp-libs-1.1.0-0.12.beta.2013071101.fc21.x86_64 to require for libfreerdp-cache.so.1.1()(64bit) >23:29:24,676 DEBUG yum.verbose.YumBase: TSINFO: Marking libatomic_ops-7.4.2-3.fc21.x86_64 as install for gc-7.4.2-1.fc21.x86_64 >23:29:24,683 DEBUG yum.verbose.YumBase: TSINFO: Marking suitesparse-4.2.1-3.fc21.x86_64 as install for gegl-0.2.0-18.fc21.x86_64 >23:29:24,684 DEBUG yum.verbose.YumBase: TSINFO: Marking libopenraw-0.0.9-8.fc21.x86_64 as install for gegl-0.2.0-18.fc21.x86_64 >23:29:24,685 DEBUG yum.verbose.YumBase: TSINFO: Marking SDL-1.2.15-15.fc21.x86_64 as install for gegl-0.2.0-18.fc21.x86_64 >23:29:24,687 DEBUG yum.verbose.YumBase: TSINFO: Marking ilmbase-2.1.0-2.fc21.x86_64 as install for gegl-0.2.0-18.fc21.x86_64 >23:29:24,687 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-2.fc21.x86_64 to require for libIlmThread-2_1.so.11()(64bit) >23:29:24,688 DEBUG yum.verbose.YumBase: TSINFO: Marking OpenEXR-libs-2.1.0-4.fc21.x86_64 as install for gegl-0.2.0-18.fc21.x86_64 >23:29:24,688 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-2.fc21.x86_64 to require for libIex-2_1.so.11()(64bit) >23:29:24,688 DEBUG yum.verbose.YumBase: Quick matched ilmbase-2.1.0-2.fc21.x86_64 to require for libHalf.so.11()(64bit) >23:29:24,691 DEBUG yum.verbose.YumBase: TSINFO: Marking libusal-1.1.11-23.fc21.x86_64 as install for genisoimage-1.1.11-23.fc21.x86_64 >23:29:24,691 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-23.fc21.x86_64 to require for libusal.so.0()(64bit) >23:29:24,691 DEBUG yum.verbose.YumBase: Quick matched libusal-1.1.11-23.fc21.x86_64 to require for librols.so.0()(64bit) >23:29:24,694 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-19.fc21.x86_64 as install for ghostscript-fonts-5.50-33.fc21.noarch >23:29:24,698 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014e-4.fc21.noarch as install for glibc-common-2.19.90-23.fc21.x86_64 >23:29:24,701 DEBUG yum.verbose.YumBase: TSINFO: Marking python-inotify-0.9.4-6.fc21.noarch as install for gnome-abrt-0.3.7-2.fc21.x86_64 >23:29:24,703 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-backgrounds-gnome-20.0.0-2.fc21.noarch as install for gnome-desktop3-3.13.3-1.fc21.x86_64 >23:29:24,713 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-shell-extension-common-3.13.3-1.fc21.noarch as install for gnome-shell-extension-alternate-tab-3.13.3-1.fc21.noarch >23:29:24,714 DEBUG yum.verbose.YumBase: TSINFO: Marking frei0r-plugins-1.4-2.fc21.x86_64 as install for gnome-video-effects-0.4.1-2.fc21.noarch >23:29:24,716 DEBUG yum.verbose.YumBase: TSINFO: Marking crypto-policies-20140620-1.gitdac1524.fc21.noarch as install for gnutls-3.3.4-3.fc21.x86_64 >23:29:24,717 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.13-2.fc21.x86_64 as install for gnutls-3.3.4-3.fc21.x86_64 >23:29:24,721 DEBUG yum.verbose.YumBase: TSINFO: Marking liboauth-1.0.3-2.fc21.x86_64 as install for grilo-0.2.10-2.fc21.x86_64 >23:29:24,723 DEBUG yum.verbose.YumBase: TSINFO: Marking gmime-2.6.20-2.fc21.x86_64 as install for grilo-plugins-0.2.12-4.fc21.x86_64 >23:29:24,727 DEBUG yum.verbose.YumBase: TSINFO: Marking gstreamer-tools-0.10.36-8.fc21.x86_64 as install for gstreamer-0.10.36-8.fc21.x86_64 >23:29:24,784 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libvisual-0.4.0-16.fc21.x86_64 as install for gstreamer-plugins-base-0.10.36-9.fc21.x86_64 >23:29:24,786 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-libs-10.2-17.fc21.x86_64 as install for gstreamer-plugins-base-0.10.36-9.fc21.x86_64 >23:29:24,786 DEBUG yum.verbose.YumBase: Quick matched cdparanoia-libs-10.2-17.fc21.x86_64 to require for libcdda_interface.so.0()(64bit) >23:29:24,791 DEBUG yum.verbose.YumBase: TSINFO: Marking libsrtp-1.4.4-12.20101004cvs.fc21.x86_64 as install for gstreamer1-plugins-bad-free-1.2.4-1.fc21.x86_64 >23:29:24,813 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-paranoia-10.2+0.90+1-3.fc21.x86_64 as install for gvfs-1.21.3-1.fc21.x86_64 >23:29:24,814 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-3.fc21.x86_64 to require for libcdio_cdda.so.1(CDIO_CDDA_1)(64bit) >23:29:24,815 DEBUG yum.verbose.YumBase: TSINFO: Marking libcdio-0.92-2.fc21.x86_64 as install for gvfs-1.21.3-1.fc21.x86_64 >23:29:24,815 DEBUG yum.verbose.YumBase: Quick matched libcdio-paranoia-10.2+0.90+1-3.fc21.x86_64 to require for libcdio_cdda.so.1()(64bit) >23:29:24,818 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.4-2.fc21.x86_64 as install for harfbuzz-0.9.29-2.fc21.x86_64 >23:29:24,821 DEBUG yum.verbose.YumBase: TSINFO: Marking hplip-common-3.14.6-3.fc21.x86_64 as install for hplip-libs-3.14.6-3.fc21.x86_64 >23:29:24,823 DEBUG yum.verbose.YumBase: TSINFO: Marking httpd-tools-2.4.9-5.fc21.x86_64 as install for httpd-2.4.9-5.fc21.x86_64 >23:29:24,825 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-logos-httpd-21.0.3-2.fc21.noarch as install for httpd-2.4.9-5.fc21.x86_64 >23:29:24,825 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-util-1.5.3-2.fc21.x86_64 as install for httpd-2.4.9-5.fc21.x86_64 >23:29:24,827 DEBUG yum.verbose.YumBase: TSINFO: Marking apr-1.5.1-2.fc21.x86_64 as install for httpd-2.4.9-5.fc21.x86_64 >23:29:24,830 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-wayland-1.5.7-4.fc21.x86_64 as install for ibus-1.5.7-4.fc21.x86_64 >23:29:24,830 DEBUG yum.verbose.YumBase: TSINFO: Marking ibus-setup-1.5.7-4.fc21.noarch as install for ibus-1.5.7-4.fc21.x86_64 >23:29:24,834 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:vorbis-tools-1.4.0-14.fc21.x86_64 as install for icedax-1.1.11-23.fc21.x86_64 >23:29:24,835 DEBUG yum.verbose.YumBase: TSINFO: Marking cdparanoia-10.2-17.fc21.x86_64 as install for icedax-1.1.11-23.fc21.x86_64 >23:29:24,838 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-4.fc21.x86_64 as install for iptables-1.4.21-9.fc21.x86_64 >23:29:24,839 DEBUG yum.verbose.YumBase: TSINFO: Marking xml-common-0.6.3-41.fc21.noarch as install for iso-codes-3.54-2.fc21.noarch >23:29:24,844 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:java-1.8.0-openjdk-headless-1.8.0.5-13.b13.fc21.x86_64 as install for 1:java-1.8.0-openjdk-1.8.0.5-13.b13.fc21.x86_64 >23:29:24,845 DEBUG yum.verbose.YumBase: TSINFO: Marking xorg-x11-fonts-Type1-7.5-10.fc21.noarch as install for 1:java-1.8.0-openjdk-1.8.0.5-13.b13.fc21.x86_64 >23:29:24,846 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.8.0-openjdk-headless-1.8.0.5-13.b13.fc21.x86_64 to require for libjava.so(SUNWprivate_1.1)(64bit) >23:29:24,846 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.8.0-openjdk-headless-1.8.0.5-13.b13.fc21.x86_64 to require for libjvm.so()(64bit) >23:29:24,846 DEBUG yum.verbose.YumBase: Quick matched 1:java-1.8.0-openjdk-headless-1.8.0.5-13.b13.fc21.x86_64 to require for libjava.so()(64bit) >23:29:24,847 DEBUG yum.verbose.YumBase: TSINFO: Marking giflib-4.1.6-11.fc21.x86_64 as install for 1:java-1.8.0-openjdk-1.8.0.5-13.b13.fc21.x86_64 >23:29:24,851 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140605-38.gita4f3bc03.fc21.1.noarch as install for kernel-core-3.16.0-0.rc2.git4.1.fc21.x86_64 >23:29:24,856 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-2.fc21.x86_64 as install for krb5-libs-1.12.1-9.fc21.x86_64 >23:29:24,857 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.24-4.fc21.noarch as install for langtable-python-0.0.24-4.fc21.noarch >23:29:24,858 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.24-4.fc21.noarch as install for langtable-python-0.0.24-4.fc21.noarch >23:29:24,860 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.1-2.fc21.noarch as install for libX11-1.6.1-2.fc21.x86_64 >23:29:24,864 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.1-5.fc21.x86_64 as install for libXfont-1.4.7-2.fc21.x86_64 >23:29:24,876 DEBUG yum.verbose.YumBase: TSINFO: Marking sound-theme-freedesktop-0.8-4.fc21.noarch as install for libcanberra-0.30-6.fc21.x86_64 >23:29:24,899 DEBUG yum.verbose.YumBase: TSINFO: Marking gd-2.1.0-5.fc21.x86_64 as install for libgphoto2-2.5.3-8.fc21.x86_64 >23:29:24,901 DEBUG yum.verbose.YumBase: TSINFO: Marking libXpm-3.5.11-2.fc21.x86_64 as install for libgphoto2-2.5.3-8.fc21.x86_64 >23:29:24,903 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.38-2.fc21.x86_64 as install for libgpod-0.8.3-4.fc21.x86_64 >23:29:24,912 DEBUG yum.verbose.YumBase: TSINFO: Marking libkkc-common-0.3.3-2.fc21.noarch as install for libkkc-0.3.3-2.fc21.x86_64 >23:29:24,913 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libkkc-data-0.2.7-3.fc21.x86_64 as install for libkkc-0.3.3-2.fc21.x86_64 >23:29:24,913 DEBUG yum.verbose.YumBase: TSINFO: Marking skkdic-20131114-8.T1121.fc21.noarch as install for libkkc-0.3.3-2.fc21.x86_64 >23:29:24,914 DEBUG yum.verbose.YumBase: TSINFO: Marking marisa-0.2.4-6.fc21.x86_64 as install for libkkc-0.3.3-2.fc21.x86_64 >23:29:24,918 DEBUG yum.verbose.YumBase: TSINFO: Marking liblouis-2.5.4-3.fc21.x86_64 as install for liblouis-python3-2.5.4-3.fc21.noarch >23:29:24,924 DEBUG yum.verbose.YumBase: TSINFO: Marking neon-0.30.0-3.fc21.x86_64 as install for libmusicbrainz5-5.0.1-10.fc21.x86_64 >23:29:24,928 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-7.fc21.x86_64 as install for libnetfilter_conntrack-1.0.4-2.fc21.x86_64 >23:29:24,929 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-7.fc21.x86_64 to require for libmnl.so.0(LIBMNL_1.0)(64bit) >23:29:24,929 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-7.fc21.x86_64 to require for libmnl.so.0()(64bit) >23:29:24,931 DEBUG yum.verbose.YumBase: TSINFO: Marking mobile-broadband-provider-info-1.20120614-5.fc21.noarch as install for libnm-gtk-0.9.9.0-12.git20140424.fc21.x86_64 >23:29:24,934 DEBUG yum.verbose.YumBase: TSINFO: Marking fftw-libs-double-3.3.4-2.fc21.x86_64 as install for libofa-0.9.3-24.fc21.x86_64 >23:29:24,937 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-system-1.55.0-2.fc21.x86_64 as install for liborcus-0.7.0-4.fc21.x86_64 >23:29:24,941 DEBUG yum.verbose.YumBase: TSINFO: Marking seed-3.8.1-3.fc21.x86_64 as install for libpeas-1.10.0-3.fc21.x86_64 >23:29:24,942 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.4.1-12.fc21.x86_64 as install for libpeas-1.10.0-3.fc21.x86_64 >23:29:24,947 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-8.fc21.x86_64 as install for libproxy-0.4.11-9.fc21.x86_64 >23:29:24,948 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-3.fc21.x86_64 as install for libpwquality-1.2.3-3.fc21.x86_64 >23:29:24,949 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-3.fc21.x86_64 as install for libpwquality-1.2.3-3.fc21.x86_64 >23:29:24,964 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libreoffice-opensymbol-fonts-4.3.0.1-1.fc21.noarch as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,966 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-2.8.7-1.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,967 DEBUG yum.verbose.YumBase: TSINFO: Marking hyphen-en-2.8.7-1.fc21.noarch as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,969 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-carlito-fonts-1.103-0.2.20130920.fc21.noarch as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,970 DEBUG yum.verbose.YumBase: TSINFO: Marking google-crosextra-caladea-fonts-1.002-0.4.20130214.fc21.noarch as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,971 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autocorr-en-4.3.0.1-1.fc21.noarch as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,972 DEBUG yum.verbose.YumBase: TSINFO: Marking redland-1.0.17-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,973 DEBUG yum.verbose.YumBase: TSINFO: Marking raptor2-2.0.14-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,974 DEBUG yum.verbose.YumBase: TSINFO: Marking mythes-1.2.4-1.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,975 DEBUG yum.verbose.YumBase: TSINFO: Marking liblangtag-0.5.4-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,977 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-icu-0.9.29-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,978 DEBUG yum.verbose.YumBase: TSINFO: Marking firebird-libfbembed-2.5.2.26539.0-11.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,979 DEBUG yum.verbose.YumBase: TSINFO: Marking libexttextcat-3.4.4-1.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,980 DEBUG yum.verbose.YumBase: TSINFO: Marking libeot-0.01-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,981 DEBUG yum.verbose.YumBase: TSINFO: Marking libcmis-0.4.1-5.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,982 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-core-2.3.3.4-12.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,983 DEBUG yum.verbose.YumBase: Quick matched clucene-core-2.3.3.4-12.fc21.x86_64 to require for libclucene-core.so.1()(64bit) >23:29:24,984 DEBUG yum.verbose.YumBase: TSINFO: Marking clucene-contribs-lib-2.3.3.4-12.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,985 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-date-time-1.55.0-2.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,986 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGLU-9.0.0-6.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,987 DEBUG yum.verbose.YumBase: TSINFO: Marking libGLEW-1.10.0-4.fc21.x86_64 as install for 1:libreoffice-core-4.3.0.1-1.fc21.x86_64 >23:29:24,996 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.2.0-3.fc21.x86_64 as install for libreport-2.2.2-5.fc21.x86_64 >23:29:24,997 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-3.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.10.0)(64bit) >23:29:24,997 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-3.fc21.x86_64 to require for libaugeas.so.0(AUGEAS_0.1.0)(64bit) >23:29:24,997 DEBUG yum.verbose.YumBase: Quick matched augeas-libs-1.2.0-3.fc21.x86_64 to require for libaugeas.so.0()(64bit) >23:29:24,998 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-reportuploader-2.2.2-5.fc21.x86_64 as install for libreport-gtk-2.2.2-5.fc21.x86_64 >23:29:24,999 DEBUG yum.verbose.YumBase: TSINFO: Marking fros-1.0-5.fc21.noarch as install for libreport-gtk-2.2.2-5.fc21.x86_64 >23:29:25,005 DEBUG yum.verbose.YumBase: TSINFO: Marking unbound-libs-1.4.22-3.fc21.x86_64 as install for libreswan-3.8-1.fc21.1.x86_64 >23:29:25,010 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-16.fc21.x86_64 as install for libsemanage-2.3-3.fc21.x86_64 >23:29:25,011 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-16.fc21.x86_64 to require for libustr-1.0.so.1(USTR_1.0)(64bit) >23:29:25,011 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-16.fc21.x86_64 to require for libustr-1.0.so.1()(64bit) >23:29:25,027 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.0-11.fc21.x86_64 as install for libtiff-4.0.3-16.fc21.x86_64 >23:29:25,030 DEBUG yum.verbose.YumBase: TSINFO: Marking libtranslit-0.0.3-4.fc21.x86_64 as install for libtranslit-m17n-0.0.3-4.fc21.x86_64 >23:29:25,039 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-utils-3.3.4-3.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,040 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-0.19.1-1.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,042 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-md5-2.1.26-17.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,043 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-2.1.26-17.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,045 DEBUG yum.verbose.YumBase: TSINFO: Marking yajl-2.1.0-2.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,046 DEBUG yum.verbose.YumBase: TSINFO: Marking libwsman1-2.4.6-2.fc21.x86_64 as install for libvirt-client-1.2.5-2.fc21.x86_64 >23:29:25,046 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.4.6-2.fc21.x86_64 to require for libwsman_client.so.2()(64bit) >23:29:25,046 DEBUG yum.verbose.YumBase: Quick matched libwsman1-2.4.6-2.fc21.x86_64 to require for libwsman.so.1()(64bit) >23:29:25,047 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-network-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-config-network-1.2.5-2.fc21.x86_64 >23:29:25,048 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-config-network-1.2.5-2.fc21.x86_64 >23:29:25,050 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,051 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-secret-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,051 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-qemu-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,052 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nwfilter-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-nodedev-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,053 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-daemon-driver-interface-1.2.5-2.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,054 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-kvm-2.0.0-7.fc21.x86_64 as install for libvirt-daemon-kvm-1.2.5-2.fc21.x86_64 >23:29:25,059 DEBUG yum.verbose.YumBase: TSINFO: Marking libvirt-glib-0.1.8-2.fc21.x86_64 as install for libvirt-gobject-0.1.8-2.fc21.x86_64 >23:29:25,059 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.8-2.fc21.x86_64 to require for libvirt-glib-1.0.so.0(LIBVIRT_GLIB_0.0.7)(64bit) >23:29:25,060 DEBUG yum.verbose.YumBase: Quick matched libvirt-glib-0.1.8-2.fc21.x86_64 to require for libvirt-glib-1.0.so.0()(64bit) >23:29:25,063 DEBUG yum.verbose.YumBase: TSINFO: Marking libwacom-data-0.9-3.fc21.noarch as install for libwacom-0.9-3.fc21.x86_64 >23:29:25,068 DEBUG yum.verbose.YumBase: TSINFO: Marking libXres-1.0.7-3.fc21.x86_64 as install for libwnck3-3.4.7-2.fc21.x86_64 >23:29:25,083 DEBUG yum.verbose.YumBase: TSINFO: Marking m17n-db-1.6.5-3.fc21.noarch as install for m17n-lib-1.6.4-11.fc21.x86_64 >23:29:25,087 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-10.2.2-2.20140625.fc21.x86_64 as install for mesa-libEGL-10.2.2-2.20140625.fc21.x86_64 >23:29:25,098 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-14.20140323.fc21.noarch as install for ncurses-libs-5.9-14.20140323.fc21.x86_64 >23:29:25,100 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-12.fc21.x86_64 as install for newt-0.52.17-3.fc21.x86_64 >23:29:25,100 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-12.fc21.x86_64 to require for libslang.so.2()(64bit) >23:29:25,104 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.16.2-1.fc21.x86_64 as install for nss-3.16.2-1.fc21.x86_64 >23:29:25,113 DEBUG yum.verbose.YumBase: TSINFO: Marking libdnet-1.12-14.fc21.x86_64 as install for open-vm-tools-9.4.0-10.fc21.x86_64 >23:29:25,115 DEBUG yum.verbose.YumBase: TSINFO: Marking vpnc-script-0.5.3-22.svn457.fc21.noarch as install for openconnect-5.99-2.fc21.x86_64 >23:29:25,117 DEBUG yum.verbose.YumBase: TSINFO: Marking stoken-libs-0.6-1.fc21.x86_64 as install for openconnect-5.99-2.fc21.x86_64 >23:29:25,118 DEBUG yum.verbose.YumBase: TSINFO: Marking liboath-2.4.1-4.fc21.x86_64 as install for openconnect-5.99-2.fc21.x86_64 >23:29:25,118 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-4.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.4.0)(64bit) >23:29:25,118 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-4.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.2.0)(64bit) >23:29:25,118 DEBUG yum.verbose.YumBase: Quick matched liboath-2.4.1-4.fc21.x86_64 to require for liboath.so.0(LIBOATH_1.12.0)(64bit) >23:29:25,124 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-4.0-2.fc21.x86_64 as install for 1:openssl-1.0.1h-4.fc21.x86_64 >23:29:25,130 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.20-2.fc21.x86_64 as install for pango-1.36.5-1.fc21.x86_64 >23:29:25,131 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-2.fc21.x86_64 to require for libthai.so.0(LIBTHAI_0.1)(64bit) >23:29:25,131 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-2.fc21.x86_64 to require for libthai.so.0()(64bit) >23:29:25,132 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.1-7.fc21.x86_64 as install for pango-1.36.5-1.fc21.x86_64 >23:29:25,145 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.2-301.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,146 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.014-2.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,146 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.38-2.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,147 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.2-301.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,148 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.46-3.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,148 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.92-2.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,149 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-293.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,150 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-292.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,150 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-2.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,151 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.45-3.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,152 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-293.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,153 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-293.fc21.noarch to require for perl(Pod::Simple::Search) >23:29:25,153 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-3.03-301.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,154 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.50-2.fc21.x86_64 as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,155 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.04-2.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,155 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-293.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,156 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.33.01-2.fc21.noarch as install for 4:perl-5.18.2-301.fc21.x86_64 >23:29:25,162 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-2.fc21.noarch as install for 1:perl-Encode-2.62-2.fc21.x86_64 >23:29:25,165 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.63-5.fc21.noarch as install for perl-Getopt-Long-2.42-2.fc21.noarch >23:29:25,165 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-6.fc21.noarch as install for perl-Getopt-Long-2.42-2.fc21.noarch >23:29:25,170 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-two-step-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-theme-charge-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:25,172 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-4.fc21.x86_64 as install for polkit-0.112-5.fc21.x86_64 >23:29:25,174 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg-libs-1.5.1-10.fc21.x86_64 as install for poppler-0.26.2-1.fc21.x86_64 >23:29:25,180 DEBUG yum.verbose.YumBase: TSINFO: Marking libasyncns-0.8-7.fc21.x86_64 as install for pulseaudio-libs-5.0-5.fc21.x86_64 >23:29:25,182 DEBUG yum.verbose.YumBase: TSINFO: Marking sbc-1.2-2.fc21.x86_64 as install for pulseaudio-module-bluetooth-5.0-5.fc21.x86_64 >23:29:25,183 DEBUG yum.verbose.YumBase: Quick matched sbc-1.2-2.fc21.x86_64 to require for libsbc.so.1()(64bit) >23:29:25,185 DEBUG yum.verbose.YumBase: TSINFO: Marking python-xpyb-1.3.1-3.fc21.x86_64 as install for pycairo-1.8.10-11.fc21.x86_64 >23:29:25,189 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-9.fc21.x86_64 as install for pygtk2-libglade-2.24.0-9.fc21.x86_64 >23:29:25,190 DEBUG yum.verbose.YumBase: TSINFO: Marking libglade2-2.6.4-11.fc21.x86_64 as install for pygtk2-libglade-2.24.0-9.fc21.x86_64 >23:29:25,192 DEBUG yum.verbose.YumBase: TSINFO: Marking pyatspi-2.12.0-3.fc21.noarch as install for python-caribou-0.4.13-5.fc21.noarch >23:29:25,193 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.6.1-3.fc21.noarch as install for python-iniparse-0.4-14.fc21.noarch >23:29:25,194 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.0.1-8.fc21.noarch as install for python-kitchen-1.1.1-7.fc21.noarch >23:29:25,196 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.4.0-4.fc21.x86_64 as install for python-pillow-2.4.0-11.fc21.x86_64 >23:29:25,196 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-4.fc21.x86_64 to require for libwebpdemux.so.1()(64bit) >23:29:25,197 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.0-4.fc21.x86_64 to require for libwebp.so.5()(64bit) >23:29:25,197 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg2-2.1.0-2.fc21.x86_64 as install for python-pillow-2.4.0-11.fc21.x86_64 >23:29:25,198 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 >23:29:25,199 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-3.fc21.x86_64 as install for python-urlgrabber-3.10.1-1.fc21.noarch >23:29:25,201 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-setuptools-2.0-5.fc21.noarch as install for python3-3.4.1-12.fc21.x86_64 >23:29:25,201 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pip-1.5.6-2.fc21.noarch as install for python3-3.4.1-12.fc21.x86_64 >23:29:25,204 DEBUG yum.verbose.YumBase: TSINFO: Marking brlapi-0.6.2-5.fc21.x86_64 as install for python3-brlapi-0.6.2-5.fc21.x86_64 >23:29:25,204 DEBUG yum.verbose.YumBase: Quick matched brlapi-0.6.2-5.fc21.x86_64 to require for libbrlapi.so.0.6()(64bit) >23:29:25,206 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-cairo-1.10.0-9.fc21.x86_64 as install for python3-gobject-3.13.3-1.fc21.x86_64 >23:29:25,207 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-markupsafe-0.23-4.fc21.x86_64 as install for python3-mako-1.0.0-1.fc21.noarch >23:29:25,207 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-beaker-1.5.4-10.fc21.noarch as install for python3-mako-1.0.0-1.fc21.noarch >23:29:25,210 DEBUG yum.verbose.YumBase: TSINFO: Marking speech-dispatcher-0.8-9.fc21.x86_64 as install for python3-speechd-0.8-9.fc21.x86_64 >23:29:25,218 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.2-17.fc21.x86_64 as install for rpm-python-4.11.2-17.fc21.x86_64 >23:29:25,219 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.2-17.fc21.x86_64 to require for librpmbuild.so.3()(64bit) >23:29:25,240 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.1.1-2.fc21.x86_64 as install for 2:samba-libs-4.1.9-3.fc21.x86_64 >23:29:25,240 DEBUG yum.verbose.YumBase: Quick matched pytalloc-2.1.1-2.fc21.x86_64 to require for libpytalloc-util.so.2()(64bit) >23:29:25,245 DEBUG yum.verbose.YumBase: TSINFO: Marking setroubleshoot-plugins-3.0.60-2.fc21.noarch as install for setroubleshoot-server-3.2.20-1.fc21.x86_64 >23:29:25,246 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.3-3.fc21.x86_64 as install for setroubleshoot-server-3.2.20-1.fc21.x86_64 >23:29:25,247 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-python-2.3.7-2.fc21.x86_64 as install for setroubleshoot-server-3.2.20-1.fc21.x86_64 >23:29:25,248 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-12.fc21.x86_64 as install for setroubleshoot-server-3.2.20-1.fc21.x86_64 >23:29:25,249 DEBUG yum.verbose.YumBase: TSINFO: Marking policycoreutils-python-2.3-6.fc21.x86_64 as install for setroubleshoot-server-3.2.20-1.fc21.x86_64 >23:29:25,254 DEBUG yum.verbose.YumBase: TSINFO: Marking libphodav-1.0-0.4-1.fc21.x86_64 as install for spice-glib-0.25-2.fc21.x86_64 >23:29:25,255 DEBUG yum.verbose.YumBase: TSINFO: Marking usbredir-0.7-2.fc21.x86_64 as install for spice-glib-0.25-2.fc21.x86_64 >23:29:25,255 DEBUG yum.verbose.YumBase: Quick matched usbredir-0.7-2.fc21.x86_64 to require for libusbredirhost.so.1()(64bit) >23:29:25,256 DEBUG yum.verbose.YumBase: TSINFO: Marking celt051-0.5.1.3-8.fc21.x86_64 as install for spice-glib-0.25-2.fc21.x86_64 >23:29:25,257 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libcacard-2.0.0-7.fc21.x86_64 as install for spice-glib-0.25-2.fc21.x86_64 >23:29:25,264 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.12.0-4.fc21.beta2.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,265 DEBUG yum.verbose.YumBase: Quick matched sssd-krb5-common-1.12.0-4.fc21.beta2.x86_64 to require for libsss_krb5_common.so()(64bit) >23:29:25,266 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.12.0-4.fc21.beta2.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,267 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.4-23.fc21.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,268 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.1.0-23.fc21.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,269 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-23.fc21.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,270 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-23.fc21.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,271 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.1-23.fc21.x86_64 as install for sssd-ad-1.12.0-4.fc21.beta2.x86_64 >23:29:25,276 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.12.0-4.fc21.beta2.x86_64 as install for sssd-common-1.12.0-4.fc21.beta2.x86_64 >23:29:25,277 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-3.fc21.x86_64 as install for sssd-common-1.12.0-4.fc21.beta2.x86_64 >23:29:25,283 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.12.0-4.fc21.beta2.x86_64 as install for sssd-ipa-1.12.0-4.fc21.beta2.x86_64 >23:29:25,284 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.12.0-4.fc21.beta2.x86_64 to require for libipa_hbac.so.0()(64bit) >23:29:25,290 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cups-1.9.67-1.fc21.x86_64 as install for system-config-printer-libs-1.4.4-4.fc21.noarch >23:29:25,293 DEBUG yum.verbose.YumBase: TSINFO: Marking javapackages-tools-4.1.0-1.fc21.noarch as install for tagsoup-1.2.1-8.fc21.noarch >23:29:25,294 DEBUG yum.verbose.YumBase: Quick matched javapackages-tools-4.1.0-1.fc21.noarch to require for jpackage-utils >23:29:25,296 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.11-1.fc21.x86_64 as install for teamd-1.11-1.fc21.x86_64 >23:29:25,297 DEBUG yum.verbose.YumBase: Quick matched libteam-1.11-1.fc21.x86_64 to require for libteam.so.5()(64bit) >23:29:25,298 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.24-5.fc21.x86_64 as install for teamd-1.11-1.fc21.x86_64 >23:29:25,299 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-4.fc21.x86_64 as install for teamd-1.11-1.fc21.x86_64 >23:29:25,314 DEBUG yum.verbose.YumBase: TSINFO: Marking libpurple-2.10.9-3.fc21.x86_64 as install for telepathy-haze-0.8.0-2.fc21.x86_64 >23:29:25,332 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-0.9.4-3.fc21.x86_64 as install for totem-pl-parser-3.10.2-2.fc21.x86_64 >23:29:25,336 DEBUG yum.verbose.YumBase: TSINFO: Marking libiptcdata-1.0.4-11.fc21.x86_64 as install for tracker-1.0.1-2.fc21.x86_64 >23:29:25,337 DEBUG yum.verbose.YumBase: TSINFO: Marking libgsf-1.14.29-2.fc21.x86_64 as install for tracker-1.0.1-2.fc21.x86_64 >23:29:25,338 DEBUG yum.verbose.YumBase: TSINFO: Marking enca-1.15-2.fc21.x86_64 as install for tracker-1.0.1-2.fc21.x86_64 >23:29:25,339 DEBUG yum.verbose.YumBase: TSINFO: Marking libcue-1.4.0-4.fc21.x86_64 as install for tracker-1.0.1-2.fc21.x86_64 >23:29:25,344 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-6.fc21.x86_64 as install for udisks2-2.1.3-2.fc21.x86_64 >23:29:25,345 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.2.0-2.fc21.x86_64 as install for udisks2-2.1.3-2.fc21.x86_64 >23:29:25,346 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.10-3.fc21.x86_64 as install for udisks2-2.1.3-2.fc21.x86_64 >23:29:25,353 DEBUG yum.verbose.YumBase: TSINFO: Marking vte-profile-0.37.2-1.fc21.x86_64 as install for vte291-0.37.2-1.fc21.x86_64 >23:29:25,364 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-extra-3.16.0-0.rc2.git4.1.fc21.x86_64 as install for xl2tpd-1.3.6-3.fc21.x86_64 >23:29:25,366 DEBUG yum.verbose.YumBase: TSINFO: Marking mcpp-2.7.2-12.fc21.x86_64 as install for xorg-x11-server-utils-7.7-6.fc21.x86_64 >23:29:25,380 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python3-2.2.2-5.fc21.x86_64 as install for abrt-python3-2.2.1-6.fc21.x86_64 >23:29:25,386 DEBUG yum.verbose.YumBase: TSINFO: Marking brltty-5.1-5.fc21.x86_64 as install for brlapi-0.6.2-5.fc21.x86_64 >23:29:25,388 DEBUG yum.verbose.YumBase: TSINFO: Marking bluez-libs-5.18-2.fc21.x86_64 as install for brlapi-0.6.2-5.fc21.x86_64 >23:29:25,394 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.24-16.fc21.x86_64 as install for crash-7.0.7-1.fc21.x86_64 >23:29:25,395 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.1-2.fc21.x86_64 as install for crash-7.0.7-1.fc21.x86_64 >23:29:25,398 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-gnome-20.0.0-2.fc21.noarch as install for desktop-backgrounds-gnome-20.0.0-2.fc21.noarch >23:29:25,409 DEBUG yum.verbose.YumBase: TSINFO: Marking gavl-1.4.0-5.fc21.x86_64 as install for frei0r-plugins-1.4-2.fc21.x86_64 >23:29:25,413 DEBUG yum.verbose.YumBase: TSINFO: Marking gettext-libs-0.19.1-1.fc21.x86_64 as install for gettext-0.19.1-1.fc21.x86_64 >23:29:25,414 DEBUG yum.verbose.YumBase: Quick matched gettext-libs-0.19.1-1.fc21.x86_64 to require for libgettextlib-0.19.1.so()(64bit) >23:29:25,416 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-4.fc21.x86_64 as install for gnupg-1.4.17-1.fc21.x86_64 >23:29:25,419 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-dane-3.3.4-3.fc21.x86_64 as install for gnutls-utils-3.3.4-3.fc21.x86_64 >23:29:25,419 DEBUG yum.verbose.YumBase: Quick matched gnutls-dane-3.3.4-3.fc21.x86_64 to require for libgnutls-dane.so.0(DANE_0_0)(64bit) >23:29:25,420 DEBUG yum.verbose.YumBase: TSINFO: Marking autogen-libopts-5.18.3-2.fc21.x86_64 as install for gnutls-utils-3.3.4-3.fc21.x86_64 >23:29:25,429 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-java-2014e-4.fc21.noarch as install for 1:java-1.8.0-openjdk-headless-1.8.0.5-13.b13.fc21.x86_64 >23:29:25,430 DEBUG yum.verbose.YumBase: TSINFO: Marking python-javapackages-4.1.0-1.fc21.noarch as install for javapackages-tools-4.1.0-1.fc21.noarch >23:29:25,434 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-037-14.git20140628.fc21.x86_64 as install for kexec-tools-2.0.7-1.fc21.x86_64 >23:29:25,449 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-23.fc21.x86_64 as install for libini_config-1.1.0-23.fc21.x86_64 >23:29:25,449 DEBUG yum.verbose.YumBase: Quick matched libpath_utils-0.2.1-23.fc21.x86_64 to require for libpath_utils.so.1()(64bit) >23:29:25,462 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-scram-2.1.26-17.fc21.x86_64 as install for libpurple-2.10.9-3.fc21.x86_64 >23:29:25,463 DEBUG yum.verbose.YumBase: TSINFO: Marking libsilc-1.1.10-12.fc21.x86_64 as install for libpurple-2.10.9-3.fc21.x86_64 >23:29:25,464 DEBUG yum.verbose.YumBase: Quick matched libsilc-1.1.10-12.fc21.x86_64 to require for libsilc-1.1.so.2()(64bit) >23:29:25,465 DEBUG yum.verbose.YumBase: TSINFO: Marking meanwhile-1.1.0-15.fc21.x86_64 as install for libpurple-2.10.9-3.fc21.x86_64 >23:29:25,466 DEBUG yum.verbose.YumBase: TSINFO: Marking libgadu-1.12.0-0.6.rc3.fc21.x86_64 as install for libpurple-2.10.9-3.fc21.x86_64 >23:29:25,467 DEBUG yum.verbose.YumBase: TSINFO: Marking farstream-0.1.2-7.fc21.x86_64 as install for libpurple-2.10.9-3.fc21.x86_64 >23:29:25,469 DEBUG yum.verbose.YumBase: TSINFO: Marking libquvi-scripts-0.9.20131130-2.fc21.noarch as install for libquvi-0.9.4-3.fc21.x86_64 >23:29:25,472 DEBUG yum.verbose.YumBase: TSINFO: Marking libtar-1.2.20-4.fc21.x86_64 as install for libreport-plugin-reportuploader-2.2.2-5.fc21.x86_64 >23:29:25,486 DEBUG yum.verbose.YumBase: TSINFO: Marking numad-0.5-17.20140620git.fc21.x86_64 as install for libvirt-daemon-1.2.5-2.fc21.x86_64 >23:29:25,488 DEBUG yum.verbose.YumBase: TSINFO: Marking libcgroup-0.41-3.fc21.x86_64 as install for libvirt-daemon-1.2.5-2.fc21.x86_64 >23:29:25,489 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-5.fc21.x86_64 as install for libvirt-daemon-1.2.5-2.fc21.x86_64 >23:29:25,491 DEBUG yum.verbose.YumBase: TSINFO: Marking netcf-libs-0.2.4-2.fc21.x86_64 as install for libvirt-daemon-driver-interface-1.2.5-2.fc21.x86_64 >23:29:25,492 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.4-2.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.4.0)(64bit) >23:29:25,492 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.4-2.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.3.0)(64bit) >23:29:25,492 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.4-2.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.2.0)(64bit) >23:29:25,492 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.4-2.fc21.x86_64 to require for libnetcf.so.1(NETCF_1.0.0)(64bit) >23:29:25,492 DEBUG yum.verbose.YumBase: Quick matched netcf-libs-0.2.4-2.fc21.x86_64 to require for libnetcf.so.1()(64bit) >23:29:25,494 DEBUG yum.verbose.YumBase: TSINFO: Marking radvd-1.12-1.fc21.x86_64 as install for libvirt-daemon-driver-network-1.2.5-2.fc21.x86_64 >23:29:25,494 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-services-1.4.21-9.fc21.x86_64 as install for libvirt-daemon-driver-network-1.2.5-2.fc21.x86_64 >23:29:25,498 DEBUG yum.verbose.YumBase: TSINFO: Marking lzop-1.03-10.fc21.x86_64 as install for libvirt-daemon-driver-qemu-1.2.5-2.fc21.x86_64 >23:29:25,498 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-img-2.0.0-7.fc21.x86_64 as install for libvirt-daemon-driver-qemu-1.2.5-2.fc21.x86_64 >23:29:25,502 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-fuse-3.5.1-1.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,503 DEBUG yum.verbose.YumBase: TSINFO: Marking sheepdog-0.3.0-7.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,504 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.107-1.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,506 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-6.2.0.873-22.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,507 DEBUG yum.verbose.YumBase: TSINFO: Marking ceph-libs-0.81.0-2.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,508 DEBUG yum.verbose.YumBase: Quick matched ceph-libs-0.81.0-2.fc21.x86_64 to require for librados.so.2()(64bit) >23:29:25,509 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-libs-3.5.1-1.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,509 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.5.1-1.fc21.x86_64 to require for libgfxdr.so.0()(64bit) >23:29:25,509 DEBUG yum.verbose.YumBase: Quick matched glusterfs-libs-3.5.1-1.fc21.x86_64 to require for libgfrpc.so.0()(64bit) >23:29:25,510 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-api-3.5.1-1.fc21.x86_64 as install for libvirt-daemon-driver-storage-1.2.5-2.fc21.x86_64 >23:29:25,521 DEBUG yum.verbose.YumBase: TSINFO: Marking libmcpp-2.7.2-12.fc21.x86_64 as install for mcpp-2.7.2-12.fc21.x86_64 >23:29:25,525 DEBUG yum.verbose.YumBase: TSINFO: Marking pakchois-0.4-10.fc21.x86_64 as install for neon-0.30.0-3.fc21.x86_64 >23:29:25,530 DEBUG yum.verbose.YumBase: TSINFO: Marking pkcs11-helper-1.11-2.fc21.x86_64 as install for openvpn-2.3.4-2.fc21.x86_64 >23:29:25,540 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.08-2.fc21.x86_64 as install for 1:perl-Module-CoreList-3.03-301.fc21.noarch >23:29:25,543 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-301.fc21.noarch as install for 1:perl-Pod-Simple-3.28-293.fc21.noarch >23:29:25,546 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.3-2.fc21.noarch as install for perl-Pod-Usage-1.63-5.fc21.noarch >23:29:25,546 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.23-2.fc21.noarch as install for perl-Pod-Usage-1.63-5.fc21.noarch >23:29:25,564 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-graphics-libs-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:25,564 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-plugin-label-0.8.9-6.2013.08.14.fc21.x86_64 as install for plymouth-plugin-two-step-0.8.9-6.2013.08.14.fc21.x86_64 >23:29:25,566 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-python-2.3-3.fc21.x86_64 as install for policycoreutils-python-2.3-6.fc21.x86_64 >23:29:25,567 DEBUG yum.verbose.YumBase: TSINFO: Marking python-IPy-0.81-11.fc21.noarch as install for policycoreutils-python-2.3-6.fc21.x86_64 >23:29:25,568 DEBUG yum.verbose.YumBase: TSINFO: Marking setools-libs-3.3.8-3.fc21.x86_64 as install for policycoreutils-python-2.3-6.fc21.x86_64 >23:29:25,569 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-3.fc21.x86_64 to require for libqpol.so.1(VERS_1.2)(64bit) >23:29:25,569 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-3.fc21.x86_64 to require for libapol.so.4(VERS_4.0)(64bit) >23:29:25,569 DEBUG yum.verbose.YumBase: TSINFO: Marking checkpolicy-2.3-2.fc21.x86_64 as install for policycoreutils-python-2.3-6.fc21.x86_64 >23:29:25,570 DEBUG yum.verbose.YumBase: Quick matched setools-libs-3.3.8-3.fc21.x86_64 to require for libapol.so.4()(64bit) >23:29:25,578 DEBUG yum.verbose.YumBase: TSINFO: Marking python-crypto-2.6.1-5.fc21.x86_64 as install for python-paramiko-1.12.4-1.fc21.noarch >23:29:25,579 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ecdsa-0.11-3.fc21.noarch as install for python-paramiko-1.12.4-1.fc21.noarch >23:29:25,584 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-system-x86-2.0.0-7.fc21.x86_64 as install for 2:qemu-kvm-2.0.0-7.fc21.x86_64 >23:29:25,588 DEBUG yum.verbose.YumBase: TSINFO: Marking rasqal-0.9.32-2.fc21.x86_64 as install for redland-1.0.17-2.fc21.x86_64 >23:29:25,592 DEBUG yum.verbose.YumBase: TSINFO: Marking gnome-js-common-0.1.2-11.fc21.noarch as install for seed-3.8.1-3.fc21.x86_64 >23:29:25,593 DEBUG yum.verbose.YumBase: TSINFO: Marking mpfr-3.1.2-5.fc21.x86_64 as install for seed-3.8.1-3.fc21.x86_64 >23:29:25,596 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-freebsoft-utils-0.10-8.fc21.noarch as install for speech-dispatcher-0.8-9.fc21.x86_64 >23:29:25,597 DEBUG yum.verbose.YumBase: TSINFO: Marking flite-1.3-22.fc21.x86_64 as install for speech-dispatcher-0.8-9.fc21.x86_64 >23:29:25,597 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-22.fc21.x86_64 to require for libflite_cmulex.so.1()(64bit) >23:29:25,597 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-22.fc21.x86_64 to require for libflite_cmu_us_kal16.so.1()(64bit) >23:29:25,597 DEBUG yum.verbose.YumBase: Quick matched flite-1.3-22.fc21.x86_64 to require for libflite.so.1()(64bit) >23:29:25,598 DEBUG yum.verbose.YumBase: TSINFO: Marking dotconf-1.3-9.fc21.x86_64 as install for speech-dispatcher-0.8-9.fc21.x86_64 >23:29:25,600 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.12.0-4.fc21.beta2.x86_64 as install for sssd-client-1.12.0-4.fc21.beta2.x86_64 >23:29:25,603 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-17.fc21.x86_64 as install for sssd-krb5-common-1.12.0-4.fc21.beta2.x86_64 >23:29:25,604 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-23.fc21.x86_64 as install for stoken-libs-0.6-1.fc21.x86_64 >23:29:25,606 DEBUG yum.verbose.YumBase: TSINFO: Marking tbb-4.1-7.20130314.fc21.x86_64 as install for suitesparse-4.2.1-3.fc21.x86_64 >23:29:25,607 DEBUG yum.verbose.YumBase: Quick matched tbb-4.1-7.20130314.fc21.x86_64 to require for libtbb.so.2()(64bit) >23:29:25,607 DEBUG yum.verbose.YumBase: TSINFO: Marking atlas-3.10.1-13.fc21.x86_64 as install for suitesparse-4.2.1-3.fc21.x86_64 >23:29:25,617 DEBUG yum.verbose.YumBase: TSINFO: Marking ttmkfdir-3.0.9-42.fc21.x86_64 as install for xorg-x11-fonts-Type1-7.5-10.fc21.noarch >23:29:25,618 DEBUG yum.verbose.YumBase: Quick matched ttmkfdir-3.0.9-42.fc21.x86_64 to require for ttmkfdir >23:29:25,620 DEBUG yum.verbose.YumBase: TSINFO: Marking libgfortran-4.9.0-13.fc21.x86_64 as install for atlas-3.10.1-13.fc21.x86_64 >23:29:25,621 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.9.0-13.fc21.x86_64 to require for libgfortran.so.3(GFORTRAN_1.0)(64bit) >23:29:25,621 DEBUG yum.verbose.YumBase: Quick matched libgfortran-4.9.0-13.fc21.x86_64 to require for libgfortran.so.3()(64bit) >23:29:25,626 DEBUG yum.verbose.YumBase: TSINFO: Marking leveldb-1.12.0-6.fc21.x86_64 as install for ceph-libs-0.81.0-2.fc21.x86_64 >23:29:25,627 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptopp-5.6.2-4.fc21.x86_64 as install for ceph-libs-0.81.0-2.fc21.x86_64 >23:29:25,629 DEBUG yum.verbose.YumBase: TSINFO: Marking boost-thread-1.55.0-2.fc21.x86_64 as install for ceph-libs-0.81.0-2.fc21.x86_64 >23:29:25,635 DEBUG yum.verbose.YumBase: TSINFO: Marking sox-14.4.1-5.fc21.x86_64 as install for festival-freebsoft-utils-0.10-8.fc21.noarch >23:29:25,636 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-1.96-28.fc21.x86_64 as install for festival-freebsoft-utils-0.10-8.fc21.noarch >23:29:25,638 DEBUG yum.verbose.YumBase: TSINFO: Marking libgdither-0.6-8.fc21.x86_64 as install for gavl-1.4.0-5.fc21.x86_64 >23:29:25,640 DEBUG yum.verbose.YumBase: TSINFO: Marking glusterfs-3.5.1-1.fc21.x86_64 as install for glusterfs-api-3.5.1-1.fc21.x86_64 >23:29:25,644 DEBUG yum.verbose.YumBase: TSINFO: Marking heisenbug-backgrounds-base-20.0.0-2.fc21.noarch as install for heisenbug-backgrounds-gnome-20.0.0-2.fc21.noarch >23:29:25,645 DEBUG yum.verbose.YumBase: TSINFO: Marking iscsi-initiator-utils-iscsiuio-6.2.0.873-22.fc21.x86_64 as install for iscsi-initiator-utils-6.2.0.873-22.fc21.x86_64 >23:29:25,648 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-c-0.15-9.fc21.x86_64 as install for libgadu-1.12.0-0.6.rc3.fc21.x86_64 >23:29:25,651 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-socket-3.0-0.6rc1.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-2.fc21.noarch >23:29:25,651 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-json-1.3.2-3.fc21.noarch as install for libquvi-scripts-0.9.20131130-2.fc21.noarch >23:29:25,652 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-expat-1.3.0-3.fc21.x86_64 as install for libquvi-scripts-0.9.20131130-2.fc21.noarch >23:29:25,657 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-4.fc21.x86_64 as install for libtomcrypt-1.17-23.fc21.x86_64 >23:29:25,657 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-4.fc21.x86_64 to require for libtommath.so.0()(64bit) >23:29:25,660 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.107-1.fc21.x86_64 as install for lvm2-2.02.107-1.fc21.x86_64 >23:29:25,661 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.3.2-3.fc21.x86_64 as install for lvm2-2.02.107-1.fc21.x86_64 >23:29:25,662 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.86-1.fc21.x86_64 as install for lvm2-2.02.107-1.fc21.x86_64 >23:29:25,673 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.043-2.fc21.noarch as install for perl-Pod-Perldoc-3.23-2.fc21.noarch >23:29:25,682 DEBUG yum.verbose.YumBase: TSINFO: Marking PyXB-1.2.3-2.fc21.noarch as install for python-javapackages-4.1.0-1.fc21.noarch >23:29:25,683 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.3.5-3.fc21.x86_64 as install for python-javapackages-4.1.0-1.fc21.noarch >23:29:25,687 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.110-3.fc21.x86_64 as install for 2:qemu-img-2.0.0-7.fc21.x86_64 >23:29:25,687 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-3.fc21.x86_64 to require for libaio.so.1(LIBAIO_0.1)(64bit) >23:29:25,688 DEBUG yum.verbose.YumBase: TSINFO: Marking xen-libs-4.4.0-7.fc21.x86_64 as install for 2:qemu-img-2.0.0-7.fc21.x86_64 >23:29:25,689 DEBUG yum.verbose.YumBase: Quick matched xen-libs-4.4.0-7.fc21.x86_64 to require for libxenguest.so.4.4()(64bit) >23:29:25,689 DEBUG yum.verbose.YumBase: Quick matched xen-libs-4.4.0-7.fc21.x86_64 to require for libxenctrl.so.4.4()(64bit) >23:29:25,690 DEBUG yum.verbose.YumBase: TSINFO: Marking librdmacm-1.0.18.1-2.fc21.x86_64 as install for 2:qemu-img-2.0.0-7.fc21.x86_64 >23:29:25,691 DEBUG yum.verbose.YumBase: TSINFO: Marking libiscsi-1.11.0-1.fc21.x86_64 as install for 2:qemu-img-2.0.0-7.fc21.x86_64 >23:29:25,692 DEBUG yum.verbose.YumBase: TSINFO: Marking libibverbs-1.1.7-5.fc21.x86_64 as install for 2:qemu-img-2.0.0-7.fc21.x86_64 >23:29:25,698 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:qemu-common-2.0.0-7.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,699 DEBUG yum.verbose.YumBase: TSINFO: Marking seabios-bin-1.7.5-2.fc21.noarch as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,699 DEBUG yum.verbose.YumBase: TSINFO: Marking ipxe-roms-qemu-20140303-2.gitff1e7fc7.fc21.noarch as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,700 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:sgabios-bin-0.20110622svn-7.fc21.noarch as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,700 DEBUG yum.verbose.YumBase: TSINFO: Marking seavgabios-bin-1.7.5-2.fc21.noarch as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,702 DEBUG yum.verbose.YumBase: TSINFO: Marking spice-server-0.12.5-3.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,702 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) >23:29:25,702 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) >23:29:25,702 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.5)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.12.2)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) >23:29:25,703 DEBUG yum.verbose.YumBase: Quick matched spice-server-0.12.5-3.fc21.x86_64 to require for libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) >23:29:25,704 DEBUG yum.verbose.YumBase: TSINFO: Marking libfdt-1.4.0-4.fc21.x86_64 as install for 2:qemu-system-x86-2.0.0-7.fc21.x86_64 >23:29:25,708 DEBUG yum.verbose.YumBase: TSINFO: Marking corosynclib-2.3.3-2.fc21.x86_64 as install for sheepdog-0.3.0-7.fc21.x86_64 >23:29:25,709 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.3-2.fc21.x86_64 to require for libcfg.so.6(COROSYNC_CFG_0.82)(64bit) >23:29:25,709 DEBUG yum.verbose.YumBase: TSINFO: Marking corosync-2.3.3-2.fc21.x86_64 as install for sheepdog-0.3.0-7.fc21.x86_64 >23:29:25,710 DEBUG yum.verbose.YumBase: Quick matched corosynclib-2.3.3-2.fc21.x86_64 to require for libcfg.so.6()(64bit) >23:29:25,716 DEBUG yum.verbose.YumBase: TSINFO: Marking libqb-0.17.0-3.fc21.x86_64 as install for corosync-2.3.3-2.fc21.x86_64 >23:29:25,723 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-speechtools-libs-1.2.96-28.fc21.x86_64 as install for festival-1.96-28.fc21.x86_64 >23:29:25,725 DEBUG yum.verbose.YumBase: TSINFO: Marking festival-lib-1.96-28.fc21.x86_64 as install for festival-1.96-28.fc21.x86_64 >23:29:25,726 DEBUG yum.verbose.YumBase: TSINFO: Marking festvox-slt-arctic-hts-0.20061229-28.fc21.noarch as install for festival-1.96-28.fc21.x86_64 >23:29:25,726 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-28.fc21.x86_64 to require for libestools.so.1.2.96.1()(64bit) >23:29:25,726 DEBUG yum.verbose.YumBase: Quick matched festival-speechtools-libs-1.2.96-28.fc21.x86_64 to require for libestbase.so.1.2.96.1()(64bit) >23:29:25,732 DEBUG yum.verbose.YumBase: TSINFO: Marking libquadmath-4.9.0-13.fc21.x86_64 as install for libgfortran-4.9.0-13.fc21.x86_64 >23:29:25,733 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.9.0-13.fc21.x86_64 to require for libquadmath.so.0(QUADMATH_1.0)(64bit) >23:29:25,733 DEBUG yum.verbose.YumBase: Quick matched libquadmath-4.9.0-13.fc21.x86_64 to require for libquadmath.so.0()(64bit) >23:29:25,736 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-lpeg-0.12-3.fc21.x86_64 as install for lua-json-1.3.2-3.fc21.noarch >23:29:25,737 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.86-1.fc21.x86_64 as install for lvm2-libs-2.02.107-1.fc21.x86_64 >23:29:25,742 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-compiler-2.5.0-9.fc21.x86_64 as install for protobuf-c-0.15-9.fc21.x86_64 >23:29:25,743 DEBUG yum.verbose.YumBase: TSINFO: Marking protobuf-2.5.0-9.fc21.x86_64 as install for protobuf-c-0.15-9.fc21.x86_64 >23:29:25,746 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.9.1-4.fc21.noarch as install for python-lxml-3.3.5-3.fc21.x86_64 >23:29:25,752 DEBUG yum.verbose.YumBase: TSINFO: Marking xen-licenses-4.4.0-7.fc21.x86_64 as install for xen-libs-4.4.0-7.fc21.x86_64 >23:29:26,117 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-8.fc21.noarch as install for hunspell-en-0.20121024-8.fc21.noarch >23:29:26,326 DEBUG yum.verbose.YumBase: Depsolve time: 3.794 >23:29:26,357 INFO packaging: 1371 packages selected totalling 4139.09 MiB > > >/tmp/program.log: >06:26:54,221 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >06:26:54,247 DEBUG program: Return code: 0 >06:26:54,248 INFO program: Running... udevadm settle --timeout=300 >06:26:56,813 DEBUG program: Return code: 0 >06:26:56,871 INFO program: Running... modprobe fcoe >06:26:59,557 DEBUG program: Return code: 0 >06:26:59,558 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >06:26:59,952 INFO program: No FCoE boot disk information is found in EDD! >06:26:59,953 DEBUG program: Return code: 1 >06:27:07,522 INFO program: Running... metacity --display :1 --sm-disable >06:27:07,529 INFO program: Running... spice-vdagent >06:27:08,020 DEBUG program: Return code: 0 >06:27:14,817 INFO program: Running... udevadm settle --timeout=300 >06:27:14,842 DEBUG program: Return code: 0 >06:27:14,843 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >06:27:14,908 DEBUG program: Return code: 0 >06:27:14,909 INFO program: Running... udevadm settle --timeout=300 >06:27:14,934 DEBUG program: Return code: 0 >06:27:14,945 INFO program: Running... udevadm settle --timeout=300 >06:27:14,966 DEBUG program: Return code: 0 >06:27:15,041 INFO program: Running... systemctl start chronyd.service >06:27:15,193 DEBUG program: Return code: 0 >06:27:15,194 INFO program: Running... multipath -c /dev/sda >06:27:15,214 INFO program: /dev/sda is not a valid multipath device path >06:27:15,214 DEBUG program: Return code: 1 >06:27:16,373 INFO program: Running... dumpe2fs -h /dev/sda2 >06:27:16,733 INFO program: dumpe2fs 1.42.10 (18-May-2014) >06:27:16,734 INFO program: Filesystem volume name: <none> >06:27:16,734 INFO program: Last mounted on: /media/nick/1f18ab72-37e5-49a6-973a-49e96aced542 >06:27:16,734 INFO program: Filesystem UUID: 1f18ab72-37e5-49a6-973a-49e96aced542 >06:27:16,735 INFO program: Filesystem magic number: 0xEF53 >06:27:16,735 INFO program: Filesystem revision #: 1 (dynamic) >06:27:16,735 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >06:27:16,736 INFO program: Filesystem flags: signed_directory_hash >06:27:16,736 INFO program: Default mount options: user_xattr acl >06:27:16,736 INFO program: Filesystem state: clean >06:27:16,737 INFO program: Errors behavior: Continue >06:27:16,737 INFO program: Filesystem OS type: Linux >06:27:16,737 INFO program: Inode count: 121585664 >06:27:16,737 INFO program: Block count: 486330368 >06:27:16,738 INFO program: Reserved block count: 24316518 >06:27:16,738 INFO program: Free blocks: 475693538 >06:27:16,738 INFO program: Free inodes: 121583786 >06:27:16,739 INFO program: First block: 0 >06:27:16,739 INFO program: Block size: 4096 >06:27:16,739 INFO program: Fragment size: 4096 >06:27:16,739 INFO program: Reserved GDT blocks: 908 >06:27:16,740 INFO program: Blocks per group: 32768 >06:27:16,740 INFO program: Fragments per group: 32768 >06:27:16,740 INFO program: Inodes per group: 8192 >06:27:16,741 INFO program: Inode blocks per group: 512 >06:27:16,741 INFO program: Flex block group size: 16 >06:27:16,741 INFO program: Filesystem created: Fri Apr 18 09:14:15 2014 >06:27:16,742 INFO program: Last mount time: Fri Apr 18 09:15:28 2014 >06:27:16,742 INFO program: Last write time: Mon Apr 21 23:35:48 2014 >06:27:16,742 INFO program: Mount count: 2 >06:27:16,742 INFO program: Maximum mount count: -1 >06:27:16,743 INFO program: Last checked: Fri Apr 18 09:14:15 2014 >06:27:16,743 INFO program: Check interval: 0 (<none>) >06:27:16,743 INFO program: Lifetime writes: 40 GB >06:27:16,744 INFO program: Reserved blocks uid: 0 (user root) >06:27:16,744 INFO program: Reserved blocks gid: 0 (group root) >06:27:16,744 INFO program: First inode: 11 >06:27:16,744 INFO program: Inode size: 256 >06:27:16,745 INFO program: Required extra isize: 28 >06:27:16,745 INFO program: Desired extra isize: 28 >06:27:16,745 INFO program: Journal inode: 8 >06:27:16,746 INFO program: Default directory hash: half_md4 >06:27:16,746 INFO program: Directory Hash Seed: 53c77912-0c5d-4283-b6d9-db6af603a13f >06:27:16,746 INFO program: Journal backup: inode blocks >06:27:16,747 INFO program: Journal features: journal_incompat_revoke >06:27:16,747 INFO program: Journal size: 128M >06:27:16,747 INFO program: Journal length: 32768 >06:27:16,747 INFO program: Journal sequence: 0x00000460 >06:27:16,748 INFO program: Journal start: 0 >06:27:16,748 INFO program: >06:27:16,748 DEBUG program: Return code: 0 >06:27:16,749 INFO program: Running... resize2fs -P /dev/sda2 >06:27:16,970 INFO program: resize2fs 1.42.10 (18-May-2014) >06:27:16,971 INFO program: Estimated minimum size of the filesystem: 3567890 >06:27:16,972 DEBUG program: Return code: 0 >06:27:17,540 INFO program: Running... multipath -c /dev/sdb >06:27:17,572 INFO program: /dev/sdb is not a valid multipath device path >06:27:17,572 DEBUG program: Return code: 1 >06:27:17,739 INFO program: Running... modprobe vfat >06:27:18,157 DEBUG program: Return code: 0 >06:27:18,308 INFO program: Running... dumpe2fs -h /dev/loop1 >06:27:18,335 INFO program: dumpe2fs 1.42.10 (18-May-2014) >06:27:18,336 INFO program: Filesystem volume name: Anaconda >06:27:18,336 INFO program: Last mounted on: / >06:27:18,336 INFO program: Filesystem UUID: 6d53b2cc-4383-479f-bdad-81554e3fcd32 >06:27:18,336 INFO program: Filesystem magic number: 0xEF53 >06:27:18,337 INFO program: Filesystem revision #: 1 (dynamic) >06:27:18,337 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 >06:27:18,338 INFO program: Filesystem flags: signed_directory_hash >06:27:18,338 INFO program: Default mount options: user_xattr acl >06:27:18,338 INFO program: Filesystem state: clean >06:27:18,338 INFO program: Errors behavior: Continue >06:27:18,338 INFO program: Filesystem OS type: Linux >06:27:18,338 INFO program: Inode count: 131072 >06:27:18,339 INFO program: Block count: 2097152 >06:27:18,339 INFO program: Reserved block count: 0 >06:27:18,339 INFO program: Free blocks: 1185940 >06:27:18,339 INFO program: Free inodes: 99811 >06:27:18,339 INFO program: First block: 1 >06:27:18,339 INFO program: Block size: 1024 >06:27:18,339 INFO program: Fragment size: 1024 >06:27:18,340 INFO program: Reserved GDT blocks: 256 >06:27:18,340 INFO program: Blocks per group: 8192 >06:27:18,340 INFO program: Fragments per group: 8192 >06:27:18,340 INFO program: Inodes per group: 512 >06:27:18,340 INFO program: Inode blocks per group: 128 >06:27:18,340 INFO program: Flex block group size: 16 >06:27:18,340 INFO program: Filesystem created: Mon Jun 30 09:35:26 2014 >06:27:18,341 INFO program: Last mount time: Mon Jun 30 09:35:44 2014 >06:27:18,341 INFO program: Last write time: Mon Jun 30 09:35:54 2014 >06:27:18,341 INFO program: Mount count: 2 >06:27:18,341 INFO program: Maximum mount count: -1 >06:27:18,341 INFO program: Last checked: Mon Jun 30 09:35:26 2014 >06:27:18,341 INFO program: Check interval: 0 (<none>) >06:27:18,341 INFO program: Lifetime writes: 32 MB >06:27:18,341 INFO program: Reserved blocks uid: 0 (user root) >06:27:18,342 INFO program: Reserved blocks gid: 0 (group root) >06:27:18,342 INFO program: First inode: 11 >06:27:18,342 INFO program: Inode size: 256 >06:27:18,342 INFO program: Required extra isize: 28 >06:27:18,342 INFO program: Desired extra isize: 28 >06:27:18,342 INFO program: Journal inode: 8 >06:27:18,342 INFO program: Default directory hash: half_md4 >06:27:18,343 INFO program: Directory Hash Seed: 34180805-2b5b-4e0e-b90a-81910d67f0c1 >06:27:18,343 INFO program: Journal backup: inode blocks >06:27:18,343 INFO program: Journal features: (none) >06:27:18,343 INFO program: Journal size: 32M >06:27:18,343 INFO program: Journal length: 32768 >06:27:18,343 INFO program: Journal sequence: 0x00000009 >06:27:18,343 INFO program: Journal start: 0 >06:27:18,344 INFO program: >06:27:18,344 DEBUG program: Return code: 0 >06:27:18,344 INFO program: Running... resize2fs -P /dev/loop1 >06:27:18,360 INFO program: resize2fs 1.42.10 (18-May-2014) >06:27:18,361 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >06:27:18,361 INFO program: Couldn't find valid filesystem superblock. >06:27:18,361 DEBUG program: Return code: 1 >06:27:18,464 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >06:27:18,481 INFO program: dumpe2fs 1.42.10 (18-May-2014) >06:27:18,481 INFO program: Filesystem volume name: Anaconda >06:27:18,481 INFO program: Last mounted on: / >06:27:18,481 INFO program: Filesystem UUID: 6d53b2cc-4383-479f-bdad-81554e3fcd32 >06:27:18,482 INFO program: Filesystem magic number: 0xEF53 >06:27:18,482 INFO program: Filesystem revision #: 1 (dynamic) >06:27:18,482 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 >06:27:18,482 INFO program: Filesystem flags: signed_directory_hash >06:27:18,482 INFO program: Default mount options: user_xattr acl >06:27:18,482 INFO program: Filesystem state: clean >06:27:18,483 INFO program: Errors behavior: Continue >06:27:18,483 INFO program: Filesystem OS type: Linux >06:27:18,483 INFO program: Inode count: 131072 >06:27:18,483 INFO program: Block count: 2097152 >06:27:18,483 INFO program: Reserved block count: 0 >06:27:18,483 INFO program: Free blocks: 1185940 >06:27:18,483 INFO program: Free inodes: 99811 >06:27:18,484 INFO program: First block: 1 >06:27:18,484 INFO program: Block size: 1024 >06:27:18,484 INFO program: Fragment size: 1024 >06:27:18,484 INFO program: Reserved GDT blocks: 256 >06:27:18,484 INFO program: Blocks per group: 8192 >06:27:18,484 INFO program: Fragments per group: 8192 >06:27:18,485 INFO program: Inodes per group: 512 >06:27:18,485 INFO program: Inode blocks per group: 128 >06:27:18,485 INFO program: Flex block group size: 16 >06:27:18,485 INFO program: Filesystem created: Mon Jun 30 09:35:26 2014 >06:27:18,485 INFO program: Last mount time: Tue Jul 1 06:26:05 2014 >06:27:18,485 INFO program: Last write time: Tue Jul 1 06:26:05 2014 >06:27:18,485 INFO program: Mount count: 3 >06:27:18,486 INFO program: Maximum mount count: -1 >06:27:18,486 INFO program: Last checked: Mon Jun 30 09:35:26 2014 >06:27:18,486 INFO program: Check interval: 0 (<none>) >06:27:18,486 INFO program: Lifetime writes: 32 MB >06:27:18,486 INFO program: Reserved blocks uid: 0 (user root) >06:27:18,486 INFO program: Reserved blocks gid: 0 (group root) >06:27:18,487 INFO program: First inode: 11 >06:27:18,487 INFO program: Inode size: 256 >06:27:18,487 INFO program: Required extra isize: 28 >06:27:18,487 INFO program: Desired extra isize: 28 >06:27:18,487 INFO program: Journal inode: 8 >06:27:18,487 INFO program: Default directory hash: half_md4 >06:27:18,487 INFO program: Directory Hash Seed: 34180805-2b5b-4e0e-b90a-81910d67f0c1 >06:27:18,488 INFO program: Journal backup: inode blocks >06:27:18,488 INFO program: Journal features: (none) >06:27:18,488 INFO program: Journal size: 32M >06:27:18,488 INFO program: Journal length: 32768 >06:27:18,488 INFO program: Journal sequence: 0x0000000a >06:27:18,488 INFO program: Journal start: 1 >06:27:18,488 INFO program: >06:27:18,489 DEBUG program: Return code: 0 >06:27:18,489 INFO program: Running... resize2fs -P /dev/mapper/live-rw >06:27:18,508 INFO program: resize2fs 1.42.10 (18-May-2014) >06:27:18,509 INFO program: Estimated minimum size of the filesystem: 910465 >06:27:18,510 DEBUG program: Return code: 0 >06:27:18,587 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >06:27:18,735 INFO program: dumpe2fs 1.42.10 (18-May-2014) >06:27:18,736 INFO program: Filesystem volume name: Anaconda >06:27:18,736 INFO program: Last mounted on: / >06:27:18,736 INFO program: Filesystem UUID: 6d53b2cc-4383-479f-bdad-81554e3fcd32 >06:27:18,737 INFO program: Filesystem magic number: 0xEF53 >06:27:18,737 INFO program: Filesystem revision #: 1 (dynamic) >06:27:18,737 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 >06:27:18,737 INFO program: Filesystem flags: signed_directory_hash >06:27:18,738 INFO program: Default mount options: user_xattr acl >06:27:18,738 INFO program: Filesystem state: clean >06:27:18,738 INFO program: Errors behavior: Continue >06:27:18,738 INFO program: Filesystem OS type: Linux >06:27:18,739 INFO program: Inode count: 131072 >06:27:18,739 INFO program: Block count: 2097152 >06:27:18,739 INFO program: Reserved block count: 0 >06:27:18,739 INFO program: Free blocks: 1185940 >06:27:18,740 INFO program: Free inodes: 99811 >06:27:18,740 INFO program: First block: 1 >06:27:18,740 INFO program: Block size: 1024 >06:27:18,740 INFO program: Fragment size: 1024 >06:27:18,741 INFO program: Reserved GDT blocks: 256 >06:27:18,741 INFO program: Blocks per group: 8192 >06:27:18,741 INFO program: Fragments per group: 8192 >06:27:18,741 INFO program: Inodes per group: 512 >06:27:18,742 INFO program: Inode blocks per group: 128 >06:27:18,742 INFO program: Flex block group size: 16 >06:27:18,742 INFO program: Filesystem created: Mon Jun 30 09:35:26 2014 >06:27:18,742 INFO program: Last mount time: Mon Jun 30 09:35:44 2014 >06:27:18,743 INFO program: Last write time: Mon Jun 30 09:35:54 2014 >06:27:18,743 INFO program: Mount count: 2 >06:27:18,743 INFO program: Maximum mount count: -1 >06:27:18,743 INFO program: Last checked: Mon Jun 30 09:35:26 2014 >06:27:18,744 INFO program: Check interval: 0 (<none>) >06:27:18,744 INFO program: Lifetime writes: 32 MB >06:27:18,745 INFO program: Reserved blocks uid: 0 (user root) >06:27:18,745 INFO program: Reserved blocks gid: 0 (group root) >06:27:18,745 INFO program: First inode: 11 >06:27:18,745 INFO program: Inode size: 256 >06:27:18,746 INFO program: Required extra isize: 28 >06:27:18,746 INFO program: Desired extra isize: 28 >06:27:18,746 INFO program: Journal inode: 8 >06:27:18,746 INFO program: Default directory hash: half_md4 >06:27:18,747 INFO program: Directory Hash Seed: 34180805-2b5b-4e0e-b90a-81910d67f0c1 >06:27:18,747 INFO program: Journal backup: inode blocks >06:27:18,747 INFO program: Journal features: (none) >06:27:18,747 INFO program: Journal size: 32M >06:27:18,748 INFO program: Journal length: 32768 >06:27:18,748 INFO program: Journal sequence: 0x00000009 >06:27:18,748 INFO program: Journal start: 0 >06:27:18,748 INFO program: >06:27:18,748 DEBUG program: Return code: 0 >06:27:18,749 INFO program: Running... resize2fs -P /dev/mapper/live-base >06:27:18,771 INFO program: resize2fs 1.42.10 (18-May-2014) >06:27:18,772 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >06:27:18,772 INFO program: Couldn't find valid filesystem superblock. >06:27:18,773 DEBUG program: Return code: 1 >06:27:18,791 INFO program: Running... udevadm settle --timeout=300 >06:27:18,820 DEBUG program: Return code: 0 >06:27:18,833 INFO program: Running... udevadm settle --timeout=300 >06:27:18,857 DEBUG program: Return code: 0 >06:27:18,862 INFO program: Running... udevadm settle --timeout=300 >06:27:18,884 DEBUG program: Return code: 0 >06:27:18,886 INFO program: Running... udevadm settle --timeout=300 >06:27:18,906 DEBUG program: Return code: 0 >06:27:18,912 INFO program: Running... udevadm settle --timeout=300 >06:27:18,932 DEBUG program: Return code: 0 >06:27:18,935 INFO program: Running... udevadm settle --timeout=300 >06:27:18,955 DEBUG program: Return code: 0 >06:27:18,960 INFO program: Running... udevadm settle --timeout=300 >06:27:18,980 DEBUG program: Return code: 0 >06:27:18,984 INFO program: Running... udevadm settle --timeout=300 >06:27:19,005 DEBUG program: Return code: 0 >06:27:19,009 INFO program: Running... udevadm settle --timeout=300 >06:27:19,032 DEBUG program: Return code: 0 >06:27:19,139 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >06:27:19,324 DEBUG program: Return code: 0 >06:27:19,333 INFO program: Running... udevadm settle --timeout=300 >06:27:19,367 DEBUG program: Return code: 0 >06:27:19,367 INFO program: Running... umount /mnt/sysimage >06:27:19,559 DEBUG program: Return code: 0 >06:27:19,560 INFO program: Running... udevadm settle --timeout=300 >06:27:19,592 DEBUG program: Return code: 0 >06:27:19,599 INFO program: Running... udevadm settle --timeout=300 >06:27:19,629 DEBUG program: Return code: 0 >06:27:20,176 INFO program: Running... hwclock --hctosys --utc >06:27:21,002 DEBUG program: Return code: 0 >06:28:17,491 INFO program: Running... modprobe btrfs >06:28:17,741 DEBUG program: Return code: 0 >06:28:17,749 INFO program: Running... modprobe xfs >06:28:18,038 DEBUG program: Return code: 0 >23:28:46,344 INFO program: Running... udevadm settle --timeout=300 >23:28:46,360 DEBUG program: Return code: 0 >23:28:46,365 INFO program: Running... udevadm settle --timeout=300 >23:28:46,382 DEBUG program: Return code: 0 >23:28:46,397 INFO program: Running... udevadm settle --timeout=300 >23:28:46,411 DEBUG program: Return code: 0 >23:28:46,415 INFO program: Running... udevadm settle --timeout=300 >23:28:46,429 DEBUG program: Return code: 0 >23:29:14,835 INFO program: Running... udevadm settle --timeout=300 >23:29:14,849 DEBUG program: Return code: 0 >23:29:14,853 INFO program: Running... udevadm settle --timeout=300 >23:29:14,867 DEBUG program: Return code: 0 >23:29:21,230 INFO program: Running... udevadm settle --timeout=300 >23:29:23,984 DEBUG program: Return code: 0 >23:29:24,008 INFO program: Running... mount -t iso9660 -o ro /dev/sr0 /tmp/tmpHPLw6D >23:29:24,034 DEBUG program: Return code: 0 >23:29:24,034 INFO program: Running... udevadm settle --timeout=300 >23:29:24,050 DEBUG program: Return code: 0 >23:29:24,051 INFO program: Running... umount /tmp/tmpHPLw6D >23:29:24,069 DEBUG program: Return code: 0 >23:30:21,453 INFO program: Running... udevadm settle --timeout=300 >23:30:21,470 DEBUG program: Return code: 0 >23:30:21,476 INFO program: Running... udevadm settle --timeout=300 >23:30:21,492 DEBUG program: Return code: 0 >23:30:23,449 INFO program: Running... udevadm settle --timeout=300 >23:30:23,463 DEBUG program: Return code: 0 >23:30:23,468 INFO program: Running... udevadm settle --timeout=300 >23:30:23,482 DEBUG program: Return code: 0 >23:30:23,515 INFO program: Running... udevadm settle --timeout=300 >23:30:23,529 DEBUG program: Return code: 0 >23:30:23,534 INFO program: Running... udevadm settle --timeout=300 >23:30:23,548 DEBUG program: Return code: 0 >23:30:35,359 INFO program: Running... udevadm settle --timeout=300 >23:30:35,374 DEBUG program: Return code: 0 >23:30:35,379 INFO program: Running... udevadm settle --timeout=300 >23:30:35,395 DEBUG program: Return code: 0 >23:30:35,412 INFO program: Running... udevadm settle --timeout=300 >23:30:35,427 DEBUG program: Return code: 0 >23:30:35,432 INFO program: Running... udevadm settle --timeout=300 >23:30:35,447 DEBUG program: Return code: 0 >23:31:00,208 INFO program: Running... udevadm settle --timeout=300 >23:31:00,232 DEBUG program: Return code: 0 >23:31:00,236 INFO program: Running... udevadm settle --timeout=300 >23:31:00,258 DEBUG program: Return code: 0 >23:31:35,534 INFO program: Running... udevadm settle --timeout=300 >23:31:35,563 DEBUG program: Return code: 0 >23:31:35,570 INFO program: Running... udevadm settle --timeout=300 >23:31:35,593 DEBUG program: Return code: 0 > > >/tmp/storage.log: >06:26:56,869 DEBUG blivet: IGNORED: Caught exception, continuing. >06:26:56,869 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >06:26:56,869 DEBUG blivet: IGNORED: Begin exception details. >06:26:56,869 DEBUG blivet: IGNORED: Traceback (most recent call last): >06:26:56,869 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >06:26:56,870 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >06:26:56,870 DEBUG blivet: IGNORED: IOError: Unknown error >06:26:56,870 DEBUG blivet: IGNORED: End exception details. >06:26:56,870 INFO blivet: ISCSID is /sbin/iscsid >06:26:56,870 INFO blivet: no initiator set >06:26:59,953 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >06:26:59,954 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >06:27:13,265 DEBUG blivet: trying to set new default fstype to 'ext4' >06:27:13,284 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:13,286 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >06:27:13,288 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:13,289 DEBUG blivet: IGNORED: Caught exception, continuing. >06:27:13,290 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >06:27:13,290 DEBUG blivet: IGNORED: Begin exception details. >06:27:13,290 DEBUG blivet: IGNORED: Traceback (most recent call last): >06:27:13,290 DEBUG blivet: IGNORED: File "/usr/lib/python2.7/site-packages/blivet/iscsi.py", line 87, in __init__ >06:27:13,291 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >06:27:13,291 DEBUG blivet: IGNORED: IOError: Unknown error >06:27:13,291 DEBUG blivet: IGNORED: End exception details. >06:27:14,242 INFO blivet: Detected 7936 MiB of memory >06:27:14,256 INFO blivet: Suggested swap size (7936 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >06:27:14,268 INFO blivet: Swap attempt of 0.0 >06:27:14,815 INFO blivet: resetting Blivet (version 0.59) instance <blivet.Blivet object at 0x7fe8c8c60dd0> >06:27:14,816 INFO blivet: no initiator set >06:27:14,817 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >06:27:14,817 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >06:27:14,944 DEBUG blivet: protected device spec LABEL=Fedora_rawhide_x86_64 resolved to sr0 >06:27:14,973 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'sr0', 'sdb', 'sdb1', 'sdb2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >06:27:14,982 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443 /dev/disk/by-id/wwn-0x5000c5004b602e1b', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '218', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '218', > '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': 'ST2000DM001-9YN164', > 'ID_MODEL_ENC': 'ST2000DM001-9YN164\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'bbd1013f', > 'ID_REVISION': 'CC4C', > 'ID_SERIAL': 'ST2000DM001-9YN164_W1E0H443', > 'ID_SERIAL_SHORT': 'W1E0H443', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5004b602e1b', > 'ID_WWN_WITH_EXTENSION': '0x5000c5004b602e1b', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '406050', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443', > '/dev/disk/by-id/wwn-0x5000c5004b602e1b'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda'} ; name: sda ; >06:27:14,983 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda)... >06:27:14,984 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >06:27:14,985 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:14,986 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >06:27:14,988 INFO blivet: sda is a disk >06:27:14,989 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >06:27:15,060 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >06:27:15,215 INFO blivet: added disk sda (id 1) to device tree >06:27:15,215 DEBUG blivet: looking up parted Device: /dev/sda >06:27:15,215 INFO blivet: got device: DiskDevice instance (0x7fe8bd0f5d90) -- > name = sda status = True kids = 0 id = 1 > 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/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST2000DM001-9YN1 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdca7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe8c770d250> >06:27:15,253 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >06:27:15,255 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >06:27:15,256 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >06:27:15,256 DEBUG blivet: required disklabel type for sda (1) is None >06:27:15,256 DEBUG blivet: default disklabel type for sda is gpt >06:27:15,257 DEBUG blivet: selecting gpt disklabel for sda based on size >06:27:15,258 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; exists: True ; >06:27:15,269 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7fe8c76d3510>, <parted.partition.Partition object at 0x7fe8c76d3850>] > device: <parted.device.Device object at 0x7fe8c76d32d0> > PedDisk: <_ped.Disk object at 0x7fe8ca95e050> >06:27:15,271 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >06:27:15,272 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >06:27:15,281 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443-part1 /dev/disk/by-id/wwn-0x5000c5004b602e1b-part1 /dev/disk/by-uuid/d03fa156-518e-46e2-bfb2-399cce86fc17', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1: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_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '218', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '218', > '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': 'd03fa156-518e-46e2-bfb2-399cce86fc17', > 'ID_FS_UUID_ENC': 'd03fa156-518e-46e2-bfb2-399cce86fc17', > 'ID_FS_VERSION': '1', > 'ID_MODEL': 'ST2000DM001-9YN164', > 'ID_MODEL_ENC': 'ST2000DM001-9YN164\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '16384000', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_ENTRY_UUID': 'bbd1013f-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'bbd1013f', > 'ID_REVISION': 'CC4C', > 'ID_SERIAL': 'ST2000DM001-9YN164_W1E0H443', > 'ID_SERIAL_SHORT': 'W1E0H443', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5004b602e1b', > 'ID_WWN_WITH_EXTENSION': '0x5000c5004b602e1b', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '406164', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443-part1', > '/dev/disk/by-id/wwn-0x5000c5004b602e1b-part1', > '/dev/disk/by-uuid/d03fa156-518e-46e2-bfb2-399cce86fc17'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1'} ; name: sda1 ; >06:27:15,282 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1)... >06:27:15,282 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >06:27:15,284 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:15,284 INFO blivet: sda1 is a partition >06:27:15,285 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >06:27:15,286 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >06:27:15,287 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with existing msdos disklabel >06:27:15,303 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >06:27:15,304 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >06:27:15,305 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >06:27:15,306 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >06:27:15,306 DEBUG blivet: looking up parted Partition: /dev/sda1 >06:27:15,307 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >06:27:15,309 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >06:27:15,310 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >06:27:15,311 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >06:27:15,311 INFO blivet: added partition sda1 (id 6) to device tree >06:27:15,316 DEBUG blivet: looking up parted Device: /dev/sda1 >06:27:15,311 INFO blivet: got device: PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = >06:27:16,303 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >06:27:16,304 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >06:27:16,304 DEBUG blivet: device sda1 does not contain a disklabel >06:27:16,304 INFO blivet: type detected on 'sda1' is 'swap' >06:27:16,306 DEBUG blivet: SwapSpace.__init__: device: /dev/sda1 ; serial: W1E0H443 ; uuid: d03fa156-518e-46e2-bfb2-399cce86fc17 ; exists: True ; label: None ; >06:27:16,306 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 9 >06:27:16,307 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >06:27:16,308 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: swap ; >06:27:16,308 INFO blivet: got format: existing swap >06:27:16,313 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443-part2 /dev/disk/by-id/wwn-0x5000c5004b602e1b-part2 /dev/disk/by-uuid/1f18ab72-37e5-49a6-973a-49e96aced542', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1: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_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '218', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '218', > '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': '1f18ab72-37e5-49a6-973a-49e96aced542', > 'ID_FS_UUID_ENC': '1f18ab72-37e5-49a6-973a-49e96aced542', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST2000DM001-9YN164', > 'ID_MODEL_ENC': 'ST2000DM001-9YN164\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '16386048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3890642944', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': 'bbd1013f-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'bbd1013f', > 'ID_REVISION': 'CC4C', > 'ID_SERIAL': 'ST2000DM001-9YN164_W1E0H443', > 'ID_SERIAL_SHORT': 'W1E0H443', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x5000c5004b602e1b', > 'ID_WWN_WITH_EXTENSION': '0x5000c5004b602e1b', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '406281', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-ST2000DM001-9YN164_W1E0H443-part2', > '/dev/disk/by-id/wwn-0x5000c5004b602e1b-part2', > '/dev/disk/by-uuid/1f18ab72-37e5-49a6-973a-49e96aced542'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2'} ; name: sda2 ; >06:27:16,313 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2)... >06:27:16,314 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda2 ; incomplete: False ; >06:27:16,315 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:16,315 INFO blivet: sda2 is a partition >06:27:16,316 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >06:27:16,316 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >06:27:16,317 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with existing msdos disklabel >06:27:16,327 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >06:27:16,328 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >06:27:16,328 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >06:27:16,329 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >06:27:16,329 DEBUG blivet: looking up parted Partition: /dev/sda2 >06:27:16,330 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >06:27:16,331 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >06:27:16,331 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >06:27:16,332 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >06:27:16,332 INFO blivet: added partition sda2 (id 11) to device tree >06:27:16,335 DEBUG blivet: looking up parted Device: /dev/sda2 >06:27:16,332 INFO blivet: got device: PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing None > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = >06:27:16,372 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >06:27:16,373 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: None ; >06:27:16,373 DEBUG blivet: device sda2 does not contain a disklabel >06:27:16,373 INFO blivet: type detected on 'sda2' is 'ext4' >06:27:16,972 DEBUG blivet: size=13.61 GiB, current=1855.2 GiB >06:27:17,007 DEBUG blivet: padding min size from 14614077440 up to 14614077940 >06:27:17,009 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:17,010 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 14 >06:27:17,011 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >06:27:17,013 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >06:27:17,013 INFO blivet: got format: existing ext4 filesystem >06:27:17,021 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-HL-DT-ST_BDDVDRW_CH10LS28_K9DC1LE0719 /dev/disk/by-label/Fedora\\x20rawhide\\x20x86_64 /dev/disk/by-uuid/2014-06-30-09-41-28-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > 'ID_ATA': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '0', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_BD': '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_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD_PLUS_RW': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_rawhide_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora\\x20rawhide\\x20x86_64', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-06-30-09-41-28-00', > 'ID_FS_UUID_ENC': '2014-06-30-09-41-28-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'HL-DT-ST_BDDVDRW_CH10LS28', > 'ID_MODEL_ENC': 'HL-DT-ST\\x20BDDVDRW\\x20CH10LS28\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6b8b4567', > 'ID_REVISION': '1.00', > 'ID_SERIAL': 'HL-DT-ST_BDDVDRW_CH10LS28_K9DC1LE0719', > 'ID_SERIAL_SHORT': 'K9DC1LE0719', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '409297', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-HL-DT-ST_BDDVDRW_CH10LS28_K9DC1LE0719', > '/dev/disk/by-label/Fedora\\x20rawhide\\x20x86_64', > '/dev/disk/by-uuid/2014-06-30-09-41-28-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0'} ; name: sr0 ; >06:27:17,021 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0)... >06:27:17,022 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >06:27:17,024 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:17,024 INFO blivet: sr0 is a cdrom >06:27:17,025 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >06:27:17,026 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >06:27:17,027 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >06:27:17,028 INFO blivet: added cdrom sr0 (id 16) to device tree >06:27:17,031 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:17,086 DEBUG blivet: looking up parted Device: /dev/sr0 >06:27:17,028 INFO blivet: got device: OpticalDevice instance (0x7fe8d67e2950) -- > name = sr0 status = True kids = 0 id = 16 > parents = [] > uuid = None size = 1395.59 MiB > format = existing None > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: HL-DT-ST BDDVDRW CH10LS28 path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 714544 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: True > hardwareGeometry: (44, 255, 63) biosGeometry: (44, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180dd0> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >06:27:17,133 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:17,201 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:17,225 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:17,337 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >06:27:17,339 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:17,515 INFO blivet: type detected on 'sr0' is 'iso9660' >06:27:17,518 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:27:17,518 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 19 >06:27:17,520 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >06:27:17,520 INFO blivet: got format: existing iso9660 filesystem >06:27:17,528 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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': '2', > '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': '0', > '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': 'MKNSSDCR240GB', > 'ID_MODEL_ENC': 'MKNSSDCR240GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'd11dd177-c89b-4fe2-9753-4f2ab41b75ff', > 'ID_REVISION': '502ABBF0', > 'ID_SERIAL': 'MKNSSDCR240GB_MKN1223A0000096515', > 'ID_SERIAL_SHORT': 'MKN1223A0000096515', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '410906', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb'} ; name: sdb ; >06:27:17,529 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb)... >06:27:17,531 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >06:27:17,533 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:17,535 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >06:27:17,537 INFO blivet: sdb is a disk >06:27:17,537 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >06:27:17,540 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >06:27:17,573 INFO blivet: added disk sdb (id 21) to device tree >06:27:17,574 DEBUG blivet: looking up parted Device: /dev/sdb >06:27:17,573 INFO blivet: got device: DiskDevice instance (0x7fe8bd0f5f50) -- > name = sdb status = True kids = 0 id = 21 > parents = [] > uuid = None size = 223.57 GiB > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MKNSSDCR240GB path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 468862128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (29185, 255, 63) biosGeometry: (29185, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180d40> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7fe8ba1b7d90> >06:27:17,620 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >06:27:17,622 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: gpt ; >06:27:17,624 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >06:27:17,624 DEBUG blivet: required disklabel type for sdb (1) is None >06:27:17,624 DEBUG blivet: default disklabel type for sdb is gpt >06:27:17,625 DEBUG blivet: selecting gpt disklabel for sdb based on size >06:27:17,626 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; exists: True ; >06:27:17,642 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0x7fe8ba1ca250>, <parted.partition.Partition object at 0x7fe8ba1ca410>] > device: <parted.device.Device object at 0x7fe8ba1b7fd0> > PedDisk: <_ped.Disk object at 0x7fe8ba1c8a28> >06:27:17,643 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 24 >06:27:17,645 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >06:27:17,650 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515-part1 /dev/disk/by-partuuid/283b425c-863f-411a-812f-96ea67bf9ae2 /dev/disk/by-uuid/363F-32A1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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': '2', > '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': '0', > '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': '363F-32A1', > 'ID_FS_UUID_ENC': '363F-32A1', > 'ID_FS_VERSION': 'FAT16', > 'ID_MODEL': 'MKNSSDCR240GB', > 'ID_MODEL_ENC': 'MKNSSDCR240GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '409600', > 'ID_PART_ENTRY_TYPE': 'ebd0a0a2-b9e5-4433-87c0-68b6b72699c7', > 'ID_PART_ENTRY_UUID': '283b425c-863f-411a-812f-96ea67bf9ae2', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'd11dd177-c89b-4fe2-9753-4f2ab41b75ff', > 'ID_REVISION': '502ABBF0', > 'ID_SERIAL': 'MKNSSDCR240GB_MKN1223A0000096515', > 'ID_SERIAL_SHORT': 'MKN1223A0000096515', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411071', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515-part1', > '/dev/disk/by-partuuid/283b425c-863f-411a-812f-96ea67bf9ae2', > '/dev/disk/by-uuid/363F-32A1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >06:27:17,651 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1)... >06:27:17,652 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb1 ; incomplete: False ; >06:27:17,653 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:17,654 INFO blivet: sdb1 is a partition >06:27:17,655 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >06:27:17,656 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >06:27:17,659 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with existing gpt disklabel >06:27:17,673 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >06:27:17,675 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >06:27:17,675 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 27 >06:27:17,676 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >06:27:17,677 DEBUG blivet: looking up parted Partition: /dev/sdb1 >06:27:17,678 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >06:27:17,680 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >06:27:17,681 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >06:27:17,682 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >06:27:17,682 INFO blivet: added partition sdb1 (id 26) to device tree >06:27:17,687 DEBUG blivet: looking up parted Device: /dev/sdb1 >06:27:17,682 INFO blivet: got device: PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing None > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata >06:27:17,736 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >06:27:17,737 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: None ; >06:27:17,737 DEBUG blivet: device sdb1 does not contain a disklabel >06:27:17,737 INFO blivet: type detected on 'sdb1' is 'vfat' >06:27:17,738 DEBUG blivet: FATFS.supported: supported: True ; >06:27:18,158 DEBUG blivet: getFormat('vfat') returning FATFS instance with object id 29 >06:27:18,160 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >06:27:18,162 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: vfat ; >06:27:18,162 INFO blivet: got format: existing vfat filesystem >06:27:18,170 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515-part2 /dev/disk/by-partuuid/d28e7a5b-ccce-4b21-b1f4-07d6a4b48d15', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_APM': '1', > 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE': '254', > 'ID_ATA_FEATURE_SET_APM_ENABLED': '1', > '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': '2', > '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': '0', > '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': 'MKNSSDCR240GB', > 'ID_MODEL_ENC': 'MKNSSDCR240GB\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_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': 'd28e7a5b-ccce-4b21-b1f4-07d6a4b48d15', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'd11dd177-c89b-4fe2-9753-4f2ab41b75ff', > 'ID_REVISION': '502ABBF0', > 'ID_SERIAL': 'MKNSSDCR240GB_MKN1223A0000096515', > 'ID_SERIAL_SHORT': 'MKN1223A0000096515', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '18', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411226', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/ata-MKNSSDCR240GB_MKN1223A0000096515-part2', > '/dev/disk/by-partuuid/d28e7a5b-ccce-4b21-b1f4-07d6a4b48d15'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2'} ; name: sdb2 ; >06:27:18,171 INFO blivet: scanning sdb2 (/devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2)... >06:27:18,172 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb2 ; incomplete: False ; >06:27:18,174 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,174 INFO blivet: sdb2 is a partition >06:27:18,176 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >06:27:18,177 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >06:27:18,179 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with existing gpt disklabel >06:27:18,199 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >06:27:18,201 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >06:27:18,201 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 32 >06:27:18,203 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >06:27:18,203 DEBUG blivet: looking up parted Partition: /dev/sdb2 >06:27:18,204 DEBUG blivet: PartitionDevice.probe: sdb2 ; exists: True ; >06:27:18,206 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >06:27:18,208 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >06:27:18,209 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >06:27:18,209 INFO blivet: added partition sdb2 (id 31) to device tree >06:27:18,215 DEBUG blivet: looking up parted Device: /dev/sdb2 >06:27:18,210 INFO blivet: got device: PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = >06:27:18,277 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >06:27:18,278 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: None ; >06:27:18,278 DEBUG blivet: device sdb2 does not contain a disklabel >06:27:18,278 DEBUG blivet: no type or existing type for sdb2, bailing >06:27:18,279 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > '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': '460555', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >06:27:18,280 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >06:27:18,281 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >06:27:18,281 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,282 INFO blivet: loop0 is a loop device >06:27:18,282 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >06:27:18,283 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >06:27:18,284 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,284 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 36 >06:27:18,285 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >06:27:18,286 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 35) to device tree >06:27:18,287 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >06:27:18,287 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 39 >06:27:18,288 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >06:27:18,288 INFO blivet: added loop loop0 (id 38) to device tree >06:27:18,289 INFO blivet: got device: LoopDevice instance (0x7fe8ba1dd0d0) -- > name = loop0 status = False kids = 0 id = 38 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (35)'] > 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 >06:27:18,292 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >06:27:18,292 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >06:27:18,293 DEBUG blivet: device loop0 does not contain a disklabel >06:27:18,293 INFO blivet: type detected on 'loop0' is 'squashfs' >06:27:18,293 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 41 >06:27:18,294 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >06:27:18,296 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_UUID_ENC': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '461186', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >06:27:18,296 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >06:27:18,297 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >06:27:18,297 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,298 INFO blivet: loop1 is a loop device >06:27:18,298 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >06:27:18,299 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >06:27:18,300 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,300 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 44 >06:27:18,301 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >06:27:18,301 INFO blivet: added file /LiveOS/rootfs.img (id 43) to device tree >06:27:18,302 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >06:27:18,302 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 47 >06:27:18,303 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >06:27:18,303 INFO blivet: added loop loop1 (id 46) to device tree >06:27:18,303 INFO blivet: got device: LoopDevice instance (0x7fe8ba1b7b50) -- > name = loop1 status = False kids = 0 id = 46 > parents = ['existing 0 B file /LiveOS/rootfs.img (43)'] > 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 >06:27:18,306 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >06:27:18,307 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >06:27:18,307 DEBUG blivet: device loop1 does not contain a disklabel >06:27:18,308 INFO blivet: type detected on 'loop1' is 'ext4' >06:27:18,361 DEBUG blivet: size=0 B, current=2048 MiB >06:27:18,373 DEBUG blivet: using current size 0 as min size >06:27:18,374 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:18,374 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 49 >06:27:18,375 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >06:27:18,375 INFO blivet: got format: existing ext4 filesystem >06:27:18,377 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '461821', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >06:27:18,377 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >06:27:18,378 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >06:27:18,379 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,379 INFO blivet: loop2 is a loop device >06:27:18,380 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >06:27:18,381 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >06:27:18,382 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,382 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 52 >06:27:18,384 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >06:27:18,384 INFO blivet: added file /overlay (deleted) (id 51) to device tree >06:27:18,385 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >06:27:18,385 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 55 >06:27:18,386 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >06:27:18,386 INFO blivet: added loop loop2 (id 54) to device tree >06:27:18,387 INFO blivet: got device: LoopDevice instance (0x7fe8ba1dd450) -- > name = loop2 status = False kids = 0 id = 54 > parents = ['existing 0 B file /overlay (deleted) (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/loop2 > format args = [] originalFormat = None >06:27:18,390 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >06:27:18,391 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >06:27:18,391 DEBUG blivet: device loop2 does not contain a disklabel >06:27:18,391 DEBUG blivet: no type or existing type for loop2, bailing >06:27:18,394 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > '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': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_UUID_ENC': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '998117', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >06:27:18,394 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >06:27:18,395 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >06:27:18,396 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,396 INFO blivet: live-rw is a device-mapper device >06:27:18,397 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >06:27:18,398 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >06:27:18,399 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (46) with existing ext4 filesystem >06:27:18,401 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >06:27:18,401 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (54) >06:27:18,404 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >06:27:18,405 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,406 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >06:27:18,406 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 59 >06:27:18,407 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >06:27:18,407 INFO blivet: added dm live-rw (id 58) to device tree >06:27:18,408 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >06:27:18,407 INFO blivet: got device: DMDevice instance (0x7fe8ba1b7f50) -- > name = live-rw status = True kids = 0 id = 58 > parents = ['existing 0 B loop loop2 (54)'] > 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 0x7fe8ba1c9290> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >06:27:18,462 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >06:27:18,463 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >06:27:18,463 DEBUG blivet: device live-rw does not contain a disklabel >06:27:18,463 INFO blivet: type detected on 'live-rw' is 'ext4' >06:27:18,511 DEBUG blivet: size=889.13 MiB, current=2048 MiB >06:27:18,557 DEBUG blivet: padding min size from 932316160 up to 932316660 >06:27:18,558 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:18,558 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 61 >06:27:18,559 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >06:27:18,559 INFO blivet: got format: existing ext4 filesystem >06:27:18,561 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1404195980', > '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': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_UUID_ENC': '6d53b2cc-4383-479f-bdad-81554e3fcd32', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33049', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/6d53b2cc-4383-479f-bdad-81554e3fcd32', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >06:27:18,561 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >06:27:18,562 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >06:27:18,562 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,562 INFO blivet: live-base is a device-mapper device >06:27:18,563 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >06:27:18,564 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >06:27:18,564 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >06:27:18,565 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (46) with existing ext4 filesystem >06:27:18,566 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >06:27:18,567 DEBUG blivet: DeviceTree.getDeviceByName returned None >06:27:18,568 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >06:27:18,568 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 64 >06:27:18,569 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >06:27:18,569 INFO blivet: added dm live-base (id 63) to device tree >06:27:18,570 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >06:27:18,569 INFO blivet: got device: DMDevice instance (0x7fe8d5a70f90) -- > name = live-base status = True kids = 0 id = 63 > parents = ['existing 0 B loop loop1 (46) 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 0x7fe8ba1c9320> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >06:27:18,586 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >06:27:18,587 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >06:27:18,587 DEBUG blivet: device live-base does not contain a disklabel >06:27:18,587 INFO blivet: type detected on 'live-base' is 'ext4' >06:27:18,773 DEBUG blivet: size=0 B, current=2048 MiB >06:27:18,787 DEBUG blivet: using current size 0 as min size >06:27:18,789 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:18,789 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 66 >06:27:18,790 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >06:27:18,790 INFO blivet: got format: existing ext4 filesystem >06:27:18,829 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >06:27:18,830 DEBUG blivet: SwapSpace.teardown: device: /dev/sda1 ; status: False ; type: swap ; >06:27:18,832 DEBUG blivet: SwapSpace.teardown: device: /dev/sda1 ; status: False ; type: swap ; >06:27:18,859 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >06:27:18,860 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:18,862 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:18,885 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >06:27:18,908 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >06:27:18,910 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:18,912 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:18,934 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >06:27:18,957 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >06:27:18,958 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >06:27:18,960 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >06:27:18,982 DEBUG blivet: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >06:27:18,983 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >06:27:18,984 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >06:27:19,006 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >06:27:19,008 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >06:27:19,009 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >06:27:19,033 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >06:27:19,034 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >06:27:19,037 INFO blivet: edd: MBR signature on sdb is zero. new disk image? >06:27:19,037 INFO blivet: edd: collected mbr signatures: {'sda': '0xbbd1013f'} >06:27:19,139 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >06:27:19,331 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >06:27:19,595 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >06:27:19,596 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:19,599 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >06:27:20,043 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:20,048 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:20,051 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:20,056 DEBUG blivet: Ext4FS.supported: supported: True ; >06:27:20,059 DEBUG blivet: FATFS.supported: supported: True ; >06:27:20,062 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:20,116 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:27:20,192 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >06:27:20,196 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >06:27:20,203 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; hidden: False ; incomplete: False ; >06:27:20,208 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:20,205 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 1395.59 MiB cdrom sr0 (16) with existing iso9660 filesystem >06:27:20,362 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:20,517 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:21,224 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >06:27:21,225 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >06:27:21,226 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; hidden: False ; incomplete: False ; >06:27:21,228 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:21,226 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 1395.59 MiB cdrom sr0 (16) with existing iso9660 filesystem >06:27:21,248 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:27:21,272 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >06:28:17,447 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:28:17,447 DEBUG blivet: Iso9660FS.supported: supported: True ; >06:28:17,448 DEBUG blivet: NFSv4.supported: supported: False ; >06:28:17,448 DEBUG blivet: NFSv4.supported: supported: False ; >06:28:17,449 DEBUG blivet: SELinuxFS.supported: supported: False ; >06:28:17,449 DEBUG blivet: SELinuxFS.supported: supported: False ; >06:28:17,450 DEBUG blivet: Ext4FS.supported: supported: True ; >06:28:17,451 DEBUG blivet: Ext4FS.supported: supported: True ; >06:28:17,451 DEBUG blivet: Ext3FS.supported: supported: True ; >06:28:17,452 DEBUG blivet: Ext3FS.supported: supported: True ; >06:28:17,453 DEBUG blivet: Ext2FS.supported: supported: True ; >06:28:17,453 DEBUG blivet: Ext2FS.supported: supported: True ; >06:28:17,454 DEBUG blivet: SysFS.supported: supported: False ; >06:28:17,454 DEBUG blivet: SysFS.supported: supported: False ; >06:28:17,455 DEBUG blivet: MultipathMember.__init__: >06:28:17,455 DEBUG blivet: MDRaidMember.__init__: >06:28:17,456 DEBUG blivet: ProcFS.supported: supported: False ; >06:28:17,456 DEBUG blivet: ProcFS.supported: supported: False ; >06:28:17,457 DEBUG blivet: SwapSpace.__init__: >06:28:17,457 DEBUG blivet: NoDevFS.supported: supported: False ; >06:28:17,458 DEBUG blivet: NoDevFS.supported: supported: False ; >06:28:17,458 DEBUG blivet: DevPtsFS.supported: supported: False ; >06:28:17,459 DEBUG blivet: DevPtsFS.supported: supported: False ; >06:28:17,459 DEBUG blivet: BTRFS.supported: supported: True ; >06:28:17,744 DEBUG blivet: USBFS.supported: supported: False ; >06:28:17,744 DEBUG blivet: USBFS.supported: supported: False ; >06:28:17,745 DEBUG blivet: DiskLabel.__init__: >06:28:17,745 INFO blivet: DiskLabel.partedDevice returning None >06:28:17,746 DEBUG blivet: HFSPlus.supported: supported: False ; >06:28:17,747 DEBUG blivet: HFSPlus.supported: supported: False ; >06:28:17,748 DEBUG blivet: XFS.supported: supported: True ; >06:28:18,039 DEBUG blivet: XFS.supported: supported: True ; >06:28:18,040 DEBUG blivet: TmpFS.supported: supported: True ; >06:28:18,052 DEBUG blivet: LUKS.__init__: >06:28:18,053 DEBUG blivet: NTFS.supported: supported: False ; >06:28:18,053 DEBUG blivet: NTFS.supported: supported: False ; >06:28:18,054 DEBUG blivet: BindFS.supported: supported: False ; >06:28:18,054 DEBUG blivet: BindFS.supported: supported: False ; >06:28:18,055 DEBUG blivet: HFS.supported: supported: False ; >06:28:18,055 DEBUG blivet: HFS.supported: supported: False ; >06:28:18,056 DEBUG blivet: LVMPhysicalVolume.__init__: >06:28:18,057 DEBUG blivet: NFS.supported: supported: False ; >06:28:18,057 DEBUG blivet: NFS.supported: supported: False ; >06:28:18,058 DEBUG blivet: FATFS.supported: supported: True ; >06:28:18,058 DEBUG blivet: FATFS.supported: supported: True ; >06:28:18,059 DEBUG blivet: DMRaidMember.__init__: >23:28:20,162 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:20,162 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:20,261 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:20,262 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:20,394 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:20,394 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:20,540 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:20,540 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:23,876 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:23,878 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:24,034 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:24,035 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:28,906 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:28,907 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:29,051 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:29,051 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:33,463 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:33,464 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:33,605 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:33,606 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:37,043 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:37,044 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:37,193 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:37,194 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:45,857 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:45,858 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:45,992 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:45,992 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,089 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,089 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,205 INFO blivet: Detected 7936 MiB of memory >23:28:46,214 INFO blivet: Swap attempt of 7936 MiB >23:28:46,224 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,225 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8c770d3d0) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8ba222dd0) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8bd0f5f90) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8ba207750) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,342 DEBUG blivet: clearpart: looking at sda2 >23:28:46,342 DEBUG blivet: clearpart: looking at sdb2 >23:28:46,342 DEBUG blivet: clearpart: looking at sda1 >23:28:46,342 DEBUG blivet: clearpart: looking at sdb1 >23:28:46,343 DEBUG blivet: checking whether disk sda has an empty extended >23:28:46,343 DEBUG blivet: extended is None ; logicals is [] >23:28:46,343 DEBUG blivet: checking whether disk sdb has an empty extended >23:28:46,343 DEBUG blivet: extended is None ; logicals is [] >23:28:46,387 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >23:28:46,388 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with existing gpt disklabel >23:28:46,397 DEBUG blivet: resolved 'sdb' to 'sdb' (disk) >23:28:46,434 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >23:28:46,434 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with existing gpt disklabel >23:28:46,443 DEBUG blivet: resolved 'sdb' to 'sdb' (disk) >23:28:46,444 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >23:28:46,445 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with existing gpt disklabel >23:28:46,453 DEBUG blivet: resolved 'sdb' to 'sdb' (disk) >23:28:46,458 DEBUG blivet: starting Blivet copy >23:28:46,482 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,482 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d3990> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3610> PedPartition: <_ped.Partition object at 0x7fe8c76d6110> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8c76d3390> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8c76d39d0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8c76d3910> PedPartition: <_ped.Partition object at 0x7fe8c76d6170> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8ba1ca0d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8ba1ca550> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca310> PedPartition: <_ped.Partition object at 0x7fe8ba1c5170> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8ba1ca0d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8ba1ca4d0> PedPartition: <_ped.Partition object at 0x7fe8ba1c5110> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,577 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:28:46,577 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> >23:28:46,578 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:28:46,578 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> >23:28:46,580 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:28:46,580 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> >23:28:46,582 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >23:28:46,582 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> >23:28:46,583 DEBUG blivet: finished Blivet copy >23:28:46,585 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,585 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,680 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,681 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,779 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,780 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,875 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,875 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:46,990 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:46,991 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:47,087 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:28:47,087 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b702c410) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 8000 MiB > format = existing swap > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 16384000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1019, 255, 63) biosGeometry: (1019, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdcaa70> > target size = 0 B path = /dev/sda1 > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0110> PedPartition: <_ped.Partition object at 0x7fe8b4d720b0> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 16386047 length = 16384000 > flags = , PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:28:53,134 DEBUG blivet: SwapSpace.__init__: >23:28:53,135 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 148 >23:28:57,594 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:28:57,595 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with existing msdos disklabel >23:28:57,609 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:28:57,610 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:28:57,611 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with existing msdos disklabel >23:28:57,623 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:29:04,694 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >23:29:04,694 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 150 >23:29:04,696 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: swap ; type: None ; >23:29:04,696 INFO storage.ui: registered action: [149] destroy format swap on partition sda1 (id 6) >23:29:04,697 INFO storage.ui: removed partition sda1 (id 6) from device tree >23:29:04,698 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:29:04,698 INFO storage.ui: registered action: [151] destroy device partition sda1 (id 6) >23:29:04,700 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:04,702 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:04,809 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:04,810 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:04,895 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:04,896 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:04,967 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:04,968 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:05,041 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:05,042 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:05,114 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:05,115 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b9538190) -- > name = sda2 status = True kids = 0 id = 11 > parents = ['existing 1863.02 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 1855.2 GiB > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 3890642944 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (242181, 255, 63) biosGeometry: (242181, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180b90> > 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 0x7fe8b95382d0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0b10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f06d0> PedPartition: <_ped.Partition object at 0x7fe8b4d72d70> > disk = existing 1863.02 GiB disk sda (1) with existing msdos disklabel > start = 16386048 end = 3907028991 length = 3890642944 > flags = , PartitionDevice instance (0x7fe8b9861f50) -- > name = sdb1 status = True kids = 0 id = 26 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 200 MiB > format = existing vfat filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 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 0x7fe8ba180cb0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = vfat 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 0x7fe8b9536cd0> fileSystem: <parted.filesystem.FileSystem object at 0x7fe8b97f0510> > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0990> PedPartition: <_ped.Partition object at 0x7fe8b4d727d0> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = msftdata, PartitionDevice instance (0x7fe8b9536490) -- > name = sdb2 status = True kids = 0 id = 31 > parents = ['existing 223.57 GiB disk sdb (21) with existing gpt disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 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 0x7fe8ba1c90e0> > target size = 0 B path = /dev/sdb2 > 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 0x7fe8b9536cd0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b97f0690> PedPartition: <_ped.Partition object at 0x7fe8b4d72d10> > disk = existing 223.57 GiB disk sdb (21) with existing gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:29:07,739 DEBUG blivet: Ext4FS.supported: supported: True ; >23:29:07,739 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 152 >23:29:10,679 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; >23:29:10,680 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 154 >23:29:10,681 DEBUG storage.ui: PartitionDevice._setFormat: sda2 ; current: ext4 ; type: None ; >23:29:10,681 INFO storage.ui: registered action: [153] destroy format ext4 filesystem on partition sda2 (id 11) >23:29:10,682 INFO storage.ui: removed partition sda2 (id 11) from device tree >23:29:10,683 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:10,683 INFO storage.ui: registered action: [155] destroy device partition sda2 (id 11) >23:29:10,684 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 157 >23:29:10,685 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >23:29:10,685 INFO storage.ui: registered action: [156] destroy format msdos disklabel on disk sda (id 1) >23:29:10,685 DEBUG storage.ui: required disklabel type for sda (1) is None >23:29:10,685 DEBUG storage.ui: default disklabel type for sda is gpt >23:29:10,686 DEBUG storage.ui: selecting gpt disklabel for sda based on size >23:29:10,687 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; >23:29:10,688 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: gpt ; >23:29:10,689 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 0x7fe8b985b290> > PedDisk: <_ped.Disk object at 0x7fe8b4d4f4d0> >23:29:10,690 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 158 >23:29:10,691 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >23:29:10,691 INFO storage.ui: registered action: [159] create format gpt disklabel on disk sda (id 1) >23:29:10,693 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; >23:29:10,693 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 161 >23:29:10,695 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; current: vfat ; type: None ; >23:29:10,695 INFO storage.ui: registered action: [160] destroy format vfat filesystem on partition sdb1 (id 26) >23:29:10,695 INFO storage.ui: removed partition sdb1 (id 26) from device tree >23:29:10,696 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >23:29:10,696 INFO storage.ui: registered action: [162] destroy device partition sdb1 (id 26) >23:29:10,698 INFO storage.ui: removed partition sdb2 (id 31) from device tree >23:29:10,699 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:10,699 INFO storage.ui: registered action: [163] destroy device partition sdb2 (id 31) >23:29:10,700 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 165 >23:29:10,701 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: disklabel ; type: None ; >23:29:10,701 INFO storage.ui: registered action: [164] destroy format gpt disklabel on disk sdb (id 21) >23:29:10,702 DEBUG storage.ui: required disklabel type for sdb (1) is None >23:29:10,702 DEBUG storage.ui: default disklabel type for sdb is gpt >23:29:10,702 DEBUG storage.ui: selecting gpt disklabel for sdb based on size >23:29:10,703 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; >23:29:10,704 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: gpt ; >23:29:10,705 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 0x7fe8b985fcd0> > PedDisk: <_ped.Disk object at 0x7fe8b982cf80> >23:29:10,706 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 166 >23:29:10,707 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >23:29:10,707 INFO storage.ui: registered action: [167] create format gpt disklabel on disk sdb (id 21) >23:29:10,709 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:10,710 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:29:10,711 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:10,712 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:29:10,724 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:10,725 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:29:10,726 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:10,727 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:29:10,732 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:10,733 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:29:12,747 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:12,749 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:12,767 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:12,768 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:12,769 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:12,785 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:12,786 DEBUG storage.ui: doAutoPart: True >23:29:12,786 DEBUG storage.ui: encryptedAutoPart: False >23:29:12,786 DEBUG storage.ui: autoPartType: 2 >23:29:12,786 DEBUG storage.ui: clearPartType: 2 >23:29:12,786 DEBUG storage.ui: clearPartDisks: ['sdb', 'sda'] >23:29:12,819 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7fe8b97f0fd0) -- > 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 (0x7fe8b97f0e10) -- > 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 (0x7fe8b97f0450) -- > 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 (0x7fe8b97f03d0) -- > 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 (0x7fe8b97f0290) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7936 MiB maxSize = None grow = False > >23:29:12,821 DEBUG storage.ui: storage.disks: ['sda', 'sdb'] >23:29:12,821 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb'] >23:29:12,821 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sr0'] >23:29:12,823 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:12,825 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:12,838 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:12,838 DEBUG storage.ui: boot disk: sda >23:29:12,843 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >23:29:12,843 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 168 >23:29:12,844 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:12,846 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >23:29:12,847 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >23:29:12,849 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:12,849 INFO storage.ui: added partition req0 (id 169) to device tree >23:29:12,849 INFO storage.ui: registered action: [171] create device partition req0 (id 169) >23:29:12,849 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 173 >23:29:12,851 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >23:29:12,852 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: lvmpv ; type: lvmpv ; >23:29:12,852 INFO storage.ui: registered action: [172] create format lvmpv on partition req0 (id 169) >23:29:12,853 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >23:29:12,853 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 174 >23:29:12,855 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:12,856 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >23:29:12,857 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >23:29:12,859 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:12,859 INFO storage.ui: added partition req1 (id 175) to device tree >23:29:12,859 INFO storage.ui: registered action: [177] create device partition req1 (id 175) >23:29:12,859 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 179 >23:29:12,861 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >23:29:12,862 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: lvmpv ; type: lvmpv ; >23:29:12,862 INFO storage.ui: registered action: [178] create format lvmpv on partition req1 (id 175) >23:29:12,862 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7fe8b702cad0) -- > name = sda status = True kids = 0 id = 1 > 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/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST2000DM001-9YN1 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdca7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b702ce50>, DiskDevice instance (0x7fe8b9861f90) -- > name = sdb status = True kids = 0 id = 21 > parents = [] > uuid = None size = 223.57 GiB > format = non-existent gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MKNSSDCR240GB path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 468862128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (29185, 255, 63) biosGeometry: (29185, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180d40> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b9861d10>] >23:29:12,895 DEBUG storage.ui: devs: [PartitionDevice instance (0x7fe8b952bad0) -- > name = req0 status = False kids = 0 id = 169 > 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 (0x7fe8b70811d0) -- > name = req1 status = False kids = 0 id = 175 > 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/req1 > 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 >] >23:29:12,926 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:29:12,927 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 180 >23:29:12,928 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:12,929 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:12,930 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >23:29:12,931 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >23:29:12,933 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:12,934 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:12,934 INFO storage.ui: added partition req2 (id 181) to device tree >23:29:12,934 INFO storage.ui: registered action: [183] create device partition req2 (id 181) >23:29:12,934 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 185 >23:29:12,935 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >23:29:12,936 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: ext4 ; type: ext4 ; >23:29:12,937 INFO storage.ui: registered action: [184] create format ext4 filesystem mounted at /boot on partition req2 (id 181) >23:29:12,937 DEBUG storage.ui: getFormat('efi') returning EFIFS instance with object id 186 >23:29:12,938 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:12,939 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:12,940 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >23:29:12,941 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: efi ; >23:29:12,943 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:12,944 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:12,944 INFO storage.ui: added partition req3 (id 187) to device tree >23:29:12,944 INFO storage.ui: registered action: [189] create device partition req3 (id 187) >23:29:12,944 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 191 >23:29:12,945 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >23:29:12,946 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: efi ; type: efi ; >23:29:12,946 INFO storage.ui: registered action: [190] create format efi filesystem mounted at /boot/efi on partition req3 (id 187) >23:29:12,947 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >23:29:12,948 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >23:29:12,949 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:12,950 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = req0 status = False kids = 0 id = 169 > 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 (0x7fe8b70811d0) -- > name = req1 status = False kids = 0 id = 175 > 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/req1 > 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 (0x7fe8b6fe4190) -- > name = req2 status = False kids = 0 id = 181 > 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/req2 > 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 (0x7fe8b6fe41d0) -- > name = req3 status = False kids = 0 id = 187 > 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/req3 > 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 >] >23:29:13,006 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:13,006 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = req0 status = False kids = 0 id = 169 > 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 (0x7fe8b70811d0) -- > name = req1 status = False kids = 0 id = 175 > 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/req1 > 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 (0x7fe8b6fe4190) -- > name = req2 status = False kids = 0 id = 181 > 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/req2 > 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 (0x7fe8b6fe41d0) -- > name = req3 status = False kids = 0 id = 187 > 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/req3 > 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 >] >23:29:13,055 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:13,056 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = req0 status = False kids = 0 id = 169 > 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 (0x7fe8b70811d0) -- > name = req1 status = False kids = 0 id = 175 > 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/req1 > 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 (0x7fe8b6fe4190) -- > name = req2 status = False kids = 0 id = 181 > 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/req2 > 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 (0x7fe8b6fe41d0) -- > name = req3 status = False kids = 0 id = 187 > 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/req3 > 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 >] >23:29:13,101 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 169)', 'req1(id 175)', 'req2(id 181)', 'req3(id 187)'] from disk(s) ['sda', 'sdb'] >23:29:13,102 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 169)', 'req1(id 175)', 'req2(id 181)', 'req3(id 187)'] >23:29:13,102 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 187)', 'req2(id 181)', 'req0(id 169)', 'req1(id 175)'] from disk(s) ['sda', 'sdb'] >23:29:13,103 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,103 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,110 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,111 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,111 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,118 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,119 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,120 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,127 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,127 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,128 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,135 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,135 DEBUG storage.ui: allocating partition: req3 ; id: 187 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >23:29:13,148 DEBUG storage.ui: checking freespace on sda >23:29:13,148 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >23:29:13,154 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >23:29:13,161 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >23:29:13,167 DEBUG storage.ui: evaluating growth potential for new layout >23:29:13,168 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:13,168 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:13,168 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:29:13,168 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:13,169 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:13,170 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >23:29:13,170 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4f50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9110> >23:29:13,171 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:29:13,172 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:13,172 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,173 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:13,173 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:29:13,173 DEBUG storage.ui: 1 requests and 3906988141 (1863 GiB) left in chunk >23:29:13,180 DEBUG storage.ui: adding 3906988141 (1863 GiB) to 187 (sda1) >23:29:13,186 DEBUG storage.ui: taking back 3906619501 (1862.82 GiB) from 187 (sda1) >23:29:13,193 DEBUG storage.ui: new grow amount for request 187 (sda1) is 368640 units, or 180 MiB >23:29:13,199 DEBUG storage.ui: request 187 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:29:13,212 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >23:29:13,218 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:13,218 DEBUG storage.ui: device sda1 new partedPartition None >23:29:13,219 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:29:13,220 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:13,220 DEBUG storage.ui: total growth: 368640 sectors >23:29:13,220 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:13,220 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >23:29:13,227 DEBUG storage.ui: new free allows for 368640 sectors of growth >23:29:13,227 DEBUG storage.ui: found free space for bootable request >23:29:13,227 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:13,227 DEBUG storage.ui: created partition sda1 of 20 MiB and added it to /dev/sda >23:29:13,234 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >23:29:13,234 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e50> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> >23:29:13,236 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:29:13,236 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:13,237 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:13,237 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe43d0> PedPartition: <_ped.Partition object at 0x7fe8b6ff4fb0> >23:29:13,239 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,239 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,246 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,247 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,248 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,255 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,255 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,256 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,263 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,263 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,264 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,271 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,271 DEBUG storage.ui: allocating partition: req2 ; id: 181 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >23:29:13,278 DEBUG storage.ui: checking freespace on sda >23:29:13,278 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >23:29:13,284 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:29:13,291 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:29:13,297 DEBUG storage.ui: checking 43008-3907029134 (1863 GiB) >23:29:13,304 DEBUG storage.ui: current free range is 43008-3907029134 (1863 GiB) >23:29:13,310 DEBUG storage.ui: evaluating growth potential for new layout >23:29:13,310 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:13,310 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:13,311 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:29:13,311 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:13,312 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >23:29:13,312 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7390> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> >23:29:13,313 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:29:13,314 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:29:13,314 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,315 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,315 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:13,315 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:29:13,315 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:13,315 DEBUG storage.ui: 1 requests and 3905964141 (1862.51 GiB) left in chunk >23:29:13,322 DEBUG storage.ui: adding 3905964141 (1862.51 GiB) to 187 (sda1) >23:29:13,328 DEBUG storage.ui: taking back 3905595501 (1862.33 GiB) from 187 (sda1) >23:29:13,335 DEBUG storage.ui: new grow amount for request 187 (sda1) is 368640 units, or 180 MiB >23:29:13,341 DEBUG storage.ui: request 187 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:29:13,354 DEBUG storage.ui: request 181 (sda2) growth: 0 (0 B) size: 500 MiB >23:29:13,360 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >23:29:13,367 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:13,367 DEBUG storage.ui: device sda2 new partedPartition None >23:29:13,368 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:29:13,368 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:29:13,368 DEBUG storage.ui: total growth: 368640 sectors >23:29:13,369 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:13,369 DEBUG storage.ui: new free: 43008-3907029134 / 1863 GiB >23:29:13,375 DEBUG storage.ui: new free allows for 368640 sectors of growth >23:29:13,375 DEBUG storage.ui: found free space for bootable request >23:29:13,376 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >23:29:13,382 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >23:29:13,383 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe70d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9470> >23:29:13,384 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:29:13,385 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:29:13,386 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:13,386 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7410> PedPartition: <_ped.Partition object at 0x7fe8b6fe9290> >23:29:13,387 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,388 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,395 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,395 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,396 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,403 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,403 DEBUG storage.ui: allocating partition: req0 ; id: 169 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:29:13,409 DEBUG storage.ui: checking freespace on sda >23:29:13,410 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:29:13,416 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:29:13,422 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:29:13,429 DEBUG storage.ui: checking 1067008-3907029134 (1862.51 GiB) >23:29:13,435 DEBUG storage.ui: current free range is 1067008-3907029134 (1862.51 GiB) >23:29:13,442 DEBUG storage.ui: evaluating growth potential for new layout >23:29:13,442 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:13,442 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:13,442 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:29:13,442 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:13,443 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:13,443 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7950> PedPartition: <_ped.Partition object at 0x7fe8b6fe92f0> >23:29:13,444 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:13,445 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:13,445 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,445 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,446 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,446 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:13,446 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:29:13,446 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:13,446 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:29:13,446 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:29:13,453 DEBUG storage.ui: adding 0 (0 B) to 187 (sda1) >23:29:13,453 DEBUG storage.ui: new grow amount for request 187 (sda1) is 0 units, or 0 B >23:29:13,453 DEBUG storage.ui: adding 0 (0 B) to 169 (sda3) >23:29:13,454 DEBUG storage.ui: new grow amount for request 169 (sda3) is 0 units, or 0 B >23:29:13,454 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 187 (sda1) >23:29:13,461 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 187 (sda1) >23:29:13,467 DEBUG storage.ui: new grow amount for request 187 (sda1) is 368640 units, or 180 MiB >23:29:13,474 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 169 (sda3) >23:29:13,480 DEBUG storage.ui: new grow amount for request 169 (sda3) is 3904571501 units, or 1861.84 GiB >23:29:13,487 DEBUG storage.ui: request 187 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:29:13,499 DEBUG storage.ui: request 181 (sda2) growth: 0 (0 B) size: 500 MiB >23:29:13,506 DEBUG storage.ui: request 169 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:29:13,518 DEBUG storage.ui: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:29:13,526 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:13,526 DEBUG storage.ui: device sda3 new partedPartition None >23:29:13,526 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:29:13,527 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:29:13,527 DEBUG storage.ui: total growth: 3904940141 sectors >23:29:13,527 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:13,527 DEBUG storage.ui: new free: 1067008-3907029134 / 1862.51 GiB >23:29:13,534 DEBUG storage.ui: new free allows for 3904940141 sectors of growth >23:29:13,534 DEBUG storage.ui: created partition sda3 of 500 MiB and added it to /dev/sda >23:29:13,541 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:13,541 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ed0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9410> >23:29:13,542 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:13,543 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:13,544 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:13,544 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe9470> >23:29:13,545 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,545 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,552 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,553 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:13,554 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:13,560 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:13,561 DEBUG storage.ui: allocating partition: req1 ; id: 175 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:29:13,567 DEBUG storage.ui: checking freespace on sdb >23:29:13,567 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:29:13,573 DEBUG storage.ui: checking 34-468862094 (223.57 GiB) >23:29:13,580 DEBUG storage.ui: current free range is 34-468862094 (223.57 GiB) >23:29:13,586 DEBUG storage.ui: evaluating growth potential for new layout >23:29:13,586 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:13,586 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:13,587 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:13,587 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9530> >23:29:13,589 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:13,590 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:13,590 DEBUG storage.ui: adding request 175 to chunk 468862061 (34-468862094) on /dev/sdb >23:29:13,590 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:13,590 DEBUG storage.ui: req: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:29:13,590 DEBUG storage.ui: 1 requests and 467838061 (223.08 GiB) left in chunk >23:29:13,597 DEBUG storage.ui: adding 467838061 (223.08 GiB) to 175 (sdb1) >23:29:13,603 DEBUG storage.ui: new grow amount for request 175 (sdb1) is 467838061 units, or 223.08 GiB >23:29:13,610 DEBUG storage.ui: request 175 (sdb1) growth: 467838061 (223.08 GiB) size: 223.57 GiB >23:29:13,622 DEBUG storage.ui: disk /dev/sdb growth: 467838061 (223.08 GiB) >23:29:13,628 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:13,629 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,629 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,629 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,629 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:13,629 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:29:13,629 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:13,630 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:29:13,630 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:29:13,636 DEBUG storage.ui: adding 0 (0 B) to 187 (sda1) >23:29:13,637 DEBUG storage.ui: new grow amount for request 187 (sda1) is 0 units, or 0 B >23:29:13,637 DEBUG storage.ui: adding 0 (0 B) to 169 (sda3) >23:29:13,637 DEBUG storage.ui: new grow amount for request 169 (sda3) is 0 units, or 0 B >23:29:13,637 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 187 (sda1) >23:29:13,644 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 187 (sda1) >23:29:13,651 DEBUG storage.ui: new grow amount for request 187 (sda1) is 368640 units, or 180 MiB >23:29:13,657 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 169 (sda3) >23:29:13,663 DEBUG storage.ui: new grow amount for request 169 (sda3) is 3904571501 units, or 1861.84 GiB >23:29:13,670 DEBUG storage.ui: request 187 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:29:13,682 DEBUG storage.ui: request 181 (sda2) growth: 0 (0 B) size: 500 MiB >23:29:13,689 DEBUG storage.ui: request 169 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:29:13,701 DEBUG storage.ui: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:29:13,708 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:13,709 DEBUG storage.ui: device sdb1 new partedPartition None >23:29:13,709 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:29:13,710 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:13,710 DEBUG storage.ui: total growth: 4372778202 sectors >23:29:13,710 DEBUG storage.ui: updating use_disk to sdb, type: 0 >23:29:13,710 DEBUG storage.ui: new free: 34-468862094 / 223.57 GiB >23:29:13,717 DEBUG storage.ui: new free allows for 4372778202 sectors of growth >23:29:13,717 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:13,717 DEBUG storage.ui: created partition sdb1 of 500 MiB and added it to /dev/sdb >23:29:13,724 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:13,724 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7590> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> >23:29:13,725 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:13,726 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:13,727 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:13,727 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7550> PedPartition: <_ped.Partition object at 0x7fe8b6fe9590> >23:29:13,728 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 169)', 'sdb1(id 175)', 'sda2(id 181)', 'sda1(id 187)'] >23:29:13,728 DEBUG storage.ui: growable partitions are ['sda3', 'sdb1', 'sda1'] >23:29:13,728 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,728 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,729 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:13,729 DEBUG storage.ui: disk sda has 1 chunks >23:29:13,729 DEBUG storage.ui: adding request 175 to chunk 468862061 (34-468862094) on /dev/sdb >23:29:13,729 DEBUG storage.ui: disk sdb has 1 chunks >23:29:13,729 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:13,729 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:29:13,730 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:13,730 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:29:13,730 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:29:13,736 DEBUG storage.ui: adding 0 (0 B) to 187 (sda1) >23:29:13,737 DEBUG storage.ui: new grow amount for request 187 (sda1) is 0 units, or 0 B >23:29:13,737 DEBUG storage.ui: adding 0 (0 B) to 169 (sda3) >23:29:13,737 DEBUG storage.ui: new grow amount for request 169 (sda3) is 0 units, or 0 B >23:29:13,738 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 187 (sda1) >23:29:13,744 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 187 (sda1) >23:29:13,751 DEBUG storage.ui: new grow amount for request 187 (sda1) is 368640 units, or 180 MiB >23:29:13,757 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 169 (sda3) >23:29:13,763 DEBUG storage.ui: new grow amount for request 169 (sda3) is 3904571501 units, or 1861.84 GiB >23:29:13,770 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:13,770 DEBUG storage.ui: req: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:29:13,770 DEBUG storage.ui: 1 requests and 467838061 (223.08 GiB) left in chunk >23:29:13,777 DEBUG storage.ui: adding 467838061 (223.08 GiB) to 175 (sdb1) >23:29:13,783 DEBUG storage.ui: new grow amount for request 175 (sdb1) is 467838061 units, or 223.08 GiB >23:29:13,789 DEBUG storage.ui: growing partitions on sda >23:29:13,789 DEBUG storage.ui: partition sda1 (187): 0 >23:29:13,790 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7b10> >23:29:13,790 DEBUG storage.ui: partition sda2 (181): 0 >23:29:13,790 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7dd0> >23:29:13,790 DEBUG storage.ui: partition sda3 (169): 0 >23:29:13,790 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7f50> >23:29:13,790 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 187)', 'sda2(id 181)', 'sda3(id 169)'] from disk(s) ['sda'] >23:29:13,791 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:13,791 DEBUG storage.ui: device sda1 new partedPartition None >23:29:13,792 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:29:13,793 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:29:13,793 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:13,793 DEBUG storage.ui: device sda2 new partedPartition None >23:29:13,794 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:29:13,795 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:29:13,796 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:13,796 DEBUG storage.ui: device sda3 new partedPartition None >23:29:13,796 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:29:13,797 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:13,797 DEBUG storage.ui: back from removeNewPartitions >23:29:13,797 DEBUG storage.ui: extended: None >23:29:13,797 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7b10> >23:29:13,798 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >23:29:13,798 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe3090> PedPartition: <_ped.Partition object at 0x7fe8b6fe95f0> >23:29:13,800 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:29:13,801 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:13,801 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:13,802 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> >23:29:13,802 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7dd0> >23:29:13,803 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >23:29:13,803 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4890> PedPartition: <_ped.Partition object at 0x7fe8b6fe96b0> >23:29:13,805 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:29:13,805 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:29:13,806 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:13,806 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> >23:29:13,807 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe7f50> >23:29:13,808 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:13,808 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4f10> PedPartition: <_ped.Partition object at 0x7fe8b6fe9650> >23:29:13,809 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:13,810 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:13,811 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:13,811 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> >23:29:13,811 DEBUG storage.ui: growing partitions on sdb >23:29:13,811 DEBUG storage.ui: partition sdb1 (175): 0 >23:29:13,811 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b985f990> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe4d50> >23:29:13,811 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 175)'] from disk(s) ['sdb'] >23:29:13,812 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:13,812 DEBUG storage.ui: device sdb1 new partedPartition None >23:29:13,813 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:29:13,814 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:13,814 DEBUG storage.ui: back from removeNewPartitions >23:29:13,814 DEBUG storage.ui: extended: None >23:29:13,814 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b985f990> PedGeometry: <_ped.Geometry object at 0x7fe8b6fe4d50> >23:29:13,815 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:13,815 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe47d0> PedPartition: <_ped.Partition object at 0x7fe8b6ff4fb0> >23:29:13,816 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:13,817 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:13,818 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:13,818 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> >23:29:13,819 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:13,820 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 0 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 0 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:13,925 DEBUG storage.ui: fixing size of non-existent 200 MiB partition sda1 (187) with non-existent efi filesystem mounted at /boot/efi >23:29:13,932 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:13,938 DEBUG storage.ui: fixing size of non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv >23:29:13,945 DEBUG storage.ui: fixing size of non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv >23:29:13,952 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:13,953 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 0 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 0 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:14,063 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:14,064 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 0 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 0 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:14,175 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:14,175 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 0 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 0 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:14,284 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:14,284 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 0 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 0 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:14,395 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora ; member: sda3 ; >23:29:14,396 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >23:29:14,397 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora ; member: sdb1 ; >23:29:14,398 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >23:29:14,398 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 193 >23:29:14,399 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >23:29:14,399 INFO storage.ui: added lvmvg fedora (id 192) to device tree >23:29:14,399 INFO storage.ui: registered action: [195] create device lvmvg fedora (id 192) >23:29:14,400 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:29:14,400 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 196 >23:29:14,402 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >23:29:14,402 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >23:29:14,405 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,413 DEBUG storage.ui: vg fedora has 2085.89 GiB free >23:29:14,421 DEBUG storage.ui: Adding fedora-root/1024 MiB to fedora >23:29:14,428 INFO storage.ui: added lvmlv fedora-root (id 197) to device tree >23:29:14,428 INFO storage.ui: registered action: [199] create device lvmlv fedora-root (id 197) >23:29:14,429 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 201 >23:29:14,430 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: ext4 ; >23:29:14,430 INFO storage.ui: registered action: [200] create format ext4 filesystem mounted at / on lvmlv fedora-root (id 197) >23:29:14,432 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:29:14,432 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 202 >23:29:14,433 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >23:29:14,434 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: ext4 ; >23:29:14,437 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,445 DEBUG storage.ui: vg fedora has 2084.89 GiB free >23:29:14,452 DEBUG storage.ui: Adding fedora-home/500 MiB to fedora >23:29:14,459 INFO storage.ui: added lvmlv fedora-home (id 203) to device tree >23:29:14,460 INFO storage.ui: registered action: [205] create device lvmlv fedora-home (id 203) >23:29:14,460 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 207 >23:29:14,461 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: ext4 ; type: ext4 ; >23:29:14,461 INFO storage.ui: registered action: [206] create format ext4 filesystem mounted at /home on lvmlv fedora-home (id 203) >23:29:14,462 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >23:29:14,462 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 208 >23:29:14,463 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >23:29:14,464 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >23:29:14,467 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,477 DEBUG storage.ui: vg fedora has 2084.41 GiB free >23:29:14,484 DEBUG storage.ui: Adding fedora-swap/7936 MiB to fedora >23:29:14,491 INFO storage.ui: added lvmlv fedora-swap (id 209) to device tree >23:29:14,491 INFO storage.ui: registered action: [211] create device lvmlv fedora-swap (id 209) >23:29:14,491 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 213 >23:29:14,492 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: swap ; >23:29:14,492 INFO storage.ui: registered action: [212] create format swap on lvmlv fedora-swap (id 209) >23:29:14,493 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:29:14,502 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,509 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,517 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,525 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,493 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b9849c10) -- > name = fedora status = False kids = 3 id = 192 > parents = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 2076.65 GiB > free extents = 531623 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > LVs = ['non-existent 1024 MiB lvmlv fedora-root (197) with non-existent ext4 filesystem mounted at /', > 'non-existent 500 MiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (209) with non-existent swap']] >23:29:14,556 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,564 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,572 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,579 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,611 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,619 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,626 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,634 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,658 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,666 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,673 DEBUG storage.ui: vg fedora: 2076.65 GiB free ; lvs: ['root', 'home', 'swap'] >23:29:14,680 DEBUG storage.ui: adding request 197 to chunk 533989 on /dev/fedora >23:29:14,680 DEBUG storage.ui: adding request 203 to chunk 533989 on /dev/fedora >23:29:14,680 DEBUG storage.ui: adding request 209 to chunk 533989 on /dev/fedora >23:29:14,681 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/fedora length = 533989 size = 2085.89 GiB >remaining = 2 pool = 531608 >23:29:14,688 DEBUG storage.ui: req: LVRequest instance -- >id = 209 name = fedora-swap growable = False >base = 1985 growth = 0 max_grow = 0 >done = True >23:29:14,688 DEBUG storage.ui: req: LVRequest instance -- >id = 197 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >23:29:14,688 DEBUG storage.ui: req: LVRequest instance -- >id = 203 name = fedora-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >23:29:14,688 DEBUG storage.ui: 2 requests and 531608 (2076.59 GiB) left in chunk >23:29:14,695 DEBUG storage.ui: adding 0 (0 B) to 197 (fedora-root) >23:29:14,696 DEBUG storage.ui: new grow amount for request 197 (fedora-root) is 0 units, or 0 B >23:29:14,696 DEBUG storage.ui: adding 0 (0 B) to 203 (fedora-home) >23:29:14,696 DEBUG storage.ui: new grow amount for request 203 (fedora-home) is 0 units, or 0 B >23:29:14,697 DEBUG storage.ui: adding 531608 (2076.59 GiB) to 197 (fedora-root) >23:29:14,703 DEBUG storage.ui: taking back 519064 (2027.59 GiB) from 197 (fedora-root) >23:29:14,711 DEBUG storage.ui: new grow amount for request 197 (fedora-root) is 12544 units, or 49 GiB >23:29:14,717 DEBUG storage.ui: adding 519064 (2027.59 GiB) to 203 (fedora-home) >23:29:14,724 DEBUG storage.ui: new grow amount for request 203 (fedora-home) is 519064 units, or 2027.59 GiB >23:29:14,731 DEBUG storage.ui: trying to set lv fedora-root size to 50 GiB >23:29:14,738 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,746 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:29:14,754 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,761 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:29:14,769 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,777 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:29:14,783 DEBUG storage.ui: trying to set lv fedora-home size to 2028.08 GiB >23:29:14,791 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,799 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:29:14,806 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,814 DEBUG storage.ui: vg fedora has 60 MiB free >23:29:14,821 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:14,828 DEBUG storage.ui: vg fedora has 60 MiB free >23:29:14,872 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:14,873 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:14,881 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:14,881 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:14,882 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:14,890 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:14,901 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:14,901 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:15,042 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:15,043 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:15,180 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:15,181 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:15,293 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:15,294 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:17,237 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7fe8b4dbd910>, 0, [], {} >23:29:17,239 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:29:17,260 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,275 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,289 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,303 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,241 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b9849c10) -- > name = fedora status = False kids = 3 id = 192 > parents = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (197) with non-existent ext4 filesystem mounted at /', > 'non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (209) with non-existent swap']] >23:29:17,376 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,391 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,405 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,420 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,482 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,489 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,496 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,503 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,525 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,540 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,583 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7fe8b4dbd910>, 0, [], {} >23:29:17,586 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:29:17,606 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,621 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,635 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,650 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,588 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b9849c10) -- > name = fedora status = False kids = 3 id = 192 > parents = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (197) with non-existent ext4 filesystem mounted at /', > 'non-existent 2028.08 GiB lvmlv fedora-home (203) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (209) with non-existent swap']] >23:29:17,723 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,738 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,753 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,768 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,828 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,835 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,841 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,849 DEBUG blivet: vg fedora has 60 MiB free >23:29:17,870 DEBUG blivet: fedora size is 2085.89 GiB >23:29:17,885 DEBUG blivet: vg fedora has 60 MiB free >23:29:21,068 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: cdrom ; >23:29:21,071 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,068 DEBUG blivet: DeviceTree.getDevicesByType returned [OpticalDevice instance (0x7fe8b9861cd0) -- > name = sr0 status = True kids = 0 id = 16 > parents = [] > uuid = None size = 1395.59 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: HL-DT-ST BDDVDRW CH10LS28 path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 714544 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: True > hardwareGeometry: (44, 255, 63) biosGeometry: (44, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180dd0> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = iso9660] >23:29:21,097 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,121 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,141 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,139 INFO blivet: updating format of device: existing 1395.59 MiB cdrom sr0 (16) with existing iso9660 filesystem >23:29:21,166 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,191 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,210 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:21,229 DEBUG blivet: notifying kernel of 'change' event on device /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sr0 >23:29:23,988 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >23:29:23,992 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >23:29:24,007 DEBUG blivet: no type or existing type for sr0, bailing >23:29:32,646 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:32,647 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:32,811 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:32,812 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:45,901 INFO storage.ui: removed lvmlv fedora-home (id 203) from device tree >23:29:45,903 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: fedora ; >23:29:45,903 INFO storage.ui: registered action: [214] destroy device lvmlv fedora-home (id 203) >23:29:45,904 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7fe8b4dbd910>, 0, ['sda', 'sdb'], {'container_raid_level': None, 'container_encrypted': False, 'container_size': 0, 'container_name': 'fedora'} >23:29:45,906 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >23:29:45,906 DEBUG storage.ui: starting Blivet copy >23:29:45,948 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:45,949 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57410) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5e890) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57090) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5ecd0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:46,099 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:29:46,100 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,108 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:29:46,109 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:29:46,117 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:46,117 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c64650> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7510> PedPartition: <_ped.Partition object at 0x7fe8b3c6a470> >23:29:46,119 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:29:46,119 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,127 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:29:46,128 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:29:46,135 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:46,135 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c64650> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7710> PedPartition: <_ped.Partition object at 0x7fe8b3bde2f0> >23:29:46,137 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:29:46,138 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,145 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:46,145 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c64650> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7890> PedPartition: <_ped.Partition object at 0x7fe8b3bde350> >23:29:46,146 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:29:46,147 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:29:46,154 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:46,154 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c62150> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7b90> PedPartition: <_ped.Partition object at 0x7fe8b3bde290> >23:29:46,155 DEBUG storage.ui: finished Blivet copy >23:29:46,156 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:29:46,165 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,172 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,178 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,186 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,157 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b9849c10) -- > name = fedora status = False kids = 2 id = 192 > parents = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 2028.14 GiB > free extents = 519204 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (197) with non-existent ext4 filesystem mounted at /', > 'non-existent 7936 MiB lvmlv fedora-swap (209) with non-existent swap']] >23:29:46,213 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,220 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,227 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,234 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,262 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,269 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,276 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,283 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,303 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:29:46,312 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,319 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,326 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,333 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,304 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b9849c10) -- > name = fedora status = False kids = 2 id = 192 > parents = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 2028.14 GiB > free extents = 519204 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (169) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (175) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (197) with non-existent ext4 filesystem mounted at /', > 'non-existent 7936 MiB lvmlv fedora-swap (209) with non-existent swap']] >23:29:46,360 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,368 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,374 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,381 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,409 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,416 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,423 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,430 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,450 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,457 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,464 DEBUG storage.ui: size bumped to 57.76 GiB to include new device space >23:29:46,470 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >23:29:46,470 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x7fe8b4dbd910>, Size('57.76 GiB'), [DiskDevice instance (0x7fe8b702cad0) -- > name = sda status = True kids = 3 id = 1 > 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/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST2000DM001-9YN1 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdca7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b702ce50>, DiskDevice instance (0x7fe8b9861f90) -- > name = sdb status = True kids = 1 id = 21 > parents = [] > uuid = None size = 223.57 GiB > format = non-existent gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MKNSSDCR240GB path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 468862128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (29185, 255, 63) biosGeometry: (29185, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180d40> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b9861d10>]] >23:29:46,495 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >23:29:46,495 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x7fe8bcc3ca10> ; >23:29:46,495 DEBUG storage.ui: parent factory container: non-existent 2085.89 GiB lvmvg fedora (192) >23:29:46,503 DEBUG storage.ui: members: ['sda3', 'sdb1'] >23:29:46,503 DEBUG storage.ui: add_disks: [] >23:29:46,503 DEBUG storage.ui: remove_disks: [] >23:29:46,504 DEBUG storage.ui: LVMPhysicalVolume.__init__: >23:29:46,504 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 325 >23:29:46,505 DEBUG storage.ui: fedora size is 2085.89 GiB >23:29:46,512 DEBUG storage.ui: vg fedora has 2028.14 GiB free >23:29:46,518 DEBUG storage.ui: size bumped to 57.76 GiB to include new device space >23:29:46,525 DEBUG storage.ui: adding a TotalSizeSet with size 57.76 GiB >23:29:46,531 DEBUG storage.ui: set.allocated = 16777216 >23:29:46,532 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >23:29:46,533 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >23:29:46,534 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:46,534 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = True max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:46,653 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:46,654 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = True max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:46,773 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:46,773 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) 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.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7110> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = True max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7050> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4ad0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:46,892 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 187)', 'sda2(id 181)', 'sda3(id 169)', 'sdb1(id 175)'] from disk(s) ['sda', 'sdb'] >23:29:46,893 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:46,893 DEBUG storage.ui: device sda1 new partedPartition None >23:29:46,893 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:29:46,894 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:29:46,895 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:46,895 DEBUG storage.ui: device sda2 new partedPartition None >23:29:46,896 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:29:46,897 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:29:46,898 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:46,898 DEBUG storage.ui: device sda3 new partedPartition None >23:29:46,899 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:29:46,900 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:46,900 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:46,900 DEBUG storage.ui: device sdb1 new partedPartition None >23:29:46,901 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:29:46,902 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:46,902 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req3(id 187)', 'req2(id 181)', 'req0(id 169)', 'req1(id 175)'] >23:29:46,903 DEBUG storage.ui: removing all non-preexisting partitions ['req3(id 187)', 'req2(id 181)', 'req0(id 169)', 'req1(id 175)'] from disk(s) ['sda', 'sdb'] >23:29:46,903 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,904 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,911 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:46,912 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,913 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,920 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:46,921 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,921 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,928 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:46,929 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,930 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,937 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:46,937 DEBUG storage.ui: allocating partition: req3 ; id: 187 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 200 MiB ; grow: False ; max_size: 200 MiB ; start: None ; end: None >23:29:46,949 DEBUG storage.ui: checking freespace on sda >23:29:46,949 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=200 MiB boot=True best=None grow=False start=None >23:29:46,956 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >23:29:46,963 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >23:29:46,969 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:46,969 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >23:29:46,976 DEBUG storage.ui: new free allows for 0 sectors of growth >23:29:46,976 DEBUG storage.ui: found free space for bootable request >23:29:46,976 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:46,976 DEBUG storage.ui: created partition sda1 of 200 MiB and added it to /dev/sda >23:29:46,983 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >23:29:46,983 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4150> PedPartition: <_ped.Partition object at 0x7fe8b6ff4f50> >23:29:46,985 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:29:46,986 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:46,987 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:46,987 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4b90> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> >23:29:46,989 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,989 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:46,996 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:46,997 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:46,998 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,005 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,006 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,006 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,013 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,014 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,015 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,022 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,022 DEBUG storage.ui: allocating partition: req2 ; id: 181 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >23:29:47,028 DEBUG storage.ui: checking freespace on sda >23:29:47,028 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >23:29:47,035 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:29:47,041 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:29:47,048 DEBUG storage.ui: checking 411648-3907029134 (1862.82 GiB) >23:29:47,054 DEBUG storage.ui: current free range is 411648-3907029134 (1862.82 GiB) >23:29:47,061 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:47,061 DEBUG storage.ui: new free: 411648-3907029134 / 1862.82 GiB >23:29:47,068 DEBUG storage.ui: new free allows for 0 sectors of growth >23:29:47,068 DEBUG storage.ui: found free space for bootable request >23:29:47,068 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >23:29:47,075 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >23:29:47,075 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7a90> PedPartition: <_ped.Partition object at 0x7fe8b6fe94d0> >23:29:47,077 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:29:47,078 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:29:47,079 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:47,079 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be73d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> >23:29:47,080 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,081 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,088 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,089 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,090 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,096 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,097 DEBUG storage.ui: allocating partition: req0 ; id: 169 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8192 KiB ; grow: True ; max_size: 57.76 GiB ; start: None ; end: None >23:29:47,109 DEBUG storage.ui: checking freespace on sda >23:29:47,109 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8192 KiB boot=False best=None grow=True start=None >23:29:47,116 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:29:47,122 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:29:47,129 DEBUG storage.ui: checking 1435648-3907029134 (1862.33 GiB) >23:29:47,135 DEBUG storage.ui: current free range is 1435648-3907029134 (1862.33 GiB) >23:29:47,142 DEBUG storage.ui: evaluating growth potential for new layout >23:29:47,142 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:47,142 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:47,142 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:29:47,143 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:47,144 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:47,144 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6250> PedPartition: <_ped.Partition object at 0x7fe8b6fe9530> >23:29:47,145 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:47,146 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:47,146 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,146 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,146 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,147 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:47,147 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = False >base = 409600 growth = 0 max_grow = 0 >done = True >23:29:47,147 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:47,147 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 121116672 >done = False >23:29:47,147 DEBUG storage.ui: 1 requests and 3905579117 (1862.33 GiB) left in chunk >23:29:47,154 DEBUG storage.ui: adding 3905579117 (1862.33 GiB) to 169 (sda3) >23:29:47,160 DEBUG storage.ui: taking back 3784462445 (1804.57 GiB) from 169 (sda3) >23:29:47,167 DEBUG storage.ui: new grow amount for request 169 (sda3) is 121116672 units, or 57.75 GiB >23:29:47,173 DEBUG storage.ui: request 187 (sda1) growth: 0 (0 B) size: 200 MiB >23:29:47,180 DEBUG storage.ui: request 181 (sda2) growth: 0 (0 B) size: 500 MiB >23:29:47,186 DEBUG storage.ui: request 169 (sda3) growth: 121116672 (57.75 GiB) size: 57.76 GiB >23:29:47,199 DEBUG storage.ui: disk /dev/sda growth: 121116672 (57.75 GiB) >23:29:47,206 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:47,206 DEBUG storage.ui: device sda3 new partedPartition None >23:29:47,207 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:29:47,208 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:29:47,208 DEBUG storage.ui: total growth: 121116672 sectors >23:29:47,208 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:29:47,208 DEBUG storage.ui: new free: 1435648-3907029134 / 1862.33 GiB >23:29:47,215 DEBUG storage.ui: new free allows for 121116672 sectors of growth >23:29:47,215 DEBUG storage.ui: created partition sda3 of 8192 KiB and added it to /dev/sda >23:29:47,222 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:47,222 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7a50> PedPartition: <_ped.Partition object at 0x7fe8b6fe9830> >23:29:47,223 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:47,224 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:47,225 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:47,225 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6210> PedPartition: <_ped.Partition object at 0x7fe8b6fe9470> >23:29:47,226 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,227 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,234 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,235 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:29:47,236 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:29:47,242 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:29:47,242 DEBUG storage.ui: allocating partition: req1 ; id: 175 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8192 KiB ; grow: True ; max_size: 57.76 GiB ; start: None ; end: None >23:29:47,255 DEBUG storage.ui: checking freespace on sdb >23:29:47,256 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8192 KiB boot=False best=None grow=True start=None >23:29:47,262 DEBUG storage.ui: checking 34-468862094 (223.57 GiB) >23:29:47,268 DEBUG storage.ui: current free range is 34-468862094 (223.57 GiB) >23:29:47,275 DEBUG storage.ui: evaluating growth potential for new layout >23:29:47,275 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:29:47,275 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:47,276 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:47,276 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc60d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9350> >23:29:47,278 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:47,279 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:47,279 DEBUG storage.ui: adding request 175 to chunk 468862061 (34-468862094) on /dev/sdb >23:29:47,279 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:47,279 DEBUG storage.ui: req: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 121116672 >done = False >23:29:47,279 DEBUG storage.ui: 1 requests and 468845677 (223.56 GiB) left in chunk >23:29:47,286 DEBUG storage.ui: adding 468845677 (223.56 GiB) to 175 (sdb1) >23:29:47,292 DEBUG storage.ui: taking back 347729005 (165.81 GiB) from 175 (sdb1) >23:29:47,299 DEBUG storage.ui: new grow amount for request 175 (sdb1) is 121116672 units, or 57.75 GiB >23:29:47,305 DEBUG storage.ui: request 175 (sdb1) growth: 121116672 (57.75 GiB) size: 57.76 GiB >23:29:47,318 DEBUG storage.ui: disk /dev/sdb growth: 121116672 (57.75 GiB) >23:29:47,324 DEBUG storage.ui: calculating growth for disk /dev/sda >23:29:47,324 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,324 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,325 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,325 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:47,325 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = False >base = 409600 growth = 0 max_grow = 0 >done = True >23:29:47,325 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:47,325 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 121116672 >done = False >23:29:47,325 DEBUG storage.ui: 1 requests and 3905579117 (1862.33 GiB) left in chunk >23:29:47,332 DEBUG storage.ui: adding 3905579117 (1862.33 GiB) to 169 (sda3) >23:29:47,338 DEBUG storage.ui: taking back 3784462445 (1804.57 GiB) from 169 (sda3) >23:29:47,345 DEBUG storage.ui: new grow amount for request 169 (sda3) is 121116672 units, or 57.75 GiB >23:29:47,351 DEBUG storage.ui: request 187 (sda1) growth: 0 (0 B) size: 200 MiB >23:29:47,358 DEBUG storage.ui: request 181 (sda2) growth: 0 (0 B) size: 500 MiB >23:29:47,364 DEBUG storage.ui: request 169 (sda3) growth: 121116672 (57.75 GiB) size: 57.76 GiB >23:29:47,377 DEBUG storage.ui: disk /dev/sda growth: 121116672 (57.75 GiB) >23:29:47,384 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:47,384 DEBUG storage.ui: device sdb1 new partedPartition None >23:29:47,385 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:29:47,386 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:47,386 DEBUG storage.ui: total growth: 242233344 sectors >23:29:47,386 DEBUG storage.ui: updating use_disk to sdb, type: 0 >23:29:47,386 DEBUG storage.ui: new free: 34-468862094 / 223.57 GiB >23:29:47,393 DEBUG storage.ui: new free allows for 242233344 sectors of growth >23:29:47,393 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:29:47,393 DEBUG storage.ui: created partition sdb1 of 8192 KiB and added it to /dev/sdb >23:29:47,400 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:47,400 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6150> PedPartition: <_ped.Partition object at 0x7fe8b6fe9290> >23:29:47,402 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:47,403 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:47,404 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:47,404 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6410> PedPartition: <_ped.Partition object at 0x7fe8b3c53fb0> >23:29:47,405 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda1(id 187)', 'sda2(id 181)', 'sda3(id 169)', 'sdb1(id 175)'] >23:29:47,405 DEBUG storage.ui: growable partitions are ['sda3', 'sdb1'] >23:29:47,405 DEBUG storage.ui: adding request 187 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,405 DEBUG storage.ui: adding request 181 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,405 DEBUG storage.ui: adding request 169 to chunk 3907029101 (34-3907029134) on /dev/sda >23:29:47,405 DEBUG storage.ui: disk sda has 1 chunks >23:29:47,406 DEBUG storage.ui: adding request 175 to chunk 468862061 (34-468862094) on /dev/sdb >23:29:47,406 DEBUG storage.ui: disk sdb has 1 chunks >23:29:47,406 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:29:47,406 DEBUG storage.ui: req: PartitionRequest instance -- >id = 187 name = sda1 growable = False >base = 409600 growth = 0 max_grow = 0 >done = True >23:29:47,406 DEBUG storage.ui: req: PartitionRequest instance -- >id = 181 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:29:47,406 DEBUG storage.ui: req: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 121116672 >done = False >23:29:47,406 DEBUG storage.ui: 1 requests and 3905579117 (1862.33 GiB) left in chunk >23:29:47,413 DEBUG storage.ui: adding 3905579117 (1862.33 GiB) to 169 (sda3) >23:29:47,419 DEBUG storage.ui: taking back 3784462445 (1804.57 GiB) from 169 (sda3) >23:29:47,426 DEBUG storage.ui: new grow amount for request 169 (sda3) is 121116672 units, or 57.75 GiB >23:29:47,432 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:29:47,433 DEBUG storage.ui: req: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 16384 growth = 0 max_grow = 121116672 >done = False >23:29:47,433 DEBUG storage.ui: 1 requests and 468845677 (223.56 GiB) left in chunk >23:29:47,439 DEBUG storage.ui: adding 468845677 (223.56 GiB) to 175 (sdb1) >23:29:47,445 DEBUG storage.ui: taking back 347729005 (165.81 GiB) from 175 (sdb1) >23:29:47,452 DEBUG storage.ui: new grow amount for request 175 (sdb1) is 121116672 units, or 57.75 GiB >23:29:47,458 DEBUG storage.ui: set: ['sda3', 'sdb1'] 16777216/62020124672 >23:29:47,458 DEBUG storage.ui: allocating 62011736064 to TotalSizeSet with 16777216/62020124672 (62003347456 needed) >23:29:47,458 DEBUG storage.ui: allocating 62011736064 to TotalSizeSet with 62028513280/62020124672 (-8388608 needed) >23:29:47,459 DEBUG storage.ui: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 121116672 max_grow = 121116672 >done = True >23:29:47,459 DEBUG storage.ui: needed: -62020124672 >23:29:47,459 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 121116672 max_grow = 121116672 >done = True 60566528 (28.88 GiB) >23:29:47,465 DEBUG storage.ui: deallocating 31010062336 from TotalSizeSet with 124040249344/62020124672 (-62020124672 needed) >23:29:47,465 DEBUG storage.ui: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 16384 growth = 121116672 max_grow = 121116672 >done = True >23:29:47,466 DEBUG storage.ui: needed: -31010062336 >23:29:47,466 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 16384 growth = 121116672 max_grow = 121116672 >done = True 60566528 (28.88 GiB) >23:29:47,472 DEBUG storage.ui: deallocating 31010062336 from TotalSizeSet with 93030187008/62020124672 (-31010062336 needed) >23:29:47,472 DEBUG storage.ui: set: ['sda3', 'sdb1'] 62020124672/62020124672 >23:29:47,472 DEBUG storage.ui: allocating 0 to TotalSizeSet with 62020124672/62020124672 (0 needed) >23:29:47,473 DEBUG storage.ui: allocating 0 to TotalSizeSet with 62020124672/62020124672 (0 needed) >23:29:47,473 DEBUG storage.ui: PartitionRequest instance -- >id = 169 name = sda3 growable = True >base = 16384 growth = 60550144 max_grow = 121116672 >done = True >23:29:47,473 DEBUG storage.ui: needed: 0 >23:29:47,473 DEBUG storage.ui: PartitionRequest instance -- >id = 175 name = sdb1 growable = True >base = 16384 growth = 60550144 max_grow = 121116672 >done = True >23:29:47,473 DEBUG storage.ui: needed: 0 >23:29:47,473 DEBUG storage.ui: growing partitions on sda >23:29:47,473 DEBUG storage.ui: partition sda1 (187): 0 >23:29:47,474 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc64d0> >23:29:47,474 DEBUG storage.ui: partition sda2 (181): 0 >23:29:47,474 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc6790> >23:29:47,474 DEBUG storage.ui: partition sda3 (169): 0 >23:29:47,474 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1435648 end: 62001151 length: 60565504 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc6910> >23:29:47,474 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 187)', 'sda2(id 181)', 'sda3(id 169)'] from disk(s) ['sda'] >23:29:47,475 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:47,475 DEBUG storage.ui: device sda1 new partedPartition None >23:29:47,476 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:29:47,477 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:29:47,478 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:47,478 DEBUG storage.ui: device sda2 new partedPartition None >23:29:47,479 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:29:47,480 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:29:47,481 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:47,481 DEBUG storage.ui: device sda3 new partedPartition None >23:29:47,482 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:29:47,483 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:29:47,483 DEBUG storage.ui: back from removeNewPartitions >23:29:47,483 DEBUG storage.ui: extended: None >23:29:47,483 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc64d0> >23:29:47,484 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >23:29:47,484 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be73d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9770> >23:29:47,485 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:29:47,486 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:29:47,487 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:29:47,487 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> >23:29:47,488 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc6790> >23:29:47,489 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >23:29:47,489 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7cd0> PedPartition: <_ped.Partition object at 0x7fe8b3bde3b0> >23:29:47,491 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:29:47,491 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:29:47,492 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:29:47,493 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> >23:29:47,493 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1435648 end: 62001151 length: 60565504 > device: <parted.device.Device object at 0x7fe8b7081d90> PedGeometry: <_ped.Geometry object at 0x7fe8b3bc6910> >23:29:47,494 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >23:29:47,494 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe7dd0> PedPartition: <_ped.Partition object at 0x7fe8b3bde110> >23:29:47,495 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:29:47,496 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:29:47,497 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:29:47,497 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> >23:29:47,498 DEBUG storage.ui: growing partitions on sdb >23:29:47,498 DEBUG storage.ui: partition sdb1 (175): 0 >23:29:47,498 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 60567551 length: 60565504 > device: <parted.device.Device object at 0x7fe8b985f990> PedGeometry: <_ped.Geometry object at 0x7fe8b3be7350> >23:29:47,498 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 175)'] from disk(s) ['sdb'] >23:29:47,499 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:47,499 DEBUG storage.ui: device sdb1 new partedPartition None >23:29:47,500 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:29:47,501 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:29:47,501 DEBUG storage.ui: back from removeNewPartitions >23:29:47,501 DEBUG storage.ui: extended: None >23:29:47,501 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 60567551 length: 60565504 > device: <parted.device.Device object at 0x7fe8b985f990> PedGeometry: <_ped.Geometry object at 0x7fe8b3be7350> >23:29:47,502 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >23:29:47,502 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe46d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9830> >23:29:47,504 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:29:47,505 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:29:47,505 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:29:47,506 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> >23:29:47,507 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:47,508 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = True max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:47,626 DEBUG storage.ui: fixing size of non-existent 200 MiB partition sda1 (187) with non-existent efi filesystem mounted at /boot/efi >23:29:47,632 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:29:47,639 DEBUG storage.ui: fixing size of non-existent 28.88 GiB partition sda3 (169) with non-existent lvmpv >23:29:47,645 DEBUG storage.ui: fixing size of non-existent 28.88 GiB partition sdb1 (175) with non-existent lvmpv >23:29:47,653 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:47,653 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:47,772 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:47,773 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:47,891 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:47,892 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:48,010 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:48,011 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:48,129 DEBUG storage.ui: new member set: ['sda3', 'sdb1'] >23:29:48,129 DEBUG storage.ui: old member set: ['sda3', 'sdb1'] >23:29:48,130 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:48,131 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:48,250 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:48,251 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:48,378 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:48,379 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:48,518 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:29:48,519 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:29:51,688 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance with object id 326 >23:29:51,689 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance with object id 327 >23:29:51,689 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance with object id 328 >23:30:00,538 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:00,540 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:00,731 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:00,732 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:08,146 INFO blivet: removing obsolete action 205 (214) >23:30:08,146 INFO blivet: removing obsolete action 206 (214) >23:30:08,146 INFO blivet: removing obsolete action 214 (214) >23:30:08,146 DEBUG blivet: action 206 already pruned >23:30:08,146 DEBUG blivet: action 205 already pruned >23:30:11,280 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:11,281 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:11,475 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:11,476 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:11,601 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sdb ; incomplete: False ; >23:30:11,602 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:11,609 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >23:30:11,609 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:11,617 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:11,618 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:11,736 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:11,737 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:18,423 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:18,424 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:18,616 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:18,617 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:18,759 INFO blivet: Detected 7936 MiB of memory >23:30:18,768 INFO blivet: Swap attempt of 7936 MiB >23:30:18,784 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:18,785 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:18,904 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:18,905 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b952bad0) -- > name = sda3 status = False kids = 1 id = 169 > parents = ['existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel'] > uuid = None size = 28.88 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 = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985b250> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6b50> PedPartition: <_ped.Partition object at 0x7fe8b3bde0b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 62001151 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b70811d0) -- > name = sdb1 status = False kids = 1 id = 175 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 28.88 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 57.76 GiB bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b985fd50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc6710> PedPartition: <_ped.Partition object at 0x7fe8b6ff4ef0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 60567551 length = 60565504 > flags = , PartitionDevice instance (0x7fe8b6fe4190) -- > name = sda2 status = False kids = 0 id = 181 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4990> PedPartition: <_ped.Partition object at 0x7fe8b6fe9230> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b6fe41d0) -- > name = sda1 status = False kids = 0 id = 187 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b985b250> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b6fe4e10> PedPartition: <_ped.Partition object at 0x7fe8b6fe93b0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:19,058 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:19,059 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,454 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,455 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,466 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,467 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,478 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,479 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,489 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 169 ; incomplete: False ; >23:30:20,490 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 28.88 GiB partition sda3 (169) with non-existent lvmpv >23:30:20,500 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 181 ; incomplete: False ; >23:30:20,501 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:30:20,510 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 187 ; incomplete: False ; >23:30:20,511 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 200 MiB partition sda1 (187) with non-existent efi filesystem mounted at /boot/efi >23:30:20,520 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,521 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,530 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,531 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,539 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 175 ; incomplete: False ; >23:30:20,540 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 28.88 GiB partition sdb1 (175) with non-existent lvmpv >23:30:20,548 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,549 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,560 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,560 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,568 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,569 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,577 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,577 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,585 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,586 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,593 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 169 ; incomplete: False ; >23:30:20,594 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 28.88 GiB partition sda3 (169) with non-existent lvmpv >23:30:20,601 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 181 ; incomplete: False ; >23:30:20,602 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 500 MiB partition sda2 (181) with non-existent ext4 filesystem mounted at /boot >23:30:20,609 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 187 ; incomplete: False ; >23:30:20,610 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 200 MiB partition sda1 (187) with non-existent efi filesystem mounted at /boot/efi >23:30:20,617 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:20,618 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:20,625 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,626 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,633 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 175 ; incomplete: False ; >23:30:20,634 DEBUG blivet: DeviceTree.getDeviceByID returned non-existent 28.88 GiB partition sdb1 (175) with non-existent lvmpv >23:30:20,641 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,642 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:20,651 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:20,652 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:21,320 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:21,321 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,334 DEBUG blivet: removing sda >23:30:21,335 DEBUG blivet: devices to remove: ['fedora-swap', 'fedora-root', 'fedora', 'sda1', 'sda2', 'sda3'] >23:30:21,335 DEBUG blivet: leaves to remove: ['fedora-swap', 'fedora-root', 'sda1', 'sda2'] >23:30:21,335 INFO blivet: removed lvmlv fedora-swap (id 209) from device tree >23:30:21,337 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >23:30:21,337 INFO blivet: registered action: [329] destroy device lvmlv fedora-swap (id 209) >23:30:21,337 INFO blivet: removed lvmlv fedora-root (id 197) from device tree >23:30:21,339 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora ; >23:30:21,339 INFO blivet: registered action: [330] destroy device lvmlv fedora-root (id 197) >23:30:21,339 INFO blivet: removed partition sda1 (id 187) from device tree >23:30:21,341 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:21,341 INFO blivet: registered action: [331] destroy device partition sda1 (id 187) >23:30:21,342 INFO blivet: removed partition sda2 (id 181) from device tree >23:30:21,343 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:21,343 INFO blivet: registered action: [332] destroy device partition sda2 (id 181) >23:30:21,344 DEBUG blivet: devices to remove: ['fedora', 'sda3'] >23:30:21,346 DEBUG blivet: leaves to remove: ['fedora'] >23:30:21,347 INFO blivet: removed lvmvg fedora (id 192) from device tree >23:30:21,348 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sda3 ; >23:30:21,349 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >23:30:21,349 INFO blivet: registered action: [333] destroy device lvmvg fedora (id 192) >23:30:21,350 DEBUG blivet: devices to remove: ['sda3'] >23:30:21,350 DEBUG blivet: leaves to remove: ['sda3'] >23:30:21,350 INFO blivet: removed partition sda3 (id 169) from device tree >23:30:21,351 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:21,352 INFO blivet: registered action: [334] destroy device partition sda3 (id 169) >23:30:21,352 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 336 >23:30:21,353 DEBUG blivet: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >23:30:21,353 INFO blivet: registered action: [335] destroy format gpt disklabel on disk sda (id 1) >23:30:21,355 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 169 ; incomplete: False ; >23:30:21,356 DEBUG blivet: DeviceTree.getDeviceByID returned None >23:30:21,357 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 181 ; incomplete: False ; >23:30:21,358 DEBUG blivet: DeviceTree.getDeviceByID returned None >23:30:21,359 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 187 ; incomplete: False ; >23:30:21,359 DEBUG blivet: DeviceTree.getDeviceByID returned None >23:30:21,361 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:30:21,361 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) >23:30:21,373 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:21,374 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:21,385 DEBUG blivet: removing sdb >23:30:21,385 DEBUG blivet: devices to remove: ['sdb1'] >23:30:21,385 DEBUG blivet: leaves to remove: ['sdb1'] >23:30:21,385 INFO blivet: removed partition sdb1 (id 175) from device tree >23:30:21,386 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:21,387 INFO blivet: registered action: [337] destroy device partition sdb1 (id 175) >23:30:21,387 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 339 >23:30:21,388 DEBUG blivet: DiskDevice._setFormat: sdb ; current: disklabel ; type: None ; >23:30:21,388 INFO blivet: registered action: [338] destroy format gpt disklabel on disk sdb (id 21) >23:30:21,389 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 175 ; incomplete: False ; >23:30:21,390 DEBUG blivet: DeviceTree.getDeviceByID returned None >23:30:21,391 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:30:21,392 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) >23:30:21,409 INFO blivet: Detected 7936 MiB of memory >23:30:21,421 INFO blivet: Swap attempt of 7936 MiB >23:30:21,435 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:21,437 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:21,438 DEBUG blivet: clearpart: initializing sda >23:30:21,438 DEBUG blivet: removing sda >23:30:21,438 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 341 >23:30:21,439 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >23:30:21,439 INFO blivet: registered action: [340] destroy format None on disk sda (id 1) >23:30:21,440 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 343 >23:30:21,440 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >23:30:21,441 INFO blivet: registered action: [342] destroy format None on disk sda (id 1) >23:30:21,441 DEBUG blivet: required disklabel type for sda (1) is None >23:30:21,441 DEBUG blivet: default disklabel type for sda is gpt >23:30:21,441 DEBUG blivet: selecting gpt disklabel for sda based on size >23:30:21,442 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: gpt ; >23:30:21,443 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: gpt ; >23:30:21,444 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7fe8b3c87dd0> > PedDisk: <_ped.Disk object at 0x7fe8b3be5b90> >23:30:21,444 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 344 >23:30:21,445 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >23:30:21,445 INFO blivet: registered action: [345] create format gpt disklabel on disk sda (id 1) >23:30:21,445 DEBUG blivet: clearpart: initializing sdb >23:30:21,446 DEBUG blivet: removing sdb >23:30:21,446 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 347 >23:30:21,447 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >23:30:21,447 INFO blivet: registered action: [346] destroy format None on disk sdb (id 21) >23:30:21,447 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 349 >23:30:21,448 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >23:30:21,448 INFO blivet: registered action: [348] destroy format None on disk sdb (id 21) >23:30:21,448 DEBUG blivet: required disklabel type for sdb (1) is None >23:30:21,448 DEBUG blivet: default disklabel type for sdb is gpt >23:30:21,449 DEBUG blivet: selecting gpt disklabel for sdb based on size >23:30:21,449 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: gpt ; >23:30:21,450 DEBUG blivet: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: gpt ; >23:30:21,451 DEBUG blivet: Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7fe8b3c86750> > PedDisk: <_ped.Disk object at 0x7fe8b3cadc20> >23:30:21,451 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 350 >23:30:21,452 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >23:30:21,452 INFO blivet: registered action: [351] create format gpt disklabel on disk sdb (id 21) >23:30:21,498 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,498 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,509 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,510 INFO blivet: Detected 7936 MiB of memory >23:30:21,522 INFO blivet: Swap attempt of 7936 MiB >23:30:21,537 DEBUG blivet: doAutoPart: True >23:30:21,537 DEBUG blivet: encryptedAutoPart: False >23:30:21,537 DEBUG blivet: autoPartType: 2 >23:30:21,537 DEBUG blivet: clearPartType: 2 >23:30:21,537 DEBUG blivet: clearPartDisks: ['sdb', 'sda'] >23:30:21,553 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x7fe8b3c87f90) -- > 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 (0x7fe8b3c87e90) -- > 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 (0x7fe8b3c87f50) -- > 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 (0x7fe8b3c87f10) -- > 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 (0x7fe8b3c87e10) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7936 MiB maxSize = None grow = False > >23:30:21,554 DEBUG blivet: storage.disks: ['sda', 'sdb'] >23:30:21,554 DEBUG blivet: storage.partitioned: ['sda', 'sdb'] >23:30:21,554 DEBUG blivet: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sr0'] >23:30:21,555 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,555 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,562 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,562 DEBUG blivet: boot disk: sda >23:30:21,564 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >23:30:21,564 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 352 >23:30:21,565 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:21,565 DEBUG blivet: PartitionDevice._setFormat: req0 ; >23:30:21,566 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >23:30:21,567 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:21,567 INFO blivet: added partition req0 (id 353) to device tree >23:30:21,567 INFO blivet: registered action: [355] create device partition req0 (id 353) >23:30:21,567 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 357 >23:30:21,568 DEBUG blivet: PartitionDevice._setFormat: req0 ; >23:30:21,569 DEBUG blivet: PartitionDevice._setFormat: req0 ; current: lvmpv ; type: lvmpv ; >23:30:21,569 INFO blivet: registered action: [356] create format lvmpv on partition req0 (id 353) >23:30:21,569 DEBUG blivet: LVMPhysicalVolume.__init__: mountpoint: None ; >23:30:21,569 DEBUG blivet: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 358 >23:30:21,570 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:21,571 DEBUG blivet: PartitionDevice._setFormat: req1 ; >23:30:21,572 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >23:30:21,572 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:21,572 INFO blivet: added partition req1 (id 359) to device tree >23:30:21,572 INFO blivet: registered action: [361] create device partition req1 (id 359) >23:30:21,573 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 363 >23:30:21,573 DEBUG blivet: PartitionDevice._setFormat: req1 ; >23:30:21,574 DEBUG blivet: PartitionDevice._setFormat: req1 ; current: lvmpv ; type: lvmpv ; >23:30:21,574 INFO blivet: registered action: [362] create format lvmpv on partition req1 (id 359) >23:30:21,574 DEBUG blivet: candidate disks: [DiskDevice instance (0x7fe8b702cad0) -- > name = sda status = True kids = 0 id = 1 > 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/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST2000DM001-9YN1 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdca7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b702ce50>, DiskDevice instance (0x7fe8b9861f90) -- > name = sdb status = True kids = 0 id = 21 > parents = [] > uuid = None size = 223.57 GiB > format = non-existent gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MKNSSDCR240GB path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 468862128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (29185, 255, 63) biosGeometry: (29185, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180d40> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b9861d10>] >23:30:21,593 DEBUG blivet: devs: [PartitionDevice instance (0x7fe8bcda5a10) -- > name = req0 status = False kids = 0 id = 353 > 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 (0x7fe8b3cabd50) -- > name = req1 status = False kids = 0 id = 359 > 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/req1 > 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 >] >23:30:21,608 DEBUG blivet: Ext4FS.supported: supported: True ; >23:30:21,609 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 364 >23:30:21,609 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:21,610 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:21,611 DEBUG blivet: PartitionDevice._setFormat: req2 ; >23:30:21,611 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >23:30:21,612 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:21,613 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:21,613 INFO blivet: added partition req2 (id 365) to device tree >23:30:21,613 INFO blivet: registered action: [367] create device partition req2 (id 365) >23:30:21,613 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 369 >23:30:21,614 DEBUG blivet: PartitionDevice._setFormat: req2 ; >23:30:21,614 DEBUG blivet: PartitionDevice._setFormat: req2 ; current: ext4 ; type: ext4 ; >23:30:21,614 INFO blivet: registered action: [368] create format ext4 filesystem mounted at /boot on partition req2 (id 365) >23:30:21,615 DEBUG blivet: getFormat('efi') returning EFIFS instance with object id 370 >23:30:21,615 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:21,616 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:21,617 DEBUG blivet: PartitionDevice._setFormat: req3 ; >23:30:21,617 DEBUG blivet: PartitionDevice._setFormat: req3 ; current: None ; type: efi ; >23:30:21,618 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:21,619 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:21,619 INFO blivet: added partition req3 (id 371) to device tree >23:30:21,619 INFO blivet: registered action: [373] create device partition req3 (id 371) >23:30:21,619 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 375 >23:30:21,620 DEBUG blivet: PartitionDevice._setFormat: req3 ; >23:30:21,620 DEBUG blivet: PartitionDevice._setFormat: req3 ; current: efi ; type: efi ; >23:30:21,621 INFO blivet: registered action: [374] create format efi filesystem mounted at /boot/efi on partition req3 (id 371) >23:30:21,621 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >23:30:21,622 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >23:30:21,623 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:21,623 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = req0 status = False kids = 0 id = 353 > 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 (0x7fe8b3cabd50) -- > name = req1 status = False kids = 0 id = 359 > 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/req1 > 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 (0x7fe8b3c621d0) -- > name = req2 status = False kids = 0 id = 365 > 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/req2 > 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 (0x7fe8b3c86210) -- > name = req3 status = False kids = 0 id = 371 > 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/req3 > 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 >] >23:30:21,669 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:21,670 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = req0 status = False kids = 0 id = 353 > 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 (0x7fe8b3cabd50) -- > name = req1 status = False kids = 0 id = 359 > 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/req1 > 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 (0x7fe8b3c621d0) -- > name = req2 status = False kids = 0 id = 365 > 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/req2 > 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 (0x7fe8b3c86210) -- > name = req3 status = False kids = 0 id = 371 > 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/req3 > 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 >] >23:30:21,715 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:21,716 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = req0 status = False kids = 0 id = 353 > 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 (0x7fe8b3cabd50) -- > name = req1 status = False kids = 0 id = 359 > 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/req1 > 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 (0x7fe8b3c621d0) -- > name = req2 status = False kids = 0 id = 365 > 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/req2 > 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 (0x7fe8b3c86210) -- > name = req3 status = False kids = 0 id = 371 > 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/req3 > 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 >] >23:30:21,761 DEBUG blivet: removing all non-preexisting partitions ['req0(id 353)', 'req1(id 359)', 'req2(id 365)', 'req3(id 371)'] from disk(s) ['sda', 'sdb'] >23:30:21,762 DEBUG blivet: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 353)', 'req1(id 359)', 'req2(id 365)', 'req3(id 371)'] >23:30:21,762 DEBUG blivet: removing all non-preexisting partitions ['req3(id 371)', 'req2(id 365)', 'req0(id 353)', 'req1(id 359)'] from disk(s) ['sda', 'sdb'] >23:30:21,762 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,763 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,770 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,770 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,771 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,778 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,779 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,779 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,786 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,787 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,787 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,794 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,794 DEBUG blivet: allocating partition: req3 ; id: 371 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >23:30:21,807 DEBUG blivet: checking freespace on sda >23:30:21,807 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >23:30:21,813 DEBUG blivet: checking 34-3907029134 (1863.02 GiB) >23:30:21,820 DEBUG blivet: current free range is 34-3907029134 (1863.02 GiB) >23:30:21,827 DEBUG blivet: evaluating growth potential for new layout >23:30:21,827 DEBUG blivet: calculating growth for disk /dev/sdb >23:30:21,827 DEBUG blivet: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:21,827 DEBUG blivet: disk /dev/sdb growth: 0 (0 B) >23:30:21,828 DEBUG blivet: calculating growth for disk /dev/sda >23:30:21,828 DEBUG blivet: adjusted start sector from 34 to 2048 >23:30:21,829 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >23:30:21,829 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c473d0> PedPartition: <_ped.Partition object at 0x7fe8b3bded70> >23:30:21,830 DEBUG blivet: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:21,831 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:21,831 DEBUG blivet: adding request 371 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:21,831 DEBUG blivet: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:21,832 DEBUG blivet: req: PartitionRequest instance -- >id = 371 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:21,832 DEBUG blivet: 1 requests and 3906988141 (1863 GiB) left in chunk >23:30:21,838 DEBUG blivet: adding 3906988141 (1863 GiB) to 371 (sda1) >23:30:21,845 DEBUG blivet: taking back 3906619501 (1862.82 GiB) from 371 (sda1) >23:30:21,852 DEBUG blivet: new grow amount for request 371 (sda1) is 368640 units, or 180 MiB >23:30:21,858 DEBUG blivet: request 371 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:21,870 DEBUG blivet: disk /dev/sda growth: 368640 (180 MiB) >23:30:21,877 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:30:21,877 DEBUG blivet: device sda1 new partedPartition None >23:30:21,878 DEBUG blivet: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:30:21,879 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:21,879 DEBUG blivet: total growth: 368640 sectors >23:30:21,879 DEBUG blivet: updating use_disk to sda, type: 0 >23:30:21,879 DEBUG blivet: new free: 34-3907029134 / 1863.02 GiB >23:30:21,885 DEBUG blivet: new free allows for 368640 sectors of growth >23:30:21,886 DEBUG blivet: found free space for bootable request >23:30:21,886 DEBUG blivet: adjusted start sector from 34 to 2048 >23:30:21,886 DEBUG blivet: created partition sda1 of 20 MiB and added it to /dev/sda >23:30:21,893 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >23:30:21,893 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c478d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9710> >23:30:21,894 DEBUG blivet: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:21,895 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:21,896 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:30:21,896 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62550> PedPartition: <_ped.Partition object at 0x7fe8b6fe9530> >23:30:21,897 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,898 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,905 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,905 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,906 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,913 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,913 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,914 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,921 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,921 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:21,922 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:21,929 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:21,929 DEBUG blivet: allocating partition: req2 ; id: 365 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >23:30:21,935 DEBUG blivet: checking freespace on sda >23:30:21,935 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >23:30:21,942 DEBUG blivet: checking 34-2047 (1007 KiB) >23:30:21,948 DEBUG blivet: current free range is 34-2047 (1007 KiB) >23:30:21,955 DEBUG blivet: checking 43008-3907029134 (1863 GiB) >23:30:21,962 DEBUG blivet: current free range is 43008-3907029134 (1863 GiB) >23:30:21,968 DEBUG blivet: evaluating growth potential for new layout >23:30:21,968 DEBUG blivet: calculating growth for disk /dev/sdb >23:30:21,968 DEBUG blivet: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:21,969 DEBUG blivet: disk /dev/sdb growth: 0 (0 B) >23:30:21,969 DEBUG blivet: calculating growth for disk /dev/sda >23:30:21,970 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >23:30:21,970 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c47990> PedPartition: <_ped.Partition object at 0x7fe8b3bdee30> >23:30:21,971 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:21,972 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:21,972 DEBUG blivet: adding request 371 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:21,972 DEBUG blivet: adding request 365 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:21,972 DEBUG blivet: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:21,973 DEBUG blivet: req: PartitionRequest instance -- >id = 371 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:21,973 DEBUG blivet: req: PartitionRequest instance -- >id = 365 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:21,973 DEBUG blivet: 1 requests and 3905964141 (1862.51 GiB) left in chunk >23:30:21,979 DEBUG blivet: adding 3905964141 (1862.51 GiB) to 371 (sda1) >23:30:21,986 DEBUG blivet: taking back 3905595501 (1862.33 GiB) from 371 (sda1) >23:30:21,993 DEBUG blivet: new grow amount for request 371 (sda1) is 368640 units, or 180 MiB >23:30:21,999 DEBUG blivet: request 371 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:22,012 DEBUG blivet: request 365 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:22,018 DEBUG blivet: disk /dev/sda growth: 368640 (180 MiB) >23:30:22,025 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:30:22,025 DEBUG blivet: device sda2 new partedPartition None >23:30:22,026 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:30:22,027 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:22,027 DEBUG blivet: total growth: 368640 sectors >23:30:22,027 DEBUG blivet: updating use_disk to sda, type: 0 >23:30:22,027 DEBUG blivet: new free: 43008-3907029134 / 1863 GiB >23:30:22,033 DEBUG blivet: new free allows for 368640 sectors of growth >23:30:22,034 DEBUG blivet: found free space for bootable request >23:30:22,034 DEBUG blivet: created partition sda2 of 500 MiB and added it to /dev/sda >23:30:22,041 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >23:30:22,041 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c47710> PedPartition: <_ped.Partition object at 0x7fe8b3bded70> >23:30:22,042 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:22,043 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:22,044 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:30:22,044 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86a10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> >23:30:22,045 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:22,046 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:22,053 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:22,053 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:22,054 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:22,061 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:22,061 DEBUG blivet: allocating partition: req0 ; id: 353 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:30:22,067 DEBUG blivet: checking freespace on sda >23:30:22,068 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:30:22,074 DEBUG blivet: checking 34-2047 (1007 KiB) >23:30:22,081 DEBUG blivet: current free range is 34-2047 (1007 KiB) >23:30:22,087 DEBUG blivet: checking 1067008-3907029134 (1862.51 GiB) >23:30:22,094 DEBUG blivet: current free range is 1067008-3907029134 (1862.51 GiB) >23:30:22,100 DEBUG blivet: evaluating growth potential for new layout >23:30:22,100 DEBUG blivet: calculating growth for disk /dev/sdb >23:30:22,100 DEBUG blivet: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:22,101 DEBUG blivet: disk /dev/sdb growth: 0 (0 B) >23:30:22,101 DEBUG blivet: calculating growth for disk /dev/sda >23:30:22,102 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >23:30:22,102 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e7d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdecb0> >23:30:22,103 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:22,103 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:22,104 DEBUG blivet: adding request 371 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,104 DEBUG blivet: adding request 365 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,104 DEBUG blivet: adding request 353 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,104 DEBUG blivet: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:22,104 DEBUG blivet: req: PartitionRequest instance -- >id = 371 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:22,105 DEBUG blivet: req: PartitionRequest instance -- >id = 365 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:22,105 DEBUG blivet: req: PartitionRequest instance -- >id = 353 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:22,105 DEBUG blivet: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:22,111 DEBUG blivet: adding 0 (0 B) to 371 (sda1) >23:30:22,112 DEBUG blivet: new grow amount for request 371 (sda1) is 0 units, or 0 B >23:30:22,112 DEBUG blivet: adding 0 (0 B) to 353 (sda3) >23:30:22,112 DEBUG blivet: new grow amount for request 353 (sda3) is 0 units, or 0 B >23:30:22,113 DEBUG blivet: adding 3904940141 (1862.02 GiB) to 371 (sda1) >23:30:22,119 DEBUG blivet: taking back 3904571501 (1861.84 GiB) from 371 (sda1) >23:30:22,126 DEBUG blivet: new grow amount for request 371 (sda1) is 368640 units, or 180 MiB >23:30:22,132 DEBUG blivet: adding 3904571501 (1861.84 GiB) to 353 (sda3) >23:30:22,139 DEBUG blivet: new grow amount for request 353 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:22,146 DEBUG blivet: request 371 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:22,158 DEBUG blivet: request 365 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:22,165 DEBUG blivet: request 353 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:30:22,178 DEBUG blivet: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:30:22,185 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >23:30:22,185 DEBUG blivet: device sda3 new partedPartition None >23:30:22,185 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:30:22,186 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:22,186 DEBUG blivet: total growth: 3904940141 sectors >23:30:22,186 DEBUG blivet: updating use_disk to sda, type: 0 >23:30:22,186 DEBUG blivet: new free: 1067008-3907029134 / 1862.51 GiB >23:30:22,193 DEBUG blivet: new free allows for 3904940141 sectors of growth >23:30:22,193 DEBUG blivet: created partition sda3 of 500 MiB and added it to /dev/sda >23:30:22,200 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >23:30:22,200 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3ea50> PedPartition: <_ped.Partition object at 0x7fe8b3bde830> >23:30:22,201 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:22,202 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:22,203 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >23:30:22,203 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3ebd0> PedPartition: <_ped.Partition object at 0x7fe8b3bdefb0> >23:30:22,204 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:22,204 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:22,211 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:22,212 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:22,212 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:22,219 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:22,219 DEBUG blivet: allocating partition: req1 ; id: 359 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:30:22,226 DEBUG blivet: checking freespace on sdb >23:30:22,226 DEBUG blivet: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:30:22,232 DEBUG blivet: checking 34-468862094 (223.57 GiB) >23:30:22,239 DEBUG blivet: current free range is 34-468862094 (223.57 GiB) >23:30:22,245 DEBUG blivet: evaluating growth potential for new layout >23:30:22,245 DEBUG blivet: calculating growth for disk /dev/sdb >23:30:22,246 DEBUG blivet: adjusted start sector from 34 to 2048 >23:30:22,246 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >23:30:22,247 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3ef10> PedPartition: <_ped.Partition object at 0x7fe8b3bde710> >23:30:22,248 DEBUG blivet: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:22,249 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:22,249 DEBUG blivet: adding request 359 to chunk 468862061 (34-468862094) on /dev/sdb >23:30:22,249 DEBUG blivet: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:22,249 DEBUG blivet: req: PartitionRequest instance -- >id = 359 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:22,249 DEBUG blivet: 1 requests and 467838061 (223.08 GiB) left in chunk >23:30:22,256 DEBUG blivet: adding 467838061 (223.08 GiB) to 359 (sdb1) >23:30:22,262 DEBUG blivet: new grow amount for request 359 (sdb1) is 467838061 units, or 223.08 GiB >23:30:22,269 DEBUG blivet: request 359 (sdb1) growth: 467838061 (223.08 GiB) size: 223.57 GiB >23:30:22,281 DEBUG blivet: disk /dev/sdb growth: 467838061 (223.08 GiB) >23:30:22,288 DEBUG blivet: calculating growth for disk /dev/sda >23:30:22,288 DEBUG blivet: adding request 371 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,288 DEBUG blivet: adding request 365 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,288 DEBUG blivet: adding request 353 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,288 DEBUG blivet: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:22,289 DEBUG blivet: req: PartitionRequest instance -- >id = 371 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:22,289 DEBUG blivet: req: PartitionRequest instance -- >id = 365 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:22,289 DEBUG blivet: req: PartitionRequest instance -- >id = 353 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:22,289 DEBUG blivet: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:22,296 DEBUG blivet: adding 0 (0 B) to 371 (sda1) >23:30:22,296 DEBUG blivet: new grow amount for request 371 (sda1) is 0 units, or 0 B >23:30:22,296 DEBUG blivet: adding 0 (0 B) to 353 (sda3) >23:30:22,297 DEBUG blivet: new grow amount for request 353 (sda3) is 0 units, or 0 B >23:30:22,297 DEBUG blivet: adding 3904940141 (1862.02 GiB) to 371 (sda1) >23:30:22,303 DEBUG blivet: taking back 3904571501 (1861.84 GiB) from 371 (sda1) >23:30:22,310 DEBUG blivet: new grow amount for request 371 (sda1) is 368640 units, or 180 MiB >23:30:22,316 DEBUG blivet: adding 3904571501 (1861.84 GiB) to 353 (sda3) >23:30:22,323 DEBUG blivet: new grow amount for request 353 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:22,330 DEBUG blivet: request 371 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:22,342 DEBUG blivet: request 365 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:22,349 DEBUG blivet: request 353 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:30:22,362 DEBUG blivet: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:30:22,369 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:30:22,369 DEBUG blivet: device sdb1 new partedPartition None >23:30:22,369 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:30:22,370 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:22,370 DEBUG blivet: total growth: 4372778202 sectors >23:30:22,370 DEBUG blivet: updating use_disk to sdb, type: 0 >23:30:22,370 DEBUG blivet: new free: 34-468862094 / 223.57 GiB >23:30:22,377 DEBUG blivet: new free allows for 4372778202 sectors of growth >23:30:22,377 DEBUG blivet: adjusted start sector from 34 to 2048 >23:30:22,377 DEBUG blivet: created partition sdb1 of 500 MiB and added it to /dev/sdb >23:30:22,384 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >23:30:22,384 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e890> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> >23:30:22,386 DEBUG blivet: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:22,386 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:22,387 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:30:22,387 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e5d0> PedPartition: <_ped.Partition object at 0x7fe8b6fe9710> >23:30:22,388 DEBUG blivet: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 353)', 'sdb1(id 359)', 'sda2(id 365)', 'sda1(id 371)'] >23:30:22,388 DEBUG blivet: growable partitions are ['sda3', 'sdb1', 'sda1'] >23:30:22,388 DEBUG blivet: adding request 353 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,388 DEBUG blivet: adding request 365 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,389 DEBUG blivet: adding request 371 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:22,389 DEBUG blivet: disk sda has 1 chunks >23:30:22,389 DEBUG blivet: adding request 359 to chunk 468862061 (34-468862094) on /dev/sdb >23:30:22,389 DEBUG blivet: disk sdb has 1 chunks >23:30:22,389 DEBUG blivet: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:22,389 DEBUG blivet: req: PartitionRequest instance -- >id = 371 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:22,389 DEBUG blivet: req: PartitionRequest instance -- >id = 365 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:22,390 DEBUG blivet: req: PartitionRequest instance -- >id = 353 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:22,390 DEBUG blivet: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:22,397 DEBUG blivet: adding 0 (0 B) to 371 (sda1) >23:30:22,397 DEBUG blivet: new grow amount for request 371 (sda1) is 0 units, or 0 B >23:30:22,397 DEBUG blivet: adding 0 (0 B) to 353 (sda3) >23:30:22,398 DEBUG blivet: new grow amount for request 353 (sda3) is 0 units, or 0 B >23:30:22,398 DEBUG blivet: adding 3904940141 (1862.02 GiB) to 371 (sda1) >23:30:22,404 DEBUG blivet: taking back 3904571501 (1861.84 GiB) from 371 (sda1) >23:30:22,411 DEBUG blivet: new grow amount for request 371 (sda1) is 368640 units, or 180 MiB >23:30:22,417 DEBUG blivet: adding 3904571501 (1861.84 GiB) to 353 (sda3) >23:30:22,424 DEBUG blivet: new grow amount for request 353 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:22,431 DEBUG blivet: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:22,431 DEBUG blivet: req: PartitionRequest instance -- >id = 359 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:22,431 DEBUG blivet: 1 requests and 467838061 (223.08 GiB) left in chunk >23:30:22,438 DEBUG blivet: adding 467838061 (223.08 GiB) to 359 (sdb1) >23:30:22,444 DEBUG blivet: new grow amount for request 359 (sdb1) is 467838061 units, or 223.08 GiB >23:30:22,450 DEBUG blivet: growing partitions on sda >23:30:22,451 DEBUG blivet: partition sda1 (371): 0 >23:30:22,451 DEBUG blivet: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3ca4110> >23:30:22,451 DEBUG blivet: partition sda2 (365): 0 >23:30:22,451 DEBUG blivet: new geometry for sda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3cab090> >23:30:22,451 DEBUG blivet: partition sda3 (353): 0 >23:30:22,451 DEBUG blivet: new geometry for sda3: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3c47fd0> >23:30:22,451 DEBUG blivet: removing all non-preexisting partitions ['sda1(id 371)', 'sda2(id 365)', 'sda3(id 353)'] from disk(s) ['sda'] >23:30:22,452 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:30:22,452 DEBUG blivet: device sda1 new partedPartition None >23:30:22,453 DEBUG blivet: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >23:30:22,454 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:22,454 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:30:22,454 DEBUG blivet: device sda2 new partedPartition None >23:30:22,455 DEBUG blivet: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >23:30:22,456 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:22,456 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >23:30:22,456 DEBUG blivet: device sda3 new partedPartition None >23:30:22,457 DEBUG blivet: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >23:30:22,458 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:22,458 DEBUG blivet: back from removeNewPartitions >23:30:22,458 DEBUG blivet: extended: None >23:30:22,458 DEBUG blivet: setting req3 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3ca4110> >23:30:22,458 DEBUG blivet: PartitionDevice._setPartedPartition: req3 ; >23:30:22,459 DEBUG blivet: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86650> PedPartition: <_ped.Partition object at 0x7fe8b6fe9290> >23:30:22,460 DEBUG blivet: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:22,461 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:22,461 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >23:30:22,461 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> >23:30:22,462 DEBUG blivet: setting req2 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3cab090> >23:30:22,463 DEBUG blivet: PartitionDevice._setPartedPartition: req2 ; >23:30:22,463 DEBUG blivet: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62550> PedPartition: <_ped.Partition object at 0x7fe8b3bde170> >23:30:22,464 DEBUG blivet: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:22,465 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:22,466 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:30:22,466 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> >23:30:22,467 DEBUG blivet: setting req0 new geometry: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b3c87d10> PedGeometry: <_ped.Geometry object at 0x7fe8b3c47fd0> >23:30:22,467 DEBUG blivet: PartitionDevice._setPartedPartition: req0 ; >23:30:22,467 DEBUG blivet: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86d90> PedPartition: <_ped.Partition object at 0x7fe8b3bdeef0> >23:30:22,468 DEBUG blivet: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:22,469 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:22,470 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >23:30:22,470 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> >23:30:22,470 DEBUG blivet: growing partitions on sdb >23:30:22,470 DEBUG blivet: partition sdb1 (359): 0 >23:30:22,470 DEBUG blivet: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b3c864d0> PedGeometry: <_ped.Geometry object at 0x7fe8b3c47710> >23:30:22,471 DEBUG blivet: removing all non-preexisting partitions ['sdb1(id 359)'] from disk(s) ['sdb'] >23:30:22,471 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:30:22,471 DEBUG blivet: device sdb1 new partedPartition None >23:30:22,472 DEBUG blivet: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >23:30:22,473 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:22,473 DEBUG blivet: back from removeNewPartitions >23:30:22,473 DEBUG blivet: extended: None >23:30:22,473 DEBUG blivet: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b3c864d0> PedGeometry: <_ped.Geometry object at 0x7fe8b3c47710> >23:30:22,473 DEBUG blivet: PartitionDevice._setPartedPartition: req1 ; >23:30:22,474 DEBUG blivet: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86a90> PedPartition: <_ped.Partition object at 0x7fe8b6fe9530> >23:30:22,475 DEBUG blivet: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:22,476 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:22,476 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:30:22,476 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> >23:30:22,478 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:22,478 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 0 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:22,585 DEBUG blivet: fixing size of non-existent 200 MiB partition sda1 (371) with non-existent efi filesystem mounted at /boot/efi >23:30:22,592 DEBUG blivet: fixing size of non-existent 500 MiB partition sda2 (365) with non-existent ext4 filesystem mounted at /boot >23:30:22,598 DEBUG blivet: fixing size of non-existent 1862.33 GiB partition sda3 (353) with non-existent lvmpv >23:30:22,605 DEBUG blivet: fixing size of non-existent 223.57 GiB partition sdb1 (359) with non-existent lvmpv >23:30:22,612 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:22,613 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 0 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:22,720 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:22,721 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 0 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:22,828 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:22,829 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 0 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:22,936 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:22,936 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 0 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:23,044 DEBUG blivet: LVMVolumeGroupDevice._addParent: fedora ; member: sda3 ; >23:30:23,045 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >23:30:23,046 DEBUG blivet: LVMVolumeGroupDevice._addParent: fedora ; member: sdb1 ; >23:30:23,046 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >23:30:23,046 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 377 >23:30:23,047 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >23:30:23,048 INFO blivet: added lvmvg fedora (id 376) to device tree >23:30:23,048 INFO blivet: registered action: [379] create device lvmvg fedora (id 376) >23:30:23,048 DEBUG blivet: Ext4FS.supported: supported: True ; >23:30:23,049 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 380 >23:30:23,049 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >23:30:23,050 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >23:30:23,053 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,060 DEBUG blivet: vg fedora has 2085.89 GiB free >23:30:23,066 DEBUG blivet: Adding fedora-root/1024 MiB to fedora >23:30:23,073 INFO blivet: added lvmlv fedora-root (id 381) to device tree >23:30:23,073 INFO blivet: registered action: [383] create device lvmlv fedora-root (id 381) >23:30:23,073 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 385 >23:30:23,074 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: ext4 ; >23:30:23,074 INFO blivet: registered action: [384] create format ext4 filesystem mounted at / on lvmlv fedora-root (id 381) >23:30:23,075 DEBUG blivet: Ext4FS.supported: supported: True ; >23:30:23,075 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 386 >23:30:23,076 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >23:30:23,077 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: ext4 ; >23:30:23,079 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,086 DEBUG blivet: vg fedora has 2084.89 GiB free >23:30:23,093 DEBUG blivet: Adding fedora-home/500 MiB to fedora >23:30:23,099 INFO blivet: added lvmlv fedora-home (id 387) to device tree >23:30:23,099 INFO blivet: registered action: [389] create device lvmlv fedora-home (id 387) >23:30:23,099 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 391 >23:30:23,100 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: ext4 ; type: ext4 ; >23:30:23,100 INFO blivet: registered action: [390] create format ext4 filesystem mounted at /home on lvmlv fedora-home (id 387) >23:30:23,101 DEBUG blivet: SwapSpace.__init__: mountpoint: None ; >23:30:23,101 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 392 >23:30:23,102 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >23:30:23,103 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >23:30:23,105 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,112 DEBUG blivet: vg fedora has 2084.41 GiB free >23:30:23,119 DEBUG blivet: Adding fedora-swap/7936 MiB to fedora >23:30:23,125 INFO blivet: added lvmlv fedora-swap (id 393) to device tree >23:30:23,125 INFO blivet: registered action: [395] create device lvmlv fedora-swap (id 393) >23:30:23,126 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 397 >23:30:23,126 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: swap ; >23:30:23,126 INFO blivet: registered action: [396] create format swap on lvmlv fedora-swap (id 393) >23:30:23,127 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:30:23,135 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,142 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,149 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,157 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,127 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b3c64d90) -- > name = fedora status = False kids = 3 id = 376 > parents = ['non-existent 1862.33 GiB partition sda3 (353) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (359) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 2076.65 GiB > free extents = 531623 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (353) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (359) with non-existent lvmpv'] > LVs = ['non-existent 1024 MiB lvmlv fedora-root (381) with non-existent ext4 filesystem mounted at /', > 'non-existent 500 MiB lvmlv fedora-home (387) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (393) with non-existent swap']] >23:30:23,186 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,194 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,200 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,208 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,237 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,245 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,252 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,259 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,281 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,289 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,295 DEBUG blivet: vg fedora: 2076.65 GiB free ; lvs: ['root', 'home', 'swap'] >23:30:23,303 DEBUG blivet: adding request 381 to chunk 533989 on /dev/fedora >23:30:23,303 DEBUG blivet: adding request 387 to chunk 533989 on /dev/fedora >23:30:23,303 DEBUG blivet: adding request 393 to chunk 533989 on /dev/fedora >23:30:23,303 DEBUG blivet: Chunk.growRequests: VGChunk instance -- >device = /dev/fedora length = 533989 size = 2085.89 GiB >remaining = 2 pool = 531608 >23:30:23,310 DEBUG blivet: req: LVRequest instance -- >id = 393 name = fedora-swap growable = False >base = 1985 growth = 0 max_grow = 0 >done = True >23:30:23,310 DEBUG blivet: req: LVRequest instance -- >id = 381 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >23:30:23,310 DEBUG blivet: req: LVRequest instance -- >id = 387 name = fedora-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >23:30:23,310 DEBUG blivet: 2 requests and 531608 (2076.59 GiB) left in chunk >23:30:23,317 DEBUG blivet: adding 0 (0 B) to 381 (fedora-root) >23:30:23,317 DEBUG blivet: new grow amount for request 381 (fedora-root) is 0 units, or 0 B >23:30:23,317 DEBUG blivet: adding 0 (0 B) to 387 (fedora-home) >23:30:23,318 DEBUG blivet: new grow amount for request 387 (fedora-home) is 0 units, or 0 B >23:30:23,318 DEBUG blivet: adding 531608 (2076.59 GiB) to 381 (fedora-root) >23:30:23,324 DEBUG blivet: taking back 519064 (2027.59 GiB) from 381 (fedora-root) >23:30:23,331 DEBUG blivet: new grow amount for request 381 (fedora-root) is 12544 units, or 49 GiB >23:30:23,338 DEBUG blivet: adding 519064 (2027.59 GiB) to 387 (fedora-home) >23:30:23,344 DEBUG blivet: new grow amount for request 387 (fedora-home) is 519064 units, or 2027.59 GiB >23:30:23,351 DEBUG blivet: trying to set lv fedora-root size to 50 GiB >23:30:23,358 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,365 DEBUG blivet: vg fedora has 2076.65 GiB free >23:30:23,372 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,379 DEBUG blivet: vg fedora has 2027.65 GiB free >23:30:23,386 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,393 DEBUG blivet: vg fedora has 2027.65 GiB free >23:30:23,400 DEBUG blivet: trying to set lv fedora-home size to 2028.08 GiB >23:30:23,407 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,414 DEBUG blivet: vg fedora has 2027.65 GiB free >23:30:23,421 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,428 DEBUG blivet: vg fedora has 60 MiB free >23:30:23,435 DEBUG blivet: fedora size is 2085.89 GiB >23:30:23,442 DEBUG blivet: vg fedora has 60 MiB free >23:30:23,487 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:23,488 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:23,497 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:23,498 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:23,499 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:23,507 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:23,553 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:23,554 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:23,563 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:23,564 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:23,564 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:23,573 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:24,708 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:24,710 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:24,892 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:24,892 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:25,010 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sdb ; incomplete: False ; >23:30:25,010 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:30:25,017 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >23:30:25,018 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:25,025 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:25,026 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:25,132 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:25,133 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:29,129 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:29,131 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:29,308 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:29,309 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:30,522 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:30,523 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:30,701 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:30,701 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:34,897 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:34,898 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:35,054 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,055 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c86210) -- > name = sda1 status = False kids = 0 id = 371 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86e10> PedPartition: <_ped.Partition object at 0x7fe8b3bdeb90> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:35,163 DEBUG blivet: removing sda1 >23:30:35,163 INFO blivet: removed partition sda1 (id 371) from device tree >23:30:35,164 DEBUG blivet: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:35,164 INFO blivet: registered action: [398] destroy device partition sda1 (id 371) >23:30:35,165 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,165 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c621d0) -- > name = sda2 status = False kids = 0 id = 365 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c86b90> PedPartition: <_ped.Partition object at 0x7fe8b3bded10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:30:35,236 DEBUG blivet: removing sda2 >23:30:35,237 INFO blivet: removed partition sda2 (id 365) from device tree >23:30:35,238 DEBUG blivet: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:35,238 INFO blivet: registered action: [399] destroy device partition sda2 (id 365) >23:30:35,238 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,239 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8bcda5a10) -- > name = sda3 status = False kids = 1 id = 353 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c87d90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e6d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde5f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 1 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = ] >23:30:35,282 DEBUG blivet: removing sda3 >23:30:35,283 DEBUG blivet: devices to remove: ['fedora-swap', 'fedora-home', 'fedora-root', 'fedora'] >23:30:35,283 DEBUG blivet: leaves to remove: ['fedora-swap', 'fedora-home', 'fedora-root'] >23:30:35,283 INFO blivet: removed lvmlv fedora-swap (id 393) from device tree >23:30:35,283 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: fedora ; >23:30:35,284 INFO blivet: registered action: [400] destroy device lvmlv fedora-swap (id 393) >23:30:35,284 INFO blivet: removed lvmlv fedora-home (id 387) from device tree >23:30:35,284 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >23:30:35,284 INFO blivet: registered action: [401] destroy device lvmlv fedora-home (id 387) >23:30:35,284 INFO blivet: removed lvmlv fedora-root (id 381) from device tree >23:30:35,285 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora ; >23:30:35,285 INFO blivet: registered action: [402] destroy device lvmlv fedora-root (id 381) >23:30:35,285 DEBUG blivet: devices to remove: ['fedora'] >23:30:35,285 DEBUG blivet: leaves to remove: ['fedora'] >23:30:35,285 INFO blivet: removed lvmvg fedora (id 376) from device tree >23:30:35,286 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sda3 ; >23:30:35,286 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >23:30:35,287 INFO blivet: registered action: [403] destroy device lvmvg fedora (id 376) >23:30:35,287 INFO blivet: removed partition sda3 (id 353) from device tree >23:30:35,287 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:35,287 INFO blivet: registered action: [404] destroy device partition sda3 (id 353) >23:30:35,288 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,288 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3cabd50) -- > name = sdb1 status = False kids = 0 id = 359 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3c866d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e2d0> PedPartition: <_ped.Partition object at 0x7fe8b3bdea70> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = ] >23:30:35,310 DEBUG blivet: removing sdb1 >23:30:35,311 INFO blivet: removed partition sdb1 (id 359) from device tree >23:30:35,311 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:35,311 INFO blivet: registered action: [405] destroy device partition sdb1 (id 359) >23:30:35,334 INFO blivet: Detected 7936 MiB of memory >23:30:35,343 INFO blivet: Swap attempt of 7936 MiB >23:30:35,355 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,357 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,357 DEBUG blivet: checking whether disk sda has an empty extended >23:30:35,358 DEBUG blivet: extended is None ; logicals is [] >23:30:35,358 DEBUG blivet: checking whether disk sdb has an empty extended >23:30:35,358 DEBUG blivet: extended is None ; logicals is [] >23:30:35,401 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:35,402 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:35,411 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:35,454 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:35,456 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:35,464 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:35,464 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:35,465 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:35,472 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:30:35,473 DEBUG blivet: starting Blivet copy >23:30:35,498 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,499 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,499 DEBUG blivet: finished Blivet copy >23:30:35,502 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,503 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,504 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,505 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,508 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,508 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,510 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,510 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:35,511 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:35,512 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >23:30:52,124 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance with object id 592 >23:30:52,125 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance with object id 593 >23:30:52,125 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance with object id 594 >23:30:58,156 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,158 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,175 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,176 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,177 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,193 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,194 DEBUG storage.ui: doAutoPart: True >23:30:58,194 DEBUG storage.ui: encryptedAutoPart: False >23:30:58,194 DEBUG storage.ui: autoPartType: 2 >23:30:58,194 DEBUG storage.ui: clearPartType: 2 >23:30:58,194 DEBUG storage.ui: clearPartDisks: ['sda', 'sdb'] >23:30:58,223 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7fe8b029e750) -- > 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 (0x7fe8b029e790) -- > 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 (0x7fe8b029e7d0) -- > 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 (0x7fe8b029e810) -- > 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 (0x7fe8b029e850) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 7936 MiB maxSize = None grow = False > >23:30:58,224 DEBUG storage.ui: storage.disks: ['sda', 'sdb'] >23:30:58,224 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb'] >23:30:58,224 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sr0'] >23:30:58,225 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,226 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,238 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,239 DEBUG storage.ui: boot disk: sda >23:30:58,241 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >23:30:58,241 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 595 >23:30:58,242 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:58,244 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >23:30:58,245 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: lvmpv ; >23:30:58,246 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:58,246 INFO storage.ui: added partition req4 (id 596) to device tree >23:30:58,247 INFO storage.ui: registered action: [598] create device partition req4 (id 596) >23:30:58,247 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 600 >23:30:58,248 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >23:30:58,249 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: lvmpv ; type: lvmpv ; >23:30:58,250 INFO storage.ui: registered action: [599] create format lvmpv on partition req4 (id 596) >23:30:58,251 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >23:30:58,251 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 601 >23:30:58,252 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:58,254 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >23:30:58,255 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: None ; type: lvmpv ; >23:30:58,256 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:58,256 INFO storage.ui: added partition req5 (id 602) to device tree >23:30:58,256 INFO storage.ui: registered action: [604] create device partition req5 (id 602) >23:30:58,257 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 606 >23:30:58,258 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >23:30:58,259 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: lvmpv ; type: lvmpv ; >23:30:58,259 INFO storage.ui: registered action: [605] create format lvmpv on partition req5 (id 602) >23:30:58,259 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7fe8b3c57dd0) -- > name = sda status = True kids = 0 id = 1 > 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/ata2/host1/target1:0:0/1:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST2000DM001-9YN1 path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8bcdca7a0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b3c57390>, DiskDevice instance (0x7fe8b3ca4b90) -- > name = sdb status = True kids = 0 id = 21 > parents = [] > uuid = None size = 223.57 GiB > format = non-existent gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA MKNSSDCR240GB path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 468862128 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (29185, 255, 63) biosGeometry: (29185, 255, 63) > PedDevice: <_ped.Device object at 0x7fe8ba180d40> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7fe8b3ca4350>] >23:30:58,287 DEBUG storage.ui: devs: [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = req4 status = False kids = 0 id = 596 > 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/req4 > 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 (0x7fe8b3bc6fd0) -- > name = req5 status = False kids = 0 id = 602 > 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/req5 > 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 >] >23:30:58,307 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:30:58,307 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 607 >23:30:58,309 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:58,310 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:58,311 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >23:30:58,312 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: None ; type: ext4 ; >23:30:58,313 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:58,314 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:58,314 INFO storage.ui: added partition req6 (id 608) to device tree >23:30:58,314 INFO storage.ui: registered action: [610] create device partition req6 (id 608) >23:30:58,314 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 612 >23:30:58,315 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >23:30:58,316 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: ext4 ; type: ext4 ; >23:30:58,316 INFO storage.ui: registered action: [611] create format ext4 filesystem mounted at /boot on partition req6 (id 608) >23:30:58,316 DEBUG storage.ui: getFormat('efi') returning EFIFS instance with object id 613 >23:30:58,318 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:58,388 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:58,388 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >23:30:58,389 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: None ; type: efi ; >23:30:58,390 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:58,391 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:58,391 INFO storage.ui: added partition req7 (id 614) to device tree >23:30:58,391 INFO storage.ui: registered action: [616] create device partition req7 (id 614) >23:30:58,391 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 618 >23:30:58,392 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >23:30:58,393 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: efi ; type: efi ; >23:30:58,393 INFO storage.ui: registered action: [617] create format efi filesystem mounted at /boot/efi on partition req7 (id 614) >23:30:58,394 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >23:30:58,394 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >23:30:58,395 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:58,396 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = req4 status = False kids = 0 id = 596 > 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/req4 > 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 (0x7fe8b3bc6fd0) -- > name = req5 status = False kids = 0 id = 602 > 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/req5 > 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 (0x7fe8b3c3ea90) -- > name = req6 status = False kids = 0 id = 608 > 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/req6 > 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 (0x7fe8b3c5e190) -- > name = req7 status = False kids = 0 id = 614 > 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/req7 > 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 >] >23:30:58,441 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:58,442 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = req4 status = False kids = 0 id = 596 > 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/req4 > 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 (0x7fe8b3bc6fd0) -- > name = req5 status = False kids = 0 id = 602 > 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/req5 > 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 (0x7fe8b3c3ea90) -- > name = req6 status = False kids = 0 id = 608 > 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/req6 > 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 (0x7fe8b3c5e190) -- > name = req7 status = False kids = 0 id = 614 > 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/req7 > 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 >] >23:30:58,487 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:58,487 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = req4 status = False kids = 0 id = 596 > 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/req4 > 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 (0x7fe8b3bc6fd0) -- > name = req5 status = False kids = 0 id = 602 > 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/req5 > 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 (0x7fe8b3c3ea90) -- > name = req6 status = False kids = 0 id = 608 > 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/req6 > 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 (0x7fe8b3c5e190) -- > name = req7 status = False kids = 0 id = 614 > 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/req7 > 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 >] >23:30:58,533 DEBUG storage.ui: removing all non-preexisting partitions ['req4(id 596)', 'req5(id 602)', 'req6(id 608)', 'req7(id 614)'] from disk(s) ['sda', 'sdb'] >23:30:58,533 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req4(id 596)', 'req5(id 602)', 'req6(id 608)', 'req7(id 614)'] >23:30:58,533 DEBUG storage.ui: removing all non-preexisting partitions ['req7(id 614)', 'req6(id 608)', 'req4(id 596)', 'req5(id 602)'] from disk(s) ['sda', 'sdb'] >23:30:58,534 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,534 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,541 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,542 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,543 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,549 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,550 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,551 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,558 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,558 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,559 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,566 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,566 DEBUG storage.ui: allocating partition: req7 ; id: 614 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 20 MiB ; grow: True ; max_size: 200 MiB ; start: None ; end: None >23:30:58,578 DEBUG storage.ui: checking freespace on sda >23:30:58,579 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=20 MiB boot=True best=None grow=True start=None >23:30:58,585 DEBUG storage.ui: checking 34-3907029134 (1863.02 GiB) >23:30:58,592 DEBUG storage.ui: current free range is 34-3907029134 (1863.02 GiB) >23:30:58,598 DEBUG storage.ui: evaluating growth potential for new layout >23:30:58,598 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:30:58,598 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:58,599 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:30:58,599 DEBUG storage.ui: calculating growth for disk /dev/sda >23:30:58,599 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:30:58,600 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >23:30:58,600 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba110> PedPartition: <_ped.Partition object at 0x7fe8b3bde350> >23:30:58,602 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:58,602 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:58,603 DEBUG storage.ui: adding request 614 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,603 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:58,603 DEBUG storage.ui: req: PartitionRequest instance -- >id = 614 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:58,603 DEBUG storage.ui: 1 requests and 3906988141 (1863 GiB) left in chunk >23:30:58,610 DEBUG storage.ui: adding 3906988141 (1863 GiB) to 614 (sda1) >23:30:58,616 DEBUG storage.ui: taking back 3906619501 (1862.82 GiB) from 614 (sda1) >23:30:58,623 DEBUG storage.ui: new grow amount for request 614 (sda1) is 368640 units, or 180 MiB >23:30:58,629 DEBUG storage.ui: request 614 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:58,641 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >23:30:58,648 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:30:58,648 DEBUG storage.ui: device sda1 new partedPartition None >23:30:58,649 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sda ; >23:30:58,650 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:58,650 DEBUG storage.ui: total growth: 368640 sectors >23:30:58,650 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:30:58,650 DEBUG storage.ui: new free: 34-3907029134 / 1863.02 GiB >23:30:58,656 DEBUG storage.ui: new free allows for 368640 sectors of growth >23:30:58,656 DEBUG storage.ui: found free space for bootable request >23:30:58,656 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:30:58,657 DEBUG storage.ui: created partition sda1 of 20 MiB and added it to /dev/sda >23:30:58,664 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >23:30:58,664 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bc61d0> PedPartition: <_ped.Partition object at 0x7fe8b3bde290> >23:30:58,665 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:58,666 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:58,667 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:30:58,667 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba050> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> >23:30:58,668 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,669 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,676 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,676 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,677 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,684 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,685 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,685 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,692 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,693 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,693 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,700 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,700 DEBUG storage.ui: allocating partition: req6 ; id: 608 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >23:30:58,707 DEBUG storage.ui: checking freespace on sda >23:30:58,707 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >23:30:58,713 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:30:58,720 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:30:58,726 DEBUG storage.ui: checking 43008-3907029134 (1863 GiB) >23:30:58,733 DEBUG storage.ui: current free range is 43008-3907029134 (1863 GiB) >23:30:58,739 DEBUG storage.ui: evaluating growth potential for new layout >23:30:58,739 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:30:58,739 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:58,740 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:30:58,740 DEBUG storage.ui: calculating growth for disk /dev/sda >23:30:58,741 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >23:30:58,741 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7850> PedPartition: <_ped.Partition object at 0x7fe8b3bde2f0> >23:30:58,742 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:58,743 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:58,743 DEBUG storage.ui: adding request 614 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,743 DEBUG storage.ui: adding request 608 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,743 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:58,744 DEBUG storage.ui: req: PartitionRequest instance -- >id = 614 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:58,744 DEBUG storage.ui: req: PartitionRequest instance -- >id = 608 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:58,744 DEBUG storage.ui: 1 requests and 3905964141 (1862.51 GiB) left in chunk >23:30:58,751 DEBUG storage.ui: adding 3905964141 (1862.51 GiB) to 614 (sda1) >23:30:58,757 DEBUG storage.ui: taking back 3905595501 (1862.33 GiB) from 614 (sda1) >23:30:58,764 DEBUG storage.ui: new grow amount for request 614 (sda1) is 368640 units, or 180 MiB >23:30:58,770 DEBUG storage.ui: request 614 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:58,782 DEBUG storage.ui: request 608 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:58,789 DEBUG storage.ui: disk /dev/sda growth: 368640 (180 MiB) >23:30:58,795 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:30:58,796 DEBUG storage.ui: device sda2 new partedPartition None >23:30:58,796 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sda ; >23:30:58,797 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:58,797 DEBUG storage.ui: total growth: 368640 sectors >23:30:58,797 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:30:58,797 DEBUG storage.ui: new free: 43008-3907029134 / 1863 GiB >23:30:58,804 DEBUG storage.ui: new free allows for 368640 sectors of growth >23:30:58,804 DEBUG storage.ui: found free space for bootable request >23:30:58,804 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >23:30:58,811 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >23:30:58,811 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba610> PedPartition: <_ped.Partition object at 0x7fe8b0c9cf50> >23:30:58,813 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:58,814 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:58,814 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:30:58,814 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba110> PedPartition: <_ped.Partition object at 0x7fe8b3bde350> >23:30:58,816 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,817 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,823 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,824 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,825 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,831 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,832 DEBUG storage.ui: allocating partition: req4 ; id: 596 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:30:58,838 DEBUG storage.ui: checking freespace on sda >23:30:58,838 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:30:58,845 DEBUG storage.ui: checking 34-2047 (1007 KiB) >23:30:58,851 DEBUG storage.ui: current free range is 34-2047 (1007 KiB) >23:30:58,857 DEBUG storage.ui: checking 1067008-3907029134 (1862.51 GiB) >23:30:58,864 DEBUG storage.ui: current free range is 1067008-3907029134 (1862.51 GiB) >23:30:58,870 DEBUG storage.ui: evaluating growth potential for new layout >23:30:58,870 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:30:58,870 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:58,871 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >23:30:58,871 DEBUG storage.ui: calculating growth for disk /dev/sda >23:30:58,872 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >23:30:58,872 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7910> PedPartition: <_ped.Partition object at 0x7fe8b0c9c2f0> >23:30:58,873 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:58,874 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:58,874 DEBUG storage.ui: adding request 614 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,874 DEBUG storage.ui: adding request 608 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,874 DEBUG storage.ui: adding request 596 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:58,874 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:58,875 DEBUG storage.ui: req: PartitionRequest instance -- >id = 614 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:58,875 DEBUG storage.ui: req: PartitionRequest instance -- >id = 608 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:58,875 DEBUG storage.ui: req: PartitionRequest instance -- >id = 596 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:58,875 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:58,881 DEBUG storage.ui: adding 0 (0 B) to 614 (sda1) >23:30:58,882 DEBUG storage.ui: new grow amount for request 614 (sda1) is 0 units, or 0 B >23:30:58,882 DEBUG storage.ui: adding 0 (0 B) to 596 (sda3) >23:30:58,882 DEBUG storage.ui: new grow amount for request 596 (sda3) is 0 units, or 0 B >23:30:58,883 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 614 (sda1) >23:30:58,889 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 614 (sda1) >23:30:58,896 DEBUG storage.ui: new grow amount for request 614 (sda1) is 368640 units, or 180 MiB >23:30:58,902 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 596 (sda3) >23:30:58,909 DEBUG storage.ui: new grow amount for request 596 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:58,915 DEBUG storage.ui: request 614 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:58,927 DEBUG storage.ui: request 608 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:58,934 DEBUG storage.ui: request 596 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:30:58,947 DEBUG storage.ui: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:30:58,954 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:30:58,954 DEBUG storage.ui: device sda3 new partedPartition None >23:30:58,954 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >23:30:58,955 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:58,955 DEBUG storage.ui: total growth: 3904940141 sectors >23:30:58,955 DEBUG storage.ui: updating use_disk to sda, type: 0 >23:30:58,955 DEBUG storage.ui: new free: 1067008-3907029134 / 1862.51 GiB >23:30:58,962 DEBUG storage.ui: new free allows for 3904940141 sectors of growth >23:30:58,962 DEBUG storage.ui: created partition sda3 of 500 MiB and added it to /dev/sda >23:30:58,969 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >23:30:58,969 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7bd0> PedPartition: <_ped.Partition object at 0x7fe8b0c9cef0> >23:30:58,970 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:58,971 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:58,972 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:30:58,972 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e190> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> >23:30:58,973 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,973 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,980 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,981 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:30:58,982 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:30:58,988 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:30:58,988 DEBUG storage.ui: allocating partition: req5 ; id: 602 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >23:30:58,995 DEBUG storage.ui: checking freespace on sdb >23:30:58,995 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >23:30:59,002 DEBUG storage.ui: checking 34-468862094 (223.57 GiB) >23:30:59,008 DEBUG storage.ui: current free range is 34-468862094 (223.57 GiB) >23:30:59,014 DEBUG storage.ui: evaluating growth potential for new layout >23:30:59,014 DEBUG storage.ui: calculating growth for disk /dev/sdb >23:30:59,015 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:30:59,015 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >23:30:59,016 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c6ca90> PedPartition: <_ped.Partition object at 0x7fe8b0c9cd70> >23:30:59,017 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:59,018 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:59,018 DEBUG storage.ui: adding request 602 to chunk 468862061 (34-468862094) on /dev/sdb >23:30:59,018 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:59,018 DEBUG storage.ui: req: PartitionRequest instance -- >id = 602 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:59,018 DEBUG storage.ui: 1 requests and 467838061 (223.08 GiB) left in chunk >23:30:59,025 DEBUG storage.ui: adding 467838061 (223.08 GiB) to 602 (sdb1) >23:30:59,031 DEBUG storage.ui: new grow amount for request 602 (sdb1) is 467838061 units, or 223.08 GiB >23:30:59,038 DEBUG storage.ui: request 602 (sdb1) growth: 467838061 (223.08 GiB) size: 223.57 GiB >23:30:59,050 DEBUG storage.ui: disk /dev/sdb growth: 467838061 (223.08 GiB) >23:30:59,056 DEBUG storage.ui: calculating growth for disk /dev/sda >23:30:59,057 DEBUG storage.ui: adding request 614 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,057 DEBUG storage.ui: adding request 608 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,057 DEBUG storage.ui: adding request 596 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,057 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:59,057 DEBUG storage.ui: req: PartitionRequest instance -- >id = 614 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:59,057 DEBUG storage.ui: req: PartitionRequest instance -- >id = 608 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:59,058 DEBUG storage.ui: req: PartitionRequest instance -- >id = 596 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:59,058 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:59,064 DEBUG storage.ui: adding 0 (0 B) to 614 (sda1) >23:30:59,065 DEBUG storage.ui: new grow amount for request 614 (sda1) is 0 units, or 0 B >23:30:59,065 DEBUG storage.ui: adding 0 (0 B) to 596 (sda3) >23:30:59,065 DEBUG storage.ui: new grow amount for request 596 (sda3) is 0 units, or 0 B >23:30:59,066 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 614 (sda1) >23:30:59,072 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 614 (sda1) >23:30:59,079 DEBUG storage.ui: new grow amount for request 614 (sda1) is 368640 units, or 180 MiB >23:30:59,085 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 596 (sda3) >23:30:59,091 DEBUG storage.ui: new grow amount for request 596 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:59,098 DEBUG storage.ui: request 614 (sda1) growth: 368640 (180 MiB) size: 200 MiB >23:30:59,110 DEBUG storage.ui: request 608 (sda2) growth: 0 (0 B) size: 500 MiB >23:30:59,117 DEBUG storage.ui: request 596 (sda3) growth: 3904571501 (1861.84 GiB) size: 1862.33 GiB >23:30:59,130 DEBUG storage.ui: disk /dev/sda growth: 3904940141 (1862.02 GiB) >23:30:59,137 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:30:59,137 DEBUG storage.ui: device sdb1 new partedPartition None >23:30:59,137 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sdb ; >23:30:59,138 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:59,138 DEBUG storage.ui: total growth: 4372778202 sectors >23:30:59,138 DEBUG storage.ui: updating use_disk to sdb, type: 0 >23:30:59,138 DEBUG storage.ui: new free: 34-468862094 / 223.57 GiB >23:30:59,145 DEBUG storage.ui: new free allows for 4372778202 sectors of growth >23:30:59,145 DEBUG storage.ui: adjusted start sector from 34 to 2048 >23:30:59,145 DEBUG storage.ui: created partition sdb1 of 500 MiB and added it to /dev/sdb >23:30:59,152 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >23:30:59,152 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c624d0> PedPartition: <_ped.Partition object at 0x7fe8b3c6a410> >23:30:59,154 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:59,155 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:59,155 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:30:59,155 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3be7bd0> PedPartition: <_ped.Partition object at 0x7fe8b0c9cef0> >23:30:59,156 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 596)', 'sdb1(id 602)', 'sda2(id 608)', 'sda1(id 614)'] >23:30:59,156 DEBUG storage.ui: growable partitions are ['sda3', 'sdb1', 'sda1'] >23:30:59,157 DEBUG storage.ui: adding request 596 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,157 DEBUG storage.ui: adding request 608 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,157 DEBUG storage.ui: adding request 614 to chunk 3907029101 (34-3907029134) on /dev/sda >23:30:59,157 DEBUG storage.ui: disk sda has 1 chunks >23:30:59,157 DEBUG storage.ui: adding request 602 to chunk 468862061 (34-468862094) on /dev/sdb >23:30:59,157 DEBUG storage.ui: disk sdb has 1 chunks >23:30:59,157 DEBUG storage.ui: Chunk.growRequests: 3907029101 on /dev/sda start = 34 end = 3907029134 >sectorSize = 512 B > >23:30:59,158 DEBUG storage.ui: req: PartitionRequest instance -- >id = 614 name = sda1 growable = True >base = 40960 growth = 0 max_grow = 368640 >done = False >23:30:59,158 DEBUG storage.ui: req: PartitionRequest instance -- >id = 608 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >23:30:59,158 DEBUG storage.ui: req: PartitionRequest instance -- >id = 596 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:59,158 DEBUG storage.ui: 2 requests and 3904940141 (1862.02 GiB) left in chunk >23:30:59,165 DEBUG storage.ui: adding 0 (0 B) to 614 (sda1) >23:30:59,165 DEBUG storage.ui: new grow amount for request 614 (sda1) is 0 units, or 0 B >23:30:59,165 DEBUG storage.ui: adding 0 (0 B) to 596 (sda3) >23:30:59,166 DEBUG storage.ui: new grow amount for request 596 (sda3) is 0 units, or 0 B >23:30:59,166 DEBUG storage.ui: adding 3904940141 (1862.02 GiB) to 614 (sda1) >23:30:59,172 DEBUG storage.ui: taking back 3904571501 (1861.84 GiB) from 614 (sda1) >23:30:59,179 DEBUG storage.ui: new grow amount for request 614 (sda1) is 368640 units, or 180 MiB >23:30:59,185 DEBUG storage.ui: adding 3904571501 (1861.84 GiB) to 596 (sda3) >23:30:59,192 DEBUG storage.ui: new grow amount for request 596 (sda3) is 3904571501 units, or 1861.84 GiB >23:30:59,198 DEBUG storage.ui: Chunk.growRequests: 468862061 on /dev/sdb start = 34 end = 468862094 >sectorSize = 512 B > >23:30:59,198 DEBUG storage.ui: req: PartitionRequest instance -- >id = 602 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 18446744073708527615 >done = False >23:30:59,199 DEBUG storage.ui: 1 requests and 467838061 (223.08 GiB) left in chunk >23:30:59,205 DEBUG storage.ui: adding 467838061 (223.08 GiB) to 602 (sdb1) >23:30:59,211 DEBUG storage.ui: new grow amount for request 602 (sdb1) is 467838061 units, or 223.08 GiB >23:30:59,218 DEBUG storage.ui: growing partitions on sda >23:30:59,218 DEBUG storage.ui: partition sda1 (614): 0 >23:30:59,218 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3be7590> >23:30:59,218 DEBUG storage.ui: partition sda2 (608): 0 >23:30:59,218 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3c6cf10> >23:30:59,218 DEBUG storage.ui: partition sda3 (596): 0 >23:30:59,218 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3bba650> >23:30:59,219 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 614)', 'sda2(id 608)', 'sda3(id 596)'] from disk(s) ['sda'] >23:30:59,219 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:30:59,219 DEBUG storage.ui: device sda1 new partedPartition None >23:30:59,220 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sda ; >23:30:59,221 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:30:59,222 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:30:59,222 DEBUG storage.ui: device sda2 new partedPartition None >23:30:59,222 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sda ; >23:30:59,223 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >23:30:59,224 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:30:59,224 DEBUG storage.ui: device sda3 new partedPartition None >23:30:59,225 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >23:30:59,225 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >23:30:59,226 DEBUG storage.ui: back from removeNewPartitions >23:30:59,226 DEBUG storage.ui: extended: None >23:30:59,226 DEBUG storage.ui: setting req7 new geometry: parted.Geometry instance -- > start: 2048 end: 411647 length: 409600 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3be7590> >23:30:59,226 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >23:30:59,226 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba790> PedPartition: <_ped.Partition object at 0x7fe8b3bde290> >23:30:59,228 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >23:30:59,229 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >23:30:59,229 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >23:30:59,230 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> >23:30:59,230 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 411648 end: 1435647 length: 1024000 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3c6cf10> >23:30:59,231 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >23:30:59,231 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba490> PedPartition: <_ped.Partition object at 0x7fe8b3c6a470> >23:30:59,233 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >23:30:59,233 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >23:30:59,234 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >23:30:59,234 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> >23:30:59,235 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 1435648 end: 3907028991 length: 3905593344 > device: <parted.device.Device object at 0x7fe8b3c57d50> PedGeometry: <_ped.Geometry object at 0x7fe8b3bba650> >23:30:59,236 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >23:30:59,236 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3bba410> PedPartition: <_ped.Partition object at 0x7fe8b3c6a230> >23:30:59,237 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >23:30:59,238 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >23:30:59,239 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >23:30:59,239 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> >23:30:59,239 DEBUG storage.ui: growing partitions on sdb >23:30:59,239 DEBUG storage.ui: partition sdb1 (602): 0 >23:30:59,239 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b3ca4dd0> PedGeometry: <_ped.Geometry object at 0x7fe8b3bba210> >23:30:59,239 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 602)'] from disk(s) ['sdb'] >23:30:59,240 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:30:59,240 DEBUG storage.ui: device sdb1 new partedPartition None >23:30:59,241 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sdb ; >23:30:59,242 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:30:59,242 DEBUG storage.ui: back from removeNewPartitions >23:30:59,242 DEBUG storage.ui: extended: None >23:30:59,242 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 2048 end: 468860927 length: 468858880 > device: <parted.device.Device object at 0x7fe8b3ca4dd0> PedGeometry: <_ped.Geometry object at 0x7fe8b3bba210> >23:30:59,243 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >23:30:59,243 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e110> PedPartition: <_ped.Partition object at 0x7fe8b3bde350> >23:30:59,244 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >23:30:59,245 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >23:30:59,246 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >23:30:59,246 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> >23:30:59,247 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:59,248 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 0 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 0 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:59,353 DEBUG storage.ui: fixing size of non-existent 200 MiB partition sda1 (614) with non-existent efi filesystem mounted at /boot/efi >23:30:59,360 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (608) with non-existent ext4 filesystem mounted at /boot >23:30:59,366 DEBUG storage.ui: fixing size of non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv >23:30:59,373 DEBUG storage.ui: fixing size of non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv >23:30:59,380 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:59,381 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 0 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 0 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:59,487 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:59,487 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 0 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 0 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:59,593 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:59,593 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 0 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 0 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:59,699 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:30:59,700 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 0 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 0 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:30:59,806 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora ; member: sda3 ; >23:30:59,807 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >23:30:59,808 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora ; member: sdb1 ; >23:30:59,809 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >23:30:59,809 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 620 >23:30:59,810 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >23:30:59,810 INFO storage.ui: added lvmvg fedora (id 619) to device tree >23:30:59,810 INFO storage.ui: registered action: [622] create device lvmvg fedora (id 619) >23:30:59,811 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:30:59,811 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 623 >23:30:59,812 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >23:30:59,813 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: None ; type: ext4 ; >23:30:59,815 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,822 DEBUG storage.ui: vg fedora has 2085.89 GiB free >23:30:59,829 DEBUG storage.ui: Adding fedora-root/1024 MiB to fedora >23:30:59,835 INFO storage.ui: added lvmlv fedora-root (id 624) to device tree >23:30:59,835 INFO storage.ui: registered action: [626] create device lvmlv fedora-root (id 624) >23:30:59,835 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 628 >23:30:59,836 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: ext4 ; >23:30:59,836 INFO storage.ui: registered action: [627] create format ext4 filesystem mounted at / on lvmlv fedora-root (id 624) >23:30:59,838 DEBUG storage.ui: Ext4FS.supported: supported: True ; >23:30:59,838 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 629 >23:30:59,839 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >23:30:59,839 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: None ; type: ext4 ; >23:30:59,842 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,849 DEBUG storage.ui: vg fedora has 2084.89 GiB free >23:30:59,855 DEBUG storage.ui: Adding fedora-home/500 MiB to fedora >23:30:59,862 INFO storage.ui: added lvmlv fedora-home (id 630) to device tree >23:30:59,862 INFO storage.ui: registered action: [632] create device lvmlv fedora-home (id 630) >23:30:59,862 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 634 >23:30:59,863 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: ext4 ; type: ext4 ; >23:30:59,863 INFO storage.ui: registered action: [633] create format ext4 filesystem mounted at /home on lvmlv fedora-home (id 630) >23:30:59,864 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >23:30:59,864 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 635 >23:30:59,865 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >23:30:59,865 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: None ; type: swap ; >23:30:59,868 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,875 DEBUG storage.ui: vg fedora has 2084.41 GiB free >23:30:59,881 DEBUG storage.ui: Adding fedora-swap/7936 MiB to fedora >23:30:59,888 INFO storage.ui: added lvmlv fedora-swap (id 636) to device tree >23:30:59,888 INFO storage.ui: registered action: [638] create device lvmlv fedora-swap (id 636) >23:30:59,888 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 640 >23:30:59,889 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: swap ; >23:30:59,889 INFO storage.ui: registered action: [639] create format swap on lvmlv fedora-swap (id 636) >23:30:59,890 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:30:59,898 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,905 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:30:59,912 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,919 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:30:59,890 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b3c3e110) -- > name = fedora status = False kids = 3 id = 619 > parents = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 2076.65 GiB > free extents = 531623 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > LVs = ['non-existent 1024 MiB lvmlv fedora-root (624) with non-existent ext4 filesystem mounted at /', > 'non-existent 500 MiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (636) with non-existent swap']] >23:30:59,948 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,956 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:30:59,962 DEBUG storage.ui: fedora size is 2085.89 GiB >23:30:59,970 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:30:59,999 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,006 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:31:00,013 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,020 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:31:00,042 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,049 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:31:00,056 DEBUG storage.ui: vg fedora: 2076.65 GiB free ; lvs: ['root', 'home', 'swap'] >23:31:00,063 DEBUG storage.ui: adding request 624 to chunk 533989 on /dev/fedora >23:31:00,063 DEBUG storage.ui: adding request 630 to chunk 533989 on /dev/fedora >23:31:00,063 DEBUG storage.ui: adding request 636 to chunk 533989 on /dev/fedora >23:31:00,063 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/fedora length = 533989 size = 2085.89 GiB >remaining = 2 pool = 531608 >23:31:00,070 DEBUG storage.ui: req: LVRequest instance -- >id = 636 name = fedora-swap growable = False >base = 1985 growth = 0 max_grow = 0 >done = True >23:31:00,070 DEBUG storage.ui: req: LVRequest instance -- >id = 624 name = fedora-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >23:31:00,070 DEBUG storage.ui: req: LVRequest instance -- >id = 630 name = fedora-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >23:31:00,070 DEBUG storage.ui: 2 requests and 531608 (2076.59 GiB) left in chunk >23:31:00,077 DEBUG storage.ui: adding 0 (0 B) to 624 (fedora-root) >23:31:00,077 DEBUG storage.ui: new grow amount for request 624 (fedora-root) is 0 units, or 0 B >23:31:00,078 DEBUG storage.ui: adding 0 (0 B) to 630 (fedora-home) >23:31:00,078 DEBUG storage.ui: new grow amount for request 630 (fedora-home) is 0 units, or 0 B >23:31:00,078 DEBUG storage.ui: adding 531608 (2076.59 GiB) to 624 (fedora-root) >23:31:00,085 DEBUG storage.ui: taking back 519064 (2027.59 GiB) from 624 (fedora-root) >23:31:00,091 DEBUG storage.ui: new grow amount for request 624 (fedora-root) is 12544 units, or 49 GiB >23:31:00,098 DEBUG storage.ui: adding 519064 (2027.59 GiB) to 630 (fedora-home) >23:31:00,104 DEBUG storage.ui: new grow amount for request 630 (fedora-home) is 519064 units, or 2027.59 GiB >23:31:00,111 DEBUG storage.ui: trying to set lv fedora-root size to 50 GiB >23:31:00,117 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,124 DEBUG storage.ui: vg fedora has 2076.65 GiB free >23:31:00,131 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,139 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:31:00,145 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,153 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:31:00,159 DEBUG storage.ui: trying to set lv fedora-home size to 2028.08 GiB >23:31:00,166 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,173 DEBUG storage.ui: vg fedora has 2027.65 GiB free >23:31:00,180 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,187 DEBUG storage.ui: vg fedora has 60 MiB free >23:31:00,194 DEBUG storage.ui: fedora size is 2085.89 GiB >23:31:00,201 DEBUG storage.ui: vg fedora has 60 MiB free >23:31:00,262 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:00,263 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:00,271 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:31:00,272 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:00,272 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:00,279 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >23:31:00,290 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:00,291 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:00,423 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:00,424 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:00,551 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:00,552 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:00,658 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:00,659 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:03,718 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 641 >23:31:06,288 DEBUG blivet: Ext4FS.supported: supported: True ; >23:31:06,288 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 642 >23:31:06,291 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7fe8b3c628d0>, 0, [], {} >23:31:06,293 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:31:06,308 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,321 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,332 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,343 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,294 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b3c3e110) -- > name = fedora status = False kids = 3 id = 619 > parents = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (624) with non-existent ext4 filesystem mounted at /', > 'non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (636) with non-existent swap']] >23:31:06,385 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,395 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,403 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,412 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,446 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,454 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,461 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,469 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,491 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,499 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,518 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7fe8b3c628d0>, 0, [], {} >23:31:06,519 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >23:31:06,527 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,534 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,541 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,548 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,519 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x7fe8b3c3e110) -- > name = fedora status = False kids = 3 id = 619 > parents = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > uuid = None size = 2085.89 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 2 > modified = True extents = 533989 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 1862.33 GiB partition sda3 (596) with non-existent lvmpv', > 'non-existent 223.57 GiB partition sdb1 (602) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-root (624) with non-existent ext4 filesystem mounted at /', > 'non-existent 2028.08 GiB lvmlv fedora-home (630) with non-existent ext4 filesystem mounted at /home', > 'non-existent 7936 MiB lvmlv fedora-swap (636) with non-existent swap']] >23:31:06,577 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,584 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,591 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,598 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,627 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,634 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,640 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,648 DEBUG blivet: vg fedora has 60 MiB free >23:31:06,669 DEBUG blivet: fedora size is 2085.89 GiB >23:31:06,677 DEBUG blivet: vg fedora has 60 MiB free >23:31:20,958 DEBUG blivet: getFormat('EFI System Partition') returning EFIFS instance with object id 643 >23:31:26,075 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:26,077 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:26,229 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:26,230 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = , PartitionDevice instance (0x7fe8b3c5e190) -- > name = sda1 status = False kids = 0 id = 614 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c622d0> PedPartition: <_ped.Partition object at 0x7fe8b3c44dd0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 2048 end = 411647 length = 409600 > flags = ] >23:31:33,301 INFO storage.ui: removed partition sda1 (id 614) from device tree >23:31:33,303 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >23:31:33,303 INFO storage.ui: registered action: [644] destroy device partition sda1 (id 614) >23:31:33,306 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:33,307 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:33,431 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:33,432 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:33,527 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:33,527 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:33,620 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:33,621 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3bc69d0) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3bc6fd0) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c3ea90) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:33,703 DEBUG blivet: Ext4FS.supported: supported: True ; >23:31:33,703 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 645 >23:31:35,508 INFO blivet: removing obsolete action 616 (644) >23:31:35,508 INFO blivet: removing obsolete action 617 (644) >23:31:35,508 INFO blivet: removing obsolete action 644 (644) >23:31:35,509 DEBUG blivet: action 617 already pruned >23:31:35,509 DEBUG blivet: action 616 already pruned >23:31:35,509 INFO blivet: removing obsolete action 361 (405) >23:31:35,509 INFO blivet: removing obsolete action 362 (405) >23:31:35,509 INFO blivet: removing obsolete action 405 (405) >23:31:35,510 INFO blivet: removing obsolete action 355 (404) >23:31:35,510 INFO blivet: removing obsolete action 356 (404) >23:31:35,510 INFO blivet: removing obsolete action 404 (404) >23:31:35,510 INFO blivet: removing obsolete action 379 (403) >23:31:35,510 INFO blivet: removing obsolete action 403 (403) >23:31:35,511 INFO blivet: removing obsolete action 383 (402) >23:31:35,511 INFO blivet: removing obsolete action 384 (402) >23:31:35,511 INFO blivet: removing obsolete action 402 (402) >23:31:35,511 INFO blivet: removing obsolete action 389 (401) >23:31:35,511 INFO blivet: removing obsolete action 390 (401) >23:31:35,512 INFO blivet: removing obsolete action 401 (401) >23:31:35,512 INFO blivet: removing obsolete action 395 (400) >23:31:35,512 INFO blivet: removing obsolete action 396 (400) >23:31:35,512 INFO blivet: removing obsolete action 400 (400) >23:31:35,512 INFO blivet: removing obsolete action 367 (399) >23:31:35,512 INFO blivet: removing obsolete action 368 (399) >23:31:35,513 INFO blivet: removing obsolete action 399 (399) >23:31:35,513 INFO blivet: removing obsolete action 373 (398) >23:31:35,513 INFO blivet: removing obsolete action 374 (398) >23:31:35,513 INFO blivet: removing obsolete action 398 (398) >23:31:35,513 DEBUG blivet: action 396 already pruned >23:31:35,514 DEBUG blivet: action 395 already pruned >23:31:35,514 DEBUG blivet: action 390 already pruned >23:31:35,514 DEBUG blivet: action 389 already pruned >23:31:35,514 DEBUG blivet: action 384 already pruned >23:31:35,514 DEBUG blivet: action 383 already pruned >23:31:35,514 DEBUG blivet: action 379 already pruned >23:31:35,514 DEBUG blivet: action 374 already pruned >23:31:35,514 DEBUG blivet: action 373 already pruned >23:31:35,515 DEBUG blivet: action 368 already pruned >23:31:35,515 DEBUG blivet: action 367 already pruned >23:31:35,515 DEBUG blivet: action 362 already pruned >23:31:35,515 DEBUG blivet: action 361 already pruned >23:31:35,515 DEBUG blivet: action 356 already pruned >23:31:35,515 DEBUG blivet: action 355 already pruned >23:31:35,515 INFO blivet: removing obsolete action 167 (351) >23:31:35,515 INFO blivet: removing obsolete action 338 (351) >23:31:35,516 INFO blivet: removing obsolete action 164 (348) >23:31:35,516 INFO blivet: removing obsolete action 346 (348) >23:31:35,516 DEBUG blivet: action 346 already pruned >23:31:35,516 INFO blivet: removing obsolete action 159 (345) >23:31:35,516 INFO blivet: removing obsolete action 335 (345) >23:31:35,516 INFO blivet: removing obsolete action 156 (342) >23:31:35,517 INFO blivet: removing obsolete action 340 (342) >23:31:35,517 DEBUG blivet: action 340 already pruned >23:31:35,517 DEBUG blivet: action 338 already pruned >23:31:35,517 INFO blivet: removing obsolete action 177 (337) >23:31:35,517 INFO blivet: removing obsolete action 178 (337) >23:31:35,517 INFO blivet: removing obsolete action 337 (337) >23:31:35,518 DEBUG blivet: action 335 already pruned >23:31:35,518 INFO blivet: removing obsolete action 171 (334) >23:31:35,518 INFO blivet: removing obsolete action 172 (334) >23:31:35,518 INFO blivet: removing obsolete action 334 (334) >23:31:35,518 INFO blivet: removing obsolete action 195 (333) >23:31:35,518 INFO blivet: removing obsolete action 333 (333) >23:31:35,519 INFO blivet: removing obsolete action 183 (332) >23:31:35,519 INFO blivet: removing obsolete action 184 (332) >23:31:35,519 INFO blivet: removing obsolete action 332 (332) >23:31:35,519 INFO blivet: removing obsolete action 189 (331) >23:31:35,519 INFO blivet: removing obsolete action 190 (331) >23:31:35,519 INFO blivet: removing obsolete action 331 (331) >23:31:35,520 INFO blivet: removing obsolete action 199 (330) >23:31:35,520 INFO blivet: removing obsolete action 200 (330) >23:31:35,520 INFO blivet: removing obsolete action 330 (330) >23:31:35,520 INFO blivet: removing obsolete action 211 (329) >23:31:35,520 INFO blivet: removing obsolete action 212 (329) >23:31:35,520 INFO blivet: removing obsolete action 329 (329) >23:31:35,521 DEBUG blivet: action 212 already pruned >23:31:35,521 DEBUG blivet: action 211 already pruned >23:31:35,521 DEBUG blivet: action 200 already pruned >23:31:35,521 DEBUG blivet: action 199 already pruned >23:31:35,521 DEBUG blivet: action 195 already pruned >23:31:35,521 DEBUG blivet: action 190 already pruned >23:31:35,521 DEBUG blivet: action 189 already pruned >23:31:35,521 DEBUG blivet: action 184 already pruned >23:31:35,522 DEBUG blivet: action 183 already pruned >23:31:35,522 DEBUG blivet: action 178 already pruned >23:31:35,522 DEBUG blivet: action 177 already pruned >23:31:35,522 DEBUG blivet: action 172 already pruned >23:31:35,522 DEBUG blivet: action 171 already pruned >23:31:35,522 DEBUG blivet: action 167 already pruned >23:31:35,522 DEBUG blivet: action 164 already pruned >23:31:35,523 DEBUG blivet: action 159 already pruned >23:31:35,523 DEBUG blivet: action 156 already pruned >23:31:35,601 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:35,602 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:35,613 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:31:35,614 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:35,615 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:35,625 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:31:39,074 DEBUG blivet: starting Blivet copy >23:31:39,119 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:39,120 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62790> PedPartition: <_ped.Partition object at 0x7fe8b3c6ad10> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3ca41d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c62950> PedPartition: <_ped.Partition object at 0x7fe8b0c9c3b0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c57ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3c3e390> PedPartition: <_ped.Partition object at 0x7fe8b0c9cbf0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:39,226 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:31:39,227 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:39,236 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:31:39,236 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:31:39,245 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >23:31:39,245 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> >23:31:39,247 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >23:31:39,247 DEBUG blivet: DeviceTree.getDeviceByID returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:39,256 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >23:31:39,256 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> >23:31:39,257 DEBUG blivet: DeviceTree.getDeviceByID: hidden: False ; id_num: 21 ; incomplete: False ; >23:31:39,258 DEBUG blivet: DeviceTree.getDeviceByID returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:31:39,266 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >23:31:39,266 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> >23:31:39,267 DEBUG blivet: finished Blivet copy >23:31:39,271 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:39,272 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:39,366 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:39,367 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:39,451 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:39,451 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:39,524 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:39,525 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:40,929 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:40,930 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:40,942 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:31:40,943 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >23:31:40,944 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:40,956 DEBUG blivet: resolved 'sda' to 'sda' (disk) >23:31:48,339 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:48,341 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:48,479 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:48,480 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:48,570 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sda ; incomplete: False ; >23:31:48,571 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel >23:31:48,578 DEBUG blivet: DeviceTree.getDeviceByName: hidden: True ; name: sdb ; incomplete: False ; >23:31:48,579 DEBUG blivet: DeviceTree.getDeviceByName returned existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel >23:31:48,586 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:48,587 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:48,661 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:48,661 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:50,696 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:50,698 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:50,831 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:50,831 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:54,976 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:54,978 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:55,111 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:55,112 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:56,408 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:56,410 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:31:56,543 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >23:31:56,544 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x7fe8b3c57350) -- > name = sda3 status = False kids = 1 id = 596 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9710> PedPartition: <_ped.Partition object at 0x7fe8b0b42590> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 1435648 end = 3907028991 length = 3905593344 > flags = , PartitionDevice instance (0x7fe8b3c5eb90) -- > name = sdb1 status = False kids = 1 id = 602 > parents = ['existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel'] > uuid = None size = 223.57 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > 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 0x7fe8b3be7b50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9a10> PedPartition: <_ped.Partition object at 0x7fe8b3c53dd0> > disk = existing 223.57 GiB disk sdb (21) with non-existent gpt disklabel > start = 2048 end = 468860927 length = 468858880 > flags = , PartitionDevice instance (0x7fe8b3c57810) -- > name = sda2 status = False kids = 0 id = 608 > parents = ['existing 1863.02 GiB disk sda (1) 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 0x7fe8b3c64090> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7fe8b3cd9510> PedPartition: <_ped.Partition object at 0x7fe8b3c535f0> > disk = existing 1863.02 GiB disk sda (1) with non-existent gpt disklabel > start = 411648 end = 1435647 length = 1024000 > flags = ] >23:32:00,575 INFO blivet: hiding device lvmlv fedora-root (id 624) >23:32:00,576 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-swap ; current: swap ; type: None ; >23:32:00,576 INFO blivet: canceled action [639] create format None on lvmlv fedora-swap (id 636) >23:32:00,577 INFO blivet: removed lvmlv fedora-swap (id 636) from device tree >23:32:00,578 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 3 ; name: fedora ; >23:32:00,578 INFO blivet: canceled action [638] create device lvmlv fedora-swap (id 636) >23:32:00,579 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: ext4 ; type: None ; >23:32:00,580 INFO blivet: canceled action [633] create format None on lvmlv fedora-home (id 630) >23:32:00,580 INFO blivet: removed lvmlv fedora-home (id 630) from device tree >23:32:00,581 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora ; >23:32:00,581 INFO blivet: canceled action [632] create device lvmlv fedora-home (id 630) >23:32:00,583 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-root ; current: ext4 ; type: None ; >23:32:00,583 INFO blivet: canceled action [627] create format None on lvmlv fedora-root (id 624) >23:32:00,583 INFO blivet: removed lvmlv fedora-root (id 624) from device tree >23:32:00,584 DEBUG blivet: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora ; >23:32:00,584 INFO blivet: canceled action [626] create device lvmlv fedora-root (id 624) >23:32:00,585 INFO blivet: removed lvmvg fedora (id 619) from device tree >23:32:00,586 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sda3 ; >23:32:00,587 DEBUG blivet: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >23:32:00,587 INFO blivet: canceled action [622] create device lvmvg fedora (id 619) >23:32:00,588 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >23:32:00,589 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: lvmpv ; type: None ; >23:32:00,590 INFO blivet: canceled action [605] create format None on partition sdb1 (id 602) >23:32:00,590 INFO blivet: removed partition sdb1 (id 602) from device tree >23:32:00,591 DEBUG blivet: DiskDevice.removeChild: kids: 1 ; name: sdb ; >23:32:00,591 INFO blivet: canceled action [604] create device partition sdb1 (id 602) >23:32:00,593 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-home ; current: ext4 ; type: None ; >23:32:00,593 INFO blivet: canceled action [206] create format None on lvmlv fedora-home (id 203) > > >/tmp/ifcfg.log: >06:27:14,516 DEBUG ifcfg: content of files (network initialization): >06:27:14,527 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [200, 96, 0, 226, 179, 55]}, 'connection': {'timestamp': 1404196007L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': 'fae4041b-a6ae-4da0-a8cd-9db4e5ac1abe'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >06:27:14,737 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['em1']): >06:27:14,737 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: >06:27:14,738 DEBUG ifcfg: TYPE=Ethernet >06:27:14,738 DEBUG ifcfg: BOOTPROTO=dhcp >06:27:14,738 DEBUG ifcfg: DEFROUTE=yes >06:27:14,738 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >06:27:14,738 DEBUG ifcfg: IPV6INIT=yes >06:27:14,738 DEBUG ifcfg: IPV6_AUTOCONF=yes >06:27:14,738 DEBUG ifcfg: IPV6_DEFROUTE=yes >06:27:14,738 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >06:27:14,738 DEBUG ifcfg: NAME=em1 >06:27:14,738 DEBUG ifcfg: UUID=fae4041b-a6ae-4da0-a8cd-9db4e5ac1abe >06:27:14,739 DEBUG ifcfg: ONBOOT=no >06:27:14,739 DEBUG ifcfg: HWADDR=C8:60:00:E2:B3:37 >06:27:14,739 DEBUG ifcfg: PEERDNS=yes >06:27:14,739 DEBUG ifcfg: PEERROUTES=yes >06:27:14,739 DEBUG ifcfg: IPV6_PEERDNS=yes >06:27:14,739 DEBUG ifcfg: IPV6_PEERROUTES=yes >06:27:14,746 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [200, 96, 0, 226, 179, 55]}, 'connection': {'timestamp': 1404196007L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em1', 'uuid': 'fae4041b-a6ae-4da0-a8cd-9db4e5ac1abe'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >06:28:17,795 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >06:28:17,795 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 > > >/proc/cmdline: >BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64 quiet > > >/tmp/syslog: >06:26:35,968 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="1023" x-info="http://www.rsyslog.com"] start >06:26:35,968 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >06:26:35,968 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >06:26:35,968 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >06:26:35,968 NOTICE kernel:[ 0.000000] Linux version 3.16.0-0.rc2.git4.1.fc21.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.9.0 20140625 (Red Hat 4.9.0-13) (GCC) ) #1 SMP Fri Jun 27 15:19:02 UTC 2014 >06:26:35,968 INFO kernel:[ 0.000000] Command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64 quiet >06:26:35,968 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dd6ebfff] usable >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dd6ec000-0x00000000dda44fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dda45000-0x00000000dda55fff] ACPI data >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dda56000-0x00000000ddb79fff] ACPI NVS >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ddb7a000-0x00000000de7e8fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de7e9000-0x00000000de7e9fff] usable >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de7ea000-0x00000000de82cfff] ACPI NVS >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000de82d000-0x00000000dec54fff] usable >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000dec55000-0x00000000deff3fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable >06:26:35,968 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >06:26:35,968 DEBUG kernel:[ 0.000000] e820: update [mem 0x9776e018-0x9777d057] usable ==> usable >06:26:35,968 DEBUG kernel:[ 0.000000] e820: update [mem 0x9775e018-0x9776d857] usable ==> usable >06:26:35,968 INFO kernel:[ 0.000000] extended physical RAM map: >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009775e017] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000009775e018-0x000000009776d857] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000009776d858-0x000000009776e017] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000009776e018-0x000000009777d057] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x000000009777d058-0x00000000dd6ebfff] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dd6ec000-0x00000000dda44fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dda45000-0x00000000dda55fff] ACPI data >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dda56000-0x00000000ddb79fff] ACPI NVS >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ddb7a000-0x00000000de7e8fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de7e9000-0x00000000de7e9fff] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de7ea000-0x00000000de82cfff] ACPI NVS >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000de82d000-0x00000000dec54fff] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000dec55000-0x00000000deff3fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000deff4000-0x00000000deffffff] usable >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >06:26:35,968 INFO kernel:[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021effffff] usable >06:26:35,968 INFO kernel:[ 0.000000] efi: EFI v2.31 by American Megatrends >06:26:35,968 INFO kernel:[ 0.000000] efi: ACPI=0xdda48000 ACPI 2.0=0xdda48000 SMBIOS=0xf04c0 MPS=0xfd4d0 >06:26:35,968 INFO kernel:[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000009000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000009000-0x000000000005e000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000005e000-0x0000000000060000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000002000000-0x000000000488c000) (40MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x000000000488c000-0x000000003adc2000) (869MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000003adc2000-0x0000000040000000) (82MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040000000-0x000000009775e000) (1399MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000009775e000-0x00000000cbadc000) (835MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000cbadc000-0x00000000cbade000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000cbade000-0x00000000cbae1000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000cbae1000-0x00000000cbae7000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000cbae7000-0x00000000cbae9000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000cbae9000-0x00000000cbaeb000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x00000000cbaeb000-0x00000000cbaed000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000cbaed000-0x00000000cbaef000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem21: type=2, attr=0xf, range=[0x00000000cbaef000-0x00000000cbbde000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem22: type=1, attr=0xf, range=[0x00000000cbbde000-0x00000000cbd19000) (1MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000cbd19000-0x00000000d07a2000) (74MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000d07a2000-0x00000000d0804000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000d0804000-0x00000000d0835000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000d0835000-0x00000000d08b3000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d08b3000-0x00000000d08bb000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000d08bb000-0x00000000d08d6000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d08d6000-0x00000000d08de000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000d08de000-0x00000000d08fe000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000d08fe000-0x00000000d090a000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000d090a000-0x00000000d092f000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000d092f000-0x00000000d093d000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000d093d000-0x00000000d0967000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000d0967000-0x00000000d097d000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000d097d000-0x00000000d099b000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000d099b000-0x00000000d09ae000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000d09ae000-0x00000000d09d9000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000d09d9000-0x00000000d09ef000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000d09ef000-0x00000000d0a0a000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000d0a0a000-0x00000000d0a0c000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000d0a0c000-0x00000000d0abe000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000d0abe000-0x00000000d0ac6000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000d0ac6000-0x00000000d0ae2000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000d0ae2000-0x00000000d0aea000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000d0aea000-0x00000000d0b0b000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000d0b0b000-0x00000000d0b17000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000d0b17000-0x00000000d0b3a000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000d0b3a000-0x00000000d0b48000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000d0b48000-0x00000000d0b72000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem51: type=7, attr=0xf, range=[0x00000000d0b72000-0x00000000d0b88000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000d0b88000-0x00000000d0ba9000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem53: type=7, attr=0xf, range=[0x00000000d0ba9000-0x00000000d0bbc000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x00000000d0bbc000-0x00000000d0be8000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x00000000d0be8000-0x00000000d0bfe000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x00000000d0bfe000-0x00000000d0c79000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem57: type=7, attr=0xf, range=[0x00000000d0c79000-0x00000000d0c93000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x00000000d0c93000-0x00000000d0ccc000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem59: type=7, attr=0xf, range=[0x00000000d0ccc000-0x00000000d0cd4000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x00000000d0cd4000-0x00000000d0cef000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem61: type=7, attr=0xf, range=[0x00000000d0cef000-0x00000000d0cf7000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x00000000d0cf7000-0x00000000d0d17000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem63: type=7, attr=0xf, range=[0x00000000d0d17000-0x00000000d0d23000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x00000000d0d23000-0x00000000d0d48000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem65: type=7, attr=0xf, range=[0x00000000d0d48000-0x00000000d0d56000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000d0d56000-0x00000000d0d81000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem67: type=7, attr=0xf, range=[0x00000000d0d81000-0x00000000d0d97000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000d0d97000-0x00000000d0db4000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem69: type=7, attr=0xf, range=[0x00000000d0db4000-0x00000000d0dc7000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000d0dc7000-0x00000000d0df2000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x00000000d0df2000-0x00000000d0dfc000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000d0dfc000-0x00000000d0e88000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem73: type=7, attr=0xf, range=[0x00000000d0e88000-0x00000000d0e8c000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000d0e8c000-0x00000000d0edb000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem75: type=7, attr=0xf, range=[0x00000000d0edb000-0x00000000d0ee3000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000d0ee3000-0x00000000d0eff000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem77: type=7, attr=0xf, range=[0x00000000d0eff000-0x00000000d0f07000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000d0f07000-0x00000000d1002000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem79: type=7, attr=0xf, range=[0x00000000d1002000-0x00000000d1005000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000d1005000-0x00000000d1096000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem81: type=7, attr=0xf, range=[0x00000000d1096000-0x00000000d109a000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x00000000d109a000-0x00000000d10f6000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem83: type=7, attr=0xf, range=[0x00000000d10f6000-0x00000000d10fe000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x00000000d10fe000-0x00000000d11a7000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem85: type=7, attr=0xf, range=[0x00000000d11a7000-0x00000000d11a9000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x00000000d11a9000-0x00000000d11de000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem87: type=7, attr=0xf, range=[0x00000000d11de000-0x00000000d11e3000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x00000000d11e3000-0x00000000d1218000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem89: type=7, attr=0xf, range=[0x00000000d1218000-0x00000000d1219000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x00000000d1219000-0x00000000d1364000) (1MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem91: type=7, attr=0xf, range=[0x00000000d1364000-0x00000000d136b000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x00000000d136b000-0x00000000d13f2000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem93: type=7, attr=0xf, range=[0x00000000d13f2000-0x00000000d13f9000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x00000000d13f9000-0x00000000d146e000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x00000000d146e000-0x00000000d146f000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x00000000d146f000-0x00000000d14bc000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem97: type=7, attr=0xf, range=[0x00000000d14bc000-0x00000000d14c0000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x00000000d14c0000-0x00000000d1550000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem99: type=7, attr=0xf, range=[0x00000000d1550000-0x00000000d1555000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x00000000d1555000-0x00000000d1590000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem101: type=7, attr=0xf, range=[0x00000000d1590000-0x00000000d1593000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x00000000d1593000-0x00000000d1652000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem103: type=7, attr=0xf, range=[0x00000000d1652000-0x00000000d1653000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000d1653000-0x00000000d16fd000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem105: type=7, attr=0xf, range=[0x00000000d16fd000-0x00000000d16fe000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000d16fe000-0x00000000d1759000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem107: type=7, attr=0xf, range=[0x00000000d1759000-0x00000000d175b000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000d175b000-0x00000000d17f4000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem109: type=7, attr=0xf, range=[0x00000000d17f4000-0x00000000d17fa000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000d17fa000-0x00000000d182b000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem111: type=7, attr=0xf, range=[0x00000000d182b000-0x00000000d182f000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000d182f000-0x00000000d1832000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem113: type=7, attr=0xf, range=[0x00000000d1832000-0x00000000d1833000) (0MB) >06:26:35,968 INFO kernel:[ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000d1833000-0x00000000d188c000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem115: type=7, attr=0xf, range=[0x00000000d188c000-0x00000000d1894000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000d1894000-0x00000000dcac9000) (178MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem117: type=7, attr=0xf, range=[0x00000000dcac9000-0x00000000dd039000) (5MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem118: type=3, attr=0xf, range=[0x00000000dd039000-0x00000000dd6ec000) (6MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem119: type=0, attr=0xf, range=[0x00000000dd6ec000-0x00000000dd791000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem120: type=0, attr=0xf, range=[0x00000000dd791000-0x00000000dd9da000) (2MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem121: type=0, attr=0xf, range=[0x00000000dd9da000-0x00000000dd9e0000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem122: type=0, attr=0xf, range=[0x00000000dd9e0000-0x00000000dda45000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem123: type=9, attr=0xf, range=[0x00000000dda45000-0x00000000dda48000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem124: type=9, attr=0xf, range=[0x00000000dda48000-0x00000000dda56000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem125: type=10, attr=0xf, range=[0x00000000dda56000-0x00000000ddad3000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem126: type=10, attr=0xf, range=[0x00000000ddad3000-0x00000000ddb7a000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem127: type=6, attr=0x800000000000000f, range=[0x00000000ddb7a000-0x00000000de176000) (5MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem128: type=6, attr=0x800000000000000f, range=[0x00000000de176000-0x00000000de687000) (5MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem129: type=6, attr=0x800000000000000f, range=[0x00000000de687000-0x00000000de68b000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem130: type=6, attr=0x800000000000000f, range=[0x00000000de68b000-0x00000000de757000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem131: type=5, attr=0x800000000000000f, range=[0x00000000de757000-0x00000000de774000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem132: type=5, attr=0x800000000000000f, range=[0x00000000de774000-0x00000000de7e9000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem133: type=4, attr=0xf, range=[0x00000000de7e9000-0x00000000de7ea000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem134: type=10, attr=0xf, range=[0x00000000de7ea000-0x00000000de82d000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem135: type=4, attr=0xf, range=[0x00000000de82d000-0x00000000de97e000) (1MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem136: type=3, attr=0xf, range=[0x00000000de97e000-0x00000000dec22000) (2MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem137: type=4, attr=0xf, range=[0x00000000dec22000-0x00000000dec28000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem138: type=3, attr=0xf, range=[0x00000000dec28000-0x00000000dec2c000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem139: type=4, attr=0xf, range=[0x00000000dec2c000-0x00000000dec39000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem140: type=3, attr=0xf, range=[0x00000000dec39000-0x00000000dec4b000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem141: type=4, attr=0xf, range=[0x00000000dec4b000-0x00000000dec4c000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem142: type=3, attr=0xf, range=[0x00000000dec4c000-0x00000000dec4e000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem143: type=4, attr=0xf, range=[0x00000000dec4e000-0x00000000dec55000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem144: type=6, attr=0x800000000000000f, range=[0x00000000dec55000-0x00000000deff4000) (3MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem145: type=4, attr=0xf, range=[0x00000000deff4000-0x00000000df000000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem146: type=7, attr=0xf, range=[0x0000000100000000-0x000000021f000000) (4592MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem147: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem148: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem149: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem150: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem151: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB) >06:26:35,969 INFO kernel:[ 0.000000] efi: mem152: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB) >06:26:35,969 INFO kernel:[ 0.000000] SMBIOS 2.7 present. >06:26:35,969 DEBUG kernel:[ 0.000000] DMI: System manufacturer System Product Name/P8Z77-V, BIOS 1908 03/14/2013 >06:26:35,969 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >06:26:35,969 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >06:26:35,969 INFO kernel:[ 0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000 >06:26:35,969 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >06:26:35,969 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >06:26:35,969 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >06:26:35,969 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >06:26:35,969 DEBUG kernel:[ 0.000000] C0000-CFFFF write-protect >06:26:35,969 DEBUG kernel:[ 0.000000] D0000-DFFFF uncachable >06:26:35,969 DEBUG kernel:[ 0.000000] E0000-FFFFF write-protect >06:26:35,969 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >06:26:35,969 DEBUG kernel:[ 0.000000] 0 base 000000000 mask E00000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 1 base 200000000 mask FF0000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 2 base 210000000 mask FF8000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 3 base 218000000 mask FFC000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 4 base 21C000000 mask FFE000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 5 base 21E000000 mask FFF000000 write-back >06:26:35,969 DEBUG kernel:[ 0.000000] 6 base 0E0000000 mask FE0000000 uncachable >06:26:35,969 DEBUG kernel:[ 0.000000] 7 disabled >06:26:35,969 DEBUG kernel:[ 0.000000] 8 disabled >06:26:35,969 DEBUG kernel:[ 0.000000] 9 disabled >06:26:35,969 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >06:26:35,969 DEBUG kernel:[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved >06:26:35,969 INFO kernel:[ 0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000 >06:26:35,969 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf] mapped at [ffff8800000fd8c0] >06:26:35,969 INFO kernel:[ 0.000000] Scanning 1 areas for low memory corruption >06:26:35,969 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x04468000, 0x04468fff] PGTABLE >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x04469000, 0x04469fff] PGTABLE >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x0446a000, 0x0446afff] PGTABLE >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21ee00000-0x21effffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x21ee00000-0x21effffff] page 2M >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x0446b000, 0x0446bfff] PGTABLE >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21edfffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x21c000000-0x21edfffff] page 2M >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x21bffffff] page 2M >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xdd6ebfff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x00200000-0xdd5fffff] page 2M >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xdd600000-0xdd6ebfff] page 4k >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xde7e9000-0xde7e9fff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xde7e9000-0xde7e9fff] page 4k >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x0446c000, 0x0446cfff] PGTABLE >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xde82d000-0xdec54fff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xde82d000-0xde9fffff] page 4k >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xdea00000-0xdebfffff] page 2M >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xdec00000-0xdec54fff] page 4k >06:26:35,969 DEBUG kernel:[ 0.000000] BRK [0x0446d000, 0x0446dfff] PGTABLE >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0xdeff4000-0xdeffffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0xdeff4000-0xdeffffff] page 4k >06:26:35,969 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >06:26:35,969 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M >06:26:35,969 INFO kernel:[ 0.000000] RAMDISK: [mem 0x3adc2000-0x3d76efff] >06:26:35,969 INFO kernel:[ 0.000000] Secure boot enabled >06:26:35,969 INFO kernel:[ 0.000000] ACPI: Early table checksum verification disabled >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: RSDP 0x00000000DDA48000 000024 (v02 ALASKA) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: XSDT 0x00000000DDA48078 00006C (v01 ALASKA A M I 01072009 AMI 00010013) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: FACP 0x00000000DDA53818 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: DSDT 0x00000000DDA48180 00B693 (v02 ALASKA A M I 00000022 INTL 20051117) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: FACS 0x00000000DDB78080 000040 >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: APIC 0x00000000DDA53928 000072 (v03 ALASKA A M I 01072009 AMI 00010013) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: FPDT 0x00000000DDA539A0 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: MCFG 0x00000000DDA539E8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: HPET 0x00000000DDA53A28 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DDA53A60 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: BGRT 0x00000000DDA55270 000038 (v00 ALASKA A M I 01072009 AMI 00010013) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DDA53E28 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117) >06:26:35,969 WARNING kernel:[ 0.000000] ACPI: SSDT 0x00000000DDA547D8 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117) >06:26:35,969 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >06:26:35,969 INFO kernel:[ 0.000000] No NUMA configuration found >06:26:35,969 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff] >06:26:35,969 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21effffff] >06:26:35,969 INFO kernel:[ 0.000000] NODE_DATA [mem 0x21efcf000-0x21eff5fff] >06:26:35,969 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216600000-ffff88021e5fffff] on node 0 >06:26:35,969 WARNING kernel:[ 0.000000] Zone ranges: >06:26:35,969 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >06:26:35,969 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >06:26:35,969 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x21effffff] >06:26:35,969 WARNING kernel:[ 0.000000] Movable zone start for each node >06:26:35,969 WARNING kernel:[ 0.000000] Early memory node ranges >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x0009efff] >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xdd6ebfff] >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0xde7e9000-0xde7e9fff] >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0xde82d000-0xdec54fff] >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0xdeff4000-0xdeffffff] >06:26:35,969 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x21effffff] >06:26:35,969 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2083519 >06:26:35,969 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >06:26:35,969 DEBUG kernel:[ 0.000000] DMA zone: 25 pages reserved >06:26:35,969 DEBUG kernel:[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 >06:26:35,969 DEBUG kernel:[ 0.000000] DMA32 zone: 14125 pages used for memmap >06:26:35,969 DEBUG kernel:[ 0.000000] DMA32 zone: 903969 pages, LIFO batch:31 >06:26:35,969 DEBUG kernel:[ 0.000000] Normal zone: 18368 pages used for memmap >06:26:35,969 DEBUG kernel:[ 0.000000] Normal zone: 1175552 pages, LIFO batch:31 >06:26:35,969 WARNING kernel:[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED >06:26:35,969 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x408 >06:26:35,969 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >06:26:35,969 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >06:26:35,969 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 >06:26:35,969 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >06:26:35,969 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >06:26:35,969 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >06:26:35,969 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >06:26:35,969 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >06:26:35,969 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >06:26:35,969 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 >06:26:35,969 INFO kernel:[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs >06:26:35,969 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x9775e000-0x9775efff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x9776d000-0x9776dfff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x9776e000-0x9776efff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x9777d000-0x9777dfff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdd6ec000-0xdda44fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdda45000-0xdda55fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdda56000-0xddb79fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xddb7a000-0xde7e8fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xde7ea000-0xde82cfff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdec55000-0xdeff3fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >06:26:35,969 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >06:26:35,969 INFO kernel:[ 0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices >06:26:35,969 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >06:26:35,969 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 >06:26:35,969 INFO kernel:[ 0.000000] PERCPU: Embedded 478 pages/cpu @ffff880215e00000 s1928000 r8192 d21696 u2097152 >06:26:35,969 DEBUG kernel:[ 0.000000] pcpu-alloc: s1928000 r8192 d21696 u2097152 alloc=1*2097152 >06:26:35,969 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 >06:26:35,969 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2050937 >06:26:35,969 WARNING kernel:[ 0.000000] Policy zone: Normal >06:26:35,969 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64 quiet >06:26:35,969 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >06:26:35,969 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >06:26:35,969 WARNING kernel:[ 0.000000] Memory: 7838756K/8334076K available (8282K kernel code, 1939K rwdata, 3428K rodata, 3740K init, 17228K bss, 495320K reserved) >06:26:35,969 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 >06:26:35,969 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >06:26:35,969 INFO kernel:[ 0.000000] RCU lockdep checking is enabled. >06:26:35,969 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4. >06:26:35,969 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >06:26:35,969 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0-3. >06:26:35,969 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 >06:26:35,969 INFO kernel:[ 0.000000] NR_IRQS:524544 nr_irqs:712 16 >06:26:35,969 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >06:26:35,969 INFO kernel:[ 0.000000] console [tty0] enabled >06:26:35,969 WARNING kernel:[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar >06:26:35,969 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 >06:26:35,969 WARNING kernel:[ 0.000000] ... MAX_LOCK_DEPTH: 48 >06:26:35,969 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 >06:26:35,969 WARNING kernel:[ 0.000000] ... CLASSHASH_SIZE: 4096 >06:26:35,969 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768 >06:26:35,969 WARNING kernel:[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536 >06:26:35,969 WARNING kernel:[ 0.000000] ... CHAINHASH_SIZE: 32768 >06:26:35,969 WARNING kernel:[ 0.000000] memory used by lock dependency info: 8671 kB >06:26:35,969 WARNING kernel:[ 0.000000] per task-struct memory footprint: 2688 bytes >06:26:35,969 INFO kernel:[ 0.000000] allocated 33554432 bytes of page_cgroup >06:26:35,969 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >06:26:35,969 INFO kernel:[ 0.000000] kmemleak: Kernel memory leak detector disabled >06:26:35,969 DEBUG kernel:[ 0.000000] hpet clockevent registered >06:26:35,969 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >06:26:35,969 INFO kernel:[ 0.000000] tsc: Detected 3467.996 MHz processor >06:26:35,969 INFO kernel:[ 0.000050] Calibrating delay loop (skipped), value calculated using timer frequency.. 6935.99 BogoMIPS (lpj=3467996) >06:26:35,969 INFO kernel:[ 0.000055] pid_max: default: 32768 minimum: 301 >06:26:35,969 INFO kernel:[ 0.000066] ACPI: Core revision 20140424 >06:26:35,969 WARNING kernel:[ 0.019153] ACPI: All ACPI Tables successfully acquired >06:26:35,969 INFO kernel:[ 0.088776] ---[ User Space ]--- >06:26:35,969 INFO kernel:[ 0.088779] 0x0000000000000000-0x000000000005e000 376K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088792] 0x000000000005e000-0x0000000000060000 8K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088803] 0x0000000000060000-0x000000000009f000 252K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088814] 0x000000000009f000-0x00000000000a0000 4K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088827] 0x00000000000a0000-0x0000000000200000 1408K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088863] 0x0000000000200000-0x00000000d0600000 3332M RW PSE GLB NX pmd >06:26:35,969 INFO kernel:[ 0.088877] 0x00000000d0600000-0x00000000d07a2000 1672K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088888] 0x00000000d07a2000-0x00000000d0804000 392K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088899] 0x00000000d0804000-0x00000000d0835000 196K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088911] 0x00000000d0835000-0x00000000d08b3000 504K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088922] 0x00000000d08b3000-0x00000000d08bb000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088933] 0x00000000d08bb000-0x00000000d08d6000 108K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088944] 0x00000000d08d6000-0x00000000d08de000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088956] 0x00000000d08de000-0x00000000d08fe000 128K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088967] 0x00000000d08fe000-0x00000000d090a000 48K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.088978] 0x00000000d090a000-0x00000000d092f000 148K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.088989] 0x00000000d092f000-0x00000000d093d000 56K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089000] 0x00000000d093d000-0x00000000d0967000 168K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089011] 0x00000000d0967000-0x00000000d097d000 88K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089022] 0x00000000d097d000-0x00000000d099b000 120K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089033] 0x00000000d099b000-0x00000000d09ae000 76K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089045] 0x00000000d09ae000-0x00000000d09d9000 172K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089056] 0x00000000d09d9000-0x00000000d09ef000 88K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089067] 0x00000000d09ef000-0x00000000d0a0a000 108K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089078] 0x00000000d0a0a000-0x00000000d0a0c000 8K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089090] 0x00000000d0a0c000-0x00000000d0abe000 712K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089101] 0x00000000d0abe000-0x00000000d0ac6000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089112] 0x00000000d0ac6000-0x00000000d0ae2000 112K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089123] 0x00000000d0ae2000-0x00000000d0aea000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089134] 0x00000000d0aea000-0x00000000d0b0b000 132K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089145] 0x00000000d0b0b000-0x00000000d0b17000 48K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089156] 0x00000000d0b17000-0x00000000d0b3a000 140K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089167] 0x00000000d0b3a000-0x00000000d0b48000 56K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089178] 0x00000000d0b48000-0x00000000d0b72000 168K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089190] 0x00000000d0b72000-0x00000000d0b88000 88K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089201] 0x00000000d0b88000-0x00000000d0ba9000 132K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089212] 0x00000000d0ba9000-0x00000000d0bbc000 76K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089223] 0x00000000d0bbc000-0x00000000d0be8000 176K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089234] 0x00000000d0be8000-0x00000000d0bfe000 88K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089246] 0x00000000d0bfe000-0x00000000d0c79000 492K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089257] 0x00000000d0c79000-0x00000000d0c93000 104K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089268] 0x00000000d0c93000-0x00000000d0ccc000 228K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089279] 0x00000000d0ccc000-0x00000000d0cd4000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089290] 0x00000000d0cd4000-0x00000000d0cef000 108K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089301] 0x00000000d0cef000-0x00000000d0cf7000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089312] 0x00000000d0cf7000-0x00000000d0d17000 128K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089323] 0x00000000d0d17000-0x00000000d0d23000 48K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089335] 0x00000000d0d23000-0x00000000d0d48000 148K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089346] 0x00000000d0d48000-0x00000000d0d56000 56K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089357] 0x00000000d0d56000-0x00000000d0d81000 172K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089368] 0x00000000d0d81000-0x00000000d0d97000 88K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089379] 0x00000000d0d97000-0x00000000d0db4000 116K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089390] 0x00000000d0db4000-0x00000000d0dc7000 76K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089401] 0x00000000d0dc7000-0x00000000d0df2000 172K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089412] 0x00000000d0df2000-0x00000000d0dfc000 40K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089424] 0x00000000d0dfc000-0x00000000d0e88000 560K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089435] 0x00000000d0e88000-0x00000000d0e8c000 16K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089447] 0x00000000d0e8c000-0x00000000d0edb000 316K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089458] 0x00000000d0edb000-0x00000000d0ee3000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089469] 0x00000000d0ee3000-0x00000000d0eff000 112K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089480] 0x00000000d0eff000-0x00000000d0f07000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089492] 0x00000000d0f07000-0x00000000d1002000 1004K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089503] 0x00000000d1002000-0x00000000d1005000 12K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089515] 0x00000000d1005000-0x00000000d1096000 580K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089526] 0x00000000d1096000-0x00000000d109a000 16K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089537] 0x00000000d109a000-0x00000000d10f6000 368K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089548] 0x00000000d10f6000-0x00000000d10fe000 32K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089560] 0x00000000d10fe000-0x00000000d11a7000 676K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089571] 0x00000000d11a7000-0x00000000d11a9000 8K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089583] 0x00000000d11a9000-0x00000000d11de000 212K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089594] 0x00000000d11de000-0x00000000d11e3000 20K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089605] 0x00000000d11e3000-0x00000000d1218000 212K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089616] 0x00000000d1218000-0x00000000d1219000 4K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089629] 0x00000000d1219000-0x00000000d1364000 1324K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089640] 0x00000000d1364000-0x00000000d136b000 28K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089651] 0x00000000d136b000-0x00000000d13f2000 540K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089662] 0x00000000d13f2000-0x00000000d13f9000 28K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089674] 0x00000000d13f9000-0x00000000d146e000 468K RW GLB x pte >06:26:35,969 INFO kernel:[ 0.089685] 0x00000000d146e000-0x00000000d146f000 4K RW GLB NX pte >06:26:35,969 INFO kernel:[ 0.089696] 0x00000000d146f000-0x00000000d14bc000 308K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089707] 0x00000000d14bc000-0x00000000d14c0000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089719] 0x00000000d14c0000-0x00000000d1550000 576K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089730] 0x00000000d1550000-0x00000000d1555000 20K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089741] 0x00000000d1555000-0x00000000d1590000 236K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089752] 0x00000000d1590000-0x00000000d1593000 12K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089764] 0x00000000d1593000-0x00000000d1652000 764K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089775] 0x00000000d1652000-0x00000000d1653000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089787] 0x00000000d1653000-0x00000000d16fd000 680K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089798] 0x00000000d16fd000-0x00000000d16fe000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089810] 0x00000000d16fe000-0x00000000d1759000 364K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089821] 0x00000000d1759000-0x00000000d175b000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089841] 0x00000000d175b000-0x00000000d17f4000 612K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089852] 0x00000000d17f4000-0x00000000d17fa000 24K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089864] 0x00000000d17fa000-0x00000000d182b000 196K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089875] 0x00000000d182b000-0x00000000d182f000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089886] 0x00000000d182f000-0x00000000d1832000 12K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089897] 0x00000000d1832000-0x00000000d1833000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089908] 0x00000000d1833000-0x00000000d188c000 356K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089919] 0x00000000d188c000-0x00000000d1894000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089932] 0x00000000d1894000-0x00000000d1a00000 1456K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089944] 0x00000000d1a00000-0x00000000dca00000 176M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.089956] 0x00000000dca00000-0x00000000dcac9000 804K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.089968] 0x00000000dcac9000-0x00000000dcc00000 1244K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.089979] 0x00000000dcc00000-0x00000000dd000000 4M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.089991] 0x00000000dd000000-0x00000000dd039000 228K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090004] 0x00000000dd039000-0x00000000dd200000 1820K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090015] 0x00000000dd200000-0x00000000dd600000 4M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.090027] 0x00000000dd600000-0x00000000dd6ec000 944K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090040] 0x00000000dd6ec000-0x00000000dd800000 1104K pte >06:26:35,970 INFO kernel:[ 0.090045] 0x00000000dd800000-0x00000000dda00000 2M pmd >06:26:35,970 INFO kernel:[ 0.090051] 0x00000000dda00000-0x00000000ddb7a000 1512K pte >06:26:35,970 INFO kernel:[ 0.090057] 0x00000000ddb7a000-0x00000000ddc00000 536K RW x pte >06:26:35,970 INFO kernel:[ 0.090068] 0x00000000ddc00000-0x00000000de600000 10M RW PSE x pmd >06:26:35,970 INFO kernel:[ 0.090082] 0x00000000de600000-0x00000000de7e9000 1956K RW x pte >06:26:35,970 INFO kernel:[ 0.090093] 0x00000000de7e9000-0x00000000de7ea000 4K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090104] 0x00000000de7ea000-0x00000000de82d000 268K pte >06:26:35,970 INFO kernel:[ 0.090111] 0x00000000de82d000-0x00000000dea00000 1868K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090122] 0x00000000dea00000-0x00000000dec00000 2M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.090133] 0x00000000dec00000-0x00000000dec55000 340K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090149] 0x00000000dec55000-0x00000000deff4000 3708K RW x pte >06:26:35,970 INFO kernel:[ 0.090160] 0x00000000deff4000-0x00000000df000000 48K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090172] 0x00000000df000000-0x00000000f8000000 400M pmd >06:26:35,970 INFO kernel:[ 0.090178] 0x00000000f8000000-0x00000000fc000000 64M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.090189] 0x00000000fc000000-0x00000000fec00000 44M pmd >06:26:35,970 INFO kernel:[ 0.090193] 0x00000000fec00000-0x00000000fec01000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.090206] 0x00000000fec01000-0x00000000fed00000 1020K pte >06:26:35,970 INFO kernel:[ 0.090210] 0x00000000fed00000-0x00000000fed04000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.090222] 0x00000000fed04000-0x00000000fed1c000 96K pte >06:26:35,970 INFO kernel:[ 0.090226] 0x00000000fed1c000-0x00000000fed20000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.090238] 0x00000000fed20000-0x00000000fee00000 896K pte >06:26:35,970 INFO kernel:[ 0.090243] 0x00000000fee00000-0x00000000fee01000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.090257] 0x00000000fee01000-0x00000000ff000000 2044K pte >06:26:35,970 INFO kernel:[ 0.090262] 0x00000000ff000000-0x0000000100000000 16M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.090293] 0x0000000100000000-0x000000021f000000 4592M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.090305] 0x000000021f000000-0x0000000240000000 528M pmd >06:26:35,970 INFO kernel:[ 0.090313] 0x0000000240000000-0x0000008000000000 503G pud >06:26:35,970 INFO kernel:[ 0.090320] 0x0000008000000000-0xffff800000000000 17179737600G pgd >06:26:35,970 INFO kernel:[ 0.090325] ---[ Kernel Space ]--- >06:26:35,970 INFO kernel:[ 0.090327] 0xffff800000000000-0xffff880000000000 8T pgd >06:26:35,970 INFO kernel:[ 0.090331] ---[ Low Kernel Mapping ]--- >06:26:35,970 INFO kernel:[ 0.090334] 0xffff880000000000-0xffff88000005e000 376K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090345] 0xffff88000005e000-0xffff880000060000 8K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090356] 0xffff880000060000-0xffff88000009f000 252K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090367] 0xffff88000009f000-0xffff8800000a0000 4K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090380] 0xffff8800000a0000-0xffff880000200000 1408K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090405] 0xffff880000200000-0xffff8800d0600000 3332M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.090419] 0xffff8800d0600000-0xffff8800d07a2000 1672K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090430] 0xffff8800d07a2000-0xffff8800d0804000 392K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090441] 0xffff8800d0804000-0xffff8800d0835000 196K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090453] 0xffff8800d0835000-0xffff8800d08b3000 504K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090464] 0xffff8800d08b3000-0xffff8800d08bb000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090475] 0xffff8800d08bb000-0xffff8800d08d6000 108K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090486] 0xffff8800d08d6000-0xffff8800d08de000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090497] 0xffff8800d08de000-0xffff8800d08fe000 128K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090509] 0xffff8800d08fe000-0xffff8800d090a000 48K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090520] 0xffff8800d090a000-0xffff8800d092f000 148K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090531] 0xffff8800d092f000-0xffff8800d093d000 56K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090542] 0xffff8800d093d000-0xffff8800d0967000 168K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090553] 0xffff8800d0967000-0xffff8800d097d000 88K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090564] 0xffff8800d097d000-0xffff8800d099b000 120K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090575] 0xffff8800d099b000-0xffff8800d09ae000 76K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090587] 0xffff8800d09ae000-0xffff8800d09d9000 172K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090598] 0xffff8800d09d9000-0xffff8800d09ef000 88K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090609] 0xffff8800d09ef000-0xffff8800d0a0a000 108K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090620] 0xffff8800d0a0a000-0xffff8800d0a0c000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090632] 0xffff8800d0a0c000-0xffff8800d0abe000 712K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090643] 0xffff8800d0abe000-0xffff8800d0ac6000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090654] 0xffff8800d0ac6000-0xffff8800d0ae2000 112K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090665] 0xffff8800d0ae2000-0xffff8800d0aea000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090676] 0xffff8800d0aea000-0xffff8800d0b0b000 132K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090687] 0xffff8800d0b0b000-0xffff8800d0b17000 48K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090699] 0xffff8800d0b17000-0xffff8800d0b3a000 140K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090710] 0xffff8800d0b3a000-0xffff8800d0b48000 56K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090721] 0xffff8800d0b48000-0xffff8800d0b72000 168K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090732] 0xffff8800d0b72000-0xffff8800d0b88000 88K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090743] 0xffff8800d0b88000-0xffff8800d0ba9000 132K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090754] 0xffff8800d0ba9000-0xffff8800d0bbc000 76K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090765] 0xffff8800d0bbc000-0xffff8800d0be8000 176K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090777] 0xffff8800d0be8000-0xffff8800d0bfe000 88K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090788] 0xffff8800d0bfe000-0xffff8800d0c79000 492K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090799] 0xffff8800d0c79000-0xffff8800d0c93000 104K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090811] 0xffff8800d0c93000-0xffff8800d0ccc000 228K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090822] 0xffff8800d0ccc000-0xffff8800d0cd4000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090842] 0xffff8800d0cd4000-0xffff8800d0cef000 108K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090853] 0xffff8800d0cef000-0xffff8800d0cf7000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090864] 0xffff8800d0cf7000-0xffff8800d0d17000 128K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090875] 0xffff8800d0d17000-0xffff8800d0d23000 48K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090886] 0xffff8800d0d23000-0xffff8800d0d48000 148K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090898] 0xffff8800d0d48000-0xffff8800d0d56000 56K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090909] 0xffff8800d0d56000-0xffff8800d0d81000 172K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090920] 0xffff8800d0d81000-0xffff8800d0d97000 88K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090931] 0xffff8800d0d97000-0xffff8800d0db4000 116K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090942] 0xffff8800d0db4000-0xffff8800d0dc7000 76K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090953] 0xffff8800d0dc7000-0xffff8800d0df2000 172K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090964] 0xffff8800d0df2000-0xffff8800d0dfc000 40K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090976] 0xffff8800d0dfc000-0xffff8800d0e88000 560K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.090987] 0xffff8800d0e88000-0xffff8800d0e8c000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.090999] 0xffff8800d0e8c000-0xffff8800d0edb000 316K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091010] 0xffff8800d0edb000-0xffff8800d0ee3000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091021] 0xffff8800d0ee3000-0xffff8800d0eff000 112K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091032] 0xffff8800d0eff000-0xffff8800d0f07000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091044] 0xffff8800d0f07000-0xffff8800d1002000 1004K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091055] 0xffff8800d1002000-0xffff8800d1005000 12K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091067] 0xffff8800d1005000-0xffff8800d1096000 580K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091078] 0xffff8800d1096000-0xffff8800d109a000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091089] 0xffff8800d109a000-0xffff8800d10f6000 368K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091100] 0xffff8800d10f6000-0xffff8800d10fe000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091112] 0xffff8800d10fe000-0xffff8800d11a7000 676K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091123] 0xffff8800d11a7000-0xffff8800d11a9000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091135] 0xffff8800d11a9000-0xffff8800d11de000 212K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091146] 0xffff8800d11de000-0xffff8800d11e3000 20K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091157] 0xffff8800d11e3000-0xffff8800d1218000 212K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091168] 0xffff8800d1218000-0xffff8800d1219000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091181] 0xffff8800d1219000-0xffff8800d1364000 1324K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091192] 0xffff8800d1364000-0xffff8800d136b000 28K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091203] 0xffff8800d136b000-0xffff8800d13f2000 540K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091214] 0xffff8800d13f2000-0xffff8800d13f9000 28K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091226] 0xffff8800d13f9000-0xffff8800d146e000 468K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091237] 0xffff8800d146e000-0xffff8800d146f000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091248] 0xffff8800d146f000-0xffff8800d14bc000 308K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091259] 0xffff8800d14bc000-0xffff8800d14c0000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091271] 0xffff8800d14c0000-0xffff8800d1550000 576K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091282] 0xffff8800d1550000-0xffff8800d1555000 20K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091294] 0xffff8800d1555000-0xffff8800d1590000 236K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091305] 0xffff8800d1590000-0xffff8800d1593000 12K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091317] 0xffff8800d1593000-0xffff8800d1652000 764K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091328] 0xffff8800d1652000-0xffff8800d1653000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091339] 0xffff8800d1653000-0xffff8800d16fd000 680K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091350] 0xffff8800d16fd000-0xffff8800d16fe000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091362] 0xffff8800d16fe000-0xffff8800d1759000 364K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091373] 0xffff8800d1759000-0xffff8800d175b000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091385] 0xffff8800d175b000-0xffff8800d17f4000 612K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091396] 0xffff8800d17f4000-0xffff8800d17fa000 24K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091407] 0xffff8800d17fa000-0xffff8800d182b000 196K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091418] 0xffff8800d182b000-0xffff8800d182f000 16K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091429] 0xffff8800d182f000-0xffff8800d1832000 12K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091440] 0xffff8800d1832000-0xffff8800d1833000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091452] 0xffff8800d1833000-0xffff8800d188c000 356K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091463] 0xffff8800d188c000-0xffff8800d1894000 32K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091476] 0xffff8800d1894000-0xffff8800d1a00000 1456K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091487] 0xffff8800d1a00000-0xffff8800dca00000 176M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.091499] 0xffff8800dca00000-0xffff8800dcac9000 804K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091512] 0xffff8800dcac9000-0xffff8800dcc00000 1244K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091523] 0xffff8800dcc00000-0xffff8800dd000000 4M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.091534] 0xffff8800dd000000-0xffff8800dd039000 228K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091548] 0xffff8800dd039000-0xffff8800dd200000 1820K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091559] 0xffff8800dd200000-0xffff8800dd600000 4M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.091571] 0xffff8800dd600000-0xffff8800dd6ec000 944K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091583] 0xffff8800dd6ec000-0xffff8800dd800000 1104K pte >06:26:35,970 INFO kernel:[ 0.091588] 0xffff8800dd800000-0xffff8800dda00000 2M pmd >06:26:35,970 INFO kernel:[ 0.091595] 0xffff8800dda00000-0xffff8800ddb7a000 1512K pte >06:26:35,970 INFO kernel:[ 0.091600] 0xffff8800ddb7a000-0xffff8800ddc00000 536K RW x pte >06:26:35,970 INFO kernel:[ 0.091611] 0xffff8800ddc00000-0xffff8800de600000 10M RW PSE x pmd >06:26:35,970 INFO kernel:[ 0.091625] 0xffff8800de600000-0xffff8800de7e9000 1956K RW x pte >06:26:35,970 INFO kernel:[ 0.091636] 0xffff8800de7e9000-0xffff8800de7ea000 4K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091647] 0xffff8800de7ea000-0xffff8800de82d000 268K pte >06:26:35,970 INFO kernel:[ 0.091654] 0xffff8800de82d000-0xffff8800dea00000 1868K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091665] 0xffff8800dea00000-0xffff8800dec00000 2M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.091677] 0xffff8800dec00000-0xffff8800dec55000 340K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091693] 0xffff8800dec55000-0xffff8800deff4000 3708K RW x pte >06:26:35,970 INFO kernel:[ 0.091704] 0xffff8800deff4000-0xffff8800df000000 48K RW GLB x pte >06:26:35,970 INFO kernel:[ 0.091716] 0xffff8800df000000-0xffff8800f8000000 400M pmd >06:26:35,970 INFO kernel:[ 0.091721] 0xffff8800f8000000-0xffff8800fc000000 64M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.091732] 0xffff8800fc000000-0xffff8800fec00000 44M pmd >06:26:35,970 INFO kernel:[ 0.091737] 0xffff8800fec00000-0xffff8800fec01000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.091749] 0xffff8800fec01000-0xffff8800fed00000 1020K pte >06:26:35,970 INFO kernel:[ 0.091754] 0xffff8800fed00000-0xffff8800fed04000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.091765] 0xffff8800fed04000-0xffff8800fed1c000 96K pte >06:26:35,970 INFO kernel:[ 0.091770] 0xffff8800fed1c000-0xffff8800fed20000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.091782] 0xffff8800fed20000-0xffff8800fee00000 896K pte >06:26:35,970 INFO kernel:[ 0.091787] 0xffff8800fee00000-0xffff8800fee01000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.091800] 0xffff8800fee01000-0xffff8800ff000000 2044K pte >06:26:35,970 INFO kernel:[ 0.091805] 0xffff8800ff000000-0xffff880100000000 16M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.091845] 0xffff880100000000-0xffff88021f000000 4592M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.091858] 0xffff88021f000000-0xffff880240000000 528M pmd >06:26:35,970 INFO kernel:[ 0.091865] 0xffff880240000000-0xffff888000000000 503G pud >06:26:35,970 INFO kernel:[ 0.091871] 0xffff888000000000-0xffffc90000000000 66048G pgd >06:26:35,970 INFO kernel:[ 0.091876] ---[ vmalloc() Area ]--- >06:26:35,970 INFO kernel:[ 0.091877] 0xffffc90000000000-0xffffc90000001000 4K RW PCD GLB NX pte >06:26:35,970 INFO kernel:[ 0.091888] 0xffffc90000001000-0xffffc90000002000 4K pte >06:26:35,970 INFO kernel:[ 0.091893] 0xffffc90000002000-0xffffc90000003000 4K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091904] 0xffffc90000003000-0xffffc90000004000 4K pte >06:26:35,970 INFO kernel:[ 0.091909] 0xffffc90000004000-0xffffc90000006000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091920] 0xffffc90000006000-0xffffc90000008000 8K pte >06:26:35,970 INFO kernel:[ 0.091925] 0xffffc90000008000-0xffffc9000000a000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091936] 0xffffc9000000a000-0xffffc90000010000 24K pte >06:26:35,970 INFO kernel:[ 0.091940] 0xffffc90000010000-0xffffc9000001c000 48K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.091954] 0xffffc9000001c000-0xffffc90000200000 1936K pte >06:26:35,970 INFO kernel:[ 0.091961] 0xffffc90000200000-0xffffc90040000000 1022M pmd >06:26:35,970 INFO kernel:[ 0.091969] 0xffffc90040000000-0xffffc98000000000 511G pud >06:26:35,970 INFO kernel:[ 0.091974] 0xffffc98000000000-0xffffea0000000000 33280G pgd >06:26:35,970 INFO kernel:[ 0.091979] ---[ Vmemmap ]--- >06:26:35,970 INFO kernel:[ 0.091981] 0xffffea0000000000-0xffffea0003800000 56M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.091992] 0xffffea0003800000-0xffffea0004000000 8M pmd >06:26:35,970 INFO kernel:[ 0.091997] 0xffffea0004000000-0xffffea0008800000 72M RW PSE GLB NX pmd >06:26:35,970 INFO kernel:[ 0.092010] 0xffffea0008800000-0xffffea0040000000 888M pmd >06:26:35,970 INFO kernel:[ 0.092018] 0xffffea0040000000-0xffffea8000000000 511G pud >06:26:35,970 INFO kernel:[ 0.092023] 0xffffea8000000000-0xffffff0000000000 20992G pgd >06:26:35,970 INFO kernel:[ 0.092028] ---[ ESPfix Area ]--- >06:26:35,970 INFO kernel:[ 0.092030] 0xffffff0000000000-0xffffff8000000000 512G pgd >06:26:35,970 INFO kernel:[ 0.092037] 0xffffff8000000000-0xfffffffec0000000 507G pud >06:26:35,970 INFO kernel:[ 0.092044] 0xfffffffec0000000-0xfffffffee7600000 630M pmd >06:26:35,970 INFO kernel:[ 0.092049] 0xfffffffee7600000-0xfffffffee8600000 16M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.092060] 0xfffffffee8600000-0xfffffffee8601000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.092072] 0xfffffffee8601000-0xfffffffee871c000 1132K pte >06:26:35,970 INFO kernel:[ 0.092077] 0xfffffffee871c000-0xfffffffee8720000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.092090] 0xfffffffee8720000-0xfffffffee8900000 1920K pte >06:26:35,970 INFO kernel:[ 0.092095] 0xfffffffee8900000-0xfffffffee8904000 16K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.092108] 0xfffffffee8904000-0xfffffffee8a00000 1008K pte >06:26:35,970 INFO kernel:[ 0.092112] 0xfffffffee8a00000-0xfffffffee8a01000 4K RW PCD x pte >06:26:35,970 INFO kernel:[ 0.092126] 0xfffffffee8a01000-0xfffffffee8c00000 2044K pte >06:26:35,970 INFO kernel:[ 0.092131] 0xfffffffee8c00000-0xfffffffeecc00000 64M RW PCD PSE x pmd >06:26:35,970 INFO kernel:[ 0.092145] 0xfffffffeecc00000-0xfffffffeecdf4000 2000K pte >06:26:35,970 INFO kernel:[ 0.092149] 0xfffffffeecdf4000-0xfffffffeece00000 48K RW x pte >06:26:35,970 INFO kernel:[ 0.092161] 0xfffffffeece00000-0xfffffffeece55000 340K pte >06:26:35,970 INFO kernel:[ 0.092317] ... 137 entries skipped ... >06:26:35,970 INFO kernel:[ 0.092319] ---[ High Kernel Mapping ]--- >06:26:35,970 INFO kernel:[ 0.092321] 0xffffffff80000000-0xffffffff81000000 16M pmd >06:26:35,970 INFO kernel:[ 0.092326] 0xffffffff81000000-0xffffffff83600000 38M RW PSE GLB x pmd >06:26:35,970 INFO kernel:[ 0.092338] 0xffffffff83600000-0xffffffffa0000000 458M pmd >06:26:35,970 INFO kernel:[ 0.092343] ---[ Modules ]--- >06:26:35,970 INFO kernel:[ 0.092349] 0xffffffffa0000000-0xffffffffff000000 1520M pmd >06:26:35,970 INFO kernel:[ 0.092353] ---[ End Modules ]--- >06:26:35,970 INFO kernel:[ 0.092355] 0xffffffffff000000-0xffffffffff200000 2M pmd >06:26:35,970 INFO kernel:[ 0.092361] 0xffffffffff200000-0xffffffffff300000 1M pte >06:26:35,970 INFO kernel:[ 0.092366] 0xffffffffff300000-0xffffffffff302000 8K RW GLB NX pte >06:26:35,970 INFO kernel:[ 0.092380] 0xffffffffff302000-0xffffffffff4fb000 2020K pte >06:26:35,970 INFO kernel:[ 0.092384] 0xffffffffff4fb000-0xffffffffff4fc000 4K ro GLB NX pte >06:26:35,970 INFO kernel:[ 0.092396] 0xffffffffff4fc000-0xffffffffff57b000 508K pte >06:26:35,970 INFO kernel:[ 0.092401] 0xffffffffff57b000-0xffffffffff57d000 8K RW PWT PCD GLB NX pte >06:26:35,970 INFO kernel:[ 0.092412] 0xffffffffff57d000-0xffffffffff600000 524K pte >06:26:35,970 INFO kernel:[ 0.092417] 0xffffffffff600000-0xffffffffff601000 4K USR ro GLB NX pte >06:26:35,970 INFO kernel:[ 0.092431] 0xffffffffff601000-0xffffffffff800000 2044K pte >06:26:35,970 INFO kernel:[ 0.092436] 0xffffffffff800000-0x0000000000000000 8M pmd >06:26:35,970 INFO kernel:[ 0.092762] Security Framework initialized >06:26:35,970 INFO kernel:[ 0.092768] SELinux: Initializing. >06:26:35,970 DEBUG kernel:[ 0.092798] SELinux: Starting in permissive mode >06:26:35,970 INFO kernel:[ 0.094470] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >06:26:35,970 INFO kernel:[ 0.096549] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >06:26:35,970 INFO kernel:[ 0.097208] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) >06:26:35,970 INFO kernel:[ 0.097242] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) >06:26:35,970 INFO kernel:[ 0.098031] Initializing cgroup subsys memory >06:26:35,970 INFO kernel:[ 0.098080] Initializing cgroup subsys devices >06:26:35,970 INFO kernel:[ 0.098101] Initializing cgroup subsys freezer >06:26:35,970 INFO kernel:[ 0.098117] Initializing cgroup subsys net_cls >06:26:35,970 INFO kernel:[ 0.098126] Initializing cgroup subsys blkio >06:26:35,970 INFO kernel:[ 0.098136] Initializing cgroup subsys perf_event >06:26:35,970 INFO kernel:[ 0.098140] Initializing cgroup subsys net_prio >06:26:35,970 INFO kernel:[ 0.098153] Initializing cgroup subsys hugetlb >06:26:35,970 INFO kernel:[ 0.098181] CPU: Physical Processor ID: 0 >06:26:35,970 INFO kernel:[ 0.098183] CPU: Processor Core ID: 0 >06:26:35,970 WARNING kernel:[ 0.098188] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >06:26:35,970 WARNING kernel:[ 0.098188] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >06:26:35,970 INFO kernel:[ 0.098446] mce: CPU supports 9 MCE banks >06:26:35,970 INFO kernel:[ 0.098456] CPU0: Thermal monitoring enabled (TM1) >06:26:35,970 INFO kernel:[ 0.098472] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 >06:26:35,970 INFO kernel:[ 0.098472] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 >06:26:35,970 INFO kernel:[ 0.098472] tlb_flushall_shift: 2 >06:26:35,970 INFO kernel:[ 0.098589] Freeing SMP alternatives memory: 24K (ffffffff8238d000 - ffffffff82393000) >06:26:35,970 INFO kernel:[ 0.125589] ftrace: allocating 26996 entries in 106 pages >06:26:35,970 INFO kernel:[ 0.135099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >06:26:35,970 INFO kernel:[ 0.145093] smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09) >06:26:35,970 DEBUG kernel:[ 0.145104] TSC deadline timer enabled >06:26:35,970 INFO kernel:[ 0.145134] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver. >06:26:35,970 INFO kernel:[ 0.145148] ... version: 3 >06:26:35,970 INFO kernel:[ 0.145150] ... bit width: 48 >06:26:35,970 INFO kernel:[ 0.145151] ... generic registers: 8 >06:26:35,970 INFO kernel:[ 0.145153] ... value mask: 0000ffffffffffff >06:26:35,970 INFO kernel:[ 0.145155] ... max period: 0000ffffffffffff >06:26:35,970 INFO kernel:[ 0.145156] ... fixed-purpose events: 3 >06:26:35,970 INFO kernel:[ 0.145158] ... event mask: 00000007000000ff >06:26:35,970 INFO kernel:[ 0.147052] x86: Booting SMP configuration: >06:26:35,970 INFO kernel:[ 0.147059] .... node #0, CPUs: #1 >06:26:35,970 INFO kernel:[ 0.160525] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >06:26:35,970 WARNING kernel:[ 0.160763] #2 #3 >06:26:35,970 INFO kernel:[ 0.187821] x86: Booted up 1 node, 4 CPUs >06:26:35,970 INFO kernel:[ 0.187825] smpboot: Total of 4 processors activated (27743.96 BogoMIPS) >06:26:35,970 INFO kernel:[ 0.190606] devtmpfs: initialized >06:26:35,970 INFO kernel:[ 0.195235] PM: Registering ACPI NVS region [mem 0xdda56000-0xddb79fff] (1196032 bytes) >06:26:35,970 INFO kernel:[ 0.195280] PM: Registering ACPI NVS region [mem 0xde7ea000-0xde82cfff] (274432 bytes) >06:26:35,970 INFO kernel:[ 0.196381] atomic64_test: passed for x86-64 platform with CX8 and with SSE >06:26:35,970 INFO kernel:[ 0.196385] pinctrl core: initialized pinctrl subsystem >06:26:35,970 INFO kernel:[ 0.196538] RTC time: 6:25:38, date: 07/01/14 >06:26:35,970 INFO kernel:[ 0.196696] NET: Registered protocol family 16 >06:26:35,970 INFO kernel:[ 0.196992] cpuidle: using governor menu >06:26:35,970 INFO kernel:[ 0.197137] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >06:26:35,970 INFO kernel:[ 0.197147] ACPI: bus type PCI registered >06:26:35,970 INFO kernel:[ 0.197149] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >06:26:35,970 INFO kernel:[ 0.197330] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) >06:26:35,970 INFO kernel:[ 0.197333] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 >06:26:35,970 INFO kernel:[ 0.197418] PCI: Using configuration type 1 for base access >06:26:35,970 INFO kernel:[ 0.203826] ACPI: Added _OSI(Module Device) >06:26:35,970 INFO kernel:[ 0.203829] ACPI: Added _OSI(Processor Device) >06:26:35,970 INFO kernel:[ 0.203832] ACPI: Added _OSI(3.0 _SCP Extensions) >06:26:35,970 INFO kernel:[ 0.203834] ACPI: Added _OSI(Processor Aggregator Device) >06:26:35,970 WARNING kernel:[ 0.214689] ACPI: Executed 1 blocks of module-level executable AML code >06:26:35,970 WARNING kernel:[ 0.225901] ACPI: Dynamic OEM Table Load: >06:26:35,970 WARNING kernel:[ 0.225916] ACPI: SSDT 0xFFFF880212651000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117) >06:26:35,970 WARNING kernel:[ 0.229645] ACPI: Dynamic OEM Table Load: >06:26:35,970 WARNING kernel:[ 0.229658] ACPI: SSDT 0xFFFF8802125D2C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117) >06:26:35,970 WARNING kernel:[ 0.233271] ACPI: Dynamic OEM Table Load: >06:26:35,970 WARNING kernel:[ 0.233283] ACPI: SSDT 0xFFFF8802125F6C00 000119 (v01 PmRef ApCst 00003000 INTL 20051117) >06:26:35,970 INFO kernel:[ 0.237729] ACPI: Interpreter enabled >06:26:35,970 WARNING kernel:[ 0.237736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580) >06:26:35,970 WARNING kernel:[ 0.237743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580) >06:26:35,970 INFO kernel:[ 0.237777] ACPI: (supports S0 S3 S4 S5) >06:26:35,970 INFO kernel:[ 0.237779] ACPI: Using IOAPIC for interrupt routing >06:26:35,970 INFO kernel:[ 0.237828] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >06:26:35,970 INFO kernel:[ 0.258960] ACPI: Power Resource [FN00] (off) >06:26:35,970 INFO kernel:[ 0.259269] ACPI: Power Resource [FN01] (off) >06:26:35,970 INFO kernel:[ 0.259516] ACPI: Power Resource [FN02] (off) >06:26:35,970 INFO kernel:[ 0.259764] ACPI: Power Resource [FN03] (off) >06:26:35,970 INFO kernel:[ 0.260013] ACPI: Power Resource [FN04] (off) >06:26:35,970 INFO kernel:[ 0.262193] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) >06:26:35,970 INFO kernel:[ 0.262200] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >06:26:35,970 INFO kernel:[ 0.262866] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] >06:26:35,970 INFO kernel:[ 0.263305] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] >06:26:35,970 INFO kernel:[ 0.265514] PCI host bridge to bus 0000:00 >06:26:35,970 INFO kernel:[ 0.265518] pci_bus 0000:00: root bus resource [bus 00-3e] >06:26:35,970 INFO kernel:[ 0.265521] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >06:26:35,970 INFO kernel:[ 0.265523] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >06:26:35,970 INFO kernel:[ 0.265526] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >06:26:35,971 INFO kernel:[ 0.265528] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] >06:26:35,971 INFO kernel:[ 0.265530] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] >06:26:35,971 INFO kernel:[ 0.265532] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] >06:26:35,971 INFO kernel:[ 0.265535] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] >06:26:35,971 INFO kernel:[ 0.265537] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff] >06:26:35,971 DEBUG kernel:[ 0.265552] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000 >06:26:35,971 DEBUG kernel:[ 0.265855] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400 >06:26:35,971 DEBUG kernel:[ 0.265910] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.266115] pci 0000:00:01.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.266265] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 >06:26:35,971 DEBUG kernel:[ 0.266292] pci 0000:00:14.0: reg 0x10: [mem 0xf7420000-0xf742ffff 64bit] >06:26:35,971 DEBUG kernel:[ 0.266380] pci 0000:00:14.0: PME# supported from D3hot D3cold >06:26:35,971 INFO kernel:[ 0.266534] pci 0000:00:14.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.266639] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 >06:26:35,971 DEBUG kernel:[ 0.266667] pci 0000:00:16.0: reg 0x10: [mem 0xf743b000-0xf743b00f 64bit] >06:26:35,971 DEBUG kernel:[ 0.266759] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold >06:26:35,971 DEBUG kernel:[ 0.267009] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000 >06:26:35,971 DEBUG kernel:[ 0.267031] pci 0000:00:19.0: reg 0x10: [mem 0xf7400000-0xf741ffff] >06:26:35,971 DEBUG kernel:[ 0.267041] pci 0000:00:19.0: reg 0x14: [mem 0xf7439000-0xf7439fff] >06:26:35,971 DEBUG kernel:[ 0.267052] pci 0000:00:19.0: reg 0x18: [io 0xf040-0xf05f] >06:26:35,971 DEBUG kernel:[ 0.267131] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.267292] pci 0000:00:19.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.267397] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 >06:26:35,971 DEBUG kernel:[ 0.267421] pci 0000:00:1a.0: reg 0x10: [mem 0xf7438000-0xf74383ff] >06:26:35,971 DEBUG kernel:[ 0.267531] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.267721] pci 0000:00:1a.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.267828] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 >06:26:35,971 DEBUG kernel:[ 0.267846] pci 0000:00:1b.0: reg 0x10: [mem 0xf7430000-0xf7433fff 64bit] >06:26:35,971 DEBUG kernel:[ 0.267930] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.268085] pci 0000:00:1b.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.268187] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400 >06:26:35,971 DEBUG kernel:[ 0.268295] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.268455] pci 0000:00:1c.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.268560] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400 >06:26:35,971 DEBUG kernel:[ 0.268663] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.268820] pci 0000:00:1c.3: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.268922] pci 0000:00:1c.4: [8086:244e] type 01 class 0x060401 >06:26:35,971 DEBUG kernel:[ 0.269024] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.269184] pci 0000:00:1c.4: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.269290] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400 >06:26:35,971 DEBUG kernel:[ 0.269393] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.269551] pci 0000:00:1c.6: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.269653] pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400 >06:26:35,971 DEBUG kernel:[ 0.269755] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.269915] pci 0000:00:1c.7: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.270021] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 >06:26:35,971 DEBUG kernel:[ 0.270046] pci 0000:00:1d.0: reg 0x10: [mem 0xf7437000-0xf74373ff] >06:26:35,971 DEBUG kernel:[ 0.270157] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.270344] pci 0000:00:1d.0: System wakeup disabled by ACPI >06:26:35,971 DEBUG kernel:[ 0.270450] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100 >06:26:35,971 DEBUG kernel:[ 0.270800] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601 >06:26:35,971 DEBUG kernel:[ 0.270823] pci 0000:00:1f.2: reg 0x10: [io 0xf090-0xf097] >06:26:35,971 DEBUG kernel:[ 0.270832] pci 0000:00:1f.2: reg 0x14: [io 0xf080-0xf083] >06:26:35,971 DEBUG kernel:[ 0.270842] pci 0000:00:1f.2: reg 0x18: [io 0xf070-0xf077] >06:26:35,971 DEBUG kernel:[ 0.270851] pci 0000:00:1f.2: reg 0x1c: [io 0xf060-0xf063] >06:26:35,971 DEBUG kernel:[ 0.270861] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f] >06:26:35,971 DEBUG kernel:[ 0.270870] pci 0000:00:1f.2: reg 0x24: [mem 0xf7436000-0xf74367ff] >06:26:35,971 DEBUG kernel:[ 0.270929] pci 0000:00:1f.2: PME# supported from D3hot >06:26:35,971 DEBUG kernel:[ 0.271170] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 >06:26:35,971 DEBUG kernel:[ 0.271188] pci 0000:00:1f.3: reg 0x10: [mem 0xf7435000-0xf74350ff 64bit] >06:26:35,971 DEBUG kernel:[ 0.271213] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f] >06:26:35,971 DEBUG kernel:[ 0.271579] pci 0000:01:00.0: [10de:1189] type 00 class 0x030000 >06:26:35,971 DEBUG kernel:[ 0.271593] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff] >06:26:35,971 DEBUG kernel:[ 0.271606] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref] >06:26:35,971 DEBUG kernel:[ 0.271618] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref] >06:26:35,971 DEBUG kernel:[ 0.271627] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] >06:26:35,971 DEBUG kernel:[ 0.271635] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref] >06:26:35,971 DEBUG kernel:[ 0.271816] pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300 >06:26:35,971 DEBUG kernel:[ 0.271828] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff] >06:26:35,971 INFO kernel:[ 0.273253] pci 0000:00:01.0: PCI bridge to [bus 01] >06:26:35,971 DEBUG kernel:[ 0.273257] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >06:26:35,971 DEBUG kernel:[ 0.273260] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >06:26:35,971 DEBUG kernel:[ 0.273265] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref] >06:26:35,971 INFO kernel:[ 0.273411] pci 0000:00:1c.0: PCI bridge to [bus 02] >06:26:35,971 DEBUG kernel:[ 0.273562] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601 >06:26:35,971 DEBUG kernel:[ 0.273588] pci 0000:03:00.0: reg 0x10: [io 0xd050-0xd057] >06:26:35,971 DEBUG kernel:[ 0.273603] pci 0000:03:00.0: reg 0x14: [io 0xd040-0xd043] >06:26:35,971 DEBUG kernel:[ 0.273619] pci 0000:03:00.0: reg 0x18: [io 0xd030-0xd037] >06:26:35,971 DEBUG kernel:[ 0.273635] pci 0000:03:00.0: reg 0x1c: [io 0xd020-0xd023] >06:26:35,971 DEBUG kernel:[ 0.273650] pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd01f] >06:26:35,971 DEBUG kernel:[ 0.273666] pci 0000:03:00.0: reg 0x24: [mem 0xf7300000-0xf73001ff] >06:26:35,971 INFO kernel:[ 0.273819] pci 0000:03:00.0: System wakeup disabled by ACPI >06:26:35,971 INFO kernel:[ 0.275252] pci 0000:00:1c.3: PCI bridge to [bus 03] >06:26:35,971 DEBUG kernel:[ 0.275257] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff] >06:26:35,971 DEBUG kernel:[ 0.275262] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff] >06:26:35,971 DEBUG kernel:[ 0.275407] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401 >06:26:35,971 INFO kernel:[ 0.275568] pci 0000:04:00.0: System wakeup disabled by ACPI >06:26:35,971 INFO kernel:[ 0.275663] pci 0000:00:1c.4: PCI bridge to [bus 04-05] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275676] pci 0000:00:1c.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275678] pci 0000:00:1c.4: bridge window [io 0x0d00-0xffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275680] pci 0000:00:1c.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275683] pci 0000:00:1c.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275685] pci 0000:00:1c.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275687] pci 0000:00:1c.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275689] pci 0000:00:1c.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275692] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode) >06:26:35,971 INFO kernel:[ 0.275867] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275892] pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275894] pci 0000:04:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275896] pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275898] pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275900] pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275903] pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275905] pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.275907] pci 0000:04:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode) >06:26:35,971 DEBUG kernel:[ 0.276061] pci 0000:06:00.0: [168c:0032] type 00 class 0x028000 >06:26:35,971 DEBUG kernel:[ 0.276092] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf727ffff 64bit] >06:26:35,971 DEBUG kernel:[ 0.276144] pci 0000:06:00.0: reg 0x30: [mem 0xf7280000-0xf728ffff pref] >06:26:35,971 DEBUG kernel:[ 0.276248] pci 0000:06:00.0: supports D1 D2 >06:26:35,971 DEBUG kernel:[ 0.276250] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold >06:26:35,971 INFO kernel:[ 0.276312] pci 0000:06:00.0: System wakeup disabled by ACPI >06:26:35,971 INFO kernel:[ 0.278260] pci 0000:00:1c.6: PCI bridge to [bus 06] >06:26:35,971 DEBUG kernel:[ 0.278267] pci 0000:00:1c.6: bridge window [mem 0xf7200000-0xf72fffff] >06:26:35,971 DEBUG kernel:[ 0.278425] pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330 >06:26:35,971 DEBUG kernel:[ 0.278462] pci 0000:07:00.0: reg 0x10: [mem 0xf7100000-0xf7107fff 64bit] >06:26:35,971 DEBUG kernel:[ 0.278642] pci 0000:07:00.0: PME# supported from D3hot D3cold >06:26:35,971 INFO kernel:[ 0.278705] pci 0000:07:00.0: System wakeup disabled by ACPI >06:26:35,971 INFO kernel:[ 0.280265] pci 0000:00:1c.7: PCI bridge to [bus 07] >06:26:35,971 DEBUG kernel:[ 0.280273] pci 0000:00:1c.7: bridge window [mem 0xf7100000-0xf71fffff] >06:26:35,971 INFO kernel:[ 0.280328] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) >06:26:35,971 INFO kernel:[ 0.281844] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282144] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282294] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282437] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282579] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. >06:26:35,971 INFO kernel:[ 0.282723] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) >06:26:35,971 INFO kernel:[ 0.282869] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15) >06:26:35,971 WARNING kernel:[ 0.283547] ACPI: Enabled 4 GPEs in block 00 to 3F >06:26:35,971 INFO kernel:[ 0.283642] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62 >06:26:35,971 INFO kernel:[ 0.284030] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none >06:26:35,971 INFO kernel:[ 0.284037] vgaarb: loaded >06:26:35,971 INFO kernel:[ 0.284039] vgaarb: bridge control possible 0000:01:00.0 >06:26:35,971 NOTICE kernel:[ 0.284186] SCSI subsystem initialized >06:26:35,971 DEBUG kernel:[ 0.284267] libata version 3.00 loaded. >06:26:35,971 INFO kernel:[ 0.284337] ACPI: bus type USB registered >06:26:35,971 INFO kernel:[ 0.284379] usbcore: registered new interface driver usbfs >06:26:35,971 INFO kernel:[ 0.284401] usbcore: registered new interface driver hub >06:26:35,971 INFO kernel:[ 0.284436] usbcore: registered new device driver usb >06:26:35,971 INFO kernel:[ 0.284692] PCI: Using ACPI for IRQ routing >06:26:35,971 DEBUG kernel:[ 0.286308] PCI: pci_cache_line_size set to 64 bytes >06:26:35,971 DEBUG kernel:[ 0.286381] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] >06:26:35,971 DEBUG kernel:[ 0.286388] e820: reserve RAM buffer [mem 0x9775e018-0x97ffffff] >06:26:35,971 DEBUG kernel:[ 0.286390] e820: reserve RAM buffer [mem 0x9776e018-0x97ffffff] >06:26:35,971 DEBUG kernel:[ 0.286393] e820: reserve RAM buffer [mem 0xdd6ec000-0xdfffffff] >06:26:35,971 DEBUG kernel:[ 0.286395] e820: reserve RAM buffer [mem 0xde7ea000-0xdfffffff] >06:26:35,971 DEBUG kernel:[ 0.286398] e820: reserve RAM buffer [mem 0xdec55000-0xdfffffff] >06:26:35,971 DEBUG kernel:[ 0.286400] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff] >06:26:35,971 DEBUG kernel:[ 0.286403] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff] >06:26:35,971 INFO kernel:[ 0.286817] NetLabel: Initializing >06:26:35,971 INFO kernel:[ 0.286819] NetLabel: domain hash size = 128 >06:26:35,971 INFO kernel:[ 0.286821] NetLabel: protocols = UNLABELED CIPSOv4 >06:26:35,971 INFO kernel:[ 0.286852] NetLabel: unlabeled traffic allowed by default >06:26:35,971 INFO kernel:[ 0.286898] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >06:26:35,971 INFO kernel:[ 0.286910] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >06:26:35,971 INFO kernel:[ 0.288961] Switched to clocksource hpet >06:26:35,971 INFO kernel:[ 0.320256] pnp: PnP ACPI init >06:26:35,971 INFO kernel:[ 0.320302] ACPI: bus type PNP registered >06:26:35,971 INFO kernel:[ 0.320483] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved >06:26:35,971 DEBUG kernel:[ 0.320503] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >06:26:35,971 INFO kernel:[ 0.320680] system 00:01: [io 0x0680-0x069f] has been reserved >06:26:35,971 INFO kernel:[ 0.320683] system 00:01: [io 0x1000-0x100f] has been reserved >06:26:35,971 INFO kernel:[ 0.320686] system 00:01: [io 0xffff] has been reserved >06:26:35,971 INFO kernel:[ 0.320689] system 00:01: [io 0xffff] has been reserved >06:26:35,971 INFO kernel:[ 0.320693] system 00:01: [io 0x0400-0x0453] could not be reserved >06:26:35,971 INFO kernel:[ 0.320696] system 00:01: [io 0x0458-0x047f] has been reserved >06:26:35,971 INFO kernel:[ 0.320699] system 00:01: [io 0x0500-0x057f] has been reserved >06:26:35,971 INFO kernel:[ 0.320701] system 00:01: [io 0x164e-0x164f] has been reserved >06:26:35,971 DEBUG kernel:[ 0.320706] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >06:26:35,971 DEBUG kernel:[ 0.320781] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >06:26:35,971 INFO kernel:[ 0.320914] system 00:03: [io 0x0454-0x0457] has been reserved >06:26:35,971 DEBUG kernel:[ 0.320919] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >06:26:35,971 INFO kernel:[ 0.321141] system 00:04: [io 0x0290-0x029f] has been reserved >06:26:35,971 DEBUG kernel:[ 0.321146] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >06:26:35,971 INFO kernel:[ 0.321274] system 00:05: [io 0x04d0-0x04d1] has been reserved >06:26:35,971 DEBUG kernel:[ 0.321279] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) >06:26:35,971 DEBUG kernel:[ 0.321710] pnp 00:06: [dma 0 disabled] >06:26:35,971 DEBUG kernel:[ 0.321816] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) >06:26:35,971 INFO kernel:[ 0.322486] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved >06:26:35,971 INFO kernel:[ 0.322490] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved >06:26:35,971 INFO kernel:[ 0.322492] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved >06:26:35,971 INFO kernel:[ 0.322495] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved >06:26:35,971 INFO kernel:[ 0.322498] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved >06:26:35,971 INFO kernel:[ 0.322501] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved >06:26:35,971 INFO kernel:[ 0.322503] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved >06:26:35,971 INFO kernel:[ 0.322506] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved >06:26:35,971 INFO kernel:[ 0.322509] system 00:07: [mem 0xff000000-0xffffffff] has been reserved >06:26:35,971 INFO kernel:[ 0.322513] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved >06:26:35,971 INFO kernel:[ 0.322515] system 00:07: [mem 0xe0000000-0xe0000fff] has been reserved >06:26:35,971 DEBUG kernel:[ 0.322520] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >06:26:35,971 INFO kernel:[ 0.322830] pnp: PnP ACPI: found 8 devices >06:26:35,971 INFO kernel:[ 0.322832] ACPI: bus type PNP unregistered >06:26:35,971 DEBUG kernel:[ 0.332203] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 >06:26:35,971 DEBUG kernel:[ 0.332207] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 >06:26:35,971 DEBUG kernel:[ 0.332209] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 >06:26:35,971 DEBUG kernel:[ 0.332258] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 >06:26:35,971 DEBUG kernel:[ 0.332260] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >06:26:35,971 DEBUG kernel:[ 0.332262] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 >06:26:35,971 INFO kernel:[ 0.332268] pci 0000:00:1c.0: BAR 14: assigned [mem 0xe0100000-0xe02fffff] >06:26:35,971 INFO kernel:[ 0.332275] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe0300000-0xe04fffff 64bit pref] >06:26:35,971 INFO kernel:[ 0.332278] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff] >06:26:35,971 INFO kernel:[ 0.332283] pci 0000:00:01.0: PCI bridge to [bus 01] >06:26:35,971 INFO kernel:[ 0.332286] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >06:26:35,971 INFO kernel:[ 0.332290] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff] >06:26:35,971 INFO kernel:[ 0.332293] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref] >06:26:35,971 INFO kernel:[ 0.332298] pci 0000:00:1c.0: PCI bridge to [bus 02] >06:26:35,971 INFO kernel:[ 0.332301] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] >06:26:35,971 INFO kernel:[ 0.332307] pci 0000:00:1c.0: bridge window [mem 0xe0100000-0xe02fffff] >06:26:35,971 INFO kernel:[ 0.332311] pci 0000:00:1c.0: bridge window [mem 0xe0300000-0xe04fffff 64bit pref] >06:26:35,971 INFO kernel:[ 0.332318] pci 0000:00:1c.3: PCI bridge to [bus 03] >06:26:35,971 INFO kernel:[ 0.332322] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff] >06:26:35,971 INFO kernel:[ 0.332327] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff] >06:26:35,971 INFO kernel:[ 0.332337] pci 0000:04:00.0: PCI bridge to [bus 05] >06:26:35,971 INFO kernel:[ 0.332359] pci 0000:00:1c.4: PCI bridge to [bus 04-05] >06:26:35,971 INFO kernel:[ 0.332372] pci 0000:00:1c.6: PCI bridge to [bus 06] >06:26:35,971 INFO kernel:[ 0.332378] pci 0000:00:1c.6: bridge window [mem 0xf7200000-0xf72fffff] >06:26:35,971 INFO kernel:[ 0.332387] pci 0000:00:1c.7: PCI bridge to [bus 07] >06:26:35,971 INFO kernel:[ 0.332393] pci 0000:00:1c.7: bridge window [mem 0xf7100000-0xf71fffff] >06:26:35,971 DEBUG kernel:[ 0.332403] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >06:26:35,971 DEBUG kernel:[ 0.332405] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >06:26:35,971 DEBUG kernel:[ 0.332407] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >06:26:35,971 DEBUG kernel:[ 0.332409] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] >06:26:35,971 DEBUG kernel:[ 0.332411] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] >06:26:35,971 DEBUG kernel:[ 0.332413] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] >06:26:35,971 DEBUG kernel:[ 0.332416] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] >06:26:35,971 DEBUG kernel:[ 0.332418] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff] >06:26:35,971 DEBUG kernel:[ 0.332420] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >06:26:35,971 DEBUG kernel:[ 0.332422] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff] >06:26:35,971 DEBUG kernel:[ 0.332424] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref] >06:26:35,971 DEBUG kernel:[ 0.332426] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] >06:26:35,971 DEBUG kernel:[ 0.332428] pci_bus 0000:02: resource 1 [mem 0xe0100000-0xe02fffff] >06:26:35,971 DEBUG kernel:[ 0.332430] pci_bus 0000:02: resource 2 [mem 0xe0300000-0xe04fffff 64bit pref] >06:26:35,971 DEBUG kernel:[ 0.332433] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] >06:26:35,971 DEBUG kernel:[ 0.332435] pci_bus 0000:03: resource 1 [mem 0xf7300000-0xf73fffff] >06:26:35,971 DEBUG kernel:[ 0.332437] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7] >06:26:35,971 DEBUG kernel:[ 0.332439] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff] >06:26:35,971 DEBUG kernel:[ 0.332441] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff] >06:26:35,971 DEBUG kernel:[ 0.332443] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff] >06:26:35,971 DEBUG kernel:[ 0.332445] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff] >06:26:35,971 DEBUG kernel:[ 0.332447] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff] >06:26:35,971 DEBUG kernel:[ 0.332449] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff] >06:26:35,971 DEBUG kernel:[ 0.332451] pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff] >06:26:35,971 DEBUG kernel:[ 0.332454] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7] >06:26:35,971 DEBUG kernel:[ 0.332456] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff] >06:26:35,971 DEBUG kernel:[ 0.332458] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff] >06:26:35,971 DEBUG kernel:[ 0.332460] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff] >06:26:35,971 DEBUG kernel:[ 0.332462] pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff] >06:26:35,971 DEBUG kernel:[ 0.332464] pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff] >06:26:35,971 DEBUG kernel:[ 0.332466] pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff] >06:26:35,971 DEBUG kernel:[ 0.332468] pci_bus 0000:05: resource 11 [mem 0xe0000000-0xfeafffff] >06:26:35,971 DEBUG kernel:[ 0.332470] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff] >06:26:35,971 DEBUG kernel:[ 0.332472] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff] >06:26:35,971 INFO kernel:[ 0.332521] NET: Registered protocol family 2 >06:26:35,971 INFO kernel:[ 0.333068] TCP established hash table entries: 65536 (order: 7, 524288 bytes) >06:26:35,971 INFO kernel:[ 0.334102] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes) >06:26:35,971 INFO kernel:[ 0.336589] TCP: Hash tables configured (established 65536 bind 65536) >06:26:35,971 INFO kernel:[ 0.336640] TCP: reno registered >06:26:35,971 INFO kernel:[ 0.336795] UDP hash table entries: 4096 (order: 7, 786432 bytes) >06:26:35,971 INFO kernel:[ 0.337266] UDP-Lite hash table entries: 4096 (order: 7, 786432 bytes) >06:26:35,971 INFO kernel:[ 0.337749] NET: Registered protocol family 1 >06:26:35,971 DEBUG kernel:[ 0.370134] pci 0000:01:00.0: Boot video device >06:26:35,971 DEBUG kernel:[ 0.370515] PCI: CLS 64 bytes, default 64 >06:26:35,971 INFO kernel:[ 0.370721] Unpacking initramfs... >06:26:35,971 INFO kernel:[ 3.011050] Freeing initrd memory: 42676K (ffff88003adc2000 - ffff88003d76f000) >06:26:35,971 INFO kernel:[ 3.021970] DMA-API: preallocated 65536 debug entries >06:26:35,971 INFO kernel:[ 3.021973] DMA-API: debugging enabled by kernel config >06:26:35,971 INFO kernel:[ 3.021976] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >06:26:35,971 INFO kernel:[ 3.021979] software IO TLB [mem 0xcc7a2000-0xd07a2000] (64MB) mapped at [ffff8800cc7a2000-ffff8800d07a1fff] >06:26:35,971 INFO kernel:[ 3.022554] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer >06:26:35,971 INFO kernel:[ 3.023446] Scanning for low memory corruption every 60 seconds >06:26:35,971 INFO kernel:[ 3.023677] AVX version of gcm_enc/dec engaged. >06:26:35,971 WARNING kernel:[ 3.023755] cryptomgr_test (49) used greatest stack depth: 14072 bytes left >06:26:35,971 WARNING kernel:[ 3.025885] modprobe (57) used greatest stack depth: 13488 bytes left >06:26:35,971 WARNING kernel:[ 3.027425] cryptomgr_test (54) used greatest stack depth: 13320 bytes left >06:26:35,971 INFO kernel:[ 3.027591] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >06:26:35,971 INFO kernel:[ 3.028478] futex hash table entries: 1024 (order: 5, 131072 bytes) >06:26:35,971 NOTICE kernel:[ 3.028526] Initialise system trusted keyring >06:26:35,971 INFO kernel:[ 3.028593] audit: initializing netlink subsys (disabled) >06:26:35,971 NOTICE kernel:[ 3.028638] audit: type=2000 audit(1404195940.954:1): initialized >06:26:35,971 INFO kernel:[ 3.029331] HugeTLB registered 2 MB page size, pre-allocated 0 pages >06:26:35,971 INFO kernel:[ 3.036462] zbud: loaded >06:26:35,971 NOTICE kernel:[ 3.036893] VFS: Disk quotas dquot_6.5.2 >06:26:35,971 WARNING kernel:[ 3.037003] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >06:26:35,971 INFO kernel:[ 3.038401] msgmni has been set to 15801 >06:26:35,971 NOTICE kernel:[ 3.038614] Key type big_key registered >06:26:35,971 DEBUG kernel:[ 3.038621] SELinux: Registering netfilter hooks >06:26:35,971 INFO kernel:[ 3.039931] alg: No test for stdrng (krng) >06:26:35,971 INFO kernel:[ 3.039944] NET: Registered protocol family 38 >06:26:35,971 NOTICE kernel:[ 3.039962] Key type asymmetric registered >06:26:35,971 NOTICE kernel:[ 3.039974] Asymmetric key parser 'x509' registered >06:26:35,971 INFO kernel:[ 3.040002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >06:26:35,971 INFO kernel:[ 3.040104] io scheduler noop registered >06:26:35,971 INFO kernel:[ 3.040108] io scheduler deadline registered >06:26:35,971 INFO kernel:[ 3.040370] io scheduler cfq registered (default) >06:26:35,971 DEBUG kernel:[ 3.040373] start plist test >06:26:35,971 DEBUG kernel:[ 3.041857] end plist test >06:26:35,972 DEBUG kernel:[ 3.041860] list_sort_test: start testing list_sort() >06:26:35,972 DEBUG kernel:[ 3.042646] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 3.043751] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >06:26:35,972 INFO kernel:[ 3.043834] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >06:26:35,972 INFO kernel:[ 3.044031] efifb: probing for efifb >06:26:35,972 INFO kernel:[ 3.044047] efifb: framebuffer at 0xf1000000, mapped to 0xffffc90005400000, using 3072k, total 3072k >06:26:35,972 INFO kernel:[ 3.044049] efifb: mode is 1024x768x32, linelength=4096, pages=1 >06:26:35,972 INFO kernel:[ 3.044051] efifb: scrolling: redraw >06:26:35,972 INFO kernel:[ 3.044053] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 >06:26:35,972 INFO kernel:[ 3.044483] Console: switching to colour frame buffer device 128x48 >06:26:35,972 INFO kernel:[ 3.045664] fb0: EFI VGA frame buffer device >06:26:35,972 DEBUG kernel:[ 3.045681] intel_idle: MWAIT substates: 0x1120 >06:26:35,972 DEBUG kernel:[ 3.045683] intel_idle: v0.4 model 0x3A >06:26:35,972 DEBUG kernel:[ 3.045685] intel_idle: lapic_timer_reliable_states 0xffffffff >06:26:35,972 INFO kernel:[ 3.046411] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >06:26:35,972 INFO kernel:[ 3.046434] ACPI: Power Button [PWRB] >06:26:35,972 INFO kernel:[ 3.046547] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >06:26:35,972 INFO kernel:[ 3.046551] ACPI: Power Button [PWRF] >06:26:35,972 INFO kernel:[ 3.046732] ACPI: Fan [FAN0] (off) >06:26:35,972 INFO kernel:[ 3.046816] ACPI: Fan [FAN1] (off) >06:26:35,972 INFO kernel:[ 3.046896] ACPI: Fan [FAN2] (off) >06:26:35,972 INFO kernel:[ 3.046977] ACPI: Fan [FAN3] (off) >06:26:35,972 INFO kernel:[ 3.047058] ACPI: Fan [FAN4] (off) >06:26:35,972 INFO kernel:[ 3.053372] thermal LNXTHERM:00: registered as thermal_zone0 >06:26:35,972 INFO kernel:[ 3.053375] ACPI: Thermal Zone [TZ00] (28 C) >06:26:35,972 INFO kernel:[ 3.054023] thermal LNXTHERM:01: registered as thermal_zone1 >06:26:35,972 INFO kernel:[ 3.054026] ACPI: Thermal Zone [TZ01] (30 C) >06:26:35,972 INFO kernel:[ 3.054100] GHES: HEST is not enabled! >06:26:35,972 INFO kernel:[ 3.054264] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >06:26:35,972 INFO kernel:[ 3.054726] serial 00:06: disabled >06:26:35,972 INFO kernel:[ 3.056177] Non-volatile memory driver v1.3 >06:26:35,972 INFO kernel:[ 3.056182] Linux agpgart interface v0.103 >06:26:35,972 DEBUG kernel:[ 3.056564] ahci 0000:00:1f.2: version 3.0 >06:26:35,972 DEBUG kernel:[ 3.056833] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 3.067244] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x32 impl SATA mode >06:26:35,972 INFO kernel:[ 3.067247] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst >06:26:35,972 INFO kernel:[ 3.073384] scsi0 : ahci >06:26:35,972 INFO kernel:[ 3.073871] scsi1 : ahci >06:26:35,972 INFO kernel:[ 3.074295] scsi2 : ahci >06:26:35,972 INFO kernel:[ 3.074580] scsi3 : ahci >06:26:35,972 INFO kernel:[ 3.074849] scsi4 : ahci >06:26:35,972 INFO kernel:[ 3.075069] scsi5 : ahci >06:26:35,972 INFO kernel:[ 3.075190] ata1: DUMMY >06:26:35,972 INFO kernel:[ 3.075193] ata2: SATA max UDMA/133 abar m2048@0xf7436000 port 0xf7436180 irq 41 >06:26:35,972 INFO kernel:[ 3.075195] ata3: DUMMY >06:26:35,972 INFO kernel:[ 3.075196] ata4: DUMMY >06:26:35,972 INFO kernel:[ 3.075211] ata5: SATA max UDMA/133 abar m2048@0xf7436000 port 0xf7436300 irq 41 >06:26:35,972 INFO kernel:[ 3.075213] ata6: SATA max UDMA/133 abar m2048@0xf7436000 port 0xf7436380 irq 41 >06:26:35,972 DEBUG kernel:[ 3.075389] ahci 0000:03:00.0: irq 42 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 3.075428] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled >06:26:35,972 INFO kernel:[ 3.075474] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode >06:26:35,972 INFO kernel:[ 3.075477] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs >06:26:35,972 INFO kernel:[ 3.076215] scsi6 : ahci >06:26:35,972 INFO kernel:[ 3.076438] scsi7 : ahci >06:26:35,972 INFO kernel:[ 3.076564] ata7: SATA max UDMA/133 abar m512@0xf7300000 port 0xf7300100 irq 42 >06:26:35,972 INFO kernel:[ 3.076567] ata8: SATA max UDMA/133 abar m512@0xf7300000 port 0xf7300180 irq 42 >06:26:35,972 INFO kernel:[ 3.076772] libphy: Fixed MDIO Bus: probed >06:26:35,972 INFO kernel:[ 3.076936] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >06:26:35,972 INFO kernel:[ 3.076946] ehci-pci: EHCI PCI platform driver >06:26:35,972 INFO kernel:[ 3.077293] ehci-pci 0000:00:1a.0: EHCI Host Controller >06:26:35,972 INFO kernel:[ 3.077601] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >06:26:35,972 INFO kernel:[ 3.077658] ehci-pci 0000:00:1a.0: debug port 2 >06:26:35,972 DEBUG kernel:[ 3.081626] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >06:26:35,972 INFO kernel:[ 3.081666] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7438000 >06:26:35,972 INFO kernel:[ 3.087211] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >06:26:35,972 INFO kernel:[ 3.087418] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >06:26:35,972 INFO kernel:[ 3.087426] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.087428] usb usb1: Product: EHCI Host Controller >06:26:35,972 INFO kernel:[ 3.087430] usb usb1: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 ehci_hcd >06:26:35,972 INFO kernel:[ 3.087432] usb usb1: SerialNumber: 0000:00:1a.0 >06:26:35,972 INFO kernel:[ 3.088044] hub 1-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.088082] hub 1-0:1.0: 2 ports detected >06:26:35,972 INFO kernel:[ 3.089084] ehci-pci 0000:00:1d.0: EHCI Host Controller >06:26:35,972 INFO kernel:[ 3.089288] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >06:26:35,972 INFO kernel:[ 3.089308] ehci-pci 0000:00:1d.0: debug port 2 >06:26:35,972 DEBUG kernel:[ 3.093241] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >06:26:35,972 INFO kernel:[ 3.093266] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7437000 >06:26:35,972 INFO kernel:[ 3.099233] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >06:26:35,972 INFO kernel:[ 3.099363] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >06:26:35,972 INFO kernel:[ 3.099366] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.099368] usb usb2: Product: EHCI Host Controller >06:26:35,972 INFO kernel:[ 3.099371] usb usb2: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 ehci_hcd >06:26:35,972 INFO kernel:[ 3.099373] usb usb2: SerialNumber: 0000:00:1d.0 >06:26:35,972 INFO kernel:[ 3.099766] hub 2-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.099781] hub 2-0:1.0: 2 ports detected >06:26:35,972 INFO kernel:[ 3.100185] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >06:26:35,972 INFO kernel:[ 3.100197] ohci-pci: OHCI PCI platform driver >06:26:35,972 INFO kernel:[ 3.100226] uhci_hcd: USB Universal Host Controller Interface driver >06:26:35,972 INFO kernel:[ 3.100551] xhci_hcd 0000:00:14.0: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.100726] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 >06:26:35,972 DEBUG kernel:[ 3.100914] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >06:26:35,972 DEBUG kernel:[ 3.100954] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 3.101064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >06:26:35,972 INFO kernel:[ 3.101067] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.101069] usb usb3: Product: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.101071] usb usb3: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 xhci_hcd >06:26:35,972 INFO kernel:[ 3.101074] usb usb3: SerialNumber: 0000:00:14.0 >06:26:35,972 INFO kernel:[ 3.101472] hub 3-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.101505] hub 3-0:1.0: 4 ports detected >06:26:35,972 INFO kernel:[ 3.102660] xhci_hcd 0000:00:14.0: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.102865] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 >06:26:35,972 INFO kernel:[ 3.102961] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 >06:26:35,972 INFO kernel:[ 3.102965] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.102967] usb usb4: Product: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.102969] usb usb4: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 xhci_hcd >06:26:35,972 INFO kernel:[ 3.102971] usb usb4: SerialNumber: 0000:00:14.0 >06:26:35,972 INFO kernel:[ 3.103443] hub 4-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.103481] hub 4-0:1.0: 4 ports detected >06:26:35,972 INFO kernel:[ 3.104817] xhci_hcd 0000:07:00.0: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.105012] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 5 >06:26:35,972 DEBUG kernel:[ 3.166172] xhci_hcd 0000:07:00.0: irq 44 for MSI/MSI-X >06:26:35,972 DEBUG kernel:[ 3.166181] xhci_hcd 0000:07:00.0: irq 45 for MSI/MSI-X >06:26:35,972 DEBUG kernel:[ 3.166189] xhci_hcd 0000:07:00.0: irq 46 for MSI/MSI-X >06:26:35,972 DEBUG kernel:[ 3.166197] xhci_hcd 0000:07:00.0: irq 47 for MSI/MSI-X >06:26:35,972 DEBUG kernel:[ 3.166207] xhci_hcd 0000:07:00.0: irq 48 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 3.166410] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 >06:26:35,972 INFO kernel:[ 3.166413] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.166415] usb usb5: Product: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.166417] usb usb5: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 xhci_hcd >06:26:35,972 INFO kernel:[ 3.166419] usb usb5: SerialNumber: 0000:07:00.0 >06:26:35,972 INFO kernel:[ 3.166785] hub 5-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.166804] hub 5-0:1.0: 2 ports detected >06:26:35,972 INFO kernel:[ 3.167076] xhci_hcd 0000:07:00.0: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.167265] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 6 >06:26:35,972 INFO kernel:[ 3.167352] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 >06:26:35,972 INFO kernel:[ 3.167355] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >06:26:35,972 INFO kernel:[ 3.167357] usb usb6: Product: xHCI Host Controller >06:26:35,972 INFO kernel:[ 3.167359] usb usb6: Manufacturer: Linux 3.16.0-0.rc2.git4.1.fc21.x86_64 xhci_hcd >06:26:35,972 INFO kernel:[ 3.167361] usb usb6: SerialNumber: 0000:07:00.0 >06:26:35,972 INFO kernel:[ 3.167720] hub 6-0:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.167738] hub 6-0:1.0: 2 ports detected >06:26:35,972 INFO kernel:[ 3.168088] usbcore: registered new interface driver usbserial >06:26:35,972 INFO kernel:[ 3.168118] usbcore: registered new interface driver usbserial_generic >06:26:35,972 INFO kernel:[ 3.168180] usbserial: USB Serial support registered for generic >06:26:35,972 INFO kernel:[ 3.168247] i8042: PNP: No PS/2 controller found. Probing ports directly. >06:26:35,972 INFO kernel:[ 3.170723] serio: i8042 KBD port at 0x60,0x64 irq 1 >06:26:35,972 INFO kernel:[ 3.170772] serio: i8042 AUX port at 0x60,0x64 irq 12 >06:26:35,972 INFO kernel:[ 3.171212] mousedev: PS/2 mouse device common for all mice >06:26:35,972 INFO kernel:[ 3.171996] rtc_cmos 00:02: RTC can wake from S4 >06:26:35,972 INFO kernel:[ 3.172377] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >06:26:35,972 INFO kernel:[ 3.172411] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >06:26:35,972 INFO kernel:[ 3.172614] device-mapper: uevent: version 1.0.3 >06:26:35,972 INFO kernel:[ 3.172849] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >06:26:35,972 INFO kernel:[ 3.173004] Intel P-state driver initializing. >06:26:35,972 INFO kernel:[ 3.173060] Intel pstate controlling: cpu 0 >06:26:35,972 INFO kernel:[ 3.173333] Intel pstate controlling: cpu 1 >06:26:35,972 INFO kernel:[ 3.173415] Intel pstate controlling: cpu 2 >06:26:35,972 INFO kernel:[ 3.173500] Intel pstate controlling: cpu 3 >06:26:35,972 INFO kernel:[ 3.176670] EFI Variables Facility v0.08 2004-May-17 >06:26:35,972 INFO kernel:[ 3.188516] hidraw: raw HID events driver (C) Jiri Kosina >06:26:35,972 INFO kernel:[ 3.189024] usbcore: registered new interface driver usbhid >06:26:35,972 INFO kernel:[ 3.189028] usbhid: USB HID core driver >06:26:35,972 INFO kernel:[ 3.189160] drop_monitor: Initializing network drop monitor service >06:26:35,972 INFO kernel:[ 3.189420] ip_tables: (C) 2000-2006 Netfilter Core Team >06:26:35,972 INFO kernel:[ 3.189546] TCP: cubic registered >06:26:35,972 INFO kernel:[ 3.189590] Initializing XFRM netlink socket >06:26:35,972 INFO kernel:[ 3.190508] NET: Registered protocol family 10 >06:26:35,972 INFO kernel:[ 3.191603] mip6: Mobile IPv6 >06:26:35,972 INFO kernel:[ 3.191632] NET: Registered protocol family 17 >06:26:35,972 NOTICE kernel:[ 3.195917] Loading compiled-in X.509 certificates >06:26:35,972 NOTICE kernel:[ 3.197298] Loaded X.509 cert 'Fedora kernel signing key: 0fa98b28e2a31c42f31014fa21b22880794c0556' >06:26:35,972 WARNING kernel:[ 3.197630] X.509: Cert for 'ASUSTeK MotherBoard SW Key Certificate' must have a SubjKeyId extension >06:26:35,972 ERR kernel:[ 3.197642] EFI: Problem loading in-kernel X.509 certificate (-129) >06:26:35,972 WARNING kernel:[ 3.197721] X.509: Cert for 'ASUSTeK Notebook SW Key Certificate' must have a SubjKeyId extension >06:26:35,972 ERR kernel:[ 3.197730] EFI: Problem loading in-kernel X.509 certificate (-129) >06:26:35,972 NOTICE kernel:[ 3.197818] EFI: Loaded cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to '.system_keyring' >06:26:35,972 NOTICE kernel:[ 3.197849] EFI: Loaded cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to '.system_keyring' >06:26:35,972 NOTICE kernel:[ 3.198259] EFI: Loaded cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to '.system_keyring' >06:26:35,972 NOTICE kernel:[ 3.198846] EFI: Loaded cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42' linked to '.system_keyring' >06:26:35,972 INFO kernel:[ 3.199097] registered taskstats version 1 >06:26:35,972 INFO kernel:[ 3.201100] Magic number: 6:89:417 >06:26:35,972 INFO kernel:[ 3.201243] rtc_cmos 00:02: setting system clock to 2014-07-01 06:25:41 UTC (1404195941) >06:26:35,972 INFO kernel:[ 3.379965] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >06:26:35,972 INFO kernel:[ 3.380086] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >06:26:35,972 INFO kernel:[ 3.380168] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >06:26:35,972 WARNING kernel:[ 3.380706] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.380725] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff88021587ed98), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.380966] ata7: SATA link down (SStatus 0 SControl 300) >06:26:35,972 INFO kernel:[ 3.381051] ata2.00: ATA-8: ST2000DM001-9YN164, CC4C, max UDMA/133 >06:26:35,972 INFO kernel:[ 3.381056] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >06:26:35,972 WARNING kernel:[ 3.381585] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.381604] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff88021587ed98), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.381941] ata2.00: configured for UDMA/133 >06:26:35,972 WARNING kernel:[ 3.382829] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.382849] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff88021587ef00), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.382879] ata5.00: ATAPI: HL-DT-ST BDDVDRW CH10LS28, 1.00, max UDMA/133 >06:26:35,972 NOTICE kernel:[ 3.383090] scsi 1:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4C PQ: 0 ANSI: 5 >06:26:35,972 NOTICE kernel:[ 3.384548] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >06:26:35,972 NOTICE kernel:[ 3.384574] sd 1:0:0:0: [sda] 4096-byte physical blocks >06:26:35,972 NOTICE kernel:[ 3.384703] sd 1:0:0:0: [sda] Write Protect is off >06:26:35,972 DEBUG kernel:[ 3.384708] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 >06:26:35,972 NOTICE kernel:[ 3.384761] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >06:26:35,972 NOTICE kernel:[ 3.385140] sd 1:0:0:0: Attached scsi generic sg0 type 0 >06:26:35,972 WARNING kernel:[ 3.386690] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.386709] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff88021587ef00), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.386741] ata5.00: configured for UDMA/133 >06:26:35,972 INFO kernel:[ 3.390030] usb 1-1: new high-speed USB device number 2 using ehci-pci >06:26:35,972 WARNING kernel:[ 3.391396] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.391415] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff88021587ef78), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.392188] ata6.00: ATA-8: MKNSSDCR240GB, 502ABBF0, max UDMA/133 >06:26:35,972 INFO kernel:[ 3.392195] ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >06:26:35,972 NOTICE kernel:[ 3.392977] scsi 4:0:0:0: CD-ROM HL-DT-ST BDDVDRW CH10LS28 1.00 PQ: 0 ANSI: 5 >06:26:35,972 WARNING kernel:[ 3.401362] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140424/psargs-359) >06:26:35,972 WARNING kernel:[ 3.401381] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff88021587ef78), AE_NOT_FOUND (20140424/psparse-536) >06:26:35,972 INFO kernel:[ 3.402097] ata6.00: configured for UDMA/133 >06:26:35,972 INFO kernel:[ 3.403218] sda: sda1 sda2 >06:26:35,972 NOTICE kernel:[ 3.405149] sd 1:0:0:0: [sda] Attached SCSI disk >06:26:35,972 WARNING kernel:[ 3.409403] sr0: scsi3-mmc drive: 94x/94x writer dvd-ram cd/rw xa/form2 cdda tray >06:26:35,972 INFO kernel:[ 3.409415] cdrom: Uniform CD-ROM driver Revision: 3.20 >06:26:35,972 DEBUG kernel:[ 3.410217] sr 4:0:0:0: Attached scsi CD-ROM sr0 >06:26:35,972 NOTICE kernel:[ 3.410580] sr 4:0:0:0: Attached scsi generic sg1 type 5 >06:26:35,972 NOTICE kernel:[ 3.411045] scsi 5:0:0:0: Direct-Access ATA MKNSSDCR240GB BBF0 PQ: 0 ANSI: 5 >06:26:35,972 NOTICE kernel:[ 3.411800] sd 5:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB) >06:26:35,972 NOTICE kernel:[ 3.411911] sd 5:0:0:0: Attached scsi generic sg2 type 0 >06:26:35,972 NOTICE kernel:[ 3.412349] sd 5:0:0:0: [sdb] Write Protect is off >06:26:35,972 DEBUG kernel:[ 3.412356] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >06:26:35,972 NOTICE kernel:[ 3.412530] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >06:26:35,972 INFO kernel:[ 3.415191] sdb: sdb1 sdb2 >06:26:35,972 NOTICE kernel:[ 3.416380] sd 5:0:0:0: [sdb] Attached SCSI disk >06:26:35,972 INFO kernel:[ 3.504504] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 >06:26:35,972 INFO kernel:[ 3.504511] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >06:26:35,972 INFO kernel:[ 3.505430] hub 1-1:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.505748] hub 1-1:1.0: 6 ports detected >06:26:35,972 INFO kernel:[ 3.610746] usb 2-1: new high-speed USB device number 2 using ehci-pci >06:26:35,972 INFO kernel:[ 3.716646] ata8: SATA link down (SStatus 0 SControl 300) >06:26:35,972 INFO kernel:[ 3.720091] Freeing unused kernel memory: 3740K (ffffffff81fe6000 - ffffffff8238d000) >06:26:35,972 INFO kernel:[ 3.720098] Write protecting the kernel read-only data: 14336k >06:26:35,972 INFO kernel:[ 3.725105] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 >06:26:35,972 INFO kernel:[ 3.725113] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >06:26:35,972 INFO kernel:[ 3.725828] hub 2-1:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.725972] hub 2-1:1.0: 8 ports detected >06:26:35,972 INFO kernel:[ 3.726908] Freeing unused kernel memory: 1948K (ffff880002819000 - ffff880002a00000) >06:26:35,972 INFO kernel:[ 3.729076] Freeing unused kernel memory: 668K (ffff880002d59000 - ffff880002e00000) >06:26:35,972 NOTICE kernel:[ 3.757726] random: systemd urandom read with 31 bits of entropy available >06:26:35,972 INFO kernel:[ 3.802675] usb 1-1.5: new high-speed USB device number 3 using ehci-pci >06:26:35,972 WARNING kernel:[ 3.879363] systemd-vconsol (142) used greatest stack depth: 13312 bytes left >06:26:35,972 INFO kernel:[ 3.889004] device-mapper: multipath: version 1.7.0 loaded >06:26:35,972 INFO kernel:[ 3.899199] usb 1-1.5: New USB device found, idVendor=05ac, idProduct=1005 >06:26:35,972 INFO kernel:[ 3.899213] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >06:26:35,972 INFO kernel:[ 3.899216] usb 1-1.5: Product: Keyboard Hub >06:26:35,972 INFO kernel:[ 3.899218] usb 1-1.5: Manufacturer: Apple Inc. >06:26:35,972 INFO kernel:[ 3.899220] usb 1-1.5: SerialNumber: 000000000000 >06:26:35,972 INFO kernel:[ 3.899842] hub 1-1.5:1.0: USB hub found >06:26:35,972 INFO kernel:[ 3.899924] hub 1-1.5:1.0: 3 ports detected >06:26:35,972 WARNING kernel:[ 3.906885] systemd-cgroups (159) used greatest stack depth: 13208 bytes left >06:26:35,972 INFO kernel:[ 3.998697] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >06:26:35,972 INFO kernel:[ 3.998701] EDD information not available. >06:26:35,972 INFO kernel:[ 4.023338] tsc: Refined TSC clocksource calibration: 3467.753 MHz >06:26:35,972 INFO kernel:[ 4.173261] usb 1-1.5.2: new low-speed USB device number 4 using ehci-pci >06:26:35,972 INFO kernel:[ 4.266200] usb 1-1.5.2: New USB device found, idVendor=05ac, idProduct=021d >06:26:35,972 INFO kernel:[ 4.266205] usb 1-1.5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >06:26:35,972 INFO kernel:[ 4.266207] usb 1-1.5.2: Product: Apple Keyboard >06:26:35,972 INFO kernel:[ 4.266209] usb 1-1.5.2: Manufacturer: Apple Inc. >06:26:35,972 INFO kernel:[ 4.270702] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.0/0003:05AC:021D.0001/input/input5 >06:26:35,972 INFO kernel:[ 4.271254] apple 0003:05AC:021D.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Keyboard] on usb-0000:00:1a.0-1.5.2/input0 >06:26:35,972 INFO kernel:[ 4.274211] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.2/1-1.5.2:1.1/0003:05AC:021D.0002/input/input6 >06:26:35,972 INFO kernel:[ 4.274488] apple 0003:05AC:021D.0002: input,hidraw1: USB HID v1.11 Device [Apple Inc. Apple Keyboard] on usb-0000:00:1a.0-1.5.2/input1 >06:26:35,972 INFO kernel:[ 4.337117] usb 1-1.5.3: new low-speed USB device number 5 using ehci-pci >06:26:35,972 INFO kernel:[ 4.417046] usb 1-1.5.3: New USB device found, idVendor=045e, idProduct=00cb >06:26:35,972 INFO kernel:[ 4.417050] usb 1-1.5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >06:26:35,972 INFO kernel:[ 4.417053] usb 1-1.5.3: Product: Microsoft Basic Optical Mouse v2.0 >06:26:35,972 INFO kernel:[ 4.417054] usb 1-1.5.3: Manufacturer: Microsoft >06:26:35,972 INFO kernel:[ 4.421078] input: Microsoft Microsoft Basic Optical Mouse v2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:045E:00CB.0003/input/input7 >06:26:35,972 INFO kernel:[ 4.421498] hid-generic 0003:045E:00CB.0003: input,hidraw2: USB HID v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:1a.0-1.5.3/input0 >06:26:35,972 INFO kernel:[ 4.452492] squashfs: version 4.0 (2009/01/31) Phillip Lougher >06:26:35,972 INFO kernel:[ 4.458564] Loading iSCSI transport class v2.0-870. >06:26:35,972 NOTICE kernel:[ 4.464517] iscsi: registered transport (tcp) >06:26:35,972 INFO kernel:[ 5.022878] Switched to clocksource tsc >06:26:35,972 INFO kernel:[ 7.524315] floppy0: no floppy controllers found >06:26:35,972 INFO kernel:[ 7.524337] work still pending >06:26:35,972 INFO kernel:[ 7.539265] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >06:26:35,972 INFO kernel:[ 7.539271] EDD information not available. >06:26:35,972 INFO kernel:[ 7.560491] No iBFT detected. >06:26:35,972 INFO kernel:[ 7.568157] md: raid0 personality registered for level 0 >06:26:35,972 INFO kernel:[ 7.577958] md: raid1 personality registered for level 1 >06:26:35,972 WARNING kernel:[ 7.609718] raid6: sse2x1 6281 MB/s >06:26:35,972 WARNING kernel:[ 7.626701] raid6: sse2x2 8390 MB/s >06:26:35,972 WARNING kernel:[ 7.643683] raid6: sse2x4 10363 MB/s >06:26:35,972 WARNING kernel:[ 7.643686] raid6: using algorithm sse2x4 (10363 MB/s) >06:26:35,972 WARNING kernel:[ 7.643688] raid6: using ssse3x2 recovery algorithm >06:26:35,972 INFO kernel:[ 7.645250] async_tx: api initialized (async) >06:26:35,972 INFO kernel:[ 7.646975] xor: automatically using best checksumming function: >06:26:35,972 INFO kernel:[ 7.656668] avx : 21024.000 MB/sec >06:26:35,972 INFO kernel:[ 7.669505] md: raid6 personality registered for level 6 >06:26:35,972 INFO kernel:[ 7.669510] md: raid5 personality registered for level 5 >06:26:35,972 INFO kernel:[ 7.669512] md: raid4 personality registered for level 4 >06:26:35,972 INFO kernel:[ 7.683284] md: raid10 personality registered for level 10 >06:26:35,972 INFO kernel:[ 7.687949] md: linear personality registered for level -1 >06:26:35,972 INFO kernel:[ 7.706507] device-mapper: multipath round-robin: version 1.0.0 loaded >06:26:35,972 INFO kernel:[ 7.719055] sha256_ssse3: Using AVX optimized SHA-256 implementation >06:26:35,972 INFO kernel:[ 7.753192] RPC: Registered named UNIX socket transport module. >06:26:35,972 INFO kernel:[ 7.753202] RPC: Registered udp transport module. >06:26:35,972 INFO kernel:[ 7.753204] RPC: Registered tcp transport module. >06:26:35,972 INFO kernel:[ 7.753206] RPC: Registered tcp NFSv4.1 backchannel transport module. >06:26:35,972 WARNING kernel:[ 7.753803] modprobe (443) used greatest stack depth: 12976 bytes left >06:26:35,972 INFO kernel:[ 8.038828] wmi: Mapper loaded >06:26:35,972 INFO kernel:[ 8.067409] pps_core: LinuxPPS API ver. 1 registered >06:26:35,972 INFO kernel:[ 8.067412] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> >06:26:35,972 INFO kernel:[ 8.069723] PTP clock support registered >06:26:35,972 INFO kernel:[ 8.075601] [drm] Initialized drm 1.1.0 20060810 >06:26:35,972 INFO kernel:[ 8.081143] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k >06:26:35,972 INFO kernel:[ 8.081145] e1000e: Copyright(c) 1999 - 2014 Intel Corporation. >06:26:35,972 INFO kernel:[ 8.081477] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >06:26:35,972 DEBUG kernel:[ 8.081498] e1000e 0000:00:19.0: irq 49 for MSI/MSI-X >06:26:35,972 INFO kernel:[ 8.128862] alg: No test for crc32 (crc32-pclmul) >06:26:35,972 WARNING kernel:[ 8.133263] MXM: GUID detected in BIOS >06:26:35,972 DEBUG kernel:[ 8.133315] checking generic (f1000000 300000) vs hw (e8000000 8000000) >06:26:35,972 DEBUG kernel:[ 8.133317] checking generic (f1000000 300000) vs hw (f0000000 2000000) >06:26:35,972 INFO kernel:[ 8.133319] fb: switching to nouveaufb from EFI VGA >06:26:35,973 INFO kernel:[ 8.133377] Console: switching to colour dummy device 80x25 >06:26:35,973 INFO kernel:[ 8.135005] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0e4090a2 >06:26:35,973 INFO kernel:[ 8.135014] nouveau [ DEVICE][0000:01:00.0] Chipset: GK104 (NVE4) >06:26:35,973 INFO kernel:[ 8.135016] nouveau [ DEVICE][0000:01:00.0] Family : NVE0 >06:26:35,973 INFO kernel:[ 8.135038] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... >06:26:35,973 INFO kernel:[ 8.135044] nouveau [ VBIOS][0000:01:00.0] ... signature not found >06:26:35,973 INFO kernel:[ 8.135046] nouveau [ VBIOS][0000:01:00.0] checking PROM for image... >06:26:35,973 INFO kernel:[ 8.171742] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid >06:26:35,973 INFO kernel:[ 8.171746] nouveau [ VBIOS][0000:01:00.0] using image from PROM >06:26:35,973 INFO kernel:[ 8.171795] nouveau [ VBIOS][0000:01:00.0] BIT signature found >06:26:35,973 INFO kernel:[ 8.171798] nouveau [ VBIOS][0000:01:00.0] version 80.04.19.00.15 >06:26:35,973 DEBUG kernel:[ 8.172761] nouveau 0000:01:00.0: irq 50 for MSI/MSI-X >06:26:35,973 INFO kernel:[ 8.172773] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled >06:26:35,973 INFO kernel:[ 8.172838] nouveau [ PFB][0000:01:00.0] RAM type: GDDR5 >06:26:35,973 INFO kernel:[ 8.172840] nouveau [ PFB][0000:01:00.0] RAM size: 2048 MiB >06:26:35,973 INFO kernel:[ 8.172842] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags >06:26:35,973 INFO kernel:[ 8.177048] nouveau [ VOLT][0000:01:00.0] GPU voltage: 987500uv >06:26:35,973 INFO kernel:[ 8.205551] nouveau [ PTHERM][0000:01:00.0] FAN control: PWM >06:26:35,973 INFO kernel:[ 8.205561] nouveau [ PTHERM][0000:01:00.0] fan management: automatic >06:26:35,973 INFO kernel:[ 8.205626] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes >06:26:35,973 INFO kernel:[ 8.205670] nouveau [ CLK][0000:01:00.0] 07: core 324 MHz memory 648 MHz >06:26:35,973 INFO kernel:[ 8.205698] nouveau [ CLK][0000:01:00.0] 0a: core 324-862 MHz memory 1620 MHz >06:26:35,973 INFO kernel:[ 8.205767] nouveau [ CLK][0000:01:00.0] 0d: core 540-1202 MHz memory 6008 MHz >06:26:35,973 INFO kernel:[ 8.205849] nouveau [ CLK][0000:01:00.0] 0f: core 540-1202 MHz memory 6008 MHz >06:26:35,973 INFO kernel:[ 8.205915] nouveau [ CLK][0000:01:00.0] --: core 324 MHz memory 648 MHz >06:26:35,973 INFO kernel:[ 8.227416] [TTM] Zone kernel: Available graphics memory: 4048466 kiB >06:26:35,973 INFO kernel:[ 8.227424] [TTM] Zone dma32: Available graphics memory: 2097152 kiB >06:26:35,973 INFO kernel:[ 8.227425] [TTM] Initializing pool allocator >06:26:35,973 INFO kernel:[ 8.227443] [TTM] Initializing DMA pool allocator >06:26:35,973 INFO kernel:[ 8.227513] nouveau [ DRM] VRAM: 2048 MiB >06:26:35,973 INFO kernel:[ 8.227515] nouveau [ DRM] GART: 1048576 MiB >06:26:35,973 INFO kernel:[ 8.227518] nouveau [ DRM] TMDS table version 2.0 >06:26:35,973 INFO kernel:[ 8.227520] nouveau [ DRM] DCB version 4.0 >06:26:35,973 INFO kernel:[ 8.227522] nouveau [ DRM] DCB outp 00: 01000f02 00020030 >06:26:35,973 INFO kernel:[ 8.227524] nouveau [ DRM] DCB outp 01: 02000f00 00000000 >06:26:35,973 INFO kernel:[ 8.227526] nouveau [ DRM] DCB outp 02: 08011f82 00020030 >06:26:35,973 INFO kernel:[ 8.227528] nouveau [ DRM] DCB outp 03: 02822f62 0f420010 >06:26:35,973 INFO kernel:[ 8.227530] nouveau [ DRM] DCB outp 05: 04833fb6 0f420010 >06:26:35,973 INFO kernel:[ 8.227532] nouveau [ DRM] DCB outp 06: 04033f72 00020010 >06:26:35,973 INFO kernel:[ 8.227533] nouveau [ DRM] DCB conn 00: 00001030 >06:26:35,973 INFO kernel:[ 8.227536] nouveau [ DRM] DCB conn 01: 00020131 >06:26:35,973 INFO kernel:[ 8.227539] nouveau [ DRM] DCB conn 02: 00002261 >06:26:35,973 INFO kernel:[ 8.227541] nouveau [ DRM] DCB conn 03: 00010346 >06:26:35,973 INFO kernel:[ 8.227543] nouveau [ DRM] DCB conn 04: 00000460 >06:26:35,973 NOTICE kernel:[ 8.228657] random: nonblocking pool is initialized >06:26:35,973 INFO kernel:[ 8.229420] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >06:26:35,973 INFO kernel:[ 8.229422] [drm] Driver supports precise vblank timestamp query. >06:26:35,973 INFO kernel:[ 8.234366] nouveau [ DRM] MM: using COPY for buffer copies >06:26:35,973 WARNING kernel:[ 8.259250] cdrom_id (575) used greatest stack depth: 12048 bytes left >06:26:35,973 INFO kernel:[ 8.344656] e1000e 0000:00:19.0 eth0: registered PHC clock >06:26:35,973 INFO kernel:[ 8.344660] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) c8:60:00:e2:b3:37 >06:26:35,973 INFO kernel:[ 8.344662] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection >06:26:35,973 INFO kernel:[ 8.344726] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF >06:26:35,973 INFO kernel:[ 8.394399] nouveau [ DRM] allocated 1680x1050 fb: 0x80000, bo ffff88003c82b000 >06:26:35,973 INFO kernel:[ 8.394697] fbcon: nouveaufb (fb0) is primary device >06:26:35,973 INFO kernel:[ 8.629690] Console: switching to colour frame buffer device 210x65 >06:26:35,973 INFO kernel:[ 8.630581] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device >06:26:35,973 INFO kernel:[ 8.630585] nouveau 0000:01:00.0: registered panic notifier >06:26:35,973 INFO kernel:[ 8.633934] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0 >06:26:35,973 INFO kernel:[ 10.473180] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 10.473188] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.473192] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 10.473197] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.473201] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 10.473210] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 10.473214] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.473219] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 10.473228] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 10.473232] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 10.473300] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 10.473337] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 10.677327] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 10.677335] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.677339] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 10.677343] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.677347] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 10.677356] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 10.677360] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 10.677365] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 10.677374] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 10.677377] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 10.677408] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 10.677443] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 13.363790] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 13.363798] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.363802] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 13.363806] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.363810] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 13.363819] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 13.363823] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.363828] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 13.363836] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 13.363839] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 13.363869] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 13.363903] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 13.584456] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 13.584463] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.584468] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 13.584472] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.584476] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 13.584485] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 13.584489] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 13.584494] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 13.584502] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 13.584506] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 13.584537] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 13.584572] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 16.205698] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 16.205706] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.205711] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 16.205715] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.205719] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 16.205728] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 16.205732] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.205737] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 16.205746] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 16.205749] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 16.205781] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 16.205817] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 16.426732] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 16.426741] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.426745] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 16.426749] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.426753] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 16.426762] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 16.426766] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 16.426771] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 16.426780] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 16.426783] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 16.426814] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 16.426849] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 WARNING kernel:[ 16.531486] systemd-udevd (550) used greatest stack depth: 11456 bytes left >06:26:35,973 INFO kernel:[ 19.357757] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 19.357766] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.357770] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 19.357775] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.357779] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 19.357788] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 19.357792] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.357797] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 19.357806] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 19.357809] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 19.357841] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 19.357877] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 19.578541] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 19.578549] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.578553] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 19.578557] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.578561] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 19.578570] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 19.578574] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 19.578579] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 19.578588] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 19.578591] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 19.578622] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 19.578657] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 22.241852] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 22.241860] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.241865] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 22.241870] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.241874] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 22.241883] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 22.241887] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.241893] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 22.241901] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 22.241905] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 22.241937] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 22.241973] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 INFO kernel:[ 22.547010] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 22.547018] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.547022] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 22.547026] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.547030] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 22.547039] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 22.547043] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 22.547048] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 22.547057] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 22.547060] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 22.547091] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 22.547126] Buffer I/O error on device sr0, logical block 357271 >06:26:35,973 DEBUG kernel:[ 23.375766] ISO 9660 Extensions: Microsoft Joliet Level 3 >06:26:35,973 DEBUG kernel:[ 23.385143] ISO 9660 Extensions: RRIP_1991A >06:26:35,973 INFO kernel:[ 26.684093] loop: module loaded >06:26:35,973 INFO kernel:[ 27.623642] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >06:26:35,973 DEBUG kernel:[ 33.839240] SELinux: 2048 avtab hash slots, 107781 rules. >06:26:35,973 DEBUG kernel:[ 33.867834] SELinux: 2048 avtab hash slots, 107781 rules. >06:26:35,973 DEBUG kernel:[ 33.910290] SELinux: 8 users, 103 roles, 4869 types, 286 bools, 1 sens, 1024 cats >06:26:35,973 DEBUG kernel:[ 33.910296] SELinux: 83 classes, 107781 rules >06:26:35,973 INFO kernel:[ 33.918049] SELinux: Permission audit_read in class capability2 not defined in policy. >06:26:35,973 INFO kernel:[ 33.918054] SELinux: the above unknown classes and permissions will be allowed >06:26:35,973 DEBUG kernel:[ 33.918061] SELinux: Completing initialization. >06:26:35,973 DEBUG kernel:[ 33.918063] SELinux: Setting up existing superblocks. >06:26:35,973 DEBUG kernel:[ 33.918151] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.918250] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.918323] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.918357] SELinux: initialized (dev proc, type proc), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.918609] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.919425] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.925112] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >06:26:35,973 DEBUG kernel:[ 33.925157] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >06:26:35,973 DEBUG kernel:[ 33.925206] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.925250] SELinux: initialized (dev aio, type aio), not configured for labeling >06:26:35,973 DEBUG kernel:[ 33.925282] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.925359] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.925420] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.925467] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.925549] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928239] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928261] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.928270] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.928413] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 33.928474] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928532] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928581] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928694] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928699] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928706] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928741] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928755] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928759] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928764] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928802] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928807] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928843] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.928904] SELinux: initialized (dev drm, type drm), not configured for labeling >06:26:35,973 DEBUG kernel:[ 33.928955] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.929006] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 33.929099] SELinux: initialized (dev loop0, type squashfs), uses xattr >06:26:35,973 DEBUG kernel:[ 33.929294] SELinux: initialized (dev dm-0, type ext4), uses xattr >06:26:35,973 NOTICE kernel:[ 33.945775] audit: type=1403 audit(1404195972.274:2): policy loaded auid=4294967295 ses=4294967295 >06:26:35,973 DEBUG kernel:[ 37.440201] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >06:26:35,973 DEBUG kernel:[ 37.711331] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >06:26:35,973 DEBUG kernel:[ 38.226815] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >06:26:35,973 INFO kernel:[ 42.528689] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >06:26:35,973 WARNING kernel:[ 43.052838] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258) >06:26:35,973 INFO kernel:[ 43.052853] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >06:26:35,973 WARNING kernel:[ 43.052860] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >06:26:35,973 WARNING kernel:[ 43.052870] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPCB.GPBX) (20140424/utaddress-258) >06:26:35,973 INFO kernel:[ 43.052880] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >06:26:35,973 WARNING kernel:[ 43.052884] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >06:26:35,973 WARNING kernel:[ 43.052893] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPCB.GPBX) (20140424/utaddress-258) >06:26:35,973 INFO kernel:[ 43.052902] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >06:26:35,973 WARNING kernel:[ 43.052906] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258) >06:26:35,973 WARNING kernel:[ 43.052915] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPCB.GPBX) (20140424/utaddress-258) >06:26:35,973 INFO kernel:[ 43.052924] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >06:26:35,973 WARNING kernel:[ 43.052928] lpc_ich: Resource conflict(s) found affecting gpio_ich >06:26:35,973 WARNING kernel:[ 43.230897] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >06:26:35,973 WARNING kernel:[ 43.230919] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >06:26:35,973 WARNING kernel:[ 43.230932] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.230942] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >06:26:35,973 WARNING kernel:[ 43.230957] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >06:26:35,973 WARNING kernel:[ 43.230968] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >06:26:35,973 WARNING kernel:[ 43.230989] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >06:26:35,973 WARNING kernel:[ 43.231000] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.231010] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >06:26:35,973 WARNING kernel:[ 43.231018] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >06:26:35,973 WARNING kernel:[ 43.347526] tpm_infineon: Unknown symbol tpm_register_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.347550] tpm_infineon: Unknown symbol tpm_dev_vendor_release (err 0) >06:26:35,973 WARNING kernel:[ 43.347561] tpm_infineon: Unknown symbol tpm_remove_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.347573] tpm_infineon: Unknown symbol tpm_pm_resume (err 0) >06:26:35,973 WARNING kernel:[ 43.351347] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >06:26:35,973 WARNING kernel:[ 43.351370] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >06:26:35,973 WARNING kernel:[ 43.351386] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.351398] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >06:26:35,973 WARNING kernel:[ 43.351415] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >06:26:35,973 WARNING kernel:[ 43.351428] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >06:26:35,973 WARNING kernel:[ 43.351452] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >06:26:35,973 WARNING kernel:[ 43.351466] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.351478] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >06:26:35,973 WARNING kernel:[ 43.351488] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >06:26:35,973 WARNING kernel:[ 43.355638] tpm_tis: Unknown symbol tpm_gen_interrupt (err 0) >06:26:35,973 WARNING kernel:[ 43.355659] tpm_tis: Unknown symbol tpm_calc_ordinal_duration (err 0) >06:26:35,973 WARNING kernel:[ 43.355674] tpm_tis: Unknown symbol tpm_register_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.355685] tpm_tis: Unknown symbol tpm_pm_suspend (err 0) >06:26:35,973 WARNING kernel:[ 43.355701] tpm_tis: Unknown symbol tpm_get_timeouts (err 0) >06:26:35,973 WARNING kernel:[ 43.355714] tpm_tis: Unknown symbol wait_for_tpm_stat (err 0) >06:26:35,973 WARNING kernel:[ 43.355736] tpm_tis: Unknown symbol tpm_dev_vendor_release (err 0) >06:26:35,973 WARNING kernel:[ 43.355749] tpm_tis: Unknown symbol tpm_remove_hardware (err 0) >06:26:35,973 WARNING kernel:[ 43.355760] tpm_tis: Unknown symbol tpm_do_selftest (err 0) >06:26:35,973 WARNING kernel:[ 43.355770] tpm_tis: Unknown symbol tpm_pm_resume (err 0) >06:26:35,973 DEBUG kernel:[ 43.461036] mei_me 0000:00:16.0: irq 51 for MSI/MSI-X >06:26:35,973 WARNING kernel:[ 43.569208] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258) >06:26:35,973 INFO kernel:[ 43.569218] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >06:26:35,973 INFO kernel:[ 44.201478] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17 >06:26:35,973 INFO kernel:[ 44.706667] cfg80211: Calling CRDA to update world regulatory domain >06:26:35,973 INFO kernel:[ 45.006141] asus_wmi: ASUS WMI generic driver loaded >06:26:35,973 INFO kernel:[ 47.194658] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 47.194666] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 47.194671] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 47.194675] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 47.194679] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 47.194689] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 47.194693] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 47.194698] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 47.194707] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 47.194710] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 47.194742] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 47.194748] Buffer I/O error on device sr0, logical block 714542 >06:26:35,973 ERR kernel:[ 47.194754] Buffer I/O error on device sr0, logical block 714543 >06:26:35,973 INFO kernel:[ 48.813301] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:35,973 INFO kernel:[ 48.813308] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 48.813312] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:35,973 INFO kernel:[ 48.813316] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 48.813320] Sense Key : Blank Check [current] >06:26:35,973 WARNING kernel:[ 48.813329] Info fld=0xae72e >06:26:35,973 INFO kernel:[ 48.813333] sr 4:0:0:0: [sr0] >06:26:35,973 WARNING kernel:[ 48.813347] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:35,973 INFO kernel:[ 48.813355] sr 4:0:0:0: [sr0] CDB: >06:26:35,973 WARNING kernel:[ 48.813358] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:26:35,973 ERR kernel:[ 48.813390] end_request: I/O error, dev sr0, sector 2858168 >06:26:35,973 ERR kernel:[ 48.813395] Buffer I/O error on device sr0, logical block 714542 >06:26:35,973 ERR kernel:[ 48.813402] Buffer I/O error on device sr0, logical block 714543 >06:26:35,973 INFO kernel:[ 50.257373] asus_wmi: Initialization: 0x0 >06:26:35,973 INFO kernel:[ 50.257523] asus_wmi: BIOS WMI version: 0.9 >06:26:35,973 INFO kernel:[ 50.257802] asus_wmi: SFUN value: 0x0 >06:26:35,973 INFO kernel:[ 50.259951] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8 >06:26:35,973 INFO kernel:[ 50.265718] asus_wmi: Disabling ACPI video driver >06:26:35,973 INFO kernel:[ 50.463013] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17 >06:26:35,973 INFO kernel:[ 50.463121] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17 >06:26:35,973 INFO kernel:[ 50.463211] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17 >06:26:35,973 INFO kernel:[ 50.463488] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >06:26:35,973 INFO kernel:[ 52.443185] usb 1-1.5.3: USB disconnect, device number 5 >06:26:35,973 INFO kernel:[ 53.898107] usb 1-1.5.3: new low-speed USB device number 6 using ehci-pci >06:26:35,973 INFO kernel:[ 53.979628] usb 1-1.5.3: New USB device found, idVendor=045e, idProduct=00cb >06:26:35,973 INFO kernel:[ 53.979636] usb 1-1.5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >06:26:35,973 INFO kernel:[ 53.979641] usb 1-1.5.3: Product: Microsoft Basic Optical Mouse v2.0 >06:26:35,973 INFO kernel:[ 53.979645] usb 1-1.5.3: Manufacturer: Microsoft >06:26:35,973 INFO kernel:[ 53.984956] input: Microsoft Microsoft Basic Optical Mouse v2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:045E:00CB.0004/input/input9 >06:26:35,973 INFO kernel:[ 53.985576] hid-generic 0003:045E:00CB.0004: input,hidraw2: USB HID v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:1a.0-1.5.3/input0 >06:26:35,973 INFO kernel:[ 55.958592] ath9k 0000:06:00.0: enabling device (0000 -> 0002) >06:26:35,973 INFO kernel:[ 55.958879] ath: phy0: Disable PLL PowerSave >06:26:35,973 DEBUG kernel:[ 55.964180] ath: phy0: timeout (1000 us) on reg 0x15f18: 0x00000000 & 0x00000007 != 0x00000004 >06:26:35,973 DEBUG kernel:[ 55.966743] ath: EEPROM regdomain: 0x60 >06:26:35,973 DEBUG kernel:[ 55.966746] ath: EEPROM indicates we should expect a direct regpair map >06:26:35,973 DEBUG kernel:[ 55.966749] ath: Country alpha2 being used: 00 >06:26:35,973 DEBUG kernel:[ 55.966752] ath: Regpair used: 0x60 >06:26:35,973 DEBUG kernel:[ 56.488100] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' >06:26:35,973 INFO kernel:[ 56.491045] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90005880000, irq=18 >06:26:35,973 NOTICE kernel:[ 57.614690] audit: type=1400 audit(1404195995.966:3): avc: denied { unlink } for pid=1023 comm="rsyslogd" name="log" dev="devtmpfs" ino=10908 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >06:26:38,993 WARNING kernel:[ 60.636396] systemd-udevd (986) used greatest stack depth: 11312 bytes left >06:26:39,814 INFO NetworkManager: <info> NetworkManager (version 0.9.9.98-1.git20140620.fc21) is starting... >06:26:39,814 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >06:26:39,814 INFO NetworkManager: <info> WEXT support is enabled >06:26:40,587 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >06:26:40,978 INFO polkitd: Started polkitd version 0.112 >06:26:41,268 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >06:26:41,297 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >06:26:41,297 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >06:26:41,298 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >06:26:41,298 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >06:26:41,548 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >06:26:41,550 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >06:26:41,731 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >06:26:41,738 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >06:26:41,748 INFO NetworkManager: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.6/0000:06:00.0/ieee80211/phy0/rfkill0) (driver ath9k) >06:26:41,749 INFO NetworkManager: <info> WiFi hardware radio set enabled >06:26:41,749 INFO NetworkManager: <info> WWAN hardware radio set enabled >06:26:41,750 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >06:26:41,750 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >06:26:41,750 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >06:26:41,750 INFO NetworkManager: <info> Networking is enabled by state file >06:26:41,750 INFO NetworkManager: <info> (lo): link connected >06:26:41,750 INFO NetworkManager: <info> (lo): carrier is ON >06:26:41,751 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >06:26:41,751 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >06:26:41,752 INFO NetworkManager: <info> (em1): carrier is OFF >06:26:41,752 INFO NetworkManager: <info> (em1): new Ethernet device (driver: 'e1000e' ifindex: 2) >06:26:41,752 INFO NetworkManager: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/1 >06:26:41,753 INFO NetworkManager: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >06:26:41,912 DEBUG kernel:[ 63.554263] e1000e 0000:00:19.0: irq 52 for MSI/MSI-X >06:26:42,014 INFO NetworkManager: <info> (em1): preparing device >06:26:42,016 DEBUG kernel:[ 63.655350] e1000e 0000:00:19.0: irq 53 for MSI/MSI-X >06:26:42,016 INFO kernel:[ 63.655526] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready >06:26:42,017 INFO NetworkManager: <info> read connection 'Wired connection 1' >06:26:42,017 INFO NetworkManager: <info> (em1): created default wired connection 'Wired connection 1' >06:26:42,017 INFO NetworkManager: <info> (wlp6s0): 'wifi' plugin not available; creating generic device >06:26:42,018 INFO NetworkManager: <info> (wlp6s0): carrier is OFF >06:26:42,018 INFO NetworkManager: <info> (wlp6s0): new Generic device (driver: 'ath9k' ifindex: 3) >06:26:42,018 INFO NetworkManager: <info> (wlp6s0): exported as /org/freedesktop/NetworkManager/Devices/2 >06:26:44,885 INFO kernel:[ 66.523178] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx >06:26:44,885 INFO kernel:[ 66.523205] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO >06:26:44,885 INFO kernel:[ 66.523642] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready >06:26:44,886 INFO NetworkManager: <info> (em1): link connected >06:26:44,886 INFO NetworkManager: <info> (em1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40] >06:26:44,886 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >06:26:44,887 INFO NetworkManager: <info> Activation (em1) starting connection 'Wired connection 1' >06:26:44,887 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) scheduled... >06:26:44,887 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) started... >06:26:44,887 INFO NetworkManager: <info> (em1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >06:26:44,887 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >06:26:44,887 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) scheduled... >06:26:44,887 INFO NetworkManager: <info> Activation (em1) Stage 1 of 5 (Device Prepare) complete. >06:26:44,887 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) starting... >06:26:44,887 INFO NetworkManager: <info> (em1): device state change: prepare -> config (reason 'none') [40 50 0] >06:26:44,888 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) successful. >06:26:44,888 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) scheduled. >06:26:44,888 INFO NetworkManager: <info> Activation (em1) Stage 2 of 5 (Device Configure) complete. >06:26:44,888 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) started... >06:26:44,888 INFO NetworkManager: <info> (em1): device state change: config -> ip-config (reason 'none') [50 70 0] >06:26:44,888 INFO NetworkManager: <info> Activation (em1) Beginning DHCPv4 transaction (timeout in 45 seconds) >06:26:45,004 INFO NetworkManager: <info> dhclient started with pid 1074 >06:26:45,006 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) complete. >06:26:46,162 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >06:26:46,162 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >06:26:46,162 INFO dhclient: All rights reserved. >06:26:46,162 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >06:26:46,162 INFO dhclient: >06:26:46,266 INFO NetworkManager: <info> (em1): DHCPv4 state changed nbi -> preinit >06:26:46,278 INFO dhclient: Listening on LPF/em1/c8:60:00:e2:b3:37 >06:26:46,278 INFO dhclient: Sending on LPF/em1/c8:60:00:e2:b3:37 >06:26:46,278 INFO dhclient: Sending on Socket/fallback >06:26:46,278 INFO dhclient: DHCPDISCOVER on em1 to 255.255.255.255 port 67 interval 5 (xid=0x1c66a617) >06:26:47,125 INFO NetworkManager: <info> Activation (em1) Stage 3 of 5 (IP Configure Start) starting DHCPv6 as requested by IPv6 router... >06:26:47,125 INFO NetworkManager: <info> Activation (em1) Beginning DHCPv6 transaction (timeout in 45 seconds) >06:26:47,131 INFO NetworkManager: <info> dhclient started with pid 1076 >06:26:47,155 INFO dhclient: DHCPREQUEST on em1 to 255.255.255.255 port 67 (xid=0x1c66a617) >06:26:47,155 INFO dhclient: DHCPOFFER from 10.0.1.1 >06:26:47,167 INFO dhclient: DHCPACK from 10.0.1.1 (xid=0x1c66a617) >06:26:47,168 INFO dhclient: Internet Systems Consortium DHCP Client 4.3.0 >06:26:47,168 INFO dhclient: Copyright 2004-2014 Internet Systems Consortium. >06:26:47,168 INFO dhclient: All rights reserved. >06:26:47,168 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >06:26:47,168 INFO dhclient: >06:26:47,169 INFO dhclient: Listening on Socket/em1 >06:26:47,169 INFO dhclient: Sending on Socket/em1 >06:26:47,175 INFO NetworkManager: <info> (em1): DHCPv4 state changed preinit -> bound >06:26:47,175 INFO NetworkManager: <info> address 10.0.1.13 >06:26:47,175 INFO NetworkManager: <info> plen 24 (255.255.255.0) >06:26:47,175 INFO NetworkManager: <info> gateway 10.0.1.1 >06:26:47,175 INFO NetworkManager: <info> server identifier 10.0.1.1 >06:26:47,175 INFO NetworkManager: <info> lease time 86400 >06:26:47,175 INFO NetworkManager: <info> nameserver '10.0.1.1' >06:26:47,175 INFO NetworkManager: <info> domain name 'hsd1.wa.comcast.net.' >06:26:47,175 INFO dhclient: bound to 10.0.1.13 -- renewal in 34331 seconds. >06:26:47,176 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >06:26:47,176 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) started... >06:26:47,177 INFO NetworkManager: <info> (em1): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >06:26:47,177 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv4 Commit) complete. >06:26:47,178 INFO NetworkManager: <info> (em1): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >06:26:47,178 INFO NetworkManager: <info> (em1): device state change: secondaries -> activated (reason 'none') [90 100 0] >06:26:47,179 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >06:26:47,179 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >06:26:47,179 INFO NetworkManager: <info> Policy set 'Wired connection 1' (em1) as default for IPv4 routing and DNS. >06:26:47,180 INFO NetworkManager: <info> Policy set 'Wired connection 1' (em1) as default for IPv6 routing and DNS. >06:26:47,183 INFO NetworkManager: <info> Activation (em1) successful, device activated. >06:26:47,184 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >06:26:47,533 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >06:26:47,534 NOTICE nm-dispatcher: Dispatching action 'up' for em1 >06:26:48,031 INFO dhclient: XMT: Info-Request on em1, interval 1010ms. >06:26:48,035 INFO dhclient: RCV: Reply message on em1 from fe80::8a1f:a1ff:fe28:c102. >06:26:48,044 INFO NetworkManager: <info> (em1): DHCPv6 state changed nbi -> renew6 >06:26:48,044 INFO NetworkManager: <info> nameserver '2601:8:8800:9ed:8a1f:a1ff:fe28:c102' >06:26:48,044 INFO NetworkManager: <info> domain search 'hsd1.wa.comcast.net.' >06:26:48,044 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) scheduled... >06:26:48,044 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) started... >06:26:48,047 INFO NetworkManager: <info> Activation (em1) Stage 5 of 5 (IPv6 Commit) complete. >06:26:48,208 INFO NetworkManager: <info> (em1): DHCPv6 client pid 1076 exited with status 0 >06:26:48,721 NOTICE nm-dispatcher: Dispatching action 'dhcp6-change' for em1 >06:26:50,372 INFO NetworkManager: <info> startup complete >06:26:54,162 NOTICE kernel:[ 75.791577] audit: type=1400 audit(1404196014.161:4): avc: denied { read write } for pid=1120 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=12313 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >06:26:56,463 INFO kernel:[ 78.090205] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:56,463 INFO kernel:[ 78.090213] sr 4:0:0:0: [sr0] >06:26:56,463 WARNING kernel:[ 78.090217] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:56,463 INFO kernel:[ 78.090222] sr 4:0:0:0: [sr0] >06:26:56,463 WARNING kernel:[ 78.090226] Sense Key : Blank Check [current] >06:26:56,463 WARNING kernel:[ 78.090235] Info fld=0xae72e >06:26:56,463 INFO kernel:[ 78.090239] sr 4:0:0:0: [sr0] >06:26:56,463 WARNING kernel:[ 78.090245] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:56,463 INFO kernel:[ 78.090253] sr 4:0:0:0: [sr0] CDB: >06:26:56,463 WARNING kernel:[ 78.090257] Read(10): 28 00 00 0a e7 2e 00 00 01 00 >06:26:56,463 ERR kernel:[ 78.090288] end_request: I/O error, dev sr0, sector 2858168 >06:26:56,463 ERR kernel:[ 78.090295] Buffer I/O error on device sr0, logical block 714542 >06:26:56,802 INFO kernel:[ 78.429059] sr 4:0:0:0: [sr0] Unhandled sense code >06:26:56,802 INFO kernel:[ 78.429066] sr 4:0:0:0: [sr0] >06:26:56,802 WARNING kernel:[ 78.429070] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:26:56,802 INFO kernel:[ 78.429074] sr 4:0:0:0: [sr0] >06:26:56,802 WARNING kernel:[ 78.429078] Sense Key : Blank Check [current] >06:26:56,802 WARNING kernel:[ 78.429086] Info fld=0xae72f >06:26:56,802 INFO kernel:[ 78.429090] sr 4:0:0:0: [sr0] >06:26:56,802 WARNING kernel:[ 78.429104] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:26:56,802 INFO kernel:[ 78.429113] sr 4:0:0:0: [sr0] CDB: >06:26:56,802 WARNING kernel:[ 78.429116] Read(10): 28 00 00 0a e7 2f 00 00 01 00 >06:26:56,802 ERR kernel:[ 78.429147] end_request: I/O error, dev sr0, sector 2858172 >06:26:56,802 ERR kernel:[ 78.429153] Buffer I/O error on device sr0, logical block 714543 >06:27:05,999 NOTICE kernel:[ 87.616747] audit: type=1400 audit(1404196025.998:5): avc: denied { open } for pid=1040 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=18992 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:user_tmp_t:s0 tclass=file permissive=1 >06:27:09,828 NOTICE kernel:[ 91.441914] audit: type=1400 audit(1404196029.827:6): avc: denied { read write } for pid=1164 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 >06:27:15,153 INFO chronyd: chronyd version 1.30-pre1 starting >06:27:15,155 INFO chronyd: Generated key 1 >06:27:17,646 INFO kernel:[ 99.251372] sdb: sdb1 sdb2 >06:27:19,323 INFO kernel:[ 100.927663] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >06:27:19,323 DEBUG kernel:[ 100.927701] SELinux: initialized (dev sda2, type ext4), uses xattr >06:27:20,701 NOTICE kernel:[ 102.304880] audit: type=1400 audit(1404196040.700:7): avc: denied { read write } for pid=1262 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 >06:27:20,702 NOTICE kernel:[ 102.305614] audit: type=1400 audit(1404196040.701:8): avc: denied { read write } for pid=1262 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=12313 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >06:27:20,702 NOTICE kernel:[ 102.305885] audit: type=1400 audit(1404196040.701:9): avc: denied { read } for pid=1262 comm="hwclock" path="/proc/1062/mounts" dev="proc" ino=19862 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:system_r:initrc_t:s0 tclass=file permissive=1 >06:27:20,833 INFO chronyd: Selected source 198.199.100.22 >06:27:21,001 NOTICE kernel:[ 102.639925] audit: type=1400 audit(1404196041.000:10): avc: denied { ioctl } for pid=1262 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 >06:27:21,001 NOTICE kernel:[ 102.639956] audit: type=1400 audit(1404196041.000:11): avc: denied { getattr } for pid=1262 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 >06:28:14,191 WARNING kernel:[ 155.652691] >06:28:14,191 WARNING kernel:[ 155.652697] ====================================================== >06:28:14,191 WARNING kernel:[ 155.652698] [ INFO: possible circular locking dependency detected ] >06:28:14,191 WARNING kernel:[ 155.652701] 3.16.0-0.rc2.git4.1.fc21.x86_64 #1 Not tainted >06:28:14,191 WARNING kernel:[ 155.652702] ------------------------------------------------------- >06:28:14,191 WARNING kernel:[ 155.652704] swapper/0/0 is trying to acquire lock: >06:28:14,191 WARNING kernel:[ 155.652706] (&(&priv->sensor.alarm_program_lock)->rlock){-.....}, at: [<ffffffffa02c6284>] alarm_timer_callback+0x54/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652735] >06:28:14,191 WARNING kernel:[ 155.652735] but task is already holding lock: >06:28:14,191 WARNING kernel:[ 155.652737] (&(&priv->lock)->rlock#2){-.....}, at: [<ffffffffa02c4618>] nouveau_therm_update+0x48/0x350 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652759] >06:28:14,191 WARNING kernel:[ 155.652759] which lock already depends on the new lock. >06:28:14,191 WARNING kernel:[ 155.652759] >06:28:14,191 WARNING kernel:[ 155.652762] >06:28:14,191 WARNING kernel:[ 155.652762] the existing dependency chain (in reverse order) is: >06:28:14,191 WARNING kernel:[ 155.652764] >06:28:14,191 WARNING kernel:[ 155.652764] -> #1 (&(&priv->lock)->rlock#2){-.....}: >06:28:14,191 WARNING kernel:[ 155.652768] [<ffffffff811020f4>] lock_acquire+0xa4/0x1d0 >06:28:14,191 WARNING kernel:[ 155.652772] [<ffffffff81811177>] _raw_spin_lock_irqsave+0x57/0xa0 >06:28:14,191 WARNING kernel:[ 155.652777] [<ffffffffa02c4618>] nouveau_therm_update+0x48/0x350 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652794] [<ffffffffa02c493a>] nouveau_therm_alarm+0x1a/0x20 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652810] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652827] [<ffffffffa02c8470>] nv04_timer_alarm+0x60/0xd0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652843] [<ffffffffa02c630d>] alarm_timer_callback+0xdd/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652859] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652875] [<ffffffffa02c854b>] nv04_timer_intr+0x6b/0x90 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652890] [<ffffffffa02c1bf1>] nouveau_mc_intr+0x141/0x1c0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652906] [<ffffffff81116177>] handle_irq_event_percpu+0x77/0x340 >06:28:14,191 WARNING kernel:[ 155.652910] [<ffffffff8111647d>] handle_irq_event+0x3d/0x60 >06:28:14,191 WARNING kernel:[ 155.652912] [<ffffffff81119436>] handle_edge_irq+0x66/0x130 >06:28:14,191 WARNING kernel:[ 155.652916] [<ffffffff8101c3e4>] handle_irq+0x84/0x150 >06:28:14,191 WARNING kernel:[ 155.652920] [<ffffffff818145ad>] do_IRQ+0x4d/0xe0 >06:28:14,191 WARNING kernel:[ 155.652923] [<ffffffff818121f2>] ret_from_intr+0x0/0x1a >06:28:14,191 WARNING kernel:[ 155.652926] [<ffffffff816599f7>] cpuidle_enter+0x17/0x20 >06:28:14,191 WARNING kernel:[ 155.652930] [<ffffffff810f5b5c>] cpu_startup_entry+0x3fc/0x7b0 >06:28:14,191 WARNING kernel:[ 155.652933] [<ffffffff8104df1b>] start_secondary+0x25b/0x300 >06:28:14,191 WARNING kernel:[ 155.652938] >06:28:14,191 WARNING kernel:[ 155.652938] -> #0 (&(&priv->sensor.alarm_program_lock)->rlock){-.....}: >06:28:14,191 WARNING kernel:[ 155.652941] [<ffffffff8110162b>] __lock_acquire+0x1abb/0x1ca0 >06:28:14,191 WARNING kernel:[ 155.652944] [<ffffffff811020f4>] lock_acquire+0xa4/0x1d0 >06:28:14,191 WARNING kernel:[ 155.652946] [<ffffffff81811177>] _raw_spin_lock_irqsave+0x57/0xa0 >06:28:14,191 WARNING kernel:[ 155.652949] [<ffffffffa02c6284>] alarm_timer_callback+0x54/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652965] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652980] [<ffffffffa02c8470>] nv04_timer_alarm+0x60/0xd0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.652995] [<ffffffffa02c48d7>] nouveau_therm_update+0x307/0x350 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653011] [<ffffffffa02c493a>] nouveau_therm_alarm+0x1a/0x20 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653026] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653041] [<ffffffffa02c854b>] nv04_timer_intr+0x6b/0x90 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653056] [<ffffffffa02c1bf1>] nouveau_mc_intr+0x141/0x1c0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653072] [<ffffffff81116177>] handle_irq_event_percpu+0x77/0x340 >06:28:14,191 WARNING kernel:[ 155.653075] [<ffffffff8111647d>] handle_irq_event+0x3d/0x60 >06:28:14,191 WARNING kernel:[ 155.653078] [<ffffffff81119436>] handle_edge_irq+0x66/0x130 >06:28:14,191 WARNING kernel:[ 155.653081] [<ffffffff8101c3e4>] handle_irq+0x84/0x150 >06:28:14,191 WARNING kernel:[ 155.653084] [<ffffffff818145ad>] do_IRQ+0x4d/0xe0 >06:28:14,191 WARNING kernel:[ 155.653087] [<ffffffff818121f2>] ret_from_intr+0x0/0x1a >06:28:14,191 WARNING kernel:[ 155.653090] [<ffffffff816599f7>] cpuidle_enter+0x17/0x20 >06:28:14,191 WARNING kernel:[ 155.653093] [<ffffffff810f5b5c>] cpu_startup_entry+0x3fc/0x7b0 >06:28:14,191 WARNING kernel:[ 155.653096] [<ffffffff817fab87>] rest_init+0x137/0x140 >06:28:14,191 WARNING kernel:[ 155.653100] [<ffffffff821bdffc>] start_kernel+0x49b/0x4bc >06:28:14,191 WARNING kernel:[ 155.653104] [<ffffffff821bd4d7>] x86_64_start_reservations+0x2a/0x2c >06:28:14,191 WARNING kernel:[ 155.653107] [<ffffffff821bd626>] x86_64_start_kernel+0x14d/0x170 >06:28:14,191 WARNING kernel:[ 155.653110] >06:28:14,191 WARNING kernel:[ 155.653110] other info that might help us debug this: >06:28:14,191 WARNING kernel:[ 155.653110] >06:28:14,191 WARNING kernel:[ 155.653112] Possible unsafe locking scenario: >06:28:14,191 WARNING kernel:[ 155.653112] >06:28:14,191 WARNING kernel:[ 155.653114] CPU0 CPU1 >06:28:14,191 WARNING kernel:[ 155.653115] ---- ---- >06:28:14,191 WARNING kernel:[ 155.653116] lock(&(&priv->lock)->rlock#2); >06:28:14,191 WARNING kernel:[ 155.653119] lock(&(&priv->sensor.alarm_program_lock)->rlock); >06:28:14,191 WARNING kernel:[ 155.653121] lock(&(&priv->lock)->rlock#2); >06:28:14,191 WARNING kernel:[ 155.653124] lock(&(&priv->sensor.alarm_program_lock)->rlock); >06:28:14,191 WARNING kernel:[ 155.653126] >06:28:14,191 WARNING kernel:[ 155.653126] *** DEADLOCK *** >06:28:14,191 WARNING kernel:[ 155.653126] >06:28:14,191 WARNING kernel:[ 155.653129] 1 lock held by swapper/0/0: >06:28:14,191 WARNING kernel:[ 155.653130] #0: (&(&priv->lock)->rlock#2){-.....}, at: [<ffffffffa02c4618>] nouveau_therm_update+0x48/0x350 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653149] >06:28:14,191 WARNING kernel:[ 155.653149] stack backtrace: >06:28:14,191 WARNING kernel:[ 155.653152] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.16.0-0.rc2.git4.1.fc21.x86_64 #1 >06:28:14,191 WARNING kernel:[ 155.653154] Hardware name: System manufacturer System Product Name/P8Z77-V, BIOS 1908 03/14/2013 >06:28:14,191 WARNING kernel:[ 155.653156] 0000000000000000 f442637ea9e885ca ffff880215e03b00 ffffffff81807a6c >06:28:14,191 WARNING kernel:[ 155.653159] ffffffff82bcf9e0 ffff880215e03b40 ffffffff81804e0c ffff880215e03ba0 >06:28:14,191 WARNING kernel:[ 155.653163] ffffffff81e175b8 ffffffff81e17580 0000000000000001 ffffffff81e18120 >06:28:14,191 WARNING kernel:[ 155.653166] Call Trace: >06:28:14,191 WARNING kernel:[ 155.653168] <IRQ> [<ffffffff81807a6c>] dump_stack+0x4d/0x66 >06:28:14,191 WARNING kernel:[ 155.653176] [<ffffffff81804e0c>] print_circular_bug+0x201/0x20f >06:28:14,191 WARNING kernel:[ 155.653179] [<ffffffff8110162b>] __lock_acquire+0x1abb/0x1ca0 >06:28:14,191 WARNING kernel:[ 155.653183] [<ffffffff810242de>] ? native_sched_clock+0x2e/0xb0 >06:28:14,191 WARNING kernel:[ 155.653186] [<ffffffff811020f4>] lock_acquire+0xa4/0x1d0 >06:28:14,191 WARNING kernel:[ 155.653202] [<ffffffffa02c6284>] ? alarm_timer_callback+0x54/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653206] [<ffffffff81811177>] _raw_spin_lock_irqsave+0x57/0xa0 >06:28:14,191 WARNING kernel:[ 155.653222] [<ffffffffa02c6284>] ? alarm_timer_callback+0x54/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653238] [<ffffffffa02c6284>] alarm_timer_callback+0x54/0xe0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653254] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653269] [<ffffffffa02c8470>] nv04_timer_alarm+0x60/0xd0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653285] [<ffffffffa02c48d7>] nouveau_therm_update+0x307/0x350 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653301] [<ffffffffa02c493a>] nouveau_therm_alarm+0x1a/0x20 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653317] [<ffffffffa02c83b8>] nv04_timer_alarm_trigger+0x138/0x190 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653332] [<ffffffffa02c854b>] nv04_timer_intr+0x6b/0x90 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653349] [<ffffffffa02c1bf1>] nouveau_mc_intr+0x141/0x1c0 [nouveau] >06:28:14,191 WARNING kernel:[ 155.653352] [<ffffffff81116177>] handle_irq_event_percpu+0x77/0x340 >06:28:14,191 WARNING kernel:[ 155.653355] [<ffffffff8111647d>] handle_irq_event+0x3d/0x60 >06:28:14,191 WARNING kernel:[ 155.653358] [<ffffffff81119436>] handle_edge_irq+0x66/0x130 >06:28:14,191 WARNING kernel:[ 155.653362] [<ffffffff8101c3e4>] handle_irq+0x84/0x150 >06:28:14,191 WARNING kernel:[ 155.653365] [<ffffffff818145ad>] do_IRQ+0x4d/0xe0 >06:28:14,191 WARNING kernel:[ 155.653369] [<ffffffff818121f2>] common_interrupt+0x72/0x72 >06:28:14,191 WARNING kernel:[ 155.653370] <EOI> [<ffffffff816598a1>] ? cpuidle_enter_state+0x51/0xc0 >06:28:14,191 WARNING kernel:[ 155.653376] [<ffffffff816599f7>] cpuidle_enter+0x17/0x20 >06:28:14,191 WARNING kernel:[ 155.653379] [<ffffffff810f5b5c>] cpu_startup_entry+0x3fc/0x7b0 >06:28:14,191 WARNING kernel:[ 155.653383] [<ffffffff8180aa2a>] ? __schedule+0x33a/0x960 >06:28:14,191 WARNING kernel:[ 155.653387] [<ffffffff817fab87>] rest_init+0x137/0x140 >06:28:14,191 WARNING kernel:[ 155.653390] [<ffffffff821bdffc>] start_kernel+0x49b/0x4bc >06:28:14,191 WARNING kernel:[ 155.653393] [<ffffffff821bd120>] ? early_idt_handlers+0x120/0x120 >06:28:14,191 WARNING kernel:[ 155.653396] [<ffffffff821bd4d7>] x86_64_start_reservations+0x2a/0x2c >06:28:14,191 WARNING kernel:[ 155.653398] [<ffffffff821bd626>] x86_64_start_kernel+0x14d/0x170 >06:28:17,740 INFO kernel:[ 159.199210] Btrfs loaded >06:28:18,037 INFO kernel:[ 159.495333] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >06:29:23,505 INFO kernel:[ 224.898776] sr 4:0:0:0: [sr0] Unhandled sense code >06:29:23,505 INFO kernel:[ 224.898779] sr 4:0:0:0: [sr0] >06:29:23,505 WARNING kernel:[ 224.898781] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:29:23,505 INFO kernel:[ 224.898782] sr 4:0:0:0: [sr0] >06:29:23,505 WARNING kernel:[ 224.898783] Sense Key : Blank Check [current] >06:29:23,505 WARNING kernel:[ 224.898786] Info fld=0xae72e >06:29:23,505 INFO kernel:[ 224.898788] sr 4:0:0:0: [sr0] >06:29:23,505 WARNING kernel:[ 224.898790] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:29:23,505 INFO kernel:[ 224.898792] sr 4:0:0:0: [sr0] CDB: >06:29:23,505 WARNING kernel:[ 224.898793] Read(10): 28 00 00 0a e7 2e 00 00 02 00 >06:29:23,505 ERR kernel:[ 224.898801] end_request: I/O error, dev sr0, sector 2858168 >06:29:23,505 ERR kernel:[ 224.898803] Buffer I/O error on device sr0, logical block 714542 >06:29:23,505 ERR kernel:[ 224.898806] Buffer I/O error on device sr0, logical block 714543 >06:29:23,743 INFO kernel:[ 225.136597] sr 4:0:0:0: [sr0] Unhandled sense code >06:29:23,743 INFO kernel:[ 225.136600] sr 4:0:0:0: [sr0] >06:29:23,743 WARNING kernel:[ 225.136601] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:29:23,743 INFO kernel:[ 225.136603] sr 4:0:0:0: [sr0] >06:29:23,743 WARNING kernel:[ 225.136604] Sense Key : Blank Check [current] >06:29:23,743 WARNING kernel:[ 225.136607] Info fld=0xae72e >06:29:23,743 INFO kernel:[ 225.136608] sr 4:0:0:0: [sr0] >06:29:23,743 WARNING kernel:[ 225.136611] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:29:23,743 INFO kernel:[ 225.136613] sr 4:0:0:0: [sr0] CDB: >06:29:23,743 WARNING kernel:[ 225.136614] Read(10): 28 00 00 0a e7 2e 00 00 01 00 >06:29:23,743 ERR kernel:[ 225.136623] end_request: I/O error, dev sr0, sector 2858168 >06:29:23,743 ERR kernel:[ 225.136625] Buffer I/O error on device sr0, logical block 714542 >06:29:23,981 INFO kernel:[ 225.374344] sr 4:0:0:0: [sr0] Unhandled sense code >06:29:23,981 INFO kernel:[ 225.374348] sr 4:0:0:0: [sr0] >06:29:23,981 WARNING kernel:[ 225.374349] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE >06:29:23,981 INFO kernel:[ 225.374351] sr 4:0:0:0: [sr0] >06:29:23,981 WARNING kernel:[ 225.374352] Sense Key : Blank Check [current] >06:29:23,981 WARNING kernel:[ 225.374355] Info fld=0xae72f >06:29:23,981 INFO kernel:[ 225.374356] sr 4:0:0:0: [sr0] >06:29:23,981 WARNING kernel:[ 225.374358] <<vendor>> ASC=0xab ASCQ=0x80ASC=0xab <<vendor>> ASCQ=0x80 >06:29:23,981 INFO kernel:[ 225.374360] sr 4:0:0:0: [sr0] CDB: >06:29:23,981 WARNING kernel:[ 225.374362] Read(10): 28 00 00 0a e7 2f 00 00 01 00 >06:29:23,981 ERR kernel:[ 225.374369] end_request: I/O error, dev sr0, sector 2858172 >06:29:23,981 ERR kernel:[ 225.374372] Buffer I/O error on device sr0, logical block 714543 >06:30:43,023 WARNING kernel:[ 304.321135] kworker/dying (113) used greatest stack depth: 11296 bytes left >06:31:41,183 INFO chronyd: Selected source 2601:8:9180:1100::a
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 1114830
: 913674 |
913675
|
913676
|
913677
|
913678
|
913679
|
913680
|
913681
|
913682
|
913683
|
913684