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 838725 Details for
Bug 1044787
LUKSError: luks device not configured
[?]
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.09 MB, created by
amturnip
on 2013-12-19 02:37:50 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
amturnip
Created:
2013-12-19 02:37:50 UTC
Size:
1.09 MB
patch
obsolete
>anaconda 20.25.15-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/formats/luks.py", line 162, in setup > raise LUKSError("luks device not configured") > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 839, in setupParents > _format.setup() > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 702, in _preSetup > self.setupParents(orig=orig) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 713, in setup > if not self._preSetup(orig=orig): > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 2659, in turnOnSwap > device.setup() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1679, in turnOnSwap > upgrading=upgrading) > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 179, in turnOnFilesystems > storage.turnOnSwap() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 142, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > File "/usr/lib64/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >LUKSError: luks device not configured > >Local variables in innermost frame: >self: existing luks >args: () >kwargs: {} > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x2fc36d0>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use hard drive installation media >harddrive --dir=None --partition=/dev/mapper/live-base ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda,sdb ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=em1 --onboot=off --ipv6=auto >network --bootproto=dhcp --essid="cabeza2" --ipv6=auto --activate >network --hostname=localhost.localdomain ># Root password >rootpw --iscrypted $6$L62uYtENil5QwrKt$Sfj8iK8Vyjpi0EjsziRPBfWDyDk2zHV.i4FKfHQ24CHDgXlVEk4Yxletw1S1Y8G2tO7eGFAv3Sg1GuIEsNbGx0 ># System timezone >timezone America/New_York --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Partition clearing information >clearpart --none --initlabel ># Disk partitioning information >part pv.3 --fstype="lvmpv" --noformat --onpart=sda2 >part /boot --fstype="ext4" --size=243 >part pv.37 --fstype="lvmpv" --ondisk=sda --size=103959 >part pv.38 --fstype="lvmpv" --ondisk=sdb --size=76050 >part pv.7 --fstype="lvmpv" --noformat --onpart=sdb1 >volgroup fedora00 --pesize=4096 pv.37 pv.38 >volgroup fedora --noformat --pesize=32768 --useexisting >logvol /aux --fstype="ext4" --size=100000 --name=aux --vgname=fedora00 >logvol / --fstype="ext4" --size=30000 --name=root --vgname=fedora00 >logvol /home --fstype="ext4" --size=40000 --name=home --vgname=fedora00 >logvol swap --fstype="swap" --size=10000 --name=swap --vgname=fedora00 >logvol luks --fstype="luks" --noformat --useexisting --name=02 --vgname=fedora > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([LVMLogicalVolumeDevice instance (0x438af90) -- > name = fedora00-swap status = True kids = 0 id = 43 > parents = ['existing 180004MB lvmvg fedora00 (39)'] > uuid = None size = 10000.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-11 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora00-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x3effd40> > target size = 10000.0 path = /dev/mapper/fedora00-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x43913d0) -- > name = fedora00 status = True kids = 4 id = 39 > parents = ['existing 103959MB partition sda5 (37) with existing lvmpv', > 'existing 76050MB partition sdb2 (38) with existing lvmpv'] > uuid = None size = 180004 > format = non-existent None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora00 > format args = [] originalFormat = None target = None dmUuid = None free = 0 PE Size = 4.0 PE Count = 0 > PE Free = 0 PV Count = 2 > LV Names = [] modified = False > extents = 45001.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 103959MB partition sda5 (37) with existing lvmpv', > 'existing 76050MB partition sdb2 (38) with existing lvmpv'] > LVs = ['existing 30000MB lvmlv fedora00-root (40) with existing ext4 filesystem mounted at /', > 'existing 40000MB lvmlv fedora00-home (41) with existing ext4 filesystem mounted at /home', > 'existing 100000MB lvmlv fedora00-aux (42) with existing ext4 filesystem mounted at /aux', > 'existing 10000MB lvmlv fedora00-swap (43) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 10000MB]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 238418MB disk sda (1) with existing msdos disklabel >, existing 500MB partition sda1 (2) with existing ext4 filesystem >, existing 133714MB partition sda2 (3) with existing lvmpv >, existing 210004MB lvmvg fedora (4) >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: None > exists: True > _size: 0 > id: 5 > controllable: True > uuid: None > _format: existing None > parents: [] > sysfsPath: /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: TSSTcorp_DVD+_-RW_TS-H653A > kids: 0 > _vendor: None > _name: sr0 > protected: False > originalFormat: existing None > _serial: None >, existing 152587MB disk sdb (6) with existing msdos disklabel >, existing 76293MB partition sdb1 (7) with existing lvmpv >, existing 40000MB lvmlv fedora-00 (8) with existing luks >, LUKSDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81915904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8224 did: 12635 busy: True > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x3204cb0> > exists: True > _size: 0 > id: 9 > controllable: True > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: eda97348-74da-47c7-bbb7-33ceaab4d7fc > _format.exists: True > _format._mountpoint: None > _format._size: 39998.0 > _format._majorminor: 253007 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: None > _format._targetSize: 39998.0 > _format.dirty: False > _format._minInstanceSize: 9067.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > dmUuid: None > parents: [Already dumped (LVMLogicalVolumeDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d, /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d, /dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc, /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d] > _targetSize: 0 > _model: Skipped > kids: 0 > target: crypt > _vendor: Skipped > _name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: eda97348-74da-47c7-bbb7-33ceaab4d7fc > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 39998.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 9067.0 > originalFormat.mountopts: None > originalFormat._size: 39998.0 > originalFormat._device: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > _serial: None >, existing 60000MB lvmlv fedora-01 (10) with existing luks >, LUKSDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122875904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32621 did: 0 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f6dec16c0e0> > exists: True > _size: 0 > id: 11 > controllable: True > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 > _format.exists: True > _format._mountpoint: None > _format._size: 59998.0 > _format._majorminor: 253009 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: None > _format._targetSize: 59998.0 > _format.dirty: False > _format._minInstanceSize: 3401.2 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > dmUuid: None > parents: [Already dumped (LVMLogicalVolumeDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb, /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb, /dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0, /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb] > _targetSize: 0 > _model: Skipped > kids: 0 > target: crypt > _vendor: Skipped > _name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 59998.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 3401.2 > originalFormat.mountopts: None > originalFormat._size: 59998.0 > originalFormat._device: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > _serial: None >, existing 10000MB lvmlv fedora-02 (12) with existing luks >, LUKSDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20475904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x3204ef0> > exists: True > _size: 0 > id: 13 > controllable: True > uuid: None > _format: existing swap > dmUuid: None > parents: [Already dumped (LVMLogicalVolumeDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b, /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b, /dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae, /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b] > _targetSize: 0 > _model: Skipped > kids: 0 > target: crypt > _vendor: Skipped > _name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > protected: False > originalFormat: existing swap > _serial: None >, existing 100000MB lvmlv fedora-03 (14) with existing luks >, LUKSDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204795904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (12747, 255, 63) biosGeometry: (12747, 255, 63) > PedDevice: <_ped.Device object at 0x3204f80> > exists: True > _size: 0 > id: 15 > controllable: True > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: b358f89d-7cfa-42f9-9def-f2ce995b157d > _format.exists: True > _format._mountpoint: None > _format._size: 99998.0 > _format._majorminor: 253003 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: None > _format._targetSize: 99998.0 > _format.dirty: False > _format._minInstanceSize: 407.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > dmUuid: None > parents: [Already dumped (LVMLogicalVolumeDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7, /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7, /dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d, /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7] > _targetSize: 0 > _model: Skipped > kids: 0 > target: crypt > _vendor: Skipped > _name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: b358f89d-7cfa-42f9-9def-f2ce995b157d > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: None > originalFormat._targetSize: 99998.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 407.0 > originalFormat.mountopts: None > originalFormat._size: 99998.0 > originalFormat._device: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 16 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin.img (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 17 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 18 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /osmin > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 19 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 20 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/initramfs/live/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 21 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 22 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/ext3fs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 23 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: 24375583-5faa-4172-8345-5dff1a0e89e5 > _format.exists: True > _format._mountpoint: None > _format._size: 4096.0 > _format._majorminor: None > _format._mountType: ext4 > _format.fsprofile: None > _format.label: _Fedora-Live-Des > _format._targetSize: 4096.0 > _format.dirty: False > _format._minInstanceSize: 0.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop3 > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/_Fedora-Live-Des, /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5] > _targetSize: 0 > _model: Skipped > kids: 2 > _vendor: Skipped > _name: loop3 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: 24375583-5faa-4172-8345-5dff1a0e89e5 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: _Fedora-Live-Des > originalFormat._targetSize: 4096.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 4096.0 > originalFormat._device: /dev/loop3 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 24 > controllable: False > uuid: None > _format: existing None > parents: [] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 25 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop4 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 4096MB dm live-rw (26) with existing ext4 filesystem >, existing 4096MB dm live-base (27) with existing ext4 filesystem >, existing 4096MB dm live-osimg-min (28) with existing ext4 filesystem >, existing 103959MB partition sda5 (37) with existing lvmpv >, existing 76050MB partition sdb2 (38) with existing lvmpv >, existing 180004MB lvmvg fedora00 (39) >, existing 30000MB lvmlv fedora00-root (40) with existing ext4 filesystem mounted at / >, existing 40000MB lvmlv fedora00-home (41) with existing ext4 filesystem mounted at /home >, existing 100000MB lvmlv fedora00-aux (42) with existing ext4 filesystem mounted at /aux >, existing 10000MB lvmlv fedora00-swap (43) with existing swap >, existing 243MB partition sda3 (44) with existing ext4 filesystem mounted at /boot >, existing 103960MB partition sda4 (45) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 26 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 28 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 13 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 14 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 27 >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 15 >, ActionCreateFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: non-existent None > id: 16 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMVolumeGroupDevice instance) > id: 17 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 18 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 19 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 20 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 21 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 22 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 23 >, ActionCreateDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 24 >, ActionCreateFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent None > id: 25 >] > _intf.storage.fsset.devicetree.names: [sdc, sdc1, sdc2, sdc3, sda, sda1, sda2, fedora, fedora-00, fedora-01, fedora-02, fedora-03, sr0, sdb, sdb1, luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d, luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb, luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b, luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7, loop0, /osmin.img (deleted), loop1, /osmin, loop2, /run/initramfs/live/LiveOS/squashfs.img, loop3, /LiveOS/ext3fs.img, loop4, /overlay (deleted), live-rw, live-base, live-osimg-min, fedora00, fedora00-root, fedora00-home, fedora00-aux, fedora00-swap, sda4] > _intf.storage.fsset.devicetree.liveBackingDevice: sdc1 > _intf.storage.fsset.devicetree.protectedDevNames: [sdc1, sdc1] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [existing 15334MB disk sdc (0) with existing iso9660 filesystem >] > _intf.storage.fsset.devicetree.protectedDevSpecs: [/dev/sdc1] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 2 > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [/dev/sdc1] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda, sdb] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda, sdb] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [existing 238418MB disk sda (1) with existing msdos disklabel >, existing 152587MB disk sdb (6) with existing msdos disklabel >] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: Already dumped (PartitionDevice instance) > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: Already dumped (DiskDevice instance) > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: Already dumped (DiskDevice instance) > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: Skipped > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x2fc3790) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x2fc3750) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x2fc3810) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x2fc3850) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x2fc3890) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3984 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: True > _intf._distributionText: <function distributionText at 0x7f6e174a3b18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: LiveImagePayload instance, containing members: > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.pct: 0 > _intf.payload.txID: None > _intf.payload._createdInitrds: False > _intf.payload._adj_size: 0 > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload.pct_lock: None > _intf.payload._kernelVersionList: [] > _intf._currentAction: ProgressHub instance, containing members: > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._progressNotebook: Notebook instance, containing members: > _intf._currentAction.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction._checker: None > _intf._currentAction.applyOnSkip: False > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction.skipTo: None > _intf._currentAction._rnotes_id: 35061 > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._inSpoke: True > _intf._currentAction._incompleteSpokes: [] > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._currentStep: 8 > _intf._currentAction._progressLabel: Label instance, containing members: > _intf._currentAction._rnotesPages: <itertools.cycle object at 0x40453f8> > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._progressBar: ProgressBar instance, containing members: > _intf._currentAction._spokes: {'PasswordSpoke': PasswordSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: False > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._pwStrengthCheck: GUICheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._handler_id: 21008 > _intf._currentAction._spokes._pwStrengthCheck._check_data: None > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _intf._currentAction._spokes._pwStrengthCheck._editable: Entry instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._check_status: None > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: None > _intf._currentAction._spokes._check_list: [GUICheck instance, containing members: > _handler_id: 21005 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _editable: Already dumped (Entry instance) > _check_status: None >, GUICheck instance, containing members: > _handler_id: 21006 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 21007 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _editable: Already dumped (Entry instance) > _check_status: None >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 21009 > _check_data: None > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _parent: Already dumped (PasswordSpoke instance) > _set_error: <bound method PasswordSpoke.set_check_error of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3f09250>> > _editable: Already dumped (Entry instance) > _check_status: None >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._confirm_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 1 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._password_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: >, 'UserSpoke': UserSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._password_check: GUICheck instance, containing members: > _intf._currentAction._spokes._password_check._handler_id: 21216 > _intf._currentAction._spokes._password_check._check_data: None > _intf._currentAction._spokes._password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _intf._currentAction._spokes._password_check._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._password_check._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _intf._currentAction._spokes._password_check._editable: Entry instance, containing members: > _intf._currentAction._spokes._password_check._check_status: None > _intf._currentAction._spokes.guesser: {<Entry object at 0x4022730 (GtkEntry at 0x400e1c0)>: True} > _intf._currentAction._spokes._pwStrengthCheck: GUICheck instance, containing members: > _intf._currentAction._spokes._pwStrengthCheck._handler_id: 21217 > _intf._currentAction._spokes._pwStrengthCheck._check_data: None > _intf._currentAction._spokes._pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _intf._currentAction._spokes._pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _intf._currentAction._spokes._pwStrengthCheck._set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _intf._currentAction._spokes._pwStrengthCheck._editable: Already dumped (Entry instance) > _intf._currentAction._spokes._pwStrengthCheck._check_status: The password you have provided is weak: No password supplied. You will have to press Done twice to confirm it. > _intf._currentAction._spokes._pwq_valid: True > _intf._currentAction._spokes._pwq_error: No password supplied > _intf._currentAction._spokes._oldweak: None > _intf._currentAction._spokes._check_list: [GUICheck instance, containing members: > _handler_id: 21214 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _editable: Already dumped (Entry instance) > _check_status: The password is empty. >, GUICheck instance, containing members: > _handler_id: 21215 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _editable: Entry instance, containing members: > _check_status: None >, Already dumped (GUICheck instance) >, Already dumped (GUICheck instance) >, GUICheck instance, containing members: > _handler_id: 21218 > _check_data: None > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _editable: Already dumped (Entry instance) > _check_status: The passwords do not match. >, GUICheck instance, containing members: > _handler_id: 21219 > _check_data: {'regex': <_sre.SRE_Pattern object at 0xeb8fa0>, 'message': Invalid username} > _run_check: <function _checkUsername at 0x3140b90> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _editable: Entry instance, containing members: > _check_status: None >, GUICheck instance, containing members: > _handler_id: 21220 > _check_data: {'regex': <_sre.SRE_Pattern object at 0xe54938>, 'message': Full name cannot contain colon characters} > _run_check: <function check_re at 0x2ef8668> > _parent: Already dumped (UserSpoke instance) > _set_error: <bound method UserSpoke.set_check_error of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x438f1d0>> > _editable: Entry instance, containing members: > _check_status: None >] > _intf._currentAction._spokes._wheel: group --name=wheel > > _intf._currentAction._spokes.payload: Already dumped (LiveImagePayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.confirm: Already dumped (Entry instance) > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._advanced: AdvancedUserDialog instance, containing members: > _intf._currentAction._spokes._advanced._window: Dialog instance, containing members: > _intf._currentAction._spokes._advanced._cGid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced.applyOnSkip: False > _intf._currentAction._spokes._advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes._advanced._groupsError: Label instance, containing members: > _intf._currentAction._spokes._advanced.builder: Builder instance, containing members: > _intf._currentAction._spokes._advanced._saveButton: Button instance, containing members: > _intf._currentAction._spokes._advanced._cUid: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._tHome: Entry instance, containing members: > _intf._currentAction._spokes._advanced._spinGid: SpinButton instance, containing members: > _intf._currentAction._spokes._advanced.skipTo: None > _intf._currentAction._spokes._advanced._cHome: CheckButton instance, containing members: > _intf._currentAction._spokes._advanced._uid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._check_list: [GUICheck instance, containing members: > _handler_id: 21355 > _check_data: {'error_label': Already dumped (Label instance) >, 'message': None} > _run_check: <function _validateGroups at 0x3140aa0> > _parent: Already dumped (AdvancedUserDialog instance) > _set_error: <bound method AdvancedUserDialog.set_check_error of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x438f9d0>> > _editable: Entry instance, containing members: > _check_status: None >] > _intf._currentAction._spokes._advanced._gid: Adjustment instance, containing members: > _intf._currentAction._spokes._advanced._tGroups: Already dumped (Entry instance) > _intf._currentAction._spokes._advanced._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._advanced._user: F19_UserData instance, containing members: > _intf._currentAction._spokes._advanced._user.shell: Skipped > _intf._currentAction._spokes._advanced._user.name: Skipped > _intf._currentAction._spokes._advanced._user.isCrypted: False > _intf._currentAction._spokes._advanced._user.lock: False > _intf._currentAction._spokes._advanced._user.password_kickstarted: False > _intf._currentAction._spokes._advanced._user.gid: None > _intf._currentAction._spokes._advanced._user.gecos: Skipped > _intf._currentAction._spokes._advanced._user.lineno: 0 > _intf._currentAction._spokes._advanced._user.groups: [] > _intf._currentAction._spokes._advanced._user.uid: None > _intf._currentAction._spokes._advanced._user.password: Skipped > _intf._currentAction._spokes._advanced._user.homedir: Skipped > _intf._currentAction._spokes._advanced._lHome: Label instance, containing members: > _intf._currentAction._spokes._advanced._spinUid: SpinButton instance, containing members: > _intf._currentAction._spokes.b_advanced: Button instance, containing members: > _intf._currentAction._spokes._confirm_check: Already dumped (GUICheck instance) > _intf._currentAction._spokes.username: Already dumped (Entry instance) > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._waivePasswordClicks: 0 > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.pw_label: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.pw: Already dumped (Entry instance) > _intf._currentAction._spokes._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _intf._currentAction._spokes.admin: CheckButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.pw_bar: LevelBar instance, containing members: > _intf._currentAction._spokes.usepassword: CheckButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes.fullname: Already dumped (Entry instance) > _intf._currentAction._spokes._user: Already dumped (F19_UserData instance) >} > _intf._currentAction._totalSteps: 13 > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._autoContinue: False > _intf._currentAction._configurationDone: False >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: livecd:///dev/mapper/live-base >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (LiveImagePayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x300aed8>, True), 'type': (<function <lambda> at 0x3013140>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x300af50>, True), 'journalctl': (<function journalctl_callback at 0x3013050>, False)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 20.25.15-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': None, 'method': 'livecd:///dev/mapper/live-base', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': True, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: >journalctl: >-- Logs begin at Wed 2013-12-18 20:53:23 EST, end at Wed 2013-12-18 21:17:20 EST. -- >Dec 18 20:53:23 localhost systemd-journal[63]: Runtime journal is using 8.0M (max 194.4M, leaving 291.6M of free 1.8G, current limit 194.4M). >Dec 18 20:53:23 localhost systemd-journal[63]: Runtime journal is using 8.0M (max 194.4M, leaving 291.6M of free 1.8G, current limit 194.4M). >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys cpuset >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys cpu >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys cpuacct >Dec 18 20:53:23 localhost kernel: Linux version 3.11.10-301.fc20.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 14:01:17 UTC 2013 >Dec 18 20:53:23 localhost kernel: Command line: initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 18 20:53:23 localhost kernel: Disabled fast string operations >Dec 18 20:53:23 localhost kernel: e820: BIOS-provided physical RAM map: >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfe53bff] usable >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000bfe53c00-0x00000000bfe55bff] ACPI NVS >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000bfe55c00-0x00000000bfe57bff] ACPI data >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000bfe57c00-0x00000000bfffffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fed003ff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved >Dec 18 20:53:23 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable >Dec 18 20:53:23 localhost kernel: NX (Execute Disable) protection: active >Dec 18 20:53:23 localhost kernel: SMBIOS 2.3 present. >Dec 18 20:53:23 localhost kernel: DMI: Dell Inc. Dell DXP061 /0CT017, BIOS 2.5.0 05/24/2007 >Dec 18 20:53:23 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >Dec 18 20:53:23 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >Dec 18 20:53:23 localhost kernel: No AGP bridge found >Dec 18 20:53:23 localhost kernel: e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000 >Dec 18 20:53:23 localhost kernel: MTRR default type: uncachable >Dec 18 20:53:23 localhost kernel: MTRR fixed ranges enabled: >Dec 18 20:53:23 localhost kernel: 00000-9FFFF write-back >Dec 18 20:53:23 localhost kernel: A0000-BFFFF uncachable >Dec 18 20:53:23 localhost kernel: C0000-D7FFF write-protect >Dec 18 20:53:23 localhost kernel: D8000-EFFFF uncachable >Dec 18 20:53:23 localhost kernel: F0000-FFFFF write-protect >Dec 18 20:53:23 localhost kernel: MTRR variable ranges enabled: >Dec 18 20:53:23 localhost kernel: 0 base 000000000 mask 000000000 write-back >Dec 18 20:53:23 localhost kernel: 1 base 0BFF00000 mask FFFF00000 uncachable >Dec 18 20:53:23 localhost kernel: 2 base 0C0000000 mask FC0000000 uncachable >Dec 18 20:53:23 localhost kernel: 3 disabled >Dec 18 20:53:23 localhost kernel: 4 disabled >Dec 18 20:53:23 localhost kernel: 5 disabled >Dec 18 20:53:23 localhost kernel: 6 disabled >Dec 18 20:53:23 localhost kernel: 7 disabled >Dec 18 20:53:23 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >Dec 18 20:53:23 localhost kernel: e820: update [mem 0xbff00000-0xffffffff] usable ==> reserved >Dec 18 20:53:23 localhost kernel: e820: last_pfn = 0xbfe53 max_arch_pfn = 0x400000000 >Dec 18 20:53:23 localhost kernel: found SMP MP-table at [mem 0x000fe710-0x000fe71f] mapped at [ffff8800000fe710] >Dec 18 20:53:23 localhost kernel: Base memory trampoline at [ffff880000095000] 95000 size 24576 >Dec 18 20:53:23 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff] >Dec 18 20:53:23 localhost kernel: [mem 0x00000000-0x000fffff] page 4k >Dec 18 20:53:23 localhost kernel: BRK [0x01fe7000, 0x01fe7fff] PGTABLE >Dec 18 20:53:23 localhost kernel: BRK [0x01fe8000, 0x01fe8fff] PGTABLE >Dec 18 20:53:23 localhost kernel: BRK [0x01fe9000, 0x01fe9fff] PGTABLE >Dec 18 20:53:23 localhost kernel: init_memory_mapping: [mem 0x13be00000-0x13bffffff] >Dec 18 20:53:23 localhost kernel: [mem 0x13be00000-0x13bffffff] page 2M >Dec 18 20:53:23 localhost kernel: BRK [0x01fea000, 0x01feafff] PGTABLE >Dec 18 20:53:23 localhost kernel: init_memory_mapping: [mem 0x138000000-0x13bdfffff] >Dec 18 20:53:23 localhost kernel: [mem 0x138000000-0x13bdfffff] page 2M >Dec 18 20:53:23 localhost kernel: init_memory_mapping: [mem 0x100000000-0x137ffffff] >Dec 18 20:53:23 localhost kernel: [mem 0x100000000-0x137ffffff] page 2M >Dec 18 20:53:23 localhost kernel: init_memory_mapping: [mem 0x00100000-0xbfe52fff] >Dec 18 20:53:23 localhost kernel: [mem 0x00100000-0x001fffff] page 4k >Dec 18 20:53:23 localhost kernel: [mem 0x00200000-0xbfdfffff] page 2M >Dec 18 20:53:23 localhost kernel: [mem 0xbfe00000-0xbfe52fff] page 4k >Dec 18 20:53:23 localhost kernel: RAMDISK: [mem 0x7e179000-0x7fffefff] >Dec 18 20:53:23 localhost kernel: ACPI: RSDP 00000000000febf0 00024 (v02 DELL ) >Dec 18 20:53:23 localhost kernel: ACPI: XSDT 00000000000fd08b 00064 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: FACP 00000000000fd1ab 000F4 (v03 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: DSDT 00000000fffcd3bd 0333E (v01 DELL dt_ex 00001000 INTL 20050624) >Dec 18 20:53:23 localhost kernel: ACPI: FACS 00000000bfe53c00 00040 >Dec 18 20:53:23 localhost kernel: ACPI: SSDT 00000000fffd09d9 0009C (v01 DELL st_ex 00001000 INTL 20050624) >Dec 18 20:53:23 localhost kernel: ACPI: APIC 00000000000fd29f 00092 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: BOOT 00000000000fd331 00028 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: MCFG 00000000000fd359 0003E (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: HPET 00000000000fd397 00038 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: DUMY 00000000bfe55c00 00024 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: SLIC 00000000000fd3cf 000C0 (v01 DELL B8K 00000014 ASL 00000061) >Dec 18 20:53:23 localhost kernel: ACPI: Local APIC address 0xfee00000 >Dec 18 20:53:23 localhost kernel: No NUMA configuration found >Dec 18 20:53:23 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000013bffffff] >Dec 18 20:53:23 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x13bffffff] >Dec 18 20:53:23 localhost kernel: NODE_DATA [mem 0x13bfe9000-0x13bffcfff] >Dec 18 20:53:23 localhost kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff880137600000-ffff88013b5fffff] on node 0 >Dec 18 20:53:23 localhost kernel: Zone ranges: >Dec 18 20:53:23 localhost kernel: DMA [mem 0x00001000-0x00ffffff] >Dec 18 20:53:23 localhost kernel: DMA32 [mem 0x01000000-0xffffffff] >Dec 18 20:53:23 localhost kernel: Normal [mem 0x100000000-0x13bffffff] >Dec 18 20:53:23 localhost kernel: Movable zone start for each node >Dec 18 20:53:23 localhost kernel: Early memory node ranges >Dec 18 20:53:23 localhost kernel: node 0: [mem 0x00001000-0x0009afff] >Dec 18 20:53:23 localhost kernel: node 0: [mem 0x00100000-0xbfe52fff] >Dec 18 20:53:23 localhost kernel: node 0: [mem 0x100000000-0x13bffffff] >Dec 18 20:53:23 localhost kernel: On node 0 totalpages: 1031661 >Dec 18 20:53:23 localhost kernel: DMA zone: 64 pages used for memmap >Dec 18 20:53:23 localhost kernel: DMA zone: 21 pages reserved >Dec 18 20:53:23 localhost kernel: DMA zone: 3994 pages, LIFO batch:0 >Dec 18 20:53:23 localhost kernel: DMA32 zone: 12218 pages used for memmap >Dec 18 20:53:23 localhost kernel: DMA32 zone: 781907 pages, LIFO batch:31 >Dec 18 20:53:23 localhost kernel: Normal zone: 3840 pages used for memmap >Dec 18 20:53:23 localhost kernel: Normal zone: 245760 pages, LIFO batch:31 >Dec 18 20:53:23 localhost kernel: ACPI: PM-Timer IO Port: 0x808 >Dec 18 20:53:23 localhost kernel: ACPI: Local APIC address 0xfee00000 >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled) >Dec 18 20:53:23 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1]) >Dec 18 20:53:23 localhost kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) >Dec 18 20:53:23 localhost kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 >Dec 18 20:53:23 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >Dec 18 20:53:23 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >Dec 18 20:53:23 localhost kernel: ACPI: IRQ0 used by override. >Dec 18 20:53:23 localhost kernel: ACPI: IRQ2 used by override. >Dec 18 20:53:23 localhost kernel: ACPI: IRQ9 used by override. >Dec 18 20:53:23 localhost kernel: Using ACPI (MADT) for SMP configuration information >Dec 18 20:53:23 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 >Dec 18 20:53:23 localhost kernel: smpboot: Allowing 8 CPUs, 6 hotplug CPUs >Dec 18 20:53:23 localhost kernel: nr_irqs_gsi: 40 >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0x0009b000-0x000effff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe53000-0xbfe53fff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe54000-0xbfe54fff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe55000-0xbfe55fff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe56000-0xbfe56fff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe57000-0xbfe57fff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xbfe58000-0xbfffffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfecfffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed1ffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfed9ffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfeda0000-0xfedfffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xfef00000-0xffafffff] >Dec 18 20:53:23 localhost kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff] >Dec 18 20:53:23 localhost kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices >Dec 18 20:53:23 localhost kernel: Booting paravirtualized kernel on bare hardware >Dec 18 20:53:23 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1 >Dec 18 20:53:23 localhost kernel: PERCPU: Embedded 28 pages/cpu @ffff88013bc00000 s85568 r8192 d20928 u262144 >Dec 18 20:53:23 localhost kernel: pcpu-alloc: s85568 r8192 d20928 u262144 alloc=1*2097152 >Dec 18 20:53:23 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 >Dec 18 20:53:23 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1015518 >Dec 18 20:53:23 localhost kernel: Policy zone: Normal >Dec 18 20:53:23 localhost kernel: Kernel command line: initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0 >Dec 18 20:53:23 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >Dec 18 20:53:23 localhost kernel: Checking aperture... >Dec 18 20:53:23 localhost kernel: No AGP bridge found >Dec 18 20:53:23 localhost kernel: Memory: 3946340K/4126644K available (6493K kernel code, 990K rwdata, 2864K rodata, 1424K init, 1544K bss, 180304K reserved) >Dec 18 20:53:23 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 >Dec 18 20:53:23 localhost kernel: Hierarchical RCU implementation. >Dec 18 20:53:23 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8. >Dec 18 20:53:23 localhost kernel: NR_IRQS:8448 nr_irqs:744 16 >Dec 18 20:53:23 localhost kernel: Console: colour VGA+ 80x25 >Dec 18 20:53:23 localhost kernel: console [tty0] enabled >Dec 18 20:53:23 localhost kernel: allocated 16777216 bytes of page_cgroup >Dec 18 20:53:23 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups >Dec 18 20:53:23 localhost kernel: hpet clockevent registered >Dec 18 20:53:23 localhost kernel: tsc: Fast TSC calibration failed >Dec 18 20:53:23 localhost kernel: tsc: PIT calibration matches HPET. 1 loops >Dec 18 20:53:23 localhost kernel: tsc: Detected 2393.982 MHz processor >Dec 18 20:53:23 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.96 BogoMIPS (lpj=2393982) >Dec 18 20:53:23 localhost kernel: pid_max: default: 32768 minimum: 301 >Dec 18 20:53:23 localhost kernel: Security Framework initialized >Dec 18 20:53:23 localhost kernel: SELinux: Initializing. >Dec 18 20:53:23 localhost kernel: SELinux: Starting in permissive mode >Dec 18 20:53:23 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) >Dec 18 20:53:23 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) >Dec 18 20:53:23 localhost kernel: Mount-cache hash table entries: 256 >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys memory >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys devices >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys freezer >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys net_cls >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys blkio >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys perf_event >Dec 18 20:53:23 localhost kernel: Initializing cgroup subsys hugetlb >Dec 18 20:53:23 localhost kernel: Disabled fast string operations >Dec 18 20:53:23 localhost kernel: CPU: Physical Processor ID: 0 >Dec 18 20:53:23 localhost kernel: CPU: Processor Core ID: 0 >Dec 18 20:53:23 localhost kernel: mce: CPU supports 6 MCE banks >Dec 18 20:53:23 localhost kernel: CPU0: Thermal monitoring enabled (TM2) >Dec 18 20:53:23 localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 >Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32 >tlb_flushall_shift: -1 >Dec 18 20:53:23 localhost kernel: Freeing SMP alternatives memory: 24K (ffffffff81e5d000 - ffffffff81e63000) >Dec 18 20:53:23 localhost kernel: ACPI: Core revision 20130517 >Dec 18 20:53:23 localhost kernel: ACPI: All ACPI Tables successfully acquired >Dec 18 20:53:23 localhost kernel: ftrace: allocating 25129 entries in 99 pages >Dec 18 20:53:23 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >Dec 18 20:53:23 localhost kernel: smpboot: CPU0: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (fam: 06, model: 0f, stepping: 06) >Dec 18 20:53:23 localhost kernel: Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver. >Dec 18 20:53:23 localhost kernel: perf_event_intel: PEBS disabled due to CPU errata >Dec 18 20:53:23 localhost kernel: ... version: 2 >Dec 18 20:53:23 localhost kernel: ... bit width: 40 >Dec 18 20:53:23 localhost kernel: ... generic registers: 2 >Dec 18 20:53:23 localhost kernel: ... value mask: 000000ffffffffff >Dec 18 20:53:23 localhost kernel: ... max period: 000000007fffffff >Dec 18 20:53:23 localhost kernel: ... fixed-purpose events: 3 >Dec 18 20:53:23 localhost kernel: ... event mask: 0000000700000003 >Dec 18 20:53:23 localhost kernel: Disabled fast string operations >Dec 18 20:53:23 localhost kernel: smpboot: Booting Node 0, Processors #1 >Dec 18 20:53:23 localhost kernel: Brought up 2 CPUs >Dec 18 20:53:23 localhost kernel: smpboot: Total of 2 processors activated (9575.92 BogoMIPS) >Dec 18 20:53:23 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >Dec 18 20:53:23 localhost kernel: devtmpfs: initialized >Dec 18 20:53:23 localhost kernel: PM: Registering ACPI NVS region [mem 0xbfe53c00-0xbfe55bff] (8192 bytes) >Dec 18 20:53:23 localhost kernel: reboot: BIOS series board detected. Selecting Dell DXP061-method for reboots. >Dec 18 20:53:23 localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE >Dec 18 20:53:23 localhost kernel: RTC time: 1:53:22, date: 12/19/13 >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 16 >Dec 18 20:53:23 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >Dec 18 20:53:23 localhost kernel: ACPI: bus type PCI registered >Dec 18 20:53:23 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >Dec 18 20:53:23 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >Dec 18 20:53:23 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 >Dec 18 20:53:23 localhost kernel: PCI: Using configuration type 1 for base access >Dec 18 20:53:23 localhost kernel: bio: create slab <bio-0> at 0 >Dec 18 20:53:23 localhost kernel: ACPI: Added _OSI(Module Device) >Dec 18 20:53:23 localhost kernel: ACPI: Added _OSI(Processor Device) >Dec 18 20:53:23 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >Dec 18 20:53:23 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >Dec 18 20:53:23 localhost kernel: ACPI: EC: Look up EC in DSDT >Dec 18 20:53:23 localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >Dec 18 20:53:23 localhost kernel: ACPI: Interpreter enabled >Dec 18 20:53:23 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >Dec 18 20:53:23 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >Dec 18 20:53:23 localhost kernel: ACPI: (supports S0 S3 S4 S5) >Dec 18 20:53:23 localhost kernel: ACPI: Using IOAPIC for interrupt routing >Dec 18 20:53:23 localhost kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >Dec 18 20:53:23 localhost kernel: ACPI: No dock devices found. >Dec 18 20:53:23 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0xbff00000-0xdfffffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0xff980800-0xff980bff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff] (ignored) >Dec 18 20:53:23 localhost kernel: acpi PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff] (ignored) >Dec 18 20:53:23 localhost kernel: PCI: root bus 00: using default resources >Dec 18 20:53:23 localhost kernel: PCI host bridge to bus 0000:00 >Dec 18 20:53:23 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:00.0: [8086:29a0] type 00 class 0x060000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: [8086:29a1] type 01 class 0x060400 >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:19.0: [8086:104b] type 00 class 0x020000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:19.0: reg 0x10: [mem 0xdffe0000-0xdfffffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:19.0: reg 0x14: [mem 0xdffdb000-0xdffdbfff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:19.0: reg 0x18: [io 0xecc0-0xecdf] >Dec 18 20:53:23 localhost kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.0: reg 0x20: [io 0xff20-0xff3f] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.1: reg 0x20: [io 0xff00-0xff1f] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xdffdac00-0xdffdafff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xdffdc000-0xdffdffff 64bit] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.0: reg 0x20: [io 0xff80-0xff9f] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.1: reg 0x20: [io 0xff60-0xff7f] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.2: reg 0x20: [io 0xff40-0xff5f] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xff980800-0xff980bff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: [8086:2812] type 00 class 0x060100 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007) >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0xfe00-0xfe07] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0xfe10-0xfe13] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0xfe20-0xfe27] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xfe30-0xfe33] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xfec0-0xfedf] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xff970000-0xff9707ff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdffdab00-0xdffdabff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0xece0-0xecff] >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: [10de:01d1] type 00 class 0x030000 >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xdd000000-0xddffffff] >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xde000000-0xdeffffff 64bit] >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdfe00000-0xdfe1ffff pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xdd000000-0xdfefffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdcf00000-0xdcffffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 03] >Dec 18 20:53:23 localhost kernel: pci 0000:04:05.0: [1814:0301] type 00 class 0x028000 >Dec 18 20:53:23 localhost kernel: pci 0000:04:05.0: reg 0x10: [mem 0xdcef8000-0xdcefffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode) >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdce00000-0xdcefffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode) >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 9 10 11 12 15) >Dec 18 20:53:23 localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 1F >Dec 18 20:53:23 localhost kernel: ACPI: \_SB_.PCI0: notify handler is installed >Dec 18 20:53:23 localhost kernel: Found 1 acpi root devices >Dec 18 20:53:23 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none >Dec 18 20:53:23 localhost kernel: vgaarb: loaded >Dec 18 20:53:23 localhost kernel: vgaarb: bridge control possible 0000:01:00.0 >Dec 18 20:53:23 localhost kernel: SCSI subsystem initialized >Dec 18 20:53:23 localhost kernel: ACPI: bus type ATA registered >Dec 18 20:53:23 localhost kernel: libata version 3.00 loaded. >Dec 18 20:53:23 localhost kernel: ACPI: bus type USB registered >Dec 18 20:53:23 localhost kernel: usbcore: registered new interface driver usbfs >Dec 18 20:53:23 localhost kernel: usbcore: registered new interface driver hub >Dec 18 20:53:23 localhost kernel: usbcore: registered new device driver usb >Dec 18 20:53:23 localhost kernel: PCI: Using ACPI for IRQ routing >Dec 18 20:53:23 localhost kernel: PCI: pci_cache_line_size set to 64 bytes >Dec 18 20:53:23 localhost kernel: e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff] >Dec 18 20:53:23 localhost kernel: e820: reserve RAM buffer [mem 0xbfe53c00-0xbfffffff] >Dec 18 20:53:23 localhost kernel: NetLabel: Initializing >Dec 18 20:53:23 localhost kernel: NetLabel: domain hash size = 128 >Dec 18 20:53:23 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >Dec 18 20:53:23 localhost kernel: NetLabel: unlabeled traffic allowed by default >Dec 18 20:53:23 localhost kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer >Dec 18 20:53:23 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >Dec 18 20:53:23 localhost kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter >Dec 18 20:53:23 localhost kernel: Switched to clocksource hpet >Dec 18 20:53:23 localhost kernel: pnp: PnP ACPI init >Dec 18 20:53:23 localhost kernel: ACPI: bus type PNP registered >Dec 18 20:53:23 localhost kernel: pnp 00:00: disabling [io 0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f] >Dec 18 20:53:23 localhost kernel: pnp 00:00: disabling [io 0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f] >Dec 18 20:53:23 localhost kernel: system 00:00: [io 0x0c00-0x0c7f] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) >Dec 18 20:53:23 localhost kernel: pnp 00:01: [dma 4] >Dec 18 20:53:23 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) >Dec 18 20:53:23 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active) >Dec 18 20:53:23 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active) >Dec 18 20:53:23 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0x00000000-0x0009ffff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0x00100000-0x00ffffff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0x01000000-0xbfe53bff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0x000f0000-0x000fffff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0x000c0000-0x000d7fff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0xffb00000-0xffbfffff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:05: [mem 0xffc00000-0xffffffff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active) >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0100-0x01fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0200-0x0277] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0280-0x02e7] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x02e8-0x02ef] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x02f0-0x02f7] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x02f8-0x02ff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0300-0x0377] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0380-0x03bb] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x03c0-0x03e7] could not be reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x03f6-0x03f7] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0400-0x04cf] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x04d2-0x057f] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0580-0x0677] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0680-0x0777] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0780-0x07bb] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x07c0-0x07ff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x08e0-0x08ff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0900-0x09fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0a00-0x0afe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0b00-0x0bfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0c80-0x0caf] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0cb0-0x0cbf] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0cc0-0x0cf7] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0d00-0x0dfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0e00-0x0efe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x0f00-0x0ffe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2000-0x20fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2100-0x21fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2200-0x22fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2300-0x23fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2400-0x24fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2500-0x25fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2600-0x26fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2700-0x27fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2800-0x28fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2900-0x29fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2a00-0x2afe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2b00-0x2bfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2c00-0x2cfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2d00-0x2dfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2e00-0x2efe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x2f00-0x2ffe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5000-0x50fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5100-0x51fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5200-0x52fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5300-0x53fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5400-0x54fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5500-0x55fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5600-0x56fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5700-0x57fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5800-0x58fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5900-0x59fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5a00-0x5afe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5b00-0x5bfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5c00-0x5cfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5d00-0x5dfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5e00-0x5efe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x5f00-0x5ffe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6000-0x60fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6100-0x61fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6200-0x62fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6300-0x63fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6400-0x64fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6500-0x65fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6600-0x66fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6700-0x67fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6800-0x68fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6900-0x69fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6a00-0x6afe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6b00-0x6bfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6c00-0x6cfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6d00-0x6dfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6e00-0x6efe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0x6f00-0x6ffe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa000-0xa0fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa100-0xa1fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa200-0xa2fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa300-0xa3fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa400-0xa4fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa500-0xa5fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa600-0xa6fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa700-0xa7fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa800-0xa8fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xa900-0xa9fe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xaa00-0xaafe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xab00-0xabfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xac00-0xacfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xad00-0xadfe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xae00-0xaefe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [io 0xaf00-0xaffe] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: [mem 0xfeda0000-0xfedacfff] has been reserved >Dec 18 20:53:23 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >Dec 18 20:53:23 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active) >Dec 18 20:53:23 localhost kernel: pnp: PnP ACPI: found 8 devices >Dec 18 20:53:23 localhost kernel: ACPI: bus type PNP unregistered >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000 >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xd0000000-0xd01fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: BAR 14: assigned [mem 0xd0200000-0xd03fffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xd0400000-0xd05fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: BAR 13: assigned [io 0x3000-0x3fff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xdd000000-0xdfefffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdcf00000-0xdcffffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd01fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 03] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [mem 0xd0200000-0xd03fffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1c.4: bridge window [mem 0xd0400000-0xd05fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdce00000-0xdcefffff] >Dec 18 20:53:23 localhost kernel: pci 0000:00:1e.0: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xdd000000-0xdfefffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x1fff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xdcf00000-0xdcffffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd01fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xd0200000-0xd03fffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xd0400000-0xd05fffff 64bit pref] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xdce00000-0xdcefffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0xffff] >Dec 18 20:53:23 localhost kernel: pci_bus 0000:04: resource 5 [mem 0x00000000-0xfffffffff] >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 2 >Dec 18 20:53:23 localhost kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes) >Dec 18 20:53:23 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) >Dec 18 20:53:23 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768) >Dec 18 20:53:23 localhost kernel: TCP: reno registered >Dec 18 20:53:23 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) >Dec 18 20:53:23 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 1 >Dec 18 20:53:23 localhost kernel: pci 0000:01:00.0: Boot video device >Dec 18 20:53:23 localhost kernel: PCI: CLS 64 bytes, default 64 >Dec 18 20:53:23 localhost kernel: Unpacking initramfs... >Dec 18 20:53:23 localhost kernel: Freeing initrd memory: 31256K (ffff88007e179000 - ffff88007ffff000) >Dec 18 20:53:23 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >Dec 18 20:53:23 localhost kernel: software IO TLB [mem 0xbbe53000-0xbfe53000] (64MB) mapped at [ffff8800bbe53000-ffff8800bfe52fff] >Dec 18 20:53:23 localhost kernel: Simple Boot Flag at 0x7a set to 0x1 >Dec 18 20:53:23 localhost kernel: Initialise system trusted keyring >Dec 18 20:53:23 localhost kernel: audit: initializing netlink socket (disabled) >Dec 18 20:53:23 localhost kernel: type=2000 audit(1387418002.055:1): initialized >Dec 18 20:53:23 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >Dec 18 20:53:23 localhost kernel: zbud: loaded >Dec 18 20:53:23 localhost kernel: VFS: Disk quotas dquot_6.5.2 >Dec 18 20:53:23 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >Dec 18 20:53:23 localhost kernel: msgmni has been set to 7768 >Dec 18 20:53:23 localhost kernel: Key type big_key registered >Dec 18 20:53:23 localhost kernel: SELinux: Registering netfilter hooks >Dec 18 20:53:23 localhost kernel: alg: No test for stdrng (krng) >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 38 >Dec 18 20:53:23 localhost kernel: Key type asymmetric registered >Dec 18 20:53:23 localhost kernel: Asymmetric key parser 'x509' registered >Dec 18 20:53:23 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >Dec 18 20:53:23 localhost kernel: io scheduler noop registered >Dec 18 20:53:23 localhost kernel: io scheduler deadline registered >Dec 18 20:53:23 localhost kernel: io scheduler cfq registered (default) >Dec 18 20:53:23 localhost kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X >Dec 18 20:53:23 localhost kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X >Dec 18 20:53:23 localhost kernel: pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X >Dec 18 20:53:23 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >Dec 18 20:53:23 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >Dec 18 20:53:23 localhost kernel: intel_idle: does not run on family 6 model 15 >Dec 18 20:53:23 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 >Dec 18 20:53:23 localhost kernel: ACPI: Power Button [VBTN] >Dec 18 20:53:23 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >Dec 18 20:53:23 localhost kernel: ACPI: Power Button [PWRF] >Dec 18 20:53:23 localhost kernel: GHES: HEST is not enabled! >Dec 18 20:53:23 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >Dec 18 20:53:23 localhost kernel: Non-volatile memory driver v1.3 >Dec 18 20:53:23 localhost kernel: Linux agpgart interface v0.103 >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: version 3.0 >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl RAID mode >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ccc ems >Dec 18 20:53:23 localhost kernel: ahci 0000:00:1f.2: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: scsi0 : ahci >Dec 18 20:53:23 localhost kernel: scsi1 : ahci >Dec 18 20:53:23 localhost kernel: scsi2 : ahci >Dec 18 20:53:23 localhost kernel: scsi3 : ahci >Dec 18 20:53:23 localhost kernel: scsi4 : ahci >Dec 18 20:53:23 localhost kernel: scsi5 : ahci >Dec 18 20:53:23 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970100 irq 43 >Dec 18 20:53:23 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970180 irq 43 >Dec 18 20:53:23 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970200 irq 43 >Dec 18 20:53:23 localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970280 irq 43 >Dec 18 20:53:23 localhost kernel: ata5: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970300 irq 43 >Dec 18 20:53:23 localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xff970000 port 0xff970380 irq 43 >Dec 18 20:53:23 localhost kernel: libphy: Fixed MDIO Bus: probed >Dec 18 20:53:23 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >Dec 18 20:53:23 localhost kernel: ehci-pci: EHCI PCI platform driver >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: debug port 1 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: irq 22, io mem 0xdffdac00 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 >Dec 18 20:53:23 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >Dec 18 20:53:23 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb1: Product: EHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb1: Manufacturer: Linux 3.11.10-301.fc20.x86_64 ehci_hcd >Dec 18 20:53:23 localhost kernel: usb usb1: SerialNumber: 0000:00:1a.7 >Dec 18 20:53:23 localhost kernel: hub 1-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 1-0:1.0: 4 ports detected >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: debug port 1 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xff980800 >Dec 18 20:53:23 localhost kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 >Dec 18 20:53:23 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >Dec 18 20:53:23 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb2: Product: EHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb2: Manufacturer: Linux 3.11.10-301.fc20.x86_64 ehci_hcd >Dec 18 20:53:23 localhost kernel: usb usb2: SerialNumber: 0000:00:1d.7 >Dec 18 20:53:23 localhost kernel: hub 2-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 2-0:1.0: 6 ports detected >Dec 18 20:53:23 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >Dec 18 20:53:23 localhost kernel: ohci-pci: OHCI PCI platform driver >Dec 18 20:53:23 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff20 >Dec 18 20:53:23 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 20:53:23 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb3: Product: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb3: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 18 20:53:23 localhost kernel: usb usb3: SerialNumber: 0000:00:1a.0 >Dec 18 20:53:23 localhost kernel: hub 3-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 3-0:1.0: 2 ports detected >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ff00 >Dec 18 20:53:23 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 20:53:23 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb4: Product: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb4: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 18 20:53:23 localhost kernel: usb usb4: SerialNumber: 0000:00:1a.1 >Dec 18 20:53:23 localhost kernel: hub 4-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 4-0:1.0: 2 ports detected >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff80 >Dec 18 20:53:23 localhost kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 20:53:23 localhost kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb5: Product: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb5: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 18 20:53:23 localhost kernel: usb usb5: SerialNumber: 0000:00:1d.0 >Dec 18 20:53:23 localhost kernel: hub 5-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 5-0:1.0: 2 ports detected >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000ff60 >Dec 18 20:53:23 localhost kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 20:53:23 localhost kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb6: Product: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb6: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 18 20:53:23 localhost kernel: usb usb6: SerialNumber: 0000:00:1d.1 >Dec 18 20:53:23 localhost kernel: hub 6-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 6-0:1.0: 2 ports detected >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 >Dec 18 20:53:23 localhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40 >Dec 18 20:53:23 localhost kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 >Dec 18 20:53:23 localhost kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >Dec 18 20:53:23 localhost kernel: usb usb7: Product: UHCI Host Controller >Dec 18 20:53:23 localhost kernel: usb usb7: Manufacturer: Linux 3.11.10-301.fc20.x86_64 uhci_hcd >Dec 18 20:53:23 localhost kernel: usb usb7: SerialNumber: 0000:00:1d.2 >Dec 18 20:53:23 localhost kernel: hub 7-0:1.0: USB hub found >Dec 18 20:53:23 localhost kernel: hub 7-0:1.0: 2 ports detected >Dec 18 20:53:23 localhost kernel: usbcore: registered new interface driver usbserial >Dec 18 20:53:23 localhost kernel: usbcore: registered new interface driver usbserial_generic >Dec 18 20:53:23 localhost kernel: usbserial: USB Serial support registered for generic >Dec 18 20:53:23 localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly. >Dec 18 20:53:23 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >Dec 18 20:53:23 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 >Dec 18 20:53:23 localhost kernel: mousedev: PS/2 mouse device common for all mice >Dec 18 20:53:23 localhost kernel: rtc_cmos 00:04: RTC can wake from S4 >Dec 18 20:53:23 localhost kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 >Dec 18 20:53:23 localhost kernel: rtc_cmos 00:04: alarms up to one day, 242 bytes nvram, hpet irqs >Dec 18 20:53:23 localhost kernel: device-mapper: uevent: version 1.0.3 >Dec 18 20:53:23 localhost kernel: device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >Dec 18 20:53:23 localhost kernel: cpuidle: using governor menu >Dec 18 20:53:23 localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina >Dec 18 20:53:23 localhost kernel: usbcore: registered new interface driver usbhid >Dec 18 20:53:23 localhost kernel: usbhid: USB HID core driver >Dec 18 20:53:23 localhost kernel: drop_monitor: Initializing network drop monitor service >Dec 18 20:53:23 localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team >Dec 18 20:53:23 localhost kernel: TCP: cubic registered >Dec 18 20:53:23 localhost kernel: Initializing XFRM netlink socket >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 10 >Dec 18 20:53:23 localhost kernel: mip6: Mobile IPv6 >Dec 18 20:53:23 localhost kernel: NET: Registered protocol family 17 >Dec 18 20:53:23 localhost kernel: PM: Hibernation image not present or could not be loaded. >Dec 18 20:53:23 localhost kernel: Loading compiled-in X.509 certificates >Dec 18 20:53:23 localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 03591dc57a690741401a1c202e2b3d9f4fed2a0e' >Dec 18 20:53:23 localhost kernel: registered taskstats version 1 >Dec 18 20:53:23 localhost kernel: Magic number: 9:905:862 >Dec 18 20:53:23 localhost kernel: rtc_cmos 00:04: setting system clock to 2013-12-19 01:53:23 UTC (1387418003) >Dec 18 20:53:23 localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >Dec 18 20:53:23 localhost kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >Dec 18 20:53:23 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300) >Dec 18 20:53:23 localhost kernel: ata3.00: ATA-6: ST3160023AS, 8.12, max UDMA/133 >Dec 18 20:53:23 localhost kernel: ata3.00: 312500000 sectors, multi 0: LBA48 NCQ (depth 31/32) >Dec 18 20:53:23 localhost kernel: ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-H653A, D500, max UDMA/33 >Dec 18 20:53:23 localhost kernel: ata2.00: applying bridge limits >Dec 18 20:53:23 localhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >Dec 18 20:53:23 localhost kernel: ata3.00: configured for UDMA/133 >Dec 18 20:53:23 localhost kernel: ata6: SATA link down (SStatus 0 SControl 300) >Dec 18 20:53:23 localhost kernel: ata2.00: configured for UDMA/33 >Dec 18 20:53:23 localhost kernel: ata5: SATA link down (SStatus 0 SControl 300) >Dec 18 20:53:23 localhost kernel: ata1.00: ATA-7: ST3250820AS, 3.ADG, max UDMA/133 >Dec 18 20:53:23 localhost kernel: ata1.00: 488281250 sectors, multi 0: LBA48 NCQ (depth 31/32) >Dec 18 20:53:23 localhost kernel: ata1.00: configured for UDMA/133 >Dec 18 20:53:23 localhost kernel: scsi 0:0:0:0: Direct-Access ATA ST3250820AS 3.AD PQ: 0 ANSI: 5 >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: [sda] 488281250 512-byte logical blocks: (250 GB/232 GiB) >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 18 20:53:23 localhost kernel: scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-H653A D500 PQ: 0 ANSI: 5 >Dec 18 20:53:23 localhost kernel: sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray >Dec 18 20:53:23 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >Dec 18 20:53:23 localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0 >Dec 18 20:53:23 localhost kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5 >Dec 18 20:53:23 localhost kernel: scsi 2:0:0:0: Direct-Access ATA ST3160023AS 8.12 PQ: 0 ANSI: 5 >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: [sdb] 312500000 512-byte logical blocks: (160 GB/149 GiB) >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0 >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: [sdb] Write Protect is off >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >Dec 18 20:53:23 localhost kernel: sdb: sdb1 >Dec 18 20:53:23 localhost kernel: sd 2:0:0:0: [sdb] Attached SCSI disk >Dec 18 20:53:23 localhost kernel: sda: sda1 sda2 >Dec 18 20:53:23 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk >Dec 18 20:53:23 localhost kernel: Freeing unused kernel memory: 1424K (ffffffff81cf9000 - ffffffff81e5d000) >Dec 18 20:53:23 localhost kernel: Write protecting the kernel read-only data: 12288k >Dec 18 20:53:23 localhost kernel: Freeing unused kernel memory: 1688K (ffff88000165a000 - ffff880001800000) >Dec 18 20:53:23 localhost kernel: Freeing unused kernel memory: 1232K (ffff880001acc000 - ffff880001c00000) >Dec 18 20:53:23 localhost systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) >Dec 18 20:53:23 localhost systemd[1]: Running in initial RAM disk. >Dec 18 20:53:23 localhost systemd[1]: No hostname configured. >Dec 18 20:53:23 localhost systemd[1]: Set hostname to <localhost>. >Dec 18 20:53:23 localhost systemd[1]: Initializing machine ID from random generator. >Dec 18 20:53:23 localhost systemd[1]: Starting -.slice. >Dec 18 20:53:23 localhost systemd[1]: Created slice -.slice. >Dec 18 20:53:23 localhost systemd[1]: Starting System Slice. >Dec 18 20:53:23 localhost systemd[1]: Created slice System Slice. >Dec 18 20:53:23 localhost systemd[1]: Starting Slices. >Dec 18 20:53:23 localhost systemd[1]: Reached target Slices. >Dec 18 20:53:23 localhost systemd[1]: Starting Timers. >Dec 18 20:53:23 localhost systemd[1]: Reached target Timers. >Dec 18 20:53:23 localhost systemd[1]: Starting udev Kernel Socket. >Dec 18 20:53:23 localhost systemd[1]: Listening on udev Kernel Socket. >Dec 18 20:53:23 localhost systemd[1]: Starting udev Control Socket. >Dec 18 20:53:23 localhost systemd[1]: Listening on udev Control Socket. >Dec 18 20:53:23 localhost systemd[1]: Starting Journal Socket. >Dec 18 20:53:23 localhost systemd[1]: Listening on Journal Socket. >Dec 18 20:53:23 localhost systemd[1]: Starting dracut cmdline hook... >Dec 18 20:53:23 localhost systemd[1]: Starting Sockets. >Dec 18 20:53:23 localhost systemd[1]: Reached target Sockets. >Dec 18 20:53:23 localhost systemd[1]: Starting Journal Service... >Dec 18 20:53:23 localhost systemd[1]: Started Journal Service. >Dec 18 20:53:23 localhost systemd-journal[63]: Journal started >Dec 18 20:53:23 localhost systemd[1]: Starting Setup Virtual Console... >Dec 18 20:53:23 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel... >Dec 18 20:53:23 localhost systemd[1]: Started Load Kernel Modules. >Dec 18 20:53:23 localhost systemd[1]: Starting Encrypted Volumes. >Dec 18 20:53:23 localhost systemd[1]: Reached target Encrypted Volumes. >Dec 18 20:53:23 localhost systemd[1]: Started Device-Mapper Multipath Device Controller. >Dec 18 20:53:23 localhost systemd[1]: Starting Swap. >Dec 18 20:53:23 localhost systemd[1]: Reached target Swap. >Dec 18 20:53:23 localhost systemd[1]: Starting Local File Systems. >Dec 18 20:53:23 localhost systemd[1]: Reached target Local File Systems. >Dec 18 20:53:23 localhost systemd[1]: Started Setup Virtual Console. >Dec 18 20:53:23 localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >Dec 18 20:53:23 localhost systemd[1]: Starting Create static device nodes in /dev... >Dec 18 20:53:23 localhost systemd[1]: Started Create static device nodes in /dev. >Dec 18 20:53:24 localhost dracut-cmdline[62]: dracut-20 (Heisenbug) dracut-034-64.git20131205.fc20 >Dec 18 20:53:24 localhost dracut-cmdline[62]: rd.luks=0: removing cryptoluks activation >Dec 18 20:53:24 localhost kernel: loop: module loaded >Dec 18 20:53:24 localhost dracut-cmdline[62]: root was live:CDLABEL=Fedora-Live-Desktop-x86_64-20-1, is now live:/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 >Dec 18 20:53:24 localhost kernel: usb 1-4: new high-speed USB device number 4 using ehci-pci >Dec 18 20:53:24 localhost systemd[1]: Started dracut cmdline hook. >Dec 18 20:53:24 localhost systemd[1]: Starting dracut pre-udev hook... >Dec 18 20:53:24 localhost systemd[1]: Started dracut pre-udev hook. >Dec 18 20:53:24 localhost systemd[1]: Starting udev Kernel Device Manager... >Dec 18 20:53:24 localhost systemd[1]: Started udev Kernel Device Manager. >Dec 18 20:53:24 localhost systemd[1]: Starting dracut pre-trigger hook... >Dec 18 20:53:24 localhost systemd-udevd[228]: starting version 208 >Dec 18 20:53:24 localhost systemd-udevd[228]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I') >Dec 18 20:53:24 localhost dracut-pre-trigger[230]: rd.dm=0: removing DM RAID activation >Dec 18 20:53:24 localhost dracut-pre-trigger[230]: rd.md.imsm=0: no MD RAID for imsm/isw raids >Dec 18 20:53:24 localhost dracut-pre-trigger[230]: rd.md.ddf=0: no MD RAID for SNIA ddf raids >Dec 18 20:53:24 localhost dracut-pre-trigger[230]: rd.md=0: removing MD RAID activation >Dec 18 20:53:24 localhost kernel: usb 1-4: New USB device found, idVendor=154b, idProduct=007a >Dec 18 20:53:24 localhost kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >Dec 18 20:53:24 localhost kernel: usb 1-4: Product: USB 2.0 FD >Dec 18 20:53:24 localhost kernel: usb 1-4: Manufacturer: PNY Technologies >Dec 18 20:53:24 localhost kernel: usb 1-4: SerialNumber: AD92HE01000003165 >Dec 18 20:53:24 localhost kernel: usb-storage 1-4:1.0: USB Mass Storage device detected >Dec 18 20:53:24 localhost kernel: scsi6 : usb-storage 1-4:1.0 >Dec 18 20:53:24 localhost kernel: usbcore: registered new interface driver usb-storage >Dec 18 20:53:24 localhost systemd[1]: Started dracut pre-trigger hook. >Dec 18 20:53:24 localhost systemd[1]: Starting udev Coldplug all Devices... >Dec 18 20:53:24 localhost systemd-udevd[228]: invalid key/value pair in file /etc/udev/rules.d/99-resume.rules on line 1,starting at character 179 ('I') >Dec 18 20:53:24 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 18 20:53:24 localhost systemd[1]: Started udev Coldplug all Devices. >Dec 18 20:53:24 localhost systemd[1]: Starting dracut initqueue hook... >Dec 18 20:53:24 localhost systemd[1]: Starting Show Plymouth Boot Screen... >Dec 18 20:53:24 localhost systemd[1]: Starting System Initialization. >Dec 18 20:53:24 localhost systemd[1]: Reached target System Initialization. >Dec 18 20:53:24 localhost systemd[1]: Reloading. >Dec 18 20:53:24 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 18 20:53:24 localhost kernel: pps_core: LinuxPPS API ver. 1 registered >Dec 18 20:53:24 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> >Dec 18 20:53:24 localhost kernel: PTP clock support registered >Dec 18 20:53:24 localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k >Dec 18 20:53:24 localhost kernel: e1000e: Copyright(c) 1999 - 2013 Intel Corporation. >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0: setting latency timer to 64 >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0: irq 44 for MSI/MSI-X >Dec 18 20:53:24 localhost kernel: [drm] Initialized drm 1.1.0 20060810 >Dec 18 20:53:24 localhost kernel: wmi: Mapper loaded >Dec 18 20:53:24 localhost kernel: nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x046100a3 >Dec 18 20:53:24 localhost kernel: nouveau [ DEVICE][0000:01:00.0] Chipset: G72 (NV46) >Dec 18 20:53:24 localhost kernel: nouveau [ DEVICE][0000:01:00.0] Family : NV40 >Dec 18 20:53:24 localhost kernel: nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... >Dec 18 20:53:24 localhost kernel: nouveau [ VBIOS][0000:01:00.0] ... appears to be valid >Dec 18 20:53:24 localhost kernel: nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN >Dec 18 20:53:24 localhost kernel: nouveau [ VBIOS][0000:01:00.0] BIT signature found >Dec 18 20:53:24 localhost kernel: nouveau [ VBIOS][0000:01:00.0] version 05.72.22.49.09 >Dec 18 20:53:24 localhost kernel: nouveau [ PFB][0000:01:00.0] RAM type: DDR2 >Dec 18 20:53:24 localhost kernel: nouveau [ PFB][0000:01:00.0] RAM size: 128 MiB >Dec 18 20:53:24 localhost kernel: nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags >Dec 18 20:53:24 localhost kernel: tsc: Refined TSC clocksource calibration: 2393.999 MHz >Dec 18 20:53:24 localhost kernel: nouveau [ PTHERM][0000:01:00.0] FAN control: none / external >Dec 18 20:53:24 localhost kernel: nouveau [ PTHERM][0000:01:00.0] fan management: disabled >Dec 18 20:53:24 localhost kernel: nouveau [ PTHERM][0000:01:00.0] internal sensor: yes >Dec 18 20:53:24 localhost kernel: [TTM] Zone kernel: Available graphics memory: 1990982 kiB >Dec 18 20:53:24 localhost kernel: [TTM] Initializing pool allocator >Dec 18 20:53:24 localhost kernel: [TTM] Initializing DMA pool allocator >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] VRAM: 124 MiB >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] GART: 512 MiB >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] TMDS table version 1.1 >Dec 18 20:53:24 localhost kernel: nouveau W[ DRM] TMDS table script pointers not stubbed >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB version 3.0 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB outp 00: 01000300 00000028 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB outp 01: 02011310 00000028 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB outp 02: 01011312 00000000 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB outp 03: 020223f1 00c0c080 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB conn 00: 0000 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB conn 01: 2130 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB conn 02: 0210 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB conn 03: 0211 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] DCB conn 04: 0213 >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] Saving VGA fonts >Dec 18 20:53:24 localhost kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). >Dec 18 20:53:24 localhost kernel: [drm] No driver support for vblank timestamp query. >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] 0xC61E: Parsing digital output script table >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] 1 available performance level(s) >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] 0: core 450MHz shader 450MHz memory 648MHz fanspeed 100% >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] c: core 199MHz memory 391MHz >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] MM: using M2MF for buffer copies >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 3) >Dec 18 20:53:24 localhost kernel: usb 3-1: new low-speed USB device number 2 using uhci_hcd >Dec 18 20:53:24 localhost kernel: nouveau [ DRM] allocated 1024x768 fb: 0x9000, bo ffff88012f5af800 >Dec 18 20:53:24 localhost kernel: fbcon: nouveaufb (fb0) is primary device >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:19:d1:e0:1b:48 >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection >Dec 18 20:53:24 localhost kernel: e1000e 0000:00:19.0 eth0: MAC: 6, PHY: 6, PBA No: 1021FF-0FF >Dec 18 20:53:24 localhost kernel: Console: switching to colour frame buffer device 128x48 >Dec 18 20:53:24 localhost kernel: nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device >Dec 18 20:53:24 localhost kernel: nouveau 0000:01:00.0: registered panic notifier >Dec 18 20:53:24 localhost kernel: [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0 >Dec 18 20:53:24 localhost systemd-udevd[301]: renamed network interface eth0 to em1 >Dec 18 20:53:24 localhost systemd[1]: Started Show Plymouth Boot Screen. >Dec 18 20:53:24 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >Dec 18 20:53:24 localhost systemd[1]: Starting Paths. >Dec 18 20:53:24 localhost systemd[1]: Reached target Paths. >Dec 18 20:53:24 localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch. >Dec 18 20:53:24 localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >Dec 18 20:53:24 localhost systemd[1]: Starting Basic System. >Dec 18 20:53:24 localhost systemd[1]: Reached target Basic System. >Dec 18 20:53:24 localhost kernel: usb 3-1: New USB device found, idVendor=058f, idProduct=9410 >Dec 18 20:53:24 localhost kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >Dec 18 20:53:24 localhost kernel: usb 3-1: Product: KB800 Kinesis Freestyle >Dec 18 20:53:24 localhost kernel: usb 3-1: Manufacturer: KINESIS FREESTYLE KB800 >Dec 18 20:53:24 localhost dracut-initqueue[314]: Scanning devices sda2 sdb1 for LVM volume groups >Dec 18 20:53:24 localhost dracut-initqueue[314]: Reading all physical volumes. This may take a while... >Dec 18 20:53:24 localhost kernel: input: KINESIS FREESTYLE KB800 KB800 Kinesis Freestyle as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input2 >Dec 18 20:53:24 localhost kernel: hid-generic 0003:058F:9410.0001: input,hidraw0: USB HID v1.10 Keyboard [KINESIS FREESTYLE KB800 KB800 Kinesis Freestyle] on usb-0000:00:1a.0-1/input0 >Dec 18 20:53:24 localhost dracut-initqueue[314]: Found volume group "fedora" using metadata type lvm2 >Dec 18 20:53:24 localhost kernel: input: KINESIS FREESTYLE KB800 KB800 Kinesis Freestyle as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/input/input3 >Dec 18 20:53:24 localhost kernel: hid-generic 0003:058F:9410.0002: input,hidraw1: USB HID v1.10 Device [KINESIS FREESTYLE KB800 KB800 Kinesis Freestyle] on usb-0000:00:1a.0-1/input1 >Dec 18 20:53:24 localhost kernel: bio: create slab <bio-1> at 1 >Dec 18 20:53:24 localhost dracut-initqueue[314]: 4 logical volume(s) in volume group "fedora" now active >Dec 18 20:53:25 localhost kernel: usb 3-2: new full-speed USB device number 3 using uhci_hcd >Dec 18 20:53:25 localhost kernel: usb 3-2: New USB device found, idVendor=046d, idProduct=c52b >Dec 18 20:53:25 localhost kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >Dec 18 20:53:25 localhost kernel: usb 3-2: Product: USB Receiver >Dec 18 20:53:25 localhost kernel: usb 3-2: Manufacturer: Logitech >Dec 18 20:53:25 localhost kernel: Switched to clocksource tsc >Dec 18 20:53:25 localhost kernel: scsi 6:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ: 0 ANSI: 4 >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0 >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] 31405824 512-byte logical blocks: (16.0 GB/14.9 GiB) >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Write Protect is off >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00 >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] No Caching mode page found >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Assuming drive cache: write through >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] No Caching mode page found >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Assuming drive cache: write through >Dec 18 20:53:25 localhost kernel: sdc: sdc1 sdc2 sdc3 >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] No Caching mode page found >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Assuming drive cache: write through >Dec 18 20:53:25 localhost kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk >Dec 18 20:53:26 localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher >Dec 18 20:53:26 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3 >Dec 18 20:53:26 localhost kernel: ISO 9660 Extensions: RRIP_1991A >Dec 18 20:53:26 localhost kernel: bio: create slab <bio-2> at 2 >Dec 18 20:53:26 localhost systemd[1]: Started dracut initqueue hook. >Dec 18 20:53:26 localhost systemd[1]: Starting dracut pre-mount hook... >Dec 18 20:53:26 localhost systemd[1]: Started dracut pre-mount hook. >Dec 18 20:53:26 localhost systemd[1]: Starting Initrd Root File System. >Dec 18 20:53:26 localhost systemd[1]: Reached target Initrd Root File System. >Dec 18 20:53:26 localhost systemd[1]: Starting Reload Configuration from the Real Root... >Dec 18 20:53:26 localhost systemd[1]: Reloading. >Dec 18 20:53:26 localhost systemd[1]: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid argument. >Dec 18 20:53:26 localhost systemd[1]: Started Reload Configuration from the Real Root. >Dec 18 20:53:26 localhost systemd[1]: Starting Initrd File Systems. >Dec 18 20:53:26 localhost systemd[1]: Reached target Initrd File Systems. >Dec 18 20:53:26 localhost systemd[1]: Starting dracut mount hook... >Dec 18 20:53:26 localhost kernel: EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 20:53:26 localhost systemd[1]: Started dracut mount hook. >Dec 18 20:53:26 localhost systemd[1]: Starting Initrd Default Target. >Dec 18 20:53:26 localhost systemd[1]: Reached target Initrd Default Target. >Dec 18 20:53:26 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook... >Dec 18 20:53:26 localhost systemd[1]: Started dracut pre-pivot and cleanup hook. >Dec 18 20:53:26 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons... >Dec 18 20:53:26 localhost systemd[1]: Stopping Cleaning Up and Shutting Down Daemons... >Dec 18 20:53:26 localhost systemd[1]: Starting Plymouth switch root service... >Dec 18 20:53:26 localhost systemd[1]: Stopped Cleaning Up and Shutting Down Daemons. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut pre-pivot and cleanup hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping Initrd Default Target. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Initrd Default Target. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut mount hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut mount hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut pre-mount hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut pre-mount hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut initqueue hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut initqueue hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping Basic System. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Basic System. >Dec 18 20:53:26 localhost systemd[1]: Stopping Slices. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Slices. >Dec 18 20:53:26 localhost systemd[1]: Stopping System Slice. >Dec 18 20:53:26 localhost systemd[1]: Removed slice System Slice. >Dec 18 20:53:26 localhost systemd[1]: Stopping -.slice. >Dec 18 20:53:26 localhost systemd[1]: Removed slice -.slice. >Dec 18 20:53:26 localhost systemd[1]: Stopping Paths. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Paths. >Dec 18 20:53:26 localhost systemd[1]: Stopping Timers. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Timers. >Dec 18 20:53:26 localhost systemd[1]: Stopping Sockets. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Sockets. >Dec 18 20:53:26 localhost systemd[1]: Stopping System Initialization. >Dec 18 20:53:26 localhost systemd[1]: Stopped target System Initialization. >Dec 18 20:53:26 localhost systemd[1]: Stopping Encrypted Volumes. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Encrypted Volumes. >Dec 18 20:53:26 localhost systemd[1]: Stopping udev Coldplug all Devices... >Dec 18 20:53:26 localhost systemd[1]: Stopped udev Coldplug all Devices. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut pre-trigger hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut pre-trigger hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping Swap. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Swap. >Dec 18 20:53:26 localhost systemd[1]: Stopping Local File Systems. >Dec 18 20:53:26 localhost systemd[1]: Stopped target Local File Systems. >Dec 18 20:53:26 localhost systemd[1]: Stopping udev Kernel Device Manager... >Dec 18 20:53:26 localhost systemd[1]: Stopped udev Kernel Device Manager. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut pre-udev hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut pre-udev hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping dracut cmdline hook... >Dec 18 20:53:26 localhost systemd[1]: Stopped dracut cmdline hook. >Dec 18 20:53:26 localhost systemd[1]: Stopping Create static device nodes in /dev... >Dec 18 20:53:26 localhost systemd[1]: Stopped Create static device nodes in /dev. >Dec 18 20:53:26 localhost systemd[1]: Stopping Create list of required static device nodes for the current kernel... >Dec 18 20:53:26 localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel. >Dec 18 20:53:26 localhost systemd[1]: Stopping udev Control Socket. >Dec 18 20:53:26 localhost systemd[1]: Closed udev Control Socket. >Dec 18 20:53:26 localhost systemd[1]: Stopping udev Kernel Socket. >Dec 18 20:53:26 localhost systemd[1]: Closed udev Kernel Socket. >Dec 18 20:53:26 localhost systemd[1]: Starting Cleanup udevd DB... >Dec 18 20:53:26 localhost systemd[1]: Started Plymouth switch root service. >Dec 18 20:53:26 localhost systemd[1]: Started Cleanup udevd DB. >Dec 18 20:53:26 localhost systemd[1]: Starting Switch Root. >Dec 18 20:53:26 localhost systemd[1]: Reached target Switch Root. >Dec 18 20:53:26 localhost systemd[1]: Starting Switch Root... >Dec 18 20:53:26 localhost systemd[1]: Switching root. >Dec 18 20:53:26 localhost systemd-journal[63]: Journal stopped >Dec 18 20:53:28 localhost systemd-journal[687]: Runtime journal is using 8.0M (max 194.4M, leaving 291.6M of free 1.8G, current limit 194.4M). >Dec 18 20:53:28 localhost systemd-journal[687]: Runtime journal is using 8.0M (max 194.4M, leaving 291.6M of free 1.8G, current limit 194.4M). >Dec 18 20:53:28 localhost systemd-journald[63]: Received SIGTERM >Dec 18 20:53:28 localhost kernel: type=1404 audit(1387418007.029:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 >Dec 18 20:53:28 localhost kernel: SELinux: 2048 avtab hash slots, 101316 rules. >Dec 18 20:53:28 localhost kernel: SELinux: 2048 avtab hash slots, 101316 rules. >Dec 18 20:53:28 localhost kernel: SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >Dec 18 20:53:28 localhost kernel: SELinux: 83 classes, 101316 rules >Dec 18 20:53:28 localhost kernel: SELinux: Completing initialization. >Dec 18 20:53:28 localhost kernel: SELinux: Setting up existing superblocks. >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev proc, type proc), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev devpts, type devpts), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev sdc1, type iso9660), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev loop0, type squashfs), uses xattr >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev loop2, type squashfs), uses xattr >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev dm-4, type ext4), uses xattr >Dec 18 20:53:28 localhost kernel: type=1403 audit(1387418007.296:3): policy loaded auid=4294967295 ses=4294967295 >Dec 18 20:53:28 localhost systemd[1]: Successfully loaded SELinux policy in 282.951ms. >Dec 18 20:53:28 localhost systemd[1]: Relabelled /dev and /run in 24.623ms. >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:28 localhost kernel: SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >Dec 18 20:53:28 localhost systemd-journal[687]: Journal started >Dec 18 20:53:26 localhost systemd-cgroups-agent[657]: Failed to get D-Bus connection: Failed to connect to socket /run/systemd/private: No such file or directory >Dec 18 20:53:27 localhost systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ) >Dec 18 20:53:27 localhost systemd[1]: Failed to open private bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory >Dec 18 20:53:27 localhost systemd[1]: [/usr/lib/systemd/system/rtkit-daemon.service:32] Unknown lvalue 'ControlGroup' in section 'Service' >Dec 18 20:53:28 localhost systemd[1]: Started Collect Read-Ahead Data. >Dec 18 20:53:28 localhost systemd[1]: Started Load legacy module configuration. >Dec 18 20:53:28 localhost systemd[1]: Starting Apply Kernel Variables... >Dec 18 20:53:28 localhost systemd[1]: Started Load Kernel Modules. >Dec 18 20:53:28 localhost systemd[1]: Mounted FUSE Control File System. >Dec 18 20:53:28 localhost systemd[1]: Mounting Configuration File System... >Dec 18 20:53:28 localhost systemd[1]: Started Set Up Additional Binary Formats. >Dec 18 20:53:28 localhost systemd[1]: Started File System Check on Root Device. >Dec 18 20:53:28 localhost systemd[1]: Starting Remount Root and Kernel File Systems... >Dec 18 20:53:28 localhost systemd[1]: Mounted Debug File System. >Dec 18 20:53:28 localhost systemd[1]: Mounted Huge Pages File System. >Dec 18 20:53:28 localhost systemd[1]: Mounted POSIX Message Queue File System. >Dec 18 20:53:28 localhost systemd[1]: Mounted Temporary Directory. >Dec 18 20:53:28 localhost systemd[1]: Started Apply Kernel Variables. >Dec 18 20:53:28 localhost systemd[1]: Mounted Configuration File System. >Dec 18 20:53:28 localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >Dec 18 20:53:28 localhost systemd[1]: Starting Create static device nodes in /dev... >Dec 18 20:53:28 localhost systemd[1]: Starting LVM2 metadata daemon... >Dec 18 20:53:28 localhost kernel: EXT4-fs (dm-4): re-mounted. Opts: (null) >Dec 18 20:53:28 localhost systemd[1]: Started Remount Root and Kernel File Systems. >Dec 18 20:53:28 localhost systemd[1]: Starting Import network configuration from initramfs... >Dec 18 20:53:28 localhost systemd[1]: Starting Configure read-only root support... >Dec 18 20:53:28 localhost systemd[1]: Starting Load/Save Random Seed... >Dec 18 20:53:28 localhost systemd[1]: Started udev Coldplug all Devices. >Dec 18 20:53:28 localhost systemd[1]: Starting udev Wait for Complete Device Initialization... >Dec 18 20:53:28 localhost systemd[1]: Started LVM2 metadata daemon. >Dec 18 20:53:28 localhost systemd[1]: Started Load/Save Random Seed. >Dec 18 20:53:28 localhost systemd[1]: Started Configure read-only root support. >Dec 18 20:53:28 localhost lvm[684]: /dev/cdrom: open failed: No medium found >Dec 18 20:53:28 localhost systemd[1]: Started Create static device nodes in /dev. >Dec 18 20:53:28 localhost systemd[1]: Starting udev Kernel Device Manager... >Dec 18 20:53:28 localhost systemd[1]: Starting Local File Systems (Pre). >Dec 18 20:53:28 localhost systemd[1]: Reached target Local File Systems (Pre). >Dec 18 20:53:28 localhost systemd[1]: Started Import network configuration from initramfs. >Dec 18 20:53:28 localhost systemd[1]: Started udev Kernel Device Manager. >Dec 18 20:53:28 localhost systemd-udevd[728]: starting version 208 >Dec 18 20:53:28 localhost lvm[684]: 4 logical volume(s) in volume group "fedora" monitored >Dec 18 20:53:28 localhost systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. >Dec 18 20:53:28 localhost systemd[1]: Started udev Wait for Complete Device Initialization. >Dec 18 20:53:28 localhost systemd[1]: Starting Activation of DM RAID sets... >Dec 18 20:53:28 localhost systemd[1]: Mounted Configuration File System. >Dec 18 20:53:29 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >Dec 18 20:53:29 localhost kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt >Dec 18 20:53:29 localhost kernel: ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \GLBC 1 (20130517/utaddress-251) >Dec 18 20:53:29 localhost kernel: ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \SACT 2 (20130517/utaddress-251) >Dec 18 20:53:29 localhost kernel: ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \SSTS 3 (20130517/utaddress-251) >Dec 18 20:53:29 localhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >Dec 18 20:53:29 localhost kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich >Dec 18 20:53:29 localhost mtp-probe[750]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1" >Dec 18 20:53:29 localhost mtp-probe[749]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4" >Dec 18 20:53:29 localhost mtp-probe[749]: bus: 1, device: 4 was not an MTP device >Dec 18 20:53:29 localhost mtp-probe[750]: bus: 3, device: 2 was not an MTP device >Dec 18 20:53:29 localhost mtp-probe[751]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-2" >Dec 18 20:53:29 localhost mtp-probe[751]: bus: 3, device: 3 was not an MTP device >Dec 18 20:53:29 localhost kernel: microcode: CPU0 sig=0x6f6, pf=0x1, revision=0xc6 >Dec 18 20:53:29 localhost kernel: logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-2/input2 >Dec 18 20:53:29 localhost kernel: input: Logitech Unifying Device. Wireless PID:1025 as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0005/input/input4 >Dec 18 20:53:29 localhost kernel: logitech-djdevice 0003:046D:C52B.0006: input,hidraw3: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1025] on usb-0000:00:1a.0-2:1 >Dec 18 20:53:29 localhost kernel: microcode: CPU0 sig=0x6f6, pf=0x1, revision=0xc6 >Dec 18 20:53:29 localhost kernel: microcode: CPU0 updated to revision 0xd0, date = 2010-09-30 >Dec 18 20:53:29 localhost kernel: microcode: CPU1 sig=0x6f6, pf=0x1, revision=0xc6 >Dec 18 20:53:29 localhost kernel: microcode: CPU1 sig=0x6f6, pf=0x1, revision=0xc6 >Dec 18 20:53:29 localhost kernel: microcode: CPU1 updated to revision 0xd0, date = 2010-09-30 >Dec 18 20:53:29 localhost kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >Dec 18 20:53:29 localhost kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) >Dec 18 20:53:29 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain >Dec 18 20:53:29 localhost systemd[1]: Found device LVM PV wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn on /dev/sdb1. >Dec 18 20:53:29 localhost systemd[1]: Found device LVM PV wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn on /dev/sdb1. >Dec 18 20:53:29 localhost systemd[1]: Starting LVM2 PV scan on device 8:17... >Dec 18 20:53:29 localhost systemd[1]: Started Activation of DM RAID sets. >Dec 18 20:53:29 localhost systemd[1]: Starting Local File Systems. >Dec 18 20:53:29 localhost systemd[1]: Reached target Local File Systems. >Dec 18 20:53:29 localhost systemd[1]: Started Relabel all filesystems, if necessary. >Dec 18 20:53:29 localhost systemd[1]: Started Reconfigure the system on administrator request. >Dec 18 20:53:29 localhost systemd[1]: Started Mark the need to relabel after reboot. >Dec 18 20:53:29 localhost systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage... >Dec 18 20:53:29 localhost systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... >Dec 18 20:53:29 localhost systemd[1]: Starting Recreate Volatile Files and Directories... >Dec 18 20:53:29 localhost systemd[1]: Starting Security Auditing Service... >Dec 18 20:53:29 localhost systemd[1]: Starting Encrypted Volumes. >Dec 18 20:53:29 localhost systemd[1]: Reached target Encrypted Volumes. >Dec 18 20:53:29 localhost kernel: snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=4 (0xd/0xe/0xf/0x11/0x0) type:line >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:397 speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:401 hp_outs=1 (0xa/0x0/0x0/0x0/0x0) >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:402 mono: mono_out=0x0 >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:405 dig-out=0x21/0x0 >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:406 inputs: >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:410 Rear Mic=0xc >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:410 Front Mic=0xb >Dec 18 20:53:29 localhost kernel: ALSA sound/pci/hda/hda_auto_parser.c:410 Line=0x10 >Dec 18 20:53:29 localhost auditctl[773]: No rules >Dec 18 20:53:29 localhost auditctl[773]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0 >Dec 18 20:53:29 localhost systemd[1]: Started Security Auditing Service. >Dec 18 20:53:29 localhost kernel: iTCO_vendor_support: vendor-support=0 >Dec 18 20:53:29 localhost systemd-tmpfiles[771]: Unable to fix label of /var/log/journal/54b5dcf1e9bd10fdc45cd82ffc9fb291: No such file or directory >Dec 18 20:53:29 localhost systemd[1]: Started Recreate Volatile Files and Directories. >Dec 18 20:53:29 localhost systemd[1]: Starting Update UTMP about System Reboot/Shutdown... >Dec 18 20:53:29 localhost systemd[1]: Started Tell Plymouth To Write Out Runtime Data. >Dec 18 20:53:29 localhost kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 >Dec 18 20:53:29 localhost kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS >Dec 18 20:53:29 localhost systemd-journal[687]: Permanent journal is using 8.0M (max 390.3M, leaving 585.5M of free 814.3M, current limit 228.8M). >Dec 18 20:53:29 localhost systemd-journal[687]: Time spent on flushing to /var is 36.243ms for 1160 entries. >Dec 18 20:53:29 localhost systemd[1]: Started Update UTMP about System Reboot/Shutdown. >Dec 18 20:53:29 localhost systemd[1]: Starting System Initialization. >Dec 18 20:53:29 localhost systemd[1]: Reached target System Initialization. >Dec 18 20:53:29 localhost systemd[1]: Starting Daily Cleanup of Temporary Directories. >Dec 18 20:53:29 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. >Dec 18 20:53:29 localhost systemd[1]: Started dnf makecache timer. >Dec 18 20:53:29 localhost systemd[1]: Starting Timers. >Dec 18 20:53:29 localhost systemd[1]: Reached target Timers. >Dec 18 20:53:29 localhost systemd[1]: Starting Manage Sound Card State (restore and store)... >Dec 18 20:53:29 localhost systemd[1]: Started Manage Sound Card State (restore and store). >Dec 18 20:53:29 localhost systemd[1]: Started Restore Sound Card State. >Dec 18 20:53:29 localhost systemd[1]: Starting CUPS Printer Service Spool. >Dec 18 20:53:29 localhost systemd[1]: Started CUPS Printer Service Spool. >Dec 18 20:53:29 localhost systemd[1]: Starting Paths. >Dec 18 20:53:29 localhost systemd[1]: Reached target Paths. >Dec 18 20:53:29 localhost systemd[1]: Starting CUPS Printing Service Sockets. >Dec 18 20:53:29 localhost systemd[1]: Listening on CUPS Printing Service Sockets. >Dec 18 20:53:29 localhost systemd[1]: Starting Open-iSCSI iscsiuio Socket. >Dec 18 20:53:29 localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket. >Dec 18 20:53:29 localhost systemd[1]: Starting Open-iSCSI iscsid Socket. >Dec 18 20:53:29 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket. >Dec 18 20:53:29 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket. >Dec 18 20:53:29 localhost systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. >Dec 18 20:53:29 localhost systemd[1]: Starting D-Bus System Message Bus Socket. >Dec 18 20:53:29 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. >Dec 18 20:53:29 localhost systemd[1]: Starting Sockets. >Dec 18 20:53:29 localhost systemd[1]: Reached target Sockets. >Dec 18 20:53:29 localhost systemd[1]: Starting Basic System. >Dec 18 20:53:29 localhost systemd[1]: Reached target Basic System. >Dec 18 20:53:29 localhost systemd[1]: Starting firewalld - dynamic firewall daemon... >Dec 18 20:53:29 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service... >Dec 18 20:53:29 localhost systemd[1]: Starting Accounts Service... >Dec 18 20:53:29 localhost systemd[1]: Starting Hardware RNG Entropy Gatherer Daemon... >Dec 18 20:53:29 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. >Dec 18 20:53:29 localhost systemd[1]: Started Service for virtual machines hosted on VMware. >Dec 18 20:53:29 localhost systemd[1]: Starting irqbalance daemon... >Dec 18 20:53:29 localhost kernel: coretemp coretemp.0: Using relative temperature scale! >Dec 18 20:53:29 localhost kernel: coretemp coretemp.0: Using relative temperature scale! >Dec 18 20:53:29 localhost systemd[1]: Started irqbalance daemon. >Dec 18 20:53:29 localhost systemd[1]: Starting Machine Check Exception Logging Daemon... >Dec 18 20:53:29 localhost systemd[1]: Starting Avahi mDNS/DNS-SD Stack... >Dec 18 20:53:29 localhost systemd[1]: Started Software RAID monitoring and management. >Dec 18 20:53:29 localhost systemd[1]: Starting Modem Manager... >Dec 18 20:53:29 localhost systemd[1]: Starting NTP client/server... >Dec 18 20:53:29 localhost systemd[1]: Starting LSB: Init script for live image.... >Dec 18 20:53:29 localhost systemd[1]: Starting D-Bus System Message Bus... >Dec 18 20:53:29 localhost systemd[1]: Started D-Bus System Message Bus. >Dec 18 20:53:29 localhost systemd[1]: Starting Login Service... >Dec 18 20:53:29 localhost systemd[1]: Started Trigger Flushing of Journal to Persistent Storage. >Dec 18 20:53:29 localhost systemd[1]: Starting Permit User Sessions... >Dec 18 20:53:29 localhost systemd[1]: Found device LVM PV HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE on /dev/sda2. >Dec 18 20:53:29 localhost systemd[1]: Found device LVM PV HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE on /dev/sda2. >Dec 18 20:53:29 localhost systemd[1]: Starting LVM2 PV scan on device 8:2... >Dec 18 20:53:29 localhost kernel: input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 >Dec 18 20:53:29 localhost kernel: input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 >Dec 18 20:53:29 localhost rngd[793]: Unable to open file: /dev/tpm0 >Dec 18 20:53:29 localhost rngd[793]: can't open any entropy source >Dec 18 20:53:29 localhost rngd[793]: Maybe RNG device modules are not loaded >Dec 18 20:53:29 localhost systemd[1]: Starting Sound Card. >Dec 18 20:53:29 localhost systemd[1]: Reached target Sound Card. >Dec 18 20:53:29 localhost systemd[1]: rngd.service: main process exited, code=exited, status=1/FAILURE >Dec 18 20:53:29 localhost systemd[1]: Unit rngd.service entered failed state. >Dec 18 20:53:30 localhost systemd[1]: Started Permit User Sessions. >Dec 18 20:53:30 localhost systemd[1]: Starting Job spooling tools... >Dec 18 20:53:30 localhost systemd[1]: Started Job spooling tools. >Dec 18 20:53:30 localhost systemd[1]: Starting Command Scheduler... >Dec 18 20:53:30 localhost systemd[1]: Started Command Scheduler. >Dec 18 20:53:30 localhost systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... >Dec 18 20:53:30 localhost crond[814]: (CRON) INFO (Syslog will be used instead of sendmail.) >Dec 18 20:53:30 localhost crond[814]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 25% if used.) >Dec 18 20:53:30 localhost chronyd[817]: chronyd version 1.29 starting >Dec 18 20:53:30 localhost systemd[1]: Started Machine Check Exception Logging Daemon. >Dec 18 20:53:30 localhost chronyd[817]: Linux kernel major=3 minor=11 patch=10 >Dec 18 20:53:30 localhost alsactl[788]: alsactl 1.0.27.2 daemon started >Dec 18 20:53:30 localhost chronyd[817]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >Dec 18 20:53:30 localhost avahi-daemon[796]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70). >Dec 18 20:53:30 localhost avahi-daemon[796]: Successfully dropped root privileges. >Dec 18 20:53:30 localhost avahi-daemon[796]: avahi-daemon 0.6.31 starting up. >Dec 18 20:53:30 localhost chronyd[817]: Generated key 1 >Dec 18 20:53:30 localhost pvscan[762]: 4 logical volume(s) in volume group "fedora" now active >Dec 18 20:53:30 localhost pvscan[803]: 4 logical volume(s) in volume group "fedora" now active >Dec 18 20:53:30 localhost alsactl[788]: /usr/sbin/alsactl: load_state:1677Cannot open /var/lib/alsa/asound.state for reading: No such file or directory >Dec 18 20:53:30 localhost auditd[772]: Started dispatcher: /sbin/audispd pid: 826 >Dec 18 20:53:30 localhost kernel: type=1305 audit(1387418010.445:4): audit_pid=772 old=0 auid=4294967295 ses=4294967295 >subj=system_u:system_r:auditd_t:s0 res=1 >Dec 18 20:53:30 localhost audispd[826]: priority_boost_parser called with: 4 >Dec 18 20:53:30 localhost audispd[826]: max_restarts_parser called with: 10 >Dec 18 20:53:30 localhost systemd[1]: Started NTP client/server. >Dec 18 20:53:30 localhost auditd[772]: Init complete, auditd 2.3.2 listening for events (startup state enable) >Dec 18 20:53:30 localhost audispd[826]: audispd initialized with q_depth=150 and 1 active plugins >Dec 18 20:53:30 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:30 localhost kernel: SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >Dec 18 20:53:30 localhost alsactl[788]: Found hardware: "HDA-Intel" "SigmaTel STAC9227" "HDA:83847618,102801db,00100201" "0x1028" "0x01db" >Dec 18 20:53:30 localhost alsactl[788]: Hardware is initialized using a generic method >Dec 18 20:53:30 localhost kernel: cfg80211: World regulatory domain updated: >Dec 18 20:53:30 localhost kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) >Dec 18 20:53:30 localhost kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 18 20:53:30 localhost kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 18 20:53:30 localhost kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) >Dec 18 20:53:30 localhost kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 18 20:53:30 localhost kernel: cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) >Dec 18 20:53:30 localhost systemd[1]: Reached target Sound Card. >Dec 18 20:53:30 localhost systemd[1]: Started LVM2 PV scan on device 8:2. >Dec 18 20:53:30 localhost systemd[1]: Started LVM2 PV scan on device 8:17. >Dec 18 20:53:30 localhost crond[814]: (CRON) INFO (running with inotify support) >Dec 18 20:53:30 localhost kernel: ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c >Dec 18 20:53:30 localhost kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' >Dec 18 20:53:31 localhost systemd-udevd[732]: renamed network interface wlan0 to wlp4s5 >Dec 18 20:53:31 localhost ModemManager[797]: <info> ModemManager (version 1.1.0-2.git20130913.fc20) starting... >Dec 18 20:53:31 localhost useradd[856]: new group: name=liveuser, GID=1000 >Dec 18 20:53:31 localhost useradd[856]: new user: name=liveuser, UID=1000, GID=1000, home=/home/liveuser, shell=/bin/bash >Dec 18 20:53:31 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Successfully called chroot. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Successfully dropped privileges. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Successfully limited resources. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Running. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Watchdog thread running. >Dec 18 20:53:31 localhost rtkit-daemon[791]: Canary thread running. >Dec 18 20:53:31 localhost avahi-daemon[796]: Successfully called chroot(). >Dec 18 20:53:31 localhost avahi-daemon[796]: Successfully dropped remaining capabilities. >Dec 18 20:53:31 localhost livesys[799]: Adding live user [ OK ] >Dec 18 20:53:31 localhost systemd[1]: Started Avahi mDNS/DNS-SD Stack. >Dec 18 20:53:31 localhost systemd[1]: Started Login Service. >Dec 18 20:53:31 localhost avahi-daemon[796]: No service file found in /etc/avahi/services. >Dec 18 20:53:31 localhost systemd-logind[801]: New seat seat0. >Dec 18 20:53:31 localhost avahi-daemon[796]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives. >Dec 18 20:53:31 localhost systemd-logind[801]: Watching system buttons on /dev/input/event1 (Power Button) >Dec 18 20:53:31 localhost systemd-logind[801]: Watching system buttons on /dev/input/event0 (Power Button) >Dec 18 20:53:31 localhost avahi-daemon[796]: Network interface enumeration completed. >Dec 18 20:53:31 localhost avahi-daemon[796]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 18 20:53:31 localhost avahi-daemon[796]: Server startup complete. Host name is linux.local. Local service cookie is 3750919665. >Dec 18 20:53:31 localhost systemd[1]: Started Modem Manager. >Dec 18 20:53:31 localhost usermod[888]: add 'liveuser' to group 'wheel' >Dec 18 20:53:31 localhost usermod[888]: add 'liveuser' to shadow group 'wheel' >Dec 18 20:53:31 localhost systemd[1]: Stopped Software RAID monitoring and management. >Dec 18 20:53:31 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 18 20:53:31 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >Dec 18 20:53:31 localhost systemd[1]: Starting Authorization Manager... >Dec 18 20:53:32 localhost systemd[1]: Stopping Command Scheduler... >Dec 18 20:53:32 localhost systemd[1]: Stopped Command Scheduler. >Dec 18 20:53:32 localhost systemd[1]: Stopping Job spooling tools... >Dec 18 20:53:32 localhost systemd[1]: Stopped Job spooling tools. >Dec 18 20:53:32 localhost polkitd[904]: Started polkitd version 0.112 >Dec 18 20:53:32 localhost livesys[799]: sed: can't read : No such file or directory >Dec 18 20:53:32 localhost polkitd[904]: Loading rules from directory /etc/polkit-1/rules.d >Dec 18 20:53:32 localhost polkitd[904]: Loading rules from directory /usr/share/polkit-1/rules.d >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.Telepathy.Logger' has path '/apps/telepathy-logger/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost polkitd[904]: Finished loading, compiling and executing 5 rules >Dec 18 20:53:32 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 18 20:53:32 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >Dec 18 20:53:32 localhost systemd[1]: Started Authorization Manager. >Dec 18 20:53:32 localhost polkitd[904]: Acquired the name org.freedesktop.PolicyKit1 on the system bus >Dec 18 20:53:32 localhost accounts-daemon[792]: started daemon version 0.6.35 >Dec 18 20:53:32 localhost systemd[1]: Started Accounts Service. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.seahorse' has path '/apps/seahorse/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.seahorse.manager' has path '/apps/seahorse/listing/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:32 localhost livesys[799]: warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated. >Dec 18 20:53:33 localhost systemd[1]: Started LSB: Init script for live image.. >Dec 18 20:53:33 localhost systemd[1]: Starting SYSV: Late init script for live image.... >Dec 18 20:53:33 localhost systemd[1]: Starting ABRT Automated Bug Reporting Tool... >Dec 18 20:53:33 localhost systemd[1]: Started ABRT Automated Bug Reporting Tool. >Dec 18 20:53:33 localhost systemd[1]: Starting Install ABRT coredump hook... >Dec 18 20:53:33 localhost systemd[1]: Started ABRT Xorg log watcher. >Dec 18 20:53:33 localhost systemd[1]: Started Harvest vmcores for ABRT. >Dec 18 20:53:33 localhost systemd[1]: Starting ABRT kernel log watcher... >Dec 18 20:53:33 localhost systemd[1]: Started ABRT kernel log watcher. >Dec 18 20:53:33 localhost systemd[1]: Starting GNOME Display Manager... >Dec 18 20:53:33 localhost systemd[1]: Started Install ABRT coredump hook. >Dec 18 20:53:33 localhost systemd[1]: Started SYSV: Late init script for live image.. >Dec 18 20:53:33 localhost abrtd[936]: Init complete, entering main loop >Dec 18 20:53:33 localhost systemd[1]: Started GNOME Display Manager. >Dec 18 20:53:33 localhost kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) >Dec 18 20:53:33 localhost kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team >Dec 18 20:53:33 localhost dbus-daemon[800]: dbus[800]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.7" (uid=0 pid=939 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=965 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 18 20:53:33 localhost dbus[800]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.7" (uid=0 pid=939 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=965 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") >Dec 18 20:53:33 localhost ModemManager[797]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin >Dec 18 20:53:33 localhost ModemManager[797]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1e.0/0000:04:05.0': not supported by any plugin >Dec 18 20:53:33 localhost kernel: Ebtables v2.0 registered >Dec 18 20:53:33 localhost kernel: Bridge firewalling registered >Dec 18 20:53:33 localhost systemd[1]: Started firewalld - dynamic firewall daemon. >Dec 18 20:53:33 localhost systemd[1]: Starting Network Manager... >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> Read config: /etc/NetworkManager/NetworkManager.conf >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> WEXT support is enabled >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> VPN: loaded org.freedesktop.NetworkManager.l2tp >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc >Dec 18 20:53:33 localhost NetworkManager[1008]: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 18 20:53:33 localhost NetworkManager[1008]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >Dec 18 20:53:33 localhost NetworkManager[1008]: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> monitoring kernel firmware directory '/lib/firmware'. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1e.0/0000:04:05.0/ieee80211/phy0/rfkill0) (driver rt61pci) >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> WiFi hardware radio set enabled >Dec 18 20:53:34 localhost systemd[1]: Started Network Manager. >Dec 18 20:53:34 localhost systemd[1]: Starting Network. >Dec 18 20:53:34 localhost systemd[1]: Reached target Network. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> WiFi enabled by radio killswitch; enabled by state file >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> WWAN enabled by radio killswitch; enabled by state file >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> WiMAX enabled by radio killswitch; enabled by state file >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> Networking is enabled by state file >Dec 18 20:53:34 localhost systemd[1]: Started Login and scanning of iSCSI devices. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (lo): link connected >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (lo): carrier is ON >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (lo): No existing connection detected. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): carrier is OFF >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): new Ethernet device (driver: 'e1000e' ifindex: 2) >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/1 >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): No existing connection detected. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (em1): bringing up device. >Dec 18 20:53:34 localhost kernel: e1000e 0000:00:19.0: irq 44 for MSI/MSI-X >Dec 18 20:53:34 localhost kernel: e1000e 0000:00:19.0: irq 44 for MSI/MSI-X >Dec 18 20:53:34 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:19.0/net/em1 >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): using nl80211 for WiFi device control >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): driver supports Access Point (AP) mode >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): new 802.11 WiFi device (driver: 'rt61pci' ifindex: 3) >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): exported as /org/freedesktop/NetworkManager/Devices/2 >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): No existing connection detected. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): bringing up device. >Dec 18 20:53:34 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin' >Dec 18 20:53:34 localhost kernel: ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8 >Dec 18 20:53:34 localhost kernel: IPv6: ADDRCONF(NETDEV_UP): wlp4s5: link is not ready >Dec 18 20:53:34 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >Dec 18 20:53:34 localhost dbus[800]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' >Dec 18 20:53:34 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 18 20:53:34 localhost dbus[800]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' >Dec 18 20:53:34 localhost systemd[1]: Starting WPA Supplicant daemon... >Dec 18 20:53:34 localhost systemd[1]: Starting Bluetooth service... >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> ModemManager available in the bus >Dec 18 20:53:34 localhost bluetoothd[1144]: Bluetooth daemon 5.12 >Dec 18 20:53:34 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.bluez' >Dec 18 20:53:34 localhost dbus[800]: [system] Successfully activated service 'org.bluez' >Dec 18 20:53:34 localhost systemd[1]: Started Bluetooth service. >Dec 18 20:53:34 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >Dec 18 20:53:34 localhost dbus[800]: [system] Successfully activated service 'fi.w1.wpa_supplicant1' >Dec 18 20:53:34 localhost systemd[1]: Started WPA Supplicant daemon. >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> wpa_supplicant started >Dec 18 20:53:34 localhost kernel: Bluetooth: Core ver 2.16 >Dec 18 20:53:34 localhost kernel: NET: Registered protocol family 31 >Dec 18 20:53:34 localhost kernel: Bluetooth: HCI device and connection manager initialized >Dec 18 20:53:34 localhost kernel: Bluetooth: HCI socket layer initialized >Dec 18 20:53:34 localhost kernel: Bluetooth: L2CAP socket layer initialized >Dec 18 20:53:34 localhost kernel: Bluetooth: SCO socket layer initialized >Dec 18 20:53:34 localhost bluetoothd[1144]: Starting SDP server >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5) supports 4 scan SSIDs >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: starting -> ready >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42] >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: ready -> disconnected >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> (wlp4s5) supports 4 scan SSIDs >Dec 18 20:53:34 localhost NetworkManager[1008]: <info> startup complete >Dec 18 20:53:34 localhost kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3 >Dec 18 20:53:34 localhost kernel: Bluetooth: BNEP filters: protocol multicast >Dec 18 20:53:34 localhost kernel: Bluetooth: BNEP socket layer initialized >Dec 18 20:53:34 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Dec 18 20:53:34 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >Dec 18 20:53:34 localhost systemd[1]: Starting Hostname Service... >Dec 18 20:53:34 localhost bluetoothd[1144]: Bluetooth management interface 1.3 initialized >Dec 18 20:53:35 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.hostname1' >Dec 18 20:53:35 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.hostname1' >Dec 18 20:53:35 localhost systemd[1]: Started Hostname Service. >Dec 18 20:53:35 localhost systemd[1]: Started Wait for Plymouth Boot Screen to Quit. >Dec 18 20:53:35 localhost systemd[1]: Starting Multi-User System. >Dec 18 20:53:35 localhost systemd[1]: Reached target Multi-User System. >Dec 18 20:53:35 localhost systemd[1]: Starting Graphical Interface. >Dec 18 20:53:35 localhost systemd[1]: Reached target Graphical Interface. >Dec 18 20:53:35 localhost systemd[1]: Starting Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 18 20:53:35 localhost systemd[1]: Started Stop Read-Ahead Data Collection 10s After Completed Startup. >Dec 18 20:53:35 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes... >Dec 18 20:53:35 localhost systemd[1]: Started Update UTMP about System Runlevel Changes. >Dec 18 20:53:35 localhost systemd[1]: Startup finished in 1.567s (kernel) + 3.067s (initrd) + 8.639s (userspace) = 13.274s. >Dec 18 20:53:36 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: disconnected -> inactive >Dec 18 20:53:36 localhost systemd[1]: Starting user-1000.slice. >Dec 18 20:53:36 localhost systemd[1]: Created slice user-1000.slice. >Dec 18 20:53:36 localhost systemd[1]: Starting User Manager for 1000... >Dec 18 20:53:36 localhost systemd-logind[801]: New session 1 of user liveuser. >Dec 18 20:53:36 localhost systemd-logind[801]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display. >Dec 18 20:53:36 localhost systemd[1]: Starting Session 1 of user liveuser. >Dec 18 20:53:36 localhost systemd[1]: Started Session 1 of user liveuser. >Dec 18 20:53:36 localhost gdm-autologin][1276]: pam_unix(gdm-autologin:session): session opened for user liveuser by (uid=0) >Dec 18 20:53:36 localhost systemd[1356]: pam_unix(systemd-user:session): session opened for user liveuser by (uid=0) >Dec 18 20:53:36 localhost systemd[1356]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory >Dec 18 20:53:36 localhost systemd[1356]: Starting Default. >Dec 18 20:53:36 localhost systemd[1356]: Reached target Default. >Dec 18 20:53:36 localhost systemd[1356]: Startup finished in 30ms. >Dec 18 20:53:36 localhost systemd[1]: Started User Manager for 1000. >Dec 18 20:53:36 localhost /etc/gdm/Xsession[1364]: cp: cannot stat ‘/usr/share/applications/liveinst.desktop’: No such file or directory >Dec 18 20:53:37 localhost systemd[1]: Mounted FUSE Control File System. >Dec 18 20:53:37 localhost kernel: fuse init (API version 7.22) >Dec 18 20:53:37 localhost kernel: SELinux: initialized (dev fuse, type fuse), uses genfs_contexts >Dec 18 20:53:37 localhost gnome-session[1364]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ScD5E3 >Dec 18 20:53:37 localhost gnome-session[1364]: GPG_AGENT_INFO=/run/user/1000/keyring-ScD5E3/gpg:0:1 >Dec 18 20:53:37 localhost gnome-session[1364]: GNOME_KEYRING_PID=1535 >Dec 18 20:53:37 localhost gnome-session[1364]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ScD5E3 >Dec 18 20:53:37 localhost gnome-session[1364]: GPG_AGENT_INFO=/run/user/1000/keyring-ScD5E3/gpg:0:1 >Dec 18 20:53:37 localhost gnome-session[1364]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ScD5E3 >Dec 18 20:53:37 localhost gnome-session[1364]: GPG_AGENT_INFO=/run/user/1000/keyring-ScD5E3/gpg:0:1 >Dec 18 20:53:37 localhost gnome-session[1364]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ScD5E3 >Dec 18 20:53:37 localhost gnome-session[1364]: GPG_AGENT_INFO=/run/user/1000/keyring-ScD5E3/gpg:0:1 >Dec 18 20:53:37 localhost gnome-session[1364]: SSH_AUTH_SOCK=/run/user/1000/keyring-ScD5E3/ssh >Dec 18 20:53:38 localhost gnome-session[1364]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.config/pulse/cookie': No such file or directory >Dec 18 20:53:38 localhost gnome-session[1364]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/liveuser/.config/pulse/cookie': No such file or directory >Dec 18 20:53:38 localhost gnome-session[1364]: W: [pulseaudio] authkey.c: Failed to open cookie file '/home/liveuser/.pulse-cookie': No such file or directory >Dec 18 20:53:38 localhost gnome-session[1364]: W: [pulseaudio] authkey.c: Failed to load authorization key '/home/liveuser/.pulse-cookie': No such file or directory >Dec 18 20:53:38 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 18 20:53:38 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' >Dec 18 20:53:38 localhost systemd[1]: Starting Daemon for power management... >Dec 18 20:53:38 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 18 20:53:38 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.UPower' >Dec 18 20:53:38 localhost systemd[1]: Started Daemon for power management. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Successfully made thread 1552 of process 1552 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Supervising 1 threads of 1 processes of 1 users. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Supervising 1 threads of 1 processes of 1 users. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Successfully made thread 1581 of process 1552 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Successfully made thread 1584 of process 1552 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5. >Dec 18 20:53:38 localhost rtkit-daemon[791]: Supervising 3 threads of 1 processes of 1 users. >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 18 20:53:39 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' >Dec 18 20:53:39 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... >Dec 18 20:53:39 localhost colord[1593]: Using mapping database file /var/lib/colord/mapping.db >Dec 18 20:53:39 localhost colord[1593]: Using device database file /var/lib/colord/storage.db >Dec 18 20:53:39 localhost colord[1593]: loaded plugin libcd_plugin_scanner.so >Dec 18 20:53:39 localhost colord[1593]: loaded plugin libcd_plugin_camera.so >Dec 18 20:53:39 localhost colord[1593]: Daemon ready for requests >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 18 20:53:39 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.ColorManager' >Dec 18 20:53:39 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. >Dec 18 20:53:39 localhost systemd[1]: Starting CUPS Printing Service... >Dec 18 20:53:39 localhost systemd[1]: Started CUPS Printing Service. >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 18 20:53:39 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >Dec 18 20:53:39 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >Dec 18 20:53:39 localhost systemd[1]: Starting Disk Manager... >Dec 18 20:53:39 localhost systemd[1]: Starting Locale Service... >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.locale1' >Dec 18 20:53:39 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.locale1' >Dec 18 20:53:39 localhost systemd[1]: Started Locale Service. >Dec 18 20:53:39 localhost udisksd[1608]: udisks daemon version 2.1.1 starting >Dec 18 20:53:39 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 18 20:53:39 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.UDisks2' >Dec 18 20:53:39 localhost systemd[1]: Started Disk Manager. >Dec 18 20:53:39 localhost udisksd[1608]: Acquired the name org.freedesktop.UDisks2 on the system message bus >Dec 18 20:53:42 localhost polkitd[904]: Registered Authentication Agent for unix-session:1 (system bus name :1.33 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) >Dec 18 20:53:42 localhost goa[1661]: goa-daemon version 3.10.2 starting [main.c:117, main()] >Dec 18 20:53:42 localhost goa[1661]: GoaKerberosIdentityManager: Using polling for change notification for credential cache type 'KEYRING' [goakerberosidentitymanager.c:1393, monitor_credentials_cache()] >Dec 18 20:53:43 localhost gnome-session[1364]: Gjs-Message: JS LOG: GNOME Shell started at Wed Dec 18 2013 20:53:43 GMT-0500 (EST) >Dec 18 20:53:43 localhost gnome-session[1364]: vmware-user: could not open /proc/fs/vmblock/dev >Dec 18 20:53:43 localhost gnome-session[1364]: Entering running state >Dec 18 20:53:43 localhost gnome-session[1364]: Creating config directory:'/home/liveuser/.config/tracker' >Dec 18 20:53:43 localhost gnome-session[1364]: Failed to play sound: File or data not found >Dec 18 20:53:43 localhost vmusr[1735]: [ warning] [GLib-GObject] Attempt to add property ToolsCoreService::tcs-app-ctx after class was initialised >Dec 18 20:53:43 localhost vmusr[1735]: [ warning] [GLib-GObject] Attempt to add property ToolsCoreService::tcs-prop-thread-pool after class was initialised >Dec 18 20:53:43 localhost vmusr[1735]: [ warning] [vmtoolsd] The vmusr service needs to run inside a virtual machine. >Dec 18 20:53:44 localhost obexd[1778]: OBEX daemon 5.12 >Dec 18 20:53:44 localhost gnome-keyring-daemon[1535]: keyring alias directory: /home/liveuser/.local/share/keyrings >Dec 18 20:53:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_ADD: window 0x2200001 already in stack >Dec 18 20:53:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_ADD: window 0x2200001 already in stack >Dec 18 20:53:46 localhost colord[1593]: Device added: xrandr-Dell Inc.-DELL 1501FP-5320U053A222 >Dec 18 20:53:46 localhost colord[1593]: Automatic metadata add icc-c9de9e86966a153e90842269833a457d to xrandr-Dell Inc.-DELL 1501FP-5320U053A222 >Dec 18 20:53:46 localhost colord[1593]: Profile added: icc-c9de9e86966a153e90842269833a457d >Dec 18 20:54:05 localhost systemd[1]: Starting Stop Read-Ahead Data Collection... >Dec 18 20:54:05 localhost systemd[1]: Started Stop Read-Ahead Data Collection. >Dec 18 20:54:45 localhost NetworkManager[1008]: ifcfg-rh: read connection 'cabeza2' >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) starting connection 'cabeza2' >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: disconnected -> prepare (reason 'none') [30 40 0] >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> NetworkManager state is now CONNECTING >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) scheduled... >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) started... >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) scheduled... >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) complete. >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) starting... >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5/wireless): access point 'cabeza2' has security, but secrets are required. >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: config -> need-auth (reason 'none') [50 60 0] >Dec 18 20:54:45 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) complete. >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) scheduled... >Dec 18 20:55:00 localhost NetworkManager[1008]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-cabeza2 >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) started... >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: need-auth -> prepare (reason 'none') [60 40 0] >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) scheduled... >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 1 of 5 (Device Prepare) complete. >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) starting... >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: prepare -> config (reason 'none') [40 50 0] >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5/wireless): connection 'cabeza2' has security, and secrets exist. No new secrets needed. >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: added 'ssid' value 'cabeza2' >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: added 'scan_ssid' value '1' >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: added 'key_mgmt' value 'WPA-PSK' >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: added 'psk' value '<omitted>' >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: added 'proto' value 'WPA RSN' >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 2 of 5 (Device Configure) complete. >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> Config: set interface ap_scan to 1 >Dec 18 20:55:00 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: inactive -> scanning >Dec 18 20:55:01 localhost kernel: wlp4s5: authenticate with 00:24:b2:13:52:e4 >Dec 18 20:55:01 localhost kernel: wlp4s5: send auth to 00:24:b2:13:52:e4 (try 1/3) >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: scanning -> authenticating >Dec 18 20:55:01 localhost kernel: wlp4s5: authenticated >Dec 18 20:55:01 localhost kernel: rt61pci 0000:04:05.0 wlp4s5: disabling HT/VHT due to WEP/TKIP use >Dec 18 20:55:01 localhost kernel: wlp4s5: associate with 00:24:b2:13:52:e4 (try 1/3) >Dec 18 20:55:01 localhost kernel: wlp4s5: RX AssocResp from 00:24:b2:13:52:e4 (capab=0x411 status=0 aid=2) >Dec 18 20:55:01 localhost kernel: wlp4s5: associated >Dec 18 20:55:01 localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s5: link becomes ready >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: authenticating -> associated >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: associated -> 4-way handshake >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: 4-way handshake -> group handshake >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): supplicant interface state: group handshake -> completed >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'cabeza2'. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 3 of 5 (IP Configure Start) scheduled. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 3 of 5 (IP Configure Start) started... >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: config -> ip-config (reason 'none') [50 70 0] >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Beginning DHCPv4 transaction (timeout in 45 seconds) >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> dhclient started with pid 1949 >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 3 of 5 (IP Configure Start) complete. >Dec 18 20:55:01 localhost NetworkManager[1008]: <error> [1387418101.419430] [rdisc/nm-lndp-rdisc.c:194] send_rs(): (wlp4s5): cannot send router solicitation: -99. >Dec 18 20:55:01 localhost dhclient[1949]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 18 20:55:01 localhost dhclient[1949]: Copyright 2004-2013 Internet Systems Consortium. >Dec 18 20:55:01 localhost dhclient[1949]: All rights reserved. >Dec 18 20:55:01 localhost dhclient[1949]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 18 20:55:01 localhost dhclient[1949]: Dec 18 20:55:01 localhost NetworkManager[1008]: Internet Systems Consortium DHCP Client 4.2.5 >Dec 18 20:55:01 localhost NetworkManager[1008]: Copyright 2004-2013 Internet Systems Consortium. >Dec 18 20:55:01 localhost NetworkManager[1008]: All rights reserved. >Dec 18 20:55:01 localhost NetworkManager[1008]: For info, please visit https://www.isc.org/software/dhcp/ >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): DHCPv4 state changed nbi -> preinit >Dec 18 20:55:01 localhost dhclient[1949]: Listening on LPF/wlp4s5/00:0d:08:40:20:2d >Dec 18 20:55:01 localhost dhclient[1949]: Sending on LPF/wlp4s5/00:0d:08:40:20:2d >Dec 18 20:55:01 localhost dhclient[1949]: Sending on Socket/fallback >Dec 18 20:55:01 localhost dhclient[1949]: DHCPDISCOVER on wlp4s5 to 255.255.255.255 port 67 interval 5 (xid=0x7f432684) >Dec 18 20:55:01 localhost NetworkManager[1008]: Listening on LPF/wlp4s5/00:0d:08:40:20:2d >Dec 18 20:55:01 localhost NetworkManager[1008]: Sending on LPF/wlp4s5/00:0d:08:40:20:2d >Dec 18 20:55:01 localhost NetworkManager[1008]: Sending on Socket/fallback >Dec 18 20:55:01 localhost NetworkManager[1008]: DHCPDISCOVER on wlp4s5 to 255.255.255.255 port 67 interval 5 (xid=0x7f432684) >Dec 18 20:55:01 localhost dhclient[1949]: DHCPREQUEST on wlp4s5 to 255.255.255.255 port 67 (xid=0x7f432684) >Dec 18 20:55:01 localhost dhclient[1949]: DHCPOFFER from 10.83.159.1 >Dec 18 20:55:01 localhost NetworkManager[1008]: DHCPREQUEST on wlp4s5 to 255.255.255.255 port 67 (xid=0x7f432684) >Dec 18 20:55:01 localhost NetworkManager[1008]: DHCPOFFER from 10.83.159.1 >Dec 18 20:55:01 localhost dhclient[1949]: DHCPACK from 10.83.159.1 (xid=0x7f432684) >Dec 18 20:55:01 localhost NetworkManager[1008]: DHCPACK from 10.83.159.1 (xid=0x7f432684) >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): DHCPv4 state changed preinit -> bound >Dec 18 20:55:01 localhost dhclient[1949]: bound to 10.83.159.80 -- renewal in 41735 seconds. >Dec 18 20:55:01 localhost NetworkManager[1008]: bound to 10.83.159.80 -- renewal in 41735 seconds. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> address 10.83.159.80 >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> plen 24 (255.255.255.0) >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> gateway 10.83.159.1 >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> lease time 86400 >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> nameserver '10.83.159.1' >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 5 of 5 (IPv4 Commit) started... >Dec 18 20:55:01 localhost avahi-daemon[796]: Joining mDNS multicast group on interface wlp4s5.IPv4 with address 10.83.159.80. >Dec 18 20:55:01 localhost avahi-daemon[796]: New relevant interface wlp4s5.IPv4 for mDNS. >Dec 18 20:55:01 localhost avahi-daemon[796]: Registering new address record for 10.83.159.80 on wlp4s5.IPv4. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) Stage 5 of 5 (IPv4 Commit) complete. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> (wlp4s5): device state change: secondaries -> activated (reason 'none') [90 100 0] >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> NetworkManager state is now CONNECTED_GLOBAL >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Policy set 'cabeza2' (wlp4s5) as default for IPv4 routing and DNS. >Dec 18 20:55:01 localhost NetworkManager[1008]: <info> Activation (wlp4s5) successful, device activated. >Dec 18 20:55:01 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 18 20:55:01 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >Dec 18 20:55:01 localhost systemd[1]: Starting Network Manager Script Dispatcher Service... >Dec 18 20:55:01 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 18 20:55:01 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >Dec 18 20:55:01 localhost systemd[1]: Started Network Manager Script Dispatcher Service. >Dec 18 20:55:01 localhost avahi-daemon[796]: Withdrawing workstation service for wlp4s5. >Dec 18 20:55:01 localhost avahi-daemon[796]: Withdrawing workstation service for em1. >Dec 18 20:55:01 localhost avahi-daemon[796]: Withdrawing workstation service for lo. >Dec 18 20:55:01 localhost avahi-daemon[796]: Host name conflict, retrying with linux-2 >Dec 18 20:55:01 localhost avahi-daemon[796]: Registering new address record for 10.83.159.80 on wlp4s5.IPv4. >Dec 18 20:55:01 localhost avahi-daemon[796]: Registering HINFO record with values 'X86_64'/'LINUX'. >Dec 18 20:55:02 localhost avahi-daemon[796]: Registering new address record for fe80::20d:8ff:fe40:202d on wlp4s5.*. >Dec 18 20:55:03 localhost avahi-daemon[796]: Server startup complete. Host name is linux-2.local. Local service cookie is 3750919665. >Dec 18 20:55:07 localhost chronyd[817]: Selected source 216.218.220.101 >Dec 18 20:55:07 localhost chronyd[817]: System clock wrong by 24.011961 seconds, adjustment started >Dec 18 20:55:31 localhost chronyd[817]: System clock was stepped by 24.012 seconds >Dec 18 20:55:31 localhost systemd[1356]: Time has been changed >Dec 18 20:55:31 localhost systemd[1]: Time has been changed >Dec 18 20:55:33 localhost chronyd[817]: Selected source 208.87.104.40 >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr/share' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr/share/gnome-documents' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started/C' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:37 localhost gnome-session[1364]: (tracker-miner-fs:1737): Tracker-WARNING **: File 'file:///usr/share/gnome-documents/getting-started/C/gnome-documents-getting-started.pdf' has been reenqueued more than 2 times. It will not be indexed. >Dec 18 20:55:41 localhost su[2103]: (to root) liveuser on pts/0 >Dec 18 20:55:41 localhost su[2103]: pam_unix(su:session): session opened for user root by liveuser(uid=1000) >Dec 18 20:55:47 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' >Dec 18 20:55:47 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' >Dec 18 20:55:47 localhost systemd[1]: Starting PackageKit Daemon... >Dec 18 20:55:47 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 20:55:47 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.PackageKit' >Dec 18 20:55:47 localhost systemd[1]: Started PackageKit Daemon. >Dec 18 20:57:00 localhost su[2103]: pam_unix(su:session): session closed for user root >Dec 18 20:57:33 localhost polkitd[904]: Operator of unix-session:1 successfully authenticated as unix-user:liveuser to gain TEMPORARY authorization for action org.freedesktop.udisks2.encrypted-unlock-system for system-bus-name::1.35 [/usr/libexec/gvfs-udisks2-volume-monitor] (owned by unix-user:liveuser) >Dec 18 20:57:38 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-3 as /dev/dm-7 >Dec 18 20:57:50 localhost kernel: EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 20:57:50 localhost kernel: SELinux: initialized (dev dm-7, type ext4), uses xattr >Dec 18 20:57:50 localhost udisksd[1608]: Mounted /dev/dm-7 at /run/media/liveuser/b358f89d-7cfa-42f9-9def-f2ce995b157d on behalf of uid 1000 >Dec 18 20:58:07 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-2 as /dev/dm-8 >Dec 18 20:58:22 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-1 as /dev/dm-9 >Dec 18 20:58:22 localhost kernel: EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 20:58:22 localhost kernel: SELinux: initialized (dev dm-9, type ext4), uses xattr >Dec 18 20:58:22 localhost udisksd[1608]: Mounted /dev/dm-9 at /run/media/liveuser/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 on behalf of uid 1000 >Dec 18 20:58:29 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-0 as /dev/dm-10 >Dec 18 20:58:29 localhost kernel: EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 20:58:29 localhost kernel: SELinux: initialized (dev dm-10, type ext4), uses xattr >Dec 18 20:58:29 localhost udisksd[1608]: Mounted /dev/dm-10 at /run/media/liveuser/eda97348-74da-47c7-bbb7-33ceaab4d7fc on behalf of uid 1000 >Dec 18 20:59:20 localhost polkitd[904]: Operator of unix-session:1 successfully authenticated as unix-user:liveuser to gain TEMPORARY authorization for action org.freedesktop.udisks2.filesystem-mount-system for system-bus-name::1.35 [/usr/libexec/gvfs-udisks2-volume-monitor] (owned by unix-user:liveuser) >Dec 18 20:59:20 localhost kernel: EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 20:59:20 localhost kernel: SELinux: initialized (dev dm-5, type ext4), uses xattr >Dec 18 20:59:20 localhost udisksd[1608]: Mounted /dev/dm-5 at /run/media/liveuser/_Fedora-Live-Des on behalf of uid 1000 >Dec 18 21:00:30 localhost userhelper[2474]: pam_timestamp(liveinst:session): updated timestamp file `/var/run/sudo/liveuser/unknown:root' >Dec 18 21:00:30 localhost userhelper[2479]: running '/usr/sbin/liveinst' with root privileges on behalf of 'liveuser' >Dec 18 21:00:30 localhost kernel: md: raid0 personality registered for level 0 >Dec 18 21:00:30 localhost kernel: md: raid1 personality registered for level 1 >Dec 18 21:00:30 localhost kernel: async_tx: api initialized (async) >Dec 18 21:00:30 localhost kernel: xor: measuring software checksum speed >Dec 18 21:00:30 localhost kernel: prefetch64-sse: 9536.000 MB/sec >Dec 18 21:00:30 localhost kernel: generic_sse: 8456.000 MB/sec >Dec 18 21:00:30 localhost kernel: xor: using function: prefetch64-sse (9536.000 MB/sec) >Dec 18 21:00:30 localhost kernel: raid6: sse2x1 3925 MB/s >Dec 18 21:00:30 localhost kernel: raid6: sse2x2 4464 MB/s >Dec 18 21:00:30 localhost kernel: raid6: sse2x4 7031 MB/s >Dec 18 21:00:30 localhost kernel: raid6: using algorithm sse2x4 (7031 MB/s) >Dec 18 21:00:30 localhost kernel: raid6: using ssse3x2 recovery algorithm >Dec 18 21:00:30 localhost kernel: md: raid6 personality registered for level 6 >Dec 18 21:00:30 localhost kernel: md: raid5 personality registered for level 5 >Dec 18 21:00:30 localhost kernel: md: raid4 personality registered for level 4 >Dec 18 21:00:30 localhost kernel: md: raid10 personality registered for level 10 >Dec 18 21:00:30 localhost kernel: device-mapper: multipath: version 1.5.1 loaded >Dec 18 21:00:30 localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >Dec 18 21:00:30 localhost kernel: sha256_ssse3: Using SSSE3 optimized SHA-256 implementation >Dec 18 21:00:31 localhost kernel: Loading iSCSI transport class v2.0-870. >Dec 18 21:00:31 localhost kernel: iscsi: registered transport (tcp) >Dec 18 21:00:31 localhost kernel: No iBFT detected. >Dec 18 21:00:31 localhost dbus[1452]: avc: received setenforce notice (enforcing=0) >Dec 18 21:00:31 localhost dbus[1500]: avc: received setenforce notice (enforcing=0) >Dec 18 21:00:31 localhost dbus[800]: avc: received setenforce notice (enforcing=0) >Dec 18 21:00:31 localhost dbus-daemon[800]: dbus[800]: avc: received setenforce notice (enforcing=0) >Dec 18 21:00:31 localhost udisksd[1608]: Cleaning up mount point /run/media/liveuser/eda97348-74da-47c7-bbb7-33ceaab4d7fc (device 253:10 is not mounted) >Dec 18 21:00:31 localhost udisksd[1608]: Cleaning up mount point /run/media/liveuser/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 (device 253:9 is not mounted) >Dec 18 21:00:31 localhost udisksd[1608]: Cleaning up mount point /run/media/liveuser/b358f89d-7cfa-42f9-9def-f2ce995b157d (device 253:7 is not mounted) >Dec 18 21:00:33 localhost gnome-session[1364]: localuser:root being added to access control list >Dec 18 21:00:36 localhost NetworkManager[1008]: ifcfg-rh: read connection 'em1' >Dec 18 21:00:36 localhost NetworkManager[1008]: <info> Saved default wired connection 'em1' to persistent storage >Dec 18 21:00:36 localhost NetworkManager[1008]: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-em1 >'DEVNAME': 'sdc', >'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc', >'DEVTYPE': 'disk', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', >'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2013-12-12-00-56-55-00', >'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'USB_2.0_FD', >'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '007a', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '5513338d', >'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', >'ID_REVISION': '1100', >'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', >'ID_SERIAL_SHORT': 'AD92HE01000003165', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'PNY', >'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', >'ID_VENDOR_ID': '154b', >'MAJOR': '8', >'MINOR': '32', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '76969', >'name': 'sdc', >'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0', >'/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', >'/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', >'/dev/disk/by-uuid/2013-12-12-00-56-55-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc'} ; name: sdc ; >name = sdc status = True kids = 0 id = 0 >parents = [] >uuid = None size = 15334.875 >format = existing iso9660 filesystem >major = 8 minor = 32 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc partedDevice = parted.Device instance -- >model: PNY USB 2.0 FD path: /dev/sdc type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 31405824 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (15334, 64, 32) biosGeometry: (1954, 255, 63) >PedDevice: <_ped.Device object at 0x300d440> >target size = 0 path = /dev/sdc >format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f6dec0c88d0> >type = iso9660 name = iso9660 status = False >device = /dev/sdc uuid = 2013-12-12-00-56-55-00 exists = True >options = ro supported = True formattable = False resizable = False >mountpoint = None mountopts = None >label = Fedora-Live-Desktop-x86_64-20-1 size = 0.0 targetSize = 0.0 >'DEVNAME': 'sdc1', >'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', >'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'iso9660', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '2013-12-12-00-56-55-00', >'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'USB_2.0_FD', >'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '007a', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '0', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '1951744', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '5513338d-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '5513338d', >'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', >'ID_REVISION': '1100', >'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', >'ID_SERIAL_SHORT': 'AD92HE01000003165', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'PNY', >'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', >'ID_VENDOR_ID': '154b', >'MAJOR': '8', >'MINOR': '33', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '0', >'USEC_INITIALIZED': '76993', >'name': 'sdc1', >'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part1', >'/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', >'/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part1', >'/dev/disk/by-uuid/2013-12-12-00-56-55-00'], >'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >'DEVNAME': 'sdc2', >'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'EFI', >'ID_FS_LABEL_ENC': 'EFI', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'vfat', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '7E31-E62C', >'ID_FS_UUID_ENC': '7E31-E62C', >'ID_FS_VERSION': 'FAT12', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'USB_2.0_FD', >'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '007a', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '172', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '10064', >'ID_PART_ENTRY_TYPE': '0xef', >'ID_PART_ENTRY_UUID': '5513338d-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '5513338d', >'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', >'ID_REVISION': '1100', >'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', >'ID_SERIAL_SHORT': 'AD92HE01000003165', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'PNY', >'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', >'ID_VENDOR_ID': '154b', >'MAJOR': '8', >'MINOR': '34', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '77148', >'name': 'sdc2', >'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part2', >'/dev/disk/by-label/EFI', >'/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part2', >'/dev/disk/by-uuid/7E31-E62C'], >'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2'} ; name: sdc2 ; >'DEVNAME': 'sdc3', >'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', >'DEVTYPE': 'partition', >'ID_BUS': 'usb', >'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', >'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', >'ID_FS_LABEL': 'Fedora_Live', >'ID_FS_LABEL_ENC': 'Fedora\\x20Live', >'ID_FS_SYSTEM_ID': 'LINUX', >'ID_FS_TYPE': 'hfsplus', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '11c76dff-3163-3083-8cec-c9045139ec1b', >'ID_FS_UUID_ENC': '11c76dff-3163-3083-8cec-c9045139ec1b', >'ID_FS_VERSION': 'Joliet Extension', >'ID_INSTANCE': '0:0', >'ID_MODEL': 'USB_2.0_FD', >'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_MODEL_ID': '007a', >'ID_PART_ENTRY_DISK': '8:32', >'ID_PART_ENTRY_NUMBER': '3', >'ID_PART_ENTRY_OFFSET': '10284', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '40320', >'ID_PART_ENTRY_TYPE': '0x0', >'ID_PART_ENTRY_UUID': '5513338d-03', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '5513338d', >'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', >'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', >'ID_REVISION': '1100', >'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', >'ID_SERIAL_SHORT': 'AD92HE01000003165', >'ID_TYPE': 'disk', >'ID_USB_DRIVER': 'usb-storage', >'ID_USB_INTERFACES': ':080650:', >'ID_USB_INTERFACE_NUM': '00', >'ID_VENDOR': 'PNY', >'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', >'ID_VENDOR_ID': '154b', >'MAJOR': '8', >'MINOR': '35', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '77169', >'name': 'sdc3', >'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part3', >'/dev/disk/by-label/Fedora\\x20Live', >'/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part3', >'/dev/disk/by-uuid/11c76dff-3163-3083-8cec-c9045139ec1b'], >'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3'} ; name: sdc3 ; >'DEVNAME': 'sda', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'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_ERASE_UNIT_MIN': '0', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'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': 'ST3250820AS', >'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '000014de', >'ID_REVISION': '3.ADG', >'ID_SERIAL': 'ST3250820AS_5QE3QB81', >'ID_SERIAL_SHORT': '5QE3QB81', >'ID_TYPE': 'disk', >'MAJOR': '8', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '79208', >'name': 'sda', >'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >type: msdos primaryPartitionCount: 2 >lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x3254c50>, <parted.partition.Partition object at 0x3259050>] >device: <parted.device.Device object at 0x3254a10> >PedDisk: <_ped.Disk object at 0x32482d8> >name = sda status = True kids = 0 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3245310> >type = disklabel name = partition table (MSDOS) status = False >device = /dev/sda uuid = None exists = True >options = None supported = False formattable = True resizable = False >type = msdos partition count = 2 sectorSize = 512 >align_offset = 0 align_grain = 2048 >partedDisk = parted.Disk instance -- >type: msdos primaryPartitionCount: 2 >lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x3254c50>, <parted.partition.Partition object at 0x3259050>] >device: <parted.device.Device object at 0x3254a10> >PedDisk: <_ped.Disk object at 0x32482d8> >origPartedDisk = <parted.disk.Disk object at 0x3259210> >partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x32044d0> >'DEVNAME': 'sda1', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'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_ERASE_UNIT_MIN': '0', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'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': '34ac2579-b24c-4ee3-814c-13dd84e3863b', >'ID_FS_UUID_ENC': '34ac2579-b24c-4ee3-814c-13dd84e3863b', >'ID_FS_VERSION': '1.0', >'ID_MODEL': 'ST3250820AS', >'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_FLAGS': '0x80', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '2048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '1024000', >'ID_PART_ENTRY_TYPE': '0x83', >'ID_PART_ENTRY_UUID': '000014de-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '000014de', >'ID_REVISION': '3.ADG', >'ID_SERIAL': 'ST3250820AS_5QE3QB81', >'ID_SERIAL_SHORT': '5QE3QB81', >'ID_TYPE': 'disk', >'MAJOR': '8', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '79254', >'name': 'sda1', >'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part1', >'/dev/disk/by-uuid/34ac2579-b24c-4ee3-814c-13dd84e3863b'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >name = sda1 status = True kids = 0 id = 2 >parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] >uuid = None size = 500.0 >format = existing ext4 filesystem >major = 8 minor = 1 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sda1 type: 0 >sectorSize: 512 physicalSectorSize: 512 >length: 1024000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) >PedDevice: <_ped.Device object at 0x3204710> >target size = 0 path = /dev/sda1 >format args = [] originalFormat = None grow = None max size = 0 bootable = True >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x3254ad0> fileSystem: <parted.filesystem.FileSystem object at 0x3259190> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3254dd0> PedPartition: <_ped.Partition object at 0x32573b0> >disk = existing 238418MB disk sda (1) with existing msdos disklabel >start = 2048 end = 1026047 length = 1024000 >flags = boot >type = ext4 name = ext4 status = False >device = /dev/sda1 uuid = 34ac2579-b24c-4ee3-814c-13dd84e3863b exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = None size = 500.0 targetSize = 500.0 >'DEVNAME': 'sda2', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', >'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_ERASE_UNIT_MIN': '0', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'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': 'LVM2_member', >'ID_FS_USAGE': 'raid', >'ID_FS_UUID': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', >'ID_FS_UUID_ENC': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', >'ID_FS_VERSION': 'LVM2 001', >'ID_MODEL': 'ST3250820AS', >'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:0', >'ID_PART_ENTRY_NUMBER': '2', >'ID_PART_ENTRY_OFFSET': '1026048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '273846272', >'ID_PART_ENTRY_TYPE': '0x8e', >'ID_PART_ENTRY_UUID': '000014de-02', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '000014de', >'ID_REVISION': '3.ADG', >'ID_SERIAL': 'ST3250820AS_5QE3QB81', >'ID_SERIAL_SHORT': '5QE3QB81', >'ID_TYPE': 'disk', >'MAJOR': '8', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '79302', >'name': 'sda2', >'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part2'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >name = sda2 status = True kids = 1 id = 3 >parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] >uuid = None size = 133714.0 >format = existing lvmpv >major = 8 minor = 2 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sda2 type: 0 >sectorSize: 512 physicalSectorSize: 512 >length: 273846272 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (17046, 255, 63) biosGeometry: (17046, 255, 63) >PedDevice: <_ped.Device object at 0x32047a0> >target size = 0 path = /dev/sda2 >format args = [] originalFormat = None grow = None max size = 0 bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x3254ad0> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3259110> PedPartition: <_ped.Partition object at 0x3257410> >disk = existing 238418MB disk sda (1) with existing msdos disklabel >start = 1026048 end = 274872319 length = 273846272 >flags = lvm >type = lvmpv name = physical volume (LVM) status = False >device = /dev/sda2 uuid = HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE exists = True >options = None supported = True formattable = True resizable = False >vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >'DEVNAME': 'sr0', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_BUS': 'ata', >'ID_CDROM': '1', >'ID_CDROM_CD': '1', >'ID_CDROM_CD_R': '1', >'ID_CDROM_CD_RW': '1', >'ID_CDROM_DVD': '1', >'ID_CDROM_DVD_PLUS_R': '1', >'ID_CDROM_DVD_PLUS_RW': '1', >'ID_CDROM_DVD_PLUS_R_DL': '1', >'ID_CDROM_DVD_R': '1', >'ID_CDROM_DVD_RW': '1', >'ID_CDROM_MRW': '1', >'ID_CDROM_MRW_W': '1', >'ID_MODEL': 'TSSTcorp_DVD+_-RW_TS-H653A', >'ID_MODEL_ENC': 'TSSTcorp\\x20DVD+\\x2f-RW\\x20TS-H653A\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_REVISION': 'D500', >'ID_SERIAL': 'TSSTcorp_DVD+_-RW_TS-H653A', >'ID_TYPE': 'cd', >'MAJOR': '11', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':seat:systemd:uaccess:', >'USEC_INITIALIZED': '79912', >'name': 'sr0', >'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-H653A'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >'DEVNAME': 'sdb', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb', >'DEVTYPE': 'disk', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', >'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_ERASE_UNIT_MIN': '0', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_MODEL': 'ST3160023AS', >'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '0005afca', >'ID_REVISION': '8.12', >'ID_SERIAL': 'ST3160023AS_5MT163NK', >'ID_SERIAL_SHORT': '5MT163NK', >'ID_TYPE': 'disk', >'MAJOR': '8', >'MINOR': '16', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '80484', >'name': 'sdb', >'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7f6dec138410>] >device: <parted.device.Device object at 0x7f6dec138290> >PedDisk: <_ped.Disk object at 0x7f6dec1393f8> >name = sdb status = True kids = 0 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x327dcd0> >type = disklabel name = partition table (MSDOS) status = False >device = /dev/sdb uuid = None exists = True >options = None supported = False formattable = True resizable = False >type = msdos partition count = 1 sectorSize = 512 >align_offset = 0 align_grain = 2048 >partedDisk = parted.Disk instance -- >type: msdos primaryPartitionCount: 1 >lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 >partitions: [<parted.partition.Partition object at 0x7f6dec138410>] >device: <parted.device.Device object at 0x7f6dec138290> >PedDisk: <_ped.Disk object at 0x7f6dec1393f8> >origPartedDisk = <parted.disk.Disk object at 0x7f6dec138650> >partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x3204440> >'DEVNAME': 'sdb1', >'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', >'DEVTYPE': 'partition', >'ID_ATA': '1', >'ID_ATA_DOWNLOAD_MICROCODE': '1', >'ID_ATA_FEATURE_SET_AAM': '1', >'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', >'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', >'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', >'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_ERASE_UNIT_MIN': '0', >'ID_ATA_FEATURE_SET_SMART': '1', >'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', >'ID_ATA_SATA': '1', >'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', >'ID_ATA_WRITE_CACHE': '1', >'ID_ATA_WRITE_CACHE_ENABLED': '1', >'ID_BUS': 'ata', >'ID_FS_TYPE': 'LVM2_member', >'ID_FS_USAGE': 'raid', >'ID_FS_UUID': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', >'ID_FS_UUID_ENC': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', >'ID_FS_VERSION': 'LVM2 001', >'ID_MODEL': 'ST3160023AS', >'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', >'ID_PART_ENTRY_DISK': '8:16', >'ID_PART_ENTRY_NUMBER': '1', >'ID_PART_ENTRY_OFFSET': '2048', >'ID_PART_ENTRY_SCHEME': 'dos', >'ID_PART_ENTRY_SIZE': '156248064', >'ID_PART_ENTRY_TYPE': '0x8e', >'ID_PART_ENTRY_UUID': '0005afca-01', >'ID_PART_TABLE_TYPE': 'dos', >'ID_PART_TABLE_UUID': '0005afca', >'ID_REVISION': '8.12', >'ID_SERIAL': 'ST3160023AS_5MT163NK', >'ID_SERIAL_SHORT': '5MT163NK', >'ID_TYPE': 'disk', >'MAJOR': '8', >'MINOR': '17', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'UDISKS_IGNORE': '1', >'USEC_INITIALIZED': '80542', >'name': 'sdb1', >'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK-part1'], >'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_LV_NAME': '00', >'DM_NAME': 'fedora-00', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '28798', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', >'/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'/dev/fedora/00', >'/dev/mapper/fedora-00'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >name = fedora-00 status = True kids = 1 id = 8 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 81920000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) >PedDevice: <_ped.Device object at 0x3204b00> >target size = 40000.0 path = /dev/mapper/fedora-00 >format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 1 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 170004 >free extents = 42501.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 40000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'DM_LV_NAME': '01', >'DM_NAME': 'fedora-01', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '29565', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', >'/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'/dev/fedora/01', >'/dev/mapper/fedora-01'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >name = fedora-01 status = True kids = 1 id = 10 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 122880000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) >PedDevice: <_ped.Device object at 0x3204830> >target size = 60000.0 path = /dev/mapper/fedora-01 >format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 2 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 110004 >free extents = 27501.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 60000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_LV_NAME': '02', >'DM_NAME': 'fedora-02', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '30739', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', >'/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'/dev/fedora/02', >'/dev/mapper/fedora-02'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >name = fedora-02 status = True kids = 1 id = 12 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 20480000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 8262 did: 8224 busy: False >hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) >PedDevice: <_ped.Device object at 0x3204a70> >target size = 10000.0 path = /dev/mapper/fedora-02 >format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 3 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 100004 >free extents = 25001.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 10000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-3', >'DEVPATH': '/devices/virtual/block/dm-3', >'DEVTYPE': 'disk', >'DM_LV_NAME': '03', >'DM_NAME': 'fedora-03', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '33438', >'name': 'dm-3', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', >'/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'/dev/fedora/03', >'/dev/mapper/fedora-03'], >'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >name = fedora-03 status = True kids = 1 id = 14 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 204800000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) >PedDevice: <_ped.Device object at 0x3204b90> >target size = 100000.0 path = /dev/mapper/fedora-03 >format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 4 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 4 >free extents = 1.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks', >'existing 100000MB lvmlv fedora-03 (14) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 100000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >name = sdb1 status = True kids = 1 id = 7 >parents = ['existing 152587MB disk sdb (6) with existing msdos disklabel'] >uuid = None size = 76293.0 >format = existing lvmpv >major = 8 minor = 17 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- >model: Unknown path: /dev/sdb1 type: 0 >sectorSize: 512 physicalSectorSize: 512 >length: 156248064 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 121 did: 0 busy: False >hardwareGeometry: (9725, 255, 63) biosGeometry: (9725, 255, 63) >PedDevice: <_ped.Device object at 0x3204c20> >target size = 0 path = /dev/sdb1 >format args = [] originalFormat = None grow = None max size = 0 bootable = None >part type = 0 primary = None start sector = None end sector = None >partedPartition = parted.Partition instance -- >disk: <parted.disk.Disk object at 0x7f6dec1382d0> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f6dec1384d0> PedPartition: <_ped.Partition object at 0x3257fb0> >disk = existing 152587MB disk sdb (6) with existing msdos disklabel >start = 2048 end = 156250111 length = 156248064 >flags = lvm >type = lvmpv name = physical volume (LVM) status = False >device = /dev/sdb1 uuid = wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn exists = True >options = None supported = True formattable = True resizable = False >vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >'DEVPATH': '/devices/virtual/block/loop0', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '1024.0', >'MAJOR': '7', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '93191', >'name': 'loop0', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >name = loop0 status = False kids = 0 id = 17 >parents = ['existing 0MB file /osmin.img (deleted) (16)'] >uuid = None size = 0 >format = existing squashfs >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop0 >format args = [] originalFormat = None >type = squashfs name = squashfs status = False >device = /dev/loop0 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVPATH': '/devices/virtual/block/loop1', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '93536', >'name': 'loop1', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >name = loop1 status = False kids = 0 id = 19 >parents = ['existing 0MB file /osmin (18)'] >uuid = None size = 0 >format = existing DM_snapshot_cow >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop1 >format args = [] originalFormat = None >type = DM_snapshot_cow name = DM_snapshot_cow status = False >device = /dev/loop1 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVPATH': '/devices/virtual/block/loop2', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'squashfs', >'ID_FS_USAGE': 'filesystem', >'ID_FS_VERSION': '1024.0', >'MAJOR': '7', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '93859', >'name': 'loop2', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >name = loop2 status = False kids = 0 id = 21 >parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (20)'] >uuid = None size = 0 >format = existing squashfs >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop2 >format args = [] originalFormat = None >type = squashfs name = squashfs status = False >device = /dev/loop2 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVNAME': 'loop3', >'DEVPATH': '/devices/virtual/block/loop3', >'DEVTYPE': 'disk', >'ID_FS_LABEL': '_Fedora-Live-Des', >'ID_FS_LABEL_ENC': '_Fedora-Live-Des', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_VERSION': '1.0', >'MAJOR': '7', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '94196', >'name': 'loop3', >'symlinks': ['/dev/disk/by-label/_Fedora-Live-Des', >'/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5'], >'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >name = loop3 status = False kids = 0 id = 23 >parents = ['existing 0MB file /LiveOS/ext3fs.img (22)'] >uuid = None size = 0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop3 >format args = [] originalFormat = None >type = ext4 name = ext4 status = False >device = /dev/loop3 uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 >'DEVPATH': '/devices/virtual/block/loop4', >'DEVTYPE': 'disk', >'ID_FS_TYPE': 'DM_snapshot_cow', >'ID_FS_USAGE': 'other', >'MAJOR': '7', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '94531', >'name': 'loop4', >'symlinks': [], >'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >name = loop4 status = False kids = 0 id = 25 >parents = ['existing 0MB file /overlay (deleted) (24)'] >uuid = None size = 0 >format = existing DM_snapshot_cow >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/loop4 >format args = [] originalFormat = None >type = DM_snapshot_cow name = DM_snapshot_cow status = False >device = /dev/loop4 uuid = None exists = True >options = None supported = False formattable = False resizable = False >'DEVNAME': 'dm-0', >'DEVPATH': '/devices/virtual/block/dm-0', >'DEVTYPE': 'disk', >'DM_LV_NAME': '00', >'DM_NAME': 'fedora-00', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '0', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '28798', >'name': 'dm-0', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', >'/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'/dev/fedora/00', >'/dev/mapper/fedora-00'], >'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >name = fedora-00 status = True kids = 1 id = 8 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 81920000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) >PedDevice: <_ped.Device object at 0x3204b00> >target size = 40000.0 path = /dev/mapper/fedora-00 >format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 4 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 4 >free extents = 1.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks', >'existing 100000MB lvmlv fedora-03 (14) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 40000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-1', >'DEVPATH': '/devices/virtual/block/dm-1', >'DEVTYPE': 'disk', >'DM_LV_NAME': '01', >'DM_NAME': 'fedora-01', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '1', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '29565', >'name': 'dm-1', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', >'/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'/dev/fedora/01', >'/dev/mapper/fedora-01'], >'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >name = fedora-01 status = True kids = 1 id = 10 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 122880000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) >PedDevice: <_ped.Device object at 0x3204830> >target size = 60000.0 path = /dev/mapper/fedora-01 >format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 4 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 4 >free extents = 1.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks', >'existing 100000MB lvmlv fedora-03 (14) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 60000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-10', >'DEVPATH': '/devices/virtual/block/dm-10', >'DEVTYPE': 'disk', >'DM_NAME': 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'DM_SUSPENDED': '0', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', >'ID_FS_UUID_ENC': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '10', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '3315101', >'name': 'dm-10', >'symlinks': ['/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', >'/dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc', >'/dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d'], >'sysfs_path': '/devices/virtual/block/dm-10'} ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >name = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d status = True kids = 0 id = 9 >parents = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] >uuid = None size = 39998.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = parted.Device instance -- >model: Linux device-mapper (crypt) path: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 81915904 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 8224 did: 12635 busy: False >hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) >PedDevice: <_ped.Device object at 0x3204cb0> >target size = 0 path = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >format args = [] originalFormat = None target = crypt dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d uuid = eda97348-74da-47c7-bbb7-33ceaab4d7fc exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = None size = 39998.0 targetSize = 39998.0 >'DEVNAME': 'dm-2', >'DEVPATH': '/devices/virtual/block/dm-2', >'DEVTYPE': 'disk', >'DM_LV_NAME': '02', >'DM_NAME': 'fedora-02', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '2', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '30739', >'name': 'dm-2', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', >'/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'/dev/fedora/02', >'/dev/mapper/fedora-02'], >'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >name = fedora-02 status = True kids = 1 id = 12 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 20480000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 8262 did: 8224 busy: False >hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) >PedDevice: <_ped.Device object at 0x3204a70> >target size = 10000.0 path = /dev/mapper/fedora-02 >format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 4 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 4 >free extents = 1.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks', >'existing 100000MB lvmlv fedora-03 (14) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 10000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-3', >'DEVPATH': '/devices/virtual/block/dm-3', >'DEVTYPE': 'disk', >'DM_LV_NAME': '03', >'DM_NAME': 'fedora-03', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', >'DM_VG_NAME': 'fedora', >'ID_FS_TYPE': 'crypto_LUKS', >'ID_FS_USAGE': 'crypto', >'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'ID_FS_VERSION': '1', >'MAJOR': '253', >'MINOR': '3', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '33438', >'name': 'dm-3', >'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', >'/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', >'/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'/dev/fedora/03', >'/dev/mapper/fedora-03'], >'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >name = fedora-03 status = True kids = 1 id = 14 >parents = ['existing 210004MB lvmvg fedora (4)'] >uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 >format = existing luks >major = 0 minor = 0 exists = True protected = False >sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 204800000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 19515 did: 24387 busy: False >hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) >PedDevice: <_ped.Device object at 0x3204b90> >target size = 100000.0 path = /dev/mapper/fedora-03 >format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- >name = fedora status = True kids = 4 id = 4 >parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 >format = existing None >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/mapper/fedora >format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 >PE Free = 1 PV Count = 2 >LV Names = ['00', '01', '02', '03'] modified = False >extents = 52501.0 free space = 4 >free extents = 1.0 reserved percent = 0 reserved space = 0 >PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', >'existing 76293MB partition sdb1 (7) with existing lvmpv'] >LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', >'existing 60000MB lvmlv fedora-01 (10) with existing luks', >'existing 10000MB lvmlv fedora-02 (12) with existing luks', >'existing 100000MB lvmlv fedora-03 (14) with existing luks'] >segment type = linear percent = 0 >mirror copies = 1 snapshot total = 0MB >VG space used = 100000MB >type = luks name = Encrypted (LUKS) status = True >device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True >options = None supported = False formattable = True resizable = False >cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >keyFile = None passphrase = (not set) >escrowCert = None addBackup = False >'DEVNAME': 'dm-4', >'DEVPATH': '/devices/virtual/block/dm-4', >'DEVTYPE': 'disk', >'DM_NAME': 'live-rw', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Des', >'ID_FS_LABEL_ENC': '_Fedora-Live-Des', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '4', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '78206', >'name': 'dm-4', >'symlinks': ['/dev/disk/by-id/dm-name-live-rw', >'/dev/disk/by-label/_Fedora-Live-Des', >'/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', >'/dev/mapper/live-rw'], >'sysfs_path': '/devices/virtual/block/dm-4'} ; name: live-rw ; >name = live-rw status = True kids = 0 id = 26 >parents = ['existing 0MB loop loop4 (25) with existing DM_snapshot_cow'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32621 did: 0 busy: True >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x3204d40> >target size = 0 path = /dev/mapper/live-rw >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-rw uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 >'DEVNAME': 'dm-5', >'DEVPATH': '/devices/virtual/block/dm-5', >'DEVTYPE': 'disk', >'DM_NAME': 'live-base', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Des', >'ID_FS_LABEL_ENC': '_Fedora-Live-Des', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '5', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '9522', >'name': 'dm-5', >'symlinks': ['/dev/disk/by-id/dm-name-live-base', >'/dev/disk/by-label/_Fedora-Live-Des', >'/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', >'/dev/mapper/live-base'], >'sysfs_path': '/devices/virtual/block/dm-5'} ; name: live-base ; >name = live-base status = True kids = 0 id = 27 >parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-5 partedDevice = parted.Device instance -- >model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: True >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x3204dd0> >target size = 0 path = /dev/mapper/live-base >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-base uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 >'DEVNAME': 'dm-6', >'DEVPATH': '/devices/virtual/block/dm-6', >'DEVTYPE': 'disk', >'DM_NAME': 'live-osimg-min', >'DM_SUSPENDED': '0', >'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'ID_FS_LABEL': '_Fedora-Live-Des', >'ID_FS_LABEL_ENC': '_Fedora-Live-Des', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '6', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '20758', >'name': 'dm-6', >'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', >'/dev/disk/by-label/_Fedora-Live-Des', >'/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', >'/dev/mapper/live-osimg-min'], >'sysfs_path': '/devices/virtual/block/dm-6'} ; name: live-osimg-min ; >name = live-osimg-min status = True kids = 0 id = 28 >parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] >uuid = None size = 4096.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = True >sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- >model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 8388608 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 8192 did: 8224 busy: False >hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) >PedDevice: <_ped.Device object at 0x3204e60> >target size = 0 path = /dev/mapper/live-osimg-min >format args = [] originalFormat = None target = None dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/live-osimg-min uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = _Fedora-Live-Des size = 3225.0 targetSize = 3225.0 >'DEVNAME': 'dm-7', >'DEVPATH': '/devices/virtual/block/dm-7', >'DEVTYPE': 'disk', >'DM_NAME': 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'DM_SUSPENDED': '0', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', >'ID_FS_UUID_ENC': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '7', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '1576372', >'name': 'dm-7', >'symlinks': ['/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', >'/dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d', >'/dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'], >'sysfs_path': '/devices/virtual/block/dm-7'} ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >name = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 status = True kids = 0 id = 15 >parents = ['existing 100000MB lvmlv fedora-03 (14) with existing luks'] >uuid = None size = 99998.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = parted.Device instance -- >model: Linux device-mapper (crypt) path: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 204795904 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (12747, 255, 63) biosGeometry: (12747, 255, 63) >PedDevice: <_ped.Device object at 0x3204f80> >target size = 0 path = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >format args = [] originalFormat = None target = crypt dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 uuid = b358f89d-7cfa-42f9-9def-f2ce995b157d exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = None size = 99998.0 targetSize = 99998.0 >'DEVNAME': 'dm-8', >'DEVPATH': '/devices/virtual/block/dm-8', >'DEVTYPE': 'disk', >'DM_NAME': 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'DM_SUSPENDED': '0', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'ID_FS_TYPE': 'swap', >'ID_FS_USAGE': 'other', >'ID_FS_UUID': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', >'ID_FS_UUID_ENC': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', >'ID_FS_VERSION': '2', >'MAJOR': '253', >'MINOR': '8', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '902461', >'name': 'dm-8', >'symlinks': ['/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', >'/dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', >'/dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b'], >'sysfs_path': '/devices/virtual/block/dm-8'} ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >name = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b status = True kids = 0 id = 13 >parents = ['existing 10000MB lvmlv fedora-02 (12) with existing luks'] >uuid = None size = 9998.0 >format = existing swap >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = parted.Device instance -- >model: Linux device-mapper (crypt) path: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 20475904 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 0 did: 0 busy: False >hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) >PedDevice: <_ped.Device object at 0x3204ef0> >target size = 0 path = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >format args = [] originalFormat = None target = crypt dmUuid = None >type = swap name = swap status = False >device = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b uuid = cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae exists = True >options = supported = True formattable = True resizable = False >priority = None label = None >'DEVNAME': 'dm-9', >'DEVPATH': '/devices/virtual/block/dm-9', >'DEVTYPE': 'disk', >'DM_NAME': 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'DM_SUSPENDED': '0', >'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', >'DM_UDEV_RULES_VSN': '2', >'DM_UUID': 'CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'ID_FS_TYPE': 'ext4', >'ID_FS_USAGE': 'filesystem', >'ID_FS_UUID': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', >'ID_FS_UUID_ENC': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', >'ID_FS_VERSION': '1.0', >'MAJOR': '253', >'MINOR': '9', >'MPATH_SBIN_PATH': '/sbin', >'SUBSYSTEM': 'block', >'TAGS': ':systemd:', >'USEC_INITIALIZED': '6019568', >'name': 'dm-9', >'symlinks': ['/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', >'/dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', >'/dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'], >'sysfs_path': '/devices/virtual/block/dm-9'} ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >name = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb status = True kids = 0 id = 11 >parents = ['existing 60000MB lvmlv fedora-01 (10) with existing luks'] >uuid = None size = 59998.0 >format = existing ext4 filesystem >major = 0 minor = 0 exists = True protected = False >sysfs path = partedDevice = parted.Device instance -- >model: Linux device-mapper (crypt) path: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb type: 12 >sectorSize: 512 physicalSectorSize: 512 >length: 122875904 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 32621 did: 0 busy: False >hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) >PedDevice: <_ped.Device object at 0x7f6dec16c0e0> >target size = 0 path = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >format args = [] originalFormat = None target = crypt dmUuid = None >type = ext4 name = ext4 status = False >device = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb uuid = 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 exists = True >options = defaults supported = True formattable = True resizable = True >mountpoint = None mountopts = None >label = None size = 59998.0 targetSize = 59998.0 >Dec 18 21:00:40 localhost udisksd[1608]: LUKS device 253:10 was manually removed >Dec 18 21:00:40 localhost udisksd[1608]: LUKS device 253:9 was manually removed >Dec 18 21:00:40 localhost udisksd[1608]: LUKS device 253:8 was manually removed >Dec 18 21:00:41 localhost udisksd[1608]: LUKS device 253:7 was manually removed >Dec 18 21:00:41 localhost kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 21:00:41 localhost kernel: SELinux: initialized (dev sda1, type ext4), uses xattr >Dec 18 21:00:19 localhost systemd[1]: Time has been changed >Dec 18 21:00:19 localhost systemd[1356]: Time has been changed >Dec 18 21:00:35 localhost kernel: bio: create slab <bio-3> at 3 >Dec 18 21:00:35 localhost kernel: Btrfs loaded >Dec 18 21:00:35 localhost kernel: SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >Dec 18 21:00:55 localhost chronyd[817]: Selected source 63.245.214.135 >Dec 18 21:00:56 localhost chronyd[817]: Can't synchronise: no majority >Dec 18 21:00:56 localhost chronyd[817]: Selected source 63.245.214.135 >Dec 18 21:00:56 localhost chronyd[817]: System clock wrong by 16.272794 seconds, adjustment started >Dec 18 21:00:57 localhost chronyd[817]: Selected source 216.218.220.101 >Dec 18 21:00:57 localhost chronyd[817]: System clock wrong by 2.774677 seconds, adjustment started >Dec 18 21:01:27 localhost gnome-session[1364]: Window manager warning: last_focus_time (485401) is greater than comparison timestamp (485400). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:01:27 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16003cb not in stack >Dec 18 21:01:27 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x16003c7 not in stack >Dec 18 21:01:27 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x16003c7 not in stack >Dec 18 21:01:27 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16003c7 not in stack >Dec 18 21:02:00 localhost chronyd[817]: Selected source 216.129.104.26 >Dec 18 21:02:00 localhost chronyd[817]: System clock wrong by 5.377912 seconds, adjustment started >Dec 18 21:02:01 localhost gnome-session[1364]: Window manager warning: last_focus_time (518774) is greater than comparison timestamp (518772). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:02:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16004a7 not in stack >Dec 18 21:02:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x16004a3 not in stack >Dec 18 21:02:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x16004a3 not in stack >Dec 18 21:02:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16004a3 not in stack >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f6dec1de390> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f6dec1de1d0> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f6dec1de310> PedPartition: <_ped.Partition object at 0x7f6de002a950> >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x7f6dec1edc50> PedPartition: <_ped.Partition object at 0x3ca5e30> >Dec 18 21:02:02 localhost chronyd[817]: Selected source 216.218.220.101 >PartSpec instance (0x7f6dec20ced0) -- >mountpoint = / lv = True singlePV = False thin = True btrfs = True >weight = 0 fstype = ext4 encrypted = True >size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f6dec20cf10) -- >mountpoint = /home lv = True singlePV = False thin = True btrfs = True >weight = 0 fstype = ext4 encrypted = True >size = 500 maxSize = None grow = True >PartSpec instance (0x7f6dec20cf50) -- >mountpoint = /boot lv = False singlePV = False thin = False btrfs = False >weight = 2000 fstype = ext4 encrypted = False >size = 500 maxSize = None grow = False >PartSpec instance (0x7f6dec20cf90) -- >mountpoint = None lv = False singlePV = False thin = False btrfs = False >weight = 5000 fstype = biosboot encrypted = False >size = 1 maxSize = None grow = False >PartSpec instance (0x7f6dec20cfd0) -- >mountpoint = None lv = True singlePV = False thin = False btrfs = False >weight = 0 fstype = swap encrypted = True >size = 3984 maxSize = None grow = False >name = sda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f6dd002de90>, DiskDevice instance (0x7f6dd0040650) -- >name = sdb status = True kids = 1 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f6dd0040a10>] >name = req0 status = False kids = 0 id = 29 >parents = [] >uuid = None size = 500 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/req0 >format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None >part type = None primary = False start sector = None end sector = None >partedPartition = None >disk = None >, PartitionDevice instance (0x3ef5450) -- >name = req1 status = False kids = 0 id = 30 >parents = [] >uuid = None size = 500 >format = non-existent lvmpv >major = 0 minor = 0 exists = False protected = False >sysfs path = partedDevice = None >target size = 0 path = /dev/req1 >format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None >part type = None primary = False start sector = None end sector = None >partedPartition = None >disk = None >] >mountpoint = None lv = False singlePV = False thin = False btrfs = False >weight = 5000 fstype = biosboot encrypted = False >size = 1 maxSize = None grow = False >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00750> PedPartition: <_ped.Partition object at 0x3ef62f0> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00990> PedPartition: <_ped.Partition object at 0x3ef6290> >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00490> PedPartition: <_ped.Partition object at 0x3ef63b0> >sectorSize = 512 >sectorSize = 512 >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00c90> PedPartition: <_ped.Partition object at 0x3ef6470> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f023d0> PedPartition: <_ped.Partition object at 0x3ef6650> >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00250> PedPartition: <_ped.Partition object at 0x3ef6230> >sectorSize = 512 >sectorSize = 512 >id = 30 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >sectorSize = 512 >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f024d0> PedPartition: <_ped.Partition object at 0x3ef6350> >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f02550> PedPartition: <_ped.Partition object at 0x3ef66b0> >sectorSize = 512 >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >sectorSize = 512 >id = 30 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >start: 274872320 end: 275896319 length: 1024000 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02810> >start: 275898368 end: 488280063 length: 212381696 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02990> >start: 275896320 end: 488280063 length: 212383744 >device: <parted.device.Device object at 0x3f02790> PedGeometry: <_ped.Geometry object at 0x3f02610> >start: 275896320 end: 488281249 length: 212384930 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3ef5c10> >start: 274872320 end: 275896319 length: 1024000 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02810> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00e10> PedPartition: <_ped.Partition object at 0x3ef6710> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00dd0> PedPartition: <_ped.Partition object at 0x3ef6650> >start: 275896320 end: 488281249 length: 212384930 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3ef5c10> >start: 275898368 end: 488280063 length: 212381696 >device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02990> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3ef5650> PedPartition: <_ped.Partition object at 0x3ef6770> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f02ad0> PedPartition: <_ped.Partition object at 0x3ef63b0> >start: 156250112 end: 312498175 length: 156248064 >device: <parted.device.Device object at 0x7f6dec169fd0> PedGeometry: <_ped.Geometry object at 0x3f008d0> >start: 156250112 end: 312498175 length: 156248064 >device: <parted.device.Device object at 0x7f6dec169fd0> PedGeometry: <_ped.Geometry object at 0x3f008d0> >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00790> PedPartition: <_ped.Partition object at 0x3ef6530> >disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f02610> PedPartition: <_ped.Partition object at 0x3ef67d0> >disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None >number: 4 path: /dev/sda4 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f007d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >device = /dev/mapper/fedora length = 52501 size = 210004 >remaining = 0 pool = 52501 >id = 14 name = fedora-03 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >id = 10 name = fedora-01 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >id = 8 name = fedora-00 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >id = 12 name = fedora-02 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >device = /dev/mapper/fedora00 length = 44998 size = 179992 >remaining = 2 pool = 43621 >id = 36 name = fedora00-swap growable = False >base = 996 growth = 0 max_grow = 0 >done = True >id = 34 name = fedora00-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >id = 35 name = fedora00-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >Dec 18 21:03:05 localhost chronyd[817]: Selected source 216.129.104.26 >Dec 18 21:03:05 localhost chronyd[817]: System clock wrong by 4.891839 seconds, adjustment started >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: <parted.filesystem.FileSystem object at 0x401e790> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x401e590> PedPartition: <_ped.Partition object at 0x3ef6290> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x401e710> PedPartition: <_ped.Partition object at 0x3ef6590> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x401e850> PedPartition: <_ped.Partition object at 0x3ef64d0> >Dec 18 21:04:10 localhost chronyd[817]: System clock wrong by 0.660984 seconds, adjustment started >Dec 18 21:04:25 localhost gnome-session[1364]: Window manager warning: last_focus_time (663527) is greater than comparison timestamp (663525). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:04:25 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1601b0c not in stack >Dec 18 21:04:25 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1601b08 not in stack >Dec 18 21:04:25 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1601b08 not in stack >Dec 18 21:04:25 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1601b08 not in stack >name = sda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 1 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; fstype: ext4 ; encrypted: False ; >disk: <parted.disk.Disk object at 0x7f6dec20cf10> fileSystem: <parted.filesystem.FileSystem object at 0x4038950> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4038750> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >disk: <parted.disk.Disk object at 0x7f6dec20cf10> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40388d0> PedPartition: <_ped.Partition object at 0x3ef6530> >disk: <parted.disk.Disk object at 0x3f00810> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4038a10> PedPartition: <_ped.Partition object at 0x3ef6650> >name = sda status = True kids = 2 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 1 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 30004.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40435d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043790> PedPartition: <_ped.Partition object at 0x40190b0> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40439d0> PedPartition: <_ped.Partition object at 0x4019230> >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 30004.0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043f10> PedPartition: <_ped.Partition object at 0x40192f0> >sectorSize = 512 >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40480d0> PedPartition: <_ped.Partition object at 0x4019290> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4048150> PedPartition: <_ped.Partition object at 0x4019350> >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True >id = 37 name = sda3 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True 30724096 (15002 MB) >id = 38 name = sdb2 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True 30724096 (15002 MB) >id = 37 name = sda3 growable = True >base = 16384 growth = 30707712 max_grow = 61431808 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 30707712 max_grow = 61431808 >done = True >start: 274872320 end: 305596415 length: 30724096 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4048410> >start: 274872320 end: 305596415 length: 30724096 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4048410> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4038590> PedPartition: <_ped.Partition object at 0x4019410> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4048810> PedPartition: <_ped.Partition object at 0x4019470> >start: 156250112 end: 186974207 length: 30724096 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x40438d0> >start: 156250112 end: 186974207 length: 30724096 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x40438d0> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402e7d0> PedPartition: <_ped.Partition object at 0x4019170> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40481d0> PedPartition: <_ped.Partition object at 0x4019230> >Dec 18 21:04:59 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160266b not in stack >Dec 18 21:04:59 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1602667 not in stack >Dec 18 21:04:59 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1602667 not in stack >Dec 18 21:04:59 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1602667 not in stack >Dec 18 21:05:15 localhost chronyd[817]: Selected source 208.87.104.40 >Dec 18 21:05:15 localhost chronyd[817]: System clock wrong by -6.302898 seconds, adjustment started >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: ext4 ; mountpoint: /home ; container_encrypted: False ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x404a150> fileSystem: <parted.filesystem.FileSystem object at 0x4384e10> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384c10> PedPartition: <_ped.Partition object at 0x40191d0> >disk: <parted.disk.Disk object at 0x404a150> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384d90> PedPartition: <_ped.Partition object at 0x4019170> >disk: <parted.disk.Disk object at 0x404a150> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384f50> PedPartition: <_ped.Partition object at 0x4019410> >disk: <parted.disk.Disk object at 0x404ab50> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438a050> PedPartition: <_ped.Partition object at 0x4019110> >disk: <parted.disk.Disk object at 0x404ab50> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438a1d0> PedPartition: <_ped.Partition object at 0x4019530> >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 70008.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438ac90> PedPartition: <_ped.Partition object at 0x40190b0> >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438ae50> PedPartition: <_ped.Partition object at 0x40194d0> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x43960d0> PedPartition: <_ped.Partition object at 0x4019590> >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 70008.0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384990> PedPartition: <_ped.Partition object at 0x3ef65f0> >sectorSize = 512 >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384a10> PedPartition: <_ped.Partition object at 0x40190b0> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40487d0> PedPartition: <_ped.Partition object at 0x4019230> >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True >id = 37 name = sda3 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True 71688192 (35004 MB) >id = 38 name = sdb2 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True 71688192 (35004 MB) >id = 37 name = sda3 growable = True >base = 16384 growth = 71671808 max_grow = 143360000 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 71671808 max_grow = 143360000 >done = True >start: 274872320 end: 346560511 length: 71688192 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4384890> >start: 274872320 end: 346560511 length: 71688192 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4384890> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438a990> PedPartition: <_ped.Partition object at 0x40196b0> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4396490> PedPartition: <_ped.Partition object at 0x40197d0> >start: 156250112 end: 227938303 length: 71688192 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x438af90> >start: 156250112 end: 227938303 length: 71688192 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x438af90> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438ac90> PedPartition: <_ped.Partition object at 0x4019350> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4396090> PedPartition: <_ped.Partition object at 0x4019590> >Dec 18 21:05:22 localhost gnome-session[1364]: Window manager warning: last_focus_time (720280) is greater than comparison timestamp (720279). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:05:22 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16037c6 not in stack >Dec 18 21:05:22 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x16037c2 not in stack >Dec 18 21:05:22 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x16037c2 not in stack >Dec 18 21:05:22 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x16037c2 not in stack >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: ext4 ; mountpoint: /aux ; container_encrypted: False ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x438a610> fileSystem: <parted.filesystem.FileSystem object at 0x402ead0> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x401ef10> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >disk: <parted.disk.Disk object at 0x438a610> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402ef90> PedPartition: <_ped.Partition object at 0x3ef65f0> >disk: <parted.disk.Disk object at 0x438a610> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402e990> PedPartition: <_ped.Partition object at 0x3ef6530> >disk: <parted.disk.Disk object at 0x4047b90> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402e890> PedPartition: <_ped.Partition object at 0x3ef68f0> >disk: <parted.disk.Disk object at 0x4047b90> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402edd0> PedPartition: <_ped.Partition object at 0x4019650> >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 170012.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043790> PedPartition: <_ped.Partition object at 0x4019710> >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x401ebd0> PedPartition: <_ped.Partition object at 0x4019770> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x301b110> PedPartition: <_ped.Partition object at 0x4019470> >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 170012.0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40437d0> PedPartition: <_ped.Partition object at 0x4019590> >sectorSize = 512 >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043610> PedPartition: <_ped.Partition object at 0x4019710> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043e50> PedPartition: <_ped.Partition object at 0x4019230> >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 348168192 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 348168192 >done = False 10737121 (5242 MB) >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 348168192 >done = False >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 348168192 >done = False 10737121 (5242 MB) >id = 37 name = sda3 growable = True >base = 16384 growth = 202655425 max_grow = 348168192 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 145496383 max_grow = 348168192 >done = True >start: 274872320 end: 477542399 length: 202670080 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4043b90> >start: 274872320 end: 477542399 length: 202670080 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4043b90> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x40430d0> PedPartition: <_ped.Partition object at 0x40190b0> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4048bd0> PedPartition: <_ped.Partition object at 0x40194d0> >start: 156250112 end: 301762559 length: 145512448 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x402e390> >start: 156250112 end: 301762559 length: 145512448 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x402e390> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043f50> PedPartition: <_ped.Partition object at 0x40197d0> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x402ec50> PedPartition: <_ped.Partition object at 0x4019470> >Dec 18 21:06:10 localhost gnome-session[1364]: Window manager warning: last_focus_time (768490) is greater than comparison timestamp (768489). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:06:10 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1604c0f not in stack >Dec 18 21:06:10 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1604c0b not in stack >Dec 18 21:06:10 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1604c0b not in stack >Dec 18 21:06:10 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1604c0b not in stack >Dec 18 21:06:19 localhost gnome-session[1364]: Window manager warning: last_focus_time (777480) is greater than comparison timestamp (777479). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:06:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160621d not in stack >Dec 18 21:06:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1606219 not in stack >Dec 18 21:06:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1606219 not in stack >Dec 18 21:06:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1606219 not in stack >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: swap ; mountpoint: None ; container_encrypted: False ; container_size: 0 ; >disk: <parted.disk.Disk object at 0x4048110> fileSystem: <parted.filesystem.FileSystem object at 0x43823d0> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x43821d0> PedPartition: <_ped.Partition object at 0x4019350> >disk: <parted.disk.Disk object at 0x4048110> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382350> PedPartition: <_ped.Partition object at 0x40196b0> >disk: <parted.disk.Disk object at 0x4048110> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382510> PedPartition: <_ped.Partition object at 0x40195f0> >disk: <parted.disk.Disk object at 0x4033990> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382650> PedPartition: <_ped.Partition object at 0x4019770> >disk: <parted.disk.Disk object at 0x4033990> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382750> PedPartition: <_ped.Partition object at 0x4019890> >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 180011.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439d250> PedPartition: <_ped.Partition object at 0x40192f0> >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439d410> PedPartition: <_ped.Partition object at 0x4019830> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439d650> PedPartition: <_ped.Partition object at 0x40199b0> >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 180011.0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438fe10> PedPartition: <_ped.Partition object at 0x4019a10> >sectorSize = 512 >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >sectorSize = 512 >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382e10> PedPartition: <_ped.Partition object at 0x40192f0> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043210> PedPartition: <_ped.Partition object at 0x4019290> >sectorSize = 512 >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >sectorSize = 512 >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 368646144 >done = False >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 368646144 >done = False 498145 (243 MB) >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 368646144 >done = False >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 368646144 >done = False 498145 (243 MB) >id = 37 name = sda3 growable = True >base = 16384 growth = 212894401 max_grow = 368646144 >done = True >id = 38 name = sdb2 growable = True >base = 16384 growth = 155735359 max_grow = 368646144 >done = True >start: 274872320 end: 487782399 length: 212910080 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4382810> >start: 274872320 end: 487782399 length: 212910080 >device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4382810> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439d0d0> PedPartition: <_ped.Partition object at 0x4019a70> >disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439db90> PedPartition: <_ped.Partition object at 0x4019bf0> >start: 156250112 end: 312000511 length: 155750400 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x439d650> >start: 156250112 end: 312000511 length: 155750400 >device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x439d650> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4382f50> PedPartition: <_ped.Partition object at 0x40194d0> >disk: <parted.disk.Disk object at 0x401c190> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x439d610> PedPartition: <_ped.Partition object at 0x40199b0> >Dec 18 21:06:49 localhost gnome-session[1364]: Window manager warning: last_focus_time (806826) is greater than comparison timestamp (806825). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:06:49 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1606d93 not in stack >Dec 18 21:06:49 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1606d8f not in stack >Dec 18 21:06:49 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1606d8f not in stack >Dec 18 21:06:49 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1606d8f not in stack >Dec 18 21:07:11 localhost gnome-session[1364]: Window manager warning: last_focus_time (828907) is greater than comparison timestamp (828906). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:07:11 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608415 not in stack >Dec 18 21:07:11 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1608411 not in stack >Dec 18 21:07:11 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1608411 not in stack >Dec 18 21:07:11 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608411 not in stack >Dec 18 21:07:29 localhost gnome-session[1364]: Window manager warning: last_focus_time (846785) is greater than comparison timestamp (846781). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:07:29 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1608881 not in stack >Dec 18 21:07:29 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608881 not in stack >Dec 18 21:07:29 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1608881 not in stack >Dec 18 21:07:38 localhost gnome-session[1364]: Window manager warning: last_focus_time (856273) is greater than comparison timestamp (856272). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:07:38 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608933 not in stack >Dec 18 21:07:38 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x160892f not in stack >Dec 18 21:07:38 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x160892f not in stack >Dec 18 21:07:38 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160892f not in stack >Dec 18 21:07:46 localhost gnome-session[1364]: Window manager warning: last_focus_time (864550) is greater than comparison timestamp (864549). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:07:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608a07 not in stack >Dec 18 21:07:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1608a03 not in stack >Dec 18 21:07:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1608a03 not in stack >Dec 18 21:07:46 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1608a03 not in stack >disk: <parted.disk.Disk object at 0x439d550> fileSystem: <parted.filesystem.FileSystem object at 0x301b510> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x301b650> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x301b610> PedPartition: <_ped.Partition object at 0x3ef68f0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x301b3d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043390> PedPartition: <_ped.Partition object at 0x3ef6530> >disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043bd0> PedPartition: <_ped.Partition object at 0x3ef6650> >name = sda status = True kids = 3 id = 1 >parents = [] >uuid = None size = 238418.579102 >format = existing msdos disklabel >major = 8 minor = 0 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- >model: ATA ST3250820AS path: /dev/sda type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 488281250 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 1 did: 0 busy: False >hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) >PedDevice: <_ped.Device object at 0x3194dd0> >target size = 0 path = /dev/sda >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x439ded0>, DiskDevice instance (0x4043450) -- >name = sdb status = True kids = 2 id = 6 >parents = [] >uuid = None size = 152587.890625 >format = existing msdos disklabel >major = 8 minor = 16 exists = True protected = False >sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- >model: ATA ST3160023AS path: /dev/sdb type: 1 >sectorSize: 512 physicalSectorSize: 512 >length: 312500000 openCount: 0 readOnly: False >externalMode: False dirty: False bootDirty: False >host: 3 did: 0 busy: False >hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) >PedDevice: <_ped.Device object at 0x32048c0> >target size = 0 path = /dev/sdb >format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4043410>] ; fstype: ext4 ; encrypted: False ; >disk: <parted.disk.Disk object at 0x3f02850> fileSystem: <parted.filesystem.FileSystem object at 0x43846d0> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384550> PedPartition: <_ped.Partition object at 0x4019a10> >disk: <parted.disk.Disk object at 0x3f02850> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384a10> PedPartition: <_ped.Partition object at 0x40192f0> >disk: <parted.disk.Disk object at 0x3f02850> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384690> PedPartition: <_ped.Partition object at 0x4019830> >disk: <parted.disk.Disk object at 0x3cbf950> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384810> PedPartition: <_ped.Partition object at 0x4019770> >disk: <parted.disk.Disk object at 0x3cbf950> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438ad50> PedPartition: <_ped.Partition object at 0x40196b0> >boot: True ; primary: False ; size: 1MB ; grow: True ; max_size: 1000.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4047c90> PedPartition: <_ped.Partition object at 0x3ef65f0> >sectorSize = 512 >sectorSize = 512 >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f09b50> PedPartition: <_ped.Partition object at 0x40195f0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f09e50> PedPartition: <_ped.Partition object at 0x4019710> >boot: False ; primary: False ; size: 103960MB ; grow: False ; max_size: 180011.0 ; start: None ; end: None >sectorSize = 512 >sectorSize = 512 >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391150> PedPartition: <_ped.Partition object at 0x40190b0> >sectorSize = 512 >sectorSize = 512 >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391410> PedPartition: <_ped.Partition object at 0x4019ef0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391b10> PedPartition: <_ped.Partition object at 0x40198f0> >boot: False ; primary: False ; size: 76050MB ; grow: False ; max_size: 180011.0 ; start: None ; end: None >disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391050> PedPartition: <_ped.Partition object at 0x3ef6650> >sectorSize = 512 >sectorSize = 512 >id = 38 name = sdb2 growable = False >base = 155750400 growth = 0 max_grow = 0 >done = True >sectorSize = 512 >sectorSize = 512 >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f09c50> PedPartition: <_ped.Partition object at 0x3ef65f0> >disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f09290> PedPartition: <_ped.Partition object at 0x40195f0> >sectorSize = 512 >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >start: 274872320 end: 275369983 length: 497664 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x301b3d0> >start: 275372032 end: 488280063 length: 212908032 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x4391550> >start: 274874368 end: 488280063 length: 213405696 >device: <parted.device.Device object at 0x301b910> PedGeometry: <_ped.Geometry object at 0x438ab10> >start: 275369984 end: 488281249 length: 212911266 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x438af90> >start: 274872320 end: 275369983 length: 497664 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x301b3d0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391790> PedPartition: <_ped.Partition object at 0x40190b0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x43870d0> PedPartition: <_ped.Partition object at 0x40198f0> >start: 275369984 end: 488281249 length: 212911266 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x438af90> >start: 275372032 end: 488280063 length: 212908032 >device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x4391550> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391c50> PedPartition: <_ped.Partition object at 0x40197d0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4387650> PedPartition: <_ped.Partition object at 0x4019dd0> >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 4 path: /dev/sda4 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391c90> PedPartition: <_ped.Partition object at 0x40194d0> >Dec 18 21:08:01 localhost gnome-session[1364]: Window manager warning: last_focus_time (878692) is greater than comparison timestamp (878691). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:08:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1609114 not in stack >Dec 18 21:08:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x1609110 not in stack >Dec 18 21:08:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1609110 not in stack >Dec 18 21:08:01 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1609110 not in stack >Dec 18 21:08:19 localhost gnome-session[1364]: Window manager warning: last_focus_time (896894) is greater than comparison timestamp (896893). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:08:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160a49b not in stack >Dec 18 21:08:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x160a497 not in stack >Dec 18 21:08:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x160a497 not in stack >Dec 18 21:08:19 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160a497 not in stack >Dec 18 21:08:22 localhost systemd[1]: Starting Cleanup of Temporary Directories... >Dec 18 21:08:22 localhost systemd[1]: Started Cleanup of Temporary Directories. >disk: <parted.disk.Disk object at 0x439d550> fileSystem: None >number: 4 path: /dev/sda4 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4391650> PedPartition: <_ped.Partition object at 0x4019fb0> ; logicals is ['sda5'] >Dec 18 21:08:32 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160a91d not in stack >Dec 18 21:08:32 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x160a919 not in stack >Dec 18 21:08:32 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x160a919 not in stack >Dec 18 21:08:32 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160a919 not in stack >disk: <parted.disk.Disk object at 0x43919d0> fileSystem: <parted.filesystem.FileSystem object at 0x4384790> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384650> PedPartition: <_ped.Partition object at 0x3ef65f0> >disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4384690> PedPartition: <_ped.Partition object at 0x3ef6650> >disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438abd0> PedPartition: <_ped.Partition object at 0x7f6de0010290> >disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None >number: 4 path: /dev/sda4 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438a610> PedPartition: <_ped.Partition object at 0x4019590> >disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438a350> PedPartition: <_ped.Partition object at 0x40192f0> >disk: <parted.disk.Disk object at 0x43874d0> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x43b37d0> PedPartition: <_ped.Partition object at 0x4019770> >disk: <parted.disk.Disk object at 0x43874d0> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438acd0> PedPartition: <_ped.Partition object at 0x4019a10> >Dec 18 21:08:39 localhost gnome-session[1364]: Window manager warning: last_focus_time (917394) is greater than comparison timestamp (917393). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:08:39 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160adae not in stack >Dec 18 21:08:39 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: window 0x160adaa not in stack >Dec 18 21:08:39 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x160adaa not in stack >Dec 18 21:08:39 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x160adaa not in stack >Dec 18 21:09:39 localhost polkitd[904]: Operator of unix-session:1 successfully authenticated as unix-user:liveuser to gain TEMPORARY authorization for action org.freedesktop.udisks2.encrypted-unlock-system for system-bus-name::1.35 [/usr/libexec/gvfs-udisks2-volume-monitor] (owned by unix-user:liveuser) >Dec 18 21:09:41 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-2 as /dev/dm-3 >Dec 18 21:09:41 localhost kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 21:09:41 localhost kernel: SELinux: initialized (dev dm-3, type ext4), uses xattr >Dec 18 21:09:41 localhost udisksd[1608]: Mounted /dev/dm-3 at /run/media/liveuser/b358f89d-7cfa-42f9-9def-f2ce995b157d on behalf of uid 1000 >Dec 18 21:09:48 localhost udisksd[1608]: Unlocked LUKS device /dev/dm-0 as /dev/dm-7 >Dec 18 21:09:48 localhost kernel: EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 21:09:48 localhost kernel: SELinux: initialized (dev dm-7, type ext4), uses xattr >Dec 18 21:09:48 localhost udisksd[1608]: Mounted /dev/dm-7 at /run/media/liveuser/eda97348-74da-47c7-bbb7-33ceaab4d7fc on behalf of uid 1000 >Dec 18 21:10:05 localhost su[3036]: (to root) liveuser on pts/0 >Dec 18 21:10:05 localhost su[3036]: pam_unix(su-l:session): session opened for user root by liveuser(uid=1000) >Dec 18 21:14:21 localhost polkitd[904]: Operator of unix-session:1 successfully authenticated as unix-user:liveuser to gain TEMPORARY authorization for action org.freedesktop.udisks2.filesystem-mount-system for system-bus-name::1.35 [/usr/libexec/gvfs-udisks2-volume-monitor] (owned by unix-user:liveuser) >Dec 18 21:14:21 localhost kernel: EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null) >Dec 18 21:14:21 localhost kernel: SELinux: initialized (dev dm-6, type ext4), uses xattr >Dec 18 21:14:21 localhost udisksd[1608]: Mounted /dev/dm-6 at /run/media/liveuser/_Fedora-Live-Des1 on behalf of uid 1000 >Dec 18 21:14:25 localhost udisksd[1608]: Mounted /dev/loop0 at /run/media/liveuser/disk on behalf of uid 1000 >Dec 18 21:14:27 localhost udisksd[1608]: Mounted /dev/loop2 at /run/media/liveuser/disk1 on behalf of uid 1000 >Dec 18 21:14:42 localhost systemd[1]: Mounting Arbitrary Executable File Formats File System... >Dec 18 21:14:42 localhost kernel: SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts >Dec 18 21:14:42 localhost systemd[1]: Mounted Arbitrary Executable File Formats File System. >Dec 18 21:16:37 localhost gnome-session[1364]: Window manager warning: last_focus_time (1395106) is greater than comparison timestamp (1395105). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:16:37 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x1000008 not in stack >Dec 18 21:16:37 localhost gnome-session[1364]: Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x1000008 not in stack >Dec 18 21:16:43 localhost su[3036]: pam_unix(su-l:session): session closed for user root >Dec 18 21:16:47 localhost kernel: perf samples too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 >Dec 18 21:16:47 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:47 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:47 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:47 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:48 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:48 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:48 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:48 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:48 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:49 localhost kernel: device-mapper: ioctl: unable to remove open device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >Dec 18 21:16:52 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:52 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:52 localhost kernel: dev_remove: 16 callbacks suppressed >Dec 18 21:16:52 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:52 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:52 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:52 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:52 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:53 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:53 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:53 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:53 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:53 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:53 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:53 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:53 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:53 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:53 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:54 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:54 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:54 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:54 localhost kernel: device-mapper: ioctl: unable to remove open device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >Dec 18 21:16:54 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:54 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:54 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:55 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:55 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:55 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:55 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:55 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:56 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:56 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:56 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:56 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:56 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >Dec 18 21:16:57 localhost gnome-session[1364]: device-mapper: remove ioctl on luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: Device or resource busy >disk: <parted.disk.Disk object at 0x4387450> fileSystem: <parted.filesystem.FileSystem object at 0x438f250> >number: 1 path: /dev/sda1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x301be50> PedPartition: <_ped.Partition object at 0x43b61d0> >disk: <parted.disk.Disk object at 0x4387450> fileSystem: None >number: 2 path: /dev/sda2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x438fd50> PedPartition: <_ped.Partition object at 0x43b6170> >disk: <parted.disk.Disk object at 0x3f09dd0> fileSystem: None >number: 1 path: /dev/sdb1 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4395d10> PedPartition: <_ped.Partition object at 0x43b6230> >disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None >number: 3 path: /dev/sda3 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4038490> PedPartition: <_ped.Partition object at 0x43b75f0> >disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None >number: 4 path: /dev/sda4 type: 2 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x3f00b10> PedPartition: <_ped.Partition object at 0x43b7530> >disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None >number: 5 path: /dev/sda5 type: 1 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4038990> PedPartition: <_ped.Partition object at 0x43b76b0> >disk: <parted.disk.Disk object at 0x4387e10> fileSystem: None >number: 2 path: /dev/sdb2 type: 0 >name: None active: True busy: False >geometry: <parted.geometry.Geometry object at 0x4043490> PedPartition: <_ped.Partition object at 0x43b7890> >Dec 18 21:17:14 localhost gnome-session[1364]: Window manager warning: last_focus_time (1431864) is greater than comparison timestamp (1431861). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... >Dec 18 21:17:20 localhost kernel: Adding 10239996k swap on /dev/mapper/fedora00-swap. Priority:-1 extents:1 across:10239996k FS > > > >/tmp/anaconda.log: >21:00:35,472 INFO anaconda: /sbin/anaconda 20.25.15-1 >02:00:35,588 INFO anaconda: 4063232 kB (3968 MB) are available >21:00:35,588 INFO anaconda: check_memory(): total:3968, needed:512, graphical:512 >21:00:35,588 INFO anaconda: Not doing 'start audit daemon' in live installation >21:00:35,588 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >21:00:35,588 INFO anaconda: Default encoding = ascii >21:00:36,437 INFO anaconda: Display mode = g >02:00:36,439 INFO anaconda: 4063232 kB (3968 MB) are available >21:00:36,439 INFO anaconda: check_memory(): total:3968, needed:512, graphical:512 >21:00:36,653 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >21:00:36,654 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >21:00:36,654 INFO anaconda: using only installclass _Fedora >21:00:36,657 INFO anaconda: bootloader GRUB2 on X86 platform >21:00:36,658 INFO anaconda: bootloader GRUB2 on X86 platform >21:00:36,675 DEBUG anaconda: network: devices found ['em1', 'wlp4s5'] >21:00:36,902 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on em1 >21:00:36,950 DEBUG anaconda: network: setting autoconnect of em1 to False >21:00:36,956 DEBUG anaconda: network: missing ifcfgs created for devices ['em1'] >21:00:37,050 DEBUG anaconda: updating hostname localhost.localdomain >21:00:37,075 INFO anaconda: Running Thread: AnaStorageThread (140110165382912) >21:00:37,076 INFO anaconda: Running Thread: AnaTimeInitThread (140110087583488) >21:00:37,084 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140110079190784) >21:00:37,087 INFO anaconda: Running Thread: AnaPayloadThread (140110070798080) >21:00:37,186 DEBUG anaconda: updating hostname localhost.localdomain >21:00:37,244 INFO anaconda: got 0 NTP servers from DHCP >21:00:37,245 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140110079190784) >21:00:37,252 INFO anaconda: Not doing 'start chronyd' in live installation >21:00:37,252 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140110079190784) >21:00:37,257 INFO anaconda: Starting geolocation lookup >21:00:37,257 INFO anaconda: Geolocation provider: Fedora GeoIP >21:00:37,360 INFO anaconda: Not doing 'activate layouts' in live installation >21:00:37,808 INFO anaconda: Geolocation lookup finished in 0.6 seconds >21:00:37,809 INFO anaconda: got results from geolocation >21:00:37,809 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140110079190784) >21:00:42,125 INFO anaconda: Thread Done: AnaStorageThread (140110165382912) >21:00:19,002 INFO anaconda: Thread Done: AnaTimeInitThread (140110087583488) >21:00:19,019 INFO anaconda: Thread Done: AnaPayloadThread (140110070798080) >21:00:30,805 INFO anaconda: Not doing 'require network connection' in live installation >21:00:30,806 DEBUG anaconda: network standalone spoke (init): completed: True >21:00:30,806 INFO anaconda: Not doing 'require network connection' in live installation >21:00:30,918 INFO anaconda: Running Thread: AnaDateTimeThread (140110070798080) >21:00:30,980 INFO anaconda: Not doing 'modify system time and date' in live installation >21:00:30,992 INFO anaconda: Thread Done: AnaDateTimeThread (140110070798080) >21:00:33,358 INFO anaconda: fs space: 0 B needed: 2.96 GB >21:00:34,672 INFO anaconda: fs space: 0 B needed: 2.96 GB >21:00:34,749 INFO anaconda: Running Thread: AnaStorageWatcher (140110087583488) >21:00:34,752 INFO anaconda: Thread Done: AnaStorageWatcher (140110087583488) >21:00:34,782 INFO anaconda: Running Thread: AnaCustomStorageInit (140110087583488) >21:00:34,883 INFO anaconda: Not doing 'register anaconda secret agent' in live installation >21:00:34,888 DEBUG anaconda: network: selected device em1 >21:00:34,899 INFO anaconda: Not doing 'hide hint to use network configuration in DE' in live installation >21:00:35,043 DEBUG anaconda: updating hostname localhost.localdomain >21:00:35,170 INFO anaconda: Not doing 'require network connection' in live installation >21:00:35,333 INFO anaconda: Running Thread: AnaNTPserver0 (140110070798080) >21:00:35,333 INFO anaconda: Running Thread: AnaNTPserver1 (140110165382912) >21:00:35,334 INFO anaconda: Running Thread: AnaNTPserver2 (140109703505664) >21:00:35,335 INFO anaconda: Running Thread: AnaNTPserver3 (140109695112960) >21:00:35,344 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x301bfd0> >21:00:35,349 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Probing storage... >21:00:35,363 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:00:35,485 INFO anaconda: Thread Done: AnaNTPserver1 (140110165382912) >21:00:35,492 DEBUG anaconda: updating hostname localhost.localdomain >21:00:35,592 INFO anaconda: Thread Done: AnaNTPserver2 (140109703505664) >21:00:35,620 INFO anaconda: Thread Done: AnaNTPserver3 (140109695112960) >21:00:35,648 INFO anaconda: Thread Done: AnaNTPserver0 (140110070798080) >21:00:35,660 DEBUG anaconda: updating hostname localhost.localdomain >21:00:35,660 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f6dd002d890> status to: Wireless connected to cabeza2 >21:00:35,811 INFO anaconda: Thread Done: AnaCustomStorageInit (140110087583488) >21:01:40,170 DEBUG anaconda: disk free: 180.49 GB fs free: 347 MB sw needs: 2.96 GB auto swap: 0 B >21:02:01,149 INFO anaconda: Running Thread: AnaExecuteStorageThread (140110087583488) >21:02:01,152 DEBUG anaconda: new disk order: [] >21:02:01,231 DEBUG anaconda: new disk order: [] >21:02:01,277 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:02:01,278 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:01,278 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:01,279 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:01,280 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:01,281 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:01,282 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:01,283 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:01,284 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:01,286 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:02:01,286 DEBUG anaconda: _is_valid_size(sda) returning True >21:02:01,286 DEBUG anaconda: _is_valid_location(sda) returning True >21:02:01,287 DEBUG anaconda: _is_valid_format(sda) returning True >21:02:01,287 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:02:01,287 INFO anaconda: Thread Done: AnaExecuteStorageThread (140110087583488) >21:02:01,362 INFO anaconda: Not doing 'require network connection' in live installation >21:02:01,430 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0'] >21:02:01,431 DEBUG anaconda: ui: unused=['luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'sda1'] >21:02:01,433 DEBUG anaconda: ui: new_devices=[] >21:02:01,463 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:02:01,463 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:02:01,463 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:02:01,533 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:02:01,533 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Saving storage configuration... >21:02:01,542 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:02:17,301 DEBUG anaconda: page clicked: Unknown >21:02:17,302 DEBUG anaconda: show mountpoint: Unknown >21:02:17,312 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:02:17,313 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:02:17,313 DEBUG anaconda: updated device_container_name to fedora >21:02:17,313 DEBUG anaconda: updated device_container_raid_level to None >21:02:17,313 DEBUG anaconda: updated device_container_encrypted to False >21:02:17,314 DEBUG anaconda: updated device_container_size to 133712 >21:02:17,318 DEBUG anaconda: fs type changed: swap >21:02:17,329 INFO anaconda: getting device type for LVM >21:02:17,330 DEBUG anaconda: device_type_changed: 0 LVM >21:02:17,330 INFO anaconda: getting device type for LVM >21:02:17,330 INFO anaconda: getting device type for LVM >21:02:17,331 INFO anaconda: getting device type for LVM >21:02:17,331 INFO anaconda: getting device type for LVM >21:02:17,332 INFO anaconda: getting device type for LVM >21:02:17,333 INFO anaconda: getting device type for LVM >21:02:17,333 INFO anaconda: getting device type for LVM >21:02:17,334 INFO anaconda: getting device type for LVM >21:02:17,334 DEBUG anaconda: populate_raid: 0, None >21:02:17,334 INFO anaconda: getting device type for LVM >21:02:17,336 INFO anaconda: getting device type for LVM >21:02:17,336 DEBUG anaconda: populate_raid: 0, None >21:02:17,337 INFO anaconda: getting device type for LVM >21:02:17,337 DEBUG anaconda: new container selection: fedora >21:02:17,338 DEBUG anaconda: default container is fedora >21:02:20,554 DEBUG anaconda: running automatic partitioning >21:02:20,597 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:02:20,598 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,599 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,600 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,601 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,602 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,603 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,604 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,605 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,606 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:02:20,607 DEBUG anaconda: _is_valid_size(sda) returning True >21:02:20,610 DEBUG anaconda: _is_valid_location(sda) returning True >21:02:20,622 DEBUG anaconda: _is_valid_format(sda) returning True >21:02:20,622 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:02:20,827 DEBUG anaconda: new disk order: [] >21:02:20,865 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:02:20,866 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,866 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,867 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,867 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,868 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:02:20,868 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,869 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,870 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:02:20,870 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,871 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,871 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,872 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:02:20,873 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:02:20,874 DEBUG anaconda: _is_valid_size(sda) returning True >21:02:20,874 DEBUG anaconda: _is_valid_location(sda) returning True >21:02:20,874 DEBUG anaconda: _is_valid_format(sda) returning True >21:02:20,874 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:02:20,879 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:02:20,879 DEBUG anaconda: _is_valid_size(sda) returning True >21:02:20,879 DEBUG anaconda: _is_valid_location(sda) returning True >21:02:20,880 DEBUG anaconda: _is_valid_format(sda) returning True >21:02:20,880 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:02:20,880 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >21:02:20,880 DEBUG anaconda: _is_valid_size(sda3) returning True >21:02:20,880 DEBUG anaconda: _is_valid_location(sda3) returning True >21:02:20,880 DEBUG anaconda: _is_valid_partition(sda3) returning True >21:02:20,881 DEBUG anaconda: _is_valid_format(sda3) returning True >21:02:20,881 DEBUG anaconda: is_valid_stage2_device(sda3) returning True >21:02:20,882 DEBUG anaconda: finished automatic partitioning >21:02:20,882 DEBUG anaconda: refreshing ui >21:02:20,887 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-home', 'fedora00-root', 'fedora00-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:02:20,894 DEBUG anaconda: ui: unused=['luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'sda1', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:02:20,898 DEBUG anaconda: ui: new_devices=['fedora00-root', 'sda3', 'fedora00-home', 'fedora00-swap'] >21:02:20,955 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:02:20,955 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:02:20,956 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda3 (31) with non-existent ext4 filesystem mounted at /boot >21:02:20,956 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:02:20,956 DEBUG anaconda: updated device_container_name to None >21:02:20,956 DEBUG anaconda: updated device_container_raid_level to None >21:02:20,957 DEBUG anaconda: updated device_container_encrypted to False >21:02:20,957 DEBUG anaconda: updated device_container_size to 0 >21:02:20,961 INFO anaconda: getting device type for LVM >21:02:20,963 DEBUG anaconda: fs type changed: ext4 >21:02:20,971 INFO anaconda: getting device type for Standard Partition >21:02:20,972 DEBUG anaconda: device_type_changed: 2 Standard Partition >21:02:20,972 INFO anaconda: getting device type for Standard Partition >21:02:20,973 INFO anaconda: getting device type for Standard Partition >21:02:20,974 INFO anaconda: getting device type for Standard Partition >21:02:20,975 INFO anaconda: getting device type for Standard Partition >21:02:20,975 INFO anaconda: getting device type for Standard Partition >21:02:20,976 INFO anaconda: getting device type for Standard Partition >21:02:20,977 INFO anaconda: getting device type for Standard Partition >21:02:20,977 INFO anaconda: getting device type for Standard Partition >21:02:20,978 DEBUG anaconda: populate_raid: 2, None >21:02:20,978 INFO anaconda: getting device type for Standard Partition >21:02:20,979 INFO anaconda: getting device type for Standard Partition >21:02:20,980 DEBUG anaconda: populate_raid: 2, None >21:02:20,980 INFO anaconda: getting device type for Standard Partition >21:02:20,982 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:02:20,983 DEBUG anaconda: populate_right_side: non-existent 500MB partition sda3 (31) with non-existent ext4 filesystem mounted at /boot >21:02:20,983 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:02:20,983 DEBUG anaconda: updated device_container_name to None >21:02:20,983 DEBUG anaconda: updated device_container_raid_level to None >21:02:20,984 DEBUG anaconda: updated device_container_encrypted to False >21:02:20,984 DEBUG anaconda: updated device_container_size to 0 >21:02:20,992 INFO anaconda: getting device type for Standard Partition >21:02:20,993 DEBUG anaconda: populate_raid: 2, None >21:02:20,993 INFO anaconda: getting device type for Standard Partition >21:02:20,994 DEBUG anaconda: finished refreshing ui >21:02:20,994 DEBUG anaconda: updating space display >21:02:21,002 DEBUG anaconda: finished updating space display >21:02:29,987 DEBUG anaconda: page clicked: Unknown >21:02:29,987 DEBUG anaconda: current selector: non-existent 500MB partition sda3 (31) with non-existent ext4 filesystem mounted at /boot >21:02:29,988 DEBUG anaconda: notebook page = 1 >21:02:29,988 INFO anaconda: ui: saving changes to device sda3 >21:02:29,988 DEBUG anaconda: old name: sda3 >21:02:29,989 DEBUG anaconda: new name: None >21:02:29,992 DEBUG anaconda: old size: 500.0 >21:02:29,993 DEBUG anaconda: new size: 500 >21:02:29,993 INFO anaconda: getting device type for Standard Partition >21:02:29,993 DEBUG anaconda: old device type: 2 >21:02:29,994 DEBUG anaconda: new device type: 2 >21:02:29,994 DEBUG anaconda: reformat: True >21:02:29,996 DEBUG anaconda: old fs type: ext4 >21:02:29,996 DEBUG anaconda: new fs type: ext4 >21:02:29,996 DEBUG anaconda: old encryption setting: False >21:02:29,996 DEBUG anaconda: new encryption setting: False >21:02:29,996 DEBUG anaconda: old label: >21:02:29,997 DEBUG anaconda: new_label: >21:02:29,997 DEBUG anaconda: old mountpoint: /boot >21:02:29,997 DEBUG anaconda: new mountpoint: /boot >21:02:29,999 DEBUG anaconda: old raid level: None >21:02:29,999 DEBUG anaconda: new raid level: None >21:02:29,999 DEBUG anaconda: old container: None >21:02:29,999 DEBUG anaconda: new container: None >21:02:29,999 DEBUG anaconda: old container encrypted: False >21:02:30,000 DEBUG anaconda: new container encrypted: False >21:02:30,000 DEBUG anaconda: old container raid level: None >21:02:30,000 DEBUG anaconda: new container raid level: None >21:02:30,000 DEBUG anaconda: old container size request: 0 >21:02:30,000 DEBUG anaconda: new container size request: 0 >21:02:30,000 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:02:30,000 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:02:30,001 DEBUG anaconda: nothing changed for new device >21:02:30,001 DEBUG anaconda: show mountpoint: Unknown >21:02:30,001 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:02:30,002 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:02:30,002 DEBUG anaconda: updated device_container_name to fedora >21:02:30,002 DEBUG anaconda: updated device_container_raid_level to None >21:02:30,003 DEBUG anaconda: updated device_container_encrypted to False >21:02:30,003 DEBUG anaconda: updated device_container_size to 133712 >21:02:30,007 INFO anaconda: getting device type for Standard Partition >21:02:30,008 DEBUG anaconda: fs type changed: swap >21:02:30,015 INFO anaconda: getting device type for LVM >21:02:30,015 DEBUG anaconda: device_type_changed: 0 LVM >21:02:30,016 INFO anaconda: getting device type for LVM >21:02:30,016 INFO anaconda: getting device type for LVM >21:02:30,017 INFO anaconda: getting device type for LVM >21:02:30,017 INFO anaconda: getting device type for LVM >21:02:30,017 INFO anaconda: getting device type for LVM >21:02:30,018 INFO anaconda: getting device type for LVM >21:02:30,018 INFO anaconda: getting device type for LVM >21:02:30,019 INFO anaconda: getting device type for LVM >21:02:30,019 INFO anaconda: getting device type for LVM >21:02:30,020 INFO anaconda: getting device type for LVM >21:02:30,020 DEBUG anaconda: populate_raid: 0, None >21:02:30,020 INFO anaconda: getting device type for LVM >21:02:30,021 INFO anaconda: getting device type for LVM >21:02:30,022 DEBUG anaconda: populate_raid: 0, None >21:02:30,022 INFO anaconda: getting device type for LVM >21:02:30,023 DEBUG anaconda: new container selection: None >21:02:30,023 DEBUG anaconda: new container selection: None >21:02:30,024 DEBUG anaconda: new container selection: fedora >21:02:30,024 DEBUG anaconda: default container is fedora >21:03:46,198 DEBUG anaconda: current selector: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:03:46,199 DEBUG anaconda: notebook page = 1 >21:03:46,199 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:03:46,200 DEBUG anaconda: old name: 02 >21:03:46,200 DEBUG anaconda: new name: None >21:03:46,204 DEBUG anaconda: old size: 9998.0 >21:03:46,204 DEBUG anaconda: new size: 9998 >21:03:46,205 INFO anaconda: getting device type for LVM >21:03:46,205 DEBUG anaconda: old device type: 0 >21:03:46,205 DEBUG anaconda: new device type: 0 >21:03:46,205 DEBUG anaconda: reformat: False >21:03:46,207 DEBUG anaconda: old fs type: swap >21:03:46,207 DEBUG anaconda: new fs type: swap >21:03:46,207 DEBUG anaconda: old encryption setting: True >21:03:46,207 DEBUG anaconda: new encryption setting: True >21:03:46,208 DEBUG anaconda: old label: >21:03:46,208 DEBUG anaconda: new_label: >21:03:46,208 DEBUG anaconda: old mountpoint: >21:03:46,208 DEBUG anaconda: new mountpoint: >21:03:46,208 DEBUG anaconda: old raid level: None >21:03:46,208 DEBUG anaconda: new raid level: None >21:03:46,213 DEBUG anaconda: old container: fedora >21:03:46,213 DEBUG anaconda: new container: fedora >21:03:46,213 DEBUG anaconda: old container encrypted: False >21:03:46,213 DEBUG anaconda: new container encrypted: False >21:03:46,213 DEBUG anaconda: old container raid level: None >21:03:46,214 DEBUG anaconda: new container raid level: None >21:03:46,214 DEBUG anaconda: old container size request: 133712 >21:03:46,214 DEBUG anaconda: new container size request: 133712 >21:03:46,214 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:03:46,214 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:03:46,214 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:03:46,215 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:03:46,215 DEBUG anaconda: updated device_container_name to fedora >21:03:46,216 DEBUG anaconda: updated device_container_raid_level to None >21:03:46,216 DEBUG anaconda: updated device_container_encrypted to False >21:03:46,216 DEBUG anaconda: updated device_container_size to 133712 >21:03:46,225 INFO anaconda: getting device type for LVM >21:03:46,225 DEBUG anaconda: populate_raid: 0, None >21:03:46,226 INFO anaconda: getting device type for LVM >21:03:46,226 DEBUG anaconda: new container selection: None >21:03:46,227 DEBUG anaconda: new container selection: None >21:03:46,227 DEBUG anaconda: new container selection: None >21:03:46,228 DEBUG anaconda: new container selection: fedora >21:03:46,228 DEBUG anaconda: default container is fedora >21:03:46,229 DEBUG anaconda: new selector: non-existent 124808MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >21:03:46,229 DEBUG anaconda: populate_right_side: non-existent 124808MB lvmlv fedora00-home (35) with non-existent ext4 filesystem mounted at /home >21:03:46,229 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:03:46,230 DEBUG anaconda: updated device_container_name to fedora00 >21:03:46,230 DEBUG anaconda: updated device_container_raid_level to None >21:03:46,230 DEBUG anaconda: updated device_container_encrypted to False >21:03:46,230 DEBUG anaconda: updated device_container_size to 0 >21:03:46,234 INFO anaconda: getting device type for LVM >21:03:46,236 DEBUG anaconda: fs type changed: ext4 >21:03:46,243 INFO anaconda: getting device type for LVM >21:03:46,244 DEBUG anaconda: populate_raid: 0, None >21:03:46,244 INFO anaconda: getting device type for LVM >21:03:46,245 DEBUG anaconda: new container selection: None >21:03:46,245 DEBUG anaconda: new container selection: None >21:03:46,245 DEBUG anaconda: new container selection: None >21:03:46,246 DEBUG anaconda: new container selection: fedora00 >21:03:46,246 DEBUG anaconda: default container is fedora00 >21:03:51,049 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0'] >21:03:51,050 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'] >21:03:51,051 DEBUG anaconda: ui: new_devices=[] >21:03:51,076 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:03:51,076 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:03:51,076 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:03:53,703 DEBUG anaconda: page clicked: Unknown >21:03:53,703 DEBUG anaconda: show mountpoint: Unknown >21:03:53,704 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:03:53,705 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:03:53,705 DEBUG anaconda: updated device_container_name to fedora >21:03:53,705 DEBUG anaconda: updated device_container_raid_level to None >21:03:53,705 DEBUG anaconda: updated device_container_encrypted to False >21:03:53,706 DEBUG anaconda: updated device_container_size to 133712 >21:03:53,709 INFO anaconda: getting device type for LVM >21:03:53,711 DEBUG anaconda: fs type changed: swap >21:03:53,718 INFO anaconda: getting device type for LVM >21:03:53,719 DEBUG anaconda: populate_raid: 0, None >21:03:53,719 INFO anaconda: getting device type for LVM >21:03:53,720 DEBUG anaconda: new container selection: None >21:03:53,720 DEBUG anaconda: new container selection: None >21:03:53,721 DEBUG anaconda: new container selection: fedora >21:03:53,721 DEBUG anaconda: default container is fedora >21:04:21,839 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:04:21,839 DEBUG anaconda: old name: 02 >21:04:21,839 DEBUG anaconda: new name: None >21:04:21,844 DEBUG anaconda: old size: 9998.0 >21:04:21,844 DEBUG anaconda: new size: 9998 >21:04:21,844 INFO anaconda: getting device type for LVM >21:04:21,845 DEBUG anaconda: old device type: 0 >21:04:21,845 DEBUG anaconda: new device type: 0 >21:04:21,845 DEBUG anaconda: reformat: False >21:04:21,847 DEBUG anaconda: old fs type: swap >21:04:21,847 DEBUG anaconda: new fs type: swap >21:04:21,847 DEBUG anaconda: old encryption setting: True >21:04:21,847 DEBUG anaconda: new encryption setting: True >21:04:21,847 DEBUG anaconda: old label: >21:04:21,847 DEBUG anaconda: new_label: >21:04:21,848 DEBUG anaconda: old mountpoint: >21:04:21,848 DEBUG anaconda: new mountpoint: >21:04:21,848 DEBUG anaconda: old raid level: None >21:04:21,848 DEBUG anaconda: new raid level: None >21:04:21,850 DEBUG anaconda: old container: fedora >21:04:21,851 DEBUG anaconda: new container: fedora >21:04:21,851 DEBUG anaconda: old container encrypted: False >21:04:21,851 DEBUG anaconda: new container encrypted: False >21:04:21,851 DEBUG anaconda: old container raid level: None >21:04:21,851 DEBUG anaconda: new container raid level: None >21:04:21,851 DEBUG anaconda: old container size request: 133712 >21:04:21,851 DEBUG anaconda: new container size request: 133712 >21:04:21,852 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:04:21,852 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:04:21,852 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:04:21,853 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:21,853 DEBUG anaconda: updated device_container_name to fedora >21:04:21,853 DEBUG anaconda: updated device_container_raid_level to None >21:04:21,853 DEBUG anaconda: updated device_container_encrypted to False >21:04:21,854 DEBUG anaconda: updated device_container_size to 133712 >21:04:21,863 INFO anaconda: getting device type for LVM >21:04:21,863 DEBUG anaconda: populate_raid: 0, None >21:04:21,863 INFO anaconda: getting device type for LVM >21:04:21,864 DEBUG anaconda: new container selection: None >21:04:21,865 DEBUG anaconda: new container selection: None >21:04:21,865 DEBUG anaconda: new container selection: fedora >21:04:21,865 DEBUG anaconda: default container is fedora >21:04:26,543 DEBUG anaconda: current selector: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:04:26,544 DEBUG anaconda: notebook page = 1 >21:04:26,544 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:04:26,544 DEBUG anaconda: old name: 02 >21:04:26,544 DEBUG anaconda: new name: None >21:04:26,549 DEBUG anaconda: old size: 9998.0 >21:04:26,549 DEBUG anaconda: new size: 9998 >21:04:26,549 INFO anaconda: getting device type for LVM >21:04:26,550 DEBUG anaconda: old device type: 0 >21:04:26,550 DEBUG anaconda: new device type: 0 >21:04:26,550 DEBUG anaconda: reformat: False >21:04:26,552 DEBUG anaconda: old fs type: swap >21:04:26,552 DEBUG anaconda: new fs type: swap >21:04:26,552 DEBUG anaconda: old encryption setting: True >21:04:26,552 DEBUG anaconda: new encryption setting: True >21:04:26,552 DEBUG anaconda: old label: >21:04:26,552 DEBUG anaconda: new_label: >21:04:26,553 DEBUG anaconda: old mountpoint: >21:04:26,553 DEBUG anaconda: new mountpoint: >21:04:26,553 DEBUG anaconda: old raid level: None >21:04:26,553 DEBUG anaconda: new raid level: None >21:04:26,556 DEBUG anaconda: old container: fedora >21:04:26,556 DEBUG anaconda: new container: fedora >21:04:26,556 DEBUG anaconda: old container encrypted: False >21:04:26,556 DEBUG anaconda: new container encrypted: False >21:04:26,556 DEBUG anaconda: old container raid level: None >21:04:26,556 DEBUG anaconda: new container raid level: None >21:04:26,556 DEBUG anaconda: old container size request: 133712 >21:04:26,557 DEBUG anaconda: new container size request: 133712 >21:04:26,557 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:04:26,557 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:04:26,557 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:04:26,558 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:26,558 DEBUG anaconda: updated device_container_name to fedora >21:04:26,558 DEBUG anaconda: updated device_container_raid_level to None >21:04:26,558 DEBUG anaconda: updated device_container_encrypted to False >21:04:26,559 DEBUG anaconda: updated device_container_size to 133712 >21:04:26,568 INFO anaconda: getting device type for LVM >21:04:26,568 DEBUG anaconda: populate_raid: 0, None >21:04:26,568 INFO anaconda: getting device type for LVM >21:04:26,569 DEBUG anaconda: new container selection: None >21:04:26,570 DEBUG anaconda: new container selection: None >21:04:26,570 DEBUG anaconda: new container selection: fedora >21:04:26,570 DEBUG anaconda: default container is fedora >21:04:26,571 DEBUG anaconda: new selector: existing 39998MB luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (9) with existing ext4 filesystem >21:04:26,572 DEBUG anaconda: populate_right_side: existing 39998MB luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (9) with existing ext4 filesystem >21:04:26,573 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:26,573 DEBUG anaconda: updated device_container_name to fedora >21:04:26,573 DEBUG anaconda: updated device_container_raid_level to None >21:04:26,573 DEBUG anaconda: updated device_container_encrypted to False >21:04:26,574 DEBUG anaconda: updated device_container_size to 133712 >21:04:26,578 DEBUG anaconda: fs type changed: ext4 >21:04:26,585 INFO anaconda: getting device type for LVM >21:04:26,586 DEBUG anaconda: populate_raid: 0, None >21:04:26,586 INFO anaconda: getting device type for LVM >21:04:26,586 DEBUG anaconda: new container selection: None >21:04:26,587 DEBUG anaconda: new container selection: None >21:04:26,587 DEBUG anaconda: new container selection: fedora >21:04:26,588 DEBUG anaconda: default container is fedora >21:04:30,098 INFO anaconda: ui: saving changes to device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:04:30,098 DEBUG anaconda: old name: 00 >21:04:30,099 DEBUG anaconda: new name: None >21:04:30,103 DEBUG anaconda: old size: 39998.0 >21:04:30,103 DEBUG anaconda: new size: 39998 >21:04:30,104 INFO anaconda: getting device type for LVM >21:04:30,104 DEBUG anaconda: old device type: 0 >21:04:30,104 DEBUG anaconda: new device type: 0 >21:04:30,104 DEBUG anaconda: reformat: False >21:04:30,106 DEBUG anaconda: old fs type: ext4 >21:04:30,106 DEBUG anaconda: new fs type: ext4 >21:04:30,106 DEBUG anaconda: old encryption setting: True >21:04:30,107 DEBUG anaconda: new encryption setting: True >21:04:30,107 DEBUG anaconda: old label: >21:04:30,107 DEBUG anaconda: new_label: >21:04:30,107 DEBUG anaconda: old mountpoint: >21:04:30,107 DEBUG anaconda: new mountpoint: >21:04:30,107 DEBUG anaconda: old raid level: None >21:04:30,107 DEBUG anaconda: new raid level: None >21:04:30,110 DEBUG anaconda: old container: fedora >21:04:30,110 DEBUG anaconda: new container: fedora >21:04:30,110 DEBUG anaconda: old container encrypted: False >21:04:30,110 DEBUG anaconda: new container encrypted: False >21:04:30,110 DEBUG anaconda: old container raid level: None >21:04:30,111 DEBUG anaconda: new container raid level: None >21:04:30,111 DEBUG anaconda: old container size request: 133712 >21:04:30,111 DEBUG anaconda: new container size request: 133712 >21:04:30,111 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:04:30,111 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:04:30,111 DEBUG anaconda: populate_right_side: existing 39998MB luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (9) with existing ext4 filesystem >21:04:30,112 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:30,112 DEBUG anaconda: updated device_container_name to fedora >21:04:30,113 DEBUG anaconda: updated device_container_raid_level to None >21:04:30,113 DEBUG anaconda: updated device_container_encrypted to False >21:04:30,113 DEBUG anaconda: updated device_container_size to 133712 >21:04:30,122 INFO anaconda: getting device type for LVM >21:04:30,123 DEBUG anaconda: populate_raid: 0, None >21:04:30,123 INFO anaconda: getting device type for LVM >21:04:30,124 DEBUG anaconda: new container selection: None >21:04:30,124 DEBUG anaconda: new container selection: None >21:04:30,125 DEBUG anaconda: new container selection: fedora >21:04:30,125 DEBUG anaconda: default container is fedora >21:04:59,606 DEBUG anaconda: requested size = 30 GB ; available space = 180.49 GB >21:04:59,843 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-root', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:04:59,844 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:04:59,847 DEBUG anaconda: ui: new_devices=['fedora00-root'] >21:04:59,887 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:04:59,887 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:04:59,887 DEBUG anaconda: populate_right_side: non-existent 30000MB lvmlv fedora00-root (40) with non-existent ext4 filesystem mounted at / >21:04:59,888 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:59,888 DEBUG anaconda: updated device_container_name to fedora00 >21:04:59,888 DEBUG anaconda: updated device_container_raid_level to None >21:04:59,888 DEBUG anaconda: updated device_container_encrypted to False >21:04:59,888 DEBUG anaconda: updated device_container_size to 0 >21:04:59,892 INFO anaconda: getting device type for LVM >21:04:59,901 INFO anaconda: getting device type for LVM >21:04:59,902 DEBUG anaconda: populate_raid: 0, None >21:04:59,902 INFO anaconda: getting device type for LVM >21:04:59,903 DEBUG anaconda: new container selection: None >21:04:59,903 DEBUG anaconda: new container selection: None >21:04:59,904 DEBUG anaconda: new container selection: fedora00 >21:04:59,904 DEBUG anaconda: default container is fedora00 >21:04:59,906 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:04:59,906 DEBUG anaconda: populate_right_side: non-existent 30000MB lvmlv fedora00-root (40) with non-existent ext4 filesystem mounted at / >21:04:59,907 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:04:59,907 DEBUG anaconda: updated device_container_name to fedora00 >21:04:59,907 DEBUG anaconda: updated device_container_raid_level to None >21:04:59,907 DEBUG anaconda: updated device_container_encrypted to False >21:04:59,907 DEBUG anaconda: updated device_container_size to 0 >21:04:59,917 INFO anaconda: getting device type for LVM >21:04:59,917 DEBUG anaconda: populate_raid: 0, None >21:04:59,917 INFO anaconda: getting device type for LVM >21:04:59,918 DEBUG anaconda: new container selection: None >21:04:59,919 DEBUG anaconda: new container selection: None >21:04:59,919 DEBUG anaconda: new container selection: fedora00 >21:04:59,920 DEBUG anaconda: default container is fedora00 >21:05:05,592 INFO anaconda: ui: saving changes to device fedora00-root >21:05:05,592 DEBUG anaconda: old name: root >21:05:05,592 DEBUG anaconda: new name: None >21:05:05,596 DEBUG anaconda: old size: 30000.0 >21:05:05,597 DEBUG anaconda: new size: 30000 >21:05:05,597 INFO anaconda: getting device type for LVM >21:05:05,597 DEBUG anaconda: old device type: 0 >21:05:05,597 DEBUG anaconda: new device type: 0 >21:05:05,597 DEBUG anaconda: reformat: True >21:05:05,599 DEBUG anaconda: old fs type: ext4 >21:05:05,599 DEBUG anaconda: new fs type: ext4 >21:05:05,600 DEBUG anaconda: old encryption setting: False >21:05:05,600 DEBUG anaconda: new encryption setting: False >21:05:05,600 DEBUG anaconda: old label: >21:05:05,600 DEBUG anaconda: new_label: >21:05:05,600 DEBUG anaconda: old mountpoint: / >21:05:05,600 DEBUG anaconda: new mountpoint: / >21:05:05,602 DEBUG anaconda: old raid level: None >21:05:05,602 DEBUG anaconda: new raid level: None >21:05:05,604 DEBUG anaconda: old container: fedora00 >21:05:05,604 DEBUG anaconda: new container: fedora00 >21:05:05,604 DEBUG anaconda: old container encrypted: False >21:05:05,604 DEBUG anaconda: new container encrypted: False >21:05:05,604 DEBUG anaconda: old container raid level: None >21:05:05,604 DEBUG anaconda: new container raid level: None >21:05:05,604 DEBUG anaconda: old container size request: 0 >21:05:05,605 DEBUG anaconda: new container size request: 0 >21:05:05,605 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:05:05,605 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:05:05,605 DEBUG anaconda: nothing changed for new device >21:05:22,313 DEBUG anaconda: requested size = 40 GB ; available space = 150.49 GB >21:05:22,554 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-home', 'fedora00-root', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:05:22,556 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:05:22,559 DEBUG anaconda: ui: new_devices=['fedora00-home', 'fedora00-root'] >21:05:22,601 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:05:22,601 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:05:22,602 DEBUG anaconda: populate_right_side: non-existent 30000MB lvmlv fedora00-root (40) with non-existent ext4 filesystem mounted at / >21:05:22,602 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:05:22,602 DEBUG anaconda: updated device_container_name to fedora00 >21:05:22,602 DEBUG anaconda: updated device_container_raid_level to None >21:05:22,602 DEBUG anaconda: updated device_container_encrypted to False >21:05:22,603 DEBUG anaconda: updated device_container_size to 0 >21:05:22,611 INFO anaconda: getting device type for LVM >21:05:22,612 DEBUG anaconda: populate_raid: 0, None >21:05:22,612 INFO anaconda: getting device type for LVM >21:05:22,613 DEBUG anaconda: new container selection: None >21:05:22,613 DEBUG anaconda: new container selection: None >21:05:22,614 DEBUG anaconda: new container selection: fedora00 >21:05:22,614 DEBUG anaconda: default container is fedora00 >21:05:22,617 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:05:22,617 DEBUG anaconda: current selector: non-existent 30000MB lvmlv fedora00-root (40) with non-existent ext4 filesystem mounted at / >21:05:22,617 DEBUG anaconda: notebook page = 1 >21:05:22,617 INFO anaconda: ui: saving changes to device fedora00-root >21:05:22,617 DEBUG anaconda: old name: root >21:05:22,618 DEBUG anaconda: new name: None >21:05:22,622 DEBUG anaconda: old size: 30000.0 >21:05:22,622 DEBUG anaconda: new size: 30000 >21:05:22,622 INFO anaconda: getting device type for LVM >21:05:22,622 DEBUG anaconda: old device type: 0 >21:05:22,623 DEBUG anaconda: new device type: 0 >21:05:22,623 DEBUG anaconda: reformat: True >21:05:22,625 DEBUG anaconda: old fs type: ext4 >21:05:22,625 DEBUG anaconda: new fs type: ext4 >21:05:22,625 DEBUG anaconda: old encryption setting: False >21:05:22,625 DEBUG anaconda: new encryption setting: False >21:05:22,625 DEBUG anaconda: old label: >21:05:22,626 DEBUG anaconda: new_label: >21:05:22,626 DEBUG anaconda: old mountpoint: / >21:05:22,626 DEBUG anaconda: new mountpoint: / >21:05:22,627 DEBUG anaconda: old raid level: None >21:05:22,627 DEBUG anaconda: new raid level: None >21:05:22,629 DEBUG anaconda: old container: fedora00 >21:05:22,629 DEBUG anaconda: new container: fedora00 >21:05:22,629 DEBUG anaconda: old container encrypted: False >21:05:22,630 DEBUG anaconda: new container encrypted: False >21:05:22,630 DEBUG anaconda: old container raid level: None >21:05:22,630 DEBUG anaconda: new container raid level: None >21:05:22,630 DEBUG anaconda: old container size request: 0 >21:05:22,630 DEBUG anaconda: new container size request: 0 >21:05:22,630 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:05:22,631 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:05:22,631 DEBUG anaconda: nothing changed for new device >21:05:22,631 DEBUG anaconda: new selector: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:05:22,631 DEBUG anaconda: populate_right_side: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:05:22,631 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:05:22,632 DEBUG anaconda: updated device_container_name to fedora00 >21:05:22,632 DEBUG anaconda: updated device_container_raid_level to None >21:05:22,632 DEBUG anaconda: updated device_container_encrypted to False >21:05:22,632 DEBUG anaconda: updated device_container_size to 0 >21:05:22,641 INFO anaconda: getting device type for LVM >21:05:22,642 DEBUG anaconda: populate_raid: 0, None >21:05:22,642 INFO anaconda: getting device type for LVM >21:05:22,643 DEBUG anaconda: new container selection: None >21:05:22,643 DEBUG anaconda: new container selection: None >21:05:22,644 DEBUG anaconda: new container selection: fedora00 >21:05:22,644 DEBUG anaconda: default container is fedora00 >21:06:01,226 INFO anaconda: ui: saving changes to device fedora00-home >21:06:01,227 DEBUG anaconda: old name: home >21:06:01,227 DEBUG anaconda: new name: None >21:06:01,231 DEBUG anaconda: old size: 40000.0 >21:06:01,231 DEBUG anaconda: new size: 40000 >21:06:01,231 INFO anaconda: getting device type for LVM >21:06:01,232 DEBUG anaconda: old device type: 0 >21:06:01,232 DEBUG anaconda: new device type: 0 >21:06:01,232 DEBUG anaconda: reformat: True >21:06:01,234 DEBUG anaconda: old fs type: ext4 >21:06:01,234 DEBUG anaconda: new fs type: ext4 >21:06:01,234 DEBUG anaconda: old encryption setting: False >21:06:01,235 DEBUG anaconda: new encryption setting: False >21:06:01,235 DEBUG anaconda: old label: >21:06:01,235 DEBUG anaconda: new_label: >21:06:01,235 DEBUG anaconda: old mountpoint: /home >21:06:01,235 DEBUG anaconda: new mountpoint: /home >21:06:01,237 DEBUG anaconda: old raid level: None >21:06:01,237 DEBUG anaconda: new raid level: None >21:06:01,239 DEBUG anaconda: old container: fedora00 >21:06:01,239 DEBUG anaconda: new container: fedora00 >21:06:01,239 DEBUG anaconda: old container encrypted: False >21:06:01,239 DEBUG anaconda: new container encrypted: False >21:06:01,239 DEBUG anaconda: old container raid level: None >21:06:01,239 DEBUG anaconda: new container raid level: None >21:06:01,240 DEBUG anaconda: old container size request: 0 >21:06:01,240 DEBUG anaconda: new container size request: 0 >21:06:01,240 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:01,240 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:01,240 DEBUG anaconda: nothing changed for new device >21:06:10,553 DEBUG anaconda: requested size = 100 GB ; available space = 110.49 GB >21:06:10,767 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-aux', 'fedora00-home', 'fedora00-root', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:06:10,768 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:06:10,771 DEBUG anaconda: ui: new_devices=['fedora00-root', 'fedora00-aux', 'fedora00-home'] >21:06:10,815 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:06:10,815 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:06:10,815 DEBUG anaconda: populate_right_side: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:06:10,815 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:10,816 DEBUG anaconda: updated device_container_name to fedora00 >21:06:10,816 DEBUG anaconda: updated device_container_raid_level to None >21:06:10,816 DEBUG anaconda: updated device_container_encrypted to False >21:06:10,816 DEBUG anaconda: updated device_container_size to 0 >21:06:10,824 INFO anaconda: getting device type for LVM >21:06:10,824 DEBUG anaconda: populate_raid: 0, None >21:06:10,825 INFO anaconda: getting device type for LVM >21:06:10,826 DEBUG anaconda: new container selection: None >21:06:10,826 DEBUG anaconda: new container selection: None >21:06:10,827 DEBUG anaconda: new container selection: fedora00 >21:06:10,827 DEBUG anaconda: default container is fedora00 >21:06:10,829 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:06:10,829 DEBUG anaconda: current selector: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:06:10,830 DEBUG anaconda: notebook page = 1 >21:06:10,830 INFO anaconda: ui: saving changes to device fedora00-home >21:06:10,830 DEBUG anaconda: old name: home >21:06:10,830 DEBUG anaconda: new name: None >21:06:10,834 DEBUG anaconda: old size: 40000.0 >21:06:10,834 DEBUG anaconda: new size: 40000 >21:06:10,834 INFO anaconda: getting device type for LVM >21:06:10,835 DEBUG anaconda: old device type: 0 >21:06:10,835 DEBUG anaconda: new device type: 0 >21:06:10,835 DEBUG anaconda: reformat: True >21:06:10,837 DEBUG anaconda: old fs type: ext4 >21:06:10,837 DEBUG anaconda: new fs type: ext4 >21:06:10,837 DEBUG anaconda: old encryption setting: False >21:06:10,837 DEBUG anaconda: new encryption setting: False >21:06:10,837 DEBUG anaconda: old label: >21:06:10,838 DEBUG anaconda: new_label: >21:06:10,838 DEBUG anaconda: old mountpoint: /home >21:06:10,838 DEBUG anaconda: new mountpoint: /home >21:06:10,839 DEBUG anaconda: old raid level: None >21:06:10,839 DEBUG anaconda: new raid level: None >21:06:10,841 DEBUG anaconda: old container: fedora00 >21:06:10,841 DEBUG anaconda: new container: fedora00 >21:06:10,841 DEBUG anaconda: old container encrypted: False >21:06:10,841 DEBUG anaconda: new container encrypted: False >21:06:10,841 DEBUG anaconda: old container raid level: None >21:06:10,842 DEBUG anaconda: new container raid level: None >21:06:10,842 DEBUG anaconda: old container size request: 0 >21:06:10,842 DEBUG anaconda: new container size request: 0 >21:06:10,842 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:10,842 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:10,842 DEBUG anaconda: nothing changed for new device >21:06:10,842 DEBUG anaconda: new selector: non-existent 100000MB lvmlv fedora00-aux (42) with non-existent ext4 filesystem mounted at /aux >21:06:10,843 DEBUG anaconda: populate_right_side: non-existent 100000MB lvmlv fedora00-aux (42) with non-existent ext4 filesystem mounted at /aux >21:06:10,843 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:10,843 DEBUG anaconda: updated device_container_name to fedora00 >21:06:10,843 DEBUG anaconda: updated device_container_raid_level to None >21:06:10,843 DEBUG anaconda: updated device_container_encrypted to False >21:06:10,843 DEBUG anaconda: updated device_container_size to 0 >21:06:10,852 INFO anaconda: getting device type for LVM >21:06:10,852 DEBUG anaconda: populate_raid: 0, None >21:06:10,852 INFO anaconda: getting device type for LVM >21:06:10,853 DEBUG anaconda: new container selection: None >21:06:10,854 DEBUG anaconda: new container selection: None >21:06:10,854 DEBUG anaconda: new container selection: fedora00 >21:06:10,854 DEBUG anaconda: default container is fedora00 >21:06:14,282 DEBUG anaconda: page clicked: Unknown >21:06:14,283 DEBUG anaconda: current selector: non-existent 100000MB lvmlv fedora00-aux (42) with non-existent ext4 filesystem mounted at /aux >21:06:14,283 DEBUG anaconda: notebook page = 1 >21:06:14,283 INFO anaconda: ui: saving changes to device fedora00-aux >21:06:14,283 DEBUG anaconda: old name: aux >21:06:14,283 DEBUG anaconda: new name: None >21:06:14,287 DEBUG anaconda: old size: 100000.0 >21:06:14,287 DEBUG anaconda: new size: 100000 >21:06:14,288 INFO anaconda: getting device type for LVM >21:06:14,288 DEBUG anaconda: old device type: 0 >21:06:14,288 DEBUG anaconda: new device type: 0 >21:06:14,288 DEBUG anaconda: reformat: True >21:06:14,290 DEBUG anaconda: old fs type: ext4 >21:06:14,290 DEBUG anaconda: new fs type: ext4 >21:06:14,290 DEBUG anaconda: old encryption setting: False >21:06:14,291 DEBUG anaconda: new encryption setting: False >21:06:14,291 DEBUG anaconda: old label: >21:06:14,291 DEBUG anaconda: new_label: >21:06:14,291 DEBUG anaconda: old mountpoint: /aux >21:06:14,291 DEBUG anaconda: new mountpoint: /aux >21:06:14,292 DEBUG anaconda: old raid level: None >21:06:14,293 DEBUG anaconda: new raid level: None >21:06:14,294 DEBUG anaconda: old container: fedora00 >21:06:14,294 DEBUG anaconda: new container: fedora00 >21:06:14,295 DEBUG anaconda: old container encrypted: False >21:06:14,295 DEBUG anaconda: new container encrypted: False >21:06:14,295 DEBUG anaconda: old container raid level: None >21:06:14,295 DEBUG anaconda: new container raid level: None >21:06:14,295 DEBUG anaconda: old container size request: 0 >21:06:14,295 DEBUG anaconda: new container size request: 0 >21:06:14,295 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:14,296 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:14,296 DEBUG anaconda: nothing changed for new device >21:06:14,296 DEBUG anaconda: show mountpoint: Unknown >21:06:14,296 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:14,297 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:14,297 DEBUG anaconda: updated device_container_name to fedora >21:06:14,297 DEBUG anaconda: updated device_container_raid_level to None >21:06:14,297 DEBUG anaconda: updated device_container_encrypted to False >21:06:14,298 DEBUG anaconda: updated device_container_size to 133712 >21:06:14,301 INFO anaconda: getting device type for LVM >21:06:14,302 DEBUG anaconda: fs type changed: swap >21:06:14,309 INFO anaconda: getting device type for LVM >21:06:14,310 DEBUG anaconda: populate_raid: 0, None >21:06:14,310 INFO anaconda: getting device type for LVM >21:06:14,311 DEBUG anaconda: new container selection: None >21:06:14,311 DEBUG anaconda: new container selection: None >21:06:14,312 DEBUG anaconda: new container selection: fedora >21:06:14,312 DEBUG anaconda: default container is fedora >21:06:15,264 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:15,265 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:15,265 DEBUG anaconda: updated device_container_name to fedora >21:06:15,266 DEBUG anaconda: updated device_container_raid_level to None >21:06:15,266 DEBUG anaconda: updated device_container_encrypted to False >21:06:15,266 DEBUG anaconda: updated device_container_size to 133712 >21:06:15,274 INFO anaconda: getting device type for LVM >21:06:15,275 DEBUG anaconda: populate_raid: 0, None >21:06:15,275 INFO anaconda: getting device type for LVM >21:06:15,276 DEBUG anaconda: new container selection: None >21:06:15,276 DEBUG anaconda: new container selection: None >21:06:15,276 DEBUG anaconda: new container selection: None >21:06:15,277 DEBUG anaconda: new container selection: fedora >21:06:15,277 DEBUG anaconda: default container is fedora >21:06:17,112 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:06:17,112 DEBUG anaconda: old name: 02 >21:06:17,112 DEBUG anaconda: new name: None >21:06:17,117 DEBUG anaconda: old size: 9998.0 >21:06:17,117 DEBUG anaconda: new size: 9998 >21:06:17,117 INFO anaconda: getting device type for LVM >21:06:17,117 DEBUG anaconda: old device type: 0 >21:06:17,117 DEBUG anaconda: new device type: 0 >21:06:17,117 DEBUG anaconda: reformat: False >21:06:17,119 DEBUG anaconda: old fs type: swap >21:06:17,119 DEBUG anaconda: new fs type: swap >21:06:17,119 DEBUG anaconda: old encryption setting: True >21:06:17,119 DEBUG anaconda: new encryption setting: True >21:06:17,120 DEBUG anaconda: old label: >21:06:17,120 DEBUG anaconda: new_label: >21:06:17,120 DEBUG anaconda: old mountpoint: >21:06:17,120 DEBUG anaconda: new mountpoint: >21:06:17,120 DEBUG anaconda: old raid level: None >21:06:17,120 DEBUG anaconda: new raid level: None >21:06:17,123 DEBUG anaconda: old container: fedora >21:06:17,123 DEBUG anaconda: new container: fedora >21:06:17,124 DEBUG anaconda: old container encrypted: False >21:06:17,124 DEBUG anaconda: new container encrypted: False >21:06:17,124 DEBUG anaconda: old container raid level: None >21:06:17,124 DEBUG anaconda: new container raid level: None >21:06:17,124 DEBUG anaconda: old container size request: 133712 >21:06:17,124 DEBUG anaconda: new container size request: 133712 >21:06:17,124 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:17,125 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:17,125 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:17,126 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:17,126 DEBUG anaconda: updated device_container_name to fedora >21:06:17,126 DEBUG anaconda: updated device_container_raid_level to None >21:06:17,126 DEBUG anaconda: updated device_container_encrypted to False >21:06:17,126 DEBUG anaconda: updated device_container_size to 133712 >21:06:17,135 INFO anaconda: getting device type for LVM >21:06:17,135 DEBUG anaconda: populate_raid: 0, None >21:06:17,135 INFO anaconda: getting device type for LVM >21:06:17,136 DEBUG anaconda: new container selection: None >21:06:17,136 DEBUG anaconda: new container selection: None >21:06:17,137 DEBUG anaconda: new container selection: None >21:06:17,137 DEBUG anaconda: new container selection: fedora >21:06:17,137 DEBUG anaconda: default container is fedora >21:06:21,312 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:21,313 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:21,313 DEBUG anaconda: updated device_container_name to fedora >21:06:21,313 DEBUG anaconda: updated device_container_raid_level to None >21:06:21,313 DEBUG anaconda: updated device_container_encrypted to False >21:06:21,313 DEBUG anaconda: updated device_container_size to 133712 >21:06:21,322 INFO anaconda: getting device type for LVM >21:06:21,322 DEBUG anaconda: populate_raid: 0, None >21:06:21,322 INFO anaconda: getting device type for LVM >21:06:21,323 DEBUG anaconda: new container selection: None >21:06:21,324 DEBUG anaconda: new container selection: None >21:06:21,324 DEBUG anaconda: new container selection: None >21:06:21,324 DEBUG anaconda: new container selection: fedora >21:06:21,325 DEBUG anaconda: default container is fedora >21:06:22,762 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:22,763 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:22,763 DEBUG anaconda: updated device_container_name to fedora >21:06:22,763 DEBUG anaconda: updated device_container_raid_level to None >21:06:22,763 DEBUG anaconda: updated device_container_encrypted to False >21:06:22,763 DEBUG anaconda: updated device_container_size to 133712 >21:06:22,772 INFO anaconda: getting device type for LVM >21:06:22,772 DEBUG anaconda: populate_raid: 0, None >21:06:22,772 INFO anaconda: getting device type for LVM >21:06:22,773 DEBUG anaconda: new container selection: None >21:06:22,774 DEBUG anaconda: new container selection: None >21:06:22,774 DEBUG anaconda: new container selection: None >21:06:22,774 DEBUG anaconda: new container selection: fedora >21:06:22,775 DEBUG anaconda: default container is fedora >21:06:24,024 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:24,025 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:24,025 DEBUG anaconda: updated device_container_name to fedora >21:06:24,025 DEBUG anaconda: updated device_container_raid_level to None >21:06:24,025 DEBUG anaconda: updated device_container_encrypted to False >21:06:24,025 DEBUG anaconda: updated device_container_size to 133712 >21:06:24,034 INFO anaconda: getting device type for LVM >21:06:24,034 DEBUG anaconda: populate_raid: 0, None >21:06:24,034 INFO anaconda: getting device type for LVM >21:06:24,035 DEBUG anaconda: new container selection: None >21:06:24,036 DEBUG anaconda: new container selection: None >21:06:24,036 DEBUG anaconda: new container selection: None >21:06:24,036 DEBUG anaconda: new container selection: fedora >21:06:24,037 DEBUG anaconda: default container is fedora >21:06:24,164 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:24,165 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:24,165 DEBUG anaconda: updated device_container_name to fedora >21:06:24,165 DEBUG anaconda: updated device_container_raid_level to None >21:06:24,165 DEBUG anaconda: updated device_container_encrypted to False >21:06:24,165 DEBUG anaconda: updated device_container_size to 133712 >21:06:24,174 INFO anaconda: getting device type for LVM >21:06:24,174 DEBUG anaconda: populate_raid: 0, None >21:06:24,174 INFO anaconda: getting device type for LVM >21:06:24,175 DEBUG anaconda: new container selection: None >21:06:24,176 DEBUG anaconda: new container selection: None >21:06:24,176 DEBUG anaconda: new container selection: None >21:06:24,176 DEBUG anaconda: new container selection: fedora >21:06:24,177 DEBUG anaconda: default container is fedora >21:06:38,566 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:06:38,566 DEBUG anaconda: old name: 02 >21:06:38,566 DEBUG anaconda: new name: None >21:06:38,571 DEBUG anaconda: old size: 9998.0 >21:06:38,571 DEBUG anaconda: new size: 9998 >21:06:38,571 INFO anaconda: getting device type for LVM >21:06:38,571 DEBUG anaconda: old device type: 0 >21:06:38,571 DEBUG anaconda: new device type: 0 >21:06:38,572 DEBUG anaconda: reformat: False >21:06:38,573 DEBUG anaconda: old fs type: swap >21:06:38,573 DEBUG anaconda: new fs type: swap >21:06:38,573 DEBUG anaconda: old encryption setting: True >21:06:38,574 DEBUG anaconda: new encryption setting: True >21:06:38,574 DEBUG anaconda: old label: >21:06:38,574 DEBUG anaconda: new_label: >21:06:38,574 DEBUG anaconda: old mountpoint: >21:06:38,574 DEBUG anaconda: new mountpoint: >21:06:38,574 DEBUG anaconda: old raid level: None >21:06:38,574 DEBUG anaconda: new raid level: None >21:06:38,577 DEBUG anaconda: old container: fedora >21:06:38,578 DEBUG anaconda: new container: fedora >21:06:38,578 DEBUG anaconda: old container encrypted: False >21:06:38,578 DEBUG anaconda: new container encrypted: False >21:06:38,578 DEBUG anaconda: old container raid level: None >21:06:38,578 DEBUG anaconda: new container raid level: None >21:06:38,578 DEBUG anaconda: old container size request: 133712 >21:06:38,578 DEBUG anaconda: new container size request: 133712 >21:06:38,579 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:38,579 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:38,579 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:38,580 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:38,580 DEBUG anaconda: updated device_container_name to fedora >21:06:38,580 DEBUG anaconda: updated device_container_raid_level to None >21:06:38,580 DEBUG anaconda: updated device_container_encrypted to False >21:06:38,580 DEBUG anaconda: updated device_container_size to 133712 >21:06:38,589 INFO anaconda: getting device type for LVM >21:06:38,589 DEBUG anaconda: populate_raid: 0, None >21:06:38,589 INFO anaconda: getting device type for LVM >21:06:38,590 DEBUG anaconda: new container selection: None >21:06:38,590 DEBUG anaconda: new container selection: None >21:06:38,591 DEBUG anaconda: new container selection: None >21:06:38,591 DEBUG anaconda: new container selection: fedora >21:06:38,591 DEBUG anaconda: default container is fedora >21:06:48,871 DEBUG anaconda: requested size = 10 GB ; available space = 10.48 GB >21:06:49,090 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-aux', 'fedora00-home', 'fedora00-root', 'fedora00-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:06:49,092 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:06:49,095 DEBUG anaconda: ui: new_devices=['fedora00-swap', 'fedora00-root', 'fedora00-aux', 'fedora00-home'] >21:06:49,143 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:06:49,143 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:06:49,143 DEBUG anaconda: populate_right_side: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:06:49,144 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:49,144 DEBUG anaconda: updated device_container_name to fedora00 >21:06:49,144 DEBUG anaconda: updated device_container_raid_level to None >21:06:49,144 DEBUG anaconda: updated device_container_encrypted to False >21:06:49,144 DEBUG anaconda: updated device_container_size to 0 >21:06:49,148 INFO anaconda: getting device type for LVM >21:06:49,150 DEBUG anaconda: fs type changed: ext4 >21:06:49,158 INFO anaconda: getting device type for LVM >21:06:49,158 DEBUG anaconda: populate_raid: 0, None >21:06:49,158 INFO anaconda: getting device type for LVM >21:06:49,159 DEBUG anaconda: new container selection: None >21:06:49,160 DEBUG anaconda: new container selection: None >21:06:49,160 DEBUG anaconda: new container selection: None >21:06:49,160 DEBUG anaconda: new container selection: fedora00 >21:06:49,161 DEBUG anaconda: default container is fedora00 >21:06:49,163 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:06:49,164 DEBUG anaconda: current selector: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:06:49,164 DEBUG anaconda: notebook page = 1 >21:06:49,164 INFO anaconda: ui: saving changes to device fedora00-home >21:06:49,164 DEBUG anaconda: old name: home >21:06:49,164 DEBUG anaconda: new name: None >21:06:49,168 DEBUG anaconda: old size: 40000.0 >21:06:49,168 DEBUG anaconda: new size: 40000 >21:06:49,168 INFO anaconda: getting device type for LVM >21:06:49,169 DEBUG anaconda: old device type: 0 >21:06:49,169 DEBUG anaconda: new device type: 0 >21:06:49,169 DEBUG anaconda: reformat: True >21:06:49,171 DEBUG anaconda: old fs type: ext4 >21:06:49,171 DEBUG anaconda: new fs type: ext4 >21:06:49,171 DEBUG anaconda: old encryption setting: False >21:06:49,171 DEBUG anaconda: new encryption setting: False >21:06:49,172 DEBUG anaconda: old label: >21:06:49,172 DEBUG anaconda: new_label: >21:06:49,172 DEBUG anaconda: old mountpoint: /home >21:06:49,172 DEBUG anaconda: new mountpoint: /home >21:06:49,173 DEBUG anaconda: old raid level: None >21:06:49,173 DEBUG anaconda: new raid level: None >21:06:49,175 DEBUG anaconda: old container: fedora00 >21:06:49,175 DEBUG anaconda: new container: fedora00 >21:06:49,175 DEBUG anaconda: old container encrypted: False >21:06:49,175 DEBUG anaconda: new container encrypted: False >21:06:49,176 DEBUG anaconda: old container raid level: None >21:06:49,176 DEBUG anaconda: new container raid level: None >21:06:49,176 DEBUG anaconda: old container size request: 0 >21:06:49,176 DEBUG anaconda: new container size request: 0 >21:06:49,176 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:49,176 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:49,176 DEBUG anaconda: nothing changed for new device >21:06:49,177 DEBUG anaconda: new selector: non-existent 10000MB lvmlv fedora00-swap (43) with non-existent swap >21:06:49,177 DEBUG anaconda: populate_right_side: non-existent 10000MB lvmlv fedora00-swap (43) with non-existent swap >21:06:49,177 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:49,177 DEBUG anaconda: updated device_container_name to fedora00 >21:06:49,177 DEBUG anaconda: updated device_container_raid_level to None >21:06:49,178 DEBUG anaconda: updated device_container_encrypted to False >21:06:49,178 DEBUG anaconda: updated device_container_size to 0 >21:06:49,181 DEBUG anaconda: fs type changed: swap >21:06:49,188 INFO anaconda: getting device type for LVM >21:06:49,188 DEBUG anaconda: populate_raid: 0, None >21:06:49,189 INFO anaconda: getting device type for LVM >21:06:49,189 DEBUG anaconda: new container selection: None >21:06:49,190 DEBUG anaconda: new container selection: None >21:06:49,190 DEBUG anaconda: new container selection: fedora00 >21:06:49,191 DEBUG anaconda: default container is fedora00 >21:06:51,870 DEBUG anaconda: page clicked: Unknown >21:06:51,870 DEBUG anaconda: current selector: non-existent 10000MB lvmlv fedora00-swap (43) with non-existent swap >21:06:51,871 DEBUG anaconda: notebook page = 1 >21:06:51,871 INFO anaconda: ui: saving changes to device fedora00-swap >21:06:51,871 DEBUG anaconda: old name: swap >21:06:51,871 DEBUG anaconda: new name: None >21:06:51,875 DEBUG anaconda: old size: 10000.0 >21:06:51,875 DEBUG anaconda: new size: 10000 >21:06:51,875 INFO anaconda: getting device type for LVM >21:06:51,876 DEBUG anaconda: old device type: 0 >21:06:51,876 DEBUG anaconda: new device type: 0 >21:06:51,876 DEBUG anaconda: reformat: True >21:06:51,878 DEBUG anaconda: old fs type: swap >21:06:51,878 DEBUG anaconda: new fs type: swap >21:06:51,878 DEBUG anaconda: old encryption setting: False >21:06:51,878 DEBUG anaconda: new encryption setting: False >21:06:51,878 DEBUG anaconda: old label: >21:06:51,878 DEBUG anaconda: new_label: >21:06:51,878 DEBUG anaconda: old mountpoint: >21:06:51,879 DEBUG anaconda: new mountpoint: >21:06:51,879 DEBUG anaconda: old raid level: None >21:06:51,879 DEBUG anaconda: new raid level: None >21:06:51,881 DEBUG anaconda: old container: fedora00 >21:06:51,881 DEBUG anaconda: new container: fedora00 >21:06:51,881 DEBUG anaconda: old container encrypted: False >21:06:51,881 DEBUG anaconda: new container encrypted: False >21:06:51,881 DEBUG anaconda: old container raid level: None >21:06:51,881 DEBUG anaconda: new container raid level: None >21:06:51,881 DEBUG anaconda: old container size request: 0 >21:06:51,881 DEBUG anaconda: new container size request: 0 >21:06:51,882 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:06:51,882 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:06:51,882 DEBUG anaconda: nothing changed for new device >21:06:51,882 DEBUG anaconda: show mountpoint: Unknown >21:06:51,882 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:06:51,883 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:06:51,883 DEBUG anaconda: updated device_container_name to fedora >21:06:51,884 DEBUG anaconda: updated device_container_raid_level to None >21:06:51,884 DEBUG anaconda: updated device_container_encrypted to False >21:06:51,884 DEBUG anaconda: updated device_container_size to 133712 >21:06:51,887 INFO anaconda: getting device type for LVM >21:06:51,894 INFO anaconda: getting device type for LVM >21:06:51,894 DEBUG anaconda: populate_raid: 0, None >21:06:51,894 INFO anaconda: getting device type for LVM >21:06:51,895 DEBUG anaconda: new container selection: None >21:06:51,896 DEBUG anaconda: new container selection: None >21:06:51,896 DEBUG anaconda: new container selection: fedora >21:06:51,896 DEBUG anaconda: default container is fedora >21:07:07,946 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:07:07,947 DEBUG anaconda: old name: 02 >21:07:07,947 DEBUG anaconda: new name: None >21:07:07,951 DEBUG anaconda: old size: 9998.0 >21:07:07,951 DEBUG anaconda: new size: 9998 >21:07:07,951 INFO anaconda: getting device type for LVM >21:07:07,952 DEBUG anaconda: old device type: 0 >21:07:07,952 DEBUG anaconda: new device type: 0 >21:07:07,952 DEBUG anaconda: reformat: False >21:07:07,953 DEBUG anaconda: old fs type: swap >21:07:07,954 DEBUG anaconda: new fs type: swap >21:07:07,954 DEBUG anaconda: old encryption setting: True >21:07:07,954 DEBUG anaconda: new encryption setting: True >21:07:07,954 DEBUG anaconda: old label: >21:07:07,954 DEBUG anaconda: new_label: >21:07:07,954 DEBUG anaconda: old mountpoint: >21:07:07,954 DEBUG anaconda: new mountpoint: >21:07:07,955 DEBUG anaconda: old raid level: None >21:07:07,955 DEBUG anaconda: new raid level: None >21:07:07,958 DEBUG anaconda: old container: fedora >21:07:07,958 DEBUG anaconda: new container: fedora >21:07:07,958 DEBUG anaconda: old container encrypted: False >21:07:07,958 DEBUG anaconda: new container encrypted: False >21:07:07,958 DEBUG anaconda: old container raid level: None >21:07:07,958 DEBUG anaconda: new container raid level: None >21:07:07,959 DEBUG anaconda: old container size request: 133712 >21:07:07,959 DEBUG anaconda: new container size request: 133712 >21:07:07,959 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:07:07,959 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:07:07,959 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:07:07,960 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:07:07,960 DEBUG anaconda: updated device_container_name to fedora >21:07:07,960 DEBUG anaconda: updated device_container_raid_level to None >21:07:07,960 DEBUG anaconda: updated device_container_encrypted to False >21:07:07,961 DEBUG anaconda: updated device_container_size to 133712 >21:07:07,969 INFO anaconda: getting device type for LVM >21:07:07,969 DEBUG anaconda: populate_raid: 0, None >21:07:07,970 INFO anaconda: getting device type for LVM >21:07:07,970 DEBUG anaconda: new container selection: None >21:07:07,971 DEBUG anaconda: new container selection: None >21:07:07,971 DEBUG anaconda: new container selection: None >21:07:07,972 DEBUG anaconda: new container selection: fedora >21:07:07,972 DEBUG anaconda: default container is fedora >21:07:11,283 DEBUG anaconda: new disk order: [] >21:07:11,323 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:07:11,324 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,324 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,325 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,325 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,326 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:07:11,326 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,327 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,328 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,328 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:11,329 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:11,329 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:11,330 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:11,330 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:11,332 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:07:11,332 DEBUG anaconda: _is_valid_size(sda) returning True >21:07:11,332 DEBUG anaconda: _is_valid_location(sda) returning True >21:07:11,332 DEBUG anaconda: _is_valid_format(sda) returning True >21:07:11,332 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:07:11,334 INFO anaconda: Running Thread: AnaCheckStorageThread (140110087583488) >21:07:11,340 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:07:11,340 DEBUG anaconda: _is_valid_size(sda) returning True >21:07:11,340 DEBUG anaconda: _is_valid_location(sda) returning True >21:07:11,340 DEBUG anaconda: _is_valid_format(sda) returning True >21:07:11,340 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:07:11,341 DEBUG anaconda: _is_valid_disklabel(fedora00-root) returning True >21:07:11,341 DEBUG anaconda: _is_valid_size(fedora00-root) returning True >21:07:11,341 DEBUG anaconda: _is_valid_location(fedora00-root) returning True >21:07:11,341 DEBUG anaconda: _is_valid_partition(fedora00-root) returning True >21:07:11,341 DEBUG anaconda: _is_valid_format(fedora00-root) returning True >21:07:11,341 DEBUG anaconda: is_valid_stage2_device(fedora00-root) returning False >21:07:11,343 ERR anaconda: /boot filesystem cannot be of type lvmlv >21:07:11,343 INFO anaconda: Thread Done: AnaCheckStorageThread (140110087583488) >21:07:11,489 INFO anaconda: Not doing 'require network connection' in live installation >21:07:11,509 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:07:11,516 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:07:11,516 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Checking storage configuration... >21:07:11,523 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:07:41,504 DEBUG anaconda: disk free: 489.40 MB fs free: 347 MB sw needs: 2.96 GB auto swap: 3.98 GB >21:07:46,926 INFO anaconda: Running Thread: AnaExecuteStorageThread (140110087583488) >21:07:46,939 DEBUG anaconda: new disk order: [] >21:07:46,997 DEBUG anaconda: new disk order: [] >21:07:47,045 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:07:47,047 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,050 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,051 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,054 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,055 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:07:47,056 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,057 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,059 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,060 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:07:47,062 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:47,063 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:47,065 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:47,066 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:07:47,069 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:07:47,070 DEBUG anaconda: _is_valid_size(sda) returning True >21:07:47,071 DEBUG anaconda: _is_valid_location(sda) returning True >21:07:47,071 DEBUG anaconda: _is_valid_format(sda) returning True >21:07:47,072 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:07:47,073 INFO anaconda: Thread Done: AnaExecuteStorageThread (140110087583488) >21:07:47,132 INFO anaconda: Not doing 'require network connection' in live installation >21:07:47,213 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-aux', 'fedora00-home', 'fedora00-root', 'fedora00-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:07:47,215 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'] >21:07:47,218 DEBUG anaconda: ui: new_devices=['fedora00-aux', 'fedora00-root', 'fedora00-swap', 'fedora00-home'] >21:07:47,262 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:07:47,262 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:07:47,263 DEBUG anaconda: populate_right_side: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:07:47,263 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:07:47,263 DEBUG anaconda: updated device_container_name to fedora00 >21:07:47,263 DEBUG anaconda: updated device_container_raid_level to None >21:07:47,263 DEBUG anaconda: updated device_container_encrypted to False >21:07:47,264 DEBUG anaconda: updated device_container_size to 0 >21:07:47,267 INFO anaconda: getting device type for LVM >21:07:47,270 DEBUG anaconda: fs type changed: ext4 >21:07:47,277 INFO anaconda: getting device type for LVM >21:07:47,277 DEBUG anaconda: populate_raid: 0, None >21:07:47,278 INFO anaconda: getting device type for LVM >21:07:47,278 DEBUG anaconda: new container selection: None >21:07:47,279 DEBUG anaconda: new container selection: None >21:07:47,279 DEBUG anaconda: new container selection: None >21:07:47,280 DEBUG anaconda: new container selection: fedora00 >21:07:47,280 DEBUG anaconda: default container is fedora00 >21:07:47,281 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:07:47,281 DEBUG anaconda: populate_right_side: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:07:47,281 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:07:47,281 DEBUG anaconda: updated device_container_name to fedora00 >21:07:47,282 DEBUG anaconda: updated device_container_raid_level to None >21:07:47,282 DEBUG anaconda: updated device_container_encrypted to False >21:07:47,282 DEBUG anaconda: updated device_container_size to 0 >21:07:47,290 INFO anaconda: getting device type for LVM >21:07:47,290 DEBUG anaconda: populate_raid: 0, None >21:07:47,290 INFO anaconda: getting device type for LVM >21:07:47,291 DEBUG anaconda: new container selection: None >21:07:47,292 DEBUG anaconda: new container selection: None >21:07:47,292 DEBUG anaconda: new container selection: fedora00 >21:07:47,292 DEBUG anaconda: default container is fedora00 >21:07:47,330 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:07:47,330 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Saving storage configuration... >21:07:47,337 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:07:50,253 DEBUG anaconda: page clicked: Unknown >21:07:50,253 DEBUG anaconda: current selector: non-existent 40000MB lvmlv fedora00-home (41) with non-existent ext4 filesystem mounted at /home >21:07:50,253 DEBUG anaconda: notebook page = 1 >21:07:50,254 INFO anaconda: ui: saving changes to device fedora00-home >21:07:50,254 DEBUG anaconda: old name: home >21:07:50,254 DEBUG anaconda: new name: None >21:07:50,258 DEBUG anaconda: old size: 40000.0 >21:07:50,258 DEBUG anaconda: new size: 40000 >21:07:50,258 INFO anaconda: getting device type for LVM >21:07:50,259 DEBUG anaconda: old device type: 0 >21:07:50,259 DEBUG anaconda: new device type: 0 >21:07:50,259 DEBUG anaconda: reformat: True >21:07:50,261 DEBUG anaconda: old fs type: ext4 >21:07:50,261 DEBUG anaconda: new fs type: ext4 >21:07:50,261 DEBUG anaconda: old encryption setting: False >21:07:50,261 DEBUG anaconda: new encryption setting: False >21:07:50,261 DEBUG anaconda: old label: >21:07:50,261 DEBUG anaconda: new_label: >21:07:50,262 DEBUG anaconda: old mountpoint: /home >21:07:50,262 DEBUG anaconda: new mountpoint: /home >21:07:50,263 DEBUG anaconda: old raid level: None >21:07:50,263 DEBUG anaconda: new raid level: None >21:07:50,265 DEBUG anaconda: old container: fedora00 >21:07:50,265 DEBUG anaconda: new container: fedora00 >21:07:50,265 DEBUG anaconda: old container encrypted: False >21:07:50,265 DEBUG anaconda: new container encrypted: False >21:07:50,265 DEBUG anaconda: old container raid level: None >21:07:50,266 DEBUG anaconda: new container raid level: None >21:07:50,266 DEBUG anaconda: old container size request: 0 >21:07:50,266 DEBUG anaconda: new container size request: 0 >21:07:50,266 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:07:50,266 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:07:50,266 DEBUG anaconda: nothing changed for new device >21:07:50,267 DEBUG anaconda: show mountpoint: Unknown >21:07:50,267 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:07:50,268 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:07:50,268 DEBUG anaconda: updated device_container_name to fedora >21:07:50,268 DEBUG anaconda: updated device_container_raid_level to None >21:07:50,268 DEBUG anaconda: updated device_container_encrypted to False >21:07:50,268 DEBUG anaconda: updated device_container_size to 133712 >21:07:50,272 INFO anaconda: getting device type for LVM >21:07:50,273 DEBUG anaconda: fs type changed: swap >21:07:50,280 INFO anaconda: getting device type for LVM >21:07:50,280 DEBUG anaconda: populate_raid: 0, None >21:07:50,281 INFO anaconda: getting device type for LVM >21:07:50,282 DEBUG anaconda: new container selection: None >21:07:50,282 DEBUG anaconda: new container selection: None >21:07:50,282 DEBUG anaconda: new container selection: fedora >21:07:50,283 DEBUG anaconda: default container is fedora >21:07:51,897 INFO anaconda: ui: saving changes to device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:07:51,897 DEBUG anaconda: old name: 02 >21:07:51,897 DEBUG anaconda: new name: None >21:07:51,902 DEBUG anaconda: old size: 9998.0 >21:07:51,902 DEBUG anaconda: new size: 9998 >21:07:51,902 INFO anaconda: getting device type for LVM >21:07:51,902 DEBUG anaconda: old device type: 0 >21:07:51,903 DEBUG anaconda: new device type: 0 >21:07:51,903 DEBUG anaconda: reformat: False >21:07:51,904 DEBUG anaconda: old fs type: swap >21:07:51,904 DEBUG anaconda: new fs type: swap >21:07:51,904 DEBUG anaconda: old encryption setting: True >21:07:51,905 DEBUG anaconda: new encryption setting: True >21:07:51,905 DEBUG anaconda: old label: >21:07:51,905 DEBUG anaconda: new_label: >21:07:51,905 DEBUG anaconda: old mountpoint: >21:07:51,905 DEBUG anaconda: new mountpoint: >21:07:51,905 DEBUG anaconda: old raid level: None >21:07:51,905 DEBUG anaconda: new raid level: None >21:07:51,909 DEBUG anaconda: old container: fedora >21:07:51,909 DEBUG anaconda: new container: fedora >21:07:51,909 DEBUG anaconda: old container encrypted: False >21:07:51,909 DEBUG anaconda: new container encrypted: False >21:07:51,909 DEBUG anaconda: old container raid level: None >21:07:51,909 DEBUG anaconda: new container raid level: None >21:07:51,909 DEBUG anaconda: old container size request: 133712 >21:07:51,909 DEBUG anaconda: new container size request: 133712 >21:07:51,910 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:07:51,910 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:07:51,910 DEBUG anaconda: populate_right_side: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:07:51,911 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:07:51,911 DEBUG anaconda: updated device_container_name to fedora >21:07:51,911 DEBUG anaconda: updated device_container_raid_level to None >21:07:51,911 DEBUG anaconda: updated device_container_encrypted to False >21:07:51,911 DEBUG anaconda: updated device_container_size to 133712 >21:07:51,920 INFO anaconda: getting device type for LVM >21:07:51,920 DEBUG anaconda: populate_raid: 0, None >21:07:51,921 INFO anaconda: getting device type for LVM >21:07:51,921 DEBUG anaconda: new container selection: None >21:07:51,922 DEBUG anaconda: new container selection: None >21:07:51,922 DEBUG anaconda: new container selection: None >21:07:51,923 DEBUG anaconda: new container selection: fedora >21:07:51,923 DEBUG anaconda: default container is fedora >21:08:00,698 DEBUG anaconda: requested size = 1 GB ; available space = 489.40 MB >21:08:00,950 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-aux', 'fedora00-home', 'fedora00-root', 'fedora00-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:08:00,957 DEBUG anaconda: ui: unused=['sda1', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'] >21:08:00,961 DEBUG anaconda: ui: new_devices=['sda3', 'fedora00-aux', 'fedora00-root', 'fedora00-swap', 'fedora00-home'] >21:08:01,019 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:08:01,019 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:08:01,019 DEBUG anaconda: populate_right_side: non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot >21:08:01,020 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:08:01,020 DEBUG anaconda: updated device_container_name to None >21:08:01,020 DEBUG anaconda: updated device_container_raid_level to None >21:08:01,020 DEBUG anaconda: updated device_container_encrypted to False >21:08:01,020 DEBUG anaconda: updated device_container_size to 0 >21:08:01,024 INFO anaconda: getting device type for LVM >21:08:01,026 DEBUG anaconda: fs type changed: ext4 >21:08:01,034 INFO anaconda: getting device type for Standard Partition >21:08:01,035 DEBUG anaconda: device_type_changed: 2 Standard Partition >21:08:01,035 INFO anaconda: getting device type for Standard Partition >21:08:01,036 INFO anaconda: getting device type for Standard Partition >21:08:01,037 INFO anaconda: getting device type for Standard Partition >21:08:01,038 INFO anaconda: getting device type for Standard Partition >21:08:01,038 INFO anaconda: getting device type for Standard Partition >21:08:01,039 INFO anaconda: getting device type for Standard Partition >21:08:01,039 INFO anaconda: getting device type for Standard Partition >21:08:01,040 INFO anaconda: getting device type for Standard Partition >21:08:01,040 DEBUG anaconda: populate_raid: 2, None >21:08:01,041 INFO anaconda: getting device type for Standard Partition >21:08:01,042 INFO anaconda: getting device type for Standard Partition >21:08:01,043 DEBUG anaconda: populate_raid: 2, None >21:08:01,043 INFO anaconda: getting device type for Standard Partition >21:08:01,046 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:08:01,046 DEBUG anaconda: populate_right_side: non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot >21:08:01,047 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:08:01,047 DEBUG anaconda: updated device_container_name to None >21:08:01,047 DEBUG anaconda: updated device_container_raid_level to None >21:08:01,047 DEBUG anaconda: updated device_container_encrypted to False >21:08:01,047 DEBUG anaconda: updated device_container_size to 0 >21:08:01,055 INFO anaconda: getting device type for Standard Partition >21:08:01,056 DEBUG anaconda: populate_raid: 2, None >21:08:01,056 INFO anaconda: getting device type for Standard Partition >21:08:02,837 DEBUG anaconda: populate_right_side: non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot >21:08:02,838 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:08:02,838 DEBUG anaconda: updated device_container_name to None >21:08:02,838 DEBUG anaconda: updated device_container_raid_level to None >21:08:02,838 DEBUG anaconda: updated device_container_encrypted to False >21:08:02,838 DEBUG anaconda: updated device_container_size to 0 >21:08:02,847 INFO anaconda: getting device type for Standard Partition >21:08:02,847 DEBUG anaconda: populate_raid: 2, None >21:08:02,848 INFO anaconda: getting device type for Standard Partition >21:08:16,361 INFO anaconda: ui: saving changes to device sda3 >21:08:16,362 DEBUG anaconda: old name: sda3 >21:08:16,362 DEBUG anaconda: new name: None >21:08:16,366 DEBUG anaconda: old size: 243.0 >21:08:16,366 DEBUG anaconda: new size: 243 >21:08:16,366 INFO anaconda: getting device type for Standard Partition >21:08:16,366 DEBUG anaconda: old device type: 2 >21:08:16,367 DEBUG anaconda: new device type: 2 >21:08:16,367 DEBUG anaconda: reformat: True >21:08:16,368 DEBUG anaconda: old fs type: ext4 >21:08:16,369 DEBUG anaconda: new fs type: ext4 >21:08:16,369 DEBUG anaconda: old encryption setting: False >21:08:16,369 DEBUG anaconda: new encryption setting: False >21:08:16,369 DEBUG anaconda: old label: >21:08:16,369 DEBUG anaconda: new_label: >21:08:16,369 DEBUG anaconda: old mountpoint: /boot >21:08:16,369 DEBUG anaconda: new mountpoint: /boot >21:08:16,371 DEBUG anaconda: old raid level: None >21:08:16,371 DEBUG anaconda: new raid level: None >21:08:16,371 DEBUG anaconda: old container: None >21:08:16,371 DEBUG anaconda: new container: None >21:08:16,372 DEBUG anaconda: old container encrypted: False >21:08:16,372 DEBUG anaconda: new container encrypted: False >21:08:16,372 DEBUG anaconda: old container raid level: None >21:08:16,372 DEBUG anaconda: new container raid level: None >21:08:16,372 DEBUG anaconda: old container size request: 0 >21:08:16,372 DEBUG anaconda: new container size request: 0 >21:08:16,372 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:08:16,373 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:08:16,373 DEBUG anaconda: nothing changed for new device >21:08:19,270 DEBUG anaconda: new disk order: [] >21:08:19,312 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:19,313 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,314 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,315 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,316 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,317 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:19,318 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,319 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,320 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,321 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:19,322 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:19,323 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:19,324 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:19,325 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:19,327 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:08:19,327 DEBUG anaconda: _is_valid_size(sda) returning True >21:08:19,328 DEBUG anaconda: _is_valid_location(sda) returning True >21:08:19,328 DEBUG anaconda: _is_valid_format(sda) returning True >21:08:19,329 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:08:19,330 INFO anaconda: Running Thread: AnaCheckStorageThread (140110087583488) >21:08:19,340 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:08:19,340 DEBUG anaconda: _is_valid_size(sda) returning True >21:08:19,341 DEBUG anaconda: _is_valid_location(sda) returning True >21:08:19,341 DEBUG anaconda: _is_valid_format(sda) returning True >21:08:19,342 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:08:19,343 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >21:08:19,344 DEBUG anaconda: _is_valid_size(sda3) returning True >21:08:19,345 DEBUG anaconda: _is_valid_location(sda3) returning True >21:08:19,346 DEBUG anaconda: _is_valid_partition(sda3) returning True >21:08:19,346 DEBUG anaconda: _is_valid_format(sda3) returning True >21:08:19,347 DEBUG anaconda: is_valid_stage2_device(sda3) returning True >21:08:19,350 INFO anaconda: Thread Done: AnaCheckStorageThread (140110087583488) >21:08:19,483 INFO anaconda: Not doing 'require network connection' in live installation >21:08:20,711 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:21,962 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:21,981 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:23,228 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:23,247 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:23,248 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Checking storage configuration... >21:08:24,461 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:24,480 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:28,429 DEBUG anaconda: disk free: 246.46 MB fs free: 347 MB sw needs: 2.96 GB auto swap: 3.98 GB >21:08:32,422 INFO anaconda: Running Thread: AnaExecuteStorageThread (140110087583488) >21:08:32,427 DEBUG anaconda: new disk order: [] >21:08:32,478 DEBUG anaconda: new disk order: [] >21:08:32,524 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:32,525 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,526 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,527 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,527 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,528 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:32,529 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,530 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,531 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,532 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:32,532 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:32,533 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:32,534 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:32,534 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:32,537 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:08:32,537 DEBUG anaconda: _is_valid_size(sda) returning True >21:08:32,537 DEBUG anaconda: _is_valid_location(sda) returning True >21:08:32,537 DEBUG anaconda: _is_valid_format(sda) returning True >21:08:32,537 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:08:32,538 INFO anaconda: Thread Done: AnaExecuteStorageThread (140110087583488) >21:08:32,628 INFO anaconda: Not doing 'require network connection' in live installation >21:08:33,855 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:33,943 DEBUG anaconda: ui: devices=['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'fedora00', 'fedora00-aux', 'fedora00-home', 'fedora00-root', 'fedora00-swap', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sdb', 'sdb1', 'sdb2', 'sr0'] >21:08:33,949 DEBUG anaconda: ui: unused=['sda1', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'] >21:08:33,951 DEBUG anaconda: ui: new_devices=['fedora00-aux', 'fedora00-swap', 'sda3', 'fedora00-root', 'fedora00-home'] >21:08:34,009 DEBUG anaconda: page clicked: New Fedora 20 Installation >21:08:34,009 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:08:34,009 DEBUG anaconda: populate_right_side: non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot >21:08:34,009 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:08:34,010 DEBUG anaconda: updated device_container_name to None >21:08:34,010 DEBUG anaconda: updated device_container_raid_level to None >21:08:34,010 DEBUG anaconda: updated device_container_encrypted to False >21:08:34,010 DEBUG anaconda: updated device_container_size to 0 >21:08:34,018 INFO anaconda: getting device type for Standard Partition >21:08:34,019 DEBUG anaconda: populate_raid: 2, None >21:08:34,019 INFO anaconda: getting device type for Standard Partition >21:08:34,020 DEBUG anaconda: show mountpoint: New Fedora 20 Installation >21:08:34,020 DEBUG anaconda: populate_right_side: non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot >21:08:34,021 DEBUG anaconda: updated device_disks to ['sda', 'sdb'] >21:08:34,021 DEBUG anaconda: updated device_container_name to None >21:08:34,021 DEBUG anaconda: updated device_container_raid_level to None >21:08:34,021 DEBUG anaconda: updated device_container_encrypted to False >21:08:34,021 DEBUG anaconda: updated device_container_size to 0 >21:08:34,030 INFO anaconda: getting device type for Standard Partition >21:08:34,030 DEBUG anaconda: populate_raid: 2, None >21:08:34,030 INFO anaconda: getting device type for Standard Partition >21:08:35,276 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:35,295 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:35,296 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Saving storage configuration... >21:08:36,511 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:36,531 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:37,894 INFO anaconda: ui: saving changes to device sda3 >21:08:37,894 DEBUG anaconda: old name: sda3 >21:08:37,894 DEBUG anaconda: new name: None >21:08:37,898 DEBUG anaconda: old size: 243.0 >21:08:37,898 DEBUG anaconda: new size: 243 >21:08:37,898 INFO anaconda: getting device type for Standard Partition >21:08:37,899 DEBUG anaconda: old device type: 2 >21:08:37,899 DEBUG anaconda: new device type: 2 >21:08:37,899 DEBUG anaconda: reformat: True >21:08:37,901 DEBUG anaconda: old fs type: ext4 >21:08:37,901 DEBUG anaconda: new fs type: ext4 >21:08:37,901 DEBUG anaconda: old encryption setting: False >21:08:37,901 DEBUG anaconda: new encryption setting: False >21:08:37,901 DEBUG anaconda: old label: >21:08:37,901 DEBUG anaconda: new_label: >21:08:37,902 DEBUG anaconda: old mountpoint: /boot >21:08:37,902 DEBUG anaconda: new mountpoint: /boot >21:08:37,903 DEBUG anaconda: old raid level: None >21:08:37,904 DEBUG anaconda: new raid level: None >21:08:37,904 DEBUG anaconda: old container: None >21:08:37,904 DEBUG anaconda: new container: None >21:08:37,904 DEBUG anaconda: old container encrypted: False >21:08:37,904 DEBUG anaconda: new container encrypted: False >21:08:37,905 DEBUG anaconda: old container raid level: None >21:08:37,905 DEBUG anaconda: new container raid level: None >21:08:37,905 DEBUG anaconda: old container size request: 0 >21:08:37,905 DEBUG anaconda: new container size request: 0 >21:08:37,905 DEBUG anaconda: old disks: ['sda', 'sdb'] >21:08:37,905 DEBUG anaconda: new disks: ['sda', 'sdb'] >21:08:37,905 DEBUG anaconda: nothing changed for new device >21:08:39,771 DEBUG anaconda: new disk order: [] >21:08:39,816 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:39,817 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,817 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,818 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,818 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,819 DEBUG anaconda: stage1 device cannot be of type lvmvg >21:08:39,820 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,820 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,821 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,821 DEBUG anaconda: stage1 device cannot be of type lvmlv >21:08:39,822 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:39,822 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:39,823 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:39,824 DEBUG anaconda: stage1 device cannot be of type luks/dm-crypt >21:08:39,825 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:08:39,825 DEBUG anaconda: _is_valid_size(sda) returning True >21:08:39,825 DEBUG anaconda: _is_valid_location(sda) returning True >21:08:39,825 DEBUG anaconda: _is_valid_format(sda) returning True >21:08:39,826 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:08:39,827 INFO anaconda: Running Thread: AnaCheckStorageThread (140110087583488) >21:08:39,836 DEBUG anaconda: _is_valid_disklabel(sda) returning True >21:08:39,837 DEBUG anaconda: _is_valid_size(sda) returning True >21:08:39,837 DEBUG anaconda: _is_valid_location(sda) returning True >21:08:39,837 DEBUG anaconda: _is_valid_format(sda) returning True >21:08:39,837 DEBUG anaconda: is_valid_stage1_device(sda) returning True >21:08:39,837 DEBUG anaconda: _is_valid_disklabel(sda3) returning True >21:08:39,837 DEBUG anaconda: _is_valid_size(sda3) returning True >21:08:39,838 DEBUG anaconda: _is_valid_location(sda3) returning True >21:08:39,838 DEBUG anaconda: _is_valid_partition(sda3) returning True >21:08:39,838 DEBUG anaconda: _is_valid_format(sda3) returning True >21:08:39,838 DEBUG anaconda: is_valid_stage2_device(sda3) returning True >21:08:39,839 INFO anaconda: Thread Done: AnaCheckStorageThread (140110087583488) >21:08:39,977 INFO anaconda: Not doing 'require network connection' in live installation >21:08:41,210 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:42,453 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:42,473 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:43,691 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:43,710 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:08:43,710 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> status to: Checking storage configuration... >21:08:44,922 INFO anaconda: fs space: 30 GB needed: 2.96 GB >21:08:44,941 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f6de0035b10> >21:16:47,202 INFO anaconda: Running Thread: AnaInstallThread (140110087583488) >21:16:47,202 INFO anaconda: Not doing 'save system time to HW clock' in live installation >21:16:47,203 INFO anaconda: Setting up the installation environment >21:17:02,311 INFO anaconda: Creating lvmpv on /dev/sda5 >21:17:02,844 INFO anaconda: Creating ext4 on /dev/sda3 >21:17:05,471 INFO anaconda: Creating lvmpv on /dev/sdb2 >21:17:06,475 INFO anaconda: Creating ext4 on /dev/mapper/fedora00-root >21:17:09,529 INFO anaconda: Creating ext4 on /dev/mapper/fedora00-home >21:17:12,983 INFO anaconda: Creating ext4 on /dev/mapper/fedora00-aux >21:17:19,843 INFO anaconda: Creating swap on /dev/mapper/fedora00-swap >21:17:20,544 DEBUG anaconda: running handleException >21:17:20,544 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >21:17:20,545 INFO anaconda: Thread Done: AnaInstallThread (140110087583488) > > >/tmp/packaging.log: > > >/tmp/program.log: >21:00:32,218 INFO program: Running... udevadm settle --timeout=300 >21:00:32,229 DEBUG program: Return code: 0 >21:00:32,281 INFO program: Running... multipath -c /dev/sdc >21:00:32,306 INFO program: Dec 18 21:00:32 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:32,307 INFO program: Dec 18 21:00:32 | A default multipath.conf file is located at >21:00:32,307 INFO program: Dec 18 21:00:32 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:32,307 INFO program: Dec 18 21:00:32 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:32,307 INFO program: /dev/sdc is not a valid multipath device path >21:00:32,307 DEBUG program: Return code: 1 >21:00:32,356 INFO program: Running... multipath -c /dev/sda >21:00:32,361 INFO program: Dec 18 21:00:32 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:32,362 INFO program: Dec 18 21:00:32 | A default multipath.conf file is located at >21:00:32,362 INFO program: Dec 18 21:00:32 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:32,362 INFO program: Dec 18 21:00:32 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:32,362 INFO program: /dev/sda is not a valid multipath device path >21:00:32,362 DEBUG program: Return code: 1 >21:00:32,553 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} /dev/sda2 >21:00:32,638 INFO program: LVM2_PV_UUID=HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE >21:00:32,638 INFO program: LVM2_PE_START=1024.00 >21:00:32,638 INFO program: LVM2_VG_NAME=fedora >21:00:32,638 INFO program: LVM2_VG_UUID=daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 >21:00:32,638 INFO program: LVM2_VG_SIZE=215044096.00 >21:00:32,638 INFO program: LVM2_VG_FREE=4096.00 >21:00:32,638 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >21:00:32,638 INFO program: LVM2_VG_EXTENT_COUNT=52501 >21:00:32,639 INFO program: LVM2_VG_FREE_COUNT=1 >21:00:32,639 INFO program: LVM2_PV_COUNT=2 >21:00:32,639 DEBUG program: Return code: 0 >21:00:32,646 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} fedora >21:00:32,695 INFO program: LVM2_LV_NAME=00 LVM2_LV_NAME=01 LVM2_LV_NAME=02 LVM2_LV_NAME=03 LVM2_LV_NAME=03 >21:00:32,695 INFO program: LVM2_LV_UUID=i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX LVM2_LV_UUID=1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL LVM2_LV_UUID=SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 >21:00:32,695 INFO program: LVM2_LV_SIZE=40960000.00 LVM2_LV_SIZE=61440000.00 LVM2_LV_SIZE=10240000.00 LVM2_LV_SIZE=102400000.00 LVM2_LV_SIZE=102400000.00 >21:00:32,695 INFO program: LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- >21:00:32,695 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >21:00:32,695 DEBUG program: Return code: 0 >21:00:32,720 INFO program: Running... multipath -c /dev/sdb >21:00:32,725 INFO program: Dec 18 21:00:32 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:32,725 INFO program: Dec 18 21:00:32 | A default multipath.conf file is located at >21:00:32,725 INFO program: Dec 18 21:00:32 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:32,725 INFO program: Dec 18 21:00:32 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:32,725 INFO program: /dev/sdb is not a valid multipath device path >21:00:32,725 DEBUG program: Return code: 1 >21:00:32,815 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} /dev/sdb1 >21:00:32,877 INFO program: LVM2_PV_UUID=wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn >21:00:32,878 INFO program: LVM2_PE_START=1024.00 >21:00:32,878 INFO program: LVM2_VG_NAME=fedora >21:00:32,878 INFO program: LVM2_VG_UUID=daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 >21:00:32,878 INFO program: LVM2_VG_SIZE=215044096.00 >21:00:32,878 INFO program: LVM2_VG_FREE=4096.00 >21:00:32,878 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >21:00:32,878 INFO program: LVM2_VG_EXTENT_COUNT=52501 >21:00:32,878 INFO program: LVM2_VG_FREE_COUNT=1 >21:00:32,878 INFO program: LVM2_PV_COUNT=2 >21:00:32,879 DEBUG program: Return code: 0 >21:00:32,885 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} fedora >21:00:32,903 INFO program: LVM2_LV_NAME=00 LVM2_LV_NAME=01 LVM2_LV_NAME=02 LVM2_LV_NAME=03 LVM2_LV_NAME=03 >21:00:32,903 INFO program: LVM2_LV_UUID=i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX LVM2_LV_UUID=1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL LVM2_LV_UUID=SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 >21:00:32,903 INFO program: LVM2_LV_SIZE=40960000.00 LVM2_LV_SIZE=61440000.00 LVM2_LV_SIZE=10240000.00 LVM2_LV_SIZE=102400000.00 LVM2_LV_SIZE=102400000.00 >21:00:32,903 INFO program: LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- >21:00:32,904 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >21:00:32,904 DEBUG program: Return code: 0 >21:00:33,370 INFO program: Running... udevadm settle --timeout=300 >21:00:33,595 DEBUG program: Return code: 0 >21:00:35,647 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >21:00:35,664 DEBUG program: Return code: 0 >21:00:35,665 INFO program: Running... udevadm settle --timeout=300 >21:00:36,346 DEBUG program: Return code: 0 >21:00:36,347 INFO program: Running... modprobe fcoe >21:00:36,401 DEBUG program: Return code: 0 >21:00:36,402 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >21:00:36,417 INFO program: No FCoE boot disk information is found in EDD! >21:00:36,417 DEBUG program: Return code: 1 >21:00:37,077 INFO program: Running... udevadm settle --timeout=300 >21:00:37,097 DEBUG program: Return code: 0 >21:00:37,110 INFO program: Running... udevadm settle --timeout=300 >21:00:37,128 DEBUG program: Return code: 0 >21:00:37,170 INFO program: Running... multipath -c /dev/sdc >21:00:37,181 INFO program: Dec 18 21:00:37 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:37,181 INFO program: Dec 18 21:00:37 | A default multipath.conf file is located at >21:00:37,181 INFO program: Dec 18 21:00:37 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:37,182 INFO program: Dec 18 21:00:37 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:37,182 INFO program: /dev/sdc is not a valid multipath device path >21:00:37,182 DEBUG program: Return code: 1 >21:00:37,363 INFO program: Running... multipath -c /dev/sda >21:00:37,375 INFO program: Dec 18 21:00:37 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:37,376 INFO program: Dec 18 21:00:37 | A default multipath.conf file is located at >21:00:37,377 INFO program: Dec 18 21:00:37 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:37,377 INFO program: Dec 18 21:00:37 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:37,378 INFO program: /dev/sda is not a valid multipath device path >21:00:37,378 DEBUG program: Return code: 1 >21:00:37,507 INFO program: Running... dumpe2fs -h /dev/sda1 >21:00:37,570 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:37,571 INFO program: Filesystem volume name: <none> >21:00:37,571 INFO program: Last mounted on: /boot >21:00:37,571 INFO program: Filesystem UUID: 34ac2579-b24c-4ee3-814c-13dd84e3863b >21:00:37,571 INFO program: Filesystem magic number: 0xEF53 >21:00:37,571 INFO program: Filesystem revision #: 1 (dynamic) >21:00:37,571 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 >21:00:37,572 INFO program: Filesystem flags: signed_directory_hash >21:00:37,572 INFO program: Default mount options: user_xattr acl >21:00:37,572 INFO program: Filesystem state: clean >21:00:37,572 INFO program: Errors behavior: Continue >21:00:37,572 INFO program: Filesystem OS type: Linux >21:00:37,572 INFO program: Inode count: 128016 >21:00:37,572 INFO program: Block count: 512000 >21:00:37,573 INFO program: Reserved block count: 25600 >21:00:37,573 INFO program: Free blocks: 366236 >21:00:37,573 INFO program: Free inodes: 127631 >21:00:37,573 INFO program: First block: 1 >21:00:37,573 INFO program: Block size: 1024 >21:00:37,573 INFO program: Fragment size: 1024 >21:00:37,574 INFO program: Reserved GDT blocks: 256 >21:00:37,574 INFO program: Blocks per group: 8192 >21:00:37,574 INFO program: Fragments per group: 8192 >21:00:37,574 INFO program: Inodes per group: 2032 >21:00:37,574 INFO program: Inode blocks per group: 254 >21:00:37,575 INFO program: Flex block group size: 16 >21:00:37,575 INFO program: Filesystem created: Sat Aug 3 15:26:59 2013 >21:00:37,575 INFO program: Last mount time: Thu Oct 3 03:38:10 2013 >21:00:37,576 INFO program: Last write time: Fri Oct 4 20:38:01 2013 >21:00:37,576 INFO program: Mount count: 33 >21:00:37,576 INFO program: Maximum mount count: -1 >21:00:37,576 INFO program: Last checked: Sat Aug 3 15:26:59 2013 >21:00:37,577 INFO program: Check interval: 0 (<none>) >21:00:37,577 INFO program: Lifetime writes: 269 MB >21:00:37,577 INFO program: Reserved blocks uid: 0 (user root) >21:00:37,578 INFO program: Reserved blocks gid: 0 (group root) >21:00:37,578 INFO program: First inode: 11 >21:00:37,585 INFO program: Inode size: 128 >21:00:37,585 INFO program: Journal inode: 8 >21:00:37,585 INFO program: Default directory hash: half_md4 >21:00:37,585 INFO program: Directory Hash Seed: 7a976b3c-9b8d-4f34-a477-72a387bd781d >21:00:37,585 INFO program: Journal backup: inode blocks >21:00:37,586 INFO program: Journal features: (none) >21:00:37,586 INFO program: Journal size: 8M >21:00:37,586 INFO program: Journal length: 8192 >21:00:37,586 INFO program: Journal sequence: 0x00000100 >21:00:37,586 INFO program: Journal start: 0 >21:00:37,586 INFO program: >21:00:37,587 DEBUG program: Return code: 0 >21:00:37,589 INFO program: Running... resize2fs -P /dev/sda1 >21:00:37,621 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:37,621 INFO program: Estimated minimum size of the filesystem: 141829 >21:00:37,621 DEBUG program: Return code: 0 >21:00:37,702 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} /dev/sda2 >21:00:37,797 INFO program: LVM2_PV_UUID=HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE >21:00:37,798 INFO program: LVM2_PE_START=1024.00 >21:00:37,799 INFO program: LVM2_VG_NAME=fedora >21:00:37,799 INFO program: LVM2_VG_UUID=daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 >21:00:37,800 INFO program: LVM2_VG_SIZE=215044096.00 >21:00:37,801 INFO program: LVM2_VG_FREE=4096.00 >21:00:37,801 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >21:00:37,802 INFO program: LVM2_VG_EXTENT_COUNT=52501 >21:00:37,802 INFO program: LVM2_VG_FREE_COUNT=1 >21:00:37,803 INFO program: LVM2_PV_COUNT=2 >21:00:37,803 DEBUG program: Return code: 0 >21:00:37,819 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} fedora >21:00:37,868 INFO program: LVM2_LV_NAME=00 LVM2_LV_NAME=01 LVM2_LV_NAME=02 LVM2_LV_NAME=03 LVM2_LV_NAME=03 >21:00:37,869 INFO program: LVM2_LV_UUID=i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX LVM2_LV_UUID=1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL LVM2_LV_UUID=SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 >21:00:37,870 INFO program: LVM2_LV_SIZE=40960000.00 LVM2_LV_SIZE=61440000.00 LVM2_LV_SIZE=10240000.00 LVM2_LV_SIZE=102400000.00 LVM2_LV_SIZE=102400000.00 >21:00:37,870 INFO program: LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- >21:00:37,871 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >21:00:37,872 DEBUG program: Return code: 0 >21:00:37,926 INFO program: Running... multipath -c /dev/sdb >21:00:37,951 INFO program: Dec 18 21:00:37 | /etc/multipath.conf does not exist, blacklisting all devices. >21:00:37,952 INFO program: Dec 18 21:00:37 | A default multipath.conf file is located at >21:00:37,952 INFO program: Dec 18 21:00:37 | /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf >21:00:37,953 INFO program: Dec 18 21:00:37 | You can run /sbin/mpathconf to create or modify /etc/multipath.conf >21:00:37,953 INFO program: /dev/sdb is not a valid multipath device path >21:00:37,954 DEBUG program: Return code: 1 >21:00:38,057 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} /dev/sdb1 >21:00:38,142 INFO program: LVM2_PV_UUID=wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn >21:00:38,142 INFO program: LVM2_PE_START=1024.00 >21:00:38,142 INFO program: LVM2_VG_NAME=fedora >21:00:38,143 INFO program: LVM2_VG_UUID=daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 >21:00:38,143 INFO program: LVM2_VG_SIZE=215044096.00 >21:00:38,143 INFO program: LVM2_VG_FREE=4096.00 >21:00:38,143 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >21:00:38,143 INFO program: LVM2_VG_EXTENT_COUNT=52501 >21:00:38,143 INFO program: LVM2_VG_FREE_COUNT=1 >21:00:38,144 INFO program: LVM2_PV_COUNT=2 >21:00:38,144 DEBUG program: Return code: 0 >21:00:38,154 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } global {locking_type=4} fedora >21:00:38,184 INFO program: LVM2_LV_NAME=00 LVM2_LV_NAME=01 LVM2_LV_NAME=02 LVM2_LV_NAME=03 LVM2_LV_NAME=03 >21:00:38,185 INFO program: LVM2_LV_UUID=i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX LVM2_LV_UUID=1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL LVM2_LV_UUID=SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 LVM2_LV_UUID=QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 >21:00:38,186 INFO program: LVM2_LV_SIZE=40960000.00 LVM2_LV_SIZE=61440000.00 LVM2_LV_SIZE=10240000.00 LVM2_LV_SIZE=102400000.00 LVM2_LV_SIZE=102400000.00 >21:00:38,186 INFO program: LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- LVM2_LV_ATTR=-wi-ao---- >21:00:38,187 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >21:00:38,187 DEBUG program: Return code: 0 >21:00:38,716 INFO program: Running... dumpe2fs -h /dev/loop3 >21:00:38,727 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:38,728 INFO program: Filesystem volume name: _Fedora-Live-Des >21:00:38,729 INFO program: Last mounted on: /var/tmp/imgcreate-CIJ2Sr/install_root >21:00:38,729 INFO program: Filesystem UUID: 24375583-5faa-4172-8345-5dff1a0e89e5 >21:00:38,730 INFO program: Filesystem magic number: 0xEF53 >21:00:38,730 INFO program: Filesystem revision #: 1 (dynamic) >21:00:38,731 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 >21:00:38,731 INFO program: Filesystem flags: signed_directory_hash >21:00:38,732 INFO program: Default mount options: user_xattr acl >21:00:38,733 INFO program: Filesystem state: clean >21:00:38,734 INFO program: Errors behavior: Continue >21:00:38,734 INFO program: Filesystem OS type: Linux >21:00:38,735 INFO program: Inode count: 262144 >21:00:38,735 INFO program: Block count: 1048576 >21:00:38,736 INFO program: Reserved block count: 10484 >21:00:38,736 INFO program: Free blocks: 225114 >21:00:38,737 INFO program: Free inodes: 155781 >21:00:38,737 INFO program: First block: 0 >21:00:38,738 INFO program: Block size: 4096 >21:00:38,738 INFO program: Fragment size: 4096 >21:00:38,739 INFO program: Reserved GDT blocks: 255 >21:00:38,739 INFO program: Blocks per group: 32768 >21:00:38,740 INFO program: Fragments per group: 32768 >21:00:38,740 INFO program: Inodes per group: 8192 >21:00:38,741 INFO program: Inode blocks per group: 512 >21:00:38,741 INFO program: Flex block group size: 16 >21:00:38,742 INFO program: Filesystem created: Wed Dec 11 19:03:22 2013 >21:00:38,743 INFO program: Last mount time: Wed Dec 11 19:03:26 2013 >21:00:38,743 INFO program: Last write time: Wed Dec 11 19:51:39 2013 >21:00:38,744 INFO program: Mount count: 0 >21:00:38,744 INFO program: Maximum mount count: -1 >21:00:38,744 INFO program: Last checked: Wed Dec 11 19:51:39 2013 >21:00:38,745 INFO program: Check interval: 0 (<none>) >21:00:38,745 INFO program: Lifetime writes: 767 MB >21:00:38,746 INFO program: Reserved blocks uid: 0 (user root) >21:00:38,747 INFO program: Reserved blocks gid: 0 (group root) >21:00:38,748 INFO program: First inode: 11 >21:00:38,748 INFO program: Inode size: 256 >21:00:38,748 INFO program: Required extra isize: 28 >21:00:38,749 INFO program: Desired extra isize: 28 >21:00:38,755 INFO program: Journal inode: 8 >21:00:38,756 INFO program: Default directory hash: half_md4 >21:00:38,757 INFO program: Directory Hash Seed: b1c616e0-cc81-4b8c-9992-f2c77daec9c9 >21:00:38,757 INFO program: Journal backup: inode blocks >21:00:38,758 INFO program: Journal features: journal_incompat_revoke >21:00:38,758 INFO program: Journal size: 128M >21:00:38,759 INFO program: Journal length: 32768 >21:00:38,760 INFO program: Journal sequence: 0x00003086 >21:00:38,760 INFO program: Journal start: 0 >21:00:38,761 INFO program: >21:00:38,761 DEBUG program: Return code: 0 >21:00:38,762 INFO program: Running... resize2fs -P /dev/loop3 >21:00:38,777 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:38,779 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop3 >21:00:38,780 INFO program: Couldn't find valid filesystem superblock. >21:00:38,780 DEBUG program: Return code: 1 >21:00:38,893 INFO program: Running... dumpe2fs -h /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:00:39,005 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:39,006 INFO program: Filesystem volume name: <none> >21:00:39,007 INFO program: Last mounted on: /run/media/liveuser/eda97348-74da-47c7-bbb7-33ceaab4d7fc >21:00:39,008 INFO program: Filesystem UUID: eda97348-74da-47c7-bbb7-33ceaab4d7fc >21:00:39,009 INFO program: Filesystem magic number: 0xEF53 >21:00:39,010 INFO program: Filesystem revision #: 1 (dynamic) >21:00:39,010 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 >21:00:39,013 INFO program: Filesystem flags: signed_directory_hash >21:00:39,013 INFO program: Default mount options: user_xattr acl >21:00:39,014 INFO program: Filesystem state: clean >21:00:39,014 INFO program: Errors behavior: Continue >21:00:39,016 INFO program: Filesystem OS type: Linux >21:00:39,016 INFO program: Inode count: 2564096 >21:00:39,017 INFO program: Block count: 10239488 >21:00:39,017 INFO program: Reserved block count: 511974 >21:00:39,018 INFO program: Free blocks: 7940629 >21:00:39,018 INFO program: Free inodes: 2314090 >21:00:39,019 INFO program: First block: 0 >21:00:39,019 INFO program: Block size: 4096 >21:00:39,020 INFO program: Fragment size: 4096 >21:00:39,020 INFO program: Reserved GDT blocks: 1021 >21:00:39,021 INFO program: Blocks per group: 32768 >21:00:39,021 INFO program: Fragments per group: 32768 >21:00:39,022 INFO program: Inodes per group: 8192 >21:00:39,022 INFO program: Inode blocks per group: 512 >21:00:39,023 INFO program: Flex block group size: 16 >21:00:39,023 INFO program: Filesystem created: Sat Aug 3 15:27:14 2013 >21:00:39,024 INFO program: Last mount time: Wed Dec 18 20:58:29 2013 >21:00:39,024 INFO program: Last write time: Wed Dec 18 21:00:31 2013 >21:00:39,025 INFO program: Mount count: 34 >21:00:39,025 INFO program: Maximum mount count: -1 >21:00:39,026 INFO program: Last checked: Sat Aug 3 15:27:14 2013 >21:00:39,026 INFO program: Check interval: 0 (<none>) >21:00:39,027 INFO program: Lifetime writes: 54 GB >21:00:39,027 INFO program: Reserved blocks uid: 0 (user root) >21:00:39,028 INFO program: Reserved blocks gid: 0 (group root) >21:00:39,028 INFO program: First inode: 11 >21:00:39,029 INFO program: Inode size: 256 >21:00:39,029 INFO program: Required extra isize: 28 >21:00:39,030 INFO program: Desired extra isize: 28 >21:00:39,030 INFO program: Journal inode: 8 >21:00:39,031 INFO program: Default directory hash: half_md4 >21:00:39,031 INFO program: Directory Hash Seed: 4a0c7e92-d059-40e8-bfe4-fb29aede498c >21:00:39,032 INFO program: Journal backup: inode blocks >21:00:39,032 INFO program: Journal features: journal_incompat_revoke >21:00:39,033 INFO program: Journal size: 128M >21:00:39,033 INFO program: Journal length: 32768 >21:00:39,034 INFO program: Journal sequence: 0x00022bac >21:00:39,034 INFO program: Journal start: 0 >21:00:39,035 INFO program: >21:00:39,035 DEBUG program: Return code: 0 >21:00:39,036 INFO program: Running... resize2fs -P /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:00:39,078 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:39,079 INFO program: Estimated minimum size of the filesystem: 2193144 >21:00:39,080 DEBUG program: Return code: 0 >21:00:39,273 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:00:39,286 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:39,287 INFO program: Filesystem volume name: _Fedora-Live-Des >21:00:39,287 INFO program: Last mounted on: / >21:00:39,288 INFO program: Filesystem UUID: 24375583-5faa-4172-8345-5dff1a0e89e5 >21:00:39,288 INFO program: Filesystem magic number: 0xEF53 >21:00:39,289 INFO program: Filesystem revision #: 1 (dynamic) >21:00:39,290 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >21:00:39,290 INFO program: Filesystem flags: signed_directory_hash >21:00:39,291 INFO program: Default mount options: user_xattr acl >21:00:39,293 INFO program: Filesystem state: clean >21:00:39,293 INFO program: Errors behavior: Continue >21:00:39,294 INFO program: Filesystem OS type: Linux >21:00:39,294 INFO program: Inode count: 262144 >21:00:39,294 INFO program: Block count: 1048576 >21:00:39,294 INFO program: Reserved block count: 10484 >21:00:39,294 INFO program: Free blocks: 225114 >21:00:39,294 INFO program: Free inodes: 155781 >21:00:39,295 INFO program: First block: 0 >21:00:39,295 INFO program: Block size: 4096 >21:00:39,295 INFO program: Fragment size: 4096 >21:00:39,295 INFO program: Reserved GDT blocks: 255 >21:00:39,295 INFO program: Blocks per group: 32768 >21:00:39,295 INFO program: Fragments per group: 32768 >21:00:39,295 INFO program: Inodes per group: 8192 >21:00:39,296 INFO program: Inode blocks per group: 512 >21:00:39,296 INFO program: Flex block group size: 16 >21:00:39,296 INFO program: Filesystem created: Wed Dec 11 19:03:22 2013 >21:00:39,296 INFO program: Last mount time: Wed Dec 18 20:53:26 2013 >21:00:39,296 INFO program: Last write time: Wed Dec 18 20:53:26 2013 >21:00:39,296 INFO program: Mount count: 1 >21:00:39,297 INFO program: Maximum mount count: -1 >21:00:39,297 INFO program: Last checked: Wed Dec 11 19:51:39 2013 >21:00:39,297 INFO program: Check interval: 0 (<none>) >21:00:39,297 INFO program: Lifetime writes: 767 MB >21:00:39,297 INFO program: Reserved blocks uid: 0 (user root) >21:00:39,298 INFO program: Reserved blocks gid: 0 (group root) >21:00:39,298 INFO program: First inode: 11 >21:00:39,298 INFO program: Inode size: 256 >21:00:39,299 INFO program: Required extra isize: 28 >21:00:39,299 INFO program: Desired extra isize: 28 >21:00:39,299 INFO program: Journal inode: 8 >21:00:39,299 INFO program: First orphan inode: 44984 >21:00:39,300 INFO program: Default directory hash: half_md4 >21:00:39,302 INFO program: Directory Hash Seed: b1c616e0-cc81-4b8c-9992-f2c77daec9c9 >21:00:39,302 INFO program: Journal backup: inode blocks >21:00:39,302 INFO program: Journal features: journal_incompat_revoke >21:00:39,303 INFO program: Journal size: 128M >21:00:39,303 INFO program: Journal length: 32768 >21:00:39,303 INFO program: Journal sequence: 0x00003087 >21:00:39,303 INFO program: Journal start: 1 >21:00:39,304 INFO program: >21:00:39,304 DEBUG program: Return code: 0 >21:00:39,306 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:00:39,323 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:39,325 INFO program: Estimated minimum size of the filesystem: 825687 >21:00:39,326 DEBUG program: Return code: 0 >21:00:39,412 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >21:00:39,427 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:39,427 INFO program: Filesystem volume name: _Fedora-Live-Des >21:00:39,427 INFO program: Last mounted on: /var/tmp/imgcreate-CIJ2Sr/install_root >21:00:39,428 INFO program: Filesystem UUID: 24375583-5faa-4172-8345-5dff1a0e89e5 >21:00:39,428 INFO program: Filesystem magic number: 0xEF53 >21:00:39,428 INFO program: Filesystem revision #: 1 (dynamic) >21:00:39,428 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 >21:00:39,428 INFO program: Filesystem flags: signed_directory_hash >21:00:39,428 INFO program: Default mount options: user_xattr acl >21:00:39,429 INFO program: Filesystem state: clean >21:00:39,429 INFO program: Errors behavior: Continue >21:00:39,429 INFO program: Filesystem OS type: Linux >21:00:39,429 INFO program: Inode count: 262144 >21:00:39,429 INFO program: Block count: 1048576 >21:00:39,429 INFO program: Reserved block count: 10484 >21:00:39,429 INFO program: Free blocks: 225114 >21:00:39,430 INFO program: Free inodes: 155781 >21:00:39,430 INFO program: First block: 0 >21:00:39,430 INFO program: Block size: 4096 >21:00:39,430 INFO program: Fragment size: 4096 >21:00:39,430 INFO program: Reserved GDT blocks: 255 >21:00:39,430 INFO program: Blocks per group: 32768 >21:00:39,431 INFO program: Fragments per group: 32768 >21:00:39,434 INFO program: Inodes per group: 8192 >21:00:39,434 INFO program: Inode blocks per group: 512 >21:00:39,435 INFO program: Flex block group size: 16 >21:00:39,435 INFO program: Filesystem created: Wed Dec 11 19:03:22 2013 >21:00:39,435 INFO program: Last mount time: Wed Dec 11 19:03:26 2013 >21:00:39,435 INFO program: Last write time: Wed Dec 11 19:51:39 2013 >21:00:39,435 INFO program: Mount count: 0 >21:00:39,435 INFO program: Maximum mount count: -1 >21:00:39,436 INFO program: Last checked: Wed Dec 11 19:51:39 2013 >21:00:39,436 INFO program: Check interval: 0 (<none>) >21:00:39,436 INFO program: Lifetime writes: 767 MB >21:00:39,441 INFO program: Reserved blocks uid: 0 (user root) >21:00:39,441 INFO program: Reserved blocks gid: 0 (group root) >21:00:39,441 INFO program: First inode: 11 >21:00:39,441 INFO program: Inode size: 256 >21:00:39,442 INFO program: Required extra isize: 28 >21:00:39,442 INFO program: Desired extra isize: 28 >21:00:39,442 INFO program: Journal inode: 8 >21:00:39,442 INFO program: Default directory hash: half_md4 >21:00:39,442 INFO program: Directory Hash Seed: b1c616e0-cc81-4b8c-9992-f2c77daec9c9 >21:00:39,442 INFO program: Journal backup: inode blocks >21:00:39,443 INFO program: Journal features: journal_incompat_revoke >21:00:39,443 INFO program: Journal size: 128M >21:00:39,443 INFO program: Journal length: 32768 >21:00:39,443 INFO program: Journal sequence: 0x00003086 >21:00:39,444 INFO program: Journal start: 0 >21:00:39,445 INFO program: >21:00:39,445 DEBUG program: Return code: 0 >21:00:39,446 INFO program: Running... resize2fs -P /dev/mapper/live-base >21:00:39,465 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:39,466 INFO program: Estimated minimum size of the filesystem: 825687 >21:00:39,466 DEBUG program: Return code: 0 >21:00:39,548 INFO program: Running... dumpe2fs -h /dev/mapper/live-osimg-min >21:00:39,579 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:39,579 INFO program: Filesystem volume name: _Fedora-Live-Des >21:00:39,579 INFO program: Last mounted on: /var/tmp/imgcreate-CIJ2Sr/install_root >21:00:39,579 INFO program: Filesystem UUID: 24375583-5faa-4172-8345-5dff1a0e89e5 >21:00:39,580 INFO program: Filesystem magic number: 0xEF53 >21:00:39,580 INFO program: Filesystem revision #: 1 (dynamic) >21:00:39,580 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 >21:00:39,580 INFO program: Filesystem flags: signed_directory_hash >21:00:39,580 INFO program: Default mount options: user_xattr acl >21:00:39,580 INFO program: Filesystem state: clean >21:00:39,581 INFO program: Errors behavior: Continue >21:00:39,581 INFO program: Filesystem OS type: Linux >21:00:39,581 INFO program: Inode count: 212992 >21:00:39,581 INFO program: Block count: 825687 >21:00:39,581 INFO program: Reserved block count: 8255 >21:00:39,581 INFO program: Free blocks: 5566 >21:00:39,582 INFO program: Free inodes: 106629 >21:00:39,582 INFO program: First block: 0 >21:00:39,582 INFO program: Block size: 4096 >21:00:39,582 INFO program: Fragment size: 4096 >21:00:39,582 INFO program: Reserved GDT blocks: 255 >21:00:39,582 INFO program: Blocks per group: 32768 >21:00:39,582 INFO program: Fragments per group: 32768 >21:00:39,583 INFO program: Inodes per group: 8192 >21:00:39,583 INFO program: Inode blocks per group: 512 >21:00:39,586 INFO program: Flex block group size: 16 >21:00:39,586 INFO program: Filesystem created: Wed Dec 11 19:03:22 2013 >21:00:39,586 INFO program: Last mount time: Wed Dec 11 19:03:26 2013 >21:00:39,586 INFO program: Last write time: Wed Dec 11 19:51:43 2013 >21:00:39,587 INFO program: Mount count: 0 >21:00:39,587 INFO program: Maximum mount count: -1 >21:00:39,587 INFO program: Last checked: Wed Dec 11 19:51:43 2013 >21:00:39,589 INFO program: Check interval: 0 (<none>) >21:00:39,589 INFO program: Lifetime writes: 768 MB >21:00:39,593 INFO program: Reserved blocks uid: 0 (user root) >21:00:39,593 INFO program: Reserved blocks gid: 0 (group root) >21:00:39,593 INFO program: First inode: 11 >21:00:39,593 INFO program: Inode size: 256 >21:00:39,593 INFO program: Required extra isize: 28 >21:00:39,594 INFO program: Desired extra isize: 28 >21:00:39,594 INFO program: Journal inode: 8 >21:00:39,594 INFO program: Default directory hash: half_md4 >21:00:39,597 INFO program: Directory Hash Seed: b1c616e0-cc81-4b8c-9992-f2c77daec9c9 >21:00:39,597 INFO program: Journal backup: inode blocks >21:00:39,597 INFO program: Journal features: journal_incompat_revoke >21:00:39,598 INFO program: Journal size: 128M >21:00:39,598 INFO program: Journal length: 32768 >21:00:39,598 INFO program: Journal sequence: 0x00003086 >21:00:39,598 INFO program: Journal start: 0 >21:00:39,598 INFO program: >21:00:39,598 DEBUG program: Return code: 0 >21:00:39,599 INFO program: Running... resize2fs -P /dev/mapper/live-osimg-min >21:00:39,640 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:39,641 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-osimg-min >21:00:39,641 INFO program: Couldn't find valid filesystem superblock. >21:00:39,641 DEBUG program: Return code: 1 >21:00:39,707 INFO program: Running... dumpe2fs -h /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:00:39,806 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:39,807 INFO program: Filesystem volume name: <none> >21:00:39,807 INFO program: Last mounted on: <not available> >21:00:39,808 INFO program: Filesystem UUID: b358f89d-7cfa-42f9-9def-f2ce995b157d >21:00:39,808 INFO program: Filesystem magic number: 0xEF53 >21:00:39,809 INFO program: Filesystem revision #: 1 (dynamic) >21:00:39,809 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 >21:00:39,810 INFO program: Filesystem flags: signed_directory_hash >21:00:39,810 INFO program: Default mount options: user_xattr acl >21:00:39,811 INFO program: Filesystem state: clean >21:00:39,811 INFO program: Errors behavior: Continue >21:00:39,812 INFO program: Filesystem OS type: Linux >21:00:39,812 INFO program: Inode count: 6406144 >21:00:39,813 INFO program: Block count: 25599488 >21:00:39,813 INFO program: Reserved block count: 1279974 >21:00:39,814 INFO program: Free blocks: 25149391 >21:00:39,814 INFO program: Free inodes: 6406133 >21:00:39,815 INFO program: First block: 0 >21:00:39,815 INFO program: Block size: 4096 >21:00:39,816 INFO program: Fragment size: 4096 >21:00:39,816 INFO program: Reserved GDT blocks: 1017 >21:00:39,817 INFO program: Blocks per group: 32768 >21:00:39,817 INFO program: Fragments per group: 32768 >21:00:39,818 INFO program: Inodes per group: 8192 >21:00:39,818 INFO program: Inode blocks per group: 512 >21:00:39,819 INFO program: Flex block group size: 16 >21:00:39,819 INFO program: Filesystem created: Sat Aug 3 15:27:02 2013 >21:00:39,820 INFO program: Last mount time: Wed Dec 18 20:57:50 2013 >21:00:39,820 INFO program: Last write time: Wed Dec 18 21:00:31 2013 >21:00:39,821 INFO program: Mount count: 34 >21:00:39,821 INFO program: Maximum mount count: -1 >21:00:39,822 INFO program: Last checked: Sat Aug 3 15:27:02 2013 >21:00:39,822 INFO program: Check interval: 0 (<none>) >21:00:39,823 INFO program: Lifetime writes: 1698 MB >21:00:39,823 INFO program: Reserved blocks uid: 0 (user root) >21:00:39,824 INFO program: Reserved blocks gid: 0 (group root) >21:00:39,824 INFO program: First inode: 11 >21:00:39,825 INFO program: Inode size: 256 >21:00:39,826 INFO program: Required extra isize: 28 >21:00:39,826 INFO program: Desired extra isize: 28 >21:00:39,827 INFO program: Journal inode: 8 >21:00:39,827 INFO program: Default directory hash: half_md4 >21:00:39,828 INFO program: Directory Hash Seed: 3f1ff747-1ece-47c3-9bfc-12db698e89ae >21:00:39,828 INFO program: Journal backup: inode blocks >21:00:39,829 INFO program: Journal features: (none) >21:00:39,830 INFO program: Journal size: 128M >21:00:39,830 INFO program: Journal length: 32768 >21:00:39,830 INFO program: Journal sequence: 0x00000060 >21:00:39,831 INFO program: Journal start: 0 >21:00:39,832 INFO program: >21:00:39,832 DEBUG program: Return code: 0 >21:00:39,833 INFO program: Running... resize2fs -P /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:00:39,846 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:39,847 INFO program: Estimated minimum size of the filesystem: 94643 >21:00:39,847 DEBUG program: Return code: 0 >21:00:39,983 INFO program: Running... dumpe2fs -h /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >21:00:40,068 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >21:00:40,069 INFO program: Filesystem volume name: <none> >21:00:40,070 INFO program: Last mounted on: /home >21:00:40,070 INFO program: Filesystem UUID: 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 >21:00:40,071 INFO program: Filesystem magic number: 0xEF53 >21:00:40,071 INFO program: Filesystem revision #: 1 (dynamic) >21:00:40,072 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 >21:00:40,072 INFO program: Filesystem flags: signed_directory_hash >21:00:40,073 INFO program: Default mount options: user_xattr acl >21:00:40,073 INFO program: Filesystem state: clean >21:00:40,077 INFO program: Errors behavior: Continue >21:00:40,078 INFO program: Filesystem OS type: Linux >21:00:40,078 INFO program: Inode count: 3842048 >21:00:40,079 INFO program: Block count: 15359488 >21:00:40,079 INFO program: Reserved block count: 767974 >21:00:40,080 INFO program: Free blocks: 14373165 >21:00:40,080 INFO program: Free inodes: 3825824 >21:00:40,081 INFO program: First block: 0 >21:00:40,081 INFO program: Block size: 4096 >21:00:40,082 INFO program: Fragment size: 4096 >21:00:40,083 INFO program: Reserved GDT blocks: 1020 >21:00:40,083 INFO program: Blocks per group: 32768 >21:00:40,084 INFO program: Fragments per group: 32768 >21:00:40,085 INFO program: Inodes per group: 8192 >21:00:40,085 INFO program: Inode blocks per group: 512 >21:00:40,086 INFO program: Flex block group size: 16 >21:00:40,086 INFO program: Filesystem created: Sat Aug 3 15:27:09 2013 >21:00:40,087 INFO program: Last mount time: Wed Dec 18 20:58:22 2013 >21:00:40,087 INFO program: Last write time: Wed Dec 18 21:00:31 2013 >21:00:40,088 INFO program: Mount count: 34 >21:00:40,088 INFO program: Maximum mount count: -1 >21:00:40,089 INFO program: Last checked: Sat Aug 3 15:27:09 2013 >21:00:40,090 INFO program: Check interval: 0 (<none>) >21:00:40,090 INFO program: Lifetime writes: 54 GB >21:00:40,091 INFO program: Reserved blocks uid: 0 (user root) >21:00:40,091 INFO program: Reserved blocks gid: 0 (group root) >21:00:40,092 INFO program: First inode: 11 >21:00:40,092 INFO program: Inode size: 256 >21:00:40,093 INFO program: Required extra isize: 28 >21:00:40,093 INFO program: Desired extra isize: 28 >21:00:40,094 INFO program: Journal inode: 8 >21:00:40,094 INFO program: Default directory hash: half_md4 >21:00:40,095 INFO program: Directory Hash Seed: 0226d15d-1fdf-4477-9762-ad903c4fc3e3 >21:00:40,095 INFO program: Journal backup: inode blocks >21:00:40,096 INFO program: Journal features: journal_incompat_revoke >21:00:40,096 INFO program: Journal size: 128M >21:00:40,097 INFO program: Journal length: 32768 >21:00:40,097 INFO program: Journal sequence: 0x00044332 >21:00:40,098 INFO program: Journal start: 0 >21:00:40,098 INFO program: >21:00:40,099 DEBUG program: Return code: 0 >21:00:40,100 INFO program: Running... resize2fs -P /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >21:00:40,116 INFO program: resize2fs 1.42.8 (20-Jun-2013) >21:00:40,117 INFO program: Estimated minimum size of the filesystem: 791388 >21:00:40,118 DEBUG program: Return code: 0 >21:00:40,149 INFO program: Running... udevadm settle --timeout=300 >21:00:40,168 DEBUG program: Return code: 0 >21:00:40,184 INFO program: Running... udevadm settle --timeout=300 >21:00:40,203 DEBUG program: Return code: 0 >21:00:40,206 INFO program: Running... udevadm settle --timeout=300 >21:00:40,224 DEBUG program: Return code: 0 >21:00:40,229 INFO program: Running... udevadm settle --timeout=300 >21:00:40,248 DEBUG program: Return code: 0 >21:00:40,261 INFO program: Running... udevadm settle --timeout=300 >21:00:40,283 DEBUG program: Return code: 0 >21:00:40,286 INFO program: Running... udevadm settle --timeout=300 >21:00:40,315 DEBUG program: Return code: 0 >21:00:40,345 INFO program: Running... udevadm settle --timeout=300 >21:00:40,367 DEBUG program: Return code: 0 >21:00:40,370 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/00 >21:00:40,471 DEBUG program: Return code: 0 >21:00:40,477 INFO program: Running... udevadm settle --timeout=300 >21:00:40,498 DEBUG program: Return code: 0 >21:00:40,501 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora >21:00:40,569 INFO program: Logical volume fedora/01 is used by another device. >21:00:40,569 INFO program: Can't deactivate volume group "fedora" with 3 open logical volume(s) >21:00:40,569 DEBUG program: Return code: 5 >21:00:40,572 INFO program: Running... udevadm settle --timeout=300 >21:00:40,594 DEBUG program: Return code: 0 >21:00:40,616 INFO program: Running... udevadm settle --timeout=300 >21:00:40,633 DEBUG program: Return code: 0 >21:00:40,636 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/01 >21:00:40,723 DEBUG program: Return code: 0 >21:00:40,731 INFO program: Running... udevadm settle --timeout=300 >21:00:40,756 DEBUG program: Return code: 0 >21:00:40,758 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora >21:00:40,826 INFO program: Logical volume fedora/02 is used by another device. >21:00:40,827 INFO program: Can't deactivate volume group "fedora" with 2 open logical volume(s) >21:00:40,827 DEBUG program: Return code: 5 >21:00:40,832 INFO program: Running... udevadm settle --timeout=300 >21:00:40,850 DEBUG program: Return code: 0 >21:00:40,880 INFO program: Running... udevadm settle --timeout=300 >21:00:40,898 DEBUG program: Return code: 0 >21:00:40,900 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/02 >21:00:40,977 DEBUG program: Return code: 0 >21:00:40,984 INFO program: Running... udevadm settle --timeout=300 >21:00:41,001 DEBUG program: Return code: 0 >21:00:41,004 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora >21:00:41,068 INFO program: Logical volume fedora/03 is used by another device. >21:00:41,069 INFO program: Can't deactivate volume group "fedora" with 1 open logical volume(s) >21:00:41,069 DEBUG program: Return code: 5 >21:00:41,071 INFO program: Running... udevadm settle --timeout=300 >21:00:41,088 DEBUG program: Return code: 0 >21:00:41,107 INFO program: Running... udevadm settle --timeout=300 >21:00:41,124 DEBUG program: Return code: 0 >21:00:41,126 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/03 >21:00:41,213 DEBUG program: Return code: 0 >21:00:41,220 INFO program: Running... udevadm settle --timeout=300 >21:00:41,242 DEBUG program: Return code: 0 >21:00:41,244 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora >21:00:41,310 INFO program: 0 logical volume(s) in volume group "fedora" now active >21:00:41,310 DEBUG program: Return code: 0 >21:00:41,317 INFO program: Running... udevadm settle --timeout=300 >21:00:41,334 DEBUG program: Return code: 0 >21:00:41,341 INFO program: Running... udevadm settle --timeout=300 >21:00:41,358 DEBUG program: Return code: 0 >21:00:41,366 INFO program: Running... udevadm settle --timeout=300 >21:00:41,383 DEBUG program: Return code: 0 >21:00:41,390 INFO program: Running... udevadm settle --timeout=300 >21:00:41,407 DEBUG program: Return code: 0 >21:00:41,439 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sda1 /mnt/sysimage >21:00:41,477 DEBUG program: Return code: 0 >21:00:41,480 INFO program: Running... udevadm settle --timeout=300 >21:00:41,498 DEBUG program: Return code: 0 >21:00:41,498 INFO program: Running... umount /mnt/sysimage >21:00:41,515 DEBUG program: Return code: 0 >21:00:41,516 INFO program: Running... udevadm settle --timeout=300 >21:00:41,533 DEBUG program: Return code: 0 >21:00:41,538 INFO program: Running... udevadm settle --timeout=300 >21:00:41,555 DEBUG program: Return code: 0 >21:00:41,564 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/00 >21:00:41,706 DEBUG program: Return code: 0 >21:00:41,706 INFO program: Running... udevadm settle --timeout=300 >21:00:41,724 DEBUG program: Return code: 0 >21:00:41,734 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/01 >21:00:41,886 DEBUG program: Return code: 0 >21:00:41,886 INFO program: Running... udevadm settle --timeout=300 >21:00:41,905 DEBUG program: Return code: 0 >21:00:41,914 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|"] } fedora/03 >21:00:42,040 DEBUG program: Return code: 0 >21:00:42,040 INFO program: Running... udevadm settle --timeout=300 >21:00:42,058 DEBUG program: Return code: 0 >21:00:42,131 INFO program: Running... hwclock --hctosys --utc >21:00:19,002 DEBUG program: Return code: 0 >21:00:19,003 INFO program: Running... mount -t auto -o ro /dev/mapper/live-base /mnt/install/source >21:00:19,018 DEBUG program: Return code: 0 >21:00:35,501 INFO program: Running... modprobe btrfs >21:00:35,595 DEBUG program: Return code: 0 >21:00:35,668 INFO program: Running... modprobe xfs >21:00:35,741 DEBUG program: Return code: 0 >21:02:01,152 INFO program: Running... udevadm settle --timeout=300 >21:02:01,186 DEBUG program: Return code: 0 >21:02:01,232 INFO program: Running... udevadm settle --timeout=300 >21:02:01,253 DEBUG program: Return code: 0 >21:02:20,827 INFO program: Running... udevadm settle --timeout=300 >21:02:20,847 DEBUG program: Return code: 0 >21:07:11,284 INFO program: Running... udevadm settle --timeout=300 >21:07:11,306 DEBUG program: Return code: 0 >21:07:46,940 INFO program: Running... udevadm settle --timeout=300 >21:07:46,975 DEBUG program: Return code: 0 >21:07:46,998 INFO program: Running... udevadm settle --timeout=300 >21:07:47,021 DEBUG program: Return code: 0 >21:08:19,271 INFO program: Running... udevadm settle --timeout=300 >21:08:19,292 DEBUG program: Return code: 0 >21:08:32,427 INFO program: Running... udevadm settle --timeout=300 >21:08:32,463 DEBUG program: Return code: 0 >21:08:32,479 INFO program: Running... udevadm settle --timeout=300 >21:08:32,501 DEBUG program: Return code: 0 >21:08:39,772 INFO program: Running... udevadm settle --timeout=300 >21:08:39,798 DEBUG program: Return code: 0 >21:16:47,209 INFO program: Running... swapoff -a >21:16:47,237 DEBUG program: Return code: 0 >21:16:47,250 INFO program: Running... udevadm settle --timeout=300 >21:16:47,277 DEBUG program: Return code: 0 >21:16:47,284 INFO program: Running... udevadm settle --timeout=300 >21:16:47,305 DEBUG program: Return code: 0 >21:16:47,309 INFO program: Running... udevadm settle --timeout=300 >21:16:47,331 DEBUG program: Return code: 0 >21:16:47,335 INFO program: Running... udevadm settle --timeout=300 >21:16:47,354 DEBUG program: Return code: 0 >21:16:52,184 INFO program: Running... udevadm settle --timeout=300 >21:16:52,210 DEBUG program: Return code: 0 >21:16:57,114 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=274872320 count=2048 >21:16:57,248 INFO program: 2048+0 records in >21:16:57,248 INFO program: 2048+0 records out >21:16:57,249 INFO program: 1048576 bytes (1.0 MB) copied, 0.109694 s, 9.6 MB/s >21:16:57,249 DEBUG program: Return code: 0 >21:16:57,249 INFO program: Running... udevadm settle --timeout=300 >21:16:57,401 DEBUG program: Return code: 0 >21:16:58,465 INFO program: Running... udevadm settle --timeout=300 >21:16:58,781 DEBUG program: Return code: 0 >21:16:58,788 INFO program: Running... wipefs -f -a /dev/sda3 >21:16:58,888 DEBUG program: Return code: 0 >21:16:58,893 INFO program: Running... udevadm settle --timeout=300 >21:16:58,915 DEBUG program: Return code: 0 >21:16:58,916 INFO program: Running... udevadm settle --timeout=300 >21:16:58,936 DEBUG program: Return code: 0 >21:16:58,945 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=275369984 count=2048 >21:16:59,053 INFO program: 2048+0 records in >21:16:59,054 INFO program: 2048+0 records out >21:16:59,054 INFO program: 1048576 bytes (1.0 MB) copied, 0.095256 s, 11.0 MB/s >21:16:59,054 DEBUG program: Return code: 0 >21:16:59,054 INFO program: Running... udevadm settle --timeout=300 >21:16:59,075 DEBUG program: Return code: 0 >21:17:00,137 INFO program: Running... udevadm settle --timeout=300 >21:17:00,472 DEBUG program: Return code: 0 >21:17:00,480 INFO program: Running... udevadm settle --timeout=300 >21:17:00,502 DEBUG program: Return code: 0 >21:17:00,502 INFO program: Running... udevadm settle --timeout=300 >21:17:00,522 DEBUG program: Return code: 0 >21:17:00,531 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=275372032 count=2048 >21:17:00,660 INFO program: 2048+0 records in >21:17:00,661 INFO program: 2048+0 records out >21:17:00,661 INFO program: 1048576 bytes (1.0 MB) copied, 0.115941 s, 9.0 MB/s >21:17:00,661 DEBUG program: Return code: 0 >21:17:00,661 INFO program: Running... udevadm settle --timeout=300 >21:17:00,683 DEBUG program: Return code: 0 >21:17:01,746 INFO program: Running... udevadm settle --timeout=300 >21:17:02,163 DEBUG program: Return code: 0 >21:17:02,168 INFO program: Running... wipefs -f -a /dev/sda5 >21:17:02,262 DEBUG program: Return code: 0 >21:17:02,268 INFO program: Running... udevadm settle --timeout=300 >21:17:02,289 DEBUG program: Return code: 0 >21:17:02,290 INFO program: Running... udevadm settle --timeout=300 >21:17:02,310 DEBUG program: Return code: 0 >21:17:02,350 INFO program: Running... wipefs -f -a /dev/sda5 >21:17:02,662 DEBUG program: Return code: 0 >21:17:02,662 INFO program: Running... lvm pvscan --cache --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } /dev/sda5 >21:17:02,703 INFO program: No PV label found on /dev/sda5. >21:17:02,703 DEBUG program: Return code: 0 >21:17:02,703 INFO program: Running... lvm pvcreate --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } --dataalignment 1024k /dev/sda5 >21:17:02,756 INFO program: Physical volume "/dev/sda5" successfully created >21:17:02,757 DEBUG program: Return code: 0 >21:17:02,757 INFO program: Running... lvm pvscan --cache --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } /dev/sda5 >21:17:02,795 DEBUG program: Return code: 0 >21:17:02,797 INFO program: Running... udevadm settle --timeout=300 >21:17:02,818 DEBUG program: Return code: 0 >21:17:02,822 INFO program: Running... udevadm settle --timeout=300 >21:17:02,843 DEBUG program: Return code: 0 >21:17:02,882 INFO program: Running... mke2fs -t ext4 /dev/sda3 >21:17:03,399 INFO program: mke2fs 1.42.8 (20-Jun-2013) >21:17:03,399 INFO program: Filesystem label= >21:17:03,399 INFO program: OS type: Linux >21:17:03,399 INFO program: Block size=1024 (log=0) >21:17:03,400 INFO program: Fragment size=1024 (log=0) >21:17:03,400 INFO program: Stride=0 blocks, Stripe width=0 blocks >21:17:03,400 INFO program: 62248 inodes, 248832 blocks >21:17:03,400 INFO program: 12441 blocks (5.00%) reserved for the super user >21:17:03,400 INFO program: First data block=1 >21:17:03,400 INFO program: Maximum filesystem blocks=67371008 >21:17:03,401 INFO program: 31 block groups >21:17:03,401 INFO program: 8192 blocks per group, 8192 fragments per group >21:17:03,401 INFO program: 2008 inodes per group >21:17:03,401 INFO program: Superblock backups stored on blocks: >21:17:03,401 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185 >21:17:03,401 INFO program: >21:17:03,402 INFO program: Allocating group tables: 0/31 done >21:17:03,402 INFO program: Writing inode tables: 0/31 done >21:17:03,402 INFO program: Creating journal (4096 blocks): done >21:17:03,402 INFO program: Writing superblocks and filesystem accounting information: 0/31 done >21:17:03,402 INFO program: >21:17:03,402 DEBUG program: Return code: 0 >21:17:03,404 INFO program: Running... udevadm settle --timeout=300 >21:17:03,630 DEBUG program: Return code: 0 >21:17:03,635 INFO program: Running... udevadm settle --timeout=300 >21:17:03,655 DEBUG program: Return code: 0 >21:17:03,664 INFO program: Running... dd if=/dev/zero of=/dev/sdb bs=512 seek=156250112 count=2048 >21:17:03,738 INFO program: 2048+0 records in >21:17:03,739 INFO program: 2048+0 records out >21:17:03,740 INFO program: 1048576 bytes (1.0 MB) copied, 0.0611701 s, 17.1 MB/s >21:17:03,740 DEBUG program: Return code: 0 >21:17:03,740 INFO program: Running... udevadm settle --timeout=300 >21:17:03,895 DEBUG program: Return code: 0 >21:17:05,001 INFO program: Running... udevadm settle --timeout=300 >21:17:05,289 DEBUG program: Return code: 0 >21:17:05,294 INFO program: Running... wipefs -f -a /dev/sdb2 >21:17:05,421 DEBUG program: Return code: 0 >21:17:05,426 INFO program: Running... udevadm settle --timeout=300 >21:17:05,448 DEBUG program: Return code: 0 >21:17:05,449 INFO program: Running... udevadm settle --timeout=300 >21:17:05,470 DEBUG program: Return code: 0 >21:17:05,515 INFO program: Running... wipefs -f -a /dev/sdb2 >21:17:05,663 DEBUG program: Return code: 0 >21:17:05,664 INFO program: Running... lvm pvscan --cache --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } /dev/sdb2 >21:17:05,788 INFO program: No PV label found on /dev/sdb2. >21:17:05,789 DEBUG program: Return code: 0 >21:17:05,789 INFO program: Running... lvm pvcreate --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } --dataalignment 1024k /dev/sdb2 >21:17:05,917 INFO program: Physical volume "/dev/sdb2" successfully created >21:17:05,918 DEBUG program: Return code: 0 >21:17:05,918 INFO program: Running... lvm pvscan --cache --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } /dev/sdb2 >21:17:05,951 DEBUG program: Return code: 0 >21:17:05,954 INFO program: Running... udevadm settle --timeout=300 >21:17:05,975 DEBUG program: Return code: 0 >21:17:05,979 INFO program: Running... udevadm settle --timeout=300 >21:17:06,003 DEBUG program: Return code: 0 >21:17:06,014 INFO program: Running... lvm vgcreate -s 4m --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora00 /dev/sda5 /dev/sdb2 >21:17:06,142 INFO program: Volume group "fedora00" successfully created >21:17:06,142 DEBUG program: Return code: 0 >21:17:06,148 INFO program: Running... udevadm settle --timeout=300 >21:17:06,172 DEBUG program: Return code: 0 >21:17:06,173 INFO program: Running... udevadm settle --timeout=300 >21:17:06,193 DEBUG program: Return code: 0 >21:17:06,200 INFO program: Running... lvm lvcreate -L 30000m -n root --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora00 >21:17:06,301 INFO program: Logical volume "root" created >21:17:06,303 DEBUG program: Return code: 0 >21:17:06,309 INFO program: Running... udevadm settle --timeout=300 >21:17:06,453 DEBUG program: Return code: 0 >21:17:06,454 INFO program: Running... udevadm settle --timeout=300 >21:17:06,474 DEBUG program: Return code: 0 >21:17:06,479 INFO program: Running... mke2fs -t ext4 /dev/mapper/fedora00-root >21:17:09,078 INFO program: mke2fs 1.42.8 (20-Jun-2013) >21:17:09,079 INFO program: Filesystem label= >21:17:09,080 INFO program: OS type: Linux >21:17:09,080 INFO program: Block size=4096 (log=2) >21:17:09,081 INFO program: Fragment size=4096 (log=2) >21:17:09,081 INFO program: Stride=0 blocks, Stripe width=0 blocks >21:17:09,081 INFO program: 1921360 inodes, 7680000 blocks >21:17:09,082 INFO program: 384000 blocks (5.00%) reserved for the super user >21:17:09,082 INFO program: First data block=0 >21:17:09,082 INFO program: Maximum filesystem blocks=4294967296 >21:17:09,082 INFO program: 235 block groups >21:17:09,082 INFO program: 32768 blocks per group, 32768 fragments per group >21:17:09,082 INFO program: 8176 inodes per group >21:17:09,083 INFO program: Superblock backups stored on blocks: >21:17:09,083 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >21:17:09,083 INFO program: 4096000 >21:17:09,083 INFO program: >21:17:09,083 INFO program: Allocating group tables: 0/235 done >21:17:09,083 INFO program: Writing inode tables: 0/235 done >21:17:09,083 INFO program: Creating journal (32768 blocks): done >21:17:09,084 INFO program: Writing superblocks and filesystem accounting information: 0/235 done >21:17:09,084 INFO program: >21:17:09,084 DEBUG program: Return code: 0 >21:17:09,086 INFO program: Running... udevadm settle --timeout=300 >21:17:09,207 DEBUG program: Return code: 0 >21:17:09,211 INFO program: Running... udevadm settle --timeout=300 >21:17:09,231 DEBUG program: Return code: 0 >21:17:09,237 INFO program: Running... lvm lvcreate -L 40000m -n home --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora00 >21:17:09,354 INFO program: Logical volume "home" created >21:17:09,354 DEBUG program: Return code: 0 >21:17:09,359 INFO program: Running... udevadm settle --timeout=300 >21:17:09,506 DEBUG program: Return code: 0 >21:17:09,507 INFO program: Running... udevadm settle --timeout=300 >21:17:09,527 DEBUG program: Return code: 0 >21:17:09,532 INFO program: Running... mke2fs -t ext4 /dev/mapper/fedora00-home >21:17:12,474 INFO program: mke2fs 1.42.8 (20-Jun-2013) >21:17:12,475 INFO program: Filesystem label= >21:17:12,475 INFO program: OS type: Linux >21:17:12,475 INFO program: Block size=4096 (log=2) >21:17:12,475 INFO program: Fragment size=4096 (log=2) >21:17:12,475 INFO program: Stride=0 blocks, Stripe width=0 blocks >21:17:12,476 INFO program: 2564096 inodes, 10240000 blocks >21:17:12,476 INFO program: 512000 blocks (5.00%) reserved for the super user >21:17:12,476 INFO program: First data block=0 >21:17:12,476 INFO program: Maximum filesystem blocks=4294967296 >21:17:12,476 INFO program: 313 block groups >21:17:12,476 INFO program: 32768 blocks per group, 32768 fragments per group >21:17:12,476 INFO program: 8192 inodes per group >21:17:12,477 INFO program: Superblock backups stored on blocks: >21:17:12,477 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >21:17:12,477 INFO program: 4096000, 7962624 >21:17:12,477 INFO program: >21:17:12,477 INFO program: Allocating group tables: 0/313 done >21:17:12,477 INFO program: Writing inode tables: 0/313 done >21:17:12,478 INFO program: Creating journal (32768 blocks): done >21:17:12,478 INFO program: Writing superblocks and filesystem accounting information: 0/313 done >21:17:12,478 INFO program: >21:17:12,478 DEBUG program: Return code: 0 >21:17:12,484 INFO program: Running... udevadm settle --timeout=300 >21:17:12,664 DEBUG program: Return code: 0 >21:17:12,668 INFO program: Running... udevadm settle --timeout=300 >21:17:12,692 DEBUG program: Return code: 0 >21:17:12,699 INFO program: Running... lvm lvcreate -L 100000m -n aux --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora00 >21:17:12,842 INFO program: Logical volume "aux" created >21:17:12,842 DEBUG program: Return code: 0 >21:17:12,847 INFO program: Running... udevadm settle --timeout=300 >21:17:12,959 DEBUG program: Return code: 0 >21:17:12,959 INFO program: Running... udevadm settle --timeout=300 >21:17:12,981 DEBUG program: Return code: 0 >21:17:12,987 INFO program: Running... mke2fs -t ext4 /dev/mapper/fedora00-aux >21:17:19,463 INFO program: mke2fs 1.42.8 (20-Jun-2013) >21:17:19,464 INFO program: Filesystem label= >21:17:19,464 INFO program: OS type: Linux >21:17:19,464 INFO program: Block size=4096 (log=2) >21:17:19,464 INFO program: Fragment size=4096 (log=2) >21:17:19,464 INFO program: Stride=0 blocks, Stripe width=0 blocks >21:17:19,464 INFO program: 6406144 inodes, 25600000 blocks >21:17:19,464 INFO program: 1280000 blocks (5.00%) reserved for the super user >21:17:19,465 INFO program: First data block=0 >21:17:19,465 INFO program: Maximum filesystem blocks=4294967296 >21:17:19,465 INFO program: 782 block groups >21:17:19,465 INFO program: 32768 blocks per group, 32768 fragments per group >21:17:19,465 INFO program: 8192 inodes per group >21:17:19,465 INFO program: Superblock backups stored on blocks: >21:17:19,466 INFO program: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, >21:17:19,466 INFO program: 4096000, 7962624, 11239424, 20480000, 23887872 >21:17:19,466 INFO program: >21:17:19,466 INFO program: Allocating group tables: 0/782 done >21:17:19,466 INFO program: Writing inode tables: 0/782 done >21:17:19,466 INFO program: Creating journal (32768 blocks): done >21:17:19,467 INFO program: Writing superblocks and filesystem accounting information: 0/782 done >21:17:19,467 INFO program: >21:17:19,467 DEBUG program: Return code: 0 >21:17:19,469 INFO program: Running... udevadm settle --timeout=300 >21:17:19,550 DEBUG program: Return code: 0 >21:17:19,554 INFO program: Running... udevadm settle --timeout=300 >21:17:19,574 DEBUG program: Return code: 0 >21:17:19,581 INFO program: Running... lvm lvcreate -L 10000m -n swap --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora00 >21:17:19,675 INFO program: Logical volume "swap" created >21:17:19,675 DEBUG program: Return code: 0 >21:17:19,681 INFO program: Running... udevadm settle --timeout=300 >21:17:19,821 DEBUG program: Return code: 0 >21:17:19,821 INFO program: Running... udevadm settle --timeout=300 >21:17:19,841 DEBUG program: Return code: 0 >21:17:19,847 INFO program: Running... mkswap -f /dev/mapper/fedora00-swap >21:17:19,915 INFO program: Setting up swapspace version 1, size = 10239996 KiB >21:17:19,916 INFO program: no label, UUID=92913dd4-3458-4b9e-a852-aea7c10ed0e9 >21:17:19,916 DEBUG program: Return code: 0 >21:17:19,918 INFO program: Running... udevadm settle --timeout=300 >21:17:19,964 DEBUG program: Return code: 0 >21:17:19,968 INFO program: Running... udevadm settle --timeout=300 >21:17:19,988 DEBUG program: Return code: 0 >21:17:20,204 INFO program: Running... swapon /dev/mapper/fedora00-swap >21:17:20,305 DEBUG program: Return code: 0 >21:17:20,316 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/sdc1$|","r|/sdc2$|","r|/sdc3$|","r|/sdc$|"] } fedora/02 >21:17:20,520 DEBUG program: Return code: 0 >21:17:20,521 INFO program: Running... udevadm settle --timeout=300 >21:17:20,541 DEBUG program: Return code: 0 >21:17:20,653 INFO program: Running... journalctl -b > > >/tmp/storage.log: >21:00:31,344 DEBUG blivet: registered device format class LUKS as luks >21:00:31,356 DEBUG blivet: registered device format class Ext2FS as ext2 >21:00:31,356 DEBUG blivet: registered device format class Ext3FS as ext3 >21:00:31,356 DEBUG blivet: registered device format class Ext4FS as ext4 >21:00:31,356 DEBUG blivet: registered device format class FATFS as vfat >21:00:31,356 DEBUG blivet: registered device format class EFIFS as efi >21:00:31,357 DEBUG blivet: registered device format class BTRFS as btrfs >21:00:31,357 DEBUG blivet: registered device format class GFS2 as gfs2 >21:00:31,357 DEBUG blivet: registered device format class JFS as jfs >21:00:31,357 DEBUG blivet: registered device format class ReiserFS as reiserfs >21:00:31,357 DEBUG blivet: registered device format class XFS as xfs >21:00:31,357 DEBUG blivet: registered device format class HFS as hfs >21:00:31,357 DEBUG blivet: registered device format class AppleBootstrapFS as appleboot >21:00:31,357 DEBUG blivet: registered device format class HFSPlus as hfs+ >21:00:31,357 DEBUG blivet: registered device format class MacEFIFS as macefi >21:00:31,358 DEBUG blivet: registered device format class NTFS as ntfs >21:00:31,358 DEBUG blivet: registered device format class NFS as nfs >21:00:31,358 DEBUG blivet: registered device format class NFSv4 as nfs4 >21:00:31,358 DEBUG blivet: registered device format class Iso9660FS as iso9660 >21:00:31,358 DEBUG blivet: registered device format class NoDevFS as nodev >21:00:31,358 DEBUG blivet: registered device format class DevPtsFS as devpts >21:00:31,358 DEBUG blivet: registered device format class ProcFS as proc >21:00:31,358 DEBUG blivet: registered device format class SysFS as sysfs >21:00:31,359 DEBUG blivet: registered device format class TmpFS as tmpfs >21:00:31,359 DEBUG blivet: registered device format class BindFS as bind >21:00:31,359 DEBUG blivet: registered device format class SELinuxFS as selinuxfs >21:00:31,359 DEBUG blivet: registered device format class USBFS as usbfs >21:00:31,359 DEBUG blivet: registered device format class MDRaidMember as mdmember >21:00:31,360 DEBUG blivet: registered device format class BIOSBoot as biosboot >21:00:31,360 DEBUG blivet: registered device format class DiskLabel as disklabel >21:00:31,362 DEBUG blivet: registered device format class SwapSpace as swap >21:00:31,362 DEBUG blivet: registered device format class MultipathMember as multipath_member >21:00:31,362 DEBUG blivet: registered device format class DMRaidMember as dmraidmember >21:00:31,362 DEBUG blivet: registered device format class PPCPRePBoot as prepboot >21:00:31,363 DEBUG blivet: registered device format class LVMPhysicalVolume as lvmpv >21:00:32,216 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >21:00:32,217 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >21:00:32,218 INFO blivet: sdc1 looks to be the live device; marking as protected >21:00:32,240 INFO blivet: devices to scan: ['sdc', 'sdc1', 'sdc2', 'sdc3', 'sda', 'sda1', 'sda2', 'sr0', 'sdb', 'sdb1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-10', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-7', 'dm-8', 'dm-9'] >21:00:32,268 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0 /dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2013-12-12-00-56-55-00', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-00-56-55-00', > 'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76969', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0', > '/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2013-12-12-00-56-55-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc'} ; name: sdc ; >21:00:32,269 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc)... >21:00:32,269 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:32,270 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,271 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >21:00:32,272 INFO blivet: sdc is a disk >21:00:32,272 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,280 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >21:00:32,307 INFO blivet: added disk sdc (id 0) to device tree >21:00:32,307 DEBUG blivet: looking up parted Device: /dev/sdc >21:00:32,315 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >21:00:32,315 INFO blivet: type detected on 'sdc' is 'iso9660' >21:00:32,319 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:32,320 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >21:00:32,320 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: iso9660 ; >21:00:32,321 INFO blivet: got device: DiskDevice instance (0x1769510) -- > name = sdc status = True kids = 0 id = 0 > parents = [] > uuid = None size = 15334.875 > format = existing iso9660 filesystem > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: PNY USB 2.0 FD path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 31405824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (15334, 64, 32) biosGeometry: (1954, 255, 63) > PedDevice: <_ped.Device object at 0x166ef80> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x17db390> >21:00:32,322 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:32,322 INFO blivet: got format: Iso9660FS instance (0x17db450) -- > type = iso9660 name = iso9660 status = False > device = /dev/sdc uuid = 2013-12-12-00-56-55-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-Live-Desktop-x86_64-20-1 size = 0 targetSize = 0 > >21:00:32,327 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part1 /dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2013-12-12-00-56-55-00', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-00-56-55-00', > 'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1951744', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '5513338d-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '33', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '76993', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2013-12-12-00-56-55-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >21:00:32,328 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1)... >21:00:32,328 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; >21:00:32,329 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,329 INFO blivet: sdc1 is a partition >21:00:32,330 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >21:00:32,331 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:32,331 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:32,331 DEBUG blivet: lvm filter: adding sdc1 to the reject list >21:00:32,332 DEBUG blivet: ignoring partition sdc1 on iso9660 >21:00:32,332 DEBUG blivet: no device or no media present >21:00:32,336 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/7E31-E62C', > 'DEVNAME': 'sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7E31-E62C', > 'ID_FS_UUID_ENC': '7E31-E62C', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10064', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '5513338d-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '34', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '77148', > 'name': 'sdc2', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/7E31-E62C'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2'} ; name: sdc2 ; >21:00:32,336 INFO blivet: scanning sdc2 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2)... >21:00:32,337 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc2 ; >21:00:32,337 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,338 INFO blivet: sdc2 is a partition >21:00:32,338 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc2 ; >21:00:32,339 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:32,340 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:32,340 DEBUG blivet: lvm filter: adding sdc2 to the reject list >21:00:32,340 DEBUG blivet: ignoring partition sdc2 on iso9660 >21:00:32,340 DEBUG blivet: no device or no media present >21:00:32,344 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/11c76dff-3163-3083-8cec-c9045139ec1b', > 'DEVNAME': 'sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '11c76dff-3163-3083-8cec-c9045139ec1b', > 'ID_FS_UUID_ENC': '11c76dff-3163-3083-8cec-c9045139ec1b', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10284', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40320', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '5513338d-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '35', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '77169', > 'name': 'sdc3', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/11c76dff-3163-3083-8cec-c9045139ec1b'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3'} ; name: sdc3 ; >21:00:32,345 INFO blivet: scanning sdc3 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3)... >21:00:32,345 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc3 ; >21:00:32,346 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,346 INFO blivet: sdc3 is a partition >21:00:32,347 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc3 ; >21:00:32,347 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:32,348 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:32,348 DEBUG blivet: lvm filter: adding sdc3 to the reject list >21:00:32,348 DEBUG blivet: ignoring partition sdc3 on iso9660 >21:00:32,348 DEBUG blivet: no device or no media present >21:00:32,352 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79208', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >21:00:32,352 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >21:00:32,353 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:32,353 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,354 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >21:00:32,355 INFO blivet: sda is a disk >21:00:32,355 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,356 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >21:00:32,362 INFO blivet: added disk sda (id 1) to device tree >21:00:32,362 DEBUG blivet: looking up parted Device: /dev/sda >21:00:32,364 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >21:00:32,365 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >21:00:32,365 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:00:32,365 DEBUG blivet: required disklabel type for sda (1) is None >21:00:32,366 DEBUG blivet: default disklabel type for sda is msdos >21:00:32,366 DEBUG blivet: selecting msdos disklabel for sda based on size >21:00:32,367 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >21:00:32,452 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 0x180ca50>, <parted.partition.Partition object at 0x180ccd0>] > device: <parted.device.Device object at 0x180c890> > PedDisk: <_ped.Disk object at 0x180ba70> >21:00:32,453 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >21:00:32,454 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >21:00:32,455 INFO blivet: got device: DiskDevice instance (0x17694d0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x17a0320> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x17fb6d0> >21:00:32,456 INFO blivet: got format: DiskLabel instance (0x17fb790) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x180ca50>, <parted.partition.Partition object at 0x180ccd0>] > device: <parted.device.Device object at 0x180c890> > PedDisk: <_ped.Disk object at 0x180ba70> > origPartedDisk = <parted.disk.Disk object at 0x180ce90> > partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x17a04d0> > >21:00:32,462 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part1 /dev/disk/by-uuid/34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': '34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'ID_FS_UUID_ENC': '34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '000014de-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79254', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part1', > '/dev/disk/by-uuid/34ac2579-b24c-4ee3-814c-13dd84e3863b'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >21:00:32,462 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >21:00:32,462 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >21:00:32,463 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,463 INFO blivet: sda1 is a partition >21:00:32,464 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >21:00:32,465 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:32,465 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:00:32,466 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >21:00:32,467 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >21:00:32,468 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,468 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >21:00:32,469 DEBUG blivet: looking up parted Partition: /dev/sda1 >21:00:32,469 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >21:00:32,470 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >21:00:32,471 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >21:00:32,472 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >21:00:32,472 INFO blivet: added partition sda1 (id 2) to device tree >21:00:32,473 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >21:00:32,473 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >21:00:32,474 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >21:00:32,475 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >21:00:32,507 WARN blivet: disklabel detected but not usable on sda1 >21:00:32,507 INFO blivet: type detected on 'sda1' is 'ext4' >21:00:32,508 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:32,509 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:32,510 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >21:00:32,510 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >21:00:32,511 DEBUG blivet: looking up parted Device: /dev/sda1 >21:00:32,512 INFO blivet: got device: PartitionDevice instance (0x17fb710) -- > name = sda1 status = True kids = 0 id = 2 > parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x17a0710> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x180c950> fileSystem: <parted.filesystem.FileSystem object at 0x180ce10> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x180cb10> PedPartition: <_ped.Partition object at 0x17fde90> > disk = existing 238418MB disk sda (1) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >21:00:32,513 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:32,513 INFO blivet: got format: Ext4FS instance (0x1810150) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 34ac2579-b24c-4ee3-814c-13dd84e3863b exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >21:00:32,518 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', > 'ID_FS_UUID_ENC': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '273846272', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '000014de-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '79302', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >21:00:32,518 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >21:00:32,519 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >21:00:32,519 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,519 INFO blivet: sda2 is a partition >21:00:32,520 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >21:00:32,521 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:32,522 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:00:32,522 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >21:00:32,523 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >21:00:32,523 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,524 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >21:00:32,524 DEBUG blivet: looking up parted Partition: /dev/sda2 >21:00:32,525 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >21:00:32,526 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >21:00:32,527 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >21:00:32,528 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >21:00:32,528 INFO blivet: added partition sda2 (id 3) to device tree >21:00:32,528 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >21:00:32,529 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >21:00:32,530 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >21:00:32,530 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >21:00:32,553 WARN blivet: disklabel detected but not usable on sda2 >21:00:32,639 INFO blivet: type detected on 'sda2' is 'LVM2_member' >21:00:32,640 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE ; exists: True ; vgUuid: daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: 5QE3QB81 ; >21:00:32,640 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >21:00:32,641 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >21:00:32,642 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >21:00:32,643 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >21:00:32,643 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:32,644 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >21:00:32,644 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,645 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >21:00:32,646 INFO blivet: added lvmvg fedora (id 4) to device tree >21:00:32,696 WARN blivet: Skipping LVs for incomplete VG fedora >21:00:32,696 DEBUG blivet: looking up parted Device: /dev/sda2 >21:00:32,698 INFO blivet: got device: PartitionDevice instance (0x17fb950) -- > name = sda2 status = True kids = 1 id = 3 > parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 133714.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 273846272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 884 did: 27392 busy: False > hardwareGeometry: (17046, 255, 63) biosGeometry: (17046, 255, 63) > PedDevice: <_ped.Device object at 0x17a08c0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x180c950> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x180cd90> PedPartition: <_ped.Partition object at 0x17fdef0> > disk = existing 238418MB disk sda (1) with existing msdos disklabel > start = 1026048 end = 274872319 length = 273846272 > flags = lvm >21:00:32,698 INFO blivet: got format: LVMPhysicalVolume instance (0x1810650) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >21:00:32,702 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-H653A', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_DVD+_-RW_TS-H653A', > 'ID_MODEL_ENC': 'TSSTcorp\\x20DVD+\\x2f-RW\\x20TS-H653A\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'D500', > 'ID_SERIAL': 'TSSTcorp_DVD+_-RW_TS-H653A', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '79912', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-H653A'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:00:32,702 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:00:32,702 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >21:00:32,703 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,703 INFO blivet: sr0 is a cdrom >21:00:32,704 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >21:00:32,704 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,705 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:00:32,705 INFO blivet: added cdrom sr0 (id 5) to device tree >21:00:32,706 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:00:32,711 DEBUG blivet: no device or no media present >21:00:32,715 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3160023AS_5MT163NK', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3160023AS', > 'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0005afca', > 'ID_REVISION': '8.12', > 'ID_SERIAL': 'ST3160023AS_5MT163NK', > 'ID_SERIAL_SHORT': '5MT163NK', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '80484', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >21:00:32,715 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb)... >21:00:32,716 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:00:32,717 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,717 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >21:00:32,718 INFO blivet: sdb is a disk >21:00:32,719 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,719 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >21:00:32,726 INFO blivet: added disk sdb (id 6) to device tree >21:00:32,726 DEBUG blivet: looking up parted Device: /dev/sdb >21:00:32,727 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >21:00:32,728 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >21:00:32,729 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:00:32,729 DEBUG blivet: required disklabel type for sdb (1) is None >21:00:32,729 DEBUG blivet: default disklabel type for sdb is msdos >21:00:32,729 DEBUG blivet: selecting msdos disklabel for sdb based on size >21:00:32,730 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >21:00:32,778 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1810dd0>] > device: <parted.device.Device object at 0x1810410> > PedDisk: <_ped.Disk object at 0x1815638> >21:00:32,779 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >21:00:32,779 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >21:00:32,781 INFO blivet: got device: DiskDevice instance (0x17fb990) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x17a07a0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x17fb8d0> >21:00:32,782 INFO blivet: got format: DiskLabel instance (0x1810450) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x1810dd0>] > device: <parted.device.Device object at 0x1810410> > PedDisk: <_ped.Disk object at 0x1815638> > origPartedDisk = <parted.disk.Disk object at 0x1810f10> > partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x17a09e0> > >21:00:32,787 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3160023AS_5MT163NK-part1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', > 'ID_FS_UUID_ENC': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'ST3160023AS', > 'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '156248064', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '0005afca-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0005afca', > 'ID_REVISION': '8.12', > 'ID_SERIAL': 'ST3160023AS_5MT163NK', > 'ID_SERIAL_SHORT': '5MT163NK', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '80542', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >21:00:32,787 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >21:00:32,788 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb1 ; >21:00:32,788 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,788 INFO blivet: sdb1 is a partition >21:00:32,789 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >21:00:32,790 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:00:32,791 DEBUG blivet: DeviceTree.getDeviceByName returned existing 152587MB disk sdb (6) with existing msdos disklabel >21:00:32,791 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >21:00:32,792 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >21:00:32,792 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,793 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >21:00:32,793 DEBUG blivet: looking up parted Partition: /dev/sdb1 >21:00:32,794 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >21:00:32,795 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >21:00:32,796 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >21:00:32,797 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >21:00:32,797 INFO blivet: added partition sdb1 (id 7) to device tree >21:00:32,797 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >21:00:32,798 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >21:00:32,799 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >21:00:32,800 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >21:00:32,815 WARN blivet: disklabel detected but not usable on sdb1 >21:00:32,879 INFO blivet: type detected on 'sdb1' is 'LVM2_member' >21:00:32,880 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn ; exists: True ; vgUuid: daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 ; label: None ; peStart: 1.0 ; device: /dev/sdb1 ; serial: 5MT163NK ; >21:00:32,880 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >21:00:32,881 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >21:00:32,881 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: lvmpv ; >21:00:32,882 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sdb1 ; >21:00:32,883 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 133712MB lvmvg fedora (4) >21:00:32,884 DEBUG blivet: LVMVolumeGroupDevice._addDevice: fedora ; device: sdb1 ; status: False ; >21:00:32,885 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >21:00:32,905 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:32,906 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,907 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:32,908 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >21:00:32,908 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,909 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-00 ; current: None ; type: None ; >21:00:32,910 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-00 >21:00:32,912 DEBUG blivet: Adding fedora-00/40000MB to fedora >21:00:32,912 INFO blivet: added lvmlv fedora-00 (id 8) to device tree >21:00:32,914 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-00 ; status: True ; >21:00:32,917 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:32,921 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-00 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX /dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/fedora/00 /dev/mapper/fedora-00', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '00', > 'DM_NAME': 'fedora-00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28798', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > '/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/fedora/00', > '/dev/mapper/fedora-00'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >21:00:32,922 INFO blivet: scanning fedora-00 (/devices/virtual/block/dm-0)... >21:00:32,922 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:32,924 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) >21:00:32,925 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-00 ; >21:00:32,926 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-00 ; label_type: None ; >21:00:32,927 DEBUG blivet: LUKS.__init__: >21:00:32,928 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:32,928 DEBUG blivet: device fedora-00 does not contain a disklabel >21:00:32,928 INFO blivet: type detected on 'fedora-00' is 'crypto_LUKS' >21:00:32,929 DEBUG blivet: LUKS.__init__: uuid: ae0b855c-fe1d-445b-b6cb-0867aee4513d ; exists: True ; label: None ; device: /dev/mapper/fedora-00 ; serial: None ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:32,929 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:32,930 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-00 ; current: None ; type: luks ; >21:00:32,931 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-00 ; >21:00:32,932 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:32,933 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,935 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-00 ; >21:00:32,935 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,936 DEBUG blivet: LUKSDevice._setFormat: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; current: None ; type: None ; >21:00:32,937 DEBUG blivet: LUKSDevice.setup: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; controllable: True ; orig: False ; >21:00:32,938 INFO blivet: added luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (id 9) to device tree >21:00:32,941 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:32,941 DEBUG blivet: fedora size is 210004MB >21:00:32,942 DEBUG blivet: vg fedora has 170004MB free >21:00:32,942 DEBUG blivet: fedora size is 210004MB >21:00:32,943 DEBUG blivet: vg fedora has 170004MB free >21:00:32,944 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1859550) -- > name = fedora-00 status = True kids = 1 id = 8 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 14134 did: 25953 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x17a0b90> > target size = 40000.0 path = /dev/mapper/fedora-00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 1 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 170004 > free extents = 42501.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 40000MB >21:00:32,944 INFO blivet: got format: LUKS instance (0x1859b50) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:32,945 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:32,946 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,947 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:32,948 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >21:00:32,948 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,949 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-01 ; current: None ; type: None ; >21:00:32,950 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-01 >21:00:32,953 DEBUG blivet: Adding fedora-01/60000MB to fedora >21:00:32,953 INFO blivet: added lvmlv fedora-01 (id 10) to device tree >21:00:32,954 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-01 ; status: True ; >21:00:32,955 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:32,959 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-01 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL /dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/fedora/01 /dev/mapper/fedora-01', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '01', > 'DM_NAME': 'fedora-01', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29565', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > '/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/fedora/01', > '/dev/mapper/fedora-01'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >21:00:32,959 INFO blivet: scanning fedora-01 (/devices/virtual/block/dm-1)... >21:00:32,960 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:32,962 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) >21:00:32,963 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-01 ; >21:00:32,964 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-01 ; label_type: None ; >21:00:32,965 DEBUG blivet: LUKS.__init__: >21:00:32,965 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:32,965 DEBUG blivet: device fedora-01 does not contain a disklabel >21:00:32,965 INFO blivet: type detected on 'fedora-01' is 'crypto_LUKS' >21:00:32,966 DEBUG blivet: LUKS.__init__: uuid: 7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; exists: True ; label: None ; device: /dev/mapper/fedora-01 ; serial: None ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:32,966 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:32,967 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-01 ; current: None ; type: luks ; >21:00:32,968 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-01 ; >21:00:32,969 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:32,970 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,972 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-01 ; >21:00:32,972 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,973 DEBUG blivet: LUKSDevice._setFormat: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; current: None ; type: None ; >21:00:32,974 DEBUG blivet: LUKSDevice.setup: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; controllable: True ; orig: False ; >21:00:32,975 INFO blivet: added luks/dm-crypt luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (id 11) to device tree >21:00:32,978 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:32,978 DEBUG blivet: fedora size is 210004MB >21:00:32,979 DEBUG blivet: vg fedora has 110004MB free >21:00:32,979 DEBUG blivet: fedora size is 210004MB >21:00:32,981 DEBUG blivet: vg fedora has 110004MB free >21:00:32,982 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1859590) -- > name = fedora-01 status = True kids = 1 id = 10 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 25401 did: 14390 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x17a0a70> > target size = 60000.0 path = /dev/mapper/fedora-01 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 2 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 110004 > free extents = 27501.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 60000MB >21:00:32,983 INFO blivet: got format: LUKS instance (0x18631d0) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:32,984 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:32,985 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:32,986 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:32,987 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >21:00:32,987 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:32,988 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-02 ; current: None ; type: None ; >21:00:32,988 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-02 >21:00:32,990 DEBUG blivet: Adding fedora-02/10000MB to fedora >21:00:32,990 INFO blivet: added lvmlv fedora-02 (id 12) to device tree >21:00:32,991 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-02 ; status: True ; >21:00:32,993 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:32,996 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-02 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac /dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/fedora/02 /dev/mapper/fedora-02', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '02', > 'DM_NAME': 'fedora-02', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30739', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > '/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/fedora/02', > '/dev/mapper/fedora-02'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >21:00:32,997 INFO blivet: scanning fedora-02 (/devices/virtual/block/dm-2)... >21:00:32,997 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:32,999 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) >21:00:33,000 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-02 ; >21:00:33,001 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-02 ; label_type: None ; >21:00:33,002 DEBUG blivet: LUKS.__init__: >21:00:33,002 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,002 DEBUG blivet: device fedora-02 does not contain a disklabel >21:00:33,002 INFO blivet: type detected on 'fedora-02' is 'crypto_LUKS' >21:00:33,004 DEBUG blivet: LUKS.__init__: uuid: 1f9d9755-ead8-4d3f-ac68-e69c6882398b ; exists: True ; label: None ; device: /dev/mapper/fedora-02 ; serial: None ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:33,004 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,005 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-02 ; current: None ; type: luks ; >21:00:33,006 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-02 ; >21:00:33,007 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:33,008 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,009 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-02 ; >21:00:33,009 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,011 DEBUG blivet: LUKSDevice._setFormat: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; current: None ; type: None ; >21:00:33,012 DEBUG blivet: LUKSDevice.setup: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; controllable: True ; orig: False ; >21:00:33,012 INFO blivet: added luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (id 13) to device tree >21:00:33,015 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,016 DEBUG blivet: fedora size is 210004MB >21:00:33,018 DEBUG blivet: vg fedora has 100004MB free >21:00:33,018 DEBUG blivet: fedora size is 210004MB >21:00:33,019 DEBUG blivet: vg fedora has 100004MB free >21:00:33,022 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x17fb910) -- > name = fedora-02 status = True kids = 1 id = 12 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x17a0440> > target size = 10000.0 path = /dev/mapper/fedora-02 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 3 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 100004 > free extents = 25001.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 10000MB >21:00:33,022 INFO blivet: got format: LUKS instance (0x1863050) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,023 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:33,024 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,025 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:33,026 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 3 ; name: fedora ; >21:00:33,026 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,027 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-03 ; current: None ; type: None ; >21:00:33,028 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-03 >21:00:33,029 DEBUG blivet: Adding fedora-03/100000MB to fedora >21:00:33,029 INFO blivet: added lvmlv fedora-03 (id 14) to device tree >21:00:33,030 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-03 ; status: True ; >21:00:33,032 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:33,036 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-03 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6 /dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/fedora/03 /dev/mapper/fedora-03', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '03', > 'DM_NAME': 'fedora-03', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33438', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > '/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/fedora/03', > '/dev/mapper/fedora-03'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >21:00:33,036 INFO blivet: scanning fedora-03 (/devices/virtual/block/dm-3)... >21:00:33,037 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:33,038 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) >21:00:33,039 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-03 ; >21:00:33,040 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-03 ; label_type: None ; >21:00:33,042 DEBUG blivet: LUKS.__init__: >21:00:33,042 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,042 DEBUG blivet: device fedora-03 does not contain a disklabel >21:00:33,042 INFO blivet: type detected on 'fedora-03' is 'crypto_LUKS' >21:00:33,043 DEBUG blivet: LUKS.__init__: uuid: f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; exists: True ; label: None ; device: /dev/mapper/fedora-03 ; serial: None ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:33,043 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,044 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-03 ; current: None ; type: luks ; >21:00:33,045 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-03 ; >21:00:33,046 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:33,047 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,048 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-03 ; >21:00:33,049 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,050 DEBUG blivet: LUKSDevice._setFormat: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; current: None ; type: None ; >21:00:33,052 DEBUG blivet: LUKSDevice.setup: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; controllable: True ; orig: False ; >21:00:33,052 INFO blivet: added luks/dm-crypt luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (id 15) to device tree >21:00:33,055 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,055 DEBUG blivet: fedora size is 210004MB >21:00:33,057 DEBUG blivet: vg fedora has 4MB free >21:00:33,058 DEBUG blivet: fedora size is 210004MB >21:00:33,060 DEBUG blivet: vg fedora has 4MB free >21:00:33,063 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1810550) -- > name = fedora-03 status = True kids = 1 id = 14 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204800000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 25442 did: 12339 busy: False > hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) > PedDevice: <_ped.Device object at 0x17a0b00> > target size = 100000.0 path = /dev/mapper/fedora-03 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 100000MB >21:00:33,063 INFO blivet: got format: LUKS instance (0x1863a50) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,064 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:33,065 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) with existing luks >21:00:33,066 DEBUG blivet: set fedora-01 copies to 1, metadata size to 0MB, log size to 0MB, total size 60000MB >21:00:33,067 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:33,068 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) with existing luks >21:00:33,069 DEBUG blivet: set fedora-00 copies to 1, metadata size to 0MB, log size to 0MB, total size 40000MB >21:00:33,069 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:33,071 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) with existing luks >21:00:33,071 DEBUG blivet: set fedora-03 copies to 1, metadata size to 0MB, log size to 0MB, total size 100000MB >21:00:33,072 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:33,073 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) with existing luks >21:00:33,074 DEBUG blivet: set fedora-02 copies to 1, metadata size to 0MB, log size to 0MB, total size 10000MB >21:00:33,074 DEBUG blivet: looking up parted Device: /dev/sdb1 >21:00:33,076 INFO blivet: got device: PartitionDevice instance (0x17fb7d0) -- > name = sdb1 status = True kids = 1 id = 7 > parents = ['existing 152587MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 76293.0 > format = existing lvmpv > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 156248064 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32667 did: 0 busy: False > hardwareGeometry: (9725, 255, 63) biosGeometry: (9725, 255, 63) > PedDevice: <_ped.Device object at 0x17a0c20> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x18103d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x1810e10> PedPartition: <_ped.Partition object at 0x18166b0> > disk = existing 152587MB disk sdb (6) with existing msdos disklabel > start = 2048 end = 156250111 length = 156248064 > flags = lvm >21:00:33,076 INFO blivet: got format: LVMPhysicalVolume instance (0x1859490) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sdb1 uuid = wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >21:00:33,077 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93191', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:00:33,078 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >21:00:33,078 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >21:00:33,079 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,079 INFO blivet: loop0 is a loop device >21:00:33,080 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:00:33,080 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >21:00:33,081 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,081 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,082 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >21:00:33,082 INFO blivet: added file /osmin.img (deleted) (id 16) to device tree >21:00:33,083 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >21:00:33,083 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,084 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:00:33,084 INFO blivet: added loop loop0 (id 17) to device tree >21:00:33,085 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:00:33,085 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:00:33,085 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:33,086 DEBUG blivet: device loop0 does not contain a disklabel >21:00:33,086 INFO blivet: type detected on 'loop0' is 'squashfs' >21:00:33,086 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:33,087 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >21:00:33,087 INFO blivet: got device: LoopDevice instance (0x1863c10) -- > name = loop0 status = False kids = 0 id = 17 > parents = ['existing 0MB file /osmin.img (deleted) (16)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:00:33,087 INFO blivet: got format: DeviceFormat instance (0x1863790) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:33,088 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93536', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:00:33,089 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >21:00:33,089 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >21:00:33,090 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,090 INFO blivet: loop1 is a loop device >21:00:33,091 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:00:33,091 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >21:00:33,092 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,092 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,093 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >21:00:33,093 INFO blivet: added file /osmin (id 18) to device tree >21:00:33,094 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >21:00:33,094 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,095 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:00:33,095 INFO blivet: added loop loop1 (id 19) to device tree >21:00:33,096 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:00:33,096 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:00:33,097 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:33,097 DEBUG blivet: device loop1 does not contain a disklabel >21:00:33,097 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >21:00:33,097 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:33,098 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >21:00:33,098 INFO blivet: got device: LoopDevice instance (0x18639d0) -- > name = loop1 status = False kids = 0 id = 19 > parents = ['existing 0MB file /osmin (18)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >21:00:33,098 INFO blivet: got format: DeviceFormat instance (0x1863850) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:33,100 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93859', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:00:33,100 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >21:00:33,100 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >21:00:33,101 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,101 INFO blivet: loop2 is a loop device >21:00:33,102 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:00:33,102 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >21:00:33,103 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,104 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,104 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >21:00:33,105 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 20) to device tree >21:00:33,106 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >21:00:33,106 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,106 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:00:33,107 INFO blivet: added loop loop2 (id 21) to device tree >21:00:33,107 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:00:33,108 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:00:33,108 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:33,108 DEBUG blivet: device loop2 does not contain a disklabel >21:00:33,108 INFO blivet: type detected on 'loop2' is 'squashfs' >21:00:33,108 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:33,109 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >21:00:33,110 INFO blivet: got device: LoopDevice instance (0x1863d50) -- > name = loop2 status = False kids = 0 id = 21 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (20)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:00:33,110 INFO blivet: got format: DeviceFormat instance (0x1863e10) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:33,112 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '94196', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:00:33,112 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >21:00:33,113 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:33,113 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,114 INFO blivet: loop3 is a loop device >21:00:33,114 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >21:00:33,115 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >21:00:33,116 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,116 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,117 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >21:00:33,117 INFO blivet: added file /LiveOS/ext3fs.img (id 22) to device tree >21:00:33,118 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >21:00:33,118 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,121 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >21:00:33,121 INFO blivet: added loop loop3 (id 23) to device tree >21:00:33,122 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >21:00:33,122 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >21:00:33,123 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,123 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,123 DEBUG blivet: device loop3 does not contain a disklabel >21:00:33,124 INFO blivet: type detected on 'loop3' is 'ext4' >21:00:33,125 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,125 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,125 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >21:00:33,126 INFO blivet: got device: LoopDevice instance (0x1863fd0) -- > name = loop3 status = False kids = 0 id = 23 > parents = ['existing 0MB file /LiveOS/ext3fs.img (22)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >21:00:33,127 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,127 INFO blivet: got format: Ext4FS instance (0x1863e50) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 0 targetSize = 0 > >21:00:33,128 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '94531', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:00:33,128 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >21:00:33,129 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >21:00:33,130 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,130 INFO blivet: loop4 is a loop device >21:00:33,130 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >21:00:33,131 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:00:33,132 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,132 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,133 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:00:33,133 INFO blivet: added file /overlay (deleted) (id 24) to device tree >21:00:33,134 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:00:33,134 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,135 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >21:00:33,135 INFO blivet: added loop loop4 (id 25) to device tree >21:00:33,136 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >21:00:33,136 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >21:00:33,136 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:33,136 DEBUG blivet: device loop4 does not contain a disklabel >21:00:33,137 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >21:00:33,137 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:33,138 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >21:00:33,138 INFO blivet: got device: LoopDevice instance (0x1863110) -- > name = loop4 status = False kids = 0 id = 25 > parents = ['existing 0MB file /overlay (deleted) (24)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >21:00:33,138 INFO blivet: got format: DeviceFormat instance (0x1863950) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:33,141 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-00 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX /dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/fedora/00 /dev/mapper/fedora-00', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '00', > 'DM_NAME': 'fedora-00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28798', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > '/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/fedora/00', > '/dev/mapper/fedora-00'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >21:00:33,141 INFO blivet: scanning fedora-00 (/devices/virtual/block/dm-0)... >21:00:33,142 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:33,143 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) with existing luks >21:00:33,144 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-00 ; >21:00:33,144 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-00 ; label_type: None ; >21:00:33,145 DEBUG blivet: LUKS.__init__: >21:00:33,145 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,145 DEBUG blivet: device fedora-00 does not contain a disklabel >21:00:33,145 DEBUG blivet: no type or existing type for fedora-00, bailing >21:00:33,149 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,149 DEBUG blivet: fedora size is 210004MB >21:00:33,151 DEBUG blivet: vg fedora has 4MB free >21:00:33,151 DEBUG blivet: fedora size is 210004MB >21:00:33,154 DEBUG blivet: vg fedora has 4MB free >21:00:33,156 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1859550) -- > name = fedora-00 status = True kids = 1 id = 8 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 14134 did: 25953 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x17a0b90> > target size = 40000.0 path = /dev/mapper/fedora-00 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 40000MB >21:00:33,157 INFO blivet: got format: LUKS instance (0x1859b50) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,160 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-01 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL /dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/fedora/01 /dev/mapper/fedora-01', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '01', > 'DM_NAME': 'fedora-01', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29565', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > '/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/fedora/01', > '/dev/mapper/fedora-01'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >21:00:33,160 INFO blivet: scanning fedora-01 (/devices/virtual/block/dm-1)... >21:00:33,160 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:33,162 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) with existing luks >21:00:33,162 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-01 ; >21:00:33,163 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-01 ; label_type: None ; >21:00:33,164 DEBUG blivet: LUKS.__init__: >21:00:33,164 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,164 DEBUG blivet: device fedora-01 does not contain a disklabel >21:00:33,164 DEBUG blivet: no type or existing type for fedora-01, bailing >21:00:33,167 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,167 DEBUG blivet: fedora size is 210004MB >21:00:33,170 DEBUG blivet: vg fedora has 4MB free >21:00:33,170 DEBUG blivet: fedora size is 210004MB >21:00:33,172 DEBUG blivet: vg fedora has 4MB free >21:00:33,175 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1859590) -- > name = fedora-01 status = True kids = 1 id = 10 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 25401 did: 14390 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x17a0a70> > target size = 60000.0 path = /dev/mapper/fedora-01 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 60000MB >21:00:33,175 INFO blivet: got format: LUKS instance (0x18631d0) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,178 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'DEVNAME': 'dm-10', > 'DEVPATH': '/devices/virtual/block/dm-10', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', > 'ID_FS_UUID_ENC': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '10', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '3315101', > 'name': 'dm-10', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc', > '/dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d'], > 'sysfs_path': '/devices/virtual/block/dm-10'} ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:33,178 INFO blivet: scanning luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (/devices/virtual/block/dm-10)... >21:00:33,179 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:33,179 DEBUG blivet: looking up parted Device: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:00:33,181 DEBUG blivet: DeviceTree.getDeviceByName returned existing 39998MB luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (9) >21:00:33,181 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:33,182 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; label_type: None ; >21:00:33,183 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,183 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,183 DEBUG blivet: device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d does not contain a disklabel >21:00:33,183 INFO blivet: type detected on 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d' is 'ext4' >21:00:33,184 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,184 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,185 DEBUG blivet: LUKSDevice._setFormat: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; current: None ; type: ext4 ; >21:00:33,187 INFO blivet: got device: LUKSDevice instance (0x1859b90) -- > name = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d status = True kids = 0 id = 9 > parents = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] > uuid = None size = 39998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81915904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x17a0cb0> > target size = 0 path = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:33,188 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,188 INFO blivet: got format: Ext4FS instance (0x1859fd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d uuid = eda97348-74da-47c7-bbb7-33ceaab4d7fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >21:00:33,191 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-02 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac /dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/fedora/02 /dev/mapper/fedora-02', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '02', > 'DM_NAME': 'fedora-02', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30739', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > '/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/fedora/02', > '/dev/mapper/fedora-02'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >21:00:33,191 INFO blivet: scanning fedora-02 (/devices/virtual/block/dm-2)... >21:00:33,192 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:33,193 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) with existing luks >21:00:33,194 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-02 ; >21:00:33,194 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-02 ; label_type: None ; >21:00:33,195 DEBUG blivet: LUKS.__init__: >21:00:33,195 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,195 DEBUG blivet: device fedora-02 does not contain a disklabel >21:00:33,195 DEBUG blivet: no type or existing type for fedora-02, bailing >21:00:33,198 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,199 DEBUG blivet: fedora size is 210004MB >21:00:33,201 DEBUG blivet: vg fedora has 4MB free >21:00:33,201 DEBUG blivet: fedora size is 210004MB >21:00:33,203 DEBUG blivet: vg fedora has 4MB free >21:00:33,206 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x17fb910) -- > name = fedora-02 status = True kids = 1 id = 12 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x17a0440> > target size = 10000.0 path = /dev/mapper/fedora-02 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 10000MB >21:00:33,207 INFO blivet: got format: LUKS instance (0x1863050) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,209 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-03 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6 /dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/fedora/03 /dev/mapper/fedora-03', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '03', > 'DM_NAME': 'fedora-03', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33438', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > '/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/fedora/03', > '/dev/mapper/fedora-03'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >21:00:33,210 INFO blivet: scanning fedora-03 (/devices/virtual/block/dm-3)... >21:00:33,210 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:33,212 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) with existing luks >21:00:33,212 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-03 ; >21:00:33,214 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-03 ; label_type: None ; >21:00:33,215 DEBUG blivet: LUKS.__init__: >21:00:33,215 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:33,215 DEBUG blivet: device fedora-03 does not contain a disklabel >21:00:33,215 DEBUG blivet: no type or existing type for fedora-03, bailing >21:00:33,218 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:33,218 DEBUG blivet: fedora size is 210004MB >21:00:33,221 DEBUG blivet: vg fedora has 4MB free >21:00:33,221 DEBUG blivet: fedora size is 210004MB >21:00:33,223 DEBUG blivet: vg fedora has 4MB free >21:00:33,226 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x1810550) -- > name = fedora-03 status = True kids = 1 id = 14 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204800000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 25442 did: 12339 busy: False > hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) > PedDevice: <_ped.Device object at 0x17a0b00> > target size = 100000.0 path = /dev/mapper/fedora-03 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x18109d0) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 100000MB >21:00:33,227 INFO blivet: got format: LUKS instance (0x1863a50) -- > type = luks name = LUKS status = True > device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > keyFile = None passphrase = (set) > escrowCert = None addBackup = False >21:00:33,229 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-rw', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '78206', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: live-rw ; >21:00:33,229 INFO blivet: scanning live-rw (/devices/virtual/block/dm-4)... >21:00:33,230 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >21:00:33,231 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,231 INFO blivet: live-rw is a device-mapper device >21:00:33,231 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >21:00:33,232 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:33,233 DEBUG blivet: failed to find dm node for fedora >21:00:33,233 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:33,234 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:33,235 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:33,236 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:33,237 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:33,238 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:33,238 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:33,239 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:33,240 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:33,241 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:33,243 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >21:00:33,244 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (25) with existing DM_snapshot_cow >21:00:33,245 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >21:00:33,245 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,246 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >21:00:33,246 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,247 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:00:33,247 INFO blivet: added dm live-rw (id 26) to device tree >21:00:33,248 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:00:33,250 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:00:33,251 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,251 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,251 DEBUG blivet: device live-rw does not contain a disklabel >21:00:33,251 INFO blivet: type detected on 'live-rw' is 'ext4' >21:00:33,252 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,252 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,253 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:00:33,254 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >21:00:33,255 INFO blivet: got device: DMDevice instance (0x17fb890) -- > name = live-rw status = True kids = 0 id = 26 > parents = ['existing 0MB loop loop4 (25) with existing DM_snapshot_cow'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x17a0d40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:00:33,256 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,256 INFO blivet: got format: Ext4FS instance (0x1859710) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 0 targetSize = 0 > >21:00:33,259 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-base', > 'DEVNAME': 'dm-5', > 'DEVPATH': '/devices/virtual/block/dm-5', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9522', > 'name': 'dm-5', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-5'} ; name: live-base ; >21:00:33,259 INFO blivet: scanning live-base (/devices/virtual/block/dm-5)... >21:00:33,260 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >21:00:33,261 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,261 INFO blivet: live-base is a device-mapper device >21:00:33,262 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >21:00:33,263 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:33,263 DEBUG blivet: failed to find dm node for fedora >21:00:33,264 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:33,264 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:33,265 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:33,266 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:33,267 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:33,268 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:33,269 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:33,269 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:33,270 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >21:00:33,271 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:33,272 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:33,273 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >21:00:33,274 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,274 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >21:00:33,275 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,275 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >21:00:33,276 INFO blivet: added dm live-base (id 27) to device tree >21:00:33,276 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >21:00:33,277 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >21:00:33,278 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,278 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,278 DEBUG blivet: device live-base does not contain a disklabel >21:00:33,278 INFO blivet: type detected on 'live-base' is 'ext4' >21:00:33,279 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,279 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,280 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >21:00:33,281 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >21:00:33,282 INFO blivet: got device: DMDevice instance (0x18105d0) -- > name = live-base status = True kids = 0 id = 27 > parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-5 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x17a0dd0> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >21:00:33,283 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,283 INFO blivet: got format: Ext4FS instance (0x186e150) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 0 targetSize = 0 > >21:00:33,285 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20758', > 'name': 'dm-6', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: live-osimg-min ; >21:00:33,286 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-6)... >21:00:33,286 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:00:33,287 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,287 INFO blivet: live-osimg-min is a device-mapper device >21:00:33,288 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >21:00:33,289 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:33,289 DEBUG blivet: failed to find dm node for fedora >21:00:33,290 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:33,291 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:33,292 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:33,292 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:33,293 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:33,294 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:33,295 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:33,296 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:33,296 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >21:00:33,297 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >21:00:33,298 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >21:00:33,299 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (19) with existing DM_snapshot_cow >21:00:33,300 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:33,301 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:33,302 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:00:33,302 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:33,303 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >21:00:33,303 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:33,304 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >21:00:33,304 INFO blivet: added dm live-osimg-min (id 28) to device tree >21:00:33,305 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >21:00:33,306 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >21:00:33,307 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,307 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,307 DEBUG blivet: device live-osimg-min does not contain a disklabel >21:00:33,307 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >21:00:33,308 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,308 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,309 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >21:00:33,310 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >21:00:33,312 INFO blivet: got device: DMDevice instance (0x1863910) -- > name = live-osimg-min status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x17a0e60> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >21:00:33,313 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,313 INFO blivet: got format: Ext4FS instance (0x1863190) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 0 targetSize = 0 > >21:00:33,316 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', > 'ID_FS_UUID_ENC': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1576372', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d', > '/dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:33,316 INFO blivet: scanning luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (/devices/virtual/block/dm-7)... >21:00:33,318 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:33,319 DEBUG blivet: looking up parted Device: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:00:33,320 DEBUG blivet: DeviceTree.getDeviceByName returned existing 99998MB luks/dm-crypt luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (15) >21:00:33,321 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:33,322 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; label_type: None ; >21:00:33,323 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,323 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,323 DEBUG blivet: device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 does not contain a disklabel >21:00:33,323 INFO blivet: type detected on 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7' is 'ext4' >21:00:33,324 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,324 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,325 DEBUG blivet: LUKSDevice._setFormat: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; current: None ; type: ext4 ; >21:00:33,327 INFO blivet: got device: LUKSDevice instance (0x1863ad0) -- > name = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 status = True kids = 0 id = 15 > parents = ['existing 100000MB lvmlv fedora-03 (14) with existing luks'] > uuid = None size = 99998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204795904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (12747, 255, 63) biosGeometry: (12747, 255, 63) > PedDevice: <_ped.Device object at 0x17a0f80> > target size = 0 path = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:33,327 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,328 INFO blivet: got format: Ext4FS instance (0x186ea10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 uuid = b358f89d-7cfa-42f9-9def-f2ce995b157d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >21:00:33,331 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > 'ID_FS_UUID_ENC': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '902461', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > '/dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:33,331 INFO blivet: scanning luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (/devices/virtual/block/dm-8)... >21:00:33,332 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:33,332 DEBUG blivet: looking up parted Device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:00:33,342 DEBUG blivet: DeviceTree.getDeviceByName returned existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) >21:00:33,342 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:33,343 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; label_type: None ; >21:00:33,344 DEBUG blivet: SwapSpace.__init__: >21:00:33,344 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:00:33,344 DEBUG blivet: device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b does not contain a disklabel >21:00:33,344 INFO blivet: type detected on 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b' is 'swap' >21:00:33,345 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; serial: None ; uuid: cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae ; exists: True ; label: None ; >21:00:33,345 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:00:33,346 DEBUG blivet: LUKSDevice._setFormat: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; current: None ; type: swap ; >21:00:33,348 INFO blivet: got device: LUKSDevice instance (0x18630d0) -- > name = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b status = True kids = 0 id = 13 > parents = ['existing 10000MB lvmlv fedora-02 (12) with existing luks'] > uuid = None size = 9998.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20475904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 256 did: 0 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x17a0ef0> > target size = 0 path = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:33,348 INFO blivet: got format: SwapSpace instance (0x186e390) -- > type = swap name = swap status = False > device = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b uuid = cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >21:00:33,351 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > 'ID_FS_UUID_ENC': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6019568', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > '/dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:33,351 INFO blivet: scanning luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (/devices/virtual/block/dm-9)... >21:00:33,352 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:33,352 DEBUG blivet: looking up parted Device: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >21:00:33,362 DEBUG blivet: DeviceTree.getDeviceByName returned existing 59998MB luks/dm-crypt luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (11) >21:00:33,363 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:33,364 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; label_type: None ; >21:00:33,365 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,365 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,365 DEBUG blivet: device luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb does not contain a disklabel >21:00:33,365 INFO blivet: type detected on 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb' is 'ext4' >21:00:33,366 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,366 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:33,367 DEBUG blivet: LUKSDevice._setFormat: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; current: None ; type: ext4 ; >21:00:33,369 INFO blivet: got device: LUKSDevice instance (0x1863250) -- > name = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb status = True kids = 0 id = 11 > parents = ['existing 60000MB lvmlv fedora-01 (10) with existing luks'] > uuid = None size = 59998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122875904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 12600 did: 25911 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x1864050> > target size = 0 path = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:33,369 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:33,370 INFO blivet: got format: Ext4FS instance (0x186ec50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb uuid = 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >21:00:33,605 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >21:00:36,347 INFO blivet: ISCSID is /sbin/iscsid >21:00:36,347 INFO blivet: no initiator set >21:00:36,418 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >21:00:36,418 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >21:00:36,607 DEBUG blivet: trying to set new default fstype to 'ext4' >21:00:36,651 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:36,651 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:36,652 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:36,657 INFO blivet: Detected 3984M of memory >21:00:36,657 INFO blivet: Suggested swap size (3984 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >21:00:36,657 INFO blivet: Swap attempt of 0M >21:00:37,077 INFO blivet: resetting Blivet (version 0.23.9) instance <blivet.Blivet object at 0x2ef5e90> >21:00:37,077 INFO blivet: no initiator set >21:00:37,077 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >21:00:37,077 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >21:00:37,109 DEBUG blivet: protected device spec /dev/sdc1 resolved to sdc1 >21:00:37,110 INFO blivet: sdc1 looks to be the live device; marking as protected >21:00:37,140 INFO blivet: devices to scan: ['sdc', 'sdc1', 'sdc2', 'sdc3', 'sda', 'sda1', 'sda2', 'sr0', 'sdb', 'sdb1', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'dm-0', 'dm-1', 'dm-10', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-7', 'dm-8', 'dm-9'] >21:00:37,153 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0 /dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2013-12-12-00-56-55-00', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-00-56-55-00', > 'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76969', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0', > '/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2013-12-12-00-56-55-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc'} ; name: sdc ; >21:00:37,160 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc)... >21:00:37,161 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:37,163 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,165 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >21:00:37,167 INFO blivet: sdc is a disk >21:00:37,167 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,170 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >21:00:37,182 INFO blivet: added disk sdc (id 0) to device tree >21:00:37,182 DEBUG blivet: looking up parted Device: /dev/sdc >21:00:37,189 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >21:00:37,189 INFO blivet: type detected on 'sdc' is 'iso9660' >21:00:37,191 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:37,191 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >21:00:37,193 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: iso9660 ; >21:00:37,194 INFO blivet: got device: DiskDevice instance (0x7f6dec061a10) -- > name = sdc status = True kids = 0 id = 0 > parents = [] > uuid = None size = 15334.875 > format = existing iso9660 filesystem > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: PNY USB 2.0 FD path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 31405824 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (15334, 64, 32) biosGeometry: (1954, 255, 63) > PedDevice: <_ped.Device object at 0x300d440> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0x7f6dec0c88d0> >21:00:37,195 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:37,195 INFO blivet: got format: Iso9660FS instance (0x302c190) -- > type = iso9660 name = iso9660 status = False > device = /dev/sdc uuid = 2013-12-12-00-56-55-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora-Live-Desktop-x86_64-20-1 size = 0.0 targetSize = 0.0 > >21:00:37,203 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part1 /dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2013-12-12-00-56-55-00', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_LABEL_ENC': 'Fedora-Live-Desktop-x86_64-20-1', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-00-56-55-00', > 'ID_FS_UUID_ENC': '2013-12-12-00-56-55-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1951744', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '5513338d-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '33', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '0', > 'USEC_INITIALIZED': '76993', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part1', > '/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2013-12-12-00-56-55-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >21:00:37,204 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc1)... >21:00:37,206 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; >21:00:37,207 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,208 INFO blivet: sdc1 is a partition >21:00:37,209 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >21:00:37,212 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:37,213 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:37,213 DEBUG blivet: lvm filter: adding sdc1 to the reject list >21:00:37,213 DEBUG blivet: ignoring partition sdc1 on iso9660 >21:00:37,214 DEBUG blivet: no device or no media present >21:00:37,225 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part2 /dev/disk/by-label/EFI /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part2 /dev/disk/by-uuid/7E31-E62C', > 'DEVNAME': 'sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'EFI', > 'ID_FS_LABEL_ENC': 'EFI', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'vfat', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7E31-E62C', > 'ID_FS_UUID_ENC': '7E31-E62C', > 'ID_FS_VERSION': 'FAT12', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '172', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '10064', > 'ID_PART_ENTRY_TYPE': '0xef', > 'ID_PART_ENTRY_UUID': '5513338d-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '34', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '77148', > 'name': 'sdc2', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part2', > '/dev/disk/by-label/EFI', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part2', > '/dev/disk/by-uuid/7E31-E62C'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2'} ; name: sdc2 ; >21:00:37,225 INFO blivet: scanning sdc2 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2)... >21:00:37,238 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc2 ; >21:00:37,239 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,240 INFO blivet: sdc2 is a partition >21:00:37,241 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc2 ; >21:00:37,242 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:37,245 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:37,246 DEBUG blivet: lvm filter: adding sdc2 to the reject list >21:00:37,246 DEBUG blivet: ignoring partition sdc2 on iso9660 >21:00:37,246 DEBUG blivet: no device or no media present >21:00:37,306 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part3 /dev/disk/by-label/Fedora\\x20Live /dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part3 /dev/disk/by-uuid/11c76dff-3163-3083-8cec-c9045139ec1b', > 'DEVNAME': 'sdc3', > 'DEVPATH': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_Live', > 'ID_FS_LABEL_ENC': 'Fedora\\x20Live', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'hfsplus', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '11c76dff-3163-3083-8cec-c9045139ec1b', > 'ID_FS_UUID_ENC': '11c76dff-3163-3083-8cec-c9045139ec1b', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': 'USB_2.0_FD', > 'ID_MODEL_ENC': 'USB\\x202.0\\x20FD\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_MODEL_ID': '007a', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '10284', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40320', > 'ID_PART_ENTRY_TYPE': '0x0', > 'ID_PART_ENTRY_UUID': '5513338d-03', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '5513338d', > 'ID_PATH': 'pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_1a_7-usb-0_4_1_0-scsi-0_0_0_0', > 'ID_REVISION': '1100', > 'ID_SERIAL': 'PNY_USB_2.0_FD_AD92HE01000003165-0:0', > 'ID_SERIAL_SHORT': 'AD92HE01000003165', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'PNY', > 'ID_VENDOR_ENC': 'PNY\\x20\\x20\\x20\\x20\\x20', > 'ID_VENDOR_ID': '154b', > 'MAJOR': '8', > 'MINOR': '35', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '77169', > 'name': 'sdc3', > 'symlinks': ['/dev/disk/by-id/usb-PNY_USB_2.0_FD_AD92HE01000003165-0:0-part3', > '/dev/disk/by-label/Fedora\\x20Live', > '/dev/disk/by-path/pci-0000:00:1a.7-usb-0:4:1.0-scsi-0:0:0:0-part3', > '/dev/disk/by-uuid/11c76dff-3163-3083-8cec-c9045139ec1b'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3'} ; name: sdc3 ; >21:00:37,316 INFO blivet: scanning sdc3 (/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc3)... >21:00:37,318 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc3 ; >21:00:37,319 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,319 INFO blivet: sdc3 is a partition >21:00:37,320 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc3 ; >21:00:37,327 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >21:00:37,329 DEBUG blivet: DeviceTree.getDeviceByName returned existing 15334MB disk sdc (0) with existing iso9660 filesystem >21:00:37,329 DEBUG blivet: lvm filter: adding sdc3 to the reject list >21:00:37,330 DEBUG blivet: ignoring partition sdc3 on iso9660 >21:00:37,331 DEBUG blivet: no device or no media present >21:00:37,335 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79208', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >21:00:37,345 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >21:00:37,346 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:37,347 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,354 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >21:00:37,355 INFO blivet: sda is a disk >21:00:37,358 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,362 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >21:00:37,379 INFO blivet: added disk sda (id 1) to device tree >21:00:37,379 DEBUG blivet: looking up parted Device: /dev/sda >21:00:37,384 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >21:00:37,385 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >21:00:37,399 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:00:37,400 DEBUG blivet: required disklabel type for sda (1) is None >21:00:37,400 DEBUG blivet: default disklabel type for sda is msdos >21:00:37,401 DEBUG blivet: selecting msdos disklabel for sda based on size >21:00:37,403 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >21:00:37,406 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 0x3254c50>, <parted.partition.Partition object at 0x3259050>] > device: <parted.device.Device object at 0x3254a10> > PedDisk: <_ped.Disk object at 0x32482d8> >21:00:37,407 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >21:00:37,408 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >21:00:37,415 INFO blivet: got device: DiskDevice instance (0x3245250) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3245310> >21:00:37,425 INFO blivet: got format: DiskLabel instance (0x3245850) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x3254c50>, <parted.partition.Partition object at 0x3259050>] > device: <parted.device.Device object at 0x3254a10> > PedDisk: <_ped.Disk object at 0x32482d8> > origPartedDisk = <parted.disk.Disk object at 0x3259210> > partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x32044d0> > >21:00:37,433 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part1 /dev/disk/by-uuid/34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': '34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'ID_FS_UUID_ENC': '34ac2579-b24c-4ee3-814c-13dd84e3863b', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '000014de-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '79254', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part1', > '/dev/disk/by-uuid/34ac2579-b24c-4ee3-814c-13dd84e3863b'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >21:00:37,433 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >21:00:37,434 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >21:00:37,435 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,437 INFO blivet: sda1 is a partition >21:00:37,438 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >21:00:37,439 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:37,441 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:00:37,451 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >21:00:37,453 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >21:00:37,453 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,455 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >21:00:37,455 DEBUG blivet: looking up parted Partition: /dev/sda1 >21:00:37,470 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >21:00:37,473 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >21:00:37,475 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >21:00:37,476 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >21:00:37,476 INFO blivet: added partition sda1 (id 2) to device tree >21:00:37,478 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >21:00:37,480 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >21:00:37,481 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >21:00:37,484 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >21:00:37,506 WARN blivet: disklabel detected but not usable on sda1 >21:00:37,507 INFO blivet: type detected on 'sda1' is 'ext4' >21:00:37,621 DEBUG blivet: padding min size from 139 up to 152 >21:00:37,625 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:37,625 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:37,626 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >21:00:37,627 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: ext4 ; >21:00:37,629 DEBUG blivet: looking up parted Device: /dev/sda1 >21:00:37,631 INFO blivet: got device: PartitionDevice instance (0x7f6e174a7850) -- > name = sda1 status = True kids = 0 id = 2 > parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3204710> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3254ad0> fileSystem: <parted.filesystem.FileSystem object at 0x3259190> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3254dd0> PedPartition: <_ped.Partition object at 0x32573b0> > disk = existing 238418MB disk sda (1) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >21:00:37,633 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:37,633 INFO blivet: got format: Ext4FS instance (0x3259b10) -- > type = ext4 name = ext4 status = False > device = /dev/sda1 uuid = 34ac2579-b24c-4ee3-814c-13dd84e3863b exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >21:00:37,640 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '208', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > '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': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', > 'ID_FS_UUID_ENC': 'HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'ST3250820AS', > 'ID_MODEL_ENC': 'ST3250820AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '273846272', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '000014de-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '000014de', > 'ID_REVISION': '3.ADG', > 'ID_SERIAL': 'ST3250820AS_5QE3QB81', > 'ID_SERIAL_SHORT': '5QE3QB81', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '79302', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-ST3250820AS_5QE3QB81-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >21:00:37,640 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >21:00:37,641 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >21:00:37,642 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,650 INFO blivet: sda2 is a partition >21:00:37,654 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >21:00:37,656 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:00:37,660 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:00:37,662 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >21:00:37,668 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >21:00:37,668 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,670 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >21:00:37,670 DEBUG blivet: looking up parted Partition: /dev/sda2 >21:00:37,672 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >21:00:37,673 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >21:00:37,674 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >21:00:37,675 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >21:00:37,676 INFO blivet: added partition sda2 (id 3) to device tree >21:00:37,680 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >21:00:37,688 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >21:00:37,696 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >21:00:37,697 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >21:00:37,702 WARN blivet: disklabel detected but not usable on sda2 >21:00:37,804 INFO blivet: type detected on 'sda2' is 'LVM2_member' >21:00:37,806 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE ; exists: True ; vgUuid: daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: 5QE3QB81 ; >21:00:37,808 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >21:00:37,811 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >21:00:37,812 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >21:00:37,813 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >21:00:37,815 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:37,816 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >21:00:37,817 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,818 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora ; current: None ; type: None ; >21:00:37,818 INFO blivet: added lvmvg fedora (id 4) to device tree >21:00:37,872 WARN blivet: Skipping LVs for incomplete VG fedora >21:00:37,874 DEBUG blivet: looking up parted Device: /dev/sda2 >21:00:37,876 INFO blivet: got device: PartitionDevice instance (0x326b350) -- > name = sda2 status = True kids = 1 id = 3 > parents = ['existing 238418MB disk sda (1) with existing msdos disklabel'] > uuid = None size = 133714.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 273846272 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (17046, 255, 63) biosGeometry: (17046, 255, 63) > PedDevice: <_ped.Device object at 0x32047a0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3254ad0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3259110> PedPartition: <_ped.Partition object at 0x3257410> > disk = existing 238418MB disk sda (1) with existing msdos disklabel > start = 1026048 end = 274872319 length = 273846272 > flags = lvm >21:00:37,887 INFO blivet: got format: LVMPhysicalVolume instance (0x326bb90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = HdgH8O-9bFZ-6pup-jE3N-tVq3-60DC-1cQUPE exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >21:00:37,892 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-H653A', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_R': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_PLUS_R': '1', > 'ID_CDROM_DVD_PLUS_RW': '1', > 'ID_CDROM_DVD_PLUS_R_DL': '1', > 'ID_CDROM_DVD_R': '1', > 'ID_CDROM_DVD_RW': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_MODEL': 'TSSTcorp_DVD+_-RW_TS-H653A', > 'ID_MODEL_ENC': 'TSSTcorp\\x20DVD+\\x2f-RW\\x20TS-H653A\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': 'D500', > 'ID_SERIAL': 'TSSTcorp_DVD+_-RW_TS-H653A', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '79912', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', '/dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-H653A'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:00:37,892 INFO blivet: scanning sr0 (/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:00:37,894 DEBUG blivet: DeviceTree.getDeviceByName: name: sr0 ; >21:00:37,895 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,895 INFO blivet: sr0 is a cdrom >21:00:37,897 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >21:00:37,897 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,899 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:00:37,899 INFO blivet: added cdrom sr0 (id 5) to device tree >21:00:37,900 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:00:37,912 DEBUG blivet: no device or no media present >21:00:37,917 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3160023AS_5MT163NK', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'ST3160023AS', > 'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0005afca', > 'ID_REVISION': '8.12', > 'ID_SERIAL': 'ST3160023AS_5MT163NK', > 'ID_SERIAL_SHORT': '5MT163NK', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '80484', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb'} ; name: sdb ; >21:00:37,918 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb)... >21:00:37,919 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:00:37,921 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,922 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >21:00:37,924 INFO blivet: sdb is a disk >21:00:37,925 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:37,926 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >21:00:37,954 INFO blivet: added disk sdb (id 6) to device tree >21:00:37,955 DEBUG blivet: looking up parted Device: /dev/sdb >21:00:37,958 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >21:00:37,960 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >21:00:37,961 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:00:37,962 DEBUG blivet: required disklabel type for sdb (1) is None >21:00:37,965 DEBUG blivet: default disklabel type for sdb is msdos >21:00:37,966 DEBUG blivet: selecting msdos disklabel for sdb based on size >21:00:37,969 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >21:00:37,972 DEBUG blivet: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f6dec138410>] > device: <parted.device.Device object at 0x7f6dec138290> > PedDisk: <_ped.Disk object at 0x7f6dec1393f8> >21:00:37,973 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >21:00:37,975 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >21:00:37,978 INFO blivet: got device: DiskDevice instance (0x327dd90) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x327dcd0> >21:00:37,989 INFO blivet: got format: DiskLabel instance (0x327dfd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 1 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 1 > lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f6dec138410>] > device: <parted.device.Device object at 0x7f6dec138290> > PedDisk: <_ped.Disk object at 0x7f6dec1393f8> > origPartedDisk = <parted.disk.Disk object at 0x7f6dec138650> > partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x3204440> > >21:00:37,995 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-ST3160023AS_5MT163NK-part1', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '0', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '0', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > '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_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', > 'ID_FS_UUID_ENC': 'wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'ST3160023AS', > 'ID_MODEL_ENC': 'ST3160023AS\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '156248064', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': '0005afca-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '0005afca', > 'ID_REVISION': '8.12', > 'ID_SERIAL': 'ST3160023AS_5MT163NK', > 'ID_SERIAL_SHORT': '5MT163NK', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'UDISKS_IGNORE': '1', > 'USEC_INITIALIZED': '80542', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-ST3160023AS_5MT163NK-part1'], > 'sysfs_path': '/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >21:00:37,995 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1)... >21:00:37,997 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb1 ; >21:00:37,998 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:37,999 INFO blivet: sdb1 is a partition >21:00:38,001 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >21:00:38,002 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:00:38,004 DEBUG blivet: DeviceTree.getDeviceByName returned existing 152587MB disk sdb (6) with existing msdos disklabel >21:00:38,006 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >21:00:38,007 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >21:00:38,008 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,010 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >21:00:38,018 DEBUG blivet: looking up parted Partition: /dev/sdb1 >21:00:38,028 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >21:00:38,039 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >21:00:38,040 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >21:00:38,042 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >21:00:38,042 INFO blivet: added partition sdb1 (id 7) to device tree >21:00:38,043 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >21:00:38,044 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: dos ; >21:00:38,045 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >21:00:38,052 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb1 ; labelType: dos ; exists: True ; >21:00:38,054 WARN blivet: disklabel detected but not usable on sdb1 >21:00:38,144 INFO blivet: type detected on 'sdb1' is 'LVM2_member' >21:00:38,145 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora ; uuid: wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn ; exists: True ; vgUuid: daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 ; label: None ; peStart: 1.0 ; device: /dev/sdb1 ; serial: 5MT163NK ; >21:00:38,146 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >21:00:38,147 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >21:00:38,148 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: lvmpv ; >21:00:38,149 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sdb1 ; >21:00:38,151 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 133712MB lvmvg fedora (4) >21:00:38,152 DEBUG blivet: LVMVolumeGroupDevice._addDevice: fedora ; device: sdb1 ; status: False ; >21:00:38,153 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >21:00:38,154 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >21:00:38,189 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:38,192 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,193 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:38,196 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora ; >21:00:38,196 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,198 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-00 ; current: None ; type: None ; >21:00:38,199 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-00 >21:00:38,201 DEBUG blivet: Adding fedora-00/40000MB to fedora >21:00:38,202 INFO blivet: added lvmlv fedora-00 (id 8) to device tree >21:00:38,204 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-00 ; status: True ; controllable: True ; orig: False ; >21:00:38,209 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-00 ; status: True ; >21:00:38,211 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:38,217 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-00 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX /dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/fedora/00 /dev/mapper/fedora-00', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '00', > 'DM_NAME': 'fedora-00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28798', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > '/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/fedora/00', > '/dev/mapper/fedora-00'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >21:00:38,225 INFO blivet: scanning fedora-00 (/devices/virtual/block/dm-0)... >21:00:38,227 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:38,234 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) >21:00:38,236 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-00 ; >21:00:38,238 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-00 ; label_type: None ; >21:00:38,240 DEBUG blivet: LUKS.__init__: >21:00:38,241 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,241 DEBUG blivet: device fedora-00 does not contain a disklabel >21:00:38,241 INFO blivet: type detected on 'fedora-00' is 'crypto_LUKS' >21:00:38,243 DEBUG blivet: LUKS.__init__: uuid: ae0b855c-fe1d-445b-b6cb-0867aee4513d ; exists: True ; label: None ; device: /dev/mapper/fedora-00 ; serial: None ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:38,243 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,244 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-00 ; current: None ; type: luks ; >21:00:38,246 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-00 ; >21:00:38,251 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:38,254 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,257 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-00 ; >21:00:38,257 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,259 DEBUG blivet: LUKSDevice._setFormat: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; current: None ; type: None ; >21:00:38,261 DEBUG blivet: LUKSDevice.setup: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; controllable: True ; orig: False ; >21:00:38,261 INFO blivet: added luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (id 9) to device tree >21:00:38,265 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,266 DEBUG blivet: fedora size is 210004MB >21:00:38,268 DEBUG blivet: vg fedora has 170004MB free >21:00:38,268 DEBUG blivet: fedora size is 210004MB >21:00:38,269 DEBUG blivet: vg fedora has 170004MB free >21:00:38,271 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138cd0) -- > name = fedora-00 status = True kids = 1 id = 8 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x3204b00> > target size = 40000.0 path = /dev/mapper/fedora-00 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 1 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 170004 > free extents = 42501.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 40000MB >21:00:38,274 INFO blivet: got format: LUKS instance (0x7f6dec145310) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,280 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:38,282 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,283 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:38,287 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora ; >21:00:38,288 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,289 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-01 ; current: None ; type: None ; >21:00:38,290 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-01 >21:00:38,291 DEBUG blivet: Adding fedora-01/60000MB to fedora >21:00:38,292 INFO blivet: added lvmlv fedora-01 (id 10) to device tree >21:00:38,293 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-01 ; status: True ; controllable: True ; orig: False ; >21:00:38,302 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-01 ; status: True ; >21:00:38,304 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:38,310 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-01 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL /dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/fedora/01 /dev/mapper/fedora-01', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '01', > 'DM_NAME': 'fedora-01', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29565', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > '/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/fedora/01', > '/dev/mapper/fedora-01'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >21:00:38,319 INFO blivet: scanning fedora-01 (/devices/virtual/block/dm-1)... >21:00:38,321 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:38,330 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) >21:00:38,332 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-01 ; >21:00:38,334 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-01 ; label_type: None ; >21:00:38,336 DEBUG blivet: LUKS.__init__: >21:00:38,337 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,337 DEBUG blivet: device fedora-01 does not contain a disklabel >21:00:38,338 INFO blivet: type detected on 'fedora-01' is 'crypto_LUKS' >21:00:38,340 DEBUG blivet: LUKS.__init__: uuid: 7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; exists: True ; label: None ; device: /dev/mapper/fedora-01 ; serial: None ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:38,340 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,342 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-01 ; current: None ; type: luks ; >21:00:38,344 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-01 ; >21:00:38,346 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:38,348 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,351 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-01 ; >21:00:38,351 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,354 DEBUG blivet: LUKSDevice._setFormat: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; current: None ; type: None ; >21:00:38,356 DEBUG blivet: LUKSDevice.setup: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; controllable: True ; orig: False ; >21:00:38,357 INFO blivet: added luks/dm-crypt luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (id 11) to device tree >21:00:38,361 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,362 DEBUG blivet: fedora size is 210004MB >21:00:38,364 DEBUG blivet: vg fedora has 110004MB free >21:00:38,365 DEBUG blivet: fedora size is 210004MB >21:00:38,367 DEBUG blivet: vg fedora has 110004MB free >21:00:38,369 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138d10) -- > name = fedora-01 status = True kids = 1 id = 10 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x3204830> > target size = 60000.0 path = /dev/mapper/fedora-01 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 2 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 110004 > free extents = 27501.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 60000MB >21:00:38,383 INFO blivet: got format: LUKS instance (0x7f6dec145910) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,386 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:38,387 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,389 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:38,392 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora ; >21:00:38,393 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,395 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-02 ; current: None ; type: None ; >21:00:38,396 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-02 >21:00:38,399 DEBUG blivet: Adding fedora-02/10000MB to fedora >21:00:38,399 INFO blivet: added lvmlv fedora-02 (id 12) to device tree >21:00:38,401 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-02 ; status: True ; controllable: True ; orig: False ; >21:00:38,406 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-02 ; status: True ; >21:00:38,408 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:38,414 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-02 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac /dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/fedora/02 /dev/mapper/fedora-02', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '02', > 'DM_NAME': 'fedora-02', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30739', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > '/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/fedora/02', > '/dev/mapper/fedora-02'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >21:00:38,423 INFO blivet: scanning fedora-02 (/devices/virtual/block/dm-2)... >21:00:38,431 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:38,435 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) >21:00:38,439 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-02 ; >21:00:38,440 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-02 ; label_type: None ; >21:00:38,443 DEBUG blivet: LUKS.__init__: >21:00:38,443 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,444 DEBUG blivet: device fedora-02 does not contain a disklabel >21:00:38,445 INFO blivet: type detected on 'fedora-02' is 'crypto_LUKS' >21:00:38,447 DEBUG blivet: LUKS.__init__: uuid: 1f9d9755-ead8-4d3f-ac68-e69c6882398b ; exists: True ; label: None ; device: /dev/mapper/fedora-02 ; serial: None ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:38,447 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,449 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-02 ; current: None ; type: luks ; >21:00:38,451 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-02 ; >21:00:38,453 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:38,455 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,457 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-02 ; >21:00:38,458 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,460 DEBUG blivet: LUKSDevice._setFormat: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; current: None ; type: None ; >21:00:38,462 DEBUG blivet: LUKSDevice.setup: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; controllable: True ; orig: False ; >21:00:38,463 INFO blivet: added luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (id 13) to device tree >21:00:38,467 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,468 DEBUG blivet: fedora size is 210004MB >21:00:38,470 DEBUG blivet: vg fedora has 100004MB free >21:00:38,471 DEBUG blivet: fedora size is 210004MB >21:00:38,473 DEBUG blivet: vg fedora has 100004MB free >21:00:38,476 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138e10) -- > name = fedora-02 status = True kids = 1 id = 12 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8262 did: 8224 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x3204a70> > target size = 10000.0 path = /dev/mapper/fedora-02 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 3 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 100004 > free extents = 25001.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 10000MB >21:00:38,485 INFO blivet: got format: LUKS instance (0x7f6dec145cd0) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,486 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:38,489 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,491 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >21:00:38,493 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 3 ; name: fedora ; >21:00:38,493 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,495 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-03 ; current: None ; type: None ; >21:00:38,495 DEBUG blivet: looking up parted Device: /dev/mapper/fedora-03 >21:00:38,497 DEBUG blivet: Adding fedora-03/100000MB to fedora >21:00:38,497 INFO blivet: added lvmlv fedora-03 (id 14) to device tree >21:00:38,499 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-03 ; status: True ; controllable: True ; orig: False ; >21:00:38,505 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-03 ; status: True ; >21:00:38,507 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:38,514 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-03 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6 /dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/fedora/03 /dev/mapper/fedora-03', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '03', > 'DM_NAME': 'fedora-03', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33438', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > '/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/fedora/03', > '/dev/mapper/fedora-03'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >21:00:38,527 INFO blivet: scanning fedora-03 (/devices/virtual/block/dm-3)... >21:00:38,530 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:38,534 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) >21:00:38,536 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-03 ; >21:00:38,538 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-03 ; label_type: None ; >21:00:38,540 DEBUG blivet: LUKS.__init__: >21:00:38,540 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,541 DEBUG blivet: device fedora-03 does not contain a disklabel >21:00:38,541 INFO blivet: type detected on 'fedora-03' is 'crypto_LUKS' >21:00:38,546 DEBUG blivet: LUKS.__init__: uuid: f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; exists: True ; label: None ; device: /dev/mapper/fedora-03 ; serial: None ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:38,546 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,548 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-03 ; current: None ; type: luks ; >21:00:38,550 DEBUG blivet: DeviceTree.handleUdevLUKSFormat: type: luks ; name: fedora-03 ; >21:00:38,552 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:38,554 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,556 DEBUG blivet: LVMLogicalVolumeDevice.addChild: kids: 0 ; name: fedora-03 ; >21:00:38,557 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,559 DEBUG blivet: LUKSDevice._setFormat: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; current: None ; type: None ; >21:00:38,561 DEBUG blivet: LUKSDevice.setup: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; controllable: True ; orig: False ; >21:00:38,562 INFO blivet: added luks/dm-crypt luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (id 15) to device tree >21:00:38,566 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,567 DEBUG blivet: fedora size is 210004MB >21:00:38,570 DEBUG blivet: vg fedora has 4MB free >21:00:38,571 DEBUG blivet: fedora size is 210004MB >21:00:38,574 DEBUG blivet: vg fedora has 4MB free >21:00:38,578 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec145550) -- > name = fedora-03 status = True kids = 1 id = 14 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204800000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) > PedDevice: <_ped.Device object at 0x3204b90> > target size = 100000.0 path = /dev/mapper/fedora-03 > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 100000MB >21:00:38,586 INFO blivet: got format: LUKS instance (0x7f6dec145490) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,587 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:38,591 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) with existing luks >21:00:38,592 DEBUG blivet: set fedora-01 copies to 1, metadata size to 0MB, log size to 0MB, total size 60000MB >21:00:38,593 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:38,595 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) with existing luks >21:00:38,596 DEBUG blivet: set fedora-00 copies to 1, metadata size to 0MB, log size to 0MB, total size 40000MB >21:00:38,598 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:38,600 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) with existing luks >21:00:38,601 DEBUG blivet: set fedora-03 copies to 1, metadata size to 0MB, log size to 0MB, total size 100000MB >21:00:38,602 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:38,605 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) with existing luks >21:00:38,605 DEBUG blivet: set fedora-02 copies to 1, metadata size to 0MB, log size to 0MB, total size 10000MB >21:00:38,606 DEBUG blivet: looking up parted Device: /dev/sdb1 >21:00:38,608 INFO blivet: got device: PartitionDevice instance (0x327dc90) -- > name = sdb1 status = True kids = 1 id = 7 > parents = ['existing 152587MB disk sdb (6) with existing msdos disklabel'] > uuid = None size = 76293.0 > format = existing lvmpv > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 156248064 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 121 did: 0 busy: False > hardwareGeometry: (9725, 255, 63) biosGeometry: (9725, 255, 63) > PedDevice: <_ped.Device object at 0x3204c20> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec1382d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f6dec1384d0> PedPartition: <_ped.Partition object at 0x3257fb0> > disk = existing 152587MB disk sdb (6) with existing msdos disklabel > start = 2048 end = 156250111 length = 156248064 > flags = lvm >21:00:38,612 INFO blivet: got format: LVMPhysicalVolume instance (0x7f6dec138b50) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sdb1 uuid = wNk6KD-mT6p-HcgW-hU1g-rpnj-TnsR-KEAvtn exists = True > options = None supported = True formattable = True resizable = False > vgName = fedora vgUUID = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 peStart = 1.0 >21:00:38,615 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93191', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:00:38,619 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >21:00:38,623 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >21:00:38,624 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,624 INFO blivet: loop0 is a loop device >21:00:38,625 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:00:38,626 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin.img (deleted) ; >21:00:38,627 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,628 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,629 DEBUG blivet: FileDevice._setFormat: /osmin.img (deleted) ; current: None ; type: None ; >21:00:38,630 INFO blivet: added file /osmin.img (deleted) (id 16) to device tree >21:00:38,631 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin.img (deleted) ; >21:00:38,631 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,635 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:00:38,635 INFO blivet: added loop loop0 (id 17) to device tree >21:00:38,636 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:00:38,638 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:00:38,638 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:38,639 DEBUG blivet: device loop0 does not contain a disklabel >21:00:38,639 INFO blivet: type detected on 'loop0' is 'squashfs' >21:00:38,639 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:38,640 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >21:00:38,641 INFO blivet: got device: LoopDevice instance (0x7f6dec153190) -- > name = loop0 status = False kids = 0 id = 17 > parents = ['existing 0MB file /osmin.img (deleted) (16)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:00:38,641 INFO blivet: got format: DeviceFormat instance (0x7f6dec1532d0) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:38,644 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93536', > 'name': 'loop1', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:00:38,645 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >21:00:38,646 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >21:00:38,648 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,648 INFO blivet: loop1 is a loop device >21:00:38,649 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:00:38,654 DEBUG blivet: DeviceTree.getDeviceByName: name: /osmin ; >21:00:38,655 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,656 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,659 DEBUG blivet: FileDevice._setFormat: /osmin ; current: None ; type: None ; >21:00:38,659 INFO blivet: added file /osmin (id 18) to device tree >21:00:38,660 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /osmin ; >21:00:38,661 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,662 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:00:38,662 INFO blivet: added loop loop1 (id 19) to device tree >21:00:38,663 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:00:38,664 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:00:38,665 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:38,665 DEBUG blivet: device loop1 does not contain a disklabel >21:00:38,665 INFO blivet: type detected on 'loop1' is 'DM_snapshot_cow' >21:00:38,665 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:38,666 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: DM_snapshot_cow ; >21:00:38,667 INFO blivet: got device: LoopDevice instance (0x7f6dec145710) -- > name = loop1 status = False kids = 0 id = 19 > parents = ['existing 0MB file /osmin (18)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >21:00:38,667 INFO blivet: got format: DeviceFormat instance (0x7f6dec145b10) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop1 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:38,669 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '93859', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:00:38,670 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >21:00:38,671 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >21:00:38,672 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,673 INFO blivet: loop2 is a loop device >21:00:38,674 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:00:38,675 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >21:00:38,677 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,677 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,678 DEBUG blivet: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >21:00:38,678 INFO blivet: added file /run/initramfs/live/LiveOS/squashfs.img (id 20) to device tree >21:00:38,680 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >21:00:38,680 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,681 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:00:38,682 INFO blivet: added loop loop2 (id 21) to device tree >21:00:38,683 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:00:38,684 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:00:38,684 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:38,684 DEBUG blivet: device loop2 does not contain a disklabel >21:00:38,684 INFO blivet: type detected on 'loop2' is 'squashfs' >21:00:38,684 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >21:00:38,686 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: squashfs ; >21:00:38,686 INFO blivet: got device: LoopDevice instance (0x7f6dec153290) -- > name = loop2 status = False kids = 0 id = 21 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (20)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:00:38,686 INFO blivet: got format: DeviceFormat instance (0x7f6dec153250) -- > type = squashfs name = squashfs status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:38,689 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '94196', > 'name': 'loop3', > 'symlinks': ['/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5'], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:00:38,690 INFO blivet: scanning loop3 (/devices/virtual/block/loop3)... >21:00:38,691 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:38,692 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,693 INFO blivet: loop3 is a loop device >21:00:38,694 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop3 ; >21:00:38,695 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/ext3fs.img ; >21:00:38,697 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,697 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,699 DEBUG blivet: FileDevice._setFormat: /LiveOS/ext3fs.img ; current: None ; type: None ; >21:00:38,699 INFO blivet: added file /LiveOS/ext3fs.img (id 22) to device tree >21:00:38,700 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/ext3fs.img ; >21:00:38,701 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,711 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: None ; >21:00:38,711 INFO blivet: added loop loop3 (id 23) to device tree >21:00:38,712 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop3 ; >21:00:38,714 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop3 ; label_type: None ; >21:00:38,715 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:38,716 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:38,716 DEBUG blivet: device loop3 does not contain a disklabel >21:00:38,716 INFO blivet: type detected on 'loop3' is 'ext4' >21:00:38,780 DEBUG blivet: using current size 0 as min size >21:00:38,781 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:38,782 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:38,783 DEBUG blivet: LoopDevice._setFormat: loop3 ; current: None ; type: ext4 ; >21:00:38,784 INFO blivet: got device: LoopDevice instance (0x7f6dec153610) -- > name = loop3 status = False kids = 0 id = 23 > parents = ['existing 0MB file /LiveOS/ext3fs.img (22)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop3 > format args = [] originalFormat = None >21:00:38,785 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:38,785 INFO blivet: got format: Ext4FS instance (0x7f6dec153750) -- > type = ext4 name = ext4 status = False > device = /dev/loop3 uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 > >21:00:38,787 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '94531', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:00:38,787 INFO blivet: scanning loop4 (/devices/virtual/block/loop4)... >21:00:38,788 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >21:00:38,790 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,790 INFO blivet: loop4 is a loop device >21:00:38,791 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop4 ; >21:00:38,793 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:00:38,794 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:38,794 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,795 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:00:38,795 INFO blivet: added file /overlay (deleted) (id 24) to device tree >21:00:38,797 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:00:38,797 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:38,798 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: None ; >21:00:38,799 INFO blivet: added loop loop4 (id 25) to device tree >21:00:38,800 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop4 ; >21:00:38,801 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop4 ; label_type: None ; >21:00:38,801 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:38,801 DEBUG blivet: device loop4 does not contain a disklabel >21:00:38,801 INFO blivet: type detected on 'loop4' is 'DM_snapshot_cow' >21:00:38,801 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:00:38,803 DEBUG blivet: LoopDevice._setFormat: loop4 ; current: None ; type: DM_snapshot_cow ; >21:00:38,803 INFO blivet: got device: LoopDevice instance (0x7f6dec153950) -- > name = loop4 status = False kids = 0 id = 25 > parents = ['existing 0MB file /overlay (deleted) (24)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop4 > format args = [] originalFormat = None >21:00:38,804 INFO blivet: got format: DeviceFormat instance (0x7f6dec153650) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop4 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >21:00:38,808 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-00 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX /dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/fedora/00 /dev/mapper/fedora-00', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '00', > 'DM_NAME': 'fedora-00', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_UUID_ENC': 'ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '28798', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-00', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6i8ue3VnsQUEX4dRO7qhLWcnGq5W6WhXX', > '/dev/disk/by-uuid/ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/fedora/00', > '/dev/mapper/fedora-00'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: fedora-00 ; >21:00:38,808 INFO blivet: scanning fedora-00 (/devices/virtual/block/dm-0)... >21:00:38,809 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-00 ; >21:00:38,811 DEBUG blivet: DeviceTree.getDeviceByName returned existing 40000MB lvmlv fedora-00 (8) with existing luks >21:00:38,812 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-00 ; >21:00:38,814 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-00 ; label_type: None ; >21:00:38,815 DEBUG blivet: LUKS.__init__: >21:00:38,815 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,815 DEBUG blivet: device fedora-00 does not contain a disklabel >21:00:38,816 DEBUG blivet: no type or existing type for fedora-00, bailing >21:00:38,819 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,820 DEBUG blivet: fedora size is 210004MB >21:00:38,822 DEBUG blivet: vg fedora has 4MB free >21:00:38,823 DEBUG blivet: fedora size is 210004MB >21:00:38,825 DEBUG blivet: vg fedora has 4MB free >21:00:38,829 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138cd0) -- > name = fedora-00 status = True kids = 1 id = 8 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = i8ue3V-nsQU-EX4d-RO7q-hLWc-nGq5-W6WhXX size = 40000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-00 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81920000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x3204b00> > target size = 40000.0 path = /dev/mapper/fedora-00 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 40000MB >21:00:38,830 INFO blivet: got format: LUKS instance (0x7f6dec145310) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-00 uuid = ae0b855c-fe1d-445b-b6cb-0867aee4513d exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,834 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-01 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL /dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/fedora/01 /dev/mapper/fedora-01', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '01', > 'DM_NAME': 'fedora-01', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_UUID_ENC': '7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '29565', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-01', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl61MvCMLNYXem5sTuxW0qIMFnFKsVdj2iL', > '/dev/disk/by-uuid/7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/fedora/01', > '/dev/mapper/fedora-01'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: fedora-01 ; >21:00:38,835 INFO blivet: scanning fedora-01 (/devices/virtual/block/dm-1)... >21:00:38,836 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-01 ; >21:00:38,838 DEBUG blivet: DeviceTree.getDeviceByName returned existing 60000MB lvmlv fedora-01 (10) with existing luks >21:00:38,839 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-01 ; >21:00:38,841 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-01 ; label_type: None ; >21:00:38,842 DEBUG blivet: LUKS.__init__: >21:00:38,843 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:38,843 DEBUG blivet: device fedora-01 does not contain a disklabel >21:00:38,843 DEBUG blivet: no type or existing type for fedora-01, bailing >21:00:38,857 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:38,858 DEBUG blivet: fedora size is 210004MB >21:00:38,861 DEBUG blivet: vg fedora has 4MB free >21:00:38,862 DEBUG blivet: fedora size is 210004MB >21:00:38,865 DEBUG blivet: vg fedora has 4MB free >21:00:38,869 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138d10) -- > name = fedora-01 status = True kids = 1 id = 10 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = 1MvCML-NYXe-m5sT-uxW0-qIMF-nFKs-Vdj2iL size = 60000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-01 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122880000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x3204830> > target size = 60000.0 path = /dev/mapper/fedora-01 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 60000MB >21:00:38,877 INFO blivet: got format: LUKS instance (0x7f6dec145910) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-01 uuid = 7ae05579-cbb6-4f6f-af4d-b1817e2620cb exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:38,882 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d /dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'DEVNAME': 'dm-10', > 'DEVPATH': '/devices/virtual/block/dm-10', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', > 'ID_FS_UUID_ENC': 'eda97348-74da-47c7-bbb7-33ceaab4d7fc', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '10', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '3315101', > 'name': 'dm-10', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-ae0b855cfe1d445bb6cb0867aee4513d-luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', > '/dev/disk/by-uuid/eda97348-74da-47c7-bbb7-33ceaab4d7fc', > '/dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d'], > 'sysfs_path': '/devices/virtual/block/dm-10'} ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:38,883 INFO blivet: scanning luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (/devices/virtual/block/dm-10)... >21:00:38,884 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:38,884 DEBUG blivet: looking up parted Device: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:00:38,887 DEBUG blivet: DeviceTree.getDeviceByName returned existing 39998MB luks/dm-crypt luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d (9) >21:00:38,888 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; >21:00:38,890 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; label_type: None ; >21:00:38,892 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:38,892 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:38,892 DEBUG blivet: device luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d does not contain a disklabel >21:00:38,892 INFO blivet: type detected on 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d' is 'ext4' >21:00:39,080 DEBUG blivet: padding min size from 8567 up to 9067 >21:00:39,084 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,085 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,088 DEBUG blivet: LUKSDevice._setFormat: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; current: None ; type: ext4 ; >21:00:39,091 INFO blivet: got device: LUKSDevice instance (0x7f6dec145390) -- > name = luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d status = True kids = 0 id = 9 > parents = ['existing 40000MB lvmlv fedora-00 (8) with existing luks'] > uuid = None size = 39998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 81915904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8224 did: 12635 busy: False > hardwareGeometry: (5099, 255, 63) biosGeometry: (5099, 255, 63) > PedDevice: <_ped.Device object at 0x3204cb0> > target size = 0 path = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:39,098 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,099 INFO blivet: got format: Ext4FS instance (0x7f6dec1539d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d uuid = eda97348-74da-47c7-bbb7-33ceaab4d7fc exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 39998.0 targetSize = 39998.0 > >21:00:39,107 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-02 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac /dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/fedora/02 /dev/mapper/fedora-02', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '02', > 'DM_NAME': 'fedora-02', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_UUID_ENC': '1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '30739', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-02', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6SgJcSG37XMhZGTKM7XwZhLErGsy7d0Ac', > '/dev/disk/by-uuid/1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/fedora/02', > '/dev/mapper/fedora-02'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora-02 ; >21:00:39,108 INFO blivet: scanning fedora-02 (/devices/virtual/block/dm-2)... >21:00:39,109 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-02 ; >21:00:39,112 DEBUG blivet: DeviceTree.getDeviceByName returned existing 10000MB lvmlv fedora-02 (12) with existing luks >21:00:39,114 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-02 ; >21:00:39,115 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-02 ; label_type: None ; >21:00:39,118 DEBUG blivet: LUKS.__init__: >21:00:39,118 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:39,119 DEBUG blivet: device fedora-02 does not contain a disklabel >21:00:39,120 DEBUG blivet: no type or existing type for fedora-02, bailing >21:00:39,124 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:39,125 DEBUG blivet: fedora size is 210004MB >21:00:39,128 DEBUG blivet: vg fedora has 4MB free >21:00:39,129 DEBUG blivet: fedora size is 210004MB >21:00:39,133 DEBUG blivet: vg fedora has 4MB free >21:00:39,136 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec138e10) -- > name = fedora-02 status = True kids = 1 id = 12 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = SgJcSG-37XM-hZGT-KM7X-wZhL-ErGs-y7d0Ac size = 10000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-2 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-02 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20480000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8262 did: 8224 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x3204a70> > target size = 10000.0 path = /dev/mapper/fedora-02 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 10000MB >21:00:39,140 INFO blivet: got format: LUKS instance (0x7f6dec145cd0) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-02 uuid = 1f9d9755-ead8-4d3f-ac68-e69c6882398b exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:39,158 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora-03 /dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6 /dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/fedora/03 /dev/mapper/fedora-03', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': '03', > 'DM_NAME': 'fedora-03', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > 'DM_VG_NAME': 'fedora', > 'ID_FS_TYPE': 'crypto_LUKS', > 'ID_FS_USAGE': 'crypto', > 'ID_FS_UUID': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_UUID_ENC': 'f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33438', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora-03', > '/dev/disk/by-id/dm-uuid-LVM-daOuitmFl4SmRD4QUZ0o72bXZFYMtEl6QWRhkV8R1rQpRNJhNndcgcUkfweZYXJ6', > '/dev/disk/by-uuid/f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/fedora/03', > '/dev/mapper/fedora-03'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora-03 ; >21:00:39,158 INFO blivet: scanning fedora-03 (/devices/virtual/block/dm-3)... >21:00:39,159 DEBUG blivet: DeviceTree.getDeviceByName: name: fedora-03 ; >21:00:39,161 DEBUG blivet: DeviceTree.getDeviceByName returned existing 100000MB lvmlv fedora-03 (14) with existing luks >21:00:39,163 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-03 ; >21:00:39,164 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-03 ; label_type: None ; >21:00:39,165 DEBUG blivet: LUKS.__init__: >21:00:39,165 DEBUG blivet: getFormat('crypto_LUKS') returning LUKS instance >21:00:39,165 DEBUG blivet: device fedora-03 does not contain a disklabel >21:00:39,166 DEBUG blivet: no type or existing type for fedora-03, bailing >21:00:39,169 DEBUG blivet: looking up parted Device: /dev/mapper/fedora >21:00:39,170 DEBUG blivet: fedora size is 210004MB >21:00:39,172 DEBUG blivet: vg fedora has 4MB free >21:00:39,172 DEBUG blivet: fedora size is 210004MB >21:00:39,175 DEBUG blivet: vg fedora has 4MB free >21:00:39,179 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f6dec145550) -- > name = fedora-03 status = True kids = 1 id = 14 > parents = ['existing 210004MB lvmvg fedora (4)'] > uuid = QWRhkV-8R1r-QpRN-JhNn-dcgc-Ukfw-eZYXJ6 size = 100000.0 > format = existing luks > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-3 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/fedora-03 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204800000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 19515 did: 24387 busy: False > hardwareGeometry: (12748, 255, 63) biosGeometry: (12748, 255, 63) > PedDevice: <_ped.Device object at 0x3204b90> > target size = 100000.0 path = /dev/mapper/fedora-03 > format args = [] originalFormat = luks target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f6dec061a50) -- > name = fedora status = True kids = 4 id = 4 > parents = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > uuid = daOuit-mFl4-SmRD-4QUZ-0o72-bXZF-YMtEl6 size = 210004 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/fedora > format args = [] originalFormat = None target = None dmUuid = None free = 4.0 PE Size = 4.0 PE Count = 52501 > PE Free = 1 PV Count = 2 > LV Names = ['00', '01', '02', '03'] modified = False > extents = 52501.0 free space = 4 > free extents = 1.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 133714MB partition sda2 (3) with existing lvmpv', > 'existing 76293MB partition sdb1 (7) with existing lvmpv'] > LVs = ['existing 40000MB lvmlv fedora-00 (8) with existing luks', > 'existing 60000MB lvmlv fedora-01 (10) with existing luks', > 'existing 10000MB lvmlv fedora-02 (12) with existing luks', > 'existing 100000MB lvmlv fedora-03 (14) with existing luks'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 100000MB >21:00:39,180 INFO blivet: got format: LUKS instance (0x7f6dec145490) -- > type = luks name = Encrypted (LUKS) status = True > device = /dev/mapper/fedora-03 uuid = f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 exists = True > options = None supported = False formattable = True resizable = False > cipher = None keySize = None mapName = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > keyFile = None passphrase = (not set) > escrowCert = None addBackup = False >21:00:39,191 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-rw', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '78206', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: live-rw ; >21:00:39,191 INFO blivet: scanning live-rw (/devices/virtual/block/dm-4)... >21:00:39,196 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >21:00:39,207 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,208 INFO blivet: live-rw is a device-mapper device >21:00:39,209 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >21:00:39,211 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:39,211 DEBUG blivet: failed to find dm node for fedora >21:00:39,212 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:39,215 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:39,216 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:39,218 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:39,219 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:39,220 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:39,221 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:39,225 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:39,233 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:39,236 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:39,240 DEBUG blivet: DeviceTree.getDeviceByName: name: loop4 ; >21:00:39,243 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop4 (25) with existing DM_snapshot_cow >21:00:39,246 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >21:00:39,249 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,252 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop4 ; >21:00:39,253 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:39,261 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:00:39,262 INFO blivet: added dm live-rw (id 26) to device tree >21:00:39,264 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:00:39,266 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:00:39,270 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,271 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,272 DEBUG blivet: device live-rw does not contain a disklabel >21:00:39,272 INFO blivet: type detected on 'live-rw' is 'ext4' >21:00:39,327 DEBUG blivet: padding min size from 3226 up to 3548 >21:00:39,329 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,329 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,331 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:00:39,332 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >21:00:39,339 INFO blivet: got device: DMDevice instance (0x7f6dec145b90) -- > name = live-rw status = True kids = 0 id = 26 > parents = ['existing 0MB loop loop4 (25) with existing DM_snapshot_cow'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32621 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3204d40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:00:39,346 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,347 INFO blivet: got format: Ext4FS instance (0x7f6dec1536d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 > >21:00:39,358 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-base', > 'DEVNAME': 'dm-5', > 'DEVPATH': '/devices/virtual/block/dm-5', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9522', > 'name': 'dm-5', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-5'} ; name: live-base ; >21:00:39,358 INFO blivet: scanning live-base (/devices/virtual/block/dm-5)... >21:00:39,360 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >21:00:39,361 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,362 INFO blivet: live-base is a device-mapper device >21:00:39,370 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >21:00:39,372 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:39,372 DEBUG blivet: failed to find dm node for fedora >21:00:39,373 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:39,380 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:39,381 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:39,383 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:39,386 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:39,387 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:39,389 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:39,392 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:39,394 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >21:00:39,395 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:39,397 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:39,400 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >21:00:39,401 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,403 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop3 ; >21:00:39,404 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:39,405 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >21:00:39,406 INFO blivet: added dm live-base (id 27) to device tree >21:00:39,407 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >21:00:39,409 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >21:00:39,410 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,411 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,411 DEBUG blivet: device live-base does not contain a disklabel >21:00:39,412 INFO blivet: type detected on 'live-base' is 'ext4' >21:00:39,466 DEBUG blivet: padding min size from 3226 up to 3548 >21:00:39,468 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,468 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,470 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >21:00:39,471 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >21:00:39,473 INFO blivet: got device: DMDevice instance (0x7f6dec153b50) -- > name = live-base status = True kids = 0 id = 27 > parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-5 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3204dd0> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >21:00:39,492 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,492 INFO blivet: got format: Ext4FS instance (0x7f6dec169350) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 4096.0 targetSize = 4096.0 > >21:00:39,496 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-osimg-min /dev/disk/by-label/_Fedora-Live-Des /dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5 /dev/mapper/live-osimg-min', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-osimg-min', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': '_Fedora-Live-Des', > 'ID_FS_LABEL_ENC': '_Fedora-Live-Des', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_UUID_ENC': '24375583-5faa-4172-8345-5dff1a0e89e5', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20758', > 'name': 'dm-6', > 'symlinks': ['/dev/disk/by-id/dm-name-live-osimg-min', > '/dev/disk/by-label/_Fedora-Live-Des', > '/dev/disk/by-uuid/24375583-5faa-4172-8345-5dff1a0e89e5', > '/dev/mapper/live-osimg-min'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: live-osimg-min ; >21:00:39,496 INFO blivet: scanning live-osimg-min (/devices/virtual/block/dm-6)... >21:00:39,497 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:00:39,499 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,499 INFO blivet: live-osimg-min is a device-mapper device >21:00:39,500 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-osimg-min ; >21:00:39,502 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: fedora ; status: True ; >21:00:39,503 DEBUG blivet: failed to find dm node for fedora >21:00:39,504 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-00 ; status: True ; >21:00:39,506 DEBUG blivet: LUKSDevice.getDMNode: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; >21:00:39,507 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-01 ; status: True ; >21:00:39,509 DEBUG blivet: LUKSDevice.getDMNode: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; >21:00:39,511 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-02 ; status: True ; >21:00:39,517 DEBUG blivet: LUKSDevice.getDMNode: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; >21:00:39,524 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-03 ; status: True ; >21:00:39,526 DEBUG blivet: LUKSDevice.getDMNode: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; >21:00:39,528 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >21:00:39,529 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >21:00:39,531 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >21:00:39,532 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (19) with existing DM_snapshot_cow >21:00:39,534 DEBUG blivet: DeviceTree.getDeviceByName: name: loop3 ; >21:00:39,536 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop3 (23) with existing ext4 filesystem >21:00:39,538 DEBUG blivet: DeviceTree.getDeviceByName: name: live-osimg-min ; >21:00:39,540 DEBUG blivet: DeviceTree.getDeviceByName returned None >21:00:39,542 DEBUG blivet: LoopDevice.addChild: kids: 1 ; name: loop3 ; >21:00:39,543 DEBUG blivet: getFormat('None') returning DeviceFormat instance >21:00:39,544 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: None ; >21:00:39,544 INFO blivet: added dm live-osimg-min (id 28) to device tree >21:00:39,545 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-osimg-min ; >21:00:39,546 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-osimg-min ; label_type: None ; >21:00:39,548 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,548 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,548 DEBUG blivet: device live-osimg-min does not contain a disklabel >21:00:39,548 INFO blivet: type detected on 'live-osimg-min' is 'ext4' >21:00:39,641 DEBUG blivet: using current size 0 as min size >21:00:39,643 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,643 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,644 DEBUG blivet: DMDevice._setFormat: live-osimg-min ; current: None ; type: ext4 ; >21:00:39,645 DEBUG blivet: looking up parted Device: /dev/mapper/live-osimg-min >21:00:39,649 INFO blivet: got device: DMDevice instance (0x7f6dec156e50) -- > name = live-osimg-min status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop3 (23) with existing ext4 filesystem'] > uuid = None size = 4096.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-6 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-osimg-min type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 8192 did: 8224 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0x3204e60> > target size = 0 path = /dev/mapper/live-osimg-min > format args = [] originalFormat = None target = None dmUuid = None >21:00:39,659 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,660 INFO blivet: got format: Ext4FS instance (0x7f6dec169710) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-osimg-min uuid = 24375583-5faa-4172-8345-5dff1a0e89e5 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = _Fedora-Live-Des size = 3225.0 targetSize = 3225.0 > >21:00:39,673 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 /dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', > 'ID_FS_UUID_ENC': 'b358f89d-7cfa-42f9-9def-f2ce995b157d', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1576372', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-f72d44e401f44e4ca3a676bc30101bd7-luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', > '/dev/disk/by-uuid/b358f89d-7cfa-42f9-9def-f2ce995b157d', > '/dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:39,673 INFO blivet: scanning luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (/devices/virtual/block/dm-7)... >21:00:39,674 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:39,675 DEBUG blivet: looking up parted Device: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:00:39,692 DEBUG blivet: DeviceTree.getDeviceByName returned existing 99998MB luks/dm-crypt luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 (15) >21:00:39,694 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; >21:00:39,695 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; label_type: None ; >21:00:39,701 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,705 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,705 DEBUG blivet: device luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 does not contain a disklabel >21:00:39,706 INFO blivet: type detected on 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7' is 'ext4' >21:00:39,848 DEBUG blivet: padding min size from 370 up to 407 >21:00:39,850 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,850 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,852 DEBUG blivet: LUKSDevice._setFormat: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; current: None ; type: ext4 ; >21:00:39,854 INFO blivet: got device: LUKSDevice instance (0x7f6dec145350) -- > name = luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 status = True kids = 0 id = 15 > parents = ['existing 100000MB lvmlv fedora-03 (14) with existing luks'] > uuid = None size = 99998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 204795904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (12747, 255, 63) biosGeometry: (12747, 255, 63) > PedDevice: <_ped.Device object at 0x3204f80> > target size = 0 path = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:39,871 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,873 INFO blivet: got format: Ext4FS instance (0x7f6dec169210) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 uuid = b358f89d-7cfa-42f9-9def-f2ce995b157d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 99998.0 targetSize = 99998.0 > >21:00:39,879 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b /dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > 'ID_FS_UUID_ENC': 'cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '902461', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-1f9d9755ead84d3fac68e69c6882398b-luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', > '/dev/disk/by-uuid/cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae', > '/dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:39,895 INFO blivet: scanning luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (/devices/virtual/block/dm-8)... >21:00:39,896 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:39,897 DEBUG blivet: looking up parted Device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:00:39,907 DEBUG blivet: DeviceTree.getDeviceByName returned existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) >21:00:39,920 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; >21:00:39,922 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; label_type: None ; >21:00:39,925 DEBUG blivet: SwapSpace.__init__: >21:00:39,930 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:00:39,932 DEBUG blivet: device luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b does not contain a disklabel >21:00:39,933 INFO blivet: type detected on 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b' is 'swap' >21:00:39,934 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; serial: None ; uuid: cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae ; exists: True ; label: None ; >21:00:39,936 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:00:39,938 DEBUG blivet: LUKSDevice._setFormat: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; current: None ; type: swap ; >21:00:39,940 INFO blivet: got device: LUKSDevice instance (0x7f6dec145d50) -- > name = luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b status = True kids = 0 id = 13 > parents = ['existing 10000MB lvmlv fedora-02 (12) with existing luks'] > uuid = None size = 9998.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 20475904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (1274, 255, 63) biosGeometry: (1274, 255, 63) > PedDevice: <_ped.Device object at 0x3204ef0> > target size = 0 path = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:39,946 INFO blivet: got format: SwapSpace instance (0x7f6dec169c50) -- > type = swap name = swap status = False > device = /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b uuid = cc4d55e9-b1c3-45c6-98c6-7a1f720ad3ae exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >21:00:39,958 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb /dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'DEVNAME': 'dm-9', > 'DEVPATH': '/devices/virtual/block/dm-9', > 'DEVTYPE': 'disk', > 'DM_NAME': 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'DM_SUSPENDED': '0', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > 'ID_FS_UUID_ENC': '8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '9', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '6019568', > 'name': 'dm-9', > 'symlinks': ['/dev/disk/by-id/dm-name-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/disk/by-id/dm-uuid-CRYPT-LUKS1-7ae05579cbb64f6faf4db1817e2620cb-luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', > '/dev/disk/by-uuid/8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0', > '/dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb'], > 'sysfs_path': '/devices/virtual/block/dm-9'} ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:39,968 INFO blivet: scanning luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (/devices/virtual/block/dm-9)... >21:00:39,970 DEBUG blivet: DeviceTree.getDeviceByName: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:39,971 DEBUG blivet: looking up parted Device: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >21:00:39,978 DEBUG blivet: DeviceTree.getDeviceByName returned existing 59998MB luks/dm-crypt luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb (11) >21:00:39,979 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; >21:00:39,981 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; label_type: None ; >21:00:39,982 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:39,982 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:39,982 DEBUG blivet: device luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb does not contain a disklabel >21:00:39,983 INFO blivet: type detected on 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb' is 'ext4' >21:00:40,118 DEBUG blivet: padding min size from 3092 up to 3401 >21:00:40,120 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:40,121 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:00:40,123 DEBUG blivet: LUKSDevice._setFormat: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; current: None ; type: ext4 ; >21:00:40,125 INFO blivet: got device: LUKSDevice instance (0x7f6dec145a50) -- > name = luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb status = True kids = 0 id = 11 > parents = ['existing 60000MB lvmlv fedora-01 (10) with existing luks'] > uuid = None size = 59998.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (crypt) path: /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 122875904 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 32621 did: 0 busy: False > hardwareGeometry: (7648, 255, 63) biosGeometry: (7648, 255, 63) > PedDevice: <_ped.Device object at 0x7f6dec16c0e0> > target size = 0 path = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb > format args = [] originalFormat = None target = crypt dmUuid = None >21:00:40,147 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:40,148 INFO blivet: got format: Ext4FS instance (0x7f6dec169dd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb uuid = 8cbd1efe-0ce6-4113-ac34-f8a0d9c568f0 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 59998.0 targetSize = 59998.0 > >21:00:40,181 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >21:00:40,205 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >21:00:40,226 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:00:40,227 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:40,229 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:40,250 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:00:40,251 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >21:00:40,259 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >21:00:40,285 DEBUG blivet: LUKSDevice.teardown: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; controllable: True ; >21:00:40,317 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-00 ; status: True ; controllable: True ; >21:00:40,319 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-00 ; status: True ; type: luks ; >21:00:40,320 DEBUG blivet: unmapping luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:00:40,344 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-00 ; status: False ; type: luks ; >21:00:40,369 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-00 ; status: True ; controllable: True ; >21:00:40,473 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >21:00:40,475 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:40,477 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:40,501 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >21:00:40,570 DEBUG blivet: vg fedora teardown failed; continuing >21:00:40,571 DEBUG blivet: LUKSDevice.teardown: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: True ; controllable: True ; >21:00:40,597 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-01 ; status: True ; controllable: True ; >21:00:40,599 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-01 ; status: True ; type: luks ; >21:00:40,599 DEBUG blivet: unmapping luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb >21:00:40,616 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-01 ; status: False ; type: luks ; >21:00:40,635 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-01 ; status: True ; controllable: True ; >21:00:40,726 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >21:00:40,729 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:40,731 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:40,758 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >21:00:40,827 DEBUG blivet: vg fedora teardown failed; continuing >21:00:40,829 DEBUG blivet: LUKSDevice.teardown: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: True ; controllable: True ; >21:00:40,830 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: False ; type: swap ; >21:00:40,832 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: False ; type: swap ; >21:00:40,851 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-02 ; status: True ; controllable: True ; >21:00:40,853 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-02 ; status: True ; type: luks ; >21:00:40,853 DEBUG blivet: unmapping luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b >21:00:40,880 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-02 ; status: False ; type: luks ; >21:00:40,900 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-02 ; status: True ; controllable: True ; >21:00:40,980 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >21:00:40,982 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:40,984 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:41,004 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >21:00:41,069 DEBUG blivet: vg fedora teardown failed; continuing >21:00:41,070 DEBUG blivet: LUKSDevice.teardown: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; controllable: True ; >21:00:41,090 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-03 ; status: True ; controllable: True ; >21:00:41,092 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-03 ; status: True ; type: luks ; >21:00:41,092 DEBUG blivet: unmapping luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:00:41,106 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-03 ; status: False ; type: luks ; >21:00:41,126 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-03 ; status: True ; controllable: True ; >21:00:41,215 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora ; status: True ; controllable: True ; >21:00:41,217 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:41,219 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora ; status: False ; type: None ; >21:00:41,244 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora ; status: True ; controllable: True ; >21:00:41,312 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >21:00:41,314 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >21:00:41,317 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >21:00:41,336 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:00:41,338 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:41,341 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:41,361 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >21:00:41,363 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; status: False ; type: lvmpv ; >21:00:41,365 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdb1 ; status: False ; type: lvmpv ; >21:00:41,385 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >21:00:41,387 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >21:00:41,390 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >21:00:41,409 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:00:41,410 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:00:41,412 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >21:00:41,412 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >21:00:41,425 INFO blivet: edd: collected mbr signatures: {'sda': '0x000014de', 'sdb': '0x0005afca'} >21:00:41,427 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >21:00:41,439 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >21:00:41,479 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >21:00:41,535 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:00:41,536 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:41,538 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:00:41,557 DEBUG blivet: LUKSDevice.setup: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: False ; controllable: True ; orig: False ; >21:00:41,558 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; orig: False ; >21:00:41,559 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-00 ; status: False ; controllable: True ; orig: False ; >21:00:41,561 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 1 ; name: fedora-00 ; orig: False ; >21:00:41,562 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >21:00:41,564 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-00 ; status: False ; controllable: True ; orig: False ; >21:00:41,726 DEBUG blivet: LUKS.setup: device: /dev/mapper/fedora-00 ; mapName: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: False ; type: luks ; >21:00:41,726 WARN blivet: setup of luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d failed: luks device not configured >21:00:41,727 DEBUG blivet: LUKSDevice.setup: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: False ; controllable: True ; orig: False ; >21:00:41,728 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; orig: False ; >21:00:41,729 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-01 ; status: False ; controllable: True ; orig: False ; >21:00:41,731 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 1 ; name: fedora-01 ; orig: False ; >21:00:41,732 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >21:00:41,733 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-01 ; status: False ; controllable: True ; orig: False ; >21:00:41,907 DEBUG blivet: LUKS.setup: device: /dev/mapper/fedora-01 ; mapName: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: False ; type: luks ; >21:00:41,907 WARN blivet: setup of luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb failed: luks device not configured >21:00:41,908 DEBUG blivet: LUKSDevice.setup: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: False ; controllable: True ; orig: False ; >21:00:41,909 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; orig: False ; >21:00:41,910 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-03 ; status: False ; controllable: True ; orig: False ; >21:00:41,912 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 1 ; name: fedora-03 ; orig: False ; >21:00:41,913 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >21:00:41,914 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-03 ; status: False ; controllable: True ; orig: False ; >21:00:42,060 DEBUG blivet: LUKS.setup: device: /dev/mapper/fedora-03 ; mapName: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: False ; type: luks ; >21:00:42,061 WARN blivet: setup of luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: luks device not configured >21:00:42,089 DEBUG blivet: fedora size is 210004MB >21:00:42,091 DEBUG blivet: vg fedora has 4MB free >21:00:42,092 DEBUG blivet: fedora size is 210004MB >21:00:42,093 DEBUG blivet: vg fedora has 4MB free >21:00:42,099 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,101 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,103 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,104 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,106 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,108 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,109 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,111 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:42,115 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:42,116 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:00:42,179 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/live-base ; >21:00:42,181 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 4096MB dm live-base (27) with existing ext4 filesystem >21:00:34,791 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:34,792 DEBUG blivet: Iso9660FS.supported: supported: True ; >21:00:34,793 DEBUG blivet: NFSv4.supported: supported: False ; >21:00:34,794 DEBUG blivet: NFSv4.supported: supported: False ; >21:00:34,794 DEBUG blivet: SELinuxFS.supported: supported: False ; >21:00:34,795 DEBUG blivet: SELinuxFS.supported: supported: False ; >21:00:34,796 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:34,797 DEBUG blivet: Ext4FS.supported: supported: True ; >21:00:35,338 DEBUG blivet: Ext3FS.supported: supported: True ; >21:00:35,346 DEBUG blivet: Ext3FS.supported: supported: True ; >21:00:35,392 DEBUG blivet: Ext2FS.supported: supported: True ; >21:00:35,393 DEBUG blivet: Ext2FS.supported: supported: True ; >21:00:35,395 DEBUG blivet: SysFS.supported: supported: False ; >21:00:35,397 DEBUG blivet: SysFS.supported: supported: False ; >21:00:35,400 DEBUG blivet: MultipathMember.__init__: >21:00:35,405 DEBUG blivet: MDRaidMember.__init__: >21:00:35,407 DEBUG blivet: ProcFS.supported: supported: False ; >21:00:35,408 DEBUG blivet: ProcFS.supported: supported: False ; >21:00:35,409 DEBUG blivet: SwapSpace.__init__: >21:00:35,494 DEBUG blivet: NoDevFS.supported: supported: False ; >21:00:35,496 DEBUG blivet: NoDevFS.supported: supported: False ; >21:00:35,498 DEBUG blivet: DevPtsFS.supported: supported: False ; >21:00:35,500 DEBUG blivet: DevPtsFS.supported: supported: False ; >21:00:35,501 DEBUG blivet: BTRFS.supported: supported: True ; >21:00:35,664 DEBUG blivet: USBFS.supported: supported: False ; >21:00:35,665 DEBUG blivet: USBFS.supported: supported: False ; >21:00:35,665 DEBUG blivet: DiskLabel.__init__: >21:00:35,666 INFO blivet: DiskLabel.partedDevice returning None >21:00:35,666 DEBUG blivet: HFSPlus.supported: supported: False ; >21:00:35,667 DEBUG blivet: HFSPlus.supported: supported: False ; >21:00:35,668 DEBUG blivet: XFS.supported: supported: True ; >21:00:35,742 DEBUG blivet: XFS.supported: supported: True ; >21:00:35,744 DEBUG blivet: TmpFS.supported: supported: True ; >21:00:35,767 DEBUG blivet: LUKS.__init__: >21:00:35,768 DEBUG blivet: NTFS.supported: supported: False ; >21:00:35,769 DEBUG blivet: NTFS.supported: supported: False ; >21:00:35,770 DEBUG blivet: BindFS.supported: supported: False ; >21:00:35,771 DEBUG blivet: BindFS.supported: supported: False ; >21:00:35,771 DEBUG blivet: HFS.supported: supported: False ; >21:00:35,772 DEBUG blivet: HFS.supported: supported: False ; >21:00:35,773 DEBUG blivet: LVMPhysicalVolume.__init__: >21:00:35,774 DEBUG blivet: NFS.supported: supported: False ; >21:00:35,774 DEBUG blivet: NFS.supported: supported: False ; >21:00:35,775 DEBUG blivet: FATFS.supported: supported: True ; >21:00:35,809 DEBUG blivet: FATFS.supported: supported: True ; >21:00:35,811 DEBUG blivet: DMRaidMember.__init__: >21:01:38,836 INFO blivet: hiding device disk sdc (id 0) >21:01:38,836 DEBUG blivet: lvm filter: adding sdc to the reject list >21:02:01,147 INFO blivet: Detected 3984M of memory >21:02:01,148 INFO blivet: Swap attempt of 3984M >21:02:01,149 DEBUG blivet: clearpart: looking at sda2 >21:02:01,150 DEBUG blivet: clearpart: looking at sda1 >21:02:01,150 DEBUG blivet: clearpart: looking at sdb1 >21:02:01,150 DEBUG blivet: checking whether disk sda has an empty extended >21:02:01,151 DEBUG blivet: extended is None ; logicals is [] >21:02:01,151 DEBUG blivet: checking whether disk sdb has an empty extended >21:02:01,151 DEBUG blivet: extended is None ; logicals is [] >21:02:01,228 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:02:01,231 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:01,265 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:02:01,267 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:01,270 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:02:01,272 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:01,272 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:02:01,378 DEBUG blivet: starting Blivet copy >21:02:01,422 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >21:02:01,424 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f6dec1de390> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f6dec1de1d0> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >21:02:01,426 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >21:02:01,427 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f6dec1de310> PedPartition: <_ped.Partition object at 0x7f6de002a950> >21:02:01,428 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >21:02:01,429 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f6dec1edc50> PedPartition: <_ped.Partition object at 0x3ca5e30> >21:02:01,429 DEBUG blivet: finished Blivet copy >21:02:17,323 DEBUG blivet: SwapSpace.__init__: >21:02:17,323 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:02:17,337 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 0, [], {} >21:02:20,554 DEBUG storage.ui: doAutoPart: True >21:02:20,554 DEBUG storage.ui: encryptedAutoPart: False >21:02:20,554 DEBUG storage.ui: autoPartType: 2 >21:02:20,555 DEBUG storage.ui: clearPartType: 2 >21:02:20,555 DEBUG storage.ui: clearPartDisks: ['sda', 'sdb'] >21:02:20,555 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x7f6dec20ced0) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f6dec20cf10) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f6dec20cf50) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f6dec20cf90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f6dec20cfd0) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 3984 maxSize = None grow = False > >21:02:20,555 DEBUG storage.ui: storage.disks: ['sda', 'sdb'] >21:02:20,556 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb'] >21:02:20,556 DEBUG storage.ui: all names: ['/LiveOS/ext3fs.img', '/osmin', '/osmin.img (deleted)', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'fedora-00', 'fedora-01', 'fedora-02', 'fedora-03', 'live-base', 'live-osimg-min', 'live-rw', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b', 'luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb', 'luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d', 'luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7', 'sda', 'sda1', 'sda2', 'sdb', 'sdb1', 'sr0'] >21:02:20,559 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,561 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,561 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,561 DEBUG storage.ui: boot disk: sda >21:02:20,565 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >21:02:20,566 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:02:20,568 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:02:20,570 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >21:02:20,571 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >21:02:20,573 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:02:20,573 INFO storage.ui: added partition req0 (id 29) to device tree >21:02:20,574 INFO storage.ui: registered action: [0] Create Device partition req0 (id 29) >21:02:20,583 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,584 INFO storage.ui: registered action: [1] Create Format lvmpv on partition req0 (id 29) >21:02:20,585 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >21:02:20,585 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:02:20,588 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:02:20,589 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >21:02:20,591 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >21:02:20,592 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:02:20,592 INFO storage.ui: added partition req1 (id 30) to device tree >21:02:20,593 INFO storage.ui: registered action: [2] Create Device partition req1 (id 30) >21:02:20,593 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,593 INFO storage.ui: registered action: [3] Create Format lvmpv on partition req1 (id 30) >21:02:20,595 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x7f6dd002df50) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f6dd002de90>, DiskDevice instance (0x7f6dd0040650) -- > name = sdb status = True kids = 1 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f6dd0040a10>] >21:02:20,596 DEBUG storage.ui: devs: [PartitionDevice instance (0x3ef5350) -- > name = req0 status = False kids = 0 id = 29 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3ef5450) -- > name = req1 status = False kids = 0 id = 30 > parents = [] > uuid = None size = 500 > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >21:02:20,624 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:02:20,624 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:02:20,626 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:02:20,627 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:02:20,629 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >21:02:20,630 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: ext4 ; >21:02:20,631 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:02:20,633 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:02:20,633 INFO storage.ui: added partition req2 (id 31) to device tree >21:02:20,633 INFO storage.ui: registered action: [4] Create Device partition req2 (id 31) >21:02:20,633 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,634 INFO storage.ui: registered action: [5] Create Format ext4 filesystem mounted at /boot on partition req2 (id 31) >21:02:20,634 INFO storage.ui: skipping unneeded stage1 biosboot request >21:02:20,634 DEBUG storage.ui: PartSpec instance (0x7f6dec20cf90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >21:02:20,634 DEBUG storage.ui: existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,636 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:02:20,637 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:02:20,639 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 29)', 'req1(id 30)', 'req2(id 31)'] from disk(s) ['sda', 'sdb'] >21:02:20,640 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 29)', 'req1(id 30)', 'req2(id 31)'] >21:02:20,640 DEBUG storage.ui: removing all non-preexisting partitions ['req2(id 31)', 'req0(id 29)', 'req1(id 30)'] from disk(s) ['sda', 'sdb'] >21:02:20,642 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,643 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,643 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,645 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,646 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,646 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,647 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,649 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,649 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,650 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,652 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,652 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,652 DEBUG storage.ui: allocating partition: req2 ; id: 31 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 ; start: None ; end: None >21:02:20,652 DEBUG storage.ui: checking freespace on sda >21:02:20,653 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False start=None >21:02:20,653 DEBUG storage.ui: checking 63-2047 (0 MB) >21:02:20,654 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:02:20,654 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:02:20,654 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:02:20,654 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:02:20,655 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:02:20,655 DEBUG storage.ui: new free allows for 0 sectors of growth >21:02:20,655 DEBUG storage.ui: found free space for bootable request >21:02:20,656 DEBUG storage.ui: created partition sda3 of 500MB and added it to /dev/sda >21:02:20,657 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >21:02:20,657 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00750> PedPartition: <_ped.Partition object at 0x3ef62f0> >21:02:20,659 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:02:20,660 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:02:20,662 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:02:20,663 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00990> PedPartition: <_ped.Partition object at 0x3ef6290> >21:02:20,664 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,666 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,666 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,667 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,669 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,669 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,669 DEBUG storage.ui: allocating partition: req0 ; id: 29 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >21:02:20,669 DEBUG storage.ui: checking freespace on sda >21:02:20,670 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=500MB boot=False best=None grow=True start=None >21:02:20,670 DEBUG storage.ui: checking 63-2047 (0 MB) >21:02:20,670 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:02:20,671 DEBUG storage.ui: checking 275896320-488281249 (103703 MB) >21:02:20,671 DEBUG storage.ui: current free range is 275896320-488281249 (103703MB) >21:02:20,671 DEBUG storage.ui: evaluating growth potential for new layout >21:02:20,671 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:02:20,671 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:02:20,672 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:02:20,672 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:02:20,672 DEBUG storage.ui: calculating growth for disk /dev/sda >21:02:20,672 DEBUG storage.ui: adjusted length from 212384930 to 212383744 >21:02:20,673 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True start=None >21:02:20,673 DEBUG storage.ui: checking 63-2047 (0 MB) >21:02:20,673 DEBUG storage.ui: free region not suitable for request >21:02:20,674 DEBUG storage.ui: checking 275896383-488280063 (103702 MB) >21:02:20,674 DEBUG storage.ui: current free range is 275896383-488280063 (103702MB) >21:02:20,674 DEBUG storage.ui: checking 488280064-488281249 (0 MB) >21:02:20,674 DEBUG storage.ui: free region not suitable for request >21:02:20,675 DEBUG storage.ui: adjusted start sector from 275896383 to 275900416 >21:02:20,676 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:02:20,677 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00490> PedPartition: <_ped.Partition object at 0x3ef63b0> >21:02:20,678 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:02:20,679 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:02:20,680 DEBUG storage.ui: adding request 31 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,680 DEBUG storage.ui: adding request 29 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,680 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:02:20,680 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:02:20,681 DEBUG storage.ui: req: PartitionRequest instance -- >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >21:02:20,681 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >21:02:20,681 DEBUG storage.ui: 1 requests and 211360930 (103203MB) left in chunk >21:02:20,681 DEBUG storage.ui: adding 211360930 (103203MB) to 29 (sda5) >21:02:20,681 DEBUG storage.ui: new grow amount for request 29 (sda5) is 211360930 units, or 103203MB >21:02:20,682 DEBUG storage.ui: request 31 (sda3) growth: 0 (0MB) size: 500MB >21:02:20,682 DEBUG storage.ui: request 29 (sda5) growth: 211360930 (103203MB) size: 103703MB >21:02:20,682 DEBUG storage.ui: disk /dev/sda growth: 211360930 (103203MB) >21:02:20,683 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:02:20,683 DEBUG storage.ui: device sda5 new partedPartition None >21:02:20,685 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:02:20,686 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >21:02:20,686 DEBUG storage.ui: total growth: 211360930 sectors >21:02:20,687 DEBUG storage.ui: updating use_disk to sda, type: 2 >21:02:20,687 DEBUG storage.ui: new free: 275896320-488281249 / 103703MB >21:02:20,687 DEBUG storage.ui: new free allows for 211360930 sectors of growth >21:02:20,687 DEBUG storage.ui: creating extended partition >21:02:20,687 DEBUG storage.ui: adjusted length from 212384930 to 212383744 >21:02:20,688 DEBUG storage.ui: recalculating free space >21:02:20,688 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=500MB boot=False best=None grow=True start=None >21:02:20,689 DEBUG storage.ui: checking 63-2047 (0 MB) >21:02:20,689 DEBUG storage.ui: free region not suitable for request >21:02:20,689 DEBUG storage.ui: checking 275896383-488280063 (103702 MB) >21:02:20,689 DEBUG storage.ui: current free range is 275896383-488280063 (103702MB) >21:02:20,689 DEBUG storage.ui: checking 488280064-488281249 (0 MB) >21:02:20,690 DEBUG storage.ui: free region not suitable for request >21:02:20,690 DEBUG storage.ui: adjusted start sector from 275896383 to 275900416 >21:02:20,691 DEBUG storage.ui: created partition sda5 of 500MB and added it to /dev/sda >21:02:20,692 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:02:20,692 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00c90> PedPartition: <_ped.Partition object at 0x3ef6470> >21:02:20,694 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:02:20,695 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:02:20,697 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:02:20,698 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f023d0> PedPartition: <_ped.Partition object at 0x3ef6650> >21:02:20,699 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,701 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,701 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,702 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,704 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,704 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,704 DEBUG storage.ui: allocating partition: req1 ; id: 30 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500MB ; grow: True ; max_size: 0 ; start: None ; end: None >21:02:20,704 DEBUG storage.ui: checking freespace on sdb >21:02:20,705 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500MB boot=False best=None grow=True start=None >21:02:20,705 DEBUG storage.ui: checking 63-2047 (0 MB) >21:02:20,705 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:02:20,705 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:02:20,706 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:02:20,706 DEBUG storage.ui: evaluating growth potential for new layout >21:02:20,706 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:02:20,708 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:02:20,708 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00250> PedPartition: <_ped.Partition object at 0x3ef6230> >21:02:20,710 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:02:20,711 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:02:20,711 DEBUG storage.ui: adding request 30 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:02:20,712 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:02:20,712 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:02:20,712 DEBUG storage.ui: req: PartitionRequest instance -- >id = 30 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >21:02:20,712 DEBUG storage.ui: 1 requests and 155225888 (75793MB) left in chunk >21:02:20,712 DEBUG storage.ui: adding 155225888 (75793MB) to 30 (sdb2) >21:02:20,712 DEBUG storage.ui: new grow amount for request 30 (sdb2) is 155225888 units, or 75793MB >21:02:20,713 DEBUG storage.ui: request 30 (sdb2) growth: 155225888 (75793MB) size: 76293MB >21:02:20,713 DEBUG storage.ui: disk /dev/sdb growth: 155225888 (75793MB) >21:02:20,713 DEBUG storage.ui: calculating growth for disk /dev/sda >21:02:20,713 DEBUG storage.ui: adding request 31 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,714 DEBUG storage.ui: adding request 29 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,714 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:02:20,714 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:02:20,714 DEBUG storage.ui: req: PartitionRequest instance -- >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >21:02:20,714 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >21:02:20,714 DEBUG storage.ui: 1 requests and 211360930 (103203MB) left in chunk >21:02:20,715 DEBUG storage.ui: adding 211360930 (103203MB) to 29 (sda5) >21:02:20,715 DEBUG storage.ui: new grow amount for request 29 (sda5) is 211360930 units, or 103203MB >21:02:20,715 DEBUG storage.ui: request 31 (sda3) growth: 0 (0MB) size: 500MB >21:02:20,715 DEBUG storage.ui: request 29 (sda5) growth: 211360930 (103203MB) size: 103703MB >21:02:20,715 DEBUG storage.ui: disk /dev/sda growth: 211360930 (103203MB) >21:02:20,717 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:02:20,717 DEBUG storage.ui: device sdb2 new partedPartition None >21:02:20,718 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:02:20,719 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:02:20,720 DEBUG storage.ui: total growth: 366586818 sectors >21:02:20,720 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:02:20,720 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:02:20,720 DEBUG storage.ui: new free allows for 366586818 sectors of growth >21:02:20,721 DEBUG storage.ui: created partition sdb2 of 500MB and added it to /dev/sdb >21:02:20,722 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:02:20,722 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f024d0> PedPartition: <_ped.Partition object at 0x3ef6350> >21:02:20,724 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:02:20,725 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:02:20,727 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:02:20,727 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f02550> PedPartition: <_ped.Partition object at 0x3ef66b0> >21:02:20,728 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda5(id 29)', 'sdb2(id 30)', 'sda3(id 31)'] >21:02:20,728 DEBUG storage.ui: growable partitions are ['sda5', 'sdb2'] >21:02:20,728 DEBUG storage.ui: adding request 29 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,728 DEBUG storage.ui: adding request 31 to chunk 213408930 (274872320-488281249) on /dev/sda >21:02:20,729 DEBUG storage.ui: disk sda has 2 chunks >21:02:20,729 DEBUG storage.ui: adding request 30 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:02:20,729 DEBUG storage.ui: disk sdb has 2 chunks >21:02:20,729 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:02:20,729 DEBUG storage.ui: req: PartitionRequest instance -- >id = 31 name = sda3 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >21:02:20,730 DEBUG storage.ui: req: PartitionRequest instance -- >id = 29 name = sda5 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >21:02:20,730 DEBUG storage.ui: 1 requests and 211360930 (103203MB) left in chunk >21:02:20,730 DEBUG storage.ui: adding 211360930 (103203MB) to 29 (sda5) >21:02:20,730 DEBUG storage.ui: new grow amount for request 29 (sda5) is 211360930 units, or 103203MB >21:02:20,730 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:02:20,731 DEBUG storage.ui: req: PartitionRequest instance -- >id = 30 name = sdb2 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >21:02:20,731 DEBUG storage.ui: 1 requests and 155225888 (75793MB) left in chunk >21:02:20,731 DEBUG storage.ui: adding 155225888 (75793MB) to 30 (sdb2) >21:02:20,731 DEBUG storage.ui: new grow amount for request 30 (sdb2) is 155225888 units, or 75793MB >21:02:20,731 DEBUG storage.ui: growing partitions on sda >21:02:20,732 DEBUG storage.ui: partition sda3 (31): 0 >21:02:20,732 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 275896319 length: 1024000 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02810> >21:02:20,732 DEBUG storage.ui: partition sda5 (29): 1 >21:02:20,732 DEBUG storage.ui: new geometry for sda5: parted.Geometry instance -- > start: 275898368 end: 488280063 length: 212381696 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02990> >21:02:20,733 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 31)', 'sda5(id 29)'] from disk(s) ['sda'] >21:02:20,734 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:02:20,735 DEBUG storage.ui: device sda3 new partedPartition None >21:02:20,736 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >21:02:20,737 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >21:02:20,739 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:02:20,739 DEBUG storage.ui: device sda5 new partedPartition None >21:02:20,740 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:02:20,742 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:02:20,743 DEBUG storage.ui: removing empty extended partition from sda >21:02:20,743 DEBUG storage.ui: back from removeNewPartitions >21:02:20,743 DEBUG storage.ui: extended: parted.Geometry instance -- > start: 275896320 end: 488280063 length: 212383744 > device: <parted.device.Device object at 0x3f02790> PedGeometry: <_ped.Geometry object at 0x3f02610> >21:02:20,744 DEBUG storage.ui: setting up new geometry for extended on sda >21:02:20,744 DEBUG storage.ui: new geometry for extended: parted.Geometry instance -- > start: 275896320 end: 488281249 length: 212384930 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3ef5c10> >21:02:20,744 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 274872320 end: 275896319 length: 1024000 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02810> >21:02:20,746 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >21:02:20,746 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00e10> PedPartition: <_ped.Partition object at 0x3ef6710> >21:02:20,747 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:02:20,749 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:02:20,751 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:02:20,751 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00dd0> PedPartition: <_ped.Partition object at 0x3ef6650> >21:02:20,751 DEBUG storage.ui: setting sda-1 new geometry: parted.Geometry instance -- > start: 275896320 end: 488281249 length: 212384930 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3ef5c10> >21:02:20,752 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 275898368 end: 488280063 length: 212381696 > device: <parted.device.Device object at 0x7f6dd002dd10> PedGeometry: <_ped.Geometry object at 0x3f02990> >21:02:20,753 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:02:20,754 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3ef5650> PedPartition: <_ped.Partition object at 0x3ef6770> >21:02:20,755 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:02:20,756 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:02:20,759 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:02:20,759 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f02ad0> PedPartition: <_ped.Partition object at 0x3ef63b0> >21:02:20,759 DEBUG storage.ui: growing partitions on sdb >21:02:20,759 DEBUG storage.ui: partition sdb2 (30): 0 >21:02:20,760 DEBUG storage.ui: new geometry for sdb2: parted.Geometry instance -- > start: 156250112 end: 312498175 length: 156248064 > device: <parted.device.Device object at 0x7f6dec169fd0> PedGeometry: <_ped.Geometry object at 0x3f008d0> >21:02:20,760 DEBUG storage.ui: removing all non-preexisting partitions ['sdb2(id 30)'] from disk(s) ['sdb'] >21:02:20,761 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:02:20,762 DEBUG storage.ui: device sdb2 new partedPartition None >21:02:20,763 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:02:20,764 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:02:20,764 DEBUG storage.ui: back from removeNewPartitions >21:02:20,765 DEBUG storage.ui: extended: None >21:02:20,765 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 156250112 end: 312498175 length: 156248064 > device: <parted.device.Device object at 0x7f6dec169fd0> PedGeometry: <_ped.Geometry object at 0x3f008d0> >21:02:20,766 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:02:20,767 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00790> PedPartition: <_ped.Partition object at 0x3ef6530> >21:02:20,768 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:02:20,769 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:02:20,771 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:02:20,772 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dd0040a90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f02610> PedPartition: <_ped.Partition object at 0x3ef67d0> >21:02:20,772 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:02:20,772 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:02:20,773 DEBUG storage.ui: fixing size of non-existent 500MB partition sda3 (31) with non-existent ext4 filesystem mounted at /boot at 500.00 >21:02:20,773 DEBUG storage.ui: fixing size of non-existent 103702MB partition sda5 (29) with non-existent lvmpv at 103702.00 >21:02:20,774 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:02:20,774 DEBUG storage.ui: fixing size of non-existent 76293MB partition sdb2 (30) with non-existent lvmpv at 76293.00 >21:02:20,776 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda4 ; >21:02:20,778 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >21:02:20,779 DEBUG storage.ui: DiskDevice.addChild: kids: 4 ; name: sda ; >21:02:20,780 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; >21:02:20,781 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,782 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >21:02:20,783 DEBUG storage.ui: DiskDevice.removeChild: kids: 5 ; name: sda ; >21:02:20,785 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda4 ; >21:02:20,785 DEBUG storage.ui: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6de00125d0> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f007d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:02:20,785 INFO storage.ui: added partition sda4 (id 32) to device tree >21:02:20,788 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda5 ; >21:02:20,789 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb2 ; >21:02:20,789 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,791 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora00 ; current: None ; type: None ; >21:02:20,791 INFO storage.ui: added lvmvg fedora00 (id 33) to device tree >21:02:20,791 INFO storage.ui: registered action: [6] Create Device lvmvg fedora00 (id 33) >21:02:20,793 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:02:20,793 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:02:20,795 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora00 ; >21:02:20,797 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-root ; current: None ; type: ext4 ; >21:02:20,797 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,797 DEBUG storage.ui: vg fedora00 has 179992MB free >21:02:20,798 DEBUG storage.ui: Adding fedora00-root/1024MB to fedora00 >21:02:20,798 INFO storage.ui: added lvmlv fedora00-root (id 34) to device tree >21:02:20,798 INFO storage.ui: registered action: [7] Create Device lvmlv fedora00-root (id 34) >21:02:20,798 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,799 INFO storage.ui: registered action: [8] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 34) >21:02:20,800 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:02:20,801 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:02:20,802 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora00 ; >21:02:20,804 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-home ; current: None ; type: ext4 ; >21:02:20,804 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,804 DEBUG storage.ui: vg fedora00 has 178968MB free >21:02:20,805 DEBUG storage.ui: Adding fedora00-home/500MB to fedora00 >21:02:20,805 INFO storage.ui: added lvmlv fedora00-home (id 35) to device tree >21:02:20,805 INFO storage.ui: registered action: [9] Create Device lvmlv fedora00-home (id 35) >21:02:20,805 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,806 INFO storage.ui: registered action: [10] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 35) >21:02:20,807 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >21:02:20,807 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >21:02:20,809 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora00 ; >21:02:20,810 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-swap ; current: None ; type: swap ; >21:02:20,811 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,811 DEBUG storage.ui: vg fedora00 has 178468MB free >21:02:20,811 DEBUG storage.ui: Adding fedora00-swap/3984MB to fedora00 >21:02:20,811 INFO storage.ui: added lvmlv fedora00-swap (id 36) to device tree >21:02:20,812 INFO storage.ui: registered action: [11] Create Device lvmlv fedora00-swap (id 36) >21:02:20,812 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:02:20,812 INFO storage.ui: registered action: [12] Create Format swap on lvmlv fedora00-swap (id 36) >21:02:20,812 DEBUG storage.ui: fedora size is 210004MB >21:02:20,814 DEBUG storage.ui: vg fedora has 4MB free >21:02:20,814 DEBUG storage.ui: vg fedora: 4MB free ; lvs: ['00', '01', '02', '03'] >21:02:20,815 DEBUG storage.ui: adding request 8 to chunk 52501 on /dev/mapper/fedora >21:02:20,815 DEBUG storage.ui: adding request 10 to chunk 52501 on /dev/mapper/fedora >21:02:20,815 DEBUG storage.ui: adding request 12 to chunk 52501 on /dev/mapper/fedora >21:02:20,815 DEBUG storage.ui: adding request 14 to chunk 52501 on /dev/mapper/fedora >21:02:20,819 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora length = 52501 size = 210004 >remaining = 0 pool = 52501 >21:02:20,821 DEBUG storage.ui: req: LVRequest instance -- >id = 14 name = fedora-03 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >21:02:20,821 DEBUG storage.ui: req: LVRequest instance -- >id = 10 name = fedora-01 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >21:02:20,821 DEBUG storage.ui: req: LVRequest instance -- >id = 8 name = fedora-00 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >21:02:20,821 DEBUG storage.ui: req: LVRequest instance -- >id = 12 name = fedora-02 growable = None >base = 0 growth = 0 max_grow = 0 >done = True >21:02:20,822 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,822 DEBUG storage.ui: vg fedora00 has 174484MB free >21:02:20,822 DEBUG storage.ui: vg fedora00: 174484MB free ; lvs: ['root', 'home', 'swap'] >21:02:20,823 DEBUG storage.ui: adding request 34 to chunk 44998 on /dev/mapper/fedora00 >21:02:20,823 DEBUG storage.ui: adding request 35 to chunk 44998 on /dev/mapper/fedora00 >21:02:20,823 DEBUG storage.ui: adding request 36 to chunk 44998 on /dev/mapper/fedora00 >21:02:20,823 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/mapper/fedora00 length = 44998 size = 179992 >remaining = 2 pool = 43621 >21:02:20,823 DEBUG storage.ui: req: LVRequest instance -- >id = 36 name = fedora00-swap growable = False >base = 996 growth = 0 max_grow = 0 >done = True >21:02:20,823 DEBUG storage.ui: req: LVRequest instance -- >id = 34 name = fedora00-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >21:02:20,824 DEBUG storage.ui: req: LVRequest instance -- >id = 35 name = fedora00-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >21:02:20,824 DEBUG storage.ui: 2 requests and 43621 (174484MB) left in chunk >21:02:20,824 DEBUG storage.ui: adding 29309 (117236MB) to 34 (fedora00-root) >21:02:20,824 DEBUG storage.ui: taking back 16765 (67060MB) from 34 (fedora00-root) >21:02:20,824 DEBUG storage.ui: new grow amount for request 34 (fedora00-root) is 12544 units, or 50176MB >21:02:20,824 DEBUG storage.ui: adding 14311 (57244MB) to 35 (fedora00-home) >21:02:20,824 DEBUG storage.ui: new grow amount for request 35 (fedora00-home) is 14311 units, or 57244MB >21:02:20,825 DEBUG storage.ui: 1 requests and 16766 (67064MB) left in chunk >21:02:20,825 DEBUG storage.ui: adding 16766 (67064MB) to 35 (fedora00-home) >21:02:20,825 DEBUG storage.ui: new grow amount for request 35 (fedora00-home) is 31077 units, or 124308MB >21:02:20,825 DEBUG storage.ui: trying to set lv fedora00-root size to 51200MB >21:02:20,825 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,826 DEBUG storage.ui: vg fedora00 has 174484MB free >21:02:20,826 DEBUG storage.ui: trying to set lv fedora00-home size to 124808MB >21:02:20,826 DEBUG storage.ui: fedora00 size is 179992MB >21:02:20,827 DEBUG storage.ui: vg fedora00 has 124308MB free >21:02:20,858 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,860 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,861 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:02:20,862 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:02:20,862 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:02:20,890 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:02:20,893 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103703MB partition sda4 (32) >21:02:20,929 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:02:20,931 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103703MB partition sda4 (32) >21:02:20,935 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:02:20,936 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103703MB partition sda4 (32) >21:02:20,963 DEBUG blivet: SwapSpace.__init__: >21:02:20,963 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:02:20,965 DEBUG blivet: Ext4FS.supported: supported: True ; >21:02:20,966 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:02:29,995 DEBUG blivet: Ext4FS.supported: supported: True ; >21:02:29,996 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:02:29,999 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 500, ['sda'], {'encrypted': False, 'raid_level': None} >21:02:30,009 DEBUG blivet: SwapSpace.__init__: >21:02:30,010 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:02:30,022 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 0, [], {} >21:03:46,207 DEBUG blivet: SwapSpace.__init__: >21:03:46,207 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:03:46,209 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:03:46,211 DEBUG storage.ui: LUKS.__init__: >21:03:46,211 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:03:46,212 DEBUG blivet: fedora00 size is 179992MB >21:03:46,212 DEBUG blivet: vg fedora00 has 0MB free >21:03:46,226 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 0, [], {} >21:03:46,235 DEBUG blivet: SwapSpace.__init__: >21:03:46,235 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:03:46,237 DEBUG blivet: Ext4FS.supported: supported: True ; >21:03:46,238 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:03:46,244 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dd002df90>, 0, [], {} >21:03:50,993 DEBUG blivet: starting Blivet copy >21:03:51,037 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >21:03:51,038 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: <parted.filesystem.FileSystem object at 0x401e790> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x401e590> PedPartition: <_ped.Partition object at 0x3ef6290> >21:03:51,039 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >21:03:51,040 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x401e710> PedPartition: <_ped.Partition object at 0x3ef6590> >21:03:51,042 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >21:03:51,042 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x401e850> PedPartition: <_ped.Partition object at 0x3ef64d0> >21:03:51,042 DEBUG blivet: finished Blivet copy >21:03:53,712 DEBUG blivet: SwapSpace.__init__: >21:03:53,712 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:03:53,719 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:21,846 DEBUG blivet: SwapSpace.__init__: >21:04:21,847 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:04:21,848 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:04:21,850 DEBUG storage.ui: LUKS.__init__: >21:04:21,850 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:04:21,864 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:21,876 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:04:21,876 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:04:21,876 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:04:26,551 DEBUG blivet: SwapSpace.__init__: >21:04:26,551 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:04:26,553 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:04:26,555 DEBUG storage.ui: LUKS.__init__: >21:04:26,555 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:04:26,569 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:26,579 DEBUG blivet: Ext4FS.supported: supported: True ; >21:04:26,579 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:04:26,586 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:30,106 DEBUG blivet: Ext4FS.supported: supported: True ; >21:04:30,106 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:04:30,108 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 39998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:04:30,109 DEBUG storage.ui: LUKS.__init__: >21:04:30,109 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:04:30,123 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:30,135 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:04:30,135 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:04:30,135 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:04:59,621 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 30000.0, [], {} >21:04:59,625 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 30000.0 ; mountpoint: / ; disks: [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 1 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; fstype: ext4 ; encrypted: False ; >21:04:59,625 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 30000.0, ['sda', 'sdb'], {'mountpoint': '/', 'fstype': 'ext4', 'encrypted': False} >21:04:59,626 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >21:04:59,626 DEBUG storage.ui: starting Blivet copy >21:04:59,672 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >21:04:59,673 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec20cf10> fileSystem: <parted.filesystem.FileSystem object at 0x4038950> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4038750> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >21:04:59,674 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >21:04:59,675 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec20cf10> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40388d0> PedPartition: <_ped.Partition object at 0x3ef6530> >21:04:59,677 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >21:04:59,678 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3f00810> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4038a10> PedPartition: <_ped.Partition object at 0x3ef6650> >21:04:59,678 DEBUG storage.ui: finished Blivet copy >21:04:59,678 DEBUG storage.ui: size bumped to 30004 to include new device space >21:04:59,678 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >21:04:59,680 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3f02ed0>, 30004.0, [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 1 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >21:04:59,681 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >21:04:59,682 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x301b910> ; >21:04:59,682 DEBUG storage.ui: parent factory container: None >21:04:59,683 DEBUG storage.ui: members: [] >21:04:59,684 DEBUG storage.ui: add_disks: ['sda', 'sdb'] >21:04:59,684 DEBUG storage.ui: remove_disks: [] >21:04:59,686 DEBUG storage.ui: LVMPhysicalVolume.__init__: >21:04:59,686 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:04:59,688 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >21:04:59,689 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:04:59,691 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:04:59,693 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >21:04:59,697 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >21:04:59,699 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:04:59,699 INFO storage.ui: added partition req0 (id 37) to device tree >21:04:59,699 INFO storage.ui: registered action: [13] Create Device partition req0 (id 37) >21:04:59,699 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:04:59,699 INFO storage.ui: registered action: [14] Create Format lvmpv on partition req0 (id 37) >21:04:59,701 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >21:04:59,701 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:04:59,703 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:04:59,704 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >21:04:59,706 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >21:04:59,707 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:04:59,708 INFO storage.ui: added partition req1 (id 38) to device tree >21:04:59,708 INFO storage.ui: registered action: [15] Create Device partition req1 (id 38) >21:04:59,708 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:04:59,708 INFO storage.ui: registered action: [16] Create Format lvmpv on partition req1 (id 38) >21:04:59,708 DEBUG storage.ui: size bumped to 30004 to include new device space >21:04:59,709 DEBUG storage.ui: adding a TotalSizeSet with size 30004 >21:04:59,709 DEBUG storage.ui: set.allocated = 16 >21:04:59,710 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:04:59,712 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:04:59,714 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:04:59,714 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 37)', 'req1(id 38)'] >21:04:59,715 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:04:59,716 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:04:59,718 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:04:59,718 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:04:59,721 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:04:59,722 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:04:59,723 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:04:59,723 DEBUG storage.ui: allocating partition: req0 ; id: 37 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 30004.0 ; start: None ; end: None >21:04:59,723 DEBUG storage.ui: checking freespace on sda >21:04:59,724 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:04:59,724 DEBUG storage.ui: checking 63-2047 (0 MB) >21:04:59,724 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:04:59,724 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:04:59,725 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:04:59,725 DEBUG storage.ui: evaluating growth potential for new layout >21:04:59,725 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:04:59,725 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:04:59,725 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:04:59,726 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:04:59,726 DEBUG storage.ui: calculating growth for disk /dev/sda >21:04:59,728 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:04:59,728 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40435d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:04:59,730 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:04:59,732 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:04:59,732 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:04:59,732 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:04:59,732 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:04:59,733 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >21:04:59,733 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:04:59,733 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:04:59,733 DEBUG storage.ui: taking back 151960738 (74199MB) from 37 (sda3) >21:04:59,733 DEBUG storage.ui: new grow amount for request 37 (sda3) is 61431808 units, or 29996MB >21:04:59,733 DEBUG storage.ui: request 37 (sda3) growth: 61431808 (29996MB) size: 30004MB >21:04:59,734 DEBUG storage.ui: disk /dev/sda growth: 61431808 (29996MB) >21:04:59,735 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:04:59,735 DEBUG storage.ui: device sda3 new partedPartition None >21:04:59,737 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:04:59,739 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:04:59,739 DEBUG storage.ui: total growth: 61431808 sectors >21:04:59,739 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:04:59,739 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:04:59,739 DEBUG storage.ui: new free allows for 61431808 sectors of growth >21:04:59,740 DEBUG storage.ui: created partition sda3 of 8MB and added it to /dev/sda >21:04:59,742 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:04:59,742 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043790> PedPartition: <_ped.Partition object at 0x40190b0> >21:04:59,744 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:04:59,745 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:04:59,747 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:04:59,748 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40439d0> PedPartition: <_ped.Partition object at 0x4019230> >21:04:59,749 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:04:59,751 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:04:59,751 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:04:59,753 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:04:59,755 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:04:59,755 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:04:59,755 DEBUG storage.ui: allocating partition: req1 ; id: 38 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 30004.0 ; start: None ; end: None >21:04:59,755 DEBUG storage.ui: checking freespace on sdb >21:04:59,756 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:04:59,756 DEBUG storage.ui: checking 63-2047 (0 MB) >21:04:59,756 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:04:59,757 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:04:59,757 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:04:59,757 DEBUG storage.ui: evaluating growth potential for new layout >21:04:59,757 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:04:59,759 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:04:59,760 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043f10> PedPartition: <_ped.Partition object at 0x40192f0> >21:04:59,761 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:04:59,763 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:04:59,763 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:04:59,764 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:04:59,764 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:04:59,764 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >21:04:59,764 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:04:59,764 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:04:59,764 DEBUG storage.ui: taking back 94801696 (46289MB) from 38 (sdb2) >21:04:59,765 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 61431808 units, or 29996MB >21:04:59,765 DEBUG storage.ui: request 38 (sdb2) growth: 61431808 (29996MB) size: 30004MB >21:04:59,765 DEBUG storage.ui: disk /dev/sdb growth: 61431808 (29996MB) >21:04:59,765 DEBUG storage.ui: calculating growth for disk /dev/sda >21:04:59,765 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:04:59,766 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:04:59,766 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:04:59,766 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >21:04:59,766 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:04:59,766 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:04:59,767 DEBUG storage.ui: taking back 151960738 (74199MB) from 37 (sda3) >21:04:59,767 DEBUG storage.ui: new grow amount for request 37 (sda3) is 61431808 units, or 29996MB >21:04:59,767 DEBUG storage.ui: request 37 (sda3) growth: 61431808 (29996MB) size: 30004MB >21:04:59,767 DEBUG storage.ui: disk /dev/sda growth: 61431808 (29996MB) >21:04:59,769 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:04:59,769 DEBUG storage.ui: device sdb2 new partedPartition None >21:04:59,770 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:04:59,772 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:04:59,772 DEBUG storage.ui: total growth: 122863616 sectors >21:04:59,772 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:04:59,773 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:04:59,773 DEBUG storage.ui: new free allows for 122863616 sectors of growth >21:04:59,773 DEBUG storage.ui: created partition sdb2 of 8MB and added it to /dev/sdb >21:04:59,775 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:04:59,775 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40480d0> PedPartition: <_ped.Partition object at 0x4019290> >21:04:59,777 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:04:59,779 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:04:59,781 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:04:59,781 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4048150> PedPartition: <_ped.Partition object at 0x4019350> >21:04:59,781 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 37)', 'sdb2(id 38)'] >21:04:59,782 DEBUG storage.ui: growable partitions are ['sda3', 'sdb2'] >21:04:59,782 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:04:59,782 DEBUG storage.ui: disk sda has 2 chunks >21:04:59,783 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:04:59,783 DEBUG storage.ui: disk sdb has 2 chunks >21:04:59,783 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:04:59,783 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >21:04:59,783 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:04:59,783 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:04:59,784 DEBUG storage.ui: taking back 151960738 (74199MB) from 37 (sda3) >21:04:59,784 DEBUG storage.ui: new grow amount for request 37 (sda3) is 61431808 units, or 29996MB >21:04:59,784 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:04:59,784 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 61431808 >done = False >21:04:59,784 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:04:59,784 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:04:59,785 DEBUG storage.ui: taking back 94801696 (46289MB) from 38 (sdb2) >21:04:59,785 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 61431808 units, or 29996MB >21:04:59,785 DEBUG storage.ui: set: ['sda3', 'sdb2'] 16/30004 >21:04:59,785 DEBUG storage.ui: allocating 29996 to TotalSizeSet with 16/30004 (29988 needed) >21:04:59,785 DEBUG storage.ui: allocating 29996 to TotalSizeSet with 30012/30004 (-8 needed) >21:04:59,785 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True >21:04:59,786 DEBUG storage.ui: needed: -30004 >21:04:59,786 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True 30724096 (15002 MB) >21:04:59,786 DEBUG storage.ui: deallocating 15002 from TotalSizeSet with 60008/30004 (-30004 needed) >21:04:59,786 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True >21:04:59,786 DEBUG storage.ui: needed: -15002 >21:04:59,787 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 61431808 max_grow = 61431808 >done = True 30724096 (15002 MB) >21:04:59,787 DEBUG storage.ui: deallocating 15002 from TotalSizeSet with 45006/30004 (-15002 needed) >21:04:59,787 DEBUG storage.ui: set: ['sda3', 'sdb2'] 30004/30004 >21:04:59,788 DEBUG storage.ui: allocating 0 to TotalSizeSet with 30004/30004 (0 needed) >21:04:59,788 DEBUG storage.ui: allocating 0 to TotalSizeSet with 30004/30004 (0 needed) >21:04:59,788 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 30707712 max_grow = 61431808 >done = True >21:04:59,789 DEBUG storage.ui: needed: 0 >21:04:59,789 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 30707712 max_grow = 61431808 >done = True >21:04:59,789 DEBUG storage.ui: needed: 0 >21:04:59,790 DEBUG storage.ui: growing partitions on sda >21:04:59,790 DEBUG storage.ui: partition sda3 (37): 0 >21:04:59,790 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 305596415 length: 30724096 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4048410> >21:04:59,791 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)'] from disk(s) ['sda'] >21:04:59,793 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:04:59,793 DEBUG storage.ui: device sda3 new partedPartition None >21:04:59,794 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:04:59,796 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:04:59,797 DEBUG storage.ui: back from removeNewPartitions >21:04:59,797 DEBUG storage.ui: extended: None >21:04:59,797 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 274872320 end: 305596415 length: 30724096 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4048410> >21:04:59,799 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:04:59,799 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4038590> PedPartition: <_ped.Partition object at 0x4019410> >21:04:59,801 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:04:59,802 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:04:59,805 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:04:59,805 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4048810> PedPartition: <_ped.Partition object at 0x4019470> >21:04:59,805 DEBUG storage.ui: growing partitions on sdb >21:04:59,806 DEBUG storage.ui: partition sdb2 (38): 0 >21:04:59,806 DEBUG storage.ui: new geometry for sdb2: parted.Geometry instance -- > start: 156250112 end: 186974207 length: 30724096 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x40438d0> >21:04:59,806 DEBUG storage.ui: removing all non-preexisting partitions ['sdb2(id 38)'] from disk(s) ['sdb'] >21:04:59,808 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:04:59,808 DEBUG storage.ui: device sdb2 new partedPartition None >21:04:59,810 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:04:59,811 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:04:59,811 DEBUG storage.ui: back from removeNewPartitions >21:04:59,812 DEBUG storage.ui: extended: None >21:04:59,812 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 156250112 end: 186974207 length: 30724096 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x40438d0> >21:04:59,814 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:04:59,814 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402e7d0> PedPartition: <_ped.Partition object at 0x4019170> >21:04:59,816 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:04:59,817 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:04:59,819 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:04:59,820 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40481d0> PedPartition: <_ped.Partition object at 0x4019230> >21:04:59,820 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:04:59,821 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:04:59,821 DEBUG storage.ui: fixing size of non-existent 15002MB partition sda3 (37) with non-existent lvmpv at 15002.00 >21:04:59,822 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:04:59,822 DEBUG storage.ui: fixing size of non-existent 15002MB partition sdb2 (38) with non-existent lvmpv at 15002.00 >21:04:59,825 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >21:04:59,827 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb2 ; >21:04:59,827 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:04:59,829 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora00 ; current: None ; type: None ; >21:04:59,829 INFO storage.ui: added lvmvg fedora00 (id 39) to device tree >21:04:59,829 INFO storage.ui: registered action: [17] Create Device lvmvg fedora00 (id 39) >21:04:59,830 DEBUG storage.ui: fedora00 size is 30000MB >21:04:59,830 DEBUG storage.ui: vg fedora00 has 30000MB free >21:04:59,832 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:04:59,832 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:04:59,834 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora00 ; >21:04:59,835 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-root ; current: None ; type: ext4 ; >21:04:59,836 DEBUG storage.ui: fedora00 size is 30000MB >21:04:59,836 DEBUG storage.ui: vg fedora00 has 30000MB free >21:04:59,836 DEBUG storage.ui: Adding fedora00-root/30000MB to fedora00 >21:04:59,836 INFO storage.ui: added lvmlv fedora00-root (id 40) to device tree >21:04:59,837 INFO storage.ui: registered action: [18] Create Device lvmlv fedora00-root (id 40) >21:04:59,837 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:04:59,837 INFO storage.ui: registered action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 40) >21:04:59,894 DEBUG blivet: Ext4FS.supported: supported: True ; >21:04:59,895 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:04:59,902 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:04:59,918 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:05:05,599 DEBUG blivet: Ext4FS.supported: supported: True ; >21:05:05,599 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:05:05,602 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 30000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:05:05,603 DEBUG blivet: fedora00 size is 30000MB >21:05:05,603 DEBUG blivet: vg fedora00 has 0MB free >21:05:05,615 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:05:05,615 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:05:05,615 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:05:22,329 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 40000.0, [], {} >21:05:22,330 DEBUG storage.ui: fedora00 size is 30000MB >21:05:22,330 DEBUG storage.ui: vg fedora00 has 0MB free >21:05:22,334 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 40000.0 ; disks: [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: ext4 ; mountpoint: /home ; container_encrypted: False ; container_size: 0 ; >21:05:22,334 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 40000.0, ['sda', 'sdb'], {'encrypted': False, 'container_raid_level': None, 'fstype': 'ext4', 'mountpoint': '/home', 'container_encrypted': False, 'container_size': 0} >21:05:22,335 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >21:05:22,335 DEBUG storage.ui: starting Blivet copy >21:05:22,379 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >21:05:22,380 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x404a150> fileSystem: <parted.filesystem.FileSystem object at 0x4384e10> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384c10> PedPartition: <_ped.Partition object at 0x40191d0> >21:05:22,382 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >21:05:22,382 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x404a150> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384d90> PedPartition: <_ped.Partition object at 0x4019170> >21:05:22,384 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,384 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x404a150> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384f50> PedPartition: <_ped.Partition object at 0x4019410> >21:05:22,386 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >21:05:22,387 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x404ab50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438a050> PedPartition: <_ped.Partition object at 0x4019110> >21:05:22,388 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,389 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x404ab50> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438a1d0> PedPartition: <_ped.Partition object at 0x4019530> >21:05:22,389 DEBUG storage.ui: finished Blivet copy >21:05:22,389 DEBUG storage.ui: fedora00 size is 30000MB >21:05:22,390 DEBUG storage.ui: vg fedora00 has 0MB free >21:05:22,390 DEBUG storage.ui: fedora00 size is 30000MB >21:05:22,391 DEBUG storage.ui: vg fedora00 has 0MB free >21:05:22,391 DEBUG storage.ui: fedora00 size is 30000MB >21:05:22,392 DEBUG storage.ui: vg fedora00 has 0MB free >21:05:22,392 DEBUG storage.ui: size bumped to 70008 to include new device space >21:05:22,392 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >21:05:22,394 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3f02ed0>, 70008.0, [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >21:05:22,394 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >21:05:22,396 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x4048cd0> ; >21:05:22,396 DEBUG storage.ui: parent factory container: non-existent 30000MB lvmvg fedora00 (39) >21:05:22,397 DEBUG storage.ui: members: ['sda3', 'sdb2'] >21:05:22,397 DEBUG storage.ui: add_disks: [] >21:05:22,397 DEBUG storage.ui: remove_disks: [] >21:05:22,399 DEBUG storage.ui: LVMPhysicalVolume.__init__: >21:05:22,399 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:05:22,400 DEBUG storage.ui: fedora00 size is 30000MB >21:05:22,401 DEBUG storage.ui: vg fedora00 has 0MB free >21:05:22,401 DEBUG storage.ui: size bumped to 70008 to include new device space >21:05:22,401 DEBUG storage.ui: adding a TotalSizeSet with size 70008 >21:05:22,408 DEBUG storage.ui: set.allocated = 16 >21:05:22,410 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:05:22,411 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:05:22,413 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)', 'sdb2(id 38)'] from disk(s) ['sda', 'sdb'] >21:05:22,415 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,415 DEBUG storage.ui: device sda3 new partedPartition None >21:05:22,416 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:05:22,418 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:05:22,420 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,420 DEBUG storage.ui: device sdb2 new partedPartition None >21:05:22,421 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:05:22,423 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:05:22,424 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 37)', 'req1(id 38)'] >21:05:22,424 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:05:22,426 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:05:22,427 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:05:22,428 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:05:22,429 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:05:22,431 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:05:22,431 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:05:22,431 DEBUG storage.ui: allocating partition: req0 ; id: 37 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 70008.0 ; start: None ; end: None >21:05:22,431 DEBUG storage.ui: checking freespace on sda >21:05:22,433 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:05:22,433 DEBUG storage.ui: checking 63-2047 (0 MB) >21:05:22,433 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:05:22,434 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:05:22,434 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:05:22,434 DEBUG storage.ui: evaluating growth potential for new layout >21:05:22,434 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:05:22,434 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:05:22,434 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:05:22,435 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:05:22,435 DEBUG storage.ui: calculating growth for disk /dev/sda >21:05:22,437 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:05:22,437 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438ac90> PedPartition: <_ped.Partition object at 0x40190b0> >21:05:22,439 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:05:22,441 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:05:22,441 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:05:22,441 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:05:22,441 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:05:22,442 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >21:05:22,442 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:05:22,442 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:05:22,442 DEBUG storage.ui: taking back 70032546 (34195MB) from 37 (sda3) >21:05:22,442 DEBUG storage.ui: new grow amount for request 37 (sda3) is 143360000 units, or 70000MB >21:05:22,442 DEBUG storage.ui: request 37 (sda3) growth: 143360000 (70000MB) size: 70008MB >21:05:22,443 DEBUG storage.ui: disk /dev/sda growth: 143360000 (70000MB) >21:05:22,444 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,444 DEBUG storage.ui: device sda3 new partedPartition None >21:05:22,446 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:05:22,448 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:05:22,448 DEBUG storage.ui: total growth: 143360000 sectors >21:05:22,448 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:05:22,448 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:05:22,448 DEBUG storage.ui: new free allows for 143360000 sectors of growth >21:05:22,449 DEBUG storage.ui: created partition sda3 of 8MB and added it to /dev/sda >21:05:22,451 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:05:22,451 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438ae50> PedPartition: <_ped.Partition object at 0x40194d0> >21:05:22,453 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:05:22,454 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:05:22,456 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,457 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x43960d0> PedPartition: <_ped.Partition object at 0x4019590> >21:05:22,459 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:05:22,461 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:05:22,461 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:05:22,463 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:05:22,465 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:05:22,465 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:05:22,465 DEBUG storage.ui: allocating partition: req1 ; id: 38 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 70008.0 ; start: None ; end: None >21:05:22,465 DEBUG storage.ui: checking freespace on sdb >21:05:22,466 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:05:22,467 DEBUG storage.ui: checking 63-2047 (0 MB) >21:05:22,467 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:05:22,467 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:05:22,467 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:05:22,468 DEBUG storage.ui: evaluating growth potential for new layout >21:05:22,468 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:05:22,470 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:05:22,470 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384990> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:05:22,472 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:05:22,474 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:05:22,474 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:05:22,474 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:05:22,474 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:05:22,475 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >21:05:22,475 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:05:22,475 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:05:22,475 DEBUG storage.ui: taking back 12873504 (6285MB) from 38 (sdb2) >21:05:22,475 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 143360000 units, or 70000MB >21:05:22,475 DEBUG storage.ui: request 38 (sdb2) growth: 143360000 (70000MB) size: 70008MB >21:05:22,476 DEBUG storage.ui: disk /dev/sdb growth: 143360000 (70000MB) >21:05:22,476 DEBUG storage.ui: calculating growth for disk /dev/sda >21:05:22,476 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:05:22,476 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:05:22,476 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:05:22,477 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >21:05:22,477 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:05:22,477 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:05:22,477 DEBUG storage.ui: taking back 70032546 (34195MB) from 37 (sda3) >21:05:22,477 DEBUG storage.ui: new grow amount for request 37 (sda3) is 143360000 units, or 70000MB >21:05:22,477 DEBUG storage.ui: request 37 (sda3) growth: 143360000 (70000MB) size: 70008MB >21:05:22,478 DEBUG storage.ui: disk /dev/sda growth: 143360000 (70000MB) >21:05:22,479 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,479 DEBUG storage.ui: device sdb2 new partedPartition None >21:05:22,481 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:05:22,483 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:05:22,483 DEBUG storage.ui: total growth: 286720000 sectors >21:05:22,483 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:05:22,483 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:05:22,483 DEBUG storage.ui: new free allows for 286720000 sectors of growth >21:05:22,484 DEBUG storage.ui: created partition sdb2 of 8MB and added it to /dev/sdb >21:05:22,486 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:05:22,486 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384a10> PedPartition: <_ped.Partition object at 0x40190b0> >21:05:22,488 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:05:22,489 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:05:22,491 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,492 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40487d0> PedPartition: <_ped.Partition object at 0x4019230> >21:05:22,492 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 37)', 'sdb2(id 38)'] >21:05:22,492 DEBUG storage.ui: growable partitions are ['sda3', 'sdb2'] >21:05:22,492 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:05:22,493 DEBUG storage.ui: disk sda has 2 chunks >21:05:22,493 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:05:22,493 DEBUG storage.ui: disk sdb has 2 chunks >21:05:22,493 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:05:22,494 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >21:05:22,494 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:05:22,494 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:05:22,494 DEBUG storage.ui: taking back 70032546 (34195MB) from 37 (sda3) >21:05:22,494 DEBUG storage.ui: new grow amount for request 37 (sda3) is 143360000 units, or 70000MB >21:05:22,494 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:05:22,495 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 143360000 >done = False >21:05:22,495 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:05:22,495 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:05:22,495 DEBUG storage.ui: taking back 12873504 (6285MB) from 38 (sdb2) >21:05:22,495 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 143360000 units, or 70000MB >21:05:22,495 DEBUG storage.ui: set: ['sda3', 'sdb2'] 16/70008 >21:05:22,496 DEBUG storage.ui: allocating 70000 to TotalSizeSet with 16/70008 (69992 needed) >21:05:22,496 DEBUG storage.ui: allocating 70000 to TotalSizeSet with 70016/70008 (-8 needed) >21:05:22,496 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True >21:05:22,496 DEBUG storage.ui: needed: -70008 >21:05:22,496 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True 71688192 (35004 MB) >21:05:22,496 DEBUG storage.ui: deallocating 35004 from TotalSizeSet with 140016/70008 (-70008 needed) >21:05:22,497 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True >21:05:22,497 DEBUG storage.ui: needed: -35004 >21:05:22,497 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 143360000 max_grow = 143360000 >done = True 71688192 (35004 MB) >21:05:22,497 DEBUG storage.ui: deallocating 35004 from TotalSizeSet with 105012/70008 (-35004 needed) >21:05:22,498 DEBUG storage.ui: set: ['sda3', 'sdb2'] 70008/70008 >21:05:22,498 DEBUG storage.ui: allocating 0 to TotalSizeSet with 70008/70008 (0 needed) >21:05:22,498 DEBUG storage.ui: allocating 0 to TotalSizeSet with 70008/70008 (0 needed) >21:05:22,499 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 71671808 max_grow = 143360000 >done = True >21:05:22,499 DEBUG storage.ui: needed: 0 >21:05:22,499 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 71671808 max_grow = 143360000 >done = True >21:05:22,500 DEBUG storage.ui: needed: 0 >21:05:22,500 DEBUG storage.ui: growing partitions on sda >21:05:22,501 DEBUG storage.ui: partition sda3 (37): 0 >21:05:22,501 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 346560511 length: 71688192 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4384890> >21:05:22,501 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)'] from disk(s) ['sda'] >21:05:22,503 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,503 DEBUG storage.ui: device sda3 new partedPartition None >21:05:22,505 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:05:22,507 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:05:22,507 DEBUG storage.ui: back from removeNewPartitions >21:05:22,507 DEBUG storage.ui: extended: None >21:05:22,507 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 274872320 end: 346560511 length: 71688192 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4384890> >21:05:22,509 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:05:22,509 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438a990> PedPartition: <_ped.Partition object at 0x40196b0> >21:05:22,511 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:05:22,512 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:05:22,515 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:05:22,515 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4396490> PedPartition: <_ped.Partition object at 0x40197d0> >21:05:22,515 DEBUG storage.ui: growing partitions on sdb >21:05:22,516 DEBUG storage.ui: partition sdb2 (38): 0 >21:05:22,516 DEBUG storage.ui: new geometry for sdb2: parted.Geometry instance -- > start: 156250112 end: 227938303 length: 71688192 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x438af90> >21:05:22,516 DEBUG storage.ui: removing all non-preexisting partitions ['sdb2(id 38)'] from disk(s) ['sdb'] >21:05:22,518 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,518 DEBUG storage.ui: device sdb2 new partedPartition None >21:05:22,520 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:05:22,521 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:05:22,522 DEBUG storage.ui: back from removeNewPartitions >21:05:22,522 DEBUG storage.ui: extended: None >21:05:22,522 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 156250112 end: 227938303 length: 71688192 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x438af90> >21:05:22,524 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:05:22,524 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438ac90> PedPartition: <_ped.Partition object at 0x4019350> >21:05:22,526 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:05:22,527 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:05:22,529 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:05:22,530 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4396090> PedPartition: <_ped.Partition object at 0x4019590> >21:05:22,530 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:05:22,531 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:05:22,531 DEBUG storage.ui: fixing size of non-existent 35004MB partition sda3 (37) with non-existent lvmpv at 35004.00 >21:05:22,532 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:05:22,532 DEBUG storage.ui: fixing size of non-existent 35004MB partition sdb2 (38) with non-existent lvmpv at 35004.00 >21:05:22,533 DEBUG storage.ui: new member set: ['sda3', 'sdb2'] >21:05:22,533 DEBUG storage.ui: old member set: ['sda3', 'sdb2'] >21:05:22,534 DEBUG storage.ui: fedora00 size is 70000MB >21:05:22,534 DEBUG storage.ui: vg fedora00 has 40000MB free >21:05:22,534 DEBUG storage.ui: fedora00 size is 70000MB >21:05:22,535 DEBUG storage.ui: vg fedora00 has 40000MB free >21:05:22,536 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:05:22,537 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:05:22,538 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora00 ; >21:05:22,548 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-home ; current: None ; type: ext4 ; >21:05:22,548 DEBUG storage.ui: fedora00 size is 70000MB >21:05:22,549 DEBUG storage.ui: vg fedora00 has 40000MB free >21:05:22,549 DEBUG storage.ui: Adding fedora00-home/40000MB to fedora00 >21:05:22,549 INFO storage.ui: added lvmlv fedora00-home (id 41) to device tree >21:05:22,549 INFO storage.ui: registered action: [20] Create Device lvmlv fedora00-home (id 41) >21:05:22,549 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:05:22,550 INFO storage.ui: registered action: [21] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 41) >21:05:22,612 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:05:22,624 DEBUG blivet: Ext4FS.supported: supported: True ; >21:05:22,625 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:05:22,628 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 30000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:05:22,628 DEBUG blivet: fedora00 size is 70000MB >21:05:22,629 DEBUG blivet: vg fedora00 has 0MB free >21:05:22,642 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:01,234 DEBUG blivet: Ext4FS.supported: supported: True ; >21:06:01,234 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:06:01,237 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 40000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:06:01,238 DEBUG blivet: fedora00 size is 70000MB >21:06:01,238 DEBUG blivet: vg fedora00 has 0MB free >21:06:01,250 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:06:01,250 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:06:01,251 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:06:10,568 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 100000.0, [], {} >21:06:10,568 DEBUG storage.ui: fedora00 size is 70000MB >21:06:10,569 DEBUG storage.ui: vg fedora00 has 0MB free >21:06:10,572 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 100000.0 ; disks: [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: ext4 ; mountpoint: /aux ; container_encrypted: False ; container_size: 0 ; >21:06:10,572 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 100000.0, ['sda', 'sdb'], {'encrypted': False, 'container_raid_level': None, 'fstype': 'ext4', 'mountpoint': '/aux', 'container_encrypted': False, 'container_size': 0} >21:06:10,573 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >21:06:10,573 DEBUG storage.ui: starting Blivet copy >21:06:10,613 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >21:06:10,614 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x438a610> fileSystem: <parted.filesystem.FileSystem object at 0x402ead0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x401ef10> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >21:06:10,615 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >21:06:10,616 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x438a610> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402ef90> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:06:10,617 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,618 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x438a610> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402e990> PedPartition: <_ped.Partition object at 0x3ef6530> >21:06:10,619 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >21:06:10,620 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4047b90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402e890> PedPartition: <_ped.Partition object at 0x3ef68f0> >21:06:10,621 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,622 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4047b90> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402edd0> PedPartition: <_ped.Partition object at 0x4019650> >21:06:10,622 DEBUG storage.ui: finished Blivet copy >21:06:10,622 DEBUG storage.ui: fedora00 size is 70000MB >21:06:10,623 DEBUG storage.ui: vg fedora00 has 0MB free >21:06:10,623 DEBUG storage.ui: fedora00 size is 70000MB >21:06:10,624 DEBUG storage.ui: vg fedora00 has 0MB free >21:06:10,624 DEBUG storage.ui: fedora00 size is 70000MB >21:06:10,624 DEBUG storage.ui: vg fedora00 has 0MB free >21:06:10,624 DEBUG storage.ui: size bumped to 170012 to include new device space >21:06:10,625 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >21:06:10,627 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3f02ed0>, 170012.0, [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >21:06:10,627 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >21:06:10,628 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x438acd0> ; >21:06:10,629 DEBUG storage.ui: parent factory container: non-existent 70000MB lvmvg fedora00 (39) >21:06:10,629 DEBUG storage.ui: members: ['sda3', 'sdb2'] >21:06:10,629 DEBUG storage.ui: add_disks: [] >21:06:10,629 DEBUG storage.ui: remove_disks: [] >21:06:10,631 DEBUG storage.ui: LVMPhysicalVolume.__init__: >21:06:10,631 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:06:10,632 DEBUG storage.ui: fedora00 size is 70000MB >21:06:10,633 DEBUG storage.ui: vg fedora00 has 0MB free >21:06:10,633 DEBUG storage.ui: size bumped to 170012 to include new device space >21:06:10,633 DEBUG storage.ui: adding a TotalSizeSet with size 170012 >21:06:10,639 DEBUG storage.ui: set.allocated = 16 >21:06:10,641 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:06:10,642 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:06:10,644 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)', 'sdb2(id 38)'] from disk(s) ['sda', 'sdb'] >21:06:10,646 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,646 DEBUG storage.ui: device sda3 new partedPartition None >21:06:10,647 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:10,649 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:10,650 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,650 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:10,652 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:10,653 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:10,654 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 37)', 'req1(id 38)'] >21:06:10,654 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:06:10,656 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:10,657 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:10,657 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:10,659 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:10,661 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:10,661 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:10,661 DEBUG storage.ui: allocating partition: req0 ; id: 37 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 170012.0 ; start: None ; end: None >21:06:10,661 DEBUG storage.ui: checking freespace on sda >21:06:10,662 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:06:10,662 DEBUG storage.ui: checking 63-2047 (0 MB) >21:06:10,663 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:06:10,663 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:06:10,663 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:06:10,663 DEBUG storage.ui: evaluating growth potential for new layout >21:06:10,664 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:06:10,664 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:06:10,664 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:10,664 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:06:10,664 DEBUG storage.ui: calculating growth for disk /dev/sda >21:06:10,666 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:10,666 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043790> PedPartition: <_ped.Partition object at 0x4019710> >21:06:10,669 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:10,670 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:10,671 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:10,671 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:06:10,671 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:10,671 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >21:06:10,671 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:10,671 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:10,672 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:10,672 DEBUG storage.ui: request 37 (sda3) growth: 213392546 (104195MB) size: 104203MB >21:06:10,672 DEBUG storage.ui: disk /dev/sda growth: 213392546 (104195MB) >21:06:10,673 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,673 DEBUG storage.ui: device sda3 new partedPartition None >21:06:10,675 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:10,676 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:10,677 DEBUG storage.ui: total growth: 213392546 sectors >21:06:10,677 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:06:10,677 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:06:10,677 DEBUG storage.ui: new free allows for 213392546 sectors of growth >21:06:10,678 DEBUG storage.ui: created partition sda3 of 8MB and added it to /dev/sda >21:06:10,679 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:10,680 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x401ebd0> PedPartition: <_ped.Partition object at 0x4019770> >21:06:10,681 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:10,683 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:10,685 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,685 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x301b110> PedPartition: <_ped.Partition object at 0x4019470> >21:06:10,687 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:10,688 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:10,688 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:10,690 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:10,691 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:10,692 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:10,692 DEBUG storage.ui: allocating partition: req1 ; id: 38 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 170012.0 ; start: None ; end: None >21:06:10,692 DEBUG storage.ui: checking freespace on sdb >21:06:10,693 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:06:10,693 DEBUG storage.ui: checking 63-2047 (0 MB) >21:06:10,693 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:06:10,694 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:06:10,694 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:06:10,694 DEBUG storage.ui: evaluating growth potential for new layout >21:06:10,694 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:06:10,696 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:10,696 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40437d0> PedPartition: <_ped.Partition object at 0x4019590> >21:06:10,698 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:10,699 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:10,700 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:06:10,700 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:06:10,700 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:10,700 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >21:06:10,700 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:06:10,701 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:06:10,701 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 156233504 units, or 76285MB >21:06:10,701 DEBUG storage.ui: request 38 (sdb2) growth: 156233504 (76285MB) size: 76293MB >21:06:10,701 DEBUG storage.ui: disk /dev/sdb growth: 156233504 (76285MB) >21:06:10,701 DEBUG storage.ui: calculating growth for disk /dev/sda >21:06:10,702 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:10,702 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:06:10,702 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:10,702 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >21:06:10,702 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:10,702 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:10,702 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:10,703 DEBUG storage.ui: request 37 (sda3) growth: 213392546 (104195MB) size: 104203MB >21:06:10,703 DEBUG storage.ui: disk /dev/sda growth: 213392546 (104195MB) >21:06:10,704 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,704 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:10,706 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:10,707 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:10,708 DEBUG storage.ui: total growth: 369626050 sectors >21:06:10,708 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:06:10,708 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:06:10,708 DEBUG storage.ui: new free allows for 369626050 sectors of growth >21:06:10,709 DEBUG storage.ui: created partition sdb2 of 8MB and added it to /dev/sdb >21:06:10,710 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:10,710 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043610> PedPartition: <_ped.Partition object at 0x4019710> >21:06:10,712 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:10,713 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:10,715 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,716 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043e50> PedPartition: <_ped.Partition object at 0x4019230> >21:06:10,716 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 37)', 'sdb2(id 38)'] >21:06:10,716 DEBUG storage.ui: growable partitions are ['sda3', 'sdb2'] >21:06:10,717 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:10,717 DEBUG storage.ui: disk sda has 2 chunks >21:06:10,717 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:06:10,717 DEBUG storage.ui: disk sdb has 2 chunks >21:06:10,717 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:10,718 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >21:06:10,718 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:10,718 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:10,718 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:10,718 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:10,718 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 348168192 >done = False >21:06:10,718 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:06:10,719 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:06:10,719 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 156233504 units, or 76285MB >21:06:10,719 DEBUG storage.ui: set: ['sda3', 'sdb2'] 16/170012 >21:06:10,719 DEBUG storage.ui: allocating 104195 to TotalSizeSet with 16/170012 (169996 needed) >21:06:10,719 DEBUG storage.ui: allocating 76285 to TotalSizeSet with 104211/170012 (65800 needed) >21:06:10,719 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 348168192 >done = False >21:06:10,720 DEBUG storage.ui: needed: -10485 >21:06:10,720 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 348168192 >done = False 10737121 (5242 MB) >21:06:10,720 DEBUG storage.ui: deallocating 5242 from TotalSizeSet with 180497/170012 (-10485 needed) >21:06:10,720 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 348168192 >done = False >21:06:10,720 DEBUG storage.ui: needed: -5242 >21:06:10,720 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 348168192 >done = False 10737121 (5242 MB) >21:06:10,721 DEBUG storage.ui: deallocating 5242 from TotalSizeSet with 175254/170012 (-5242 needed) >21:06:10,721 DEBUG storage.ui: set: ['sda3', 'sdb2'] 170012/170012 >21:06:10,721 DEBUG storage.ui: allocating 0 to TotalSizeSet with 170012/170012 (0 needed) >21:06:10,721 DEBUG storage.ui: allocating 0 to TotalSizeSet with 170012/170012 (0 needed) >21:06:10,722 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 202655425 max_grow = 348168192 >done = True >21:06:10,722 DEBUG storage.ui: needed: 0 >21:06:10,722 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 145496383 max_grow = 348168192 >done = True >21:06:10,723 DEBUG storage.ui: needed: 0 >21:06:10,723 DEBUG storage.ui: growing partitions on sda >21:06:10,723 DEBUG storage.ui: partition sda3 (37): 0 >21:06:10,724 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 477542399 length: 202670080 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4043b90> >21:06:10,724 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)'] from disk(s) ['sda'] >21:06:10,726 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,726 DEBUG storage.ui: device sda3 new partedPartition None >21:06:10,727 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:10,729 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:10,729 DEBUG storage.ui: back from removeNewPartitions >21:06:10,729 DEBUG storage.ui: extended: None >21:06:10,729 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 274872320 end: 477542399 length: 202670080 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4043b90> >21:06:10,731 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:10,732 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x40430d0> PedPartition: <_ped.Partition object at 0x40190b0> >21:06:10,733 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:10,734 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:10,737 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:10,737 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4048bd0> PedPartition: <_ped.Partition object at 0x40194d0> >21:06:10,737 DEBUG storage.ui: growing partitions on sdb >21:06:10,737 DEBUG storage.ui: partition sdb2 (38): 0 >21:06:10,738 DEBUG storage.ui: new geometry for sdb2: parted.Geometry instance -- > start: 156250112 end: 301762559 length: 145512448 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x402e390> >21:06:10,738 DEBUG storage.ui: removing all non-preexisting partitions ['sdb2(id 38)'] from disk(s) ['sdb'] >21:06:10,739 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,740 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:10,742 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:10,743 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:10,743 DEBUG storage.ui: back from removeNewPartitions >21:06:10,743 DEBUG storage.ui: extended: None >21:06:10,744 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 156250112 end: 301762559 length: 145512448 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x402e390> >21:06:10,745 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:10,746 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043f50> PedPartition: <_ped.Partition object at 0x40197d0> >21:06:10,747 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:10,749 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:10,750 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:10,751 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x402ec50> PedPartition: <_ped.Partition object at 0x4019470> >21:06:10,751 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:06:10,752 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:06:10,752 DEBUG storage.ui: fixing size of non-existent 98960MB partition sda3 (37) with non-existent lvmpv at 98960.00 >21:06:10,753 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:06:10,753 DEBUG storage.ui: fixing size of non-existent 71051MB partition sdb2 (38) with non-existent lvmpv at 71051.00 >21:06:10,754 DEBUG storage.ui: new member set: ['sda3', 'sdb2'] >21:06:10,754 DEBUG storage.ui: old member set: ['sda3', 'sdb2'] >21:06:10,754 DEBUG storage.ui: fedora00 size is 170004MB >21:06:10,755 DEBUG storage.ui: vg fedora00 has 100004MB free >21:06:10,755 DEBUG storage.ui: fedora00 size is 170004MB >21:06:10,755 DEBUG storage.ui: vg fedora00 has 100004MB free >21:06:10,757 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:06:10,757 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:06:10,759 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora00 ; >21:06:10,760 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-aux ; current: None ; type: ext4 ; >21:06:10,761 DEBUG storage.ui: fedora00 size is 170004MB >21:06:10,761 DEBUG storage.ui: vg fedora00 has 100004MB free >21:06:10,761 DEBUG storage.ui: Adding fedora00-aux/100000MB to fedora00 >21:06:10,762 INFO storage.ui: added lvmlv fedora00-aux (id 42) to device tree >21:06:10,762 INFO storage.ui: registered action: [22] Create Device lvmlv fedora00-aux (id 42) >21:06:10,762 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:06:10,762 INFO storage.ui: registered action: [23] Create Format ext4 filesystem mounted at /aux on lvmlv fedora00-aux (id 42) >21:06:10,825 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:10,836 DEBUG blivet: Ext4FS.supported: supported: True ; >21:06:10,837 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:06:10,839 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 40000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:06:10,840 DEBUG blivet: fedora00 size is 170004MB >21:06:10,840 DEBUG blivet: vg fedora00 has 4MB free >21:06:10,853 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:14,290 DEBUG blivet: Ext4FS.supported: supported: True ; >21:06:14,290 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:06:14,293 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 100000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:06:14,293 DEBUG blivet: fedora00 size is 170004MB >21:06:14,294 DEBUG blivet: vg fedora00 has 4MB free >21:06:14,304 DEBUG blivet: SwapSpace.__init__: >21:06:14,304 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:14,310 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:15,275 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:17,119 DEBUG blivet: SwapSpace.__init__: >21:06:17,119 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:17,120 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:06:17,122 DEBUG storage.ui: LUKS.__init__: >21:06:17,122 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:06:17,122 DEBUG blivet: fedora00 size is 170004MB >21:06:17,123 DEBUG blivet: vg fedora00 has 4MB free >21:06:17,135 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:17,147 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:06:17,147 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:06:17,147 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:06:21,323 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:22,773 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:24,035 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:24,175 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:38,573 DEBUG blivet: SwapSpace.__init__: >21:06:38,573 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:38,575 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:06:38,576 DEBUG storage.ui: LUKS.__init__: >21:06:38,576 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:06:38,577 DEBUG blivet: fedora00 size is 170004MB >21:06:38,577 DEBUG blivet: vg fedora00 has 4MB free >21:06:38,590 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:38,601 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:06:38,601 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:06:38,602 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:06:48,885 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 10000.0, [], {} >21:06:48,886 DEBUG storage.ui: fedora00 size is 170004MB >21:06:48,886 DEBUG storage.ui: vg fedora00 has 4MB free >21:06:48,889 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 10000.0 ; disks: [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>] ; encrypted: False ; container_raid_level: None ; fstype: swap ; mountpoint: None ; container_encrypted: False ; container_size: 0 ; >21:06:48,890 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 10000.0, ['sda', 'sdb'], {'encrypted': False, 'container_raid_level': None, 'fstype': 'swap', 'mountpoint': None, 'container_encrypted': False, 'container_size': 0} >21:06:48,891 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >21:06:48,891 DEBUG storage.ui: starting Blivet copy >21:06:48,935 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >21:06:48,936 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4048110> fileSystem: <parted.filesystem.FileSystem object at 0x43823d0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x43821d0> PedPartition: <_ped.Partition object at 0x4019350> >21:06:48,938 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >21:06:48,938 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4048110> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382350> PedPartition: <_ped.Partition object at 0x40196b0> >21:06:48,940 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:48,940 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4048110> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382510> PedPartition: <_ped.Partition object at 0x40195f0> >21:06:48,942 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >21:06:48,942 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4033990> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382650> PedPartition: <_ped.Partition object at 0x4019770> >21:06:48,944 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:48,944 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4033990> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382750> PedPartition: <_ped.Partition object at 0x4019890> >21:06:48,944 DEBUG storage.ui: finished Blivet copy >21:06:48,945 DEBUG storage.ui: fedora00 size is 170004MB >21:06:48,945 DEBUG storage.ui: vg fedora00 has 4MB free >21:06:48,946 DEBUG storage.ui: fedora00 size is 170004MB >21:06:48,946 DEBUG storage.ui: vg fedora00 has 4MB free >21:06:48,947 DEBUG storage.ui: fedora00 size is 170004MB >21:06:48,947 DEBUG storage.ui: vg fedora00 has 4MB free >21:06:48,947 DEBUG storage.ui: size bumped to 180011 to include new device space >21:06:48,947 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >21:06:48,949 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3f02ed0>, 180011.0, [DiskDevice instance (0x4015690) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015710>, DiskDevice instance (0x4015f10) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4015f90>]] >21:06:48,950 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'fstype': 'lvmpv'} >21:06:48,951 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x301b250> ; >21:06:48,951 DEBUG storage.ui: parent factory container: non-existent 170004MB lvmvg fedora00 (39) >21:06:48,952 DEBUG storage.ui: members: ['sda3', 'sdb2'] >21:06:48,952 DEBUG storage.ui: add_disks: [] >21:06:48,952 DEBUG storage.ui: remove_disks: [] >21:06:48,954 DEBUG storage.ui: LVMPhysicalVolume.__init__: >21:06:48,954 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance >21:06:48,955 DEBUG storage.ui: fedora00 size is 170004MB >21:06:48,955 DEBUG storage.ui: vg fedora00 has 4MB free >21:06:48,956 DEBUG storage.ui: size bumped to 180011 to include new device space >21:06:48,956 DEBUG storage.ui: adding a TotalSizeSet with size 180011 >21:06:48,962 DEBUG storage.ui: set.allocated = 16 >21:06:48,964 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:06:48,965 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:06:48,967 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)', 'sdb2(id 38)'] from disk(s) ['sda', 'sdb'] >21:06:48,968 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:48,968 DEBUG storage.ui: device sda3 new partedPartition None >21:06:48,970 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:48,971 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:48,973 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:48,973 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:48,975 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:48,976 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:48,977 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 37)', 'req1(id 38)'] >21:06:48,977 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:06:48,978 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:48,980 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:48,980 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:48,982 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:48,983 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:48,983 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:48,984 DEBUG storage.ui: allocating partition: req0 ; id: 37 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 180011.0 ; start: None ; end: None >21:06:48,984 DEBUG storage.ui: checking freespace on sda >21:06:48,985 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:06:48,985 DEBUG storage.ui: checking 63-2047 (0 MB) >21:06:48,985 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:06:48,986 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:06:48,986 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:06:48,986 DEBUG storage.ui: evaluating growth potential for new layout >21:06:48,986 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:06:48,986 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:06:48,987 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:48,987 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:06:48,987 DEBUG storage.ui: calculating growth for disk /dev/sda >21:06:48,989 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:48,989 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439d250> PedPartition: <_ped.Partition object at 0x40192f0> >21:06:48,991 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:48,992 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:48,993 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:48,993 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:06:48,993 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:48,993 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >21:06:48,993 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:48,993 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:48,994 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:48,994 DEBUG storage.ui: request 37 (sda3) growth: 213392546 (104195MB) size: 104203MB >21:06:48,994 DEBUG storage.ui: disk /dev/sda growth: 213392546 (104195MB) >21:06:48,995 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:48,995 DEBUG storage.ui: device sda3 new partedPartition None >21:06:48,997 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:48,998 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:48,999 DEBUG storage.ui: total growth: 213392546 sectors >21:06:48,999 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:06:48,999 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:06:48,999 DEBUG storage.ui: new free allows for 213392546 sectors of growth >21:06:49,000 DEBUG storage.ui: created partition sda3 of 8MB and added it to /dev/sda >21:06:49,001 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:49,002 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439d410> PedPartition: <_ped.Partition object at 0x4019830> >21:06:49,003 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:49,005 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:49,007 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:49,007 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439d650> PedPartition: <_ped.Partition object at 0x40199b0> >21:06:49,009 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:49,011 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:49,011 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:49,013 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:06:49,014 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:06:49,014 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:06:49,014 DEBUG storage.ui: allocating partition: req1 ; id: 38 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 8MB ; grow: True ; max_size: 180011.0 ; start: None ; end: None >21:06:49,015 DEBUG storage.ui: checking freespace on sdb >21:06:49,015 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=8MB boot=False best=None grow=True start=None >21:06:49,016 DEBUG storage.ui: checking 63-2047 (0 MB) >21:06:49,016 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:06:49,016 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:06:49,017 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:06:49,017 DEBUG storage.ui: evaluating growth potential for new layout >21:06:49,017 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:06:49,019 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:49,019 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438fe10> PedPartition: <_ped.Partition object at 0x4019a10> >21:06:49,021 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:49,022 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:49,023 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:06:49,023 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:06:49,023 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:49,023 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >21:06:49,023 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:06:49,023 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:06:49,024 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 156233504 units, or 76285MB >21:06:49,024 DEBUG storage.ui: request 38 (sdb2) growth: 156233504 (76285MB) size: 76293MB >21:06:49,024 DEBUG storage.ui: disk /dev/sdb growth: 156233504 (76285MB) >21:06:49,024 DEBUG storage.ui: calculating growth for disk /dev/sda >21:06:49,024 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:49,024 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:06:49,025 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:49,025 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >21:06:49,025 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:49,025 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:49,025 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:49,025 DEBUG storage.ui: request 37 (sda3) growth: 213392546 (104195MB) size: 104203MB >21:06:49,026 DEBUG storage.ui: disk /dev/sda growth: 213392546 (104195MB) >21:06:49,027 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:49,027 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:49,029 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:49,030 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:49,030 DEBUG storage.ui: total growth: 369626050 sectors >21:06:49,030 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:06:49,031 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:06:49,031 DEBUG storage.ui: new free allows for 369626050 sectors of growth >21:06:49,031 DEBUG storage.ui: created partition sdb2 of 8MB and added it to /dev/sdb >21:06:49,033 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:49,033 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382e10> PedPartition: <_ped.Partition object at 0x40192f0> >21:06:49,035 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:49,036 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:49,038 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:49,039 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043210> PedPartition: <_ped.Partition object at 0x4019290> >21:06:49,039 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 37)', 'sdb2(id 38)'] >21:06:49,039 DEBUG storage.ui: growable partitions are ['sda3', 'sdb2'] >21:06:49,039 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:06:49,039 DEBUG storage.ui: disk sda has 2 chunks >21:06:49,040 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:06:49,040 DEBUG storage.ui: disk sdb has 2 chunks >21:06:49,040 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:06:49,040 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >21:06:49,040 DEBUG storage.ui: 1 requests and 213392546 (104195MB) left in chunk >21:06:49,041 DEBUG storage.ui: adding 213392546 (104195MB) to 37 (sda3) >21:06:49,041 DEBUG storage.ui: new grow amount for request 37 (sda3) is 213392546 units, or 104195MB >21:06:49,041 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:06:49,041 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 0 max_grow = 368646144 >done = False >21:06:49,041 DEBUG storage.ui: 1 requests and 156233504 (76285MB) left in chunk >21:06:49,041 DEBUG storage.ui: adding 156233504 (76285MB) to 38 (sdb2) >21:06:49,042 DEBUG storage.ui: new grow amount for request 38 (sdb2) is 156233504 units, or 76285MB >21:06:49,042 DEBUG storage.ui: set: ['sda3', 'sdb2'] 16/180011 >21:06:49,042 DEBUG storage.ui: allocating 104195 to TotalSizeSet with 16/180011 (179995 needed) >21:06:49,042 DEBUG storage.ui: allocating 76285 to TotalSizeSet with 104211/180011 (75799 needed) >21:06:49,042 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 368646144 >done = False >21:06:49,042 DEBUG storage.ui: needed: -486 >21:06:49,042 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 213392546 max_grow = 368646144 >done = False 498145 (243 MB) >21:06:49,043 DEBUG storage.ui: deallocating 243 from TotalSizeSet with 180497/180011 (-486 needed) >21:06:49,043 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 368646144 >done = False >21:06:49,043 DEBUG storage.ui: needed: -243 >21:06:49,043 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 156233504 max_grow = 368646144 >done = False 498145 (243 MB) >21:06:49,043 DEBUG storage.ui: deallocating 243 from TotalSizeSet with 180254/180011 (-243 needed) >21:06:49,044 DEBUG storage.ui: set: ['sda3', 'sdb2'] 180011/180011 >21:06:49,044 DEBUG storage.ui: allocating 0 to TotalSizeSet with 180011/180011 (0 needed) >21:06:49,044 DEBUG storage.ui: allocating 0 to TotalSizeSet with 180011/180011 (0 needed) >21:06:49,045 DEBUG storage.ui: PartitionRequest instance -- >id = 37 name = sda3 growable = True >base = 16384 growth = 212894401 max_grow = 368646144 >done = True >21:06:49,045 DEBUG storage.ui: needed: 0 >21:06:49,045 DEBUG storage.ui: PartitionRequest instance -- >id = 38 name = sdb2 growable = True >base = 16384 growth = 155735359 max_grow = 368646144 >done = True >21:06:49,046 DEBUG storage.ui: needed: 0 >21:06:49,046 DEBUG storage.ui: growing partitions on sda >21:06:49,046 DEBUG storage.ui: partition sda3 (37): 0 >21:06:49,047 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 487782399 length: 212910080 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4382810> >21:06:49,047 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 37)'] from disk(s) ['sda'] >21:06:49,049 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:49,049 DEBUG storage.ui: device sda3 new partedPartition None >21:06:49,050 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:06:49,052 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:06:49,052 DEBUG storage.ui: back from removeNewPartitions >21:06:49,052 DEBUG storage.ui: extended: None >21:06:49,052 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 274872320 end: 487782399 length: 212910080 > device: <parted.device.Device object at 0x40157d0> PedGeometry: <_ped.Geometry object at 0x4382810> >21:06:49,054 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:06:49,054 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439d0d0> PedPartition: <_ped.Partition object at 0x4019a70> >21:06:49,056 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:06:49,057 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:06:49,059 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:06:49,060 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x40158d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439db90> PedPartition: <_ped.Partition object at 0x4019bf0> >21:06:49,060 DEBUG storage.ui: growing partitions on sdb >21:06:49,060 DEBUG storage.ui: partition sdb2 (38): 0 >21:06:49,060 DEBUG storage.ui: new geometry for sdb2: parted.Geometry instance -- > start: 156250112 end: 312000511 length: 155750400 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x439d650> >21:06:49,061 DEBUG storage.ui: removing all non-preexisting partitions ['sdb2(id 38)'] from disk(s) ['sdb'] >21:06:49,062 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:49,062 DEBUG storage.ui: device sdb2 new partedPartition None >21:06:49,064 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:06:49,065 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:06:49,066 DEBUG storage.ui: back from removeNewPartitions >21:06:49,066 DEBUG storage.ui: extended: None >21:06:49,066 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 156250112 end: 312000511 length: 155750400 > device: <parted.device.Device object at 0x401c090> PedGeometry: <_ped.Geometry object at 0x439d650> >21:06:49,068 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:06:49,068 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4382f50> PedPartition: <_ped.Partition object at 0x40194d0> >21:06:49,069 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:06:49,071 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:06:49,073 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:06:49,073 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x401c190> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x439d610> PedPartition: <_ped.Partition object at 0x40199b0> >21:06:49,074 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:06:49,074 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:06:49,074 DEBUG storage.ui: fixing size of non-existent 103960MB partition sda3 (37) with non-existent lvmpv at 103960.00 >21:06:49,075 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:06:49,075 DEBUG storage.ui: fixing size of non-existent 76050MB partition sdb2 (38) with non-existent lvmpv at 76050.00 >21:06:49,076 DEBUG storage.ui: new member set: ['sda3', 'sdb2'] >21:06:49,076 DEBUG storage.ui: old member set: ['sda3', 'sdb2'] >21:06:49,077 DEBUG storage.ui: fedora00 size is 180004MB >21:06:49,077 DEBUG storage.ui: vg fedora00 has 10004MB free >21:06:49,077 DEBUG storage.ui: fedora00 size is 180004MB >21:06:49,078 DEBUG storage.ui: vg fedora00 has 10004MB free >21:06:49,079 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >21:06:49,079 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance >21:06:49,081 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 3 ; name: fedora00 ; >21:06:49,083 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora00-swap ; current: None ; type: swap ; >21:06:49,083 DEBUG storage.ui: fedora00 size is 180004MB >21:06:49,084 DEBUG storage.ui: vg fedora00 has 10004MB free >21:06:49,084 DEBUG storage.ui: Adding fedora00-swap/10000MB to fedora00 >21:06:49,084 INFO storage.ui: added lvmlv fedora00-swap (id 43) to device tree >21:06:49,084 INFO storage.ui: registered action: [24] Create Device lvmlv fedora00-swap (id 43) >21:06:49,084 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:06:49,084 INFO storage.ui: registered action: [25] Create Format swap on lvmlv fedora00-swap (id 43) >21:06:49,150 DEBUG blivet: SwapSpace.__init__: >21:06:49,150 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:49,152 DEBUG blivet: Ext4FS.supported: supported: True ; >21:06:49,152 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:06:49,159 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:49,171 DEBUG blivet: Ext4FS.supported: supported: True ; >21:06:49,171 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:06:49,174 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 40000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:06:49,174 DEBUG blivet: fedora00 size is 180004MB >21:06:49,175 DEBUG blivet: vg fedora00 has 4MB free >21:06:49,183 DEBUG blivet: SwapSpace.__init__: >21:06:49,183 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:49,189 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:06:51,877 DEBUG blivet: SwapSpace.__init__: >21:06:51,877 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:06:51,879 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 10000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:06:51,880 DEBUG blivet: fedora00 size is 180004MB >21:06:51,880 DEBUG blivet: vg fedora00 has 4MB free >21:06:51,895 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:07:07,953 DEBUG blivet: SwapSpace.__init__: >21:07:07,953 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:07:07,955 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:07:07,956 DEBUG storage.ui: LUKS.__init__: >21:07:07,956 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:07:07,957 DEBUG blivet: fedora00 size is 180004MB >21:07:07,957 DEBUG blivet: vg fedora00 has 4MB free >21:07:07,970 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3f02ed0>, 0, [], {} >21:07:11,317 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:11,318 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:11,319 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:11,320 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:11,320 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:07:16,385 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:16,386 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:16,386 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:07:16,387 DEBUG blivet: DeviceTree.getDeviceByName returned existing 152587MB disk sdb (6) with existing msdos disklabel >21:07:46,924 INFO blivet: Detected 3984M of memory >21:07:46,924 INFO blivet: Swap attempt of 3984M >21:07:46,928 DEBUG blivet: clearpart: looking at sda3 >21:07:46,929 DEBUG blivet: clearpart: looking at sda2 >21:07:46,930 DEBUG blivet: clearpart: looking at sdb2 >21:07:46,931 DEBUG blivet: clearpart: looking at sda1 >21:07:46,932 DEBUG blivet: clearpart: looking at sdb1 >21:07:46,933 DEBUG blivet: checking whether disk sda has an empty extended >21:07:46,934 DEBUG blivet: extended is None ; logicals is [] >21:07:46,936 DEBUG blivet: checking whether disk sdb has an empty extended >21:07:46,936 DEBUG blivet: extended is None ; logicals is [] >21:07:46,993 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:46,995 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:47,032 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:47,035 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:47,038 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:07:47,040 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:07:47,041 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:07:47,145 DEBUG blivet: starting Blivet copy >21:07:47,197 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >21:07:47,199 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: <parted.filesystem.FileSystem object at 0x301b510> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x301b650> PedPartition: <_ped.Partition object at 0x7f6de002a9b0> >21:07:47,200 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >21:07:47,201 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x301b610> PedPartition: <_ped.Partition object at 0x3ef68f0> >21:07:47,202 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >21:07:47,203 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x301b3d0> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:07:47,204 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >21:07:47,205 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043390> PedPartition: <_ped.Partition object at 0x3ef6530> >21:07:47,206 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >21:07:47,207 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043bd0> PedPartition: <_ped.Partition object at 0x3ef6650> >21:07:47,207 DEBUG blivet: finished Blivet copy >21:07:47,269 DEBUG blivet: SwapSpace.__init__: >21:07:47,269 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:07:47,271 DEBUG blivet: Ext4FS.supported: supported: True ; >21:07:47,271 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:07:47,278 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 0, [], {} >21:07:47,291 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 0, [], {} >21:07:50,260 DEBUG blivet: Ext4FS.supported: supported: True ; >21:07:50,261 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:07:50,263 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 40000, ['sda', 'sdb'], {'encrypted': False, 'raid_level': None} >21:07:50,264 DEBUG blivet: fedora00 size is 180004MB >21:07:50,264 DEBUG blivet: vg fedora00 has 4MB free >21:07:50,274 DEBUG blivet: SwapSpace.__init__: >21:07:50,275 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:07:50,281 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 0, [], {} >21:07:51,904 DEBUG blivet: SwapSpace.__init__: >21:07:51,904 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:07:51,906 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 9998, ['sda', 'sdb'], {'encrypted': True, 'raid_level': None} >21:07:51,907 DEBUG storage.ui: LUKS.__init__: >21:07:51,907 DEBUG storage.ui: getFormat('luks') returning LUKS instance >21:07:51,908 DEBUG blivet: fedora00 size is 180004MB >21:07:51,908 DEBUG blivet: vg fedora00 has 4MB free >21:07:51,921 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 0, [], {} >21:07:51,933 DEBUG blivet: getFormat('appleboot') returning AppleBootstrapFS instance >21:07:51,933 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >21:07:51,933 DEBUG blivet: getFormat('prepboot') returning PPCPRePBoot instance >21:08:00,712 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 1000.0, [], {} >21:08:00,715 DEBUG storage.ui: Blivet.factoryDevice: 2 ; 1000.0 ; mountpoint: /boot ; disks: [DiskDevice instance (0x439d750) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 238418.579102 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA ST3250820AS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 488281250 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (30394, 255, 63) biosGeometry: (30394, 255, 63) > PedDevice: <_ped.Device object at 0x3194dd0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x439ded0>, DiskDevice instance (0x4043450) -- > name = sdb status = True kids = 2 id = 6 > parents = [] > uuid = None size = 152587.890625 > format = existing msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA ST3160023AS path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 312500000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (19452, 255, 63) biosGeometry: (19452, 255, 63) > PedDevice: <_ped.Device object at 0x32048c0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x4043410>] ; fstype: ext4 ; encrypted: False ; >21:08:00,715 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 1000.0, ['sda', 'sdb'], {'mountpoint': '/boot', 'fstype': 'ext4', 'encrypted': False} >21:08:00,716 DEBUG storage.ui: PartitionFactory.configure: parent_factory: None ; >21:08:00,717 DEBUG storage.ui: starting Blivet copy >21:08:00,758 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >21:08:00,759 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3f02850> fileSystem: <parted.filesystem.FileSystem object at 0x43846d0> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384550> PedPartition: <_ped.Partition object at 0x4019a10> >21:08:00,760 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >21:08:00,761 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3f02850> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384a10> PedPartition: <_ped.Partition object at 0x40192f0> >21:08:00,762 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,763 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3f02850> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384690> PedPartition: <_ped.Partition object at 0x4019830> >21:08:00,765 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >21:08:00,765 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3cbf950> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384810> PedPartition: <_ped.Partition object at 0x4019770> >21:08:00,767 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:08:00,767 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3cbf950> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438ad50> PedPartition: <_ped.Partition object at 0x40196b0> >21:08:00,767 DEBUG storage.ui: finished Blivet copy >21:08:00,769 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:08:00,769 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:08:00,770 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:08:00,771 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:08:00,772 DEBUG storage.ui: Ext4FS.supported: supported: True ; >21:08:00,772 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance >21:08:00,774 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:08:00,775 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sdb ; >21:08:00,777 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >21:08:00,778 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >21:08:00,779 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >21:08:00,781 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sdb ; >21:08:00,781 INFO storage.ui: added partition req0 (id 44) to device tree >21:08:00,781 INFO storage.ui: registered action: [26] Create Device partition req0 (id 44) >21:08:00,781 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:08:00,782 INFO storage.ui: registered action: [27] Create Format ext4 filesystem mounted at /boot on partition req0 (id 44) >21:08:00,783 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:08:00,785 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:08:00,786 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 44)', 'sda3(id 37)', 'sdb2(id 38)'] from disk(s) ['sda', 'sdb'] >21:08:00,788 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,788 DEBUG storage.ui: device sda3 new partedPartition None >21:08:00,789 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:08:00,791 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:08:00,792 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:08:00,792 DEBUG storage.ui: device sdb2 new partedPartition None >21:08:00,794 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:08:00,795 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:08:00,796 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb'] ; partitions=['req0(id 44)', 'req0(id 37)', 'req1(id 38)'] >21:08:00,796 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 44)', 'req0(id 37)', 'req1(id 38)'] from disk(s) ['sda', 'sdb'] >21:08:00,798 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,799 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,799 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,801 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,802 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,802 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,804 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,805 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,805 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,807 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,808 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,809 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,809 DEBUG storage.ui: allocating partition: req0 ; id: 44 ; disks: ['sda', 'sdb'] ; >boot: True ; primary: False ; size: 1MB ; grow: True ; max_size: 1000.0 ; start: None ; end: None >21:08:00,809 DEBUG storage.ui: checking freespace on sda >21:08:00,810 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1MB boot=True best=None grow=True start=None >21:08:00,811 DEBUG storage.ui: checking 63-2047 (0 MB) >21:08:00,811 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:08:00,811 DEBUG storage.ui: checking 274872320-488281249 (104203 MB) >21:08:00,812 DEBUG storage.ui: current free range is 274872320-488281249 (104203MB) >21:08:00,812 DEBUG storage.ui: evaluating growth potential for new layout >21:08:00,812 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:08:00,812 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:08:00,812 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:08:00,812 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:08:00,813 DEBUG storage.ui: calculating growth for disk /dev/sda >21:08:00,815 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,815 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4047c90> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:08:00,816 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:08:00,818 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:08:00,818 DEBUG storage.ui: adding request 44 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,818 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:08:00,819 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:08:00,819 DEBUG storage.ui: req: PartitionRequest instance -- >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >21:08:00,819 DEBUG storage.ui: 1 requests and 213406882 (104202MB) left in chunk >21:08:00,819 DEBUG storage.ui: adding 213406882 (104202MB) to 44 (sda3) >21:08:00,819 DEBUG storage.ui: taking back 211360930 (103203MB) from 44 (sda3) >21:08:00,819 DEBUG storage.ui: new grow amount for request 44 (sda3) is 2045952 units, or 999MB >21:08:00,819 DEBUG storage.ui: request 44 (sda3) growth: 2045952 (999MB) size: 1000MB >21:08:00,820 DEBUG storage.ui: disk /dev/sda growth: 2045952 (999MB) >21:08:00,821 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,821 DEBUG storage.ui: device sda3 new partedPartition None >21:08:00,823 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:08:00,824 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:08:00,824 DEBUG storage.ui: total growth: 2045952 sectors >21:08:00,824 DEBUG storage.ui: updating use_disk to sda, type: 0 >21:08:00,825 DEBUG storage.ui: new free: 274872320-488281249 / 104203MB >21:08:00,825 DEBUG storage.ui: new free allows for 2045952 sectors of growth >21:08:00,825 DEBUG storage.ui: found free space for bootable request >21:08:00,825 DEBUG storage.ui: created partition sda3 of 1MB and added it to /dev/sda >21:08:00,827 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,827 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f09b50> PedPartition: <_ped.Partition object at 0x40195f0> >21:08:00,829 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:08:00,830 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:08:00,832 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,833 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f09e50> PedPartition: <_ped.Partition object at 0x4019710> >21:08:00,834 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,836 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,836 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,837 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,839 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,839 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,839 DEBUG storage.ui: allocating partition: req0 ; id: 37 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 103960MB ; grow: False ; max_size: 180011.0 ; start: None ; end: None >21:08:00,839 DEBUG storage.ui: checking freespace on sda >21:08:00,840 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=103960MB boot=False best=None grow=False start=None >21:08:00,840 DEBUG storage.ui: checking 63-2047 (0 MB) >21:08:00,840 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:08:00,841 DEBUG storage.ui: checking 274874368-488281249 (104202 MB) >21:08:00,841 DEBUG storage.ui: current free range is 274874368-488281249 (104202MB) >21:08:00,841 DEBUG storage.ui: evaluating growth potential for new layout >21:08:00,841 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:08:00,841 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:08:00,841 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:08:00,842 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:08:00,842 DEBUG storage.ui: calculating growth for disk /dev/sda >21:08:00,842 DEBUG storage.ui: adjusted length from 213406882 to 213405696 >21:08:00,842 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=103960MB boot=False best=None grow=False start=None >21:08:00,843 DEBUG storage.ui: checking 63-2047 (0 MB) >21:08:00,843 DEBUG storage.ui: free region not suitable for request >21:08:00,843 DEBUG storage.ui: checking 274874431-488280063 (104201 MB) >21:08:00,844 DEBUG storage.ui: current free range is 274874431-488280063 (104201MB) >21:08:00,844 DEBUG storage.ui: checking 488280064-488281249 (0 MB) >21:08:00,844 DEBUG storage.ui: free region not suitable for request >21:08:00,844 DEBUG storage.ui: adjusted start sector from 274874431 to 274878464 >21:08:00,846 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,846 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391150> PedPartition: <_ped.Partition object at 0x40190b0> >21:08:00,848 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:08:00,849 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:08:00,850 DEBUG storage.ui: adding request 44 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,850 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,850 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:08:00,850 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:08:00,850 DEBUG storage.ui: req: PartitionRequest instance -- >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >21:08:00,851 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >21:08:00,851 DEBUG storage.ui: 1 requests and 496802 (242MB) left in chunk >21:08:00,851 DEBUG storage.ui: adding 496802 (242MB) to 44 (sda3) >21:08:00,851 DEBUG storage.ui: new grow amount for request 44 (sda3) is 496802 units, or 242MB >21:08:00,851 DEBUG storage.ui: request 44 (sda3) growth: 496802 (242MB) size: 243MB >21:08:00,851 DEBUG storage.ui: request 37 (sda5) growth: 0 (0MB) size: 103960MB >21:08:00,852 DEBUG storage.ui: disk /dev/sda growth: 496802 (242MB) >21:08:00,853 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:08:00,853 DEBUG storage.ui: device sda5 new partedPartition None >21:08:00,855 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:08:00,856 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >21:08:00,856 DEBUG storage.ui: total growth: 496802 sectors >21:08:00,856 DEBUG storage.ui: updating use_disk to sda, type: 2 >21:08:00,857 DEBUG storage.ui: new free: 274874368-488281249 / 104202MB >21:08:00,857 DEBUG storage.ui: new free allows for 496802 sectors of growth >21:08:00,857 DEBUG storage.ui: creating extended partition >21:08:00,857 DEBUG storage.ui: adjusted length from 213406882 to 213405696 >21:08:00,858 DEBUG storage.ui: recalculating free space >21:08:00,858 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=103960MB boot=False best=None grow=False start=None >21:08:00,858 DEBUG storage.ui: checking 63-2047 (0 MB) >21:08:00,858 DEBUG storage.ui: free region not suitable for request >21:08:00,859 DEBUG storage.ui: checking 274874431-488280063 (104201 MB) >21:08:00,859 DEBUG storage.ui: current free range is 274874431-488280063 (104201MB) >21:08:00,859 DEBUG storage.ui: checking 488280064-488281249 (0 MB) >21:08:00,859 DEBUG storage.ui: free region not suitable for request >21:08:00,860 DEBUG storage.ui: adjusted start sector from 274874431 to 274878464 >21:08:00,860 DEBUG storage.ui: created partition sda5 of 103960MB and added it to /dev/sda >21:08:00,862 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,862 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391410> PedPartition: <_ped.Partition object at 0x4019ef0> >21:08:00,863 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:08:00,865 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:08:00,867 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:08:00,868 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391b10> PedPartition: <_ped.Partition object at 0x40198f0> >21:08:00,869 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,871 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,871 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,872 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda ; >21:08:00,874 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:00,874 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >21:08:00,874 DEBUG storage.ui: allocating partition: req1 ; id: 38 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 76050MB ; grow: False ; max_size: 180011.0 ; start: None ; end: None >21:08:00,874 DEBUG storage.ui: checking freespace on sdb >21:08:00,875 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=76050MB boot=False best=None grow=False start=None >21:08:00,876 DEBUG storage.ui: checking 63-2047 (0 MB) >21:08:00,876 DEBUG storage.ui: current free range is 63-2047 (0MB) >21:08:00,876 DEBUG storage.ui: checking 156250112-312499999 (76293 MB) >21:08:00,876 DEBUG storage.ui: current free range is 156250112-312499999 (76293MB) >21:08:00,876 DEBUG storage.ui: evaluating growth potential for new layout >21:08:00,877 DEBUG storage.ui: calculating growth for disk /dev/sdb >21:08:00,878 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:08:00,879 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391050> PedPartition: <_ped.Partition object at 0x3ef6650> >21:08:00,880 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:08:00,882 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:08:00,882 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:08:00,882 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sdb start = 63 end = 2047 >sectorSize = 512 > >21:08:00,882 DEBUG storage.ui: Chunk.growRequests: 156249888 on /dev/sdb start = 156250112 end = 312499999 >sectorSize = 512 > >21:08:00,882 DEBUG storage.ui: req: PartitionRequest instance -- >id = 38 name = sdb2 growable = False >base = 155750400 growth = 0 max_grow = 0 >done = True >21:08:00,883 DEBUG storage.ui: request 38 (sdb2) growth: 0 (0MB) size: 76050MB >21:08:00,883 DEBUG storage.ui: disk /dev/sdb growth: 0 (0MB) >21:08:00,883 DEBUG storage.ui: calculating growth for disk /dev/sda >21:08:00,883 DEBUG storage.ui: adding request 44 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,884 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,884 DEBUG storage.ui: Chunk.growRequests: 1985 on /dev/sda start = 63 end = 2047 >sectorSize = 512 > >21:08:00,884 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:08:00,884 DEBUG storage.ui: req: PartitionRequest instance -- >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >21:08:00,884 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >21:08:00,884 DEBUG storage.ui: 1 requests and 496802 (242MB) left in chunk >21:08:00,884 DEBUG storage.ui: adding 496802 (242MB) to 44 (sda3) >21:08:00,885 DEBUG storage.ui: new grow amount for request 44 (sda3) is 496802 units, or 242MB >21:08:00,885 DEBUG storage.ui: request 44 (sda3) growth: 496802 (242MB) size: 243MB >21:08:00,885 DEBUG storage.ui: request 37 (sda5) growth: 0 (0MB) size: 103960MB >21:08:00,885 DEBUG storage.ui: disk /dev/sda growth: 496802 (242MB) >21:08:00,887 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:08:00,887 DEBUG storage.ui: device sdb2 new partedPartition None >21:08:00,888 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >21:08:00,890 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >21:08:00,890 DEBUG storage.ui: total growth: 496802 sectors >21:08:00,890 DEBUG storage.ui: updating use_disk to sdb, type: 0 >21:08:00,890 DEBUG storage.ui: new free: 156250112-312499999 / 76293MB >21:08:00,891 DEBUG storage.ui: new free allows for 496802 sectors of growth >21:08:00,891 DEBUG storage.ui: created partition sdb2 of 76050MB and added it to /dev/sdb >21:08:00,893 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >21:08:00,893 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f09c50> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:08:00,895 DEBUG storage.ui: PartitionDevice._setDisk: sdb2 ; new: sdb ; old: None ; >21:08:00,896 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sdb ; >21:08:00,898 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb2 ; >21:08:00,898 DEBUG storage.ui: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f6dec145a50> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f09290> PedPartition: <_ped.Partition object at 0x40195f0> >21:08:00,898 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb'], partitions=['sda3(id 44)', 'sda5(id 37)', 'sdb2(id 38)'] >21:08:00,899 DEBUG storage.ui: growable partitions are ['sda3'] >21:08:00,899 DEBUG storage.ui: adding request 44 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,899 DEBUG storage.ui: adding request 37 to chunk 213408930 (274872320-488281249) on /dev/sda >21:08:00,899 DEBUG storage.ui: disk sda has 2 chunks >21:08:00,900 DEBUG storage.ui: adding request 38 to chunk 156249888 (156250112-312499999) on /dev/sdb >21:08:00,900 DEBUG storage.ui: disk sdb has 2 chunks >21:08:00,900 DEBUG storage.ui: Chunk.growRequests: 213408930 on /dev/sda start = 274872320 end = 488281249 >sectorSize = 512 > >21:08:00,900 DEBUG storage.ui: req: PartitionRequest instance -- >id = 44 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 2045952 >done = False >21:08:00,900 DEBUG storage.ui: req: PartitionRequest instance -- >id = 37 name = sda5 growable = False >base = 212910080 growth = 0 max_grow = 0 >done = True >21:08:00,900 DEBUG storage.ui: 1 requests and 496802 (242MB) left in chunk >21:08:00,901 DEBUG storage.ui: adding 496802 (242MB) to 44 (sda3) >21:08:00,901 DEBUG storage.ui: new grow amount for request 44 (sda3) is 496802 units, or 242MB >21:08:00,901 DEBUG storage.ui: growing partitions on sda >21:08:00,901 DEBUG storage.ui: partition sda3 (44): 0 >21:08:00,902 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 274872320 end: 275369983 length: 497664 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x301b3d0> >21:08:00,902 DEBUG storage.ui: partition sda5 (37): 1 >21:08:00,902 DEBUG storage.ui: new geometry for sda5: parted.Geometry instance -- > start: 275372032 end: 488280063 length: 212908032 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x4391550> >21:08:00,902 DEBUG storage.ui: removing all non-preexisting partitions ['sda3(id 44)', 'sda5(id 37)'] from disk(s) ['sda'] >21:08:00,904 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,904 DEBUG storage.ui: device sda3 new partedPartition None >21:08:00,905 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:08:00,907 DEBUG storage.ui: DiskDevice.removeChild: kids: 4 ; name: sda ; >21:08:00,908 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:08:00,909 DEBUG storage.ui: device sda5 new partedPartition None >21:08:00,910 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >21:08:00,911 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >21:08:00,913 DEBUG storage.ui: removing empty extended partition from sda >21:08:00,913 DEBUG storage.ui: back from removeNewPartitions >21:08:00,913 DEBUG storage.ui: extended: parted.Geometry instance -- > start: 274874368 end: 488280063 length: 213405696 > device: <parted.device.Device object at 0x301b910> PedGeometry: <_ped.Geometry object at 0x438ab10> >21:08:00,913 DEBUG storage.ui: setting up new geometry for extended on sda >21:08:00,914 DEBUG storage.ui: new geometry for extended: parted.Geometry instance -- > start: 275369984 end: 488281249 length: 212911266 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x438af90> >21:08:00,914 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 274872320 end: 275369983 length: 497664 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x301b3d0> >21:08:00,915 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,916 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391790> PedPartition: <_ped.Partition object at 0x40190b0> >21:08:00,917 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >21:08:00,919 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >21:08:00,921 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >21:08:00,921 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x43870d0> PedPartition: <_ped.Partition object at 0x40198f0> >21:08:00,921 DEBUG storage.ui: setting sda-1 new geometry: parted.Geometry instance -- > start: 275369984 end: 488281249 length: 212911266 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x438af90> >21:08:00,922 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 275372032 end: 488280063 length: 212908032 > device: <parted.device.Device object at 0x439d5d0> PedGeometry: <_ped.Geometry object at 0x4391550> >21:08:00,923 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >21:08:00,924 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391c50> PedPartition: <_ped.Partition object at 0x40197d0> >21:08:00,925 DEBUG storage.ui: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >21:08:00,926 DEBUG storage.ui: DiskDevice.addChild: kids: 3 ; name: sda ; >21:08:00,929 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda5 ; >21:08:00,929 DEBUG storage.ui: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4387650> PedPartition: <_ped.Partition object at 0x4019dd0> >21:08:00,929 DEBUG storage.ui: growing partitions on sdb >21:08:00,930 DEBUG storage.ui: fixing size of existing 500MB partition sda1 (2) with existing ext4 filesystem at 500.00 >21:08:00,930 DEBUG storage.ui: fixing size of existing 133714MB partition sda2 (3) with existing lvmpv at 133714.00 >21:08:00,931 DEBUG storage.ui: fixing size of non-existent 243MB partition sda3 (44) with non-existent ext4 filesystem mounted at /boot at 243.00 >21:08:00,931 DEBUG storage.ui: fixing size of non-existent 103959MB partition sda5 (37) with non-existent lvmpv at 103959.00 >21:08:00,931 DEBUG storage.ui: fixing size of existing 76293MB partition sdb1 (7) with existing lvmpv at 76293.00 >21:08:00,932 DEBUG storage.ui: fixing size of non-existent 76050MB partition sdb2 (38) with non-existent lvmpv at 76050.00 >21:08:00,934 DEBUG storage.ui: DeviceTree.getDeviceByName: name: sda4 ; >21:08:00,935 DEBUG storage.ui: DeviceTree.getDeviceByName returned None >21:08:00,937 DEBUG storage.ui: DiskDevice.addChild: kids: 4 ; name: sda ; >21:08:00,938 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; >21:08:00,939 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance >21:08:00,940 DEBUG storage.ui: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >21:08:00,942 DEBUG storage.ui: DiskDevice.removeChild: kids: 5 ; name: sda ; >21:08:00,943 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda4 ; >21:08:00,943 DEBUG storage.ui: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391c90> PedPartition: <_ped.Partition object at 0x40194d0> >21:08:00,944 INFO storage.ui: added partition sda4 (id 45) to device tree >21:08:00,953 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:00,956 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:00,994 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:00,996 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:00,999 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:01,001 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:01,026 DEBUG blivet: SwapSpace.__init__: >21:08:01,026 DEBUG blivet: getFormat('swap') returning SwapSpace instance >21:08:01,029 DEBUG blivet: Ext4FS.supported: supported: True ; >21:08:01,029 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:08:16,368 DEBUG blivet: Ext4FS.supported: supported: True ; >21:08:16,368 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:08:16,371 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x7f6dec061390>, 243, ['sda'], {'encrypted': False, 'raid_level': None} >21:08:19,303 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:19,305 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:19,307 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:19,308 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:19,309 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:08:24,708 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:24,709 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:24,710 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >21:08:24,710 DEBUG blivet: DeviceTree.getDeviceByName returned existing 152587MB disk sdb (6) with existing msdos disklabel >21:08:32,421 INFO blivet: Detected 3984M of memory >21:08:32,421 INFO blivet: Swap attempt of 3984M >21:08:32,423 DEBUG blivet: clearpart: looking at sda5 >21:08:32,423 DEBUG blivet: clearpart: looking at sda4 >21:08:32,423 DEBUG blivet: clearpart: looking at sda3 >21:08:32,423 DEBUG blivet: clearpart: looking at sda2 >21:08:32,423 DEBUG blivet: clearpart: looking at sdb2 >21:08:32,423 DEBUG blivet: clearpart: looking at sda1 >21:08:32,424 DEBUG blivet: clearpart: looking at sdb1 >21:08:32,425 DEBUG blivet: checking whether disk sda has an empty extended >21:08:32,426 DEBUG blivet: extended is parted.Partition instance -- > disk: <parted.disk.Disk object at 0x439d550> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4391650> PedPartition: <_ped.Partition object at 0x4019fb0> ; logicals is ['sda5'] >21:08:32,426 DEBUG blivet: checking whether disk sdb has an empty extended >21:08:32,426 DEBUG blivet: extended is None ; logicals is [] >21:08:32,476 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:32,478 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:32,514 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:32,516 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:32,517 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:32,519 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:32,520 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:08:33,875 DEBUG blivet: starting Blivet copy >21:08:33,923 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >21:08:33,926 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43919d0> fileSystem: <parted.filesystem.FileSystem object at 0x4384790> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384650> PedPartition: <_ped.Partition object at 0x3ef65f0> >21:08:33,927 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >21:08:33,928 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4384690> PedPartition: <_ped.Partition object at 0x3ef6650> >21:08:33,929 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >21:08:33,929 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438abd0> PedPartition: <_ped.Partition object at 0x7f6de0010290> >21:08:33,931 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >21:08:33,931 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438a610> PedPartition: <_ped.Partition object at 0x4019590> >21:08:33,932 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >21:08:33,933 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43919d0> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438a350> PedPartition: <_ped.Partition object at 0x40192f0> >21:08:33,934 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >21:08:33,935 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43874d0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x43b37d0> PedPartition: <_ped.Partition object at 0x4019770> >21:08:33,936 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >21:08:33,937 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x43874d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438acd0> PedPartition: <_ped.Partition object at 0x4019a10> >21:08:33,937 DEBUG blivet: finished Blivet copy >21:08:33,946 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:33,948 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:33,984 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:33,986 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:33,989 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sda4 ; >21:08:33,990 DEBUG blivet: DeviceTree.getDeviceByPath returned non-existent 103960MB partition sda4 (45) >21:08:37,900 DEBUG blivet: Ext4FS.supported: supported: True ; >21:08:37,901 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >21:08:37,904 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.PartitionFactory'>: <blivet.Blivet object at 0x40471d0>, 243, ['sda'], {'encrypted': False, 'raid_level': None} >21:08:39,810 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:39,811 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:39,812 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >21:08:39,813 DEBUG blivet: DeviceTree.getDeviceByName returned existing 238418MB disk sda (1) with existing msdos disklabel >21:08:39,813 DEBUG blivet: resolved 'sda' to 'sda' (disk) >21:16:47,207 INFO blivet: omitting ksdata: existing 152587MB disk sdb (6) with existing msdos disklabel >21:16:47,207 INFO blivet: omitting ksdata: existing 238418MB disk sda (1) with existing msdos disklabel >21:16:47,208 INFO blivet: omitting ksdata: existing 9998MB luks/dm-crypt luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b (13) with existing swap >21:16:47,248 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >21:16:47,279 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >21:16:47,281 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:16:47,283 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >21:16:47,306 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:16:47,307 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >21:16:47,309 DEBUG blivet: DeviceFormat.teardown: device: /dev/sr0 ; status: False ; type: None ; >21:16:47,333 DEBUG blivet: LUKSDevice.teardown: luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d ; status: True ; controllable: True ; >21:16:47,356 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-00 ; status: True ; controllable: True ; >21:16:47,358 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-00 ; status: True ; type: luks ; >21:16:47,358 DEBUG blivet: unmapping luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:16:52,175 INFO blivet: teardown of luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d failed: luks_close failed for luks-ae0b855c-fe1d-445b-b6cb-0867aee4513d >21:16:52,178 DEBUG blivet: LUKSDevice.teardown: luks-7ae05579-cbb6-4f6f-af4d-b1817e2620cb ; status: False ; controllable: True ; >21:16:52,181 DEBUG blivet: LUKSDevice.teardown: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: False ; controllable: True ; >21:16:52,183 DEBUG blivet: LUKSDevice.teardown: luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 ; status: True ; controllable: True ; >21:16:52,213 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-03 ; status: True ; controllable: True ; >21:16:52,215 DEBUG blivet: LUKS.teardown: device: /dev/mapper/fedora-03 ; status: True ; type: luks ; >21:16:52,216 DEBUG blivet: unmapping luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:16:57,035 INFO blivet: teardown of luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 failed: luks_close failed for luks-f72d44e4-01f4-4e4c-a3a6-76bc30101bd7 >21:16:57,037 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:16:57,038 DEBUG blivet: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:16:57,039 DEBUG blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >21:16:57,040 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-root ; status: False ; controllable: True ; >21:16:57,041 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-home ; status: False ; controllable: True ; >21:16:57,043 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-aux ; status: False ; controllable: True ; >21:16:57,044 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora00-swap ; status: False ; controllable: True ; >21:16:57,045 DEBUG blivet: PartitionDevice.teardown: sda3 ; status: False ; controllable: True ; >21:16:57,045 INFO blivet: resetting parted disks... >21:16:57,046 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >21:16:57,048 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >21:16:57,049 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >21:16:57,050 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >21:16:57,051 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >21:16:57,052 DEBUG blivet: sector-based lookup found partition sda1 >21:16:57,053 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >21:16:57,054 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4387450> fileSystem: <parted.filesystem.FileSystem object at 0x438f250> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x301be50> PedPartition: <_ped.Partition object at 0x43b61d0> >21:16:57,056 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >21:16:57,056 DEBUG blivet: sector-based lookup found partition sda2 >21:16:57,057 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >21:16:57,058 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4387450> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x438fd50> PedPartition: <_ped.Partition object at 0x43b6170> >21:16:57,059 DEBUG blivet: PartitionDevice.preCommitFixup: sdb1 ; >21:16:57,059 DEBUG blivet: sector-based lookup found partition sdb1 >21:16:57,060 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >21:16:57,061 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3f09dd0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4395d10> PedPartition: <_ped.Partition object at 0x43b6230> >21:16:57,062 DEBUG blivet: PartitionDevice.preCommitFixup: sda5 ; >21:16:57,063 DEBUG blivet: PartitionDevice.preCommitFixup: sdb2 ; >21:16:57,064 DEBUG blivet: PartitionDevice.preCommitFixup: sda3 ; >21:16:57,065 DEBUG blivet: PartitionDevice.preCommitFixup: sda4 ; >21:16:57,065 DEBUG blivet: action: [15] Create Device partition sdb2 (id 38) >21:16:57,065 DEBUG blivet: action: [16] Create Format lvmpv on partition sdb2 (id 38) >21:16:57,065 DEBUG blivet: action: [26] Create Device partition sda3 (id 44) >21:16:57,065 DEBUG blivet: action: [13] Create Device partition sda5 (id 37) >21:16:57,066 DEBUG blivet: action: [14] Create Format lvmpv on partition sda5 (id 37) >21:16:57,066 DEBUG blivet: action: [17] Create Device lvmvg fedora00 (id 39) >21:16:57,066 DEBUG blivet: action: [24] Create Device lvmlv fedora00-swap (id 43) >21:16:57,066 DEBUG blivet: action: [25] Create Format swap on lvmlv fedora00-swap (id 43) >21:16:57,066 DEBUG blivet: action: [22] Create Device lvmlv fedora00-aux (id 42) >21:16:57,066 DEBUG blivet: action: [23] Create Format ext4 filesystem mounted at /aux on lvmlv fedora00-aux (id 42) >21:16:57,067 DEBUG blivet: action: [20] Create Device lvmlv fedora00-home (id 41) >21:16:57,067 DEBUG blivet: action: [21] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 41) >21:16:57,067 DEBUG blivet: action: [18] Create Device lvmlv fedora00-root (id 40) >21:16:57,067 DEBUG blivet: action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 40) >21:16:57,067 DEBUG blivet: action: [27] Create Format ext4 filesystem mounted at /boot on partition sda3 (id 44) >21:16:57,067 DEBUG blivet: action: [28] Create Device partition sda4 (id 45) >21:16:57,067 INFO blivet: pruning action queue... >21:16:57,068 INFO blivet: sorting actions... >21:16:57,071 DEBUG blivet: action: [26] Create Device partition sda3 (id 44) >21:16:57,072 DEBUG blivet: action: [28] Create Device partition sda4 (id 45) >21:16:57,072 DEBUG blivet: lvm filter: removing sda5 from the reject list >21:16:57,073 DEBUG blivet: sda5 wasn't in the reject list >21:16:57,073 DEBUG blivet: lvm filter: removing fedora00 from the reject list >21:16:57,073 DEBUG blivet: fedora00 wasn't in the reject list >21:16:57,073 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,073 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,073 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,073 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,074 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,074 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,074 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,074 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,074 DEBUG blivet: action: [13] Create Device partition sda5 (id 37) >21:16:57,081 DEBUG blivet: lvm filter: removing fedora00 from the reject list >21:16:57,081 DEBUG blivet: fedora00 wasn't in the reject list >21:16:57,082 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,082 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,082 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,082 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,082 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,082 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,083 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,083 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,083 DEBUG blivet: action: [14] Create Format lvmpv on partition sda5 (id 37) >21:16:57,083 DEBUG blivet: lvm filter: removing fedora00 from the reject list >21:16:57,083 DEBUG blivet: fedora00 wasn't in the reject list >21:16:57,084 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,084 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,084 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,084 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,084 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,084 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,084 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,085 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,085 DEBUG blivet: action: [27] Create Format ext4 filesystem mounted at /boot on partition sda3 (id 44) >21:16:57,085 DEBUG blivet: action: [15] Create Device partition sdb2 (id 38) >21:16:57,086 DEBUG blivet: lvm filter: removing fedora00 from the reject list >21:16:57,086 DEBUG blivet: fedora00 wasn't in the reject list >21:16:57,086 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,086 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,086 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,086 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,087 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,087 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,087 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,088 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,091 DEBUG blivet: action: [16] Create Format lvmpv on partition sdb2 (id 38) >21:16:57,091 DEBUG blivet: lvm filter: removing fedora00 from the reject list >21:16:57,092 DEBUG blivet: fedora00 wasn't in the reject list >21:16:57,092 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,092 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,092 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,092 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,092 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,092 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,093 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,094 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,094 DEBUG blivet: action: [17] Create Device lvmvg fedora00 (id 39) >21:16:57,094 DEBUG blivet: lvm filter: removing fedora00-root from the reject list >21:16:57,098 DEBUG blivet: fedora00-root wasn't in the reject list >21:16:57,098 DEBUG blivet: lvm filter: removing fedora00-home from the reject list >21:16:57,099 DEBUG blivet: fedora00-home wasn't in the reject list >21:16:57,099 DEBUG blivet: lvm filter: removing fedora00-aux from the reject list >21:16:57,099 DEBUG blivet: fedora00-aux wasn't in the reject list >21:16:57,099 DEBUG blivet: lvm filter: removing fedora00-swap from the reject list >21:16:57,099 DEBUG blivet: fedora00-swap wasn't in the reject list >21:16:57,099 DEBUG blivet: action: [18] Create Device lvmlv fedora00-root (id 40) >21:16:57,100 DEBUG blivet: action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 40) >21:16:57,100 DEBUG blivet: action: [20] Create Device lvmlv fedora00-home (id 41) >21:16:57,100 DEBUG blivet: action: [21] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 41) >21:16:57,104 DEBUG blivet: action: [22] Create Device lvmlv fedora00-aux (id 42) >21:16:57,105 DEBUG blivet: action: [23] Create Format ext4 filesystem mounted at /aux on lvmlv fedora00-aux (id 42) >21:16:57,105 DEBUG blivet: action: [24] Create Device lvmlv fedora00-swap (id 43) >21:16:57,105 DEBUG blivet: action: [25] Create Format swap on lvmlv fedora00-swap (id 43) >21:16:57,105 INFO blivet: executing action: [26] Create Device partition sda3 (id 44) >21:16:57,107 DEBUG blivet: PartitionDevice.create: sda3 ; status: False ; >21:16:57,108 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda3 ; orig: False ; >21:16:57,109 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:16:57,110 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:16:57,112 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:16:57,113 DEBUG blivet: PartitionDevice._create: sda3 ; status: False ; >21:16:57,114 DEBUG blivet: PartitionDevice._wipe: sda3 ; status: False ; >21:16:57,404 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 3 ; >21:16:58,782 DEBUG blivet: post-commit partition path is /dev/sda3 >21:16:58,783 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >21:16:58,786 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4038490> PedPartition: <_ped.Partition object at 0x43b75f0> >21:16:58,788 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda3 ; status: False ; type: None ; >21:16:58,890 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >21:16:58,891 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >21:16:58,892 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >21:16:58,893 DEBUG blivet: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 >21:16:58,937 INFO blivet: executing action: [28] Create Device partition sda4 (id 45) >21:16:58,938 DEBUG blivet: PartitionDevice.create: sda4 ; status: False ; >21:16:58,939 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda4 ; orig: False ; >21:16:58,940 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:16:58,941 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:16:58,943 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:16:58,944 DEBUG blivet: PartitionDevice._create: sda4 ; status: False ; >21:16:58,945 DEBUG blivet: PartitionDevice._wipe: sda4 ; status: False ; >21:16:59,078 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 4 ; >21:17:00,473 DEBUG blivet: post-commit partition path is /dev/sda4 >21:17:00,475 DEBUG blivet: PartitionDevice._setPartedPartition: sda4 ; >21:17:00,475 DEBUG blivet: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3f00b10> PedPartition: <_ped.Partition object at 0x43b7530> >21:17:00,477 DEBUG blivet: PartitionDevice.setup: sda4 ; status: True ; controllable: True ; orig: False ; >21:17:00,478 DEBUG blivet: PartitionDevice.updateSysfsPath: sda4 ; status: True ; >21:17:00,479 DEBUG blivet: PartitionDevice.updateSysfsPath: sda4 ; status: True ; >21:17:00,480 DEBUG blivet: sda4 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 >21:17:00,523 INFO blivet: executing action: [13] Create Device partition sda5 (id 37) >21:17:00,524 DEBUG blivet: PartitionDevice.create: sda5 ; status: False ; >21:17:00,525 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sda5 ; orig: False ; >21:17:00,526 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >21:17:00,528 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:17:00,529 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >21:17:00,530 DEBUG blivet: PartitionDevice._create: sda5 ; status: False ; >21:17:00,531 DEBUG blivet: PartitionDevice._wipe: sda5 ; status: False ; >21:17:00,686 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 5 ; >21:17:02,164 DEBUG blivet: post-commit partition path is /dev/sda5 >21:17:02,165 DEBUG blivet: PartitionDevice._setPartedPartition: sda5 ; >21:17:02,166 DEBUG blivet: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4391a10> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4038990> PedPartition: <_ped.Partition object at 0x43b76b0> >21:17:02,168 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda5 ; status: False ; type: None ; >21:17:02,265 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >21:17:02,266 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >21:17:02,267 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >21:17:02,268 DEBUG blivet: sda5 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >21:17:02,311 INFO blivet: executing action: [14] Create Format lvmpv on partition sda5 (id 37) >21:17:02,313 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >21:17:02,314 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 1 ; >21:17:02,315 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 2 ; >21:17:02,316 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 3 ; >21:17:02,317 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 4 ; >21:17:02,318 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 5 ; >21:17:02,319 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 8 ; >21:17:02,320 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 9 ; >21:17:02,321 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 10 ; >21:17:02,322 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 11 ; >21:17:02,323 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 12 ; >21:17:02,324 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 13 ; >21:17:02,325 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 14 ; >21:17:02,326 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda5 ; flag: 15 ; >21:17:02,327 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda5 ; flag: 6 ; >21:17:02,329 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >21:17:02,347 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sda5 ; status: None ; type: lvmpv ; >21:17:02,349 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sda5 ; status: None ; type: lvmpv ; >21:17:02,350 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sda5 ; status: None ; type: lvmpv ; >21:17:02,796 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sda5 ; type: lvmpv ; >21:17:02,796 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda5 >21:17:02,819 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >21:17:02,820 DEBUG blivet: PartitionDevice.updateSysfsPath: sda5 ; status: True ; >21:17:02,821 DEBUG blivet: sda5 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 >21:17:02,844 INFO blivet: executing action: [27] Create Format ext4 filesystem mounted at /boot on partition sda3 (id 44) >21:17:02,846 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >21:17:02,847 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 1 ; >21:17:02,848 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 2 ; >21:17:02,849 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 3 ; >21:17:02,850 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 4 ; >21:17:02,851 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 5 ; >21:17:02,852 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 6 ; >21:17:02,853 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 8 ; >21:17:02,854 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 9 ; >21:17:02,855 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 10 ; >21:17:02,856 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 11 ; >21:17:02,857 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 12 ; >21:17:02,858 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 13 ; >21:17:02,859 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 14 ; >21:17:02,860 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 15 ; >21:17:02,862 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 5 ; >21:17:02,880 DEBUG blivet: Ext4FS.create: device: /dev/sda3 ; status: False ; type: ext4 ; >21:17:02,881 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda3 ; mountpoint: /boot ; type: ext4 ; >21:17:03,404 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda3 ; type: ext4 ; >21:17:03,404 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda3 >21:17:03,632 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >21:17:03,634 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >21:17:03,634 DEBUG blivet: sda3 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 >21:17:03,656 INFO blivet: executing action: [15] Create Device partition sdb2 (id 38) >21:17:03,657 DEBUG blivet: PartitionDevice.create: sdb2 ; status: False ; >21:17:03,658 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sdb2 ; orig: False ; >21:17:03,659 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >21:17:03,661 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >21:17:03,662 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >21:17:03,663 DEBUG blivet: PartitionDevice._create: sdb2 ; status: False ; >21:17:03,664 DEBUG blivet: PartitionDevice._wipe: sdb2 ; status: False ; >21:17:03,897 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 2 ; >21:17:05,290 DEBUG blivet: post-commit partition path is /dev/sdb2 >21:17:05,291 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >21:17:05,293 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x4387e10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x4043490> PedPartition: <_ped.Partition object at 0x43b7890> >21:17:05,294 DEBUG blivet: DeviceFormat.destroy: device: /dev/sdb2 ; status: False ; type: None ; >21:17:05,423 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >21:17:05,425 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb2 ; status: True ; >21:17:05,426 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb2 ; status: True ; >21:17:05,426 DEBUG blivet: sdb2 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb2 >21:17:05,471 INFO blivet: executing action: [16] Create Format lvmpv on partition sdb2 (id 38) >21:17:05,473 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >21:17:05,474 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 1 ; >21:17:05,475 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 2 ; >21:17:05,476 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 3 ; >21:17:05,477 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 4 ; >21:17:05,478 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 5 ; >21:17:05,479 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 8 ; >21:17:05,480 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 9 ; >21:17:05,481 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 10 ; >21:17:05,482 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 11 ; >21:17:05,483 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 12 ; >21:17:05,484 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 13 ; >21:17:05,485 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 14 ; >21:17:05,486 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb2 ; flag: 15 ; >21:17:05,487 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdb2 ; flag: 6 ; >21:17:05,489 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sdb ; numparts: 2 ; >21:17:05,512 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sdb2 ; status: None ; type: lvmpv ; >21:17:05,514 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/sdb2 ; status: None ; type: lvmpv ; >21:17:05,515 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sdb2 ; status: None ; type: lvmpv ; >21:17:05,953 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sdb2 ; type: lvmpv ; >21:17:05,953 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdb2 >21:17:05,976 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb2 ; status: True ; >21:17:05,977 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb2 ; status: True ; >21:17:05,978 DEBUG blivet: sdb2 sysfsPath set to /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdb/sdb2 >21:17:06,004 INFO blivet: executing action: [17] Create Device lvmvg fedora00 (id 39) >21:17:06,006 DEBUG blivet: LVMVolumeGroupDevice.create: fedora00 ; status: False ; >21:17:06,008 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 4 ; name: fedora00 ; orig: False ; >21:17:06,009 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >21:17:06,010 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sda5 ; status: None ; type: lvmpv ; >21:17:06,011 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >21:17:06,013 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sdb2 ; status: None ; type: lvmpv ; >21:17:06,014 DEBUG blivet: LVMVolumeGroupDevice._create: fedora00 ; status: False ; >21:17:06,144 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora00 ; status: True ; controllable: True ; orig: False ; >21:17:06,147 DEBUG blivet: LVMVolumeGroupDevice.updateSysfsPath: fedora00 ; status: True ; >21:17:06,194 INFO blivet: executing action: [18] Create Device lvmlv fedora00-root (id 40) >21:17:06,195 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora00-root ; status: False ; >21:17:06,197 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora00-root ; orig: False ; >21:17:06,198 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora00 ; status: True ; controllable: True ; orig: False ; >21:17:06,200 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora00-root ; status: False ; >21:17:06,305 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-root ; status: True ; controllable: True ; orig: False ; >21:17:06,307 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-root ; status: True ; >21:17:06,308 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-root ; status: True ; >21:17:06,475 INFO blivet: executing action: [19] Create Format ext4 filesystem mounted at / on lvmlv fedora00-root (id 40) >21:17:06,477 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-root ; status: True ; controllable: True ; orig: False ; >21:17:06,478 DEBUG blivet: Ext4FS.create: device: /dev/mapper/fedora00-root ; status: False ; type: ext4 ; >21:17:06,479 DEBUG blivet: Ext4FS.doFormat: device: /dev/mapper/fedora00-root ; mountpoint: / ; type: ext4 ; >21:17:09,085 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/mapper/fedora00-root ; type: ext4 ; >21:17:09,086 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-8 >21:17:09,209 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-root ; status: True ; >21:17:09,210 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-root ; status: True ; >21:17:09,232 INFO blivet: executing action: [20] Create Device lvmlv fedora00-home (id 41) >21:17:09,233 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora00-home ; status: False ; >21:17:09,235 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora00-home ; orig: False ; >21:17:09,236 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora00 ; status: True ; controllable: True ; orig: False ; >21:17:09,237 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora00-home ; status: False ; >21:17:09,356 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-home ; status: True ; controllable: True ; orig: False ; >21:17:09,357 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-home ; status: True ; >21:17:09,359 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-home ; status: True ; >21:17:09,528 INFO blivet: executing action: [21] Create Format ext4 filesystem mounted at /home on lvmlv fedora00-home (id 41) >21:17:09,530 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-home ; status: True ; controllable: True ; orig: False ; >21:17:09,531 DEBUG blivet: Ext4FS.create: device: /dev/mapper/fedora00-home ; status: False ; type: ext4 ; >21:17:09,532 DEBUG blivet: Ext4FS.doFormat: device: /dev/mapper/fedora00-home ; mountpoint: /home ; type: ext4 ; >21:17:12,483 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/mapper/fedora00-home ; type: ext4 ; >21:17:12,483 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-9 >21:17:12,666 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-home ; status: True ; >21:17:12,667 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-home ; status: True ; >21:17:12,693 INFO blivet: executing action: [22] Create Device lvmlv fedora00-aux (id 42) >21:17:12,695 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora00-aux ; status: False ; >21:17:12,696 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora00-aux ; orig: False ; >21:17:12,697 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora00 ; status: True ; controllable: True ; orig: False ; >21:17:12,699 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora00-aux ; status: False ; >21:17:12,844 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-aux ; status: True ; controllable: True ; orig: False ; >21:17:12,845 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-aux ; status: True ; >21:17:12,847 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-aux ; status: True ; >21:17:12,982 INFO blivet: executing action: [23] Create Format ext4 filesystem mounted at /aux on lvmlv fedora00-aux (id 42) >21:17:12,984 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-aux ; status: True ; controllable: True ; orig: False ; >21:17:12,986 DEBUG blivet: Ext4FS.create: device: /dev/mapper/fedora00-aux ; status: False ; type: ext4 ; >21:17:12,987 DEBUG blivet: Ext4FS.doFormat: device: /dev/mapper/fedora00-aux ; mountpoint: /aux ; type: ext4 ; >21:17:19,468 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/mapper/fedora00-aux ; type: ext4 ; >21:17:19,469 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-10 >21:17:19,552 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-aux ; status: True ; >21:17:19,553 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-aux ; status: True ; >21:17:19,575 INFO blivet: executing action: [24] Create Device lvmlv fedora00-swap (id 43) >21:17:19,577 DEBUG blivet: LVMLogicalVolumeDevice.create: fedora00-swap ; status: False ; >21:17:19,578 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora00-swap ; orig: False ; >21:17:19,579 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora00 ; status: True ; controllable: True ; orig: False ; >21:17:19,581 DEBUG blivet: LVMLogicalVolumeDevice._create: fedora00-swap ; status: False ; >21:17:19,677 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-swap ; status: True ; controllable: True ; orig: False ; >21:17:19,678 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-swap ; status: True ; >21:17:19,680 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-swap ; status: True ; >21:17:19,842 INFO blivet: executing action: [25] Create Format swap on lvmlv fedora00-swap (id 43) >21:17:19,844 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-swap ; status: True ; controllable: True ; orig: False ; >21:17:19,846 DEBUG blivet: SwapSpace.create: device: /dev/mapper/fedora00-swap ; status: None ; type: swap ; >21:17:19,847 DEBUG blivet: SwapSpace.create: device: /dev/mapper/fedora00-swap ; status: None ; type: swap ; >21:17:19,917 DEBUG blivet: SwapSpace.notifyKernel: device: /dev/mapper/fedora00-swap ; type: swap ; >21:17:19,917 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/dm-11 >21:17:19,965 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora00-swap ; status: True ; >21:17:19,967 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora00-swap ; status: True ; >21:17:19,993 INFO blivet: Skipping sda3 >21:17:19,996 DEBUG blivet: fedora size is 210004MB >21:17:19,999 DEBUG blivet: vg fedora has 4MB free >21:17:19,999 DEBUG blivet: fedora size is 210004MB >21:17:20,002 DEBUG blivet: vg fedora has 4MB free >21:17:20,008 DEBUG blivet: fedora00 size is 180004MB >21:17:20,009 DEBUG blivet: looking up parted Device: /dev/mapper/fedora00-root >21:17:20,010 DEBUG blivet: looking up parted Device: /dev/mapper/fedora00-home >21:17:20,012 DEBUG blivet: looking up parted Device: /dev/mapper/fedora00-aux >21:17:20,030 DEBUG blivet: looking up parted Device: /dev/mapper/fedora00-swap >21:17:20,032 DEBUG blivet: vg fedora00 has 4MB free >21:17:20,033 DEBUG blivet: fedora00 size is 180004MB >21:17:20,036 DEBUG blivet: vg fedora00 has 4MB free >21:17:20,039 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,043 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,047 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,052 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,054 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,056 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,057 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,060 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,061 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,063 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,065 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,068 DEBUG blivet: Ext4FS.supported: supported: True ; >21:17:20,074 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:17:20,083 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora00-swap ; status: True ; controllable: True ; orig: False ; >21:17:20,084 DEBUG blivet: SwapSpace.setup: device: /dev/mapper/fedora00-swap ; status: False ; type: swap ; >21:17:20,085 DEBUG blivet: SwapSpace.setup: device: /dev/mapper/fedora00-swap ; status: False ; type: swap ; >21:17:20,307 DEBUG blivet: LUKSDevice.setup: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: False ; controllable: True ; orig: False ; >21:17:20,309 DEBUG blivet: LUKSDevice.setupParents: kids: 0 ; name: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; orig: False ; >21:17:20,310 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-02 ; status: False ; controllable: True ; orig: False ; >21:17:20,312 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 1 ; name: fedora-02 ; orig: False ; >21:17:20,314 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora ; status: True ; controllable: True ; orig: False ; >21:17:20,316 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-02 ; status: False ; controllable: True ; orig: False ; >21:17:20,544 DEBUG blivet: LUKS.setup: device: /dev/mapper/fedora-02 ; mapName: luks-1f9d9755-ead8-4d3f-ac68-e69c6882398b ; status: False ; type: luks ; >21:17:20,557 DEBUG blivet: looking up parted Device: /dev/mapper/fedora00 >21:17:20,557 DEBUG blivet: fedora00 size is 180004MB >21:17:20,560 DEBUG blivet: vg fedora00 has 4MB free >21:17:20,561 DEBUG blivet: fedora00 size is 180004MB >21:17:20,564 DEBUG blivet: vg fedora00 has 4MB free > > >/tmp/ifcfg.log: >21:00:36,676 DEBUG ifcfg: content of files (network initialization): >21:00:36,677 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-cabeza2: >21:00:36,677 DEBUG ifcfg: ESSID="cabeza2" >21:00:36,677 DEBUG ifcfg: MODE=Managed >21:00:36,677 DEBUG ifcfg: KEY_MGMT=WPA-PSK >21:00:36,677 DEBUG ifcfg: TYPE=Wireless >21:00:36,677 DEBUG ifcfg: BOOTPROTO=dhcp >21:00:36,678 DEBUG ifcfg: DEFROUTE=yes >21:00:36,678 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >21:00:36,678 DEBUG ifcfg: IPV6INIT=yes >21:00:36,678 DEBUG ifcfg: IPV6_AUTOCONF=yes >21:00:36,678 DEBUG ifcfg: IPV6_DEFROUTE=yes >21:00:36,678 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >21:00:36,678 DEBUG ifcfg: NAME=cabeza2 >21:00:36,678 DEBUG ifcfg: UUID=7994b12c-cb21-4619-b593-c8ac1e2e8815 >21:00:36,679 DEBUG ifcfg: ONBOOT=yes >21:00:36,679 DEBUG ifcfg: HWADDR=00:0D:08:40:20:2D >21:00:36,679 DEBUG ifcfg: SECURITYMODE=open >21:00:36,679 DEBUG ifcfg: PEERDNS=yes >21:00:36,679 DEBUG ifcfg: PEERROUTES=yes >21:00:36,679 DEBUG ifcfg: IPV6_PEERDNS=yes >21:00:36,679 DEBUG ifcfg: IPV6_PEERROUTES=yes >21:00:36,696 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 25, 209, 224, 27, 72]}, 'connection': {'timestamp': 1387418014L, 'type': '802-3-ethernet', 'id': 'Wired connection 1', 'uuid': '549ee93f-510f-4cad-8bb4-575ef236b500'}}, {'802-11-wireless': {'security': '802-11-wireless-security', 'seen-bssids': ['00:24:B2:13:52:E4'], 'ssid': [99, 97, 98, 101, 122, 97, 50], 'mac-address': [0, 13, 8, 64, 32, 45], 'mode': 'infrastructure'}, 'connection': {'timestamp': 1387418338L, 'type': '802-11-wireless', 'id': 'cabeza2', 'uuid': '7994b12c-cb21-4619-b593-c8ac1e2e8815'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, '802-11-wireless-security': {'key-mgmt': 'wpa-psk', 'proto': ['wpa', 'rsn']}}] >21:00:36,839 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:36,841 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:36,843 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:36,844 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:36,957 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['em1']): >21:00:36,957 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-cabeza2: >21:00:36,957 DEBUG ifcfg: ESSID="cabeza2" >21:00:36,957 DEBUG ifcfg: MODE=Managed >21:00:36,957 DEBUG ifcfg: KEY_MGMT=WPA-PSK >21:00:36,957 DEBUG ifcfg: TYPE=Wireless >21:00:36,957 DEBUG ifcfg: BOOTPROTO=dhcp >21:00:36,958 DEBUG ifcfg: DEFROUTE=yes >21:00:36,958 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >21:00:36,958 DEBUG ifcfg: IPV6INIT=yes >21:00:36,958 DEBUG ifcfg: IPV6_AUTOCONF=yes >21:00:36,958 DEBUG ifcfg: IPV6_DEFROUTE=yes >21:00:36,958 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >21:00:36,958 DEBUG ifcfg: NAME=cabeza2 >21:00:36,958 DEBUG ifcfg: UUID=7994b12c-cb21-4619-b593-c8ac1e2e8815 >21:00:36,959 DEBUG ifcfg: ONBOOT=yes >21:00:36,959 DEBUG ifcfg: HWADDR=00:0D:08:40:20:2D >21:00:36,959 DEBUG ifcfg: SECURITYMODE=open >21:00:36,959 DEBUG ifcfg: PEERDNS=yes >21:00:36,959 DEBUG ifcfg: PEERROUTES=yes >21:00:36,959 DEBUG ifcfg: IPV6_PEERDNS=yes >21:00:36,960 DEBUG ifcfg: IPV6_PEERROUTES=yes >21:00:36,960 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: >21:00:36,960 DEBUG ifcfg: TYPE=Ethernet >21:00:36,961 DEBUG ifcfg: BOOTPROTO=dhcp >21:00:36,961 DEBUG ifcfg: DEFROUTE=yes >21:00:36,961 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >21:00:36,962 DEBUG ifcfg: IPV6INIT=yes >21:00:36,962 DEBUG ifcfg: IPV6_AUTOCONF=yes >21:00:36,962 DEBUG ifcfg: IPV6_DEFROUTE=yes >21:00:36,962 DEBUG ifcfg: IPV6_PEERDNS=yes >21:00:36,963 DEBUG ifcfg: IPV6_PEERROUTES=yes >21:00:36,963 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >21:00:36,963 DEBUG ifcfg: NAME=em1 >21:00:36,964 DEBUG ifcfg: UUID=549ee93f-510f-4cad-8bb4-575ef236b500 >21:00:36,964 DEBUG ifcfg: ONBOOT=no >21:00:36,964 DEBUG ifcfg: HWADDR=00:19:D1:E0:1B:48 >21:00:36,965 DEBUG ifcfg: PEERDNS=yes >21:00:36,965 DEBUG ifcfg: PEERROUTES=yes >21:00:36,979 DEBUG ifcfg: all settings: [{'802-11-wireless': {'security': '802-11-wireless-security', 'seen-bssids': ['00:24:B2:13:52:E4'], 'ssid': [99, 97, 98, 101, 122, 97, 50], 'mac-address': [0, 13, 8, 64, 32, 45], 'mode': 'infrastructure'}, 'connection': {'timestamp': 1387418338L, 'type': '802-11-wireless', 'id': 'cabeza2', 'uuid': '7994b12c-cb21-4619-b593-c8ac1e2e8815'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, '802-11-wireless-security': {'key-mgmt': 'wpa-psk', 'proto': ['wpa', 'rsn']}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 25, 209, 224, 27, 72]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em1', 'uuid': '549ee93f-510f-4cad-8bb4-575ef236b500'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >21:00:34,948 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:34,949 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >21:00:34,950 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:34,951 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >21:00:34,952 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:34,953 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >21:00:34,954 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >21:00:35,002 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 >21:00:35,003 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-cabeza2 > > >/proc/cmdline: >initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-20-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=vmlinuz0
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 1044787
: 838725 |
838726
|
838727
|
838728
|
838729
|
838730
|
838731
|
838732
|
838733
|
838734