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 938508 Details for
Bug 1142906
LVMError: pvcreate failed for /dev/md/pv00: running lvm pvcreate --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --dataalignment 1024k /dev/md/pv00 failed
[?]
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), 935.28 KB, created by
Mark Hamzy
on 2014-09-17 15:17:56 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Mark Hamzy
Created:
2014-09-17 15:17:56 UTC
Size:
935.28 KB
patch
obsolete
>anaconda 21.48.3-1 exception report >Traceback (most recent call first): > File "/tmp/updates/blivet/devicelibs/lvm.py", line 223, in pvcreate > raise LVMError("pvcreate failed for %s: %s" % (device, msg)) > File "/tmp/updates/blivet/formats/lvmpv.py", line 129, in create > lvm.pvcreate(self.device) > File "/tmp/updates/blivet/deviceaction.py", line 555, in execute > options=self.device.formatArgs) > File "/tmp/updates/blivet/devicetree.py", line 354, in processActions > action.execute() > File "/tmp/updates/blivet/__init__.py", line 354, in doIt > self.devicetree.processActions() > File "/tmp/updates/blivet/__init__.py", line 214, in turnOnFilesystems > storage.doIt() > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 178, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) >LVMError: pvcreate failed for /dev/md/pv00: running lvm pvcreate --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --dataalignment 1024k /dev/md/pv00 failed > >Local variables in innermost frame: >msg: running lvm pvcreate --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --dataalignment 1024k /dev/md/pv00 failed >device: /dev/md/pv00 >args: ['pvcreate', '--config', ' devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } ', '--dataalignment', '1024k', '/dev/md/pv00'] > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method MainWindow.lightbox_on of <MainWindow object at 0x3fff85bc6be0 (pyanaconda+ui+gui+MainWindow at 0x1001f3722c0)>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use CDROM installation media >cdrom ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda,sdb,sdc ># Keyboard layouts >keyboard --xlayouts='us' ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=static --device=eth0 --gateway=9.5.178.1 --ip=9.5.178.25 --nameserver=9.5.175.8 --netmask=255.255.255.0 --noipv6 --activate >network --hostname=ppc64lehamzytest2.rch.stglabs.ibm.com ># SELinux configuration >selinux --enforcing ># System timezone >timezone America/Chicago --isUtc ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Partition clearing information >clearpart --all --initlabel --drives=sda,sdb,sdc ># Disk partitioning information >part raid.418 --fstype="mdmember" --ondisk=sdb --size=34495 >part raid.412 --fstype="mdmember" --ondisk=sda --size=34495 >part raid.424 --fstype="mdmember" --ondisk=sdc --size=34495 >part /boot --fstype="ext4" --size=500 >raid pv.430 --device=pv00 --fstype="lvmpv" --level=raid5 raid.412 raid.418 raid.424 >volgroup fedora-server_ppc64lehamzytest2 --pesize=4096 pv.430 >logvol / --fstype="ext4" --size=15456 --name=root --vgname=fedora-server_ppc64lehamzytest2 >logvol /home --fstype="ext4" --grow --size=500 --name=home --vgname=fedora-server_ppc64lehamzytest2 >logvol swap --fstype="swap" --size=4096 --name=swap --vgname=fedora-server_ppc64lehamzytest2 > >%packages >@container-management >@core >@domain-client >@hardware-support >@headless-management >@server-product >@standard > >%end > >%addon com_redhat_kdump --disable --reserve-mb='256' > >%end > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: None > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': non-existent 500 MiB partition sdb1 (16) >, '/': non-existent 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) >} > swaps: [non-existent 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) >] > name: Fedora Linux 21 for ppc64le >] > _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 (0x3fff81b3ca90) -- > name = fedora-server_ppc64lehamzytest2-swap status = True kids = 0 id = 261 > parents = ['non-existent 67.31 GiB lvmvg fedora-server_ppc64lehamzytest2 (244)'] > uuid = None size = 4096 MiB > format = non-existent swap > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 MiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['existing 67.31 GiB mdarray pv00 (430) with non-existent lvmpv'] > uuid = None size = 67.31 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 17231 free space = 64 MiB > free extents = 16 reserved percent = 0 reserved space = 0 B > PVs = ['existing 67.31 GiB mdarray pv00 (430) with non-existent lvmpv'] > LVs = ['non-existent 15.09 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 4100 MiB]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: None > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [ActionCreateFormat instance, containing members: > container: None > _format: non-existent lvmpv > origFormat: non-existent None > device: existing 67.31 GiB mdarray pv00 (430) with non-existent lvmpv > id: 433 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 67.31 GiB lvmvg fedora-server_ppc64lehamzytest2 (244) > container: None > id: 247 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 15.09 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / > container: Already dumped (LVMVolumeGroupDevice instance) > id: 251 > _applied: True >, ActionCreateFormat instance, containing members: > container: Already dumped (LVMVolumeGroupDevice instance) > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: / > _format.id: 248 > _format._device: /dev/mapper/fedora--server_ppc64lehamzytest2-root > origFormat: non-existent None > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 252 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home > container: Already dumped (LVMVolumeGroupDevice instance) > id: 257 > _applied: True >, ActionCreateFormat instance, containing members: > container: Already dumped (LVMVolumeGroupDevice instance) > _format: Ext4FS instance, containing members: > _format._label: None > _format.errors: False > _format.uuid: None > _format.exists: None > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /home > _format.id: 254 > _format._device: /dev/mapper/fedora--server_ppc64lehamzytest2-home > origFormat: non-existent None > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 258 > _applied: True >, ActionCreateDevice instance, containing members: > device: non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap > container: Already dumped (LVMVolumeGroupDevice instance) > id: 263 > _applied: True >, ActionCreateFormat instance, containing members: > container: Already dumped (LVMVolumeGroupDevice instance) > _format: non-existent swap > origFormat: non-existent None > device: Already dumped (LVMLogicalVolumeDevice instance) > id: 264 > _applied: True >] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._pvInfo: {'/dev/sdc1': {'LVM2_PV_UUID': 'lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY', 'LVM2_PE_START': '1024.00', 'LVM2_VG_FREE_COUNT': '0', 'LVM2_PV_NAME': '/dev/sdc1', 'LVM2_PV_COUNT': '0', 'LVM2_VG_EXTENT_COUNT': '0', 'LVM2_VG_EXTENT_SIZE': '0', 'LVM2_VG_NAME': '', 'LVM2_VG_UUID': '', 'LVM2_VG_FREE': '0', 'LVM2_VG_SIZE': '0'}, '/dev/sda1': {'LVM2_PV_UUID': 'SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS', 'LVM2_PE_START': '1024.00', 'LVM2_VG_FREE_COUNT': '0', 'LVM2_PV_NAME': '/dev/sda1', 'LVM2_PV_COUNT': '0', 'LVM2_VG_EXTENT_COUNT': '0', 'LVM2_VG_EXTENT_SIZE': '0', 'LVM2_VG_NAME': '', 'LVM2_VG_UUID': '', 'LVM2_VG_FREE': '0', 'LVM2_VG_SIZE': '0'}, '/dev/sdb2': {'LVM2_PV_UUID': 'uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi', 'LVM2_PE_START': '1024.00', 'LVM2_VG_FREE_COUNT': '11', 'LVM2_PV_NAME': '/dev/sdb2', 'LVM2_PV_COUNT': '1', 'LVM2_VG_EXTENT_COUNT': '8624', 'LVM2_VG_EXTENT_SIZE': '4096.00', 'LVM2_VG_NAME': 'fedora-server_ppc64lehamzytest2', 'LVM2_VG_UUID': 'rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe', 'LVM2_VG_FREE': '45056.00', 'LVM2_VG_SIZE': '35323904.00'}} > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 34.18 GiB disk sda (1) with existing msdos disklabel >, existing 34.18 GiB disk sdb (11) with existing msdos disklabel >, OpticalDevice instance, containing members: > major: 11 > _partedDevice: parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > exists: True > _size: 1811.87 MiB > id: 39 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x3fff7f0512d0) -- > name = sr0 status = True kids = 0 id = 39 > parents = [] > uuid = None size = 1811.87 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = iso9660> > _parents.items: [] > _parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x3fff7f0512d0) -- > name = sr0 status = True kids = 0 id = 39 > parents = [] > uuid = None size = 1811.87 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = iso9660> > controllable: True > uuid: None > _format: Iso9660FS instance, containing members: > _format._label: Fedora-S-21-ppc64le > _format.uuid: 2014-09-10-07-07-44-00 > _format.exists: True > _format._mountpoint: None > _format._mountType: iso9660 > _format.fsprofile: None > _format._targetSize: 1 B > _format._device: /dev/sr0 > _format._minInstanceSize: None > _format.mountopts: None > _format.mountpoint: None > _format.id: 42 > _format._size: Already dumped (Size instance) > sysfsPath: /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/cdrom, /dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_scsi0-cd2, /dev/disk/by-label/Fedora-S-21-ppc64le, /dev/disk/by-path/scsi-0:0:2:0, /dev/disk/by-uuid/2014-09-10-07-07-44-00] > _targetSize: 0 B > _model: QEMU_CD-ROM > kids: 0 > _vendor: QEMU > _name: sr0 > protected: False > originalFormat: Iso9660FS instance, containing members: > originalFormat._label: Fedora-S-21-ppc64le > originalFormat.uuid: 2014-09-10-07-07-44-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat.fsprofile: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 42 > originalFormat._device: /dev/sr0 > _serial: None >, existing 34.18 GiB disk sdc (44) with existing msdos disklabel >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 54 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x3fff7f064090) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 54 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x3fff7f064090) -- > name = /run/install/repo/LiveOS/squashfs.img status = False kids = 1 id = 54 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /run/install/repo/LiveOS/squashfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 57 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x3fff7f0645d0) -- > name = loop0 status = False kids = 0 id = 57 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (54)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x3fff7f0645d0) -- > name = loop0 status = False kids = 0 id = 57 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (54)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing None > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 62 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x3fff7f064750) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 62 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x3fff7f064750) -- > name = /LiveOS/rootfs.img status = False kids = 1 id = 62 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /LiveOS/rootfs.img > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 65 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x3fff7f34e090) -- > name = loop1 status = False kids = 1 id = 65 > parents = ['existing 0 B file /LiveOS/rootfs.img (62)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x3fff7f34e090) -- > name = loop1 status = False kids = 1 id = 65 > parents = ['existing 0 B file /LiveOS/rootfs.img (62)'] > uuid = None size = 0 B > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = ext4> > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.exists: True > _format._mountpoint: None > _format._targetSize: 2048 MiB > _format._minInstanceSize: 0 B > _format.mountopts: None > _format.mountpoint: None > _format.id: 68 > _format._size: Already dumped (Size instance) > _format.errors: False > _format.uuid: dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 > _format._mountType: ext4 > _format.fsprofile: None > _format.dirty: False > _format._device: /dev/loop1 > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._targetSize: Already dumped (Size instance) > originalFormat._minInstanceSize: Already dumped (Size instance) > originalFormat.mountopts: None > originalFormat._size: Already dumped (Size instance) > originalFormat.id: 68 > originalFormat._device: /dev/loop1 > originalFormat.errors: False > originalFormat.uuid: dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.dirty: False > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 70 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method FileDevice._addParent of FileDevice instance (0x3fff7f064910) -- > name = /overlay (deleted) status = False kids = 1 id = 70 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > _parents.items: [] > _parents.removefunc: <bound method FileDevice._removeParent of FileDevice instance (0x3fff7f064910) -- > name = /overlay (deleted) status = False kids = 1 id = 70 > parents = [] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /overlay (deleted) > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 B > id: 73 > _parents: ParentList instance, containing members: > _parents.appendfunc: <bound method LoopDevice._addParent of LoopDevice instance (0x3fff7f064bd0) -- > name = loop2 status = False kids = 1 id = 73 > parents = ['existing 0 B file /overlay (deleted) (70)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > _parents.items: [Already dumped (FileDevice instance) >] > _parents.removefunc: <bound method LoopDevice._removeParent of LoopDevice instance (0x3fff7f064bd0) -- > name = loop2 status = False kids = 1 id = 73 > parents = ['existing 0 B file /overlay (deleted) (70)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None> > controllable: False > uuid: None > _format: existing None > sysfsPath: Skipped > minor: 0 > fstabComment: Skipped > bus: Skipped > deviceLinks: [] > _targetSize: Already dumped (Size instance) > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048 MiB dm live-rw (77) with existing ext4 filesystem >, existing 2048 MiB dm live-base (82) with existing ext4 filesystem >, existing 500 MiB partition sda2 (233) with existing ext4 filesystem mounted at /boot >, existing 4096 KiB partition sda1 (239) with non-existent prepboot >, Already dumped (LVMVolumeGroupDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, existing 33.69 GiB partition sda3 (412) with non-existent mdmember >, existing 33.69 GiB partition sdb1 (418) with non-existent mdmember >, existing 33.69 GiB partition sdc1 (424) with non-existent mdmember >, Already dumped (MDRaidArrayDevice instance) >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [ActionDestroyFormat instance, containing members: > device: non-existent 34.18 GiB partition sda1 (6) > origFormat: non-existent lvmpv > container: None > id: 182 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 184 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > container: None > id: 185 > _applied: True >, ActionDestroyFormat instance, containing members: > device: non-existent 33.69 GiB partition sdc1 (49) > origFormat: non-existent lvmpv > container: None > id: 189 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 191 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > container: None > id: 192 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat._label: Skipped > origFormat.exists: False > origFormat._mountpoint: None > origFormat._targetSize: 500 MiB > origFormat._minInstanceSize: 0 B > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 19 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: 9a3642c4-1a68-471e-a9fb-580440154515 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/sdb1 > container: None > id: 197 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat._label: None > origFormat.exists: False > origFormat._mountpoint: None > origFormat._targetSize: 30.23 GiB > origFormat._minInstanceSize: 0 B > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat.id: 31 > origFormat._size: Already dumped (Size instance) > origFormat.errors: False > origFormat.uuid: 28d956ec-ea30-4cd3-8ff9-d4cc1096af93 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.dirty: False > origFormat._device: /dev/mapper/fedora--server_ppc64lehamzytest2-root > container: > id: 200 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > container: Already dumped (LVMVolumeGroupDevice instance) > id: 202 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > origFormat: non-existent swap > container: Already dumped (LVMVolumeGroupDevice instance) > id: 203 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMLogicalVolumeDevice instance) > container: Already dumped (LVMVolumeGroupDevice instance) > id: 205 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (LVMVolumeGroupDevice instance) > container: None > id: 206 > _applied: True >, ActionDestroyFormat instance, containing members: > device: non-existent 33.69 GiB partition sdb2 (21) > origFormat: non-existent lvmpv > container: None > id: 207 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 209 > _applied: True >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 199 > _applied: True >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: non-existent msdos disklabel > container: None > id: 210 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: existing msdos disklabel > origFormat: existing None > device: Already dumped (DiskDevice instance) > id: 188 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 241 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 235 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: Ext4FS instance, containing members: > _format._label: Skipped > _format.errors: False > _format.uuid: f59be40d-33d7-46c5-bf7c-57aaf85bd210 > _format.exists: True > _format._mountpoint: None > _format._minInstanceSize: None > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 0 B > _format.dirty: False > _format._size: Already dumped (Size instance) > _format.mountopts: None > _format.mountpoint: /boot > _format.id: 232 > _format._device: /dev/sda2 > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 236 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 414 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: non-existent mdmember > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 415 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: PPCPRePBoot instance, containing members: > _format.exists: None > _format._options: None > _format.id: 238 > _format._device: /dev/sda1 > _format.uuid: None > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 242 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: existing msdos disklabel > origFormat: existing None > device: Already dumped (DiskDevice instance) > id: 195 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 426 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: non-existent mdmember > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 427 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: existing msdos disklabel > origFormat: existing None > device: Already dumped (DiskDevice instance) > id: 213 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > container: None > id: 420 > _applied: True >, ActionCreateFormat instance, containing members: > container: None > _format: non-existent mdmember > origFormat: non-existent None > device: Already dumped (PartitionDevice instance) > id: 421 > _applied: True >, ActionCreateDevice instance, containing members: > device: Already dumped (MDRaidArrayDevice instance) > container: None > id: 432 > _applied: True >] > _intf.storage.fsset.devicetree.names: [sda, sdb, fedora--server_ppc64lehamzytest2-root, fedora--server_ppc64lehamzytest2-swap, sr0, sdc, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, fedora-server_ppc64lehamzytest2, fedora-server_ppc64lehamzytest2-root, fedora-server_ppc64lehamzytest2-home, fedora-server_ppc64lehamzytest2-swap, pv00] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._lvInfo: {'fedora-server_ppc64lehamzytest2-root': {'LVM2_LV_ATTR': '-wi-a-----', 'LVM2_SEGTYPE': 'linear', 'LVM2_LV_NAME': 'root', 'LVM2_VG_NAME': 'fedora-server_ppc64lehamzytest2', 'LVM2_LV_SIZE': '31694848.00', 'LVM2_LV_UUID': '4xwQEj-yXGv-7cTD-IsyU-ozak-taV8-d1gEwQ'}, 'fedora-server_ppc64lehamzytest2-swap': {'LVM2_LV_ATTR': '-wi-a-----', 'LVM2_SEGTYPE': 'linear', 'LVM2_LV_NAME': 'swap', 'LVM2_VG_NAME': 'fedora-server_ppc64lehamzytest2', 'LVM2_LV_SIZE': '3584000.00', 'LVM2_LV_UUID': 'Zt9cU1-FwJa-MKex-YAl3-qqJj-srdC-2lnBrE'}} > _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: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [sda, sdb, sdc] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [sda, sdb, sdc] > _intf.storage.config.initializeDisks: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: IPSeriesGRUB2 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 34.18 GiB disk sda (1) with existing msdos disklabel >, existing 34.18 GiB disk sdb (11) with existing msdos disklabel >, existing 34.18 GiB disk sdc (44) 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 (PartitionDevice 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: > _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._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.fcoe.added_nics: [] > _intf.storage.autoPartitionRequests: [PartSpec instance (0x3fff85bc5c90) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True > >, PartSpec instance (0x3fff85bc5d10) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True > >, PartSpec instance (0x3fff85bc5d50) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False > >, PartSpec instance (0x3fff85bc5d90) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = prepboot encrypted = False > size = 4096 KiB maxSize = None grow = False > >, PartSpec instance (0x3fff85bc5dd0) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0.0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf.mainWindow: MainWindow instance, containing members: > _intf.mainWindow._current_action: ProgressHub instance, containing members: > _intf.mainWindow._current_action._environs: [anaconda] > _intf.mainWindow._current_action._spinner: Spinner instance, containing members: > _intf.mainWindow._current_action._progressNotebook: Notebook instance, containing members: > _intf.mainWindow._current_action.payload: YumPayload instance, containing members: > _intf.mainWindow._current_action.payload._groups: Skipped > _intf.mainWindow._current_action.payload.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action.payload._rescueVersionList: [] > _intf.mainWindow._current_action.payload.install_device: OpticalDevice instance, containing members: > _intf.mainWindow._current_action.payload.install_device.major: 11 > _intf.mainWindow._current_action.payload.install_device._partedDevice: parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > _intf.mainWindow._current_action.payload.install_device.exists: True > _intf.mainWindow._current_action.payload.install_device._size: 1811.87 MiB > _intf.mainWindow._current_action.payload.install_device.id: 39 > _intf.mainWindow._current_action.payload.install_device._parents: ParentList instance, containing members: > _intf.mainWindow._current_action.payload.install_device._parents.appendfunc: <bound method OpticalDevice._addParent of OpticalDevice instance (0x3fff85792310) -- > name = sr0 status = True kids = 0 id = 39 > parents = [] > uuid = None size = 1811.87 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = iso9660> > _intf.mainWindow._current_action.payload.install_device._parents.items: [] > _intf.mainWindow._current_action.payload.install_device._parents.removefunc: <bound method OpticalDevice._removeParent of OpticalDevice instance (0x3fff85792310) -- > name = sr0 status = True kids = 0 id = 39 > parents = [] > uuid = None size = 1811.87 MiB > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = iso9660> > _intf.mainWindow._current_action.payload.install_device.controllable: True > _intf.mainWindow._current_action.payload.install_device.uuid: None > _intf.mainWindow._current_action.payload.install_device._format: Iso9660FS instance, containing members: > _intf.mainWindow._current_action.payload.install_device._format._label: Fedora-S-21-ppc64le > _intf.mainWindow._current_action.payload.install_device._format.uuid: 2014-09-10-07-07-44-00 > _intf.mainWindow._current_action.payload.install_device._format.exists: True > _intf.mainWindow._current_action.payload.install_device._format._mountpoint: None > _intf.mainWindow._current_action.payload.install_device._format._minInstanceSize: None > _intf.mainWindow._current_action.payload.install_device._format._mountType: iso9660 > _intf.mainWindow._current_action.payload.install_device._format.fsprofile: None > _intf.mainWindow._current_action.payload.install_device._format._targetSize: 1 B > _intf.mainWindow._current_action.payload.install_device._format._size: Already dumped (Size instance) > _intf.mainWindow._current_action.payload.install_device._format.mountopts: None > _intf.mainWindow._current_action.payload.install_device._format.mountpoint: None > _intf.mainWindow._current_action.payload.install_device._format.id: 42 > _intf.mainWindow._current_action.payload.install_device._format._device: /dev/sr0 > _intf.mainWindow._current_action.payload.install_device.deviceLinks: [/dev/cdrom, /dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_scsi0-cd2, /dev/disk/by-label/Fedora-S-21-ppc64le, /dev/disk/by-path/scsi-0:0:2:0, /dev/disk/by-uuid/2014-09-10-07-07-44-00] > _intf.mainWindow._current_action.payload.install_device.minor: 0 > _intf.mainWindow._current_action.payload.install_device.fstabComment: Skipped > _intf.mainWindow._current_action.payload.install_device.bus: Skipped > _intf.mainWindow._current_action.payload.install_device.sysfsPath: /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 > _intf.mainWindow._current_action.payload.install_device._targetSize: 0 B > _intf.mainWindow._current_action.payload.install_device._model: QEMU_CD-ROM > _intf.mainWindow._current_action.payload.install_device.kids: 0 > _intf.mainWindow._current_action.payload.install_device._vendor: QEMU > _intf.mainWindow._current_action.payload.install_device._name: sr0 > _intf.mainWindow._current_action.payload.install_device.protected: False > _intf.mainWindow._current_action.payload.install_device.originalFormat: Iso9660FS instance, containing members: > _intf.mainWindow._current_action.payload.install_device.originalFormat._label: Fedora-S-21-ppc64le > _intf.mainWindow._current_action.payload.install_device.originalFormat.uuid: 2014-09-10-07-07-44-00 > _intf.mainWindow._current_action.payload.install_device.originalFormat.exists: True > _intf.mainWindow._current_action.payload.install_device.originalFormat._mountpoint: None > _intf.mainWindow._current_action.payload.install_device.originalFormat.mountpoint: None > _intf.mainWindow._current_action.payload.install_device.originalFormat.fsprofile: None > _intf.mainWindow._current_action.payload.install_device.originalFormat._targetSize: Already dumped (Size instance) > _intf.mainWindow._current_action.payload.install_device.originalFormat._minInstanceSize: None > _intf.mainWindow._current_action.payload.install_device.originalFormat.mountopts: None > _intf.mainWindow._current_action.payload.install_device.originalFormat._size: Already dumped (Size instance) > _intf.mainWindow._current_action.payload.install_device.originalFormat.id: 42 > _intf.mainWindow._current_action.payload.install_device.originalFormat._device: /dev/sr0 > _intf.mainWindow._current_action.payload.install_device._serial: None > _intf.mainWindow._current_action.payload._environmentAddons: {'server-product-environment': (['web-server', 'dns-server', 'directory-server', 'dogtag', 'ftp-server', 'freeipa-server', 'guest-agents', 'ha', 'load-balancer', 'mail-server', 'mysql', 'network-server', 'sql-server', 'printing', 'virtualization', 'smb-server'], ['c-development', 'container-management', 'development-tools', 'domain-client', 'headless-management', 'rpm-development-tools', 'system-tools'])} > _intf.mainWindow._current_action.payload._root_dir: /tmp/yum.root > _intf.mainWindow._current_action.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.mainWindow._current_action.payload._setup: True > _intf.mainWindow._current_action.payload.storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action.payload.requiredGroups: [] > _intf.mainWindow._current_action.payload._base_repo: anaconda > _intf.mainWindow._current_action.payload.txID: 1410966877.19 > _intf.mainWindow._current_action.payload._rpm_macros: [] > _intf.mainWindow._current_action.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.mainWindow._current_action.payload._createdInitrds: False > _intf.mainWindow._current_action.payload._packages: [] > _intf.mainWindow._current_action.payload.requiredPackages: [] > _intf.mainWindow._current_action.payload._space_required: 1606.38 MiB > _intf.mainWindow._current_action.payload._yum: Skipped > _intf.mainWindow._current_action.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action.payload._kernelVersionList: [] > _intf.mainWindow._current_action.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/gui/spokes'), ('com_redhat_kdump.gui.spokes.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/spokes')], 'categories': [('pyanaconda.ui.categories.%s', '/tmp/updates/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/categories'), ('pyanaconda.ui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('com_redhat_kdump.gui.categories.%s', '/usr/share/anaconda/addons/com_redhat_kdump/gui/categories')]} > _intf.mainWindow._current_action._checker: None > _intf.mainWindow._current_action.applyOnSkip: False > _intf.mainWindow._current_action.skipTo: None > _intf.mainWindow._current_action._rnotes_id: 3846 > _intf.mainWindow._current_action._notReadySpokes: [] > _intf.mainWindow._current_action._inSpoke: False > _intf.mainWindow._current_action._incompleteSpokes: [PasswordSpoke instance, containing members: > _kickstarted: False > _pwStrengthCheck: InputCheck instance, containing members: > _pwStrengthCheck._run_check: <bound method PasswordSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _pwStrengthCheck._parent: Already dumped (PasswordSpoke instance) > _pwStrengthCheck._input_obj: Entry instance, containing members: > _pwStrengthCheck._data: None > _pwStrengthCheck._check_status: None > _pwStrengthCheck._enabled: True > _pwq_valid: True > _pwq_error: None > _check_list: [InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method PasswordSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.password.PasswordSpoke object at 0x3fff81b63fd0>> > _parent: Already dumped (PasswordSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >] > _data: Already dumped (AnacondaKSHandler instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > payload: Already dumped (YumPayload instance) > skipTo: None > _confirm_check: Already dumped (InputCheck instance) > instclass: Already dumped (DefaultInstall instance) > _pwASCIICheck: Already dumped (InputCheck instance) > visitedSinceApplied: True > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _password_check: Already dumped (InputCheck instance) > pw: Already dumped (Entry instance) > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > _waiveASCIIClicks: 0 > _window: SpokeWindow instance, containing members: > _storage: Already dumped (Blivet instance) > _waiveStrengthClicks: 0 >, UserSpoke instance, containing members: > _password_check: InputCheck instance, containing members: > _password_check._run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _password_check._parent: Already dumped (UserSpoke instance) > _password_check._input_obj: Entry instance, containing members: > _password_check._data: None > _password_check._check_status: None > _password_check._enabled: True > guesser: {<Entry object at 0x3fff8003af00 (GtkEntry at 0x10020ade490)>: True} > _pwStrengthCheck: InputCheck instance, containing members: > _pwStrengthCheck._run_check: <bound method UserSpoke._checkPasswordStrength of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _pwStrengthCheck._parent: Already dumped (UserSpoke instance) > _pwStrengthCheck._input_obj: Already dumped (Entry instance) > _pwStrengthCheck._data: None > _pwStrengthCheck._check_status: None > _pwStrengthCheck._enabled: True > _pwq_valid: True > _pwq_error: None > _oldweak: None > _check_list: [InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordConfirm of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >, Already dumped (InputCheck instance) >, Already dumped (InputCheck instance) >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordASCII of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._checkPasswordEmpty of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Already dumped (Entry instance) > _data: None > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x10021e9ead0>, 'message': Invalid username} > _check_status: None > _enabled: True >, InputCheck instance, containing members: > _run_check: <bound method UserSpoke._check_re of <pyanaconda.ui.gui.spokes.user.UserSpoke object at 0x3fff7f126b10>> > _parent: Already dumped (UserSpoke instance) > _input_obj: Entry instance, containing members: > _data: {'regex': <_sre.SRE_Pattern object at 0x3fff8bbb3140>, 'message': Full name cannot contain colon characters} > _check_status: None > _enabled: True >] > _wheel: group --name=wheel > > payload: Already dumped (YumPayload instance) > applyOnSkip: False > confirm: Already dumped (Entry instance) > skipTo: None > _advanced: AdvancedUserDialog instance, containing members: > _advanced._window: None > _advanced._homeSet: False > _advanced._cGid: CheckButton instance, containing members: > _advanced.applyOnSkip: False > _advanced._groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > _advanced._saveButton: Button instance, containing members: > _advanced.builder: Builder instance, containing members: > _advanced._cUid: CheckButton instance, containing members: > _advanced._tHome: Entry instance, containing members: > _advanced._spinGid: SpinButton instance, containing members: > _advanced.skipTo: None > _advanced._uid: Adjustment instance, containing members: > _advanced._check_list: [InputCheck instance, containing members: > _run_check: <bound method AdvancedUserDialog._validateGroups of <pyanaconda.ui.gui.spokes.user.AdvancedUserDialog object at 0x3fff81b5fa10>> > _parent: Already dumped (AdvancedUserDialog instance) > _input_obj: Entry instance, containing members: > _data: None > _check_status: None > _enabled: True >] > _advanced._gid: Adjustment instance, containing members: > _advanced._tGroups: Already dumped (Entry instance) > _advanced._data: Already dumped (AnacondaKSHandler instance) > _advanced._user: F19_UserData instance, containing members: > _advanced._user.shell: Skipped > _advanced._user.name: Skipped > _advanced._user.isCrypted: False > _advanced._user.lock: False > _advanced._user.password_kickstarted: False > _advanced._user.gid: None > _advanced._user.gecos: Skipped > _advanced._user.lineno: 0 > _advanced._user.groups: [] > _advanced._user.uid: None > _advanced._user.password: Skipped > _advanced._user.homedir: Skipped > _advanced._origHome: None > _advanced._lHome: Label instance, containing members: > _advanced._spinUid: SpinButton instance, containing members: > b_advanced: Button instance, containing members: > _confirm_check: Already dumped (InputCheck instance) > username: Already dumped (Entry instance) > instclass: Already dumped (DefaultInstall instance) > _pwASCIICheck: Already dumped (InputCheck instance) > visitedSinceApplied: True > selector: SpokeSelector instance, containing members: > pw_label: Label instance, containing members: > _data: Already dumped (AnacondaKSHandler instance) > pw: Already dumped (Entry instance) > _waiveStrengthClicks: 0 > _groupDict: {'wheel': Already dumped (F12_GroupData instance) >} > admin: CheckButton instance, containing members: > builder: Builder instance, containing members: > pw_bar: LevelBar instance, containing members: > _waiveASCIIClicks: 0 > usepassword: CheckButton instance, containing members: > _window: SpokeWindow instance, containing members: > _storage: Already dumped (Blivet instance) > fullname: Already dumped (Entry instance) > _user: Already dumped (F19_UserData instance) >] > _intf.mainWindow._current_action.instclass: Already dumped (DefaultInstall instance) > _intf.mainWindow._current_action._currentStep: 9 > _intf.mainWindow._current_action._progressLabel: Label instance, containing members: > _intf.mainWindow._current_action._rnotesPages: <itertools.cycle object at 0x3fff81aa4170> > _intf.mainWindow._current_action._data: Already dumped (AnacondaKSHandler instance) > _intf.mainWindow._current_action._progressBar: ProgressBar instance, containing members: > _intf.mainWindow._current_action._spokes: {'PasswordSpoke': Already dumped (PasswordSpoke instance) >, 'UserSpoke': Already dumped (UserSpoke instance) >} > _intf.mainWindow._current_action._totalSteps: 15 > _intf.mainWindow._current_action.builder: Builder instance, containing members: > _intf.mainWindow._current_action._window: HubWindow instance, containing members: > _intf.mainWindow._current_action._storage: Already dumped (Blivet instance) > _intf.mainWindow._current_action._autoContinue: False > _intf.mainWindow._current_action._configurationDone: False > _intf.mainWindow._overlay: Overlay instance, containing members: > _intf.mainWindow._transparent_base: Pixbuf instance, containing members: > _intf.mainWindow._stack_contents: set([<pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x3fff85a38e90>, <pyanaconda.ui.gui.hubs.progress.ProgressHub object at 0x3fff81b2d190>, <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550>, <pyanaconda.ui.gui.spokes.custom.CustomPartitioningSpoke object at 0x3fff832a2a50>, <pyanaconda.ui.gui.hubs.summary.SummaryHub object at 0x3fff89714e10>]) > _intf.mainWindow._overlay_img: None > _intf.mainWindow._accel_group: AccelGroup instance, containing members: > _intf.mainWindow._stack: Stack instance, containing members: > _intf._ui: None > _intf._distributionText: <function distributionText at 0x3fff94002c80> > _intf._actions: Skipped > _intf.payload: Already dumped (YumPayload instance) > _intf._currentAction: Already dumped (ProgressHub instance) >updateSrc: http://dlehman.fedorapeople.org/updates/updates-1109244.1.img >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: None >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: IPSeriesGRUB2 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: > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >dbus_session_connection: None >dbus_inhibit_id: None >mehConfig: Config instance, containing members: > mehConfig.programArch: ppc64le > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x3fff859a6ed8>, True), 'type': (<function <lambda> at 0x3fff859bc1b8>, True), 'addons': (<function list_addons_callback at 0x3fff859bc0c8>, False), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x3fff859a6f50>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction._storage_playground, _intf._currentAction._spokes["CustomPartitioningSpoke"]._storage_playground, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 21.48.3-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/dnf.log, /tmp/dnf.rpm.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: Namespace instance, containing members: > opts.mpath: True > opts.updateSrc: http://dlehman.fedorapeople.org/updates/updates-1109244.1.img > opts.selinux: True > opts.syslog: None > opts.eject: True > opts.leavebootorder: False > opts.images: [] > opts.runres: None > opts.armPlatform: None > opts.dnf: False > opts.memcheck: True > opts.dirinstall: False > opts.xdriver: None > opts.display_mode: g > opts.stage2: None > opts.dmraid: True > opts.method: None > opts.vncpassword: Skipped > opts.vnc: True > opts.rescue: False > opts.noverifyssl: False > opts.geoloc: None > opts.proxy: None > opts.vncconnect: None > opts.mpathfriendlynames: True > opts.lang: None > opts.askmethod: False > opts.liveinst: False > opts.loglevel: debug > opts.multiLib: False > opts.rescue_nomount: False > opts.keymap: None > opts.ksfile: None > opts.ibft: True > opts.debug: False > opts.extlinux: False >proxy: None > >Registered callbacks: >addons: >com_redhat_kdump > > >/tmp/anaconda.log: >15:13:08,298 INFO anaconda: /sbin/anaconda 21.48.3-1 >15:13:08,625 INFO anaconda: 8388608 kB (8192 MB) are available >15:13:08,761 INFO anaconda: check_memory(): total:8388608, needed:768, graphical:1280 >15:13:08,761 INFO anaconda: Switching logging level to debug >15:13:08,768 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >15:13:08,768 INFO anaconda: Default encoding = utf-8 >15:13:08,813 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >15:13:08,836 INFO anaconda: 8388608 kB (8192 MB) are available >15:13:09,032 INFO anaconda: Display mode = g >15:13:09,033 INFO anaconda: 8388608 kB (8192 MB) are available >15:13:09,142 INFO anaconda: check_memory(): total:8388608, needed:768, graphical:1280 >15:13:09,143 INFO anaconda.stdout: Starting VNC... >15:13:55,261 INFO anaconda.stdout: The VNC server is now running. >15:13:55,263 WARN anaconda.stdout: > >WARNING!!! VNC server running with NO PASSWORD! >You can use the vncpassword=<password> boot option >if you would like to secure the server. > > >15:13:55,264 INFO anaconda.stdout: Please manually connect your vnc client to ppc64lehamzytest2.rch.stglabs.ibm.com:1 (9.5.178.25:1) to begin the install. >15:13:55,269 INFO anaconda: Starting window manager, pid 2635. >15:13:56,082 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >15:13:56,086 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >15:13:56,087 INFO anaconda: using only installclass _Fedora >15:13:56,734 INFO anaconda: bootloader IPSeriesGRUB2 on IPSeriesPPC platform >15:13:56,770 INFO anaconda: bootloader IPSeriesGRUB2 on IPSeriesPPC platform >15:13:56,804 DEBUG anaconda: network: devices found ['eth0'] >15:13:56,952 DEBUG anaconda: updating hostname ppc64lehamzytest2.rch.stglabs.ibm.com >15:13:57,026 INFO anaconda: Running Thread: AnaStorageThread (70366740541856) >15:13:57,034 INFO anaconda: Running Thread: AnaTimeInitThread (70366683853216) >15:13:57,038 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (70366674350496) >15:13:57,040 INFO anaconda: Running Thread: AnaPayloadThread (70366665961888) >15:13:57,078 INFO anaconda: got 0 NTP servers from DHCP >15:13:57,078 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (70366674350496) >15:13:57,104 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (70366674350496) >15:13:57,104 INFO anaconda: Starting geolocation lookup >15:13:57,104 INFO anaconda: Geolocation provider: Fedora GeoIP >15:13:58,701 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,702 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:bottom-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,702 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,708 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:right-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,710 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,713 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,715 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:58,718 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:13:59,282 INFO anaconda: Geolocation lookup finished in 2.2 seconds >15:13:59,287 INFO anaconda: got results from geolocation >15:13:59,288 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (70366674350496) >15:14:02,494 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >15:14:02,511 WARN anaconda: logo image is missing, using a substitute >15:14:03,590 INFO anaconda: Thread Done: AnaStorageThread (70366740541856) >15:14:05,007 INFO anaconda: Thread Done: AnaTimeInitThread (70366683853216) >15:14:05,558 INFO anaconda: Thread Done: AnaPayloadThread (70366665961888) >15:14:34,716 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:14:34,717 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:14:34,718 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkAlignment:top-padding is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:14:34,774 DEBUG anaconda: network standalone spoke (init): completed: ['eth0'] >15:14:34,794 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >15:14:34,794 DEBUG anaconda: Entered hub: SummaryHub >15:14:35,258 INFO anaconda: Running Thread: AnaNTPserver1 (70366665961888) >15:14:35,259 INFO anaconda: Running Thread: AnaNTPserver2 (70366683853216) >15:14:35,269 INFO anaconda: Running Thread: AnaNTPserver3 (70366740541856) >15:14:35,270 INFO anaconda: Running Thread: AnaNTPserver4 (70366674350496) >15:14:35,270 INFO anaconda: Running Thread: AnaDateTimeThread (70366625722784) >15:14:35,318 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >15:14:35,355 INFO anaconda: Thread Done: AnaDateTimeThread (70366625722784) >15:14:35,368 INFO anaconda: Thread Done: AnaNTPserver1 (70366665961888) >15:14:35,376 INFO anaconda: Thread Done: AnaNTPserver2 (70366683853216) >15:14:35,379 INFO anaconda: Thread Done: AnaNTPserver3 (70366740541856) >15:14:35,394 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (70366740541856) >15:14:35,395 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x3fff82e3fe10>> on <dictionary-keyiterator object at 0x3fff82e0e520> >15:14:35,395 INFO anaconda: Running Thread: AnaGtkBatchPre1 (70366683853216) >15:14:35,398 INFO anaconda: Thread Done: AnaGtkBatchPre1 (70366683853216) >15:14:35,446 INFO anaconda: Running Thread: AnaKeyboardThread (70366683853216) >15:14:35,450 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >15:14:35,524 INFO anaconda: fs space: 0 B needed: 2861.02 MiB >15:14:35,568 INFO anaconda: Running Thread: AnaSourceWatcher (70366665961888) >15:14:35,604 INFO anaconda: Running Thread: AnaSoftwareWatcher (70366625722784) >15:14:35,630 INFO anaconda: Running Thread: AnaStorageWatcher (70366616285600) >15:14:35,633 INFO anaconda: Thread Done: AnaStorageWatcher (70366616285600) >15:14:35,647 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:14:35,658 INFO anaconda: Running Thread: AnaCustomStorageInit (70366616285600) >15:14:35,667 WARN anaconda: /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py:132: Warning: The property GtkTreeView:rules-hint is deprecated and shouldn't be used anymore. It will be removed in a future version. > self.builder.add_objects_from_file(self._findUIFile(), self.builderObjects) > >15:14:35,868 DEBUG anaconda: network: GUI, device configuration added: connection a10892ce-3597-4ede-b206-20e02662f708 device eth0 >15:14:35,884 DEBUG anaconda: network: GUI, connection a10892ce-3597-4ede-b206-20e02662f708 found >15:14:36,009 DEBUG anaconda: updating hostname ppc64lehamzytest2.rch.stglabs.ibm.com >15:14:36,541 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x3fff82e3f950> >15:14:36,547 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x3fff83135dd0> >15:14:36,548 INFO anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x3fff83135dd0> status to: Getting list of layouts... >15:14:36,548 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x3fff832c7590> status to: Probing storage... >15:14:36,548 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x3fff832c7590> status to: Downloading package metadata... >15:14:36,548 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> status to: Downloading package metadata... >15:14:36,549 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> status to: Downloading group metadata... >15:14:36,549 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> status to: Probing storage... >15:14:36,555 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:14:37,188 INFO anaconda: Running Thread: AnaCheckSoftwareThread (70366607896992) >10:14:37,188 INFO anaconda: Thread Done: AnaSoftwareWatcher (70366625722784) >10:14:37,197 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> >10:14:37,203 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> >10:14:37,208 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x3fff832c7590> >10:14:37,208 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> status to: Checking software dependencies... >10:14:37,387 DEBUG anaconda: Setting up repos: [] >10:14:38,375 INFO anaconda: Thread Done: AnaCustomStorageInit (70366616285600) >10:14:40,075 DEBUG anaconda: Entered spoke: StorageSpoke >10:14:40,334 INFO anaconda: Thread Done: AnaNTPserver4 (70366674350496) >10:14:42,381 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x3fff82e3fe10>> on <dictionary-keyiterator object at 0x3fff82e0e520> >10:14:42,382 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (70366740541856) >10:14:42,382 INFO anaconda: Thread Done: AnaKeyboardThread (70366683853216) >10:14:42,514 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x3fff83135dd0> >10:14:42,606 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x3fff82e62290> status to: Wired (eth0) connected >10:14:46,739 INFO anaconda: Thread Done: AnaCheckSoftwareThread (70366607896992) >10:14:46,837 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x3fff83344990> >10:14:46,840 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x3fff832c7590> >10:14:47,409 INFO anaconda: Thread Done: AnaSourceWatcher (70366665961888) >10:14:47,436 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x3fff832c7590> >10:14:59,700 DEBUG anaconda: disk free: 506.91 MiB fs free: 0 B sw needs: 1606.38 MiB auto swap: 4096 MiB >10:14:59,750 INFO anaconda: Running Thread: AnaExecuteStorageThread (70366665961888) >10:14:59,750 DEBUG anaconda: Left spoke: StorageSpoke >10:14:59,978 DEBUG anaconda: new disk order: [] >10:14:59,996 DEBUG anaconda: new disk order: [] >10:15:00,034 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >10:15:00,107 DEBUG anaconda: stage1 device cannot be of type disk >10:15:00,108 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:15:00,109 DEBUG anaconda: _is_valid_size(sda1) returning True >10:15:00,115 DEBUG anaconda: _is_valid_location(sda1) returning False >10:15:00,115 WARN anaconda: sda1 not bootable >10:15:00,116 DEBUG anaconda: _is_valid_format(sda1) returning False >10:15:00,116 DEBUG anaconda: is_valid_stage1_device(sda1) returning False >10:15:00,116 ERR anaconda: BootLoader setup failed: failed to find a suitable stage1 device >10:15:00,117 INFO anaconda: Thread Done: AnaExecuteStorageThread (70366665961888) >10:15:00,394 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-server_ppc64lehamzytest2', 'fedora-server_ppc64lehamzytest2-root', 'fedora-server_ppc64lehamzytest2-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sdb', 'sdb1', 'sdb2', 'sdc', 'sdc1', 'sr0'] >10:15:00,570 DEBUG anaconda: ui: unused=['sdc1', 'sda1'] >10:15:00,571 DEBUG anaconda: ui: new_devices=[] >10:15:00,979 DEBUG anaconda: page clicked: New Fedora-Server 21 Installation >10:15:00,980 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:00,980 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:01,525 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:15:01,525 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> status to: Saving storage configuration... >10:15:01,526 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> status to: Failed to save storage configuration... >10:15:01,530 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:15:04,599 DEBUG anaconda: page clicked: Unknown >10:15:04,599 DEBUG anaconda: show mountpoint: Unknown >10:15:04,602 DEBUG anaconda: populate_right_side: existing 34.18 GiB partition sda1 (6) with existing lvmpv >10:15:04,619 DEBUG anaconda: updated device_disks to ['sda'] >10:15:04,619 DEBUG anaconda: updated device_container_name to None >10:15:04,619 DEBUG anaconda: updated device_container_raid_level to None >10:15:04,620 DEBUG anaconda: updated device_container_encrypted to False >10:15:04,620 DEBUG anaconda: updated device_container_size to 0 >10:15:04,625 DEBUG anaconda: fs type changed: physical volume (LVM) >10:15:04,629 DEBUG anaconda: device_type_changed: 2 <gi.overrides.Gtk.TreeModelRow object at 0x3fff7f0644d0> >10:15:04,630 DEBUG anaconda: populate_raid: 2, None >10:15:04,631 DEBUG anaconda: populate_raid: 2, None >10:15:07,500 DEBUG anaconda: removing device 'existing 34.18 GiB partition sda1 (6) with existing lvmpv' from page Unknown >10:15:11,245 INFO anaconda: ui: removed device sda1 >10:15:11,531 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-server_ppc64lehamzytest2', 'fedora-server_ppc64lehamzytest2-root', 'fedora-server_ppc64lehamzytest2-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sdb1', 'sdb2', 'sdc', 'sr0'] >10:15:11,619 DEBUG anaconda: ui: unused=[] >10:15:11,619 DEBUG anaconda: ui: new_devices=[] >10:15:11,740 DEBUG anaconda: page clicked: New Fedora-Server 21 Installation >10:15:11,740 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:11,741 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:13,955 DEBUG anaconda: page clicked: Fedora Linux 21 for ppc64le >10:15:13,956 DEBUG anaconda: show mountpoint: Fedora Linux 21 for ppc64le >10:15:13,956 DEBUG anaconda: populate_right_side: existing 500 MiB partition sdb1 (16) with existing ext4 filesystem >10:15:13,973 DEBUG anaconda: updated device_disks to ['sdb'] >10:15:13,973 DEBUG anaconda: updated device_container_name to None >10:15:13,973 DEBUG anaconda: updated device_container_raid_level to None >10:15:13,974 DEBUG anaconda: updated device_container_encrypted to False >10:15:13,974 DEBUG anaconda: updated device_container_size to 0 >10:15:13,979 DEBUG anaconda: fs type changed: ext4 >10:15:13,982 DEBUG anaconda: populate_raid: 2, None >10:15:13,983 DEBUG anaconda: populate_right_side: existing 500 MiB partition sdb1 (16) with existing ext4 filesystem >10:15:13,999 DEBUG anaconda: updated device_disks to ['sdb'] >10:15:13,999 DEBUG anaconda: updated device_container_name to None >10:15:14,000 DEBUG anaconda: updated device_container_raid_level to None >10:15:14,000 DEBUG anaconda: updated device_container_encrypted to False >10:15:14,000 DEBUG anaconda: updated device_container_size to 0 >10:15:14,005 DEBUG anaconda: populate_raid: 2, None >10:15:15,574 DEBUG anaconda: removing device 'existing 500 MiB partition sdb1 (16) with existing ext4 filesystem' from page Fedora Linux 21 for ppc64le >10:15:17,965 INFO anaconda: ui: removed device sdb1 >10:15:17,991 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sdc', 'sr0'] >10:15:17,994 DEBUG anaconda: ui: unused=[] >10:15:17,994 DEBUG anaconda: ui: new_devices=[] >10:15:18,002 DEBUG anaconda: page clicked: New Fedora-Server 21 Installation >10:15:18,002 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:18,003 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:20,801 DEBUG anaconda: running automatic partitioning >10:15:20,803 DEBUG anaconda: new disk order: [] >10:15:21,040 DEBUG anaconda: stage1 device cannot be of type disk >10:15:25,088 DEBUG anaconda: new disk order: [] >10:15:25,176 DEBUG anaconda: stage1 device cannot be of type lvmvg >10:15:25,177 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:25,177 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:25,177 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:25,178 DEBUG anaconda: stage1 device cannot be of type disk >10:15:25,178 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:15:25,179 DEBUG anaconda: _is_valid_size(sda1) returning True >10:15:25,179 DEBUG anaconda: _is_valid_location(sda1) returning True >10:15:25,179 WARN anaconda: sda1 not bootable >10:15:25,179 DEBUG anaconda: _is_valid_format(sda1) returning True >10:15:25,180 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >10:15:25,180 DEBUG anaconda: finished automatic partitioning >10:15:25,182 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:15:25,182 DEBUG anaconda: _is_valid_size(sda1) returning True >10:15:25,183 DEBUG anaconda: _is_valid_location(sda1) returning True >10:15:25,183 WARN anaconda: sda1 not bootable >10:15:25,183 DEBUG anaconda: _is_valid_format(sda1) returning True >10:15:25,183 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >10:15:25,183 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >10:15:25,184 DEBUG anaconda: _is_valid_size(sda2) returning True >10:15:25,184 DEBUG anaconda: _is_valid_location(sda2) returning True >10:15:25,184 DEBUG anaconda: _is_valid_partition(sda2) returning True >10:15:25,185 DEBUG anaconda: _is_valid_format(sda2) returning True >10:15:25,185 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >10:15:25,186 DEBUG anaconda: refreshing ui >10:15:25,192 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'fedora-server_ppc64lehamzytest2', 'fedora-server_ppc64lehamzytest2-home', 'fedora-server_ppc64lehamzytest2-root', 'fedora-server_ppc64lehamzytest2-swap', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3', 'sdb', 'sdb1', 'sdc', 'sdc1', 'sr0'] >10:15:25,425 DEBUG anaconda: ui: unused=[] >10:15:25,425 DEBUG anaconda: ui: new_devices=['sda2', 'fedora-server_ppc64lehamzytest2-home', 'sda1', 'fedora-server_ppc64lehamzytest2-swap', 'fedora-server_ppc64lehamzytest2-root'] >10:15:25,696 DEBUG anaconda: page clicked: New Fedora-Server 21 Installation >10:15:25,696 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:25,697 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (233) with non-existent ext4 filesystem mounted at /boot >10:15:25,713 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >10:15:25,714 DEBUG anaconda: updated device_container_name to None >10:15:25,714 DEBUG anaconda: updated device_container_raid_level to None >10:15:25,714 DEBUG anaconda: updated device_container_encrypted to False >10:15:25,714 DEBUG anaconda: updated device_container_size to 0 >10:15:25,721 DEBUG anaconda: populate_raid: 2, None >10:15:25,721 DEBUG anaconda: populate_right_side: non-existent 500 MiB partition sda2 (233) with non-existent ext4 filesystem mounted at /boot >10:15:25,737 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >10:15:25,738 DEBUG anaconda: updated device_container_name to None >10:15:25,738 DEBUG anaconda: updated device_container_raid_level to None >10:15:25,738 DEBUG anaconda: updated device_container_encrypted to False >10:15:25,738 DEBUG anaconda: updated device_container_size to 0 >10:15:25,743 DEBUG anaconda: populate_raid: 2, None >10:15:25,745 DEBUG anaconda: show mountpoint: New Fedora-Server 21 Installation >10:15:25,745 DEBUG anaconda: finished refreshing ui >10:15:25,746 DEBUG anaconda: updating space display >10:15:26,439 DEBUG anaconda: finished updating space display >10:15:29,943 DEBUG anaconda: current selector: non-existent 500 MiB partition sda2 (233) with non-existent ext4 filesystem mounted at /boot >10:15:29,960 DEBUG anaconda: new selector: non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / >10:15:29,977 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / >10:15:29,993 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >10:15:29,994 DEBUG anaconda: updated device_container_name to fedora-server_ppc64lehamzytest2 >10:15:29,994 DEBUG anaconda: updated device_container_raid_level to None >10:15:29,994 DEBUG anaconda: updated device_container_encrypted to False >10:15:29,994 DEBUG anaconda: updated device_container_size to 0 >10:15:30,000 DEBUG anaconda: device_type_changed: 0 <gi.overrides.Gtk.TreeModelRow object at 0x3fff81b333d0> >10:15:30,001 DEBUG anaconda: populate_raid: 0, None >10:15:30,002 DEBUG anaconda: populate_raid: 0, None >10:15:30,352 DEBUG anaconda: new container selection: fedora-server_ppc64lehamzytest2 >10:15:30,352 DEBUG anaconda: default container is fedora-server_ppc64lehamzytest2 >10:15:30,353 DEBUG anaconda: populate_right_side: non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / >10:15:30,370 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >10:15:30,370 DEBUG anaconda: updated device_container_name to fedora-server_ppc64lehamzytest2 >10:15:30,370 DEBUG anaconda: updated device_container_raid_level to None >10:15:30,370 DEBUG anaconda: updated device_container_encrypted to False >10:15:30,371 DEBUG anaconda: updated device_container_size to 0 >10:15:30,376 DEBUG anaconda: populate_raid: 0, None >10:15:30,727 DEBUG anaconda: new container selection: fedora-server_ppc64lehamzytest2 >10:15:30,728 DEBUG anaconda: default container is fedora-server_ppc64lehamzytest2 >10:15:33,877 DEBUG anaconda: container dialog: raid level none >10:15:41,061 DEBUG anaconda: new disks for fedora-server_ppc64lehamzytest2: ['sda', 'sdb', 'sdc'] >10:15:41,062 DEBUG anaconda: new container name: fedora-server_ppc64lehamzytest2 >10:15:41,062 DEBUG anaconda: new container raid level: raid5 >10:15:41,063 DEBUG anaconda: new container encrypted: False >10:15:41,063 DEBUG anaconda: new container size: 0 >10:15:41,063 DEBUG anaconda: fedora-server_ppc64lehamzytest2 -> fedora-server_ppc64lehamzytest2 >10:15:44,069 INFO anaconda: ui: saving changes to device fedora-server_ppc64lehamzytest2-root >10:15:44,070 DEBUG anaconda: reformat: True >10:15:44,754 DEBUG anaconda: old disks: ['sda', 'sdb', 'sdc'] >10:15:44,754 DEBUG anaconda: new disks: ['sda', 'sdb', 'sdc'] >10:15:44,755 DEBUG anaconda: device: non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / >10:15:44,771 DEBUG anaconda: old container_encrypted: False >10:15:44,771 DEBUG anaconda: new container_encrypted: False >10:15:44,771 DEBUG anaconda: old name: root >10:15:44,772 DEBUG anaconda: new name: root >10:15:44,772 DEBUG anaconda: old encrypted: False >10:15:44,772 DEBUG anaconda: new encrypted: False >10:15:44,772 DEBUG anaconda: old container_raid_level: None >10:15:44,772 DEBUG anaconda: new container_raid_level: raid5 >10:15:44,773 DEBUG anaconda: old raid_level: None >10:15:44,773 DEBUG anaconda: new raid_level: None >10:15:44,773 DEBUG anaconda: old label: >10:15:44,773 DEBUG anaconda: new label: >10:15:44,773 DEBUG anaconda: old device_type: 0 >10:15:44,774 DEBUG anaconda: new device_type: 0 >10:15:44,774 DEBUG anaconda: old container_name: fedora-server_ppc64lehamzytest2 >10:15:44,774 DEBUG anaconda: new container_name: fedora-server_ppc64lehamzytest2 >10:15:44,774 DEBUG anaconda: old mountpoint: / >10:15:44,775 DEBUG anaconda: new mountpoint: / >10:15:44,775 DEBUG anaconda: old fstype: ext4 >10:15:44,775 DEBUG anaconda: new fstype: ext4 >10:15:44,775 DEBUG anaconda: old container_size: 0 >10:15:44,775 DEBUG anaconda: new container_size: 0 >10:15:44,776 DEBUG anaconda: old size: 50 GiB >10:15:44,792 DEBUG anaconda: new size: 50 GiB >10:15:51,006 DEBUG anaconda: populate_right_side: non-existent 15.09 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / >10:15:51,022 DEBUG anaconda: updated device_disks to ['sda', 'sdb', 'sdc'] >10:15:51,022 DEBUG anaconda: updated device_container_name to fedora-server_ppc64lehamzytest2 >10:15:51,022 DEBUG anaconda: updated device_container_raid_level to raid5 >10:15:51,023 DEBUG anaconda: updated device_container_encrypted to False >10:15:51,023 DEBUG anaconda: updated device_container_size to 0 >10:15:51,028 DEBUG anaconda: populate_raid: 0, None >10:15:51,962 DEBUG anaconda: new container selection: fedora-server_ppc64lehamzytest2 >10:15:51,962 DEBUG anaconda: default container is fedora-server_ppc64lehamzytest2 >10:15:51,963 DEBUG anaconda: leaving save_right_side >10:15:51,996 DEBUG anaconda: new disk order: [] >10:15:52,026 DEBUG anaconda: stage1 device cannot be of type lvmvg >10:15:52,027 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:52,027 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:52,027 DEBUG anaconda: stage1 device cannot be of type lvmlv >10:15:52,028 DEBUG anaconda: stage1 device cannot be of type mdarray >10:15:52,028 DEBUG anaconda: stage1 device cannot be of type disk >10:15:52,029 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:15:52,029 DEBUG anaconda: _is_valid_size(sda1) returning True >10:15:52,029 DEBUG anaconda: _is_valid_location(sda1) returning True >10:15:52,029 WARN anaconda: sda1 not bootable >10:15:52,030 DEBUG anaconda: _is_valid_format(sda1) returning True >10:15:52,030 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >10:15:52,032 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >10:15:52,032 DEBUG anaconda: _is_valid_size(sda1) returning True >10:15:52,033 DEBUG anaconda: _is_valid_location(sda1) returning True >10:15:52,033 WARN anaconda: sda1 not bootable >10:15:52,033 DEBUG anaconda: _is_valid_format(sda1) returning True >10:15:52,033 DEBUG anaconda: is_valid_stage1_device(sda1) returning True >10:15:52,033 DEBUG anaconda: _is_valid_disklabel(sda2) returning True >10:15:52,034 DEBUG anaconda: _is_valid_size(sda2) returning True >10:15:52,034 DEBUG anaconda: _is_valid_location(sda2) returning True >10:15:52,034 DEBUG anaconda: _is_valid_partition(sda2) returning True >10:15:52,034 DEBUG anaconda: _is_valid_format(sda2) returning True >10:15:52,035 DEBUG anaconda: is_valid_stage2_device(sda2) returning True >10:15:52,101 INFO anaconda: fs space: 15.09 GiB needed: 1606.38 MiB >10:15:52,133 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:15:52,133 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> status to: Checking storage configuration... >10:15:52,136 INFO anaconda: fs space: 15.09 GiB needed: 1606.38 MiB >10:15:52,168 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:15:55,428 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >10:15:55,558 INFO anaconda: fs space: 15.09 GiB needed: 1606.38 MiB >10:15:55,594 INFO anaconda: fs space: 15.09 GiB needed: 1606.38 MiB >10:15:55,626 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x3fff833c5550> >10:15:59,244 DEBUG anaconda: Left hub: SummaryHub >10:15:59,245 DEBUG anaconda: Entered hub: ProgressHub >10:15:59,289 INFO anaconda: Running Thread: AnaInstallThread (70366665961888) >10:16:00,502 INFO anaconda: Setting up the installation environment >10:16:02,323 INFO anaconda: Creating disklabel on /dev/sda >10:16:02,727 INFO anaconda: Creating ext4 on /dev/sda2 >10:16:03,151 INFO anaconda: Creating mdmember on /dev/sda3 >10:16:03,255 INFO anaconda: Creating prepboot on /dev/sda1 >10:16:03,376 INFO anaconda: Creating disklabel on /dev/sdc >10:16:03,608 INFO anaconda: Creating mdmember on /dev/sdc1 >10:16:03,709 INFO anaconda: Creating disklabel on /dev/sdb >10:16:03,912 INFO anaconda: Creating mdmember on /dev/sdb1 >10:16:04,415 INFO anaconda: Creating lvmpv on /dev/md/pv00 >10:16:04,672 DEBUG anaconda: running handleException >10:16:04,673 CRIT anaconda: Traceback (most recent call last): > > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run > threading.Thread.run(self, *args, **kwargs) > > File "/usr/lib64/python2.7/threading.py", line 766, in run > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 178, in doInstall > turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) > > File "/tmp/updates/blivet/__init__.py", line 214, in turnOnFilesystems > storage.doIt() > > File "/tmp/updates/blivet/__init__.py", line 354, in doIt > self.devicetree.processActions() > > File "/tmp/updates/blivet/devicetree.py", line 354, in processActions > action.execute() > > File "/tmp/updates/blivet/deviceaction.py", line 555, in execute > options=self.device.formatArgs) > > File "/tmp/updates/blivet/formats/lvmpv.py", line 129, in create > lvm.pvcreate(self.device) > > File "/tmp/updates/blivet/devicelibs/lvm.py", line 223, in pvcreate > raise LVMError("pvcreate failed for %s: %s" % (device, msg)) > >LVMError: pvcreate failed for /dev/md/pv00: running lvm pvcreate --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --dataalignment 1024k /dev/md/pv00 failed > >10:16:04,674 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >10:16:04,675 INFO anaconda: Thread Done: AnaInstallThread (70366665961888) > > >/tmp/packaging.log: >15:13:56,663 DEBUG packaging: getting release version from tree at None (21) >15:13:56,664 DEBUG packaging: got a release version of 21 >15:14:03,591 INFO packaging: configuring base repo >15:14:03,639 DEBUG packaging: getting release version from tree at file:///run/install/repo (21) >15:14:03,640 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxy: None ; sslverify: True) >15:14:03,642 DEBUG packaging: got a release version of 21 >15:14:03,642 DEBUG packaging: releasever from file:///run/install/repo is 21 >15:14:03,669 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >15:14:03,670 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >15:14:03,670 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >15:14:03,671 DEBUG yum.verbose.plugin: Adding en_US to language list >15:14:03,674 DEBUG yum.verbose.YumBase: Config time: 0.030 >15:14:03,716 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks >15:14:03,717 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >15:14:03,717 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >15:14:03,717 DEBUG yum.verbose.plugin: Adding en_US to language list >15:14:03,720 DEBUG yum.verbose.YumBase: Config time: 0.008 >15:14:03,761 INFO packaging: adding yum repo, name: anaconda, baseurl: file:///run/install/repo, mirrorlist: None >15:14:03,770 DEBUG packaging: disabling repo fedora >15:14:03,775 DEBUG packaging: disabling repo updates-testing >15:14:03,777 DEBUG packaging: disabling repo updates >15:14:03,786 INFO packaging: gathering repo metadata >15:14:03,788 INFO packaging: skipping disabled repo fedora >15:14:03,789 INFO packaging: gathering repo metadata for anaconda >15:14:03,789 DEBUG packaging: getting repo metadata for anaconda >15:14:03,798 DEBUG packaging: getting group info for anaconda >15:14:03,817 INFO packaging: skipping disabled repo updates-testing >15:14:03,818 INFO packaging: skipping disabled repo updates >15:14:03,818 INFO packaging: Refreshing environmentAddons >15:14:03,819 DEBUG yum.verbose.YumBase: Setting up Package Sacks >15:14:03,820 INFO_2 yum.verbose.plugin: Determining fastest mirrors >15:14:04,047 DEBUG yum.verbose.YumBase: pkgsack time: 0.228 >15:14:05,071 DEBUG yum.verbose.YumBase: group time: 1.252 >15:14:05,555 INFO packaging: metadata retrieval complete >10:14:37,182 DEBUG packaging: deleting package sacks >10:14:37,192 INFO packaging: checking software selection >10:14:37,193 DEBUG packaging: deleting package sacks >10:14:37,194 DEBUG packaging: deleting yum transaction info >10:14:37,194 DEBUG packaging: select group core >10:14:37,195 DEBUG yum.verbose.YumBase: Setting up Package Sacks >10:14:37,310 DEBUG yum.verbose.YumBase: pkgsack time: 0.114 >10:14:37,420 DEBUG yum.verbose.YumBase: group time: 0.225 >10:14:37,426 DEBUG yum.verbose.YumBase: rpmdb time: 0.002 >10:14:37,855 DEBUG yum.verbose.YumBase: Obs Init time: 0.423 >10:14:38,030 DEBUG packaging: select group core >10:14:38,033 DEBUG packaging: select group server-product >10:14:38,037 DEBUG packaging: select group domain-client >10:14:38,059 DEBUG packaging: select group hardware-support >10:14:38,067 DEBUG yum.verbose.YumBase: No package named ipw2200-firmware available to be installed >10:14:38,068 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >10:14:38,069 DEBUG yum.verbose.YumBase: No package named ipw2100-firmware available to be installed >10:14:38,086 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >10:14:38,106 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >10:14:38,112 DEBUG packaging: select group standard >10:14:38,131 DEBUG yum.verbose.YumBase: No package named mcelog available to be installed >10:14:38,212 DEBUG yum.verbose.YumBase: No package named pcmciautils available to be installed >10:14:38,237 DEBUG yum.verbose.YumBase: No package named microcode_ctl available to be installed >10:14:38,292 DEBUG yum.verbose.YumBase: No package named PackageKit-yum-plugin available to be installed >10:14:38,327 DEBUG packaging: select group headless-management >10:14:38,340 DEBUG packaging: select group container-management >10:14:38,343 DEBUG yum.verbose.YumBase: No package named docker-io available to be installed >10:14:38,344 CRIT yum.YumBase: Warning: Group container-management does not have any packages to install. >10:14:38,345 DEBUG packaging: select package kernel >10:14:38,354 INFO packaging: selected kernel >10:14:38,363 INFO packaging: checking dependencies >10:14:39,068 DEBUG yum.verbose.YumBase: Building updates object >10:14:39,620 DEBUG yum.verbose.YumBase: up:simple updates time: 0.026 >10:14:39,622 DEBUG yum.verbose.YumBase: up:obs time: 0.001 >10:14:39,623 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >10:14:39,623 DEBUG yum.verbose.YumBase: updates time: 0.554 >10:14:39,625 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.7-3.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,646 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.10.0-4.git20140704.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,664 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.25-3.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,675 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.41.3-1.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,678 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100.2-4.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,685 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.3-5.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,692 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-215-11.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,787 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.ppc64le to require for libnl-genl-3.so.200(libnl_3)(64bit) >10:14:39,789 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.ppc64le to require for libnl-3.so.200(libnl_3)(64bit) >10:14:39,797 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.9.1-7.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,799 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.9.1-7.fc21.ppc64le to require for libgcc_s.so.1(GCC_3.0)(64bit) >10:14:39,828 DEBUG yum.verbose.YumBase: TSINFO: Marking iptables-1.4.21-11.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,839 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.71-3.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,849 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-29.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,859 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.25.1-0.1.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,866 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.12-1.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,884 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.17.0-2.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,901 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.47.4-2.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,918 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-7.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,929 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.7-1.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,930 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.7-1.fc21.ppc64le to require for libplc4.so()(64bit) >10:14:39,931 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.17.0-1.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,935 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.10.0-4.git20140704.fc21.ppc64le to require for libnm-glib.so.4()(64bit) >10:14:39,935 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.ppc64le to require for libnl-genl-3.so.200()(64bit) >10:14:39,936 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.25-3.fc21.ppc64le to require for libnl-3.so.200()(64bit) >10:14:39,938 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.4-2.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,946 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-215-11.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,954 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.3-1.fc21.ppc64le to require for libgmodule-2.0.so.0()(64bit) >10:14:39,955 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.3-1.fc21.ppc64le to require for libglib-2.0.so.0()(64bit) >10:14:39,956 DEBUG yum.verbose.YumBase: Quick matched glib2-2.41.3-1.fc21.ppc64le to require for libgio-2.0.so.0()(64bit) >10:14:39,961 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.8.6-3.fc21.ppc64le as install for 1:NetworkManager-0.9.10.0-4.git20140704.fc21.ppc64le >10:14:39,975 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-3.4.1-15.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:39,984 DEBUG yum.verbose.YumBase: TSINFO: Marking PackageKit-glib-0.9.4-4.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:39,993 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.3-12.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,006 DEBUG yum.verbose.YumBase: TSINFO: Marking comps-extras-23-2.fc21.noarch as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,015 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.8.6-2.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,026 DEBUG yum.verbose.YumBase: TSINFO: Marking libsolv-0.6.4-3.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,031 DEBUG yum.verbose.YumBase: Quick matched libsolv-0.6.4-3.fc21.ppc64le to require for libsolv.so.0()(64bit) >10:14:40,035 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.12.0-0.rc1.1.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,053 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.12.0-0.rc1.1.fc21.ppc64le to require for librpm.so.3()(64bit) >10:14:40,057 DEBUG yum.verbose.YumBase: TSINFO: Marking librepo-1.7.5-2.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,063 DEBUG yum.verbose.YumBase: TSINFO: Marking libhif-0.1.2-5.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,072 DEBUG yum.verbose.YumBase: TSINFO: Marking hawkey-0.5.0-2.fc21.ppc64le as install for PackageKit-0.9.4-4.fc21.ppc64le >10:14:40,077 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,081 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-ureport-2.2.3-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,084 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-logger-2.2.3-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,091 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-bugzilla-2.2.3-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,118 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-fedora-2.2.3-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,129 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-tui-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,146 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-retrace-client-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,167 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-plugin-bodhi-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,175 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-xorg-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,181 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-vmcore-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,190 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python3-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,204 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-python-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,209 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-pstoreoops-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,216 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-kerneloops-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,228 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-addon-ccpp-2.2.2-4.fc21.ppc64le as install for abrt-cli-2.2.2-4.fc21.ppc64le >10:14:40,250 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.52-7.fc21.ppc64le as install for acl-2.2.52-7.fc21.ppc64le >10:14:40,256 DEBUG yum.verbose.YumBase: Quick matched libacl-2.2.52-7.fc21.ppc64le to require for libacl.so.1(ACL_1.0)(64bit) >10:14:40,321 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.47-9.fc21.ppc64le as install for acl-2.2.52-7.fc21.ppc64le >10:14:40,335 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-16.fc21.ppc64le as install for at-3.1.14-5.fc21.ppc64le >10:14:40,336 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.3-4.fc21.ppc64le as install for at-3.1.14-5.fc21.ppc64le >10:14:40,337 DEBUG yum.verbose.YumBase: Quick matched pam-1.1.8-16.fc21.ppc64le to require for libpam.so.0()(64bit) >10:14:40,341 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.4-1.fc21.ppc64le as install for audit-2.4-1.fc21.ppc64le >10:14:40,343 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.12.2-3.fc21.ppc64le as install for audit-2.4-1.fc21.ppc64le >10:14:40,344 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-3.fc21.ppc64le to require for libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) >10:14:40,345 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.62-2.fc21.ppc64le as install for audit-2.4-1.fc21.ppc64le >10:14:40,346 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-79.fc21.ppc64le as install for audit-2.4-1.fc21.ppc64le >10:14:40,347 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.12.2-3.fc21.ppc64le to require for libgssapi_krb5.so.2()(64bit) >10:14:40,347 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.4-1.fc21.ppc64le to require for libaudit.so.1()(64bit) >10:14:40,362 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.8-4.1.fc21.ppc64le as install for authconfig-6.2.9-3.fc21.ppc64le >10:14:40,373 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.4-2.fc21.ppc64le as install for authconfig-6.2.9-3.fc21.ppc64le >10:14:40,382 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-python-0.52.17-4.fc21.ppc64le as install for authconfig-6.2.9-3.fc21.ppc64le >10:14:40,394 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-1.0.1i-3.fc21.ppc64le as install for authconfig-6.2.9-3.fc21.ppc64le >10:14:40,407 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-18-3.fc21.ppc64le as install for b43-openfwwf-5.2-11.fc21.noarch >10:14:40,416 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-16.20140323.fc21.ppc64le as install for bash-4.3.22-1.fc21.ppc64le >10:14:40,428 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.28-6.fc21.ppc64le as install for 1:bash-completion-2.1-5.fc21.noarch >10:14:40,441 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.2-5.fc21.ppc64le as install for bc-1.06.95-13.fc21.ppc64le >10:14:40,460 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-5.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,471 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.8-7.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,494 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-5.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,504 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-9.9.5-9.P1.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,515 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.ppc64le to require for libisccfg.so.90()(64bit) >10:14:40,515 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.ppc64le to require for libisccc.so.90()(64bit) >10:14:40,518 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-9.9.5-9.P1.fc21.ppc64le to require for libisc.so.95()(64bit) >10:14:40,524 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1i-3.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,534 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.11-3.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,596 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.24-7.fc21.ppc64le as install for 32:bind-utils-9.9.5-9.P1.fc21.ppc64le >10:14:40,607 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.25.1-0.1.fc21.ppc64le as install for btrfs-progs-3.14.2-4.fc21.ppc64le >10:14:40,615 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.ppc64le to require for libblkid.so.1(BLKID_2.15)(64bit) >10:14:40,616 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.25.1-0.1.fc21.ppc64le to require for libblkid.so.1(BLKID_1.0)(64bit) >10:14:40,619 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.08-3.fc21.ppc64le as install for btrfs-progs-3.14.2-4.fc21.ppc64le >10:14:40,627 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.11-3.fc21.ppc64le as install for btrfs-progs-3.14.2-4.fc21.ppc64le >10:14:40,633 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-14.fc21.ppc64le as install for bzip2-1.0.6-14.fc21.ppc64le >10:14:40,641 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libwbclient-4.1.11-1.fc21.2.ppc64le as install for cifs-utils-6.4-2.fc21.ppc64le >10:14:40,655 DEBUG yum.verbose.YumBase: TSINFO: Marking libtalloc-2.1.1-3.fc21.ppc64le as install for cifs-utils-6.4-2.fc21.ppc64le >10:14:40,666 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.9-4.fc21.ppc64le as install for cifs-utils-6.4-2.fc21.ppc64le >10:14:40,667 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.9-4.fc21.ppc64le to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >10:14:40,676 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-1.5.9-4.fc21.ppc64le as install for cifs-utils-6.4-2.fc21.ppc64le >10:14:40,683 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.4-7.fc21.ppc64le as install for cifs-utils-6.4-2.fc21.ppc64le >10:14:40,701 DEBUG yum.verbose.YumBase: TSINFO: Marking udisks2-2.1.3-4.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,716 DEBUG yum.verbose.YumBase: TSINFO: Marking storaged-0.3.0-3.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,732 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-2.02.110-1.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,755 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.41.4-2.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,768 DEBUG yum.verbose.YumBase: TSINFO: Marking cockpit-assets-0.20-2.fc21.noarch as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libudisks2-2.1.3-4.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,779 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh-0.6.3-3.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,787 DEBUG yum.verbose.YumBase: TSINFO: Marking json-glib-1.0.2-4.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,796 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-libs-0.6.37-3.fc21.ppc64le as install for cockpit-0.20-2.fc21.ppc64le >10:14:40,862 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-libs-1.8.11-3.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,866 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-1.8.11-3.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,871 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.17.0-2.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,897 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.9.1-7.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,899 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.ppc64le to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >10:14:40,901 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.9.1-7.fc21.ppc64le to require for libstdc++.so.6(CXXABI_1.3)(64bit) >10:14:40,902 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.17.0-1.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,910 DEBUG yum.verbose.YumBase: TSINFO: Marking pcsc-lite-ccid-1.4.17-2.fc21.ppc64le as install for coolkey-1.1.0-26.fc21.ppc64le >10:14:40,931 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.20-3.fc21.ppc64le as install for coreutils-8.22-18.fc21.ppc64le >10:14:40,940 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-6.0.0-6.fc21.ppc64le as install for coreutils-8.22-18.fc21.ppc64le >10:14:40,945 DEBUG yum.verbose.YumBase: Quick matched 1:gmp-6.0.0-6.fc21.ppc64le to require for libgmp.so.10()(64bit) >10:14:40,952 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-9.fc21.ppc64le as install for cronie-1.4.11-9.fc21.ppc64le >10:14:40,974 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-9.fc21.ppc64le as install for cronie-1.4.11-9.fc21.ppc64le >10:14:40,981 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.6-1.fc21.ppc64le as install for cryptsetup-1.6.6-1.fc21.ppc64le >10:14:40,997 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-7.fc21.ppc64le as install for cryptsetup-1.6.6-1.fc21.ppc64le >10:14:41,007 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.16-5.fc21.ppc64le as install for cryptsetup-1.6.6-1.fc21.ppc64le >10:14:41,020 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.37.0-6.fc21.ppc64le as install for curl-7.37.0-6.fc21.ppc64le >10:14:41,035 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-15.fc21.ppc64le as install for curl-7.37.0-6.fc21.ppc64le >10:14:41,042 DEBUG yum.verbose.YumBase: TSINFO: Marking libmetalink-0.1.2-7.fc21.ppc64le as install for curl-7.37.0-6.fc21.ppc64le >10:14:41,047 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.39-11.fc21.ppc64le as install for curl-7.37.0-6.fc21.ppc64le >10:14:41,108 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.39-11.fc21.ppc64le to require for liblber-2.4.so.2()(64bit) >10:14:41,118 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-19.fc21.ppc64le as install for cyrus-sasl-plain-2.1.26-19.fc21.ppc64le >10:14:41,131 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-10.fc21.ppc64le as install for 1:dbus-1.8.6-3.fc21.ppc64le >10:14:41,142 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-14alpha.fc21.ppc64le as install for deltarpm-3.6-6.fc21.ppc64le >10:14:41,145 DEBUG yum.verbose.YumBase: Quick matched xz-libs-5.1.2-14alpha.fc21.ppc64le to require for liblzma.so.5()(64bit) >10:14:41,154 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.3.1-6.fc21.ppc64le as install for 12:dhclient-4.3.1-6.fc21.ppc64le >10:14:41,169 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.3.1-6.fc21.ppc64le as install for 12:dhclient-4.3.1-6.fc21.ppc64le >10:14:41,174 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.1.1-5.fc21.ppc64le as install for 12:dhclient-4.3.1-6.fc21.ppc64le >10:14:41,181 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.5-9.P1.fc21.ppc64le as install for 12:dhclient-4.3.1-6.fc21.ppc64le >10:14:41,188 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.ppc64le to require for libisc-export.so.95()(64bit) >10:14:41,189 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.ppc64le to require for libirs-export.so.91()(64bit) >10:14:41,190 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.5-9.P1.fc21.ppc64le to require for libdns-export.so.100()(64bit) >10:14:41,196 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-038-15.git20140724.fc21.ppc64le as install for dracut-config-rescue-038-15.git20140724.fc21.ppc64le >10:14:41,211 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:rmt-1.5.3-2.fc21.ppc64le as install for 1:dump-0.4-0.23.b44.fc21.ppc64le >10:14:41,221 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.11-3.fc21.ppc64le as install for e2fsprogs-1.42.11-3.fc21.ppc64le >10:14:41,222 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.11-3.fc21.ppc64le to require for libss.so.2()(64bit) >10:14:41,229 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-release-21-0.13.noarch as install for fedora-release-server-21-0.13.noarch >10:14:41,239 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.19-4.fc21.ppc64le as install for file-5.19-4.fc21.ppc64le >10:14:41,242 DEBUG yum.verbose.YumBase: Quick matched file-libs-5.19-4.fc21.ppc64le to require for libmagic.so.1()(64bit) >10:14:41,248 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-dbus-0.6.0-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,252 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-5.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,258 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.13.90-2.fc21.ppc64le as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,287 DEBUG yum.verbose.YumBase: TSINFO: Marking firewalld-config-server-0.3.11-3.fc21.noarch as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,349 DEBUG yum.verbose.YumBase: TSINFO: Marking ebtables-2.0.10-16.fc21.ppc64le as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,354 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.2.0-6.fc21.ppc64le as install for firewalld-0.3.11-3.fc21.noarch >10:14:41,363 DEBUG yum.verbose.YumBase: TSINFO: Marking fprintd-0.5.1-3.fc21.ppc64le as install for fprintd-pam-0.5.1-3.fc21.ppc64le >10:14:41,376 DEBUG yum.verbose.YumBase: TSINFO: Marking freeipa-python-4.0.1-1.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,390 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-1.32.5-1906.svn2451.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,403 DEBUG yum.verbose.YumBase: TSINFO: Marking certmonger-0.75.6-1.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,420 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ldap-2.4.6-7.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,427 DEBUG yum.verbose.YumBase: TSINFO: Marking python-krbV-1.0.90-9.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,431 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dns-1.11.1-4.fc21.noarch as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,439 DEBUG yum.verbose.YumBase: TSINFO: Marking ntp-4.2.6p5-23.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,455 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-1.12.0-7.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,480 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfsidmap-0.26-0.1.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,490 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-workstation-1.12.2-3.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,509 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-gssapi-2.1.26-19.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,514 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:autofs-5.1.0-6.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,572 DEBUG yum.verbose.YumBase: TSINFO: Marking xmlrpc-c-client-1.32.5-1906.svn2451.fc21.ppc64le as install for freeipa-client-4.0.1-1.fc21.ppc64le >10:14:41,575 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.19.90-35.fc21.ppc64le as install for glibc-2.19.90-35.fc21.ppc64le >10:14:41,576 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.17.0-1.fc21.ppc64le as install for glibc-2.19.90-35.fc21.ppc64le >10:14:41,577 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-freebl-3.17.0-1.fc21.ppc64le to require for libfreebl3.so()(64bit) >10:14:41,580 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.3-7.fc21.ppc64le as install for gnupg2-2.0.25-2.fc21.ppc64le >10:14:41,581 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.6.1-7.fc21.ppc64le as install for gnupg2-2.0.25-2.fc21.ppc64le >10:14:41,582 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-5.fc21.ppc64le as install for gnupg2-2.0.25-2.fc21.ppc64le >10:14:41,583 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-25.fc21.ppc64le as install for gnupg2-2.0.25-2.fc21.ppc64le >10:14:41,584 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.13-3.fc21.ppc64le as install for gnupg2-2.0.25-2.fc21.ppc64le >10:14:41,588 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-US-0.20121024-8.fc21.noarch as install for hunspell-1.3.3-3.fc21.ppc64le >10:14:41,592 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.12-7.fc21.ppc64le as install for initscripts-9.55-2.fc21.ppc64le >10:14:41,595 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.28-9.fc21.ppc64le as install for iproute-3.16.0-2.fc21.ppc64le >10:14:41,596 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-atm-libs-2.5.1-11.fc21.ppc64le as install for iproute-3.16.0-2.fc21.ppc64le >10:14:41,599 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-4.fc21.ppc64le as install for iptstate-2.2.5-5.fc21.ppc64le >10:14:41,603 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-4.fc21.ppc64le as install for 2:irqbalance-1.0.7-8.fc21.ppc64le >10:14:41,604 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-4.fc21.ppc64le to require for libnuma.so.1(libnuma_1.1)(64bit) >10:14:41,604 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-4.fc21.ppc64le to require for libnuma.so.1()(64bit) >10:14:41,606 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn2-0.8-7.fc21.ppc64le as install for jwhois-4.0-37.fc21.ppc64le >10:14:41,608 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.ppc64le >10:14:41,610 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-legacy-2.0.2-3.fc21.noarch as install for kbd-2.0.2-3.fc21.ppc64le >10:14:41,697 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-modules-3.16.1-301.fc21.ppc64le as install for kernel-3.16.1-301.fc21.ppc64le >10:14:41,982 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-core-3.16.1-301.fc21.ppc64le as install for kernel-3.16.1-301.fc21.ppc64le >10:14:41,993 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-11.fc21.ppc64le as install for less-458-13.fc21.ppc64le >10:14:42,009 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.3.7-1.fc21.ppc64le as install for lftp-4.5.4-3.fc21.ppc64le >10:14:42,015 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.3.7-1.fc21.ppc64le to require for libgnutls.so.28()(64bit) >10:14:42,025 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.6-5.fc21.ppc64le as install for man-db-2.6.7.1-6.fc21.ppc64le >10:14:42,032 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.3.0-4.fc21.ppc64le as install for man-db-2.6.7.1-6.fc21.ppc64le >10:14:42,037 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.11-4.fc21.ppc64le as install for man-db-2.6.7.1-6.fc21.ppc64le >10:14:42,043 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-filesystem-2.2.3-4.fc21.ppc64le as install for mdadm-3.3.2-1.fc21.ppc64le >10:14:42,072 DEBUG yum.verbose.YumBase: TSINFO: Marking libtirpc-0.2.5-0.1.fc21.ppc64le as install for 1:nfs-utils-1.3.0-6.0.fc21.ppc64le >10:14:42,079 DEBUG yum.verbose.YumBase: TSINFO: Marking rpcbind-0.2.1-2.0.fc21.ppc64le as install for 1:nfs-utils-1.3.0-6.0.fc21.ppc64le >10:14:42,087 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.25.1-0.1.fc21.ppc64le as install for 1:nfs-utils-1.3.0-6.0.fc21.ppc64le >10:14:42,090 DEBUG yum.verbose.YumBase: Quick matched libmount-2.25.1-0.1.fc21.ppc64le to require for libmount >10:14:42,097 DEBUG yum.verbose.YumBase: TSINFO: Marking libevent-2.0.21-6.fc21.ppc64le as install for 1:nfs-utils-1.3.0-6.0.fc21.ppc64le >10:14:42,105 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-libs-1.02.89-1.fc21.ppc64le as install for 1:nfs-utils-1.3.0-6.0.fc21.ppc64le >10:14:42,117 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-5.fc21.ppc64le as install for 2:nmap-ncat-6.47-1.fc21.ppc64le >10:14:42,125 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.2.2-8.fc21.ppc64le as install for 2:nmap-ncat-6.47-1.fc21.ppc64le >10:14:42,141 DEBUG yum.verbose.YumBase: TSINFO: Marking newt-0.52.17-4.fc21.ppc64le as install for ntsysv-1.3.62-2.fc21.ppc64le >10:14:42,152 DEBUG yum.verbose.YumBase: Quick matched newt-0.52.17-4.fc21.ppc64le to require for libnewt.so.0.52()(64bit) >10:14:42,159 DEBUG yum.verbose.YumBase: TSINFO: Marking oddjob-0.33-3.fc21.ppc64le as install for oddjob-mkhomedir-0.33-3.fc21.ppc64le >10:14:42,168 DEBUG yum.verbose.YumBase: TSINFO: Marking psmisc-22.21-5.fc21.ppc64le as install for oddjob-mkhomedir-0.33-3.fc21.ppc64le >10:14:42,180 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-software-0.4.2-4.fc21.noarch as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,186 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-service-0.4.2-4.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,193 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-providers-0.4.2-4.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,199 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-powermanagement-0.4.2-4.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,210 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-hardware-0.4.2-4.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,223 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-account-0.4.2-4.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,234 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-storage-0.7.1-3.fc21.noarch as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,244 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-networking-0.2.2-5.fc21.ppc64le as install for openlmi-1.0.1-4.fc21.noarch >10:14:42,255 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.6.1p1-4.fc21.ppc64le as install for openssh-clients-6.6.1p1-4.fc21.ppc64le >10:14:42,268 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.1-8.20140213cvs.fc21.ppc64le as install for openssh-clients-6.6.1p1-4.fc21.ppc64le >10:14:42,289 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.3-4.fc21.ppc64le as install for parted-3.2-3.fc21.ppc64le >10:14:42,298 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-6.fc21.ppc64le as install for passwd-0.79-5.fc21.ppc64le >10:14:42,310 DEBUG yum.verbose.YumBase: TSINFO: Marking passwdqc-lib-1.3.0-3.fc21.ppc64le as install for passwdqc-1.3.0-3.fc21.ppc64le >10:14:42,320 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-4.fc21.ppc64le as install for pciutils-3.2.1-4.fc21.ppc64le >10:14:42,322 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.ppc64le to require for libpci.so.3(LIBPCI_3.2)(64bit) >10:14:42,322 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.ppc64le to require for libpci.so.3(LIBPCI_3.1)(64bit) >10:14:42,323 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-4.fc21.ppc64le to require for libpci.so.3(LIBPCI_3.0)(64bit) >10:14:42,325 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-18-3.fc21.ppc64le as install for pciutils-3.2.1-4.fc21.ppc64le >10:14:42,333 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.269-1.fc21.noarch as install for pciutils-3.2.1-4.fc21.ppc64le >10:14:42,341 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.25.rc2.fc21.noarch as install for pinfo-0.6.10-10.fc21.ppc64le >10:14:42,351 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-7.2013.08.14.fc21.ppc64le as install for plymouth-0.8.9-7.2013.08.14.fc21.ppc64le >10:14:42,357 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-7.2013.08.14.fc21.ppc64le as install for plymouth-0.8.9-7.2013.08.14.fc21.ppc64le >10:14:42,361 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-7.2013.08.14.fc21.ppc64le to require for libply-splash-core.so.2()(64bit) >10:14:42,364 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.56-2.fc21.ppc64le as install for plymouth-0.8.9-7.2013.08.14.fc21.ppc64le >10:14:42,374 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.3-4.fc21.ppc64le as install for policycoreutils-2.3-7.1.fc21.ppc64le >10:14:42,383 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.3-6.fc21.ppc64le as install for policycoreutils-2.3-7.1.fc21.ppc64le >10:14:42,386 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-9.fc21.ppc64le as install for policycoreutils-2.3-7.1.fc21.ppc64le >10:14:42,388 DEBUG yum.verbose.YumBase: TSINFO: Marking powerpc-utils-1.2.20-1.fc21.ppc64le as install for ppc64-utils-0.14-17.fc21.ppc64le >10:14:42,393 DEBUG yum.verbose.YumBase: TSINFO: Marking lsvpd-1.7.4-4.fc21.ppc64le as install for ppc64-utils-0.14-17.fc21.ppc64le >10:14:42,398 DEBUG yum.verbose.YumBase: TSINFO: Marking libvpd-2.2.3-3.fc21.ppc64le as install for ppc64-utils-0.14-17.fc21.ppc64le >10:14:42,402 DEBUG yum.verbose.YumBase: TSINFO: Marking kernel-bootwrapper-3.16.1-301.fc21.ppc64le as install for ppc64-utils-0.14-17.fc21.ppc64le >10:14:42,405 DEBUG yum.verbose.YumBase: TSINFO: Marking binutils-2.24-21.fc21.ppc64le as install for ppc64-utils-0.14-17.fc21.ppc64le >10:14:42,412 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:quota-nls-4.01-14.fc21.noarch as install for 1:quota-4.01-14.fc21.ppc64le >10:14:42,417 DEBUG yum.verbose.YumBase: TSINFO: Marking python-futures-2.1.6-3.fc21.noarch as install for rolekit-0.0.3-1.fc21.noarch >10:14:42,422 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.28-9.fc21.ppc64le as install for rpm-4.12.0-0.rc1.1.fc21.ppc64le >10:14:42,424 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.160-1.fc21.ppc64le as install for rpm-4.12.0-0.rc1.1.fc21.ppc64le >10:14:42,425 DEBUG yum.verbose.YumBase: TSINFO: Marking libarchive-3.1.2-10.fc21.ppc64le as install for rpm-4.12.0-0.rc1.1.fc21.ppc64le >10:14:42,432 DEBUG yum.verbose.YumBase: TSINFO: Marking liblogging-stdlog-1.0.4-4.fc21.ppc64le as install for rsyslog-7.4.10-4.fc21.ppc64le >10:14:42,433 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.12-5.fc21.ppc64le as install for rsyslog-7.4.10-4.fc21.ppc64le >10:14:42,434 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-4.fc21.ppc64le as install for rsyslog-7.4.10-4.fc21.ppc64le >10:14:42,448 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-winbind-modules-4.1.11-1.fc21.2.ppc64le as install for 2:samba-winbind-4.1.11-1.fc21.2.ppc64le >10:14:42,456 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-libs-4.1.11-1.fc21.2.ppc64le as install for 2:samba-winbind-4.1.11-1.fc21.2.ppc64le >10:14:42,459 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:samba-common-4.1.11-1.fc21.2.ppc64le as install for 2:samba-winbind-4.1.11-1.fc21.2.ppc64le >10:14:42,463 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libtrusts_util.so(SAMBA_4.1.11)(64bit) >10:14:42,464 DEBUG yum.verbose.YumBase: TSINFO: Marking libtevent-0.9.21-3.fc21.ppc64le as install for 2:samba-winbind-4.1.11-1.fc21.2.ppc64le >10:14:42,465 DEBUG yum.verbose.YumBase: Quick matched libtevent-0.9.21-3.fc21.ppc64le to require for libtevent.so.0(TEVENT_0.9.12)(64bit) >10:14:42,467 DEBUG yum.verbose.YumBase: TSINFO: Marking libtdb-1.3.0-4.fc21.ppc64le as install for 2:samba-winbind-4.1.11-1.fc21.2.ppc64le >10:14:42,468 DEBUG yum.verbose.YumBase: Quick matched libtdb-1.3.0-4.fc21.ppc64le to require for libtdb.so.1(TDB_1.2.1)(64bit) >10:14:42,468 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbldaphelper.so(SAMBA_4.1.11)(64bit) >10:14:42,469 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbldap.so.0(SMBLDAP_0)(64bit) >10:14:42,469 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbd_shim.so(SAMBA_4.1.11)(64bit) >10:14:42,469 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbconf.so.0(SMBCONF_0)(64bit) >10:14:42,469 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmb_transport.so(SAMBA_4.1.11)(64bit) >10:14:42,470 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsecrets3.so(SAMBA_4.1.11)(64bit) >10:14:42,470 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba3-util.so(SAMBA_4.1.11)(64bit) >10:14:42,470 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) >10:14:42,470 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-sockets.so(SAMBA_4.1.11)(64bit) >10:14:42,471 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-security.so(SAMBA_4.1.11)(64bit) >10:14:42,471 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-modules.so(SAMBA_4.1.11)(64bit) >10:14:42,471 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) >10:14:42,472 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libreplace.so(SAMBA_4.1.11)(64bit) >10:14:42,472 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libnpa_tstream.so(SAMBA_4.1.11)(64bit) >10:14:42,473 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr.so.0(NDR_0.0.1)(64bit) >10:14:42,473 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) >10:14:42,473 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr-samba.so(SAMBA_4.1.11)(64bit) >10:14:42,473 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libmsrpc3.so(SAMBA_4.1.11)(64bit) >10:14:42,474 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibsmb.so(SAMBA_4.1.11)(64bit) >10:14:42,474 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibcli_netlogon3.so(SAMBA_4.1.11)(64bit) >10:14:42,474 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibcli_lsa3.so(SAMBA_4.1.11)(64bit) >10:14:42,474 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libkrb5samba.so(SAMBA_4.1.11)(64bit) >10:14:42,475 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libgse.so(SAMBA_4.1.11)(64bit) >10:14:42,475 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libgensec.so.0(GENSEC_0.0.1)(64bit) >10:14:42,475 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libflag_mapping.so(SAMBA_4.1.11)(64bit) >10:14:42,475 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liberrors.so(SAMBA_4.1.11)(64bit) >10:14:42,476 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdcerpc-samba.so(SAMBA_4.1.11)(64bit) >10:14:42,476 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdcerpc-binding.so.0(DCERPC_BINDING_0.0.1)(64bit) >10:14:42,476 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdbwrap.so(SAMBA_4.1.11)(64bit) >10:14:42,476 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcliauth.so(SAMBA_4.1.11)(64bit) >10:14:42,477 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcli_smb_common.so(SAMBA_4.1.11)(64bit) >10:14:42,477 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcli-ldap-common.so(SAMBA_4.1.11)(64bit) >10:14:42,477 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libauthkrb5.so(SAMBA_4.1.11)(64bit) >10:14:42,477 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libauth.so(SAMBA_4.1.11)(64bit) >10:14:42,478 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libads.so(SAMBA_4.1.11)(64bit) >10:14:42,478 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libutil_tdb.so()(64bit) >10:14:42,478 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libtrusts_util.so()(64bit) >10:14:42,480 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbldaphelper.so()(64bit) >10:14:42,480 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbldap.so.0()(64bit) >10:14:42,480 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbd_shim.so()(64bit) >10:14:42,480 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmbconf.so.0()(64bit) >10:14:42,481 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsmb_transport.so()(64bit) >10:14:42,481 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsecrets3.so()(64bit) >10:14:42,481 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba3-util.so()(64bit) >10:14:42,482 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-util.so.0()(64bit) >10:14:42,482 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-sockets.so()(64bit) >10:14:42,482 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-security.so()(64bit) >10:14:42,482 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-modules.so()(64bit) >10:14:42,482 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libsamba-hostconfig.so.0()(64bit) >10:14:42,483 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libreplace.so()(64bit) >10:14:42,484 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libnpa_tstream.so()(64bit) >10:14:42,484 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr.so.0()(64bit) >10:14:42,484 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr-standard.so.0()(64bit) >10:14:42,485 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libndr-samba.so()(64bit) >10:14:42,485 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libmsrpc3.so()(64bit) >10:14:42,485 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibsmb.so()(64bit) >10:14:42,485 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibcli_netlogon3.so()(64bit) >10:14:42,485 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liblibcli_lsa3.so()(64bit) >10:14:42,486 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libkrb5samba.so()(64bit) >10:14:42,486 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libgse.so()(64bit) >10:14:42,486 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libgensec.so.0()(64bit) >10:14:42,486 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libflag_mapping.so()(64bit) >10:14:42,487 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for liberrors.so()(64bit) >10:14:42,487 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdcerpc-samba.so()(64bit) >10:14:42,487 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdcerpc-binding.so.0()(64bit) >10:14:42,487 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libdbwrap.so()(64bit) >10:14:42,487 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcliauth.so()(64bit) >10:14:42,488 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcli_smb_common.so()(64bit) >10:14:42,488 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libcli-ldap-common.so()(64bit) >10:14:42,488 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libauthkrb5.so()(64bit) >10:14:42,488 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libauth.so()(64bit) >10:14:42,489 DEBUG yum.verbose.YumBase: Quick matched 2:samba-libs-4.1.11-1.fc21.2.ppc64le to require for libads.so()(64bit) >10:14:42,490 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.13.1-76.fc21.noarch as install for selinux-policy-targeted-3.13.1-76.fc21.noarch >10:14:42,491 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.13.1-76.fc21.noarch to require for selinux-policy >10:14:42,493 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-6.fc21.ppc64le as install for setuptool-1.19.11-9.fc21.ppc64le >10:14:42,499 DEBUG yum.verbose.YumBase: TSINFO: Marking mailx-12.5-13.fc21.ppc64le as install for 1:smartmontools-6.2-8.fc21.ppc64le >10:14:42,524 DEBUG yum.verbose.YumBase: TSINFO: Marking ssmtp-2.64-13.fc21.ppc64le as install for 1:smartmontools-6.2-8.fc21.ppc64le >10:14:42,527 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-14alpha.fc21.ppc64le as install for sos-3.2-0.1.a.fc21.noarch >10:14:42,528 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.12.0-0.rc1.1.fc21.ppc64le as install for sos-3.2-0.1.a.fc21.noarch >10:14:42,530 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-5.fc21.ppc64le as install for sos-3.2-0.1.a.fc21.noarch >10:14:42,533 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-proxy-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,535 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ldap-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,536 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,539 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ipa-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,541 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-common-pac-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,543 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-ad-1.12.0-7.fc21.ppc64le as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,551 DEBUG yum.verbose.YumBase: TSINFO: Marking python-sssdconfig-1.12.0-7.fc21.noarch as install for sssd-1.12.0-7.fc21.ppc64le >10:14:42,565 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.160-1.fc21.ppc64le as install for systemd-215-11.fc21.ppc64le >10:14:42,566 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.ppc64le to require for libdw.so.1(ELFUTILS_0.130)(64bit) >10:14:42,567 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.160-1.fc21.ppc64le to require for libdw.so.1(ELFUTILS_0.122)(64bit) >10:14:42,567 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.2-4.fc21.ppc64le as install for systemd-215-11.fc21.ppc64le >10:14:42,580 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le as install for 2:tog-pegasus-2.13.0-17.fc21.ppc64le >10:14:42,582 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:net-snmp-libs-5.7.2-21.fc21.ppc64le as install for 2:tog-pegasus-2.13.0-17.fc21.ppc64le >10:14:42,583 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2014.2.1-1.0.fc21.noarch as install for 2:tog-pegasus-2.13.0-17.fc21.ppc64le >10:14:42,584 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegwql.so.1()(64bit) >10:14:42,585 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpeguser.so.1()(64bit) >10:14:42,585 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegslp.so.1()(64bit) >10:14:42,585 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegservice.so.1()(64bit) >10:14:42,585 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegserver.so.1()(64bit) >10:14:42,585 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegrepository.so.1()(64bit) >10:14:42,586 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegqueryexpression.so.1()(64bit) >10:14:42,586 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegquerycommon.so.1()(64bit) >10:14:42,586 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegprovidermanager.so.1()(64bit) >10:14:42,586 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegprovider.so.1()(64bit) >10:14:42,587 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegprm.so.1()(64bit) >10:14:42,587 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegpmservice.so.1()(64bit) >10:14:42,587 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegpmrouter.so.1()(64bit) >10:14:42,588 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegindicationservice.so.1()(64bit) >10:14:42,588 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpeghandlerservice.so.1()(64bit) >10:14:42,588 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpeghandler.so.1()(64bit) >10:14:42,588 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpeggetoopt.so.1()(64bit) >10:14:42,588 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpeggeneral.so.1()(64bit) >10:14:42,589 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegexportserver.so.1()(64bit) >10:14:42,589 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegcql.so.1()(64bit) >10:14:42,589 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegconfig.so.1()(64bit) >10:14:42,589 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegcompiler.so.1()(64bit) >10:14:42,590 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegcommon.so.1()(64bit) >10:14:42,590 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegcliutils.so.1()(64bit) >10:14:42,590 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegclient.so.1()(64bit) >10:14:42,590 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libpegauthentication.so.1()(64bit) >10:14:42,591 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libUserAuthProvider.so.1()(64bit) >10:14:42,591 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libProviderRegistrationProvider.so.1()(64bit) >10:14:42,591 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libNamespaceProvider.so.1()(64bit) >10:14:42,591 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libInteropProvider.so.1()(64bit) >10:14:42,592 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libDefaultProviderManager.so.1()(64bit) >10:14:42,592 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libConfigSettingProvider.so.1()(64bit) >10:14:42,592 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libCertificateProvider.so.1()(64bit) >10:14:42,592 DEBUG yum.verbose.YumBase: Quick matched 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le to require for libCIMQueryCapabilitiesProvider.so.1()(64bit) >10:14:42,595 DEBUG yum.verbose.YumBase: TSINFO: Marking dtc-1.4.0-5.fc21.ppc64le as install for uboot-tools-2014.04-7.fc21.ppc64le >10:14:42,598 DEBUG yum.verbose.YumBase: TSINFO: Marking usb_modeswitch-data-20140327-2.fc21.noarch as install for usb_modeswitch-2.1.1-3.fc21.ppc64le >10:14:42,602 DEBUG yum.verbose.YumBase: TSINFO: Marking jimtcl-0.75-3.fc21.ppc64le as install for usb_modeswitch-2.1.1-3.fc21.ppc64le >10:14:42,604 DEBUG yum.verbose.YumBase: TSINFO: Marking libusbx-1.0.19-2.fc21.ppc64le as install for usb_modeswitch-2.1.1-3.fc21.ppc64le >10:14:42,612 DEBUG yum.verbose.YumBase: TSINFO: Marking libsmartcols-2.25.1-0.1.fc21.ppc64le as install for util-linux-2.25.1-0.1.fc21.ppc64le >10:14:42,613 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-6.fc21.ppc64le as install for util-linux-2.25.1-0.1.fc21.ppc64le >10:14:42,617 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.35-6.fc21.1.ppc64le as install for wget-1.15-3.fc21.ppc64le >10:14:42,619 DEBUG yum.verbose.YumBase: TSINFO: Marking crda-3.13_2014.06.13-2.fc21.ppc64le as install for 1:wireless-tools-29-12.1.fc21.ppc64le >10:14:42,622 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-14.fc21.ppc64le as install for yum-3.4.3-153.fc21.noarch >10:14:42,623 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10.1-2.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >10:14:42,624 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.3-4.fc21.ppc64le as install for yum-3.4.3-153.fc21.noarch >10:14:42,625 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-15.fc21.noarch as install for yum-3.4.3-153.fc21.noarch >10:14:42,626 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-13.fc21.ppc64le as install for yum-3.4.3-153.fc21.noarch >10:14:42,627 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-12.fc21.ppc64le as install for yum-3.4.3-153.fc21.noarch >10:14:42,628 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-python-0.0.27-1.fc21.noarch as install for yum-langpacks-0.4.3-2.fc21.noarch >10:14:42,630 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kitchen-1.1.1-7.fc21.noarch as install for yum-utils-1.1.31-24.fc21.noarch >10:14:42,643 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.41.4-2.fc21.ppc64le as install for PackageKit-glib-0.9.4-4.fc21.ppc64le >10:14:42,645 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python-2.2.2-4.fc21.ppc64le as install for abrt-2.2.2-4.fc21.ppc64le >10:14:42,647 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-libs-2.2.2-4.fc21.ppc64le as install for abrt-2.2.2-4.fc21.ppc64le >10:14:42,648 DEBUG yum.verbose.YumBase: TSINFO: Marking satyr-0.14-3.fc21.ppc64le as install for abrt-2.2.2-4.fc21.ppc64le >10:14:42,649 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-2.2.3-4.fc21.ppc64le as install for abrt-2.2.2-4.fc21.ppc64le >10:14:42,652 DEBUG yum.verbose.YumBase: TSINFO: Marking gdb-7.8-20.fc21.ppc64le as install for abrt-addon-ccpp-2.2.2-4.fc21.ppc64le >10:14:42,654 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python-2.2.3-4.fc21.ppc64le as install for abrt-addon-ccpp-2.2.2-4.fc21.ppc64le >10:14:42,655 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-0.160-1.fc21.ppc64le as install for abrt-addon-ccpp-2.2.2-4.fc21.ppc64le >10:14:42,658 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-plugin-kerneloops-2.2.3-4.fc21.ppc64le as install for abrt-addon-kerneloops-2.2.2-4.fc21.ppc64le >10:14:42,661 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python-215-11.fc21.ppc64le as install for abrt-addon-python-2.2.2-4.fc21.ppc64le >10:14:42,663 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-python3-215-11.fc21.ppc64le as install for abrt-addon-python3-2.2.2-4.fc21.ppc64le >10:14:42,664 DEBUG yum.verbose.YumBase: TSINFO: Marking abrt-python3-2.2.2-4.fc21.ppc64le as install for abrt-addon-python3-2.2.2-4.fc21.ppc64le >10:14:42,666 DEBUG yum.verbose.YumBase: TSINFO: Marking python-augeas-0.4.1-6.fc21.noarch as install for abrt-addon-vmcore-2.2.2-4.fc21.ppc64le >10:14:42,667 DEBUG yum.verbose.YumBase: TSINFO: Marking kexec-tools-2.0.7-7.fc21.ppc64le as install for abrt-addon-vmcore-2.2.2-4.fc21.ppc64le >10:14:42,668 DEBUG yum.verbose.YumBase: TSINFO: Marking crash-7.0.7-4.fc21.ppc64le as install for abrt-addon-vmcore-2.2.2-4.fc21.ppc64le >10:14:42,671 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-web-2.2.3-4.fc21.ppc64le as install for abrt-plugin-bodhi-2.2.2-4.fc21.ppc64le >10:14:42,673 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-10.fc21.ppc64le as install for abrt-plugin-bodhi-2.2.2-4.fc21.ppc64le >10:14:42,677 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-cli-2.2.3-4.fc21.ppc64le as install for abrt-tui-2.2.2-4.fc21.ppc64le >10:14:42,680 DEBUG yum.verbose.YumBase: TSINFO: Marking accountsservice-0.6.37-3.fc21.ppc64le as install for accountsservice-libs-0.6.37-3.fc21.ppc64le >10:14:42,687 DEBUG yum.verbose.YumBase: TSINFO: Marking hesiod-3.2.1-4.fc21.ppc64le as install for 1:autofs-5.1.0-6.fc21.ppc64le >10:14:42,689 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-29.fc21.ppc64le as install for avahi-autoipd-0.6.31-29.fc21.ppc64le >10:14:42,690 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-8.fc21.ppc64le as install for avahi-autoipd-0.6.31-29.fc21.ppc64le >10:14:42,693 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.5-9.P1.fc21.noarch as install for 32:bind-libs-9.9.5-9.P1.fc21.ppc64le >10:14:42,698 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.21.1-2.fc21.ppc64le as install for ca-certificates-2014.2.1-1.0.fc21.noarch >10:14:42,700 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.21.1-2.fc21.ppc64le as install for ca-certificates-2014.2.1-1.0.fc21.noarch >10:14:42,708 DEBUG yum.verbose.YumBase: TSINFO: Marking iw-3.14-3.fc21.ppc64le as install for crda-3.13_2014.06.13-2.fc21.ppc64le >10:14:42,717 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-1.02.89-1.fc21.ppc64le as install for device-mapper-libs-1.02.89-1.fc21.ppc64le >10:14:42,720 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-5.fc21.ppc64le as install for dnsmasq-2.71-3.fc21.ppc64le >10:14:42,721 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-5.fc21.ppc64le to require for libhogweed.so.2()(64bit) >10:14:42,723 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-67.fc21.ppc64le as install for dracut-038-15.git20140724.fc21.ppc64le >10:14:42,724 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-21.fc21.ppc64le as install for dracut-038-15.git20140724.fc21.ppc64le >10:14:42,731 DEBUG yum.verbose.YumBase: TSINFO: Marking fedora-repos-21-0.5.noarch as install for fedora-release-21-0.13.noarch >10:14:42,734 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-7.fc21.ppc64le as install for fipscheck-lib-1.4.1-7.fc21.ppc64le >10:14:42,736 DEBUG yum.verbose.YumBase: TSINFO: Marking libfprint-0.5.1-4.fc21.ppc64le as install for fprintd-0.5.1-3.fc21.ppc64le >10:14:42,739 DEBUG yum.verbose.YumBase: TSINFO: Marking python-nss-0.15.0-5.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,741 DEBUG yum.verbose.YumBase: TSINFO: Marking python-kerberos-1.1-16.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,742 DEBUG yum.verbose.YumBase: TSINFO: Marking python-yubico-1.2.1-3.fc21.noarch as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,743 DEBUG yum.verbose.YumBase: TSINFO: Marking python-qrcode-2.4.1-6.fc21.noarch as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,744 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyasn1-0.1.7-4.fc21.noarch as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,745 DEBUG yum.verbose.YumBase: TSINFO: Marking python-netaddr-0.7.11-3.fc21.noarch as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,746 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.3.5-3.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,747 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:python-dateutil-1.5-0.fc21.noarch as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,748 DEBUG yum.verbose.YumBase: TSINFO: Marking pyOpenSSL-0.13.1-4.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,750 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-python-1.12.0-7.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,751 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg-1.4.18-2.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,752 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.8-4.1.fc21.ppc64le as install for freeipa-python-4.0.1-1.fc21.ppc64le >10:14:42,756 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.13.91-1.fc21.ppc64le as install for glib-networking-2.41.4-2.fc21.ppc64le >10:14:42,759 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.1-6.fc21.ppc64le as install for glib2-2.41.3-1.fc21.ppc64le >10:14:42,761 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2014f-1.fc21.noarch as install for glibc-common-2.19.90-35.fc21.ppc64le >10:14:42,764 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-4.1-1.fc21.ppc64le as install for gnutls-3.3.7-1.fc21.ppc64le >10:14:42,765 DEBUG yum.verbose.YumBase: TSINFO: Marking crypto-policies-20140827-1.git4e06f1d.fc21.noarch as install for gnutls-3.3.7-1.fc21.ppc64le >10:14:42,766 DEBUG yum.verbose.YumBase: TSINFO: Marking trousers-0.3.13-3.fc21.ppc64le as install for gnutls-3.3.7-1.fc21.ppc64le >10:14:42,772 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-6.fc21.ppc64le as install for iptables-1.4.21-11.fc21.ppc64le >10:14:42,778 DEBUG yum.verbose.YumBase: TSINFO: Marking linux-firmware-20140605-38.gita4f3bc03.fc21.1.noarch as install for kernel-core-3.16.1-301.fc21.ppc64le >10:14:42,789 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.6-4.fc21.ppc64le as install for krb5-libs-1.12.2-3.fc21.ppc64le >10:14:42,793 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-data-0.0.27-1.fc21.noarch as install for langtable-python-0.0.27-1.fc21.noarch >10:14:42,794 DEBUG yum.verbose.YumBase: TSINFO: Marking langtable-0.0.27-1.fc21.noarch as install for langtable-python-0.0.27-1.fc21.noarch >10:14:42,817 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-9.fc21.ppc64le as install for libnetfilter_conntrack-1.0.4-4.fc21.ppc64le >10:14:42,818 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.ppc64le to require for libmnl.so.0(LIBMNL_1.0)(64bit) >10:14:42,818 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-9.fc21.ppc64le to require for libmnl.so.0()(64bit) >10:14:42,822 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.1-5.fc21.ppc64le as install for libpwquality-1.2.4-2.fc21.ppc64le >10:14:42,823 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.1-5.fc21.ppc64le as install for libpwquality-1.2.4-2.fc21.ppc64le >10:14:42,825 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.4.3-4.fc21.ppc64le as install for librepo-1.7.5-2.fc21.ppc64le >10:14:42,826 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.ppc64le to require for libgpgme.so.11(GPGME_1.0)(64bit) >10:14:42,826 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.4.3-4.fc21.ppc64le to require for libgpgme.so.11()(64bit) >10:14:42,828 DEBUG yum.verbose.YumBase: TSINFO: Marking augeas-libs-1.2.0-4.fc21.ppc64le as install for libreport-plugin-bugzilla-2.2.3-4.fc21.ppc64le >10:14:42,834 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-18.fc21.ppc64le as install for libsemanage-2.3-6.fc21.ppc64le >10:14:42,835 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.ppc64le to require for libustr-1.0.so.1(USTR_1.0)(64bit) >10:14:42,835 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-18.fc21.ppc64le to require for libustr-1.0.so.1()(64bit) >10:14:42,862 DEBUG yum.verbose.YumBase: TSINFO: Marking sg3_utils-libs-1.38-3.fc21.ppc64le as install for lsvpd-1.7.4-4.fc21.ppc64le >10:14:42,864 DEBUG yum.verbose.YumBase: TSINFO: Marking librtas-1.3.9-6.fc21.ppc64le as install for lsvpd-1.7.4-4.fc21.ppc64le >10:14:42,868 DEBUG yum.verbose.YumBase: TSINFO: Marking lvm2-libs-2.02.110-1.fc21.ppc64le as install for lvm2-2.02.110-1.fc21.ppc64le >10:14:42,869 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-persistent-data-0.3.2-4.fc21.ppc64le as install for lvm2-2.02.110-1.fc21.ppc64le >10:14:42,871 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-libs-1.02.89-1.fc21.ppc64le as install for lvm2-2.02.110-1.fc21.ppc64le >10:14:42,876 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-16.20140323.fc21.noarch as install for ncurses-libs-5.9-16.20140323.fc21.ppc64le >10:14:42,878 DEBUG yum.verbose.YumBase: TSINFO: Marking slang-2.2.4-13.fc21.ppc64le as install for newt-0.52.17-4.fc21.ppc64le >10:14:42,879 DEBUG yum.verbose.YumBase: Quick matched slang-2.2.4-13.fc21.ppc64le to require for libslang.so.2()(64bit) >10:14:42,884 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.17.0-2.fc21.ppc64le as install for nss-3.17.0-2.fc21.ppc64le >10:14:42,898 DEBUG yum.verbose.YumBase: TSINFO: Marking ntpdate-4.2.6p5-23.fc21.ppc64le as install for ntp-4.2.6p5-23.fc21.ppc64le >10:14:42,899 DEBUG yum.verbose.YumBase: TSINFO: Marking autogen-libopts-5.18.3-3.fc21.ppc64le as install for ntp-4.2.6p5-23.fc21.ppc64le >10:14:42,908 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-indicationmanager-libs-0.4.2-4.fc21.ppc64le as install for openlmi-account-0.4.2-4.fc21.ppc64le >10:14:42,909 DEBUG yum.verbose.YumBase: Quick matched openlmi-indicationmanager-libs-0.4.2-4.fc21.ppc64le to require for libopenlmiindmanager.so.1()(64bit) >10:14:42,910 DEBUG yum.verbose.YumBase: TSINFO: Marking konkretcmpi-0.9.2-4.fc21.ppc64le as install for openlmi-account-0.4.2-4.fc21.ppc64le >10:14:42,916 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-python-base-0.4.2-4.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.ppc64le >10:14:42,917 DEBUG yum.verbose.YumBase: TSINFO: Marking pywbem-0.7.0-27.20131121svn626.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.ppc64le >10:14:42,917 DEBUG yum.verbose.YumBase: Quick matched pywbem-0.7.0-27.20131121svn626.fc21.noarch to require for pywbem >10:14:42,918 DEBUG yum.verbose.YumBase: TSINFO: Marking cim-schema-2.38.0-3.fc21.noarch as install for openlmi-providers-0.4.2-4.fc21.ppc64le >10:14:42,920 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-python-providers-0.4.2-4.fc21.noarch as install for openlmi-software-0.4.2-4.fc21.noarch >10:14:42,923 DEBUG yum.verbose.YumBase: TSINFO: Marking xfsprogs-3.2.1-2.fc21.ppc64le as install for openlmi-storage-0.7.1-3.fc21.noarch >10:14:42,924 DEBUG yum.verbose.YumBase: TSINFO: Marking python-blivet-0.62-1.fc21.noarch as install for openlmi-storage-0.7.1-3.fc21.noarch >10:14:42,925 DEBUG yum.verbose.YumBase: TSINFO: Marking openlmi-logicalfile-0.4.2-4.fc21.ppc64le as install for openlmi-storage-0.7.1-3.fc21.noarch >10:14:42,926 DEBUG yum.verbose.YumBase: TSINFO: Marking cmpi-bindings-pywbem-0.9.5-7.fc21.ppc64le as install for openlmi-storage-0.7.1-3.fc21.noarch >10:14:42,931 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:make-4.0-3.fc21.ppc64le as install for 1:openssl-1.0.1i-3.fc21.ppc64le >10:14:42,946 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-5.fc21.ppc64le as install for polkit-0.112-7.fc21.ppc64le >10:14:42,947 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-12.fc21.ppc64le as install for polkit-0.112-7.fc21.ppc64le >10:14:42,948 DEBUG yum.verbose.YumBase: Quick matched mozjs17-17.0.0-12.fc21.ppc64le to require for libmozjs-17.0.so()(64bit) >10:14:42,951 DEBUG yum.verbose.YumBase: TSINFO: Marking powerpc-utils-python-1.2.1-6.fc21.noarch as install for powerpc-utils-1.2.20-1.fc21.ppc64le >10:14:42,957 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-5.18.2-303.fc21.ppc64le as install for powerpc-utils-1.2.20-1.fc21.ppc64le >10:14:42,958 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-303.fc21.ppc64le to require for perl(strict) >10:14:42,959 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-303.fc21.ppc64le to require for perl(Sys::Hostname) >10:14:42,959 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-303.fc21.ppc64le to require for perl(POSIX) >10:14:42,960 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-303.fc21.ppc64le to require for perl(Getopt::Std) >10:14:42,961 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Getopt-Long-2.42-2.fc21.noarch as install for powerpc-utils-1.2.20-1.fc21.ppc64le >10:14:42,962 DEBUG yum.verbose.YumBase: Quick matched 4:perl-5.18.2-303.fc21.ppc64le to require for perl(File::Basename) >10:14:42,963 DEBUG yum.verbose.YumBase: TSINFO: Marking libservicelog-1.1.14-8.fc21.ppc64le as install for powerpc-utils-1.2.20-1.fc21.ppc64le >10:14:42,972 DEBUG yum.verbose.YumBase: TSINFO: Marking python-crypto-2.6.1-6.fc21.ppc64le as install for python-dns-1.11.1-4.fc21.noarch >10:14:42,974 DEBUG yum.verbose.YumBase: TSINFO: Marking python-six-1.7.3-2.fc21.noarch as install for python-iniparse-0.4-15.fc21.noarch >10:14:42,975 DEBUG yum.verbose.YumBase: TSINFO: Marking python-chardet-2.2.1-2.fc21.noarch as install for python-kitchen-1.1.1-7.fc21.noarch >10:14:42,978 DEBUG yum.verbose.YumBase: TSINFO: Marking python-slip-0.6.0-3.fc21.noarch as install for python-slip-dbus-0.6.0-3.fc21.noarch >10:14:42,979 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.3.1-5.fc21.ppc64le as install for python-urlgrabber-3.10.1-2.fc21.noarch >10:14:42,982 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-libs-3.4.1-15.fc21.ppc64le as install for python3-3.4.1-15.fc21.ppc64le >10:14:42,983 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-setuptools-2.0-8.fc21.noarch as install for python3-3.4.1-15.fc21.ppc64le >10:14:42,984 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-pip-1.5.6-2.fc21.noarch as install for python3-3.4.1-15.fc21.ppc64le >10:14:42,992 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-plugin-selinux-4.12.0-0.rc1.1.fc21.ppc64le as install for rpm-libs-4.12.0-0.rc1.1.fc21.ppc64le >10:14:42,994 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.12.0-0.rc1.1.fc21.ppc64le as install for rpm-python-4.12.0-0.rc1.1.fc21.ppc64le >10:14:42,995 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.12.0-0.rc1.1.fc21.ppc64le to require for librpmbuild.so.3()(64bit) >10:14:43,035 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-compat-libs-215-11.fc21.ppc64le as install for 2:samba-libs-4.1.11-1.fc21.2.ppc64le >10:14:43,037 DEBUG yum.verbose.YumBase: TSINFO: Marking pytalloc-2.1.1-3.fc21.ppc64le as install for 2:samba-libs-4.1.11-1.fc21.2.ppc64le >10:14:43,038 DEBUG yum.verbose.YumBase: TSINFO: Marking libldb-1.1.17-4.fc21.ppc64le as install for 2:samba-libs-4.1.11-1.fc21.2.ppc64le >10:14:43,039 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.ppc64le to require for libldb.so.1(LDB_0.9.23)(64bit) >10:14:43,039 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.ppc64le to require for libldb.so.1(LDB_0.9.15)(64bit) >10:14:43,039 DEBUG yum.verbose.YumBase: Quick matched libldb-1.1.17-4.fc21.ppc64le to require for libldb.so.1(LDB_0.9.10)(64bit) >10:14:43,041 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:cups-libs-1.7.5-5.fc21.ppc64le as install for 2:samba-libs-4.1.11-1.fc21.2.ppc64le >10:14:43,046 DEBUG yum.verbose.YumBase: TSINFO: Marking iniparser-3.1-6.fc21.ppc64le as install for 2:samba-winbind-modules-4.1.11-1.fc21.2.ppc64le >10:14:43,058 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-krb5-common-1.12.0-7.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,060 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_idmap-1.12.0-7.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,061 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libsmbclient-4.1.11-1.fc21.2.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,062 DEBUG yum.verbose.YumBase: TSINFO: Marking libini_config-1.1.0-24.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,064 DEBUG yum.verbose.YumBase: TSINFO: Marking libdhash-0.4.3-24.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,065 DEBUG yum.verbose.YumBase: TSINFO: Marking libref_array-0.1.4-24.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,066 DEBUG yum.verbose.YumBase: TSINFO: Marking libcollection-0.6.2-24.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,068 DEBUG yum.verbose.YumBase: TSINFO: Marking libbasicobjects-0.1.1-24.fc21.ppc64le as install for sssd-ad-1.12.0-7.fc21.ppc64le >10:14:43,075 DEBUG yum.verbose.YumBase: TSINFO: Marking sssd-client-1.12.0-7.fc21.ppc64le as install for sssd-common-1.12.0-7.fc21.ppc64le >10:14:43,076 DEBUG yum.verbose.YumBase: TSINFO: Marking c-ares-1.10.0-4.fc21.ppc64le as install for sssd-common-1.12.0-7.fc21.ppc64le >10:14:43,088 DEBUG yum.verbose.YumBase: TSINFO: Marking libipa_hbac-1.12.0-7.fc21.ppc64le as install for sssd-ipa-1.12.0-7.fc21.ppc64le >10:14:43,088 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.12.0-7.fc21.ppc64le to require for libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) >10:14:43,088 DEBUG yum.verbose.YumBase: Quick matched libipa_hbac-1.12.0-7.fc21.ppc64le to require for libipa_hbac.so.0()(64bit) >10:14:43,104 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.12-1.fc21.ppc64le as install for teamd-1.12-1.fc21.ppc64le >10:14:43,104 DEBUG yum.verbose.YumBase: Quick matched libteam-1.12-1.fc21.ppc64le to require for libteam.so.5()(64bit) >10:14:43,105 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.25-3.fc21.ppc64le as install for teamd-1.12-1.fc21.ppc64le >10:14:43,106 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.6-4.fc21.ppc64le as install for teamd-1.12-1.fc21.ppc64le >10:14:43,111 DEBUG yum.verbose.YumBase: TSINFO: Marking openslp-2.0.0-5.fc21.ppc64le as install for 2:tog-pegasus-libs-2.13.0-17.fc21.ppc64le >10:14:43,114 DEBUG yum.verbose.YumBase: TSINFO: Marking libatasmart-0.19-7.fc21.ppc64le as install for udisks2-2.1.3-4.fc21.ppc64le >10:14:43,115 DEBUG yum.verbose.YumBase: TSINFO: Marking gdisk-0.8.10-4.fc21.ppc64le as install for udisks2-2.1.3-4.fc21.ppc64le >10:14:43,119 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.22-3.fc21.ppc64le as install for xdg-utils-1.1.0-0.25.rc2.fc21.noarch >10:14:43,130 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-13.fc21.ppc64le as install for abrt-python-2.2.2-4.fc21.ppc64le >10:14:43,133 DEBUG yum.verbose.YumBase: TSINFO: Marking python3-dbus-1.2.0-6.fc21.ppc64le as install for abrt-python3-2.2.2-4.fc21.ppc64le >10:14:43,134 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-3.13.90-2.fc21.ppc64le as install for abrt-python3-2.2.2-4.fc21.ppc64le >10:14:43,135 DEBUG yum.verbose.YumBase: TSINFO: Marking libreport-python3-2.2.3-4.fc21.ppc64le as install for abrt-python3-2.2.2-4.fc21.ppc64le >10:14:43,142 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.1-3.fc21.ppc64le as install for crash-7.0.7-4.fc21.ppc64le >10:14:43,146 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-26.fc21.noarch as install for desktop-file-utils-0.22-3.fc21.ppc64le >10:14:43,156 DEBUG yum.verbose.YumBase: TSINFO: Marking libbabeltrace-1.2.1-3.fc21.ppc64le as install for gdb-7.8-20.fc21.ppc64le >10:14:43,157 DEBUG yum.verbose.YumBase: Quick matched libbabeltrace-1.2.1-3.fc21.ppc64le to require for libbabeltrace-ctf.so.1()(64bit) >10:14:43,161 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:libusb-0.1.5-5.fc21.ppc64le as install for gnupg-1.4.18-2.fc21.ppc64le >10:14:43,167 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-038-15.git20140724.fc21.ppc64le as install for kexec-tools-2.0.7-7.fc21.ppc64le >10:14:43,175 DEBUG yum.verbose.YumBase: TSINFO: Marking gdk-pixbuf2-2.31.0-3.fc21.ppc64le as install for libfprint-0.5.1-4.fc21.ppc64le >10:14:43,178 DEBUG yum.verbose.YumBase: TSINFO: Marking libpath_utils-0.2.1-24.fc21.ppc64le as install for libini_config-1.1.0-24.fc21.ppc64le >10:14:43,178 DEBUG yum.verbose.YumBase: Quick matched libpath_utils-0.2.1-24.fc21.ppc64le to require for libpath_utils.so.1()(64bit) >10:14:43,186 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-9.fc21.ppc64le as install for libproxy-0.4.11-10.fc21.ppc64le >10:14:43,210 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-event-1.02.89-1.fc21.ppc64le as install for lvm2-libs-2.02.110-1.fc21.ppc64le >10:14:43,218 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-2.0-8.fc21.noarch as install for openlmi-python-base-0.4.2-4.fc21.noarch >10:14:43,236 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-libs-5.18.2-303.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,238 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Socket-2.015-1.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,239 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Scalar-List-Utils-1.38-3.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,240 DEBUG yum.verbose.YumBase: TSINFO: Marking 4:perl-macros-5.18.2-303.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,241 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-threads-shared-1.46-4.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,242 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-threads-1.92-3.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,244 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-constant-1.27-293.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,245 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-Local-1.2300-292.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,246 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Time-HiRes-1.9726-3.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,247 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Storable-2.51-2.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,249 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Simple-3.28-293.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,250 DEBUG yum.verbose.YumBase: Quick matched 1:perl-Pod-Simple-3.28-293.fc21.noarch to require for perl(Pod::Simple::Search) >10:14:43,251 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Module-CoreList-3.03-303.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,252 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Filter-1.50-3.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,253 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Temp-0.23.04-2.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,255 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-PathTools-3.47-3.fc21.ppc64le as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,255 DEBUG yum.verbose.YumBase: Quick matched perl-PathTools-3.47-3.fc21.ppc64le to require for perl(File::Spec::Functions) >10:14:43,256 DEBUG yum.verbose.YumBase: Quick matched perl-PathTools-3.47-3.fc21.ppc64le to require for perl(File::Spec) >10:14:43,256 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-File-Path-2.09-293.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,257 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Exporter-5.70-2.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,259 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Carp-1.33.01-2.fc21.noarch as install for 4:perl-5.18.2-303.fc21.ppc64le >10:14:43,262 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Usage-1.64-1.fc21.noarch as install for perl-Getopt-Long-2.42-2.fc21.noarch >10:14:43,263 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Text-ParseWords-3.29-6.fc21.noarch as install for perl-Getopt-Long-2.42-2.fc21.noarch >10:14:43,266 DEBUG yum.verbose.YumBase: TSINFO: Marking pygtk2-2.24.0-10.fc21.ppc64le as install for powerpc-utils-python-1.2.1-6.fc21.noarch >10:14:43,271 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyblock-0.53-8.fc21.ppc64le as install for python-blivet-0.62-1.fc21.noarch >10:14:43,272 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-python-1.6.6-1.fc21.ppc64le as install for python-blivet-0.62-1.fc21.noarch >10:14:43,274 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pyparted-3.9.5-2.fc21.ppc64le as install for python-blivet-0.62-1.fc21.noarch >10:14:43,275 DEBUG yum.verbose.YumBase: TSINFO: Marking pykickstart-1.99.57-1.fc21.noarch as install for python-blivet-0.62-1.fc21.noarch >10:14:43,276 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-0.4.9-67.fc21.ppc64le as install for python-blivet-0.62-1.fc21.noarch >10:14:43,278 DEBUG yum.verbose.YumBase: TSINFO: Marking libtomcrypt-1.17-24.fc21.ppc64le as install for python-crypto-2.6.1-6.fc21.ppc64le >10:14:43,288 DEBUG yum.verbose.YumBase: TSINFO: Marking python-cssselect-0.9.1-4.fc21.noarch as install for python-lxml-3.3.5-3.fc21.ppc64le >10:14:43,289 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-8.fc21.ppc64le as install for python-lxml-3.3.5-3.fc21.ppc64le >10:14:43,290 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.1.26)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.1.2)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.0.24)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.0.22)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.0.18)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1(LIBXML2_1.0.11)(64bit) >10:14:43,291 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libxslt.so.1()(64bit) >10:14:43,292 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-8.fc21.ppc64le to require for libexslt.so.0()(64bit) >10:14:43,299 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pillow-2.5.3-3.fc21.ppc64le as install for python-qrcode-2.4.1-6.fc21.noarch >10:14:43,301 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-python-2.3-4.fc21.ppc64le as install for python-slip-0.6.0-3.fc21.noarch >10:14:43,302 DEBUG yum.verbose.YumBase: TSINFO: Marking pyusb-1.0.0-0.10.b1.fc21.noarch as install for python-yubico-1.2.1-3.fc21.noarch >10:14:43,307 DEBUG yum.verbose.YumBase: TSINFO: Marking m2crypto-0.21.1-18.fc21.ppc64le as install for pywbem-0.7.0-27.20131121svn626.fc21.noarch >10:14:43,317 DEBUG yum.verbose.YumBase: TSINFO: Marking libsss_nss_idmap-1.12.0-7.fc21.ppc64le as install for sssd-client-1.12.0-7.fc21.ppc64le >10:14:43,318 DEBUG yum.verbose.YumBase: Quick matched libsss_nss_idmap-1.12.0-7.fc21.ppc64le to require for libsss_nss_idmap.so.0()(64bit) >10:14:43,335 DEBUG yum.verbose.YumBase: TSINFO: Marking device-mapper-multipath-libs-0.4.9-67.fc21.ppc64le as install for device-mapper-multipath-0.4.9-67.fc21.ppc64le >10:14:43,336 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-67.fc21.ppc64le to require for libmultipath.so.0()(64bit) >10:14:43,337 DEBUG yum.verbose.YumBase: Quick matched device-mapper-multipath-libs-0.4.9-67.fc21.ppc64le to require for libmpathpersist.so.0()(64bit) >10:14:43,340 DEBUG yum.verbose.YumBase: TSINFO: Marking libtiff-4.0.3-18.fc21.ppc64le as install for gdk-pixbuf2-2.31.0-3.fc21.ppc64le >10:14:43,341 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:libpng-1.6.10-3.fc21.ppc64le as install for gdk-pixbuf2-2.31.0-3.fc21.ppc64le >10:14:43,342 DEBUG yum.verbose.YumBase: TSINFO: Marking libjpeg-turbo-1.3.1-4.fc21.ppc64le as install for gdk-pixbuf2-2.31.0-3.fc21.ppc64le >10:14:43,344 DEBUG yum.verbose.YumBase: TSINFO: Marking jasper-libs-1.900.1-27.fc21.ppc64le as install for gdk-pixbuf2-2.31.0-3.fc21.ppc64le >10:14:43,345 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-1.6.2-2.fc21.ppc64le as install for gdk-pixbuf2-2.31.0-3.fc21.ppc64le >10:14:43,352 DEBUG yum.verbose.YumBase: TSINFO: Marking libtommath-0.42.0-5.fc21.ppc64le as install for libtomcrypt-1.17-24.fc21.ppc64le >10:14:43,353 DEBUG yum.verbose.YumBase: Quick matched libtommath-0.42.0-5.fc21.ppc64le to require for libtommath.so.0()(64bit) >10:14:43,368 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-parent-0.228-2.fc21.noarch as install for perl-File-Temp-0.23.04-2.fc21.noarch >10:14:43,376 DEBUG yum.verbose.YumBase: TSINFO: Marking 3:perl-version-0.99.09-1.fc21.ppc64le as install for 1:perl-Module-CoreList-3.03-303.fc21.noarch >10:14:43,384 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Pod-Escapes-1.04-303.fc21.noarch as install for 1:perl-Pod-Simple-3.28-293.fc21.noarch >10:14:43,386 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:perl-Encode-2.62-3.fc21.ppc64le as install for 1:perl-Pod-Simple-3.28-293.fc21.noarch >10:14:43,390 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-podlators-2.5.3-2.fc21.noarch as install for perl-Pod-Usage-1.64-1.fc21.noarch >10:14:43,391 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Pod-Perldoc-3.23-2.fc21.noarch as install for perl-Pod-Usage-1.64-1.fc21.noarch >10:14:43,421 DEBUG yum.verbose.YumBase: TSINFO: Marking pycairo-1.8.10-12.fc21.ppc64le as install for pygobject3-3.13.90-2.fc21.ppc64le >10:14:43,422 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le as install for pygobject3-3.13.90-2.fc21.ppc64le >10:14:43,423 DEBUG yum.verbose.YumBase: TSINFO: Marking cairo-gobject-1.13.1-0.4.git337ab1f.fc21.ppc64le as install for pygobject3-3.13.90-2.fc21.ppc64le >10:14:43,426 DEBUG yum.verbose.YumBase: TSINFO: Marking pango-1.36.6-2.fc21.ppc64le as install for pygtk2-2.24.0-10.fc21.ppc64le >10:14:43,427 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.6-2.fc21.ppc64le to require for libpangocairo-1.0.so.0()(64bit) >10:14:43,427 DEBUG yum.verbose.YumBase: Quick matched pango-1.36.6-2.fc21.ppc64le to require for libpango-1.0.so.0()(64bit) >10:14:43,428 DEBUG yum.verbose.YumBase: TSINFO: Marking gtk2-2.24.24-2.fc21.ppc64le as install for pygtk2-2.24.0-10.fc21.ppc64le >10:14:43,430 DEBUG yum.verbose.YumBase: Quick matched gtk2-2.24.24-2.fc21.ppc64le to require for libgdk-x11-2.0.so.0()(64bit) >10:14:43,430 DEBUG yum.verbose.YumBase: TSINFO: Marking freetype-2.5.3-8.fc21.ppc64le as install for pygtk2-2.24.0-10.fc21.ppc64le >10:14:43,431 DEBUG yum.verbose.YumBase: TSINFO: Marking fontconfig-2.11.1-5.fc21.ppc64le as install for pygtk2-2.24.0-10.fc21.ppc64le >10:14:43,433 DEBUG yum.verbose.YumBase: TSINFO: Marking atk-2.13.90-1.fc21.ppc64le as install for pygtk2-2.24.0-10.fc21.ppc64le >10:14:43,437 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-9.14-6.fc21.ppc64le as install for python-pillow-2.5.3-3.fc21.ppc64le >10:14:43,439 DEBUG yum.verbose.YumBase: TSINFO: Marking libwebp-0.4.1-3.fc21.ppc64le as install for python-pillow-2.5.3-3.fc21.ppc64le >10:14:43,439 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.1-3.fc21.ppc64le to require for libwebpdemux.so.1()(64bit) >10:14:43,440 DEBUG yum.verbose.YumBase: Quick matched libwebp-0.4.1-3.fc21.ppc64le to require for libwebp.so.5()(64bit) >10:14:43,440 DEBUG yum.verbose.YumBase: TSINFO: Marking openjpeg2-2.1.0-3.fc21.ppc64le as install for python-pillow-2.5.3-3.fc21.ppc64le >10:14:43,441 DEBUG yum.verbose.YumBase: TSINFO: Marking lcms2-2.6-4.fc21.ppc64le as install for python-pillow-2.5.3-3.fc21.ppc64le >10:14:43,443 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-1.0.0.rc16-25.fc21.ppc64le as install for python-pyblock-0.53-8.fc21.ppc64le >10:14:43,444 DEBUG yum.verbose.YumBase: Quick matched dmraid-1.0.0.rc16-25.fc21.ppc64le to require for libdmraid.so.1()(64bit) >10:14:43,445 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch as install for python-setuptools-2.0-8.fc21.noarch >10:14:43,452 DEBUG yum.verbose.YumBase: TSINFO: Marking libxcb-1.10-3.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,452 DEBUG yum.verbose.YumBase: Quick matched libxcb-1.10-3.fc21.ppc64le to require for libxcb-shm.so.0()(64bit) >10:14:43,453 DEBUG yum.verbose.YumBase: Quick matched libxcb-1.10-3.fc21.ppc64le to require for libxcb-render.so.0()(64bit) >10:14:43,453 DEBUG yum.verbose.YumBase: TSINFO: Marking pixman-0.32.6-3.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,454 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrender-0.9.8-4.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,455 DEBUG yum.verbose.YumBase: TSINFO: Marking libXext-1.3.3-2.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,456 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libGL-10.3-0.rc1.2.20140824.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,458 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libEGL-10.3-0.rc1.2.20140824.fc21.ppc64le as install for cairo-1.13.1-0.4.git337ab1f.fc21.ppc64le >10:14:43,463 DEBUG yum.verbose.YumBase: TSINFO: Marking libaio-0.3.110-4.fc21.ppc64le as install for device-mapper-multipath-libs-0.4.9-67.fc21.ppc64le >10:14:43,463 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-4.fc21.ppc64le to require for libaio.so.1(LIBAIO_0.1)(64bit) >10:14:43,463 DEBUG yum.verbose.YumBase: Quick matched libaio-0.3.110-4.fc21.ppc64le to require for libaio.so.1()(64bit) >10:14:43,465 DEBUG yum.verbose.YumBase: TSINFO: Marking dmraid-events-1.0.0.rc16-25.fc21.ppc64le as install for dmraid-1.0.0.rc16-25.fc21.ppc64le >10:14:43,468 DEBUG yum.verbose.YumBase: TSINFO: Marking fontpackages-filesystem-1.44-10.fc21.noarch as install for fontconfig-2.11.1-5.fc21.ppc64le >10:14:46,349 DEBUG yum.verbose.YumBase: TSINFO: Marking lyx-fonts-2.1.1-1.fc21.noarch as install for fontconfig-2.11.1-5.fc21.ppc64le >10:14:46,355 DEBUG yum.verbose.YumBase: TSINFO: Marking urw-fonts-2.4-19.fc21.noarch as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,356 DEBUG yum.verbose.YumBase: TSINFO: Marking poppler-data-0.4.7-1.fc21.noarch as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,357 DEBUG yum.verbose.YumBase: TSINFO: Marking ghostscript-fonts-5.50-33.fc21.noarch as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,358 DEBUG yum.verbose.YumBase: TSINFO: Marking libXt-1.1.4-10.fc21.ppc64le as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,359 DEBUG yum.verbose.YumBase: TSINFO: Marking libSM-1.2.2-2.fc21.ppc64le as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,360 DEBUG yum.verbose.YumBase: TSINFO: Marking libICE-1.0.9-2.fc21.ppc64le as install for ghostscript-9.14-6.fc21.ppc64le >10:14:46,364 DEBUG yum.verbose.YumBase: TSINFO: Marking libXrandr-1.4.2-2.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,365 DEBUG yum.verbose.YumBase: TSINFO: Marking hicolor-icon-theme-0.13-2.fc21.noarch as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,366 DEBUG yum.verbose.YumBase: TSINFO: Marking libXinerama-1.1.3-4.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,367 DEBUG yum.verbose.YumBase: TSINFO: Marking libXi-1.7.4-2.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,368 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfixes-5.0.1-4.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,370 DEBUG yum.verbose.YumBase: TSINFO: Marking libXdamage-1.1.4-6.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,371 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcursor-1.1.14-4.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,372 DEBUG yum.verbose.YumBase: TSINFO: Marking libXcomposite-0.4.4-6.fc21.ppc64le as install for gtk2-2.24.24-2.fc21.ppc64le >10:14:46,375 DEBUG yum.verbose.YumBase: TSINFO: Marking libX11-common-1.6.2-2.fc21.noarch as install for libX11-1.6.2-2.fc21.ppc64le >10:14:46,378 DEBUG yum.verbose.YumBase: TSINFO: Marking jbigkit-libs-2.1-2.fc21.ppc64le as install for libtiff-4.0.3-18.fc21.ppc64le >10:14:46,383 DEBUG yum.verbose.YumBase: TSINFO: Marking libthai-0.1.20-4.fc21.ppc64le as install for pango-1.36.6-2.fc21.ppc64le >10:14:46,384 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-4.fc21.ppc64le to require for libthai.so.0(LIBTHAI_0.1)(64bit) >10:14:46,384 DEBUG yum.verbose.YumBase: Quick matched libthai-0.1.20-4.fc21.ppc64le to require for libthai.so.0()(64bit) >10:14:46,385 DEBUG yum.verbose.YumBase: TSINFO: Marking harfbuzz-0.9.34-1.fc21.ppc64le as install for pango-1.36.6-2.fc21.ppc64le >10:14:46,386 DEBUG yum.verbose.YumBase: TSINFO: Marking libXft-2.3.2-2.fc21.ppc64le as install for pango-1.36.6-2.fc21.ppc64le >10:14:46,401 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-HTTP-Tiny-0.043-2.fc21.noarch as install for perl-Pod-Perldoc-3.23-2.fc21.noarch >10:14:46,408 DEBUG yum.verbose.YumBase: TSINFO: Marking perl-Term-ANSIColor-4.03-2.fc21.noarch as install for perl-podlators-2.5.3-2.fc21.noarch >10:14:46,415 DEBUG yum.verbose.YumBase: TSINFO: Marking python-xpyb-1.3.1-4.fc21.ppc64le as install for pycairo-1.8.10-12.fc21.ppc64le >10:14:46,416 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-5.fc21.ppc64le as install for python-backports-ssl_match_hostname-3.4.0.2-3.fc21.noarch >10:14:46,419 DEBUG yum.verbose.YumBase: TSINFO: Marking sgpio-1.2.0.10-14.fc21.ppc64le as install for dmraid-events-1.0.0.rc16-25.fc21.ppc64le >10:14:46,421 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:xorg-x11-font-utils-7.5-21.fc21.ppc64le as install for ghostscript-fonts-5.50-33.fc21.noarch >10:14:46,423 DEBUG yum.verbose.YumBase: TSINFO: Marking graphite2-1.2.4-3.fc21.ppc64le as install for harfbuzz-0.9.34-1.fc21.ppc64le >10:14:46,432 DEBUG yum.verbose.YumBase: TSINFO: Marking libdatrie-0.2.8-5.fc21.ppc64le as install for libthai-0.1.20-4.fc21.ppc64le >10:14:46,433 DEBUG yum.verbose.YumBase: Quick matched libdatrie-0.2.8-5.fc21.ppc64le to require for libdatrie.so.1()(64bit) >10:14:46,434 DEBUG yum.verbose.YumBase: TSINFO: Marking libXau-1.0.8-4.fc21.ppc64le as install for libxcb-1.10-3.fc21.ppc64le >10:14:46,437 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-server-1.5.91-1.fc21.ppc64le as install for mesa-libEGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,439 DEBUG yum.verbose.YumBase: TSINFO: Marking libwayland-client-1.5.91-1.fc21.ppc64le as install for mesa-libEGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,440 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libglapi-10.3-0.rc1.2.20140824.fc21.ppc64le as install for mesa-libEGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,441 DEBUG yum.verbose.YumBase: TSINFO: Marking mesa-libgbm-10.3-0.rc1.2.20140824.fc21.ppc64le as install for mesa-libEGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,444 DEBUG yum.verbose.YumBase: TSINFO: Marking libxshmfence-1.1-3.fc21.ppc64le as install for mesa-libGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,445 DEBUG yum.verbose.YumBase: TSINFO: Marking libXxf86vm-1.1.3-4.fc21.ppc64le as install for mesa-libGL-10.3-0.rc1.2.20140824.fc21.ppc64le >10:14:46,461 DEBUG yum.verbose.YumBase: TSINFO: Marking libfontenc-1.1.2-2.fc21.ppc64le as install for 1:xorg-x11-font-utils-7.5-21.fc21.ppc64le >10:14:46,462 DEBUG yum.verbose.YumBase: TSINFO: Marking libXfont-1.5.0-2.fc21.ppc64le as install for 1:xorg-x11-font-utils-7.5-21.fc21.ppc64le >10:14:46,597 DEBUG yum.verbose.YumBase: TSINFO: Marking hunspell-en-GB-0.20121024-8.fc21.noarch as install for hunspell-en-0.20121024-8.fc21.noarch >10:14:46,704 DEBUG yum.verbose.YumBase: Depsolve time: 8.341 >10:14:46,705 DEBUG packaging: buildTransaction = (2, [u'Success - deps resolved']) >10:14:46,706 DEBUG packaging: success >10:14:46,727 INFO packaging: 654 packages selected totalling 1606.38 MiB >10:16:00,567 DEBUG packaging: deleting package sacks > > >/tmp/program.log: >15:13:08,625 INFO program: Running... losetup --list >15:13:08,836 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >15:13:08,854 DEBUG program: Return code: 0 >15:13:08,858 INFO program: Running... udevadm settle --timeout=300 >15:13:08,903 DEBUG program: Return code: 0 >15:13:08,953 INFO program: Running... modprobe fcoe >15:13:09,006 DEBUG program: Return code: 0 >15:13:09,007 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >15:13:09,014 ERR program: Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory >15:13:09,033 INFO program: Running... losetup --list >15:13:55,270 INFO program: Running... metacity --display :1 --sm-disable >15:13:57,027 INFO program: Running... udevadm settle --timeout=300 >15:13:57,056 DEBUG program: Return code: 0 >15:13:57,057 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >15:13:57,105 DEBUG program: Return code: 0 >15:13:57,107 INFO program: Running... systemctl start chronyd.service >15:13:57,228 DEBUG program: Return code: 0 >15:13:57,229 INFO program: Running... udevadm settle --timeout=300 >15:13:57,254 DEBUG program: Return code: 0 >15:13:57,280 INFO program: Running... multipath -c /dev/sda >15:13:57,294 INFO program: /dev/sda is not a valid multipath device path >15:13:57,295 DEBUG program: Return code: 1 >15:13:57,488 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --unquoted --noheadings -opv_name,pv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } global {locking_type=4} >15:13:57,513 INFO program: LVM2_PV_NAME=/dev/sda1 LVM2_PV_UUID=SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS LVM2_PE_START=1024.00 LVM2_VG_NAME= LVM2_VG_UUID= LVM2_VG_SIZE=0 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=0 LVM2_VG_EXTENT_COUNT=0 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=0 >15:13:57,513 INFO program: LVM2_PV_NAME=/dev/sdb2 LVM2_PV_UUID=uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi LVM2_PE_START=1024.00 LVM2_VG_NAME=fedora-server_ppc64lehamzytest2 LVM2_VG_UUID=rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe LVM2_VG_SIZE=35323904.00 LVM2_VG_FREE=45056.00 LVM2_VG_EXTENT_SIZE=4096.00 LVM2_VG_EXTENT_COUNT=8624 LVM2_VG_FREE_COUNT=11 LVM2_PV_COUNT=1 >15:13:57,514 INFO program: LVM2_PV_NAME=/dev/sdc1 LVM2_PV_UUID=lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY LVM2_PE_START=1024.00 LVM2_VG_NAME= LVM2_VG_UUID= LVM2_VG_SIZE=0 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=0 LVM2_VG_EXTENT_COUNT=0 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=0 >15:13:57,514 DEBUG program: Return code: 0 >15:13:57,555 INFO program: Running... multipath -c /dev/sdb >15:13:57,566 INFO program: /dev/sdb is not a valid multipath device path >15:13:57,567 DEBUG program: Return code: 1 >15:13:57,795 INFO program: Running... dumpe2fs -h /dev/sdb1 >15:13:57,858 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:13:57,858 INFO program: Filesystem volume name: <none> >15:13:57,859 INFO program: Last mounted on: /boot >15:13:57,859 INFO program: Filesystem UUID: 9a3642c4-1a68-471e-a9fb-580440154515 >15:13:57,859 INFO program: Filesystem magic number: 0xEF53 >15:13:57,859 INFO program: Filesystem revision #: 1 (dynamic) >15:13:57,860 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 >15:13:57,860 INFO program: Filesystem flags: unsigned_directory_hash >15:13:57,860 INFO program: Default mount options: user_xattr acl >15:13:57,860 INFO program: Filesystem state: clean >15:13:57,861 INFO program: Errors behavior: Continue >15:13:57,861 INFO program: Filesystem OS type: Linux >15:13:57,861 INFO program: Inode count: 128016 >15:13:57,861 INFO program: Block count: 512000 >15:13:57,862 INFO program: Reserved block count: 25600 >15:13:57,862 INFO program: Free blocks: 365848 >15:13:57,862 INFO program: Free inodes: 127743 >15:13:57,862 INFO program: First block: 1 >15:13:57,863 INFO program: Block size: 1024 >15:13:57,863 INFO program: Fragment size: 1024 >15:13:57,863 INFO program: Reserved GDT blocks: 256 >15:13:57,864 INFO program: Blocks per group: 8192 >15:13:57,864 INFO program: Fragments per group: 8192 >15:13:57,864 INFO program: Inodes per group: 2032 >15:13:57,864 INFO program: Inode blocks per group: 254 >15:13:57,865 INFO program: Flex block group size: 16 >15:13:57,865 INFO program: Filesystem created: Tue Sep 16 20:55:32 2014 >15:13:57,865 INFO program: Last mount time: Tue Sep 16 22:31:01 2014 >15:13:57,865 INFO program: Last write time: Tue Sep 16 22:31:01 2014 >15:13:57,868 INFO program: Mount count: 2 >15:13:57,869 INFO program: Maximum mount count: -1 >15:13:57,869 INFO program: Last checked: Tue Sep 16 20:55:32 2014 >15:13:57,869 INFO program: Check interval: 0 (<none>) >15:13:57,869 INFO program: Lifetime writes: 161 MB >15:13:57,870 INFO program: Reserved blocks uid: 0 (user root) >15:13:57,870 INFO program: Reserved blocks gid: 0 (group root) >15:13:57,870 INFO program: First inode: 11 >15:13:57,870 INFO program: Inode size: 128 >15:13:57,871 INFO program: Journal inode: 8 >15:13:57,871 INFO program: Default directory hash: half_md4 >15:13:57,871 INFO program: Directory Hash Seed: 76f3c6a1-867b-4ea7-8a5f-9009e62be592 >15:13:57,872 INFO program: Journal backup: inode blocks >15:13:57,872 INFO program: Journal features: (none) >15:13:57,872 INFO program: Journal size: 8M >15:13:57,872 INFO program: Journal length: 8192 >15:13:57,873 INFO program: Journal sequence: 0x00000113 >15:13:57,873 INFO program: Journal start: 0 >15:13:57,873 INFO program: >15:13:57,873 DEBUG program: Return code: 0 >15:13:57,874 INFO program: Running... resize2fs -P /dev/sdb1 >15:13:57,891 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:13:57,892 INFO program: Please run 'e2fsck -f /dev/sdb1' first. >15:13:57,892 INFO program: >15:13:57,892 DEBUG program: Return code: 1 >15:13:58,828 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --unquoted --noheadings -ovg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } global {locking_type=4} >15:13:58,851 INFO program: LVM2_VG_NAME=fedora-server_ppc64lehamzytest2 LVM2_LV_NAME=root LVM2_LV_UUID=4xwQEj-yXGv-7cTD-IsyU-ozak-taV8-d1gEwQ LVM2_LV_SIZE=31694848.00 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear >15:13:58,852 INFO program: LVM2_VG_NAME=fedora-server_ppc64lehamzytest2 LVM2_LV_NAME=swap LVM2_LV_UUID=Zt9cU1-FwJa-MKex-YAl3-qqJj-srdC-2lnBrE LVM2_LV_SIZE=3584000.00 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear >15:13:58,852 DEBUG program: Return code: 0 >15:13:59,533 INFO program: Running... dumpe2fs -h /dev/mapper/fedora--server_ppc64lehamzytest2-root >15:13:59,546 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:13:59,547 INFO program: Filesystem volume name: <none> >15:13:59,547 INFO program: Last mounted on: / >15:13:59,547 INFO program: Filesystem UUID: 28d956ec-ea30-4cd3-8ff9-d4cc1096af93 >15:13:59,547 INFO program: Filesystem magic number: 0xEF53 >15:13:59,548 INFO program: Filesystem revision #: 1 (dynamic) >15:13:59,548 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 >15:13:59,548 INFO program: Filesystem flags: unsigned_directory_hash >15:13:59,548 INFO program: Default mount options: user_xattr acl >15:13:59,548 INFO program: Filesystem state: clean >15:13:59,548 INFO program: Errors behavior: Continue >15:13:59,549 INFO program: Filesystem OS type: Linux >15:13:59,549 INFO program: Inode count: 1982464 >15:13:59,549 INFO program: Block count: 7923712 >15:13:59,549 INFO program: Reserved block count: 396185 >15:13:59,549 INFO program: Free blocks: 7406990 >15:13:59,550 INFO program: Free inodes: 1932230 >15:13:59,550 INFO program: First block: 0 >15:13:59,550 INFO program: Block size: 4096 >15:13:59,550 INFO program: Fragment size: 4096 >15:13:59,550 INFO program: Reserved GDT blocks: 1022 >15:13:59,551 INFO program: Blocks per group: 32768 >15:13:59,551 INFO program: Fragments per group: 32768 >15:13:59,551 INFO program: Inodes per group: 8192 >15:13:59,551 INFO program: Inode blocks per group: 512 >15:13:59,551 INFO program: Flex block group size: 16 >15:13:59,551 INFO program: Filesystem created: Tue Sep 16 20:55:33 2014 >15:13:59,552 INFO program: Last mount time: Tue Sep 16 22:31:00 2014 >15:13:59,552 INFO program: Last write time: Tue Sep 16 22:31:00 2014 >15:13:59,552 INFO program: Mount count: 2 >15:13:59,552 INFO program: Maximum mount count: -1 >15:13:59,552 INFO program: Last checked: Tue Sep 16 20:55:33 2014 >15:13:59,553 INFO program: Check interval: 0 (<none>) >15:13:59,553 INFO program: Lifetime writes: 2760 MB >15:13:59,553 INFO program: Reserved blocks uid: 0 (user root) >15:13:59,553 INFO program: Reserved blocks gid: 0 (group root) >15:13:59,554 INFO program: First inode: 11 >15:13:59,554 INFO program: Inode size: 256 >15:13:59,554 INFO program: Required extra isize: 28 >15:13:59,554 INFO program: Desired extra isize: 28 >15:13:59,554 INFO program: Journal inode: 8 >15:13:59,555 INFO program: Default directory hash: half_md4 >15:13:59,555 INFO program: Directory Hash Seed: 013ac4fd-26ad-4f2b-a530-086e3d92eea0 >15:13:59,555 INFO program: Journal backup: inode blocks >15:13:59,555 INFO program: Journal features: journal_incompat_revoke >15:13:59,556 INFO program: Journal size: 128M >15:13:59,556 INFO program: Journal length: 32768 >15:13:59,556 INFO program: Journal sequence: 0x00001174 >15:13:59,556 INFO program: Journal start: 0 >15:13:59,556 INFO program: >15:13:59,556 DEBUG program: Return code: 0 >15:13:59,557 INFO program: Running... resize2fs -P /dev/mapper/fedora--server_ppc64lehamzytest2-root >15:13:59,573 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:13:59,573 INFO program: Please run 'e2fsck -f /dev/mapper/fedora--server_ppc64lehamzytest2-root' first. >15:13:59,574 INFO program: >15:13:59,574 DEBUG program: Return code: 1 >15:14:00,504 INFO program: Running... multipath -c /dev/sdc >15:14:00,521 INFO program: /dev/sdc is not a valid multipath device path >15:14:00,521 DEBUG program: Return code: 1 >15:14:00,770 INFO program: Running... dumpe2fs -h /dev/loop1 >15:14:00,783 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:14:00,784 INFO program: Filesystem volume name: Anaconda >15:14:00,784 INFO program: Last mounted on: / >15:14:00,784 INFO program: Filesystem UUID: dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 >15:14:00,784 INFO program: Filesystem magic number: 0xEF53 >15:14:00,784 INFO program: Filesystem revision #: 1 (dynamic) >15:14:00,785 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 >15:14:00,785 INFO program: Filesystem flags: unsigned_directory_hash >15:14:00,785 INFO program: Default mount options: user_xattr acl >15:14:00,785 INFO program: Filesystem state: clean >15:14:00,785 INFO program: Errors behavior: Continue >15:14:00,786 INFO program: Filesystem OS type: Linux >15:14:00,786 INFO program: Inode count: 131072 >15:14:00,786 INFO program: Block count: 2097152 >15:14:00,786 INFO program: Reserved block count: 0 >15:14:00,786 INFO program: Free blocks: 1055011 >15:14:00,787 INFO program: Free inodes: 96577 >15:14:00,787 INFO program: First block: 1 >15:14:00,787 INFO program: Block size: 1024 >15:14:00,787 INFO program: Fragment size: 1024 >15:14:00,787 INFO program: Reserved GDT blocks: 256 >15:14:00,788 INFO program: Blocks per group: 8192 >15:14:00,788 INFO program: Fragments per group: 8192 >15:14:00,788 INFO program: Inodes per group: 512 >15:14:00,788 INFO program: Inode blocks per group: 128 >15:14:00,788 INFO program: Flex block group size: 16 >15:14:00,788 INFO program: Filesystem created: Wed Sep 10 11:57:12 2014 >15:14:00,789 INFO program: Last mount time: Wed Sep 10 11:57:46 2014 >15:14:00,789 INFO program: Last write time: Wed Sep 10 11:58:02 2014 >15:14:00,790 INFO program: Mount count: 2 >15:14:00,790 INFO program: Maximum mount count: -1 >15:14:00,790 INFO program: Last checked: Wed Sep 10 11:57:12 2014 >15:14:00,790 INFO program: Check interval: 0 (<none>) >15:14:00,790 INFO program: Lifetime writes: 32 MB >15:14:00,790 INFO program: Reserved blocks uid: 0 (user root) >15:14:00,791 INFO program: Reserved blocks gid: 0 (group root) >15:14:00,791 INFO program: First inode: 11 >15:14:00,791 INFO program: Inode size: 256 >15:14:00,791 INFO program: Required extra isize: 28 >15:14:00,792 INFO program: Desired extra isize: 28 >15:14:00,792 INFO program: Journal inode: 8 >15:14:00,792 INFO program: Default directory hash: half_md4 >15:14:00,792 INFO program: Directory Hash Seed: dddffa70-60d8-440a-8cf5-b0eacb4cc7d3 >15:14:00,792 INFO program: Journal backup: inode blocks >15:14:00,793 INFO program: Journal features: (none) >15:14:00,793 INFO program: Journal size: 32M >15:14:00,793 INFO program: Journal length: 32768 >15:14:00,793 INFO program: Journal sequence: 0x0000000b >15:14:00,793 INFO program: Journal start: 0 >15:14:00,794 INFO program: >15:14:00,794 DEBUG program: Return code: 0 >15:14:00,794 INFO program: Running... resize2fs -P /dev/loop1 >15:14:00,804 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:14:00,804 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >15:14:00,805 INFO program: Couldn't find valid filesystem superblock. >15:14:00,805 DEBUG program: Return code: 1 >15:14:00,928 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:14:00,938 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:14:00,939 INFO program: Filesystem volume name: Anaconda >15:14:00,939 INFO program: Last mounted on: / >15:14:00,939 INFO program: Filesystem UUID: dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 >15:14:00,939 INFO program: Filesystem magic number: 0xEF53 >15:14:00,939 INFO program: Filesystem revision #: 1 (dynamic) >15:14:00,940 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:14:00,940 INFO program: Filesystem flags: unsigned_directory_hash >15:14:00,940 INFO program: Default mount options: user_xattr acl >15:14:00,940 INFO program: Filesystem state: clean >15:14:00,940 INFO program: Errors behavior: Continue >15:14:00,941 INFO program: Filesystem OS type: Linux >15:14:00,941 INFO program: Inode count: 131072 >15:14:00,941 INFO program: Block count: 2097152 >15:14:00,941 INFO program: Reserved block count: 0 >15:14:00,941 INFO program: Free blocks: 1055011 >15:14:00,942 INFO program: Free inodes: 96577 >15:14:00,942 INFO program: First block: 1 >15:14:00,942 INFO program: Block size: 1024 >15:14:00,942 INFO program: Fragment size: 1024 >15:14:00,942 INFO program: Reserved GDT blocks: 256 >15:14:00,943 INFO program: Blocks per group: 8192 >15:14:00,943 INFO program: Fragments per group: 8192 >15:14:00,943 INFO program: Inodes per group: 512 >15:14:00,943 INFO program: Inode blocks per group: 128 >15:14:00,943 INFO program: Flex block group size: 16 >15:14:00,943 INFO program: Filesystem created: Wed Sep 10 11:57:12 2014 >15:14:00,944 INFO program: Last mount time: Wed Sep 17 15:12:59 2014 >15:14:00,944 INFO program: Last write time: Wed Sep 17 15:12:59 2014 >15:14:00,944 INFO program: Mount count: 3 >15:14:00,944 INFO program: Maximum mount count: -1 >15:14:00,944 INFO program: Last checked: Wed Sep 10 11:57:12 2014 >15:14:00,945 INFO program: Check interval: 0 (<none>) >15:14:00,945 INFO program: Lifetime writes: 32 MB >15:14:00,945 INFO program: Reserved blocks uid: 0 (user root) >15:14:00,945 INFO program: Reserved blocks gid: 0 (group root) >15:14:00,945 INFO program: First inode: 11 >15:14:00,945 INFO program: Inode size: 256 >15:14:00,946 INFO program: Required extra isize: 28 >15:14:00,946 INFO program: Desired extra isize: 28 >15:14:00,946 INFO program: Journal inode: 8 >15:14:00,946 INFO program: Default directory hash: half_md4 >15:14:00,946 INFO program: Directory Hash Seed: dddffa70-60d8-440a-8cf5-b0eacb4cc7d3 >15:14:00,947 INFO program: Journal backup: inode blocks >15:14:00,947 INFO program: Journal features: (none) >15:14:00,947 INFO program: Journal size: 32M >15:14:00,947 INFO program: Journal length: 32768 >15:14:00,947 INFO program: Journal sequence: 0x0000000c >15:14:00,948 INFO program: Journal start: 1 >15:14:00,948 INFO program: >15:14:00,948 DEBUG program: Return code: 0 >15:14:00,949 INFO program: Running... resize2fs -P /dev/mapper/live-rw >15:14:00,956 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:14:00,957 INFO program: Estimated minimum size of the filesystem: 1123931 >15:14:00,957 DEBUG program: Return code: 0 >15:14:01,050 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >15:14:01,059 INFO program: dumpe2fs 1.42.11 (09-Jul-2014) >15:14:01,060 INFO program: Filesystem volume name: Anaconda >15:14:01,060 INFO program: Last mounted on: / >15:14:01,060 INFO program: Filesystem UUID: dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 >15:14:01,060 INFO program: Filesystem magic number: 0xEF53 >15:14:01,062 INFO program: Filesystem revision #: 1 (dynamic) >15:14:01,063 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 >15:14:01,063 INFO program: Filesystem flags: unsigned_directory_hash >15:14:01,064 INFO program: Default mount options: user_xattr acl >15:14:01,064 INFO program: Filesystem state: clean >15:14:01,064 INFO program: Errors behavior: Continue >15:14:01,065 INFO program: Filesystem OS type: Linux >15:14:01,065 INFO program: Inode count: 131072 >15:14:01,065 INFO program: Block count: 2097152 >15:14:01,066 INFO program: Reserved block count: 0 >15:14:01,066 INFO program: Free blocks: 1055011 >15:14:01,066 INFO program: Free inodes: 96577 >15:14:01,066 INFO program: First block: 1 >15:14:01,066 INFO program: Block size: 1024 >15:14:01,067 INFO program: Fragment size: 1024 >15:14:01,067 INFO program: Reserved GDT blocks: 256 >15:14:01,067 INFO program: Blocks per group: 8192 >15:14:01,067 INFO program: Fragments per group: 8192 >15:14:01,067 INFO program: Inodes per group: 512 >15:14:01,068 INFO program: Inode blocks per group: 128 >15:14:01,068 INFO program: Flex block group size: 16 >15:14:01,068 INFO program: Filesystem created: Wed Sep 10 11:57:12 2014 >15:14:01,068 INFO program: Last mount time: Wed Sep 10 11:57:46 2014 >15:14:01,068 INFO program: Last write time: Wed Sep 10 11:58:02 2014 >15:14:01,069 INFO program: Mount count: 2 >15:14:01,069 INFO program: Maximum mount count: -1 >15:14:01,069 INFO program: Last checked: Wed Sep 10 11:57:12 2014 >15:14:01,069 INFO program: Check interval: 0 (<none>) >15:14:01,069 INFO program: Lifetime writes: 32 MB >15:14:01,069 INFO program: Reserved blocks uid: 0 (user root) >15:14:01,070 INFO program: Reserved blocks gid: 0 (group root) >15:14:01,070 INFO program: First inode: 11 >15:14:01,070 INFO program: Inode size: 256 >15:14:01,070 INFO program: Required extra isize: 28 >15:14:01,071 INFO program: Desired extra isize: 28 >15:14:01,071 INFO program: Journal inode: 8 >15:14:01,071 INFO program: Default directory hash: half_md4 >15:14:01,071 INFO program: Directory Hash Seed: dddffa70-60d8-440a-8cf5-b0eacb4cc7d3 >15:14:01,071 INFO program: Journal backup: inode blocks >15:14:01,071 INFO program: Journal features: (none) >15:14:01,072 INFO program: Journal size: 32M >15:14:01,072 INFO program: Journal length: 32768 >15:14:01,072 INFO program: Journal sequence: 0x0000000b >15:14:01,072 INFO program: Journal start: 0 >15:14:01,072 INFO program: >15:14:01,073 DEBUG program: Return code: 0 >15:14:01,073 INFO program: Running... resize2fs -P /dev/mapper/live-base >15:14:01,082 INFO program: resize2fs 1.42.11 (09-Jul-2014) >15:14:01,083 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >15:14:01,083 INFO program: Couldn't find valid filesystem superblock. >15:14:01,083 DEBUG program: Return code: 1 >15:14:02,313 INFO program: Running... udevadm settle --timeout=300 >15:14:02,345 DEBUG program: Return code: 0 >15:14:02,362 INFO program: Running... udevadm settle --timeout=300 >15:14:02,383 DEBUG program: Return code: 0 >15:14:02,389 INFO program: Running... udevadm settle --timeout=300 >15:14:02,407 DEBUG program: Return code: 0 >15:14:02,409 INFO program: Running... udevadm settle --timeout=300 >15:14:02,427 DEBUG program: Return code: 0 >15:14:02,439 INFO program: Running... udevadm settle --timeout=300 >15:14:02,459 DEBUG program: Return code: 0 >15:14:02,462 INFO program: Running... udevadm settle --timeout=300 >15:14:02,480 DEBUG program: Return code: 0 >15:14:02,483 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >15:14:02,538 DEBUG program: Return code: 0 >15:14:02,546 INFO program: Running... udevadm settle --timeout=300 >15:14:02,579 DEBUG program: Return code: 0 >15:14:02,583 INFO program: Running... lvm vgchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2 >15:14:02,635 INFO program: 0 logical volume(s) in volume group "fedora-server_ppc64lehamzytest2" now active >15:14:02,636 DEBUG program: Return code: 0 >15:14:02,644 INFO program: Running... udevadm settle --timeout=300 >15:14:02,668 DEBUG program: Return code: 0 >15:14:02,678 INFO program: Running... udevadm settle --timeout=300 >15:14:02,695 DEBUG program: Return code: 0 >15:14:02,699 INFO program: Running... udevadm settle --timeout=300 >15:14:02,717 DEBUG program: Return code: 0 >15:14:02,723 INFO program: Running... udevadm settle --timeout=300 >15:14:02,739 DEBUG program: Return code: 0 >15:14:02,746 INFO program: Running... udevadm settle --timeout=300 >15:14:02,762 DEBUG program: Return code: 0 >15:14:02,774 INFO program: Running... mount -t ext4 -o defaults,ro /dev/sdb1 /mnt/sysimage >15:14:02,804 DEBUG program: Return code: 0 >15:14:02,806 INFO program: Running... udevadm settle --timeout=300 >15:14:02,825 DEBUG program: Return code: 0 >15:14:02,826 INFO program: Running... umount /mnt/sysimage >15:14:02,890 DEBUG program: Return code: 0 >15:14:02,891 INFO program: Running... udevadm settle --timeout=300 >15:14:02,908 DEBUG program: Return code: 0 >15:14:02,914 INFO program: Running... udevadm settle --timeout=300 >15:14:02,932 DEBUG program: Return code: 0 >15:14:02,943 INFO program: Running... lvm lvchange -a y --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >15:14:03,014 DEBUG program: Return code: 0 >15:14:03,015 INFO program: Running... udevadm settle --timeout=300 >15:14:03,034 DEBUG program: Return code: 0 >15:14:03,036 INFO program: Running... mount -t ext4 -o defaults,ro /dev/mapper/fedora--server_ppc64lehamzytest2-root /mnt/sysimage >15:14:03,047 DEBUG program: Return code: 0 >15:14:03,051 INFO program: Running... arch >15:14:03,070 INFO program: ppc64le >15:14:03,071 DEBUG program: Return code: 0 >15:14:03,116 INFO program: Running... udevadm settle --timeout=300 >15:14:03,134 DEBUG program: Return code: 0 >15:14:03,135 INFO program: Running... umount /mnt/sysimage >15:14:03,199 DEBUG program: Return code: 0 >15:14:03,199 INFO program: Running... udevadm settle --timeout=300 >15:14:03,216 DEBUG program: Return code: 0 >15:14:03,219 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >15:14:03,263 DEBUG program: Return code: 0 >15:14:03,594 INFO program: Running... hwclock --hctosys --utc >15:14:05,001 DEBUG program: Return code: 0 >15:14:35,684 INFO program: Running... modprobe btrfs >15:14:35,788 DEBUG program: Return code: 0 >15:14:35,800 INFO program: Running... modprobe xfs >15:14:35,885 DEBUG program: Return code: 0 >15:14:35,926 INFO program: Running... modprobe vfat >15:14:35,944 DEBUG program: Return code: 0 >10:14:59,997 INFO program: Running... udevadm settle --timeout=300 >10:15:00,028 DEBUG program: Return code: 0 >10:15:00,037 INFO program: Running... udevadm settle --timeout=300 >10:15:00,056 DEBUG program: Return code: 0 >10:15:25,088 INFO program: Running... udevadm settle --timeout=300 >10:15:25,114 DEBUG program: Return code: 0 >10:15:25,121 INFO program: Running... udevadm settle --timeout=300 >10:15:25,139 DEBUG program: Return code: 0 >10:15:59,290 INFO program: Running... hwclock --systohc --utc >10:16:00,501 DEBUG program: Return code: 0 >10:16:00,569 INFO program: Running... udevadm settle --timeout=300 >10:16:00,591 DEBUG program: Return code: 0 >10:16:00,705 INFO program: Running... lvm pvremove --force --force --yes --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sda1 >10:16:00,745 INFO program: Labels on physical volume "/dev/sda1" successfully wiped >10:16:00,746 DEBUG program: Return code: 0 >10:16:00,746 INFO program: Running... lvm pvscan --cache --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sda1 >10:16:00,774 INFO program: No PV label found on /dev/sda1. >10:16:00,775 DEBUG program: Return code: 0 >10:16:00,778 INFO program: Running... udevadm settle --timeout=300 >10:16:00,797 DEBUG program: Return code: 0 >10:16:00,797 INFO program: Running... udevadm settle --timeout=300 >10:16:00,821 DEBUG program: Return code: 0 >10:16:00,831 INFO program: Running... udevadm settle --timeout=300 >10:16:00,849 DEBUG program: Return code: 0 >10:16:00,877 INFO program: Running... udevadm settle --timeout=300 >10:16:00,901 DEBUG program: Return code: 0 >10:16:00,902 INFO program: Running... udevadm settle --timeout=300 >10:16:00,919 DEBUG program: Return code: 0 >10:16:00,928 INFO program: Running... udevadm settle --timeout=300 >10:16:00,945 DEBUG program: Return code: 0 >10:16:00,945 INFO program: Running... udevadm settle --timeout=300 >10:16:00,962 DEBUG program: Return code: 0 >10:16:00,966 INFO program: Running... lvm pvremove --force --force --yes --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sdc1 >10:16:00,996 INFO program: Labels on physical volume "/dev/sdc1" successfully wiped >10:16:00,996 DEBUG program: Return code: 0 >10:16:00,996 INFO program: Running... lvm pvscan --cache --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sdc1 >10:16:01,022 INFO program: No PV label found on /dev/sdc1. >10:16:01,023 DEBUG program: Return code: 0 >10:16:01,026 INFO program: Running... udevadm settle --timeout=300 >10:16:01,044 DEBUG program: Return code: 0 >10:16:01,044 INFO program: Running... udevadm settle --timeout=300 >10:16:01,061 DEBUG program: Return code: 0 >10:16:01,070 INFO program: Running... udevadm settle --timeout=300 >10:16:01,086 DEBUG program: Return code: 0 >10:16:01,122 INFO program: Running... udevadm settle --timeout=300 >10:16:01,139 DEBUG program: Return code: 0 >10:16:01,140 INFO program: Running... udevadm settle --timeout=300 >10:16:01,156 DEBUG program: Return code: 0 >10:16:01,164 INFO program: Running... udevadm settle --timeout=300 >10:16:01,183 DEBUG program: Return code: 0 >10:16:01,183 INFO program: Running... udevadm settle --timeout=300 >10:16:01,199 DEBUG program: Return code: 0 >10:16:01,204 INFO program: Running... wipefs -f -a /dev/sdb1 >10:16:01,217 INFO program: /dev/sdb1: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >10:16:01,218 DEBUG program: Return code: 0 >10:16:01,218 INFO program: Running... udevadm settle --timeout=300 >10:16:01,235 DEBUG program: Return code: 0 >10:16:01,236 INFO program: Running... udevadm settle --timeout=300 >10:16:01,252 DEBUG program: Return code: 0 >10:16:01,268 INFO program: Running... lvm lvchange -a y --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >10:16:01,324 DEBUG program: Return code: 0 >10:16:01,325 INFO program: Running... udevadm settle --timeout=300 >10:16:01,343 DEBUG program: Return code: 0 >10:16:01,346 INFO program: Running... wipefs -f -a /dev/mapper/fedora--server_ppc64lehamzytest2-root >10:16:01,357 INFO program: /dev/mapper/fedora--server_ppc64lehamzytest2-root: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef >10:16:01,358 DEBUG program: Return code: 0 >10:16:01,358 INFO program: Running... udevadm settle --timeout=300 >10:16:01,377 DEBUG program: Return code: 0 >10:16:01,381 INFO program: Running... udevadm settle --timeout=300 >10:16:01,398 DEBUG program: Return code: 0 >10:16:01,401 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >10:16:01,439 DEBUG program: Return code: 0 >10:16:01,439 INFO program: Running... udevadm settle --timeout=300 >10:16:01,457 DEBUG program: Return code: 0 >10:16:01,472 INFO program: Running... lvm lvremove --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/root >10:16:01,518 INFO program: Logical volume "root" successfully removed >10:16:01,518 DEBUG program: Return code: 0 >10:16:01,519 INFO program: Running... udevadm settle --timeout=300 >10:16:01,536 DEBUG program: Return code: 0 >10:16:01,545 INFO program: Running... lvm lvchange -a y --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/swap >10:16:01,600 DEBUG program: Return code: 0 >10:16:01,601 INFO program: Running... udevadm settle --timeout=300 >10:16:01,619 DEBUG program: Return code: 0 >10:16:01,622 INFO program: Running... wipefs -f -a /dev/mapper/fedora--server_ppc64lehamzytest2-swap >10:16:01,635 INFO program: /dev/mapper/fedora--server_ppc64lehamzytest2-swap: 10 bytes were erased at offset 0x0000fff6 (swap): 53 57 41 50 53 50 41 43 45 32 >10:16:01,636 DEBUG program: Return code: 0 >10:16:01,636 INFO program: Running... udevadm settle --timeout=300 >10:16:01,654 DEBUG program: Return code: 0 >10:16:01,661 INFO program: Running... udevadm settle --timeout=300 >10:16:01,678 DEBUG program: Return code: 0 >10:16:01,681 INFO program: Running... lvm lvchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/swap >10:16:01,721 DEBUG program: Return code: 0 >10:16:01,721 INFO program: Running... udevadm settle --timeout=300 >10:16:01,738 DEBUG program: Return code: 0 >10:16:01,752 INFO program: Running... lvm lvremove --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2/swap >10:16:01,787 INFO program: Logical volume "swap" successfully removed >10:16:01,788 DEBUG program: Return code: 0 >10:16:01,789 INFO program: Running... udevadm settle --timeout=300 >10:16:01,813 DEBUG program: Return code: 0 >10:16:01,820 INFO program: Running... udevadm settle --timeout=300 >10:16:01,838 DEBUG program: Return code: 0 >10:16:01,841 INFO program: Running... lvm vgchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2 >10:16:01,875 INFO program: 0 logical volume(s) in volume group "fedora-server_ppc64lehamzytest2" now active >10:16:01,876 DEBUG program: Return code: 0 >10:16:01,884 INFO program: Running... lvm vgreduce --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --removemissing --force fedora-server_ppc64lehamzytest2 >10:16:01,913 INFO program: Volume group "fedora-server_ppc64lehamzytest2" is already consistent >10:16:01,914 DEBUG program: Return code: 0 >10:16:01,914 INFO program: Running... lvm vgchange -a n --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2 >10:16:01,944 INFO program: 0 logical volume(s) in volume group "fedora-server_ppc64lehamzytest2" now active >10:16:01,945 DEBUG program: Return code: 0 >10:16:01,945 INFO program: Running... lvm vgremove --force --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } fedora-server_ppc64lehamzytest2 >10:16:01,981 INFO program: Volume group "fedora-server_ppc64lehamzytest2" successfully removed >10:16:01,981 DEBUG program: Return code: 0 >10:16:01,982 INFO program: Running... udevadm settle --timeout=300 >10:16:01,998 DEBUG program: Return code: 0 >10:16:02,003 INFO program: Running... lvm pvremove --force --force --yes --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sdb2 >10:16:02,030 INFO program: Labels on physical volume "/dev/sdb2" successfully wiped >10:16:02,031 DEBUG program: Return code: 0 >10:16:02,032 INFO program: Running... lvm pvscan --cache --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/sdb2 >10:16:02,061 INFO program: No PV label found on /dev/sdb2. >10:16:02,062 DEBUG program: Return code: 0 >10:16:02,064 INFO program: Running... udevadm settle --timeout=300 >10:16:02,082 DEBUG program: Return code: 0 >10:16:02,083 INFO program: Running... udevadm settle --timeout=300 >10:16:02,100 DEBUG program: Return code: 0 >10:16:02,109 INFO program: Running... udevadm settle --timeout=300 >10:16:02,127 DEBUG program: Return code: 0 >10:16:02,148 INFO program: Running... udevadm settle --timeout=300 >10:16:02,172 DEBUG program: Return code: 0 >10:16:02,173 INFO program: Running... udevadm settle --timeout=300 >10:16:02,192 DEBUG program: Return code: 0 >10:16:02,199 INFO program: Running... udevadm settle --timeout=300 >10:16:02,216 DEBUG program: Return code: 0 >10:16:02,240 INFO program: Running... udevadm settle --timeout=300 >10:16:02,258 DEBUG program: Return code: 0 >10:16:02,259 INFO program: Running... udevadm settle --timeout=300 >10:16:02,276 DEBUG program: Return code: 0 >10:16:02,284 INFO program: Running... udevadm settle --timeout=300 >10:16:02,305 DEBUG program: Return code: 0 >10:16:02,306 INFO program: Running... udevadm settle --timeout=300 >10:16:02,322 DEBUG program: Return code: 0 >10:16:02,334 INFO program: Running... udevadm settle --timeout=300 >10:16:02,360 DEBUG program: Return code: 0 >10:16:02,360 INFO program: Running... udevadm settle --timeout=300 >10:16:02,377 DEBUG program: Return code: 0 >10:16:02,387 INFO program: Running... udevadm settle --timeout=300 >10:16:02,409 DEBUG program: Return code: 0 >10:16:02,421 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=2048 count=2048 >10:16:02,436 INFO program: 2048+0 records in >10:16:02,436 INFO program: 2048+0 records out >10:16:02,437 INFO program: 1048576 bytes (1.0 MB) copied, 0.00540046 s, 194 MB/s >10:16:02,437 DEBUG program: Return code: 0 >10:16:02,437 INFO program: Running... udevadm settle --timeout=300 >10:16:02,460 DEBUG program: Return code: 0 >10:16:02,475 INFO program: Running... udevadm settle --timeout=300 >10:16:02,494 DEBUG program: Return code: 0 >10:16:02,501 INFO program: Running... wipefs -f -a /dev/sda1 >10:16:02,509 DEBUG program: Return code: 0 >10:16:02,517 INFO program: Running... udevadm settle --timeout=300 >10:16:02,533 DEBUG program: Return code: 0 >10:16:02,534 INFO program: Running... udevadm settle --timeout=300 >10:16:02,553 DEBUG program: Return code: 0 >10:16:02,565 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=10240 count=2048 >10:16:02,580 INFO program: 2048+0 records in >10:16:02,580 INFO program: 2048+0 records out >10:16:02,581 INFO program: 1048576 bytes (1.0 MB) copied, 0.00845354 s, 124 MB/s >10:16:02,581 DEBUG program: Return code: 0 >10:16:02,581 INFO program: Running... udevadm settle --timeout=300 >10:16:02,602 DEBUG program: Return code: 0 >10:16:02,618 INFO program: Running... udevadm settle --timeout=300 >10:16:02,662 DEBUG program: Return code: 0 >10:16:02,669 INFO program: Running... wipefs -f -a /dev/sda2 >10:16:02,679 DEBUG program: Return code: 0 >10:16:02,688 INFO program: Running... udevadm settle --timeout=300 >10:16:02,707 DEBUG program: Return code: 0 >10:16:02,708 INFO program: Running... udevadm settle --timeout=300 >10:16:02,725 DEBUG program: Return code: 0 >10:16:02,775 INFO program: Running... udevadm settle --timeout=300 >10:16:02,797 DEBUG program: Return code: 0 >10:16:02,808 INFO program: Running... mke2fs -t ext4 /dev/sda2 >10:16:02,914 INFO program: mke2fs 1.42.11 (09-Jul-2014) >10:16:02,915 INFO program: Discarding device blocks: 1024/512000 done >10:16:02,915 INFO program: Creating filesystem with 512000 1k blocks and 128016 inodes >10:16:02,915 INFO program: Filesystem UUID: f59be40d-33d7-46c5-bf7c-57aaf85bd210 >10:16:02,915 INFO program: Superblock backups stored on blocks: >10:16:02,916 INFO program: 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409 >10:16:02,916 INFO program: >10:16:02,916 INFO program: Allocating group tables: 0/63 done >10:16:02,916 INFO program: Writing inode tables: 0/63 done >10:16:02,917 INFO program: Creating journal (8192 blocks): done >10:16:02,917 INFO program: Writing superblocks and filesystem accounting information: 0/63 done >10:16:02,917 INFO program: >10:16:02,917 DEBUG program: Return code: 0 >10:16:02,920 INFO program: Running... e2label /dev/sda2 >10:16:02,939 DEBUG program: Return code: 0 >10:16:02,942 INFO program: Running... udevadm settle --timeout=300 >10:16:02,961 DEBUG program: Return code: 0 >10:16:02,966 INFO program: Running... udevadm settle --timeout=300 >10:16:02,983 DEBUG program: Return code: 0 >10:16:02,996 INFO program: Running... dd if=/dev/zero of=/dev/sda bs=512 seek=1034240 count=2048 >10:16:03,008 INFO program: 2048+0 records in >10:16:03,009 INFO program: 2048+0 records out >10:16:03,009 INFO program: 1048576 bytes (1.0 MB) copied, 0.00693269 s, 151 MB/s >10:16:03,009 DEBUG program: Return code: 0 >10:16:03,010 INFO program: Running... udevadm settle --timeout=300 >10:16:03,036 DEBUG program: Return code: 0 >10:16:03,054 INFO program: Running... udevadm settle --timeout=300 >10:16:03,093 DEBUG program: Return code: 0 >10:16:03,100 INFO program: Running... wipefs -f -a /dev/sda3 >10:16:03,108 DEBUG program: Return code: 0 >10:16:03,115 INFO program: Running... udevadm settle --timeout=300 >10:16:03,132 DEBUG program: Return code: 0 >10:16:03,133 INFO program: Running... udevadm settle --timeout=300 >10:16:03,149 DEBUG program: Return code: 0 >10:16:03,188 INFO program: Running... udevadm settle --timeout=300 >10:16:03,211 DEBUG program: Return code: 0 >10:16:03,213 INFO program: Running... udevadm settle --timeout=300 >10:16:03,232 DEBUG program: Return code: 0 >10:16:03,237 INFO program: Running... udevadm settle --timeout=300 >10:16:03,253 DEBUG program: Return code: 0 >10:16:03,297 INFO program: Running... udevadm settle --timeout=300 >10:16:03,331 DEBUG program: Return code: 0 >10:16:03,337 INFO program: Running... udevadm settle --timeout=300 >10:16:03,354 DEBUG program: Return code: 0 >10:16:03,358 INFO program: Running... udevadm settle --timeout=300 >10:16:03,375 DEBUG program: Return code: 0 >10:16:03,390 INFO program: Running... udevadm settle --timeout=300 >10:16:03,414 DEBUG program: Return code: 0 >10:16:03,415 INFO program: Running... udevadm settle --timeout=300 >10:16:03,432 DEBUG program: Return code: 0 >10:16:03,435 INFO program: Running... udevadm settle --timeout=300 >10:16:03,452 DEBUG program: Return code: 0 >10:16:03,462 INFO program: Running... dd if=/dev/zero of=/dev/sdc bs=512 seek=2048 count=2048 >10:16:03,479 INFO program: 2048+0 records in >10:16:03,479 INFO program: 2048+0 records out >10:16:03,480 INFO program: 1048576 bytes (1.0 MB) copied, 0.0109524 s, 95.7 MB/s >10:16:03,480 DEBUG program: Return code: 0 >10:16:03,480 INFO program: Running... udevadm settle --timeout=300 >10:16:03,516 DEBUG program: Return code: 0 >10:16:03,530 INFO program: Running... udevadm settle --timeout=300 >10:16:03,549 DEBUG program: Return code: 0 >10:16:03,555 INFO program: Running... wipefs -f -a /dev/sdc1 >10:16:03,564 DEBUG program: Return code: 0 >10:16:03,571 INFO program: Running... udevadm settle --timeout=300 >10:16:03,588 DEBUG program: Return code: 0 >10:16:03,589 INFO program: Running... udevadm settle --timeout=300 >10:16:03,606 DEBUG program: Return code: 0 >10:16:03,646 INFO program: Running... udevadm settle --timeout=300 >10:16:03,666 DEBUG program: Return code: 0 >10:16:03,669 INFO program: Running... udevadm settle --timeout=300 >10:16:03,686 DEBUG program: Return code: 0 >10:16:03,691 INFO program: Running... udevadm settle --timeout=300 >10:16:03,707 DEBUG program: Return code: 0 >10:16:03,722 INFO program: Running... udevadm settle --timeout=300 >10:16:03,740 DEBUG program: Return code: 0 >10:16:03,740 INFO program: Running... udevadm settle --timeout=300 >10:16:03,756 DEBUG program: Return code: 0 >10:16:03,759 INFO program: Running... udevadm settle --timeout=300 >10:16:03,775 DEBUG program: Return code: 0 >10:16:03,788 INFO program: Running... dd if=/dev/zero of=/dev/sdb bs=512 seek=2048 count=2048 >10:16:03,800 INFO program: 2048+0 records in >10:16:03,801 INFO program: 2048+0 records out >10:16:03,801 INFO program: 1048576 bytes (1.0 MB) copied, 0.0060945 s, 172 MB/s >10:16:03,801 DEBUG program: Return code: 0 >10:16:03,802 INFO program: Running... udevadm settle --timeout=300 >10:16:03,819 DEBUG program: Return code: 0 >10:16:03,834 INFO program: Running... udevadm settle --timeout=300 >10:16:03,852 DEBUG program: Return code: 0 >10:16:03,858 INFO program: Running... wipefs -f -a /dev/sdb1 >10:16:03,867 DEBUG program: Return code: 0 >10:16:03,876 INFO program: Running... udevadm settle --timeout=300 >10:16:03,893 DEBUG program: Return code: 0 >10:16:03,894 INFO program: Running... udevadm settle --timeout=300 >10:16:03,910 DEBUG program: Return code: 0 >10:16:03,948 INFO program: Running... udevadm settle --timeout=300 >10:16:03,967 DEBUG program: Return code: 0 >10:16:03,970 INFO program: Running... udevadm settle --timeout=300 >10:16:03,986 DEBUG program: Return code: 0 >10:16:03,991 INFO program: Running... udevadm settle --timeout=300 >10:16:04,007 DEBUG program: Return code: 0 >10:16:04,061 INFO program: Running... mdadm --create /dev/md/pv00 --run --level=raid5 --raid-devices=3 --metadata=default --bitmap=internal /dev/sda3 /dev/sdb1 /dev/sdc1 >10:16:04,291 INFO program: mdadm: array /dev/md/pv00 started. >10:16:04,292 DEBUG program: Return code: 0 >10:16:04,293 INFO program: Running... udevadm settle --timeout=300 >10:16:04,313 DEBUG program: Return code: 0 >10:16:04,319 INFO program: Running... udevadm settle --timeout=300 >10:16:04,394 DEBUG program: Return code: 0 >10:16:04,395 INFO program: Running... udevadm settle --timeout=300 >10:16:04,413 DEBUG program: Return code: 0 >10:16:04,422 INFO program: Running... wipefs -f -a /dev/md/pv00 >10:16:04,575 INFO program: /dev/md/pv00: 8 bytes were erased at offset 0x00000218 (LVM2_member): 4c 56 4d 32 20 30 30 31 >10:16:04,576 DEBUG program: Return code: 0 >10:16:04,576 INFO program: Running... lvm pvscan --cache --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/md/pv00 >10:16:04,606 INFO program: No PV label found on /dev/md/pv00. >10:16:04,607 DEBUG program: Return code: 0 >10:16:04,607 INFO program: Running... lvm pvcreate --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } --dataalignment 1024k /dev/md/pv00 >10:16:04,636 INFO program: Can't open /dev/md/pv00 exclusively. Mounted filesystem? >10:16:04,636 DEBUG program: Return code: 5 >10:16:04,637 INFO program: Running... lvm pvscan --cache --config devices { preferred_names=["^/dev/mapper/", "^/dev/md/", "^/dev/sd"] } /dev/md/pv00 >10:16:04,671 INFO program: No PV label found on /dev/md/pv00. >10:16:04,671 DEBUG program: Return code: 0 > > >/tmp/storage.log: >15:13:08,951 DEBUG blivet: IGNORED: Caught exception, continuing. >15:13:08,951 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >15:13:08,951 DEBUG blivet: IGNORED: Begin exception details. >15:13:08,951 DEBUG blivet: IGNORED: Traceback (most recent call last): >15:13:08,951 DEBUG blivet: IGNORED: File "/tmp/updates/blivet/iscsi.py", line 87, in __init__ >15:13:08,952 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >15:13:08,952 DEBUG blivet: IGNORED: IOError: Unknown error >15:13:08,952 DEBUG blivet: IGNORED: End exception details. >15:13:08,952 INFO blivet: ISCSID is /sbin/iscsid >15:13:08,952 INFO blivet: no initiator set >15:13:09,014 INFO blivet: Failed to read FCoE EDD info: No such file or directory >15:13:09,015 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >15:13:56,060 DEBUG blivet: trying to set new default fstype to 'ext4' >15:13:56,066 DEBUG blivet: Ext4FS.supported: supported: True ; >15:13:56,066 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 0 >15:13:56,067 DEBUG blivet: Ext4FS.supported: supported: True ; >15:13:56,070 DEBUG blivet: IGNORED: Caught exception, continuing. >15:13:56,071 DEBUG blivet: IGNORED: Problem description: failed to get initiator name from iscsi firmware >15:13:56,071 DEBUG blivet: IGNORED: Begin exception details. >15:13:56,071 DEBUG blivet: IGNORED: Traceback (most recent call last): >15:13:56,071 DEBUG blivet: IGNORED: File "/tmp/updates/blivet/iscsi.py", line 87, in __init__ >15:13:56,071 DEBUG blivet: IGNORED: initiatorname = libiscsi.get_firmware_initiator_name() >15:13:56,071 DEBUG blivet: IGNORED: IOError: Unknown error >15:13:56,072 DEBUG blivet: IGNORED: End exception details. >15:13:56,737 INFO blivet: Detected 8192 MiB of memory >15:13:56,754 INFO blivet: Suggested swap size (4096 MiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >15:13:56,770 INFO blivet: Swap attempt of 0.0 >15:13:57,026 INFO blivet: resetting Blivet (version 0.62) instance <blivet.Blivet object at 0x3fff86659710> >15:13:57,027 INFO blivet: no initiator set >15:13:57,027 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >15:13:57,027 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >15:13:57,262 INFO blivet: devices to scan: ['sda', 'sda1', 'sdb', 'sdb1', 'sdb2', 'sr0', 'sdc', 'sdc1', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2', 'dm-3'] >15:13:57,269 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd0 /dev/disk/by-path/scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '273e6463', > 'ID_PATH': 'scsi-0:0:0:0', > 'ID_PATH_TAG': 'scsi-0_0_0_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd0', > 'ID_SERIAL_SHORT': 'scsi0-hd0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217201', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd0', > '/dev/disk/by-path/scsi-0:0:0:0'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >15:13:57,269 INFO blivet: scanning sda (/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda)... >15:13:57,271 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >15:13:57,272 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:57,274 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >15:13:57,276 INFO blivet: sda is a disk >15:13:57,276 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 2 >15:13:57,280 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:13:57,295 INFO blivet: added disk sda (id 1) to device tree >15:13:57,296 DEBUG blivet: looking up parted Device: /dev/sda >15:13:57,295 INFO blivet: got device: DiskDevice instance (0x3fff8598f6d0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 34.18 GiB > format = existing None > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e3b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3fff856fb310> >15:13:57,330 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:13:57,332 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >15:13:57,334 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:13:57,334 DEBUG blivet: required disklabel type for sda (1) is None >15:13:57,334 DEBUG blivet: default disklabel type for sda is msdos >15:13:57,335 DEBUG blivet: selecting msdos disklabel for sda based on size >15:13:57,337 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >15:13:57,347 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 0x3fff85711610>] > device: <parted.device.Device object at 0x3fff85711410> > PedDisk: <_ped.Disk object at 0x3fff85707f80> >15:13:57,350 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 4 >15:13:57,352 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >15:13:57,362 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd0-part1 /dev/disk/by-path/scsi-0:0:0:0-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS', > 'ID_FS_UUID_ENC': 'SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '71677952', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': '273e6463-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '273e6463', > 'ID_PATH': 'scsi-0:0:0:0', > 'ID_PATH_TAG': 'scsi-0_0_0_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd0', > 'ID_SERIAL_SHORT': 'scsi0-hd0', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217217', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS', > '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd0-part1', > '/dev/disk/by-path/scsi-0:0:0:0-part1'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >15:13:57,362 INFO blivet: scanning sda1 (/devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >15:13:57,364 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda1 ; incomplete: False ; >15:13:57,366 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:57,366 INFO blivet: sda1 is a partition >15:13:57,368 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >15:13:57,369 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >15:13:57,371 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with existing msdos disklabel >15:13:57,391 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >15:13:57,393 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >15:13:57,394 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 7 >15:13:57,396 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >15:13:57,396 DEBUG blivet: looking up parted Partition: /dev/sda1 >15:13:57,398 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >15:13:57,400 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >15:13:57,402 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >15:13:57,404 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >15:13:57,404 INFO blivet: added partition sda1 (id 6) to device tree >15:13:57,411 DEBUG blivet: looking up parted Device: /dev/sda1 >15:13:57,405 INFO blivet: got device: PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing None > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = >15:13:57,486 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >15:13:57,488 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: None ; >15:13:57,488 DEBUG blivet: device sda1 does not contain a disklabel >15:13:57,515 INFO blivet: type detected on 'sda1' is 'LVM2_member' >15:13:57,517 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: ; uuid: SgAYmf-rYad-COTs-1usX-P9kl-deAV-od24DS ; exists: True ; vgUuid: ; label: None ; peStart: 1024 KiB ; device: /dev/sda1 ; serial: scsi0-hd0 ; >15:13:57,534 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance with object id 9 >15:13:57,535 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >15:13:57,537 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: lvmpv ; >15:13:57,538 INFO blivet: got format: existing lvmpv >15:13:57,539 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda1 ; >15:13:57,540 INFO blivet: lvm pv sda1 has no vg >15:13:57,545 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1 /dev/disk/by-path/scsi-0:0:1:0', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'ced1272b', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd1', > 'ID_SERIAL_SHORT': 'scsi0-hd1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217321', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1', > '/dev/disk/by-path/scsi-0:0:1:0'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb'} ; name: sdb ; >15:13:57,546 INFO blivet: scanning sdb (/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb)... >15:13:57,547 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >15:13:57,549 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:57,551 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >15:13:57,552 INFO blivet: sdb is a disk >15:13:57,552 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 12 >15:13:57,554 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >15:13:57,567 INFO blivet: added disk sdb (id 11) to device tree >15:13:57,568 DEBUG blivet: looking up parted Device: /dev/sdb >15:13:57,568 INFO blivet: got device: DiskDevice instance (0x3fff856fb150) -- > name = sdb status = True kids = 0 id = 11 > parents = [] > uuid = None size = 34.18 GiB > format = existing None > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3fff85711910> >15:13:57,605 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >15:13:57,607 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: dos ; >15:13:57,609 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >15:13:57,610 DEBUG blivet: required disklabel type for sdb (1) is None >15:13:57,610 DEBUG blivet: default disklabel type for sdb is msdos >15:13:57,610 DEBUG blivet: selecting msdos disklabel for sdb based on size >15:13:57,612 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >15:13:57,646 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 0x3fff85a24450>, <parted.partition.Partition object at 0x3fff85a24690>] > device: <parted.device.Device object at 0x3fff85a24250> > PedDisk: <_ped.Disk object at 0x3fff8571d440> >15:13:57,648 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 14 >15:13:57,656 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >15:13:57,664 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1-part1 /dev/disk/by-path/scsi-0:0:1:0-part1 /dev/disk/by-uuid/9a3642c4-1a68-471e-a9fb-580440154515', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '9a3642c4-1a68-471e-a9fb-580440154515', > 'ID_FS_UUID_ENC': '9a3642c4-1a68-471e-a9fb-580440154515', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\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': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_ENTRY_UUID': 'ced1272b-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'ced1272b', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd1', > 'ID_SERIAL_SHORT': 'scsi0-hd1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '17', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217335', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1-part1', > '/dev/disk/by-path/scsi-0:0:1:0-part1', > '/dev/disk/by-uuid/9a3642c4-1a68-471e-a9fb-580440154515'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1'} ; name: sdb1 ; >15:13:57,665 INFO blivet: scanning sdb1 (/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1)... >15:13:57,667 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb1 ; incomplete: False ; >15:13:57,669 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:57,669 INFO blivet: sdb1 is a partition >15:13:57,671 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >15:13:57,673 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >15:13:57,675 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sdb (11) with existing msdos disklabel >15:13:57,695 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >15:13:57,697 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >15:13:57,698 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 17 >15:13:57,700 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >15:13:57,700 DEBUG blivet: looking up parted Partition: /dev/sdb1 >15:13:57,702 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >15:13:57,704 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >15:13:57,706 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >15:13:57,708 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >15:13:57,708 INFO blivet: added partition sdb1 (id 16) to device tree >15:13:57,715 DEBUG blivet: looking up parted Device: /dev/sdb1 >15:13:57,709 INFO blivet: got device: PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing None > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = >15:13:57,792 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >15:13:57,794 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: None ; >15:13:57,794 DEBUG blivet: device sdb1 does not contain a disklabel >15:13:57,794 INFO blivet: type detected on 'sdb1' is 'ext4' >15:13:57,893 DEBUG blivet: size=0 B, current=500 MiB >15:13:57,913 DEBUG blivet: using current size 0 as min size >15:13:57,915 DEBUG blivet: Ext4FS.supported: supported: True ; >15:13:57,915 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 19 >15:13:57,917 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >15:13:57,919 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: ext4 ; >15:13:57,919 INFO blivet: got format: existing ext4 filesystem >15:13:57,927 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1-part2 /dev/disk/by-path/scsi-0:0:1:0-part2', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi', > 'ID_FS_UUID_ENC': 'uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '70653952', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_ENTRY_UUID': 'ced1272b-02', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': 'ced1272b', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd1', > 'ID_SERIAL_SHORT': 'scsi0-hd1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '18', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217352', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi', > '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd1-part2', > '/dev/disk/by-path/scsi-0:0:1:0-part2'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2'} ; name: sdb2 ; >15:13:57,927 INFO blivet: scanning sdb2 (/devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2)... >15:13:57,929 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb2 ; incomplete: False ; >15:13:57,930 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:57,931 INFO blivet: sdb2 is a partition >15:13:57,932 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >15:13:57,934 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdb ; incomplete: False ; >15:13:57,947 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sdb (11) with existing msdos disklabel >15:13:58,676 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >15:13:58,682 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >15:13:58,682 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 22 >15:13:58,684 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >15:13:58,684 DEBUG blivet: looking up parted Partition: /dev/sdb2 >15:13:58,685 DEBUG blivet: PartitionDevice.probe: sdb2 ; exists: True ; >15:13:58,686 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >15:13:58,688 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >15:13:58,689 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >15:13:58,690 INFO blivet: added partition sdb2 (id 21) to device tree >15:13:58,695 DEBUG blivet: looking up parted Device: /dev/sdb2 >15:13:58,690 INFO blivet: got device: PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 0 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing None > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm >15:13:58,788 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >15:13:58,790 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: None ; >15:13:58,790 DEBUG blivet: device sdb2 does not contain a disklabel >15:13:58,791 INFO blivet: type detected on 'sdb2' is 'LVM2_member' >15:13:58,793 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: fedora-server_ppc64lehamzytest2 ; uuid: uDOZ0Y-zjib-2IJN-QMuO-13oG-Ain1-6erVIi ; exists: True ; vgUuid: rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe ; label: None ; peStart: 1024 KiB ; device: /dev/sdb2 ; serial: scsi0-hd1 ; >15:13:58,809 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance with object id 24 >15:13:58,811 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >15:13:58,813 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: lvmpv ; >15:13:58,813 INFO blivet: got format: existing lvmpv >15:13:58,815 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sdb2 ; >15:13:58,817 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe ; incomplete: True ; >15:13:58,818 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:13:58,822 DEBUG blivet: LVMVolumeGroupDevice._addParent: fedora-server_ppc64lehamzytest2 ; member: sdb2 ; >15:13:58,825 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb2 ; >15:13:58,825 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 26 >15:13:58,827 DEBUG blivet: LVMVolumeGroupDevice._setFormat: fedora-server_ppc64lehamzytest2 ; current: None ; type: None ; >15:13:58,828 INFO blivet: added lvmvg fedora-server_ppc64lehamzytest2 (id 25) to device tree >15:13:58,855 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-server_ppc64lehamzytest2-root ; incomplete: False ; >15:13:58,858 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:58,860 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: 4xwQEj-yXGv-7cTD-IsyU-ozak-taV8-d1gEwQ ; incomplete: False ; >15:13:58,862 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:13:58,865 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora-server_ppc64lehamzytest2 ; >15:13:58,865 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 29 >15:13:58,867 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-root ; current: None ; type: None ; >15:13:58,868 DEBUG blivet: looking up parted Device: /dev/mapper/fedora--server_ppc64lehamzytest2-root >15:13:58,878 DEBUG blivet: Adding fedora-server_ppc64lehamzytest2-root/30.23 GiB to fedora-server_ppc64lehamzytest2 >15:13:58,891 INFO blivet: added lvmlv fedora-server_ppc64lehamzytest2-root (id 28) to device tree >15:13:58,893 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; orig: False ; >15:13:58,894 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-server_ppc64lehamzytest2-root ; status: True ; >15:13:58,896 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-root ; status: True ; >15:13:58,903 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-root /dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ /dev/disk/by-uuid/28d956ec-ea30-4cd3-8ff9-d4cc1096af93 /dev/fedora-server_ppc64lehamzytest2/root /dev/mapper/fedora--server_ppc64lehamzytest2-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'fedora--server_ppc64lehamzytest2-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ', > 'DM_VG_NAME': 'fedora-server_ppc64lehamzytest2', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > 'ID_FS_UUID_ENC': '28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '862245', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-root', > '/dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ', > '/dev/disk/by-uuid/28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > '/dev/fedora-server_ppc64lehamzytest2/root', > '/dev/mapper/fedora--server_ppc64lehamzytest2-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora--server_ppc64lehamzytest2-root ; >15:13:58,904 INFO blivet: scanning fedora--server_ppc64lehamzytest2-root (/devices/virtual/block/dm-3)... >15:13:58,905 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora--server_ppc64lehamzytest2-root ; incomplete: False ; >15:13:58,907 DEBUG blivet: DeviceTree.getDeviceByName returned existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) >15:13:58,950 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:58,961 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:58,980 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:58,996 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,013 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:58,923 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x3fff85792390) -- > name = fedora-server_ppc64lehamzytest2-root status = True kids = 0 id = 28 > parents = ['existing 33.69 GiB lvmvg fedora-server_ppc64lehamzytest2 (25)'] > uuid = 4xwQEj-yXGv-7cTD-IsyU-ozak-taV8-d1gEwQ size = 30.23 GiB > format = existing None > 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--server_ppc64lehamzytest2-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 63389696 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3945, 255, 63) biosGeometry: (3945, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861b00> > target size = 30.23 GiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff857aaf50) -- > name = fedora-server_ppc64lehamzytest2 status = True kids = 1 id = 25 > parents = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > uuid = rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe size = 33.69 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 33.69 GiB path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 8624 > PE Free = 11 PV Count = 1 > modified = False extents = 8624 free space = 3544 MiB > free extents = 886 reserved percent = 0 reserved space = 0 B > PVs = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > LVs = ['existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 30.23 GiB >15:13:59,093 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:59,106 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,125 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,143 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,163 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,250 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:59,265 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,289 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,308 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,328 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,410 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:59,423 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,444 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,462 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,480 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 3544 MiB free >15:13:59,530 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-server_ppc64lehamzytest2-root ; >15:13:59,532 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-server_ppc64lehamzytest2-root ; label_type: None ; >15:13:59,533 DEBUG blivet: device fedora-server_ppc64lehamzytest2-root does not contain a disklabel >15:13:59,533 INFO blivet: type detected on 'fedora--server_ppc64lehamzytest2-root' is 'ext4' >15:13:59,575 DEBUG blivet: size=0 B, current=30.23 GiB >15:13:59,594 DEBUG blivet: using current size 0 as min size >15:13:59,597 DEBUG blivet: Ext4FS.supported: supported: True ; >15:13:59,597 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 31 >15:13:59,599 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-root ; current: None ; type: ext4 ; >15:13:59,599 INFO blivet: got format: existing ext4 filesystem >15:13:59,601 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-server_ppc64lehamzytest2-swap ; incomplete: False ; >15:13:59,603 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:13:59,604 DEBUG blivet: DeviceTree.getDeviceByUuid: hidden: False ; uuid: Zt9cU1-FwJa-MKex-YAl3-qqJj-srdC-2lnBrE ; incomplete: False ; >15:13:59,606 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >15:13:59,608 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora-server_ppc64lehamzytest2 ; >15:13:59,608 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 34 >15:13:59,610 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-swap ; current: None ; type: None ; >15:13:59,611 DEBUG blivet: looking up parted Device: /dev/mapper/fedora--server_ppc64lehamzytest2-swap >15:13:59,625 DEBUG blivet: Adding fedora-server_ppc64lehamzytest2-swap/3500 MiB to fedora-server_ppc64lehamzytest2 >15:13:59,645 INFO blivet: added lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) to device tree >15:13:59,647 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-server_ppc64lehamzytest2-swap ; status: True ; controllable: True ; orig: False ; >15:13:59,650 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: fedora-server_ppc64lehamzytest2-swap ; status: True ; >15:13:59,652 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-swap ; status: True ; >15:13:59,659 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-swap /dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE /dev/disk/by-uuid/7961c908-43ec-4351-b52e-0b22ec8c84e2 /dev/fedora-server_ppc64lehamzytest2/swap /dev/mapper/fedora--server_ppc64lehamzytest2-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'fedora--server_ppc64lehamzytest2-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE', > 'DM_VG_NAME': 'fedora-server_ppc64lehamzytest2', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7961c908-43ec-4351-b52e-0b22ec8c84e2', > 'ID_FS_UUID_ENC': '7961c908-43ec-4351-b52e-0b22ec8c84e2', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '845126', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-swap', > '/dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE', > '/dev/disk/by-uuid/7961c908-43ec-4351-b52e-0b22ec8c84e2', > '/dev/fedora-server_ppc64lehamzytest2/swap', > '/dev/mapper/fedora--server_ppc64lehamzytest2-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora--server_ppc64lehamzytest2-swap ; >15:13:59,660 INFO blivet: scanning fedora--server_ppc64lehamzytest2-swap (/devices/virtual/block/dm-2)... >15:13:59,662 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora--server_ppc64lehamzytest2-swap ; incomplete: False ; >15:13:59,664 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) >15:13:59,717 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:59,731 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,755 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:13:59,776 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,797 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:13:59,686 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x3fff8553d9d0) -- > name = fedora-server_ppc64lehamzytest2-swap status = True kids = 0 id = 33 > parents = ['existing 33.69 GiB lvmvg fedora-server_ppc64lehamzytest2 (25)'] > uuid = Zt9cU1-FwJa-MKex-YAl3-qqJj-srdC-2lnBrE size = 3500 MiB > format = existing None > 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--server_ppc64lehamzytest2-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 7168000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (446, 255, 63) biosGeometry: (446, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861b90> > target size = 3500 MiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff857aaf50) -- > name = fedora-server_ppc64lehamzytest2 status = True kids = 2 id = 25 > parents = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > uuid = rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe size = 33.69 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 33.69 GiB path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 8624 > PE Free = 11 PV Count = 1 > modified = False extents = 8624 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > LVs = ['existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem', > 'existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33)'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 3500 MiB >15:13:59,898 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:13:59,911 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,931 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:13:59,950 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:13:59,969 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:00,059 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:00,072 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:00,092 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:00,111 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:00,129 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:00,226 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:00,239 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:00,257 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:00,273 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:00,290 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:00,347 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-server_ppc64lehamzytest2-swap ; >15:14:00,350 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-server_ppc64lehamzytest2-swap ; label_type: None ; >15:14:00,350 DEBUG blivet: device fedora-server_ppc64lehamzytest2-swap does not contain a disklabel >15:14:00,351 INFO blivet: type detected on 'fedora--server_ppc64lehamzytest2-swap' is 'swap' >15:14:00,352 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/fedora--server_ppc64lehamzytest2-swap ; serial: None ; uuid: 7961c908-43ec-4351-b52e-0b22ec8c84e2 ; exists: True ; label: None ; >15:14:00,353 DEBUG blivet: getFormat('swap') returning SwapSpace instance with object id 36 >15:14:00,354 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-swap ; current: None ; type: swap ; >15:14:00,355 INFO blivet: got format: existing swap >15:14:00,356 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-server_ppc64lehamzytest2-root ; incomplete: False ; >15:14:00,358 DEBUG blivet: DeviceTree.getDeviceByName returned existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem >15:14:00,376 DEBUG blivet: set fedora-server_ppc64lehamzytest2-root copies to 1, metadata size to 0 B, log size to 0 B, total size 30.23 GiB >15:14:00,394 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-server_ppc64lehamzytest2-swap ; incomplete: False ; >15:14:00,396 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap >15:14:00,416 DEBUG blivet: set fedora-server_ppc64lehamzytest2-swap copies to 1, metadata size to 0 B, log size to 0 B, total size 3500 MiB >15:14:00,441 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/cdrom /dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_scsi0-cd2 /dev/disk/by-label/Fedora-S-21-ppc64le /dev/disk/by-path/scsi-0:0:2:0 /dev/disk/by-uuid/2014-09-10-07-07-44-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_BUS': 'scsi', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_CDROM_MRW': '1', > 'ID_CDROM_MRW_W': '1', > 'ID_FOR_SEAT': 'block-scsi-0_0_2_0', > '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_LABEL': 'Fedora-S-21-ppc64le', > 'ID_FS_LABEL_ENC': 'Fedora-S-21-ppc64le', > 'ID_FS_SYSTEM_ID': 'PPC', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2014-09-10-07-07-44-00', > 'ID_FS_UUID_ENC': '2014-09-10-07-07-44-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_CD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20CD-ROM\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:2:0', > 'ID_PATH_TAG': 'scsi-0_0_2_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_CD-ROM_scsi0-cd2', > 'ID_SERIAL_SHORT': 'scsi0-cd2', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '217453', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/scsi-0QEMU_QEMU_CD-ROM_scsi0-cd2', > '/dev/disk/by-label/Fedora-S-21-ppc64le', > '/dev/disk/by-path/scsi-0:0:2:0', > '/dev/disk/by-uuid/2014-09-10-07-07-44-00'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0'} ; name: sr0 ; >15:14:00,442 INFO blivet: scanning sr0 (/devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0)... >15:14:00,443 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sr0 ; incomplete: False ; >15:14:00,445 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,445 INFO blivet: sr0 is a cdrom >15:14:00,446 DEBUG blivet: DeviceTree.addUdevOpticalDevice: >15:14:00,447 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 40 >15:14:00,448 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:14:00,448 INFO blivet: added cdrom sr0 (id 39) to device tree >15:14:00,451 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:00,452 DEBUG blivet: looking up parted Device: /dev/sr0 >15:14:00,448 INFO blivet: got device: OpticalDevice instance (0x3fff85792310) -- > name = sr0 status = True kids = 0 id = 39 > parents = [] > uuid = None size = 1811.87 MiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:2/0:0:2:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU CD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 927675 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: True > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861c20> > target size = 0 B path = /dev/sr0 > format args = [] originalFormat = None >15:14:00,462 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:00,470 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:00,479 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:00,486 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:14:00,487 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:00,488 INFO blivet: type detected on 'sr0' is 'iso9660' >15:14:00,489 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:14:00,489 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance with object id 42 >15:14:00,491 DEBUG blivet: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >15:14:00,491 INFO blivet: got format: existing iso9660 filesystem >15:14:00,496 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd3 /dev/disk/by-path/scsi-0:0:3:0', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '09c77cb0', > 'ID_PATH': 'scsi-0:0:3:0', > 'ID_PATH_TAG': 'scsi-0_0_3_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd3', > 'ID_SERIAL_SHORT': 'scsi0-hd3', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217542', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd3', > '/dev/disk/by-path/scsi-0:0:3:0'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc'} ; name: sdc ; >15:14:00,496 INFO blivet: scanning sdc (/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc)... >15:14:00,498 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:14:00,499 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,500 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >15:14:00,501 INFO blivet: sdc is a disk >15:14:00,502 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 45 >15:14:00,503 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >15:14:00,522 INFO blivet: added disk sdc (id 44) to device tree >15:14:00,522 DEBUG blivet: looking up parted Device: /dev/sdc >15:14:00,522 INFO blivet: got device: DiskDevice instance (0x3fff85a38fd0) -- > name = sdc status = True kids = 0 id = 44 > parents = [] > uuid = None size = 34.18 GiB > format = existing None > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861e60> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x3fff84b05b50> >15:14:00,554 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >15:14:00,556 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: dos ; >15:14:00,557 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >15:14:00,557 DEBUG blivet: required disklabel type for sdc (1) is None >15:14:00,557 DEBUG blivet: default disklabel type for sdc is msdos >15:14:00,558 DEBUG blivet: selecting msdos disklabel for sdc based on size >15:14:00,559 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >15:14:00,568 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 0x3fff84b1a050>] > device: <parted.device.Device object at 0x3fff84b05d50> > PedDisk: <_ped.Disk object at 0x3fff84b18680> >15:14:00,569 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance with object id 47 >15:14:00,571 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >15:14:00,577 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd3-part1 /dev/disk/by-path/scsi-0:0:3:0-part1', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY', > 'ID_FS_UUID_ENC': 'lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'QEMU_HARDDISK', > 'ID_MODEL_ENC': 'QEMU\\x20HARDDISK\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '70645760', > 'ID_PART_ENTRY_TYPE': '0xfd', > 'ID_PART_ENTRY_UUID': '09c77cb0-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '09c77cb0', > 'ID_PATH': 'scsi-0:0:3:0', > 'ID_PATH_TAG': 'scsi-0_0_3_0', > 'ID_REVISION': '2.0.', > 'ID_SCSI': '1', > 'ID_SERIAL': '0QEMU_QEMU_HARDDISK_scsi0-hd3', > 'ID_SERIAL_SHORT': 'scsi0-hd3', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '33', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '217558', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/lvm-pv-uuid-lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY', > '/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_scsi0-hd3-part1', > '/dev/disk/by-path/scsi-0:0:3:0-part1'], > 'sysfs_path': '/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1'} ; name: sdc1 ; >15:14:00,578 INFO blivet: scanning sdc1 (/devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1)... >15:14:00,579 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc1 ; incomplete: False ; >15:14:00,580 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,580 INFO blivet: sdc1 is a partition >15:14:00,582 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >15:14:00,583 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sdc ; incomplete: False ; >15:14:00,585 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sdc (44) with existing msdos disklabel >15:14:00,606 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >15:14:00,609 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:14:00,609 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 50 >15:14:00,611 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >15:14:00,611 DEBUG blivet: looking up parted Partition: /dev/sdc1 >15:14:00,613 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >15:14:00,615 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >15:14:00,616 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >15:14:00,618 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >15:14:00,618 INFO blivet: added partition sdc1 (id 49) to device tree >15:14:00,625 DEBUG blivet: looking up parted Device: /dev/sdc1 >15:14:00,618 INFO blivet: got device: PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing None > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = None grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid >15:14:00,699 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >15:14:00,700 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: None ; >15:14:00,701 DEBUG blivet: device sdc1 does not contain a disklabel >15:14:00,701 INFO blivet: type detected on 'sdc1' is 'LVM2_member' >15:14:00,703 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: ; uuid: lKbG9q-ROeP-D5Tu-JgEo-e3mo-oJPU-olmMXY ; exists: True ; vgUuid: ; label: None ; peStart: 1024 KiB ; device: /dev/sdc1 ; serial: scsi0-hd3 ; >15:14:00,718 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance with object id 52 >15:14:00,720 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >15:14:00,721 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: lvmpv ; >15:14:00,721 INFO blivet: got format: existing lvmpv >15:14:00,722 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sdc1 ; >15:14:00,723 INFO blivet: lvm pv sdc1 has no vg >15:14:00,725 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '221705', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:14:00,725 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >15:14:00,726 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop0 ; incomplete: False ; >15:14:00,728 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,728 INFO blivet: loop0 is a loop device >15:14:00,729 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:14:00,730 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /run/install/repo/LiveOS/squashfs.img ; incomplete: False ; >15:14:00,732 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,732 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 55 >15:14:00,734 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >15:14:00,734 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 54) to device tree >15:14:00,736 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >15:14:00,736 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 58 >15:14:00,737 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:14:00,738 INFO blivet: added loop loop0 (id 57) to device tree >15:14:00,738 INFO blivet: got device: LoopDevice instance (0x3fff84b05c90) -- > name = loop0 status = False kids = 0 id = 57 > parents = ['existing 0 B file /run/install/repo/LiveOS/squashfs.img (54)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop0 > format args = [] originalFormat = None >15:14:00,743 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:14:00,744 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:14:00,744 DEBUG blivet: device loop0 does not contain a disklabel >15:14:00,745 INFO blivet: type detected on 'loop0' is 'squashfs' >15:14:00,745 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance with object id 60 >15:14:00,746 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:14:00,749 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_UUID_ENC': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '221728', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:14:00,750 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >15:14:00,751 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:14:00,753 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,753 INFO blivet: loop1 is a loop device >15:14:00,754 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:14:00,755 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /LiveOS/rootfs.img ; incomplete: False ; >15:14:00,757 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,757 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 63 >15:14:00,758 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >15:14:00,759 INFO blivet: added file /LiveOS/rootfs.img (id 62) to device tree >15:14:00,760 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >15:14:00,760 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 66 >15:14:00,762 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:14:00,762 INFO blivet: added loop loop1 (id 65) to device tree >15:14:00,762 INFO blivet: got device: LoopDevice instance (0x3fff84b1a650) -- > name = loop1 status = False kids = 0 id = 65 > parents = ['existing 0 B file /LiveOS/rootfs.img (62)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop1 > format args = [] originalFormat = None >15:14:00,767 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:14:00,769 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:14:00,769 DEBUG blivet: device loop1 does not contain a disklabel >15:14:00,770 INFO blivet: type detected on 'loop1' is 'ext4' >15:14:00,805 DEBUG blivet: size=0 B, current=2048 MiB >15:14:00,822 DEBUG blivet: using current size 0 as min size >15:14:00,823 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:00,824 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 68 >15:14:00,825 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >15:14:00,826 INFO blivet: got format: existing ext4 filesystem >15:14:00,828 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '221758', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:14:00,829 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >15:14:00,830 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >15:14:00,831 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,831 INFO blivet: loop2 is a loop device >15:14:00,832 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:14:00,834 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: /overlay (deleted) ; incomplete: False ; >15:14:00,835 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,835 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 71 >15:14:00,837 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:14:00,837 INFO blivet: added file /overlay (deleted) (id 70) to device tree >15:14:00,839 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:14:00,839 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 74 >15:14:00,840 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:14:00,841 INFO blivet: added loop loop2 (id 73) to device tree >15:14:00,841 INFO blivet: got device: LoopDevice instance (0x3fff84b05cd0) -- > name = loop2 status = False kids = 0 id = 73 > parents = ['existing 0 B file /overlay (deleted) (70)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/loop2 > format args = [] originalFormat = None >15:14:00,846 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:14:00,847 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:14:00,847 DEBUG blivet: device loop2 does not contain a disklabel >15:14:00,848 DEBUG blivet: no type or existing type for loop2, bailing >15:14:00,851 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_UUID_ENC': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '474449', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:14:00,852 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >15:14:00,853 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:14:00,854 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,854 INFO blivet: live-rw is a device-mapper device >15:14:00,856 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >15:14:00,858 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-root ; status: True ; >15:14:00,859 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-swap ; status: True ; >15:14:00,861 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:14:00,862 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (65) with existing ext4 filesystem >15:14:00,865 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop2 ; incomplete: False ; >15:14:00,866 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop2 (73) >15:14:00,868 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-rw ; incomplete: False ; >15:14:00,869 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:00,871 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >15:14:00,872 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 78 >15:14:00,873 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:14:00,873 INFO blivet: added dm live-rw (id 77) to device tree >15:14:00,874 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >15:14:00,873 INFO blivet: got device: DMDevice instance (0x3fff84b1a4d0) -- > name = live-rw status = True kids = 0 id = 77 > parents = ['existing 0 B loop loop2 (73)'] > uuid = None size = 2048 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x3fff837d7050> > target size = 0 B path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:14:00,925 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:14:00,927 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:14:00,927 DEBUG blivet: device live-rw does not contain a disklabel >15:14:00,927 INFO blivet: type detected on 'live-rw' is 'ext4' >15:14:00,958 DEBUG blivet: size=1097.59 MiB, current=2048 MiB >15:14:00,990 DEBUG blivet: padding min size from 1150905344 up to 1150905844 >15:14:00,992 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:00,992 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 80 >15:14:00,994 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:14:00,994 INFO blivet: got format: existing ext4 filesystem >15:14:00,998 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_UUID_ENC': 'dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '495785', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/dc5b45f4-f0cb-4c32-a214-61f14a3e2f38', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >15:14:00,998 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >15:14:01,000 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:14:01,001 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:01,001 INFO blivet: live-base is a device-mapper device >15:14:01,002 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >15:14:01,004 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-root ; status: True ; >15:14:01,005 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: fedora-server_ppc64lehamzytest2-swap ; status: True ; >15:14:01,006 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >15:14:01,008 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: loop1 ; incomplete: False ; >15:14:01,010 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0 B loop loop1 (65) with existing ext4 filesystem >15:14:01,013 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: live-base ; incomplete: False ; >15:14:01,014 DEBUG blivet: DeviceTree.getDeviceByName returned None >15:14:01,016 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >15:14:01,016 DEBUG blivet: getFormat('None') returning DeviceFormat instance with object id 83 >15:14:01,018 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >15:14:01,018 INFO blivet: added dm live-base (id 82) to device tree >15:14:01,019 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >15:14:01,018 INFO blivet: got device: DMDevice instance (0x3fff84b05ad0) -- > name = live-base status = True kids = 0 id = 82 > parents = ['existing 0 B loop loop1 (65) with existing ext4 filesystem'] > uuid = None size = 2048 MiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x3fff837d70e0> > target size = 0 B path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >15:14:01,048 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >15:14:01,050 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >15:14:01,050 DEBUG blivet: device live-base does not contain a disklabel >15:14:01,050 INFO blivet: type detected on 'live-base' is 'ext4' >15:14:01,084 DEBUG blivet: size=0 B, current=2048 MiB >15:14:01,100 DEBUG blivet: using current size 0 as min size >15:14:01,102 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:01,102 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 85 >15:14:01,104 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >15:14:01,104 INFO blivet: got format: existing ext4 filesystem >15:14:01,111 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-swap /dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE /dev/disk/by-uuid/7961c908-43ec-4351-b52e-0b22ec8c84e2 /dev/fedora-server_ppc64lehamzytest2/swap /dev/mapper/fedora--server_ppc64lehamzytest2-swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'fedora--server_ppc64lehamzytest2-swap', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE', > 'DM_VG_NAME': 'fedora-server_ppc64lehamzytest2', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7961c908-43ec-4351-b52e-0b22ec8c84e2', > 'ID_FS_UUID_ENC': '7961c908-43ec-4351-b52e-0b22ec8c84e2', > 'ID_FS_VERSION': '1', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '845126', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-swap', > '/dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHeZt9cU1FwJaMKexYAl3qqJjsrdC2lnBrE', > '/dev/disk/by-uuid/7961c908-43ec-4351-b52e-0b22ec8c84e2', > '/dev/fedora-server_ppc64lehamzytest2/swap', > '/dev/mapper/fedora--server_ppc64lehamzytest2-swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: fedora--server_ppc64lehamzytest2-swap ; >15:14:01,112 INFO blivet: scanning fedora--server_ppc64lehamzytest2-swap (/devices/virtual/block/dm-2)... >15:14:01,113 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora--server_ppc64lehamzytest2-swap ; incomplete: False ; >15:14:01,114 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap >15:14:01,157 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,168 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,186 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,202 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,220 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,133 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x3fff8553d9d0) -- > name = fedora-server_ppc64lehamzytest2-swap status = True kids = 0 id = 33 > parents = ['existing 33.69 GiB lvmvg fedora-server_ppc64lehamzytest2 (25)'] > uuid = Zt9cU1-FwJa-MKex-YAl3-qqJj-srdC-2lnBrE size = 3500 MiB > format = existing swap > 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--server_ppc64lehamzytest2-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 7168000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (446, 255, 63) biosGeometry: (446, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861b90> > target size = 3500 MiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff857aaf50) -- > name = fedora-server_ppc64lehamzytest2 status = True kids = 2 id = 25 > parents = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > uuid = rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe size = 33.69 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 33.69 GiB path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 8624 > PE Free = 11 PV Count = 1 > modified = False extents = 8624 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > LVs = ['existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem', > 'existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 3500 MiB >15:14:01,297 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,308 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,326 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,342 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,360 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,437 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,447 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,464 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,478 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,496 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,574 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,585 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,602 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,618 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,637 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,690 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-server_ppc64lehamzytest2-swap ; >15:14:01,691 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-server_ppc64lehamzytest2-swap ; label_type: None ; >15:14:01,691 DEBUG blivet: device fedora-server_ppc64lehamzytest2-swap does not contain a disklabel >15:14:01,692 DEBUG blivet: no type or existing type for fedora--server_ppc64lehamzytest2-swap, bailing >15:14:01,696 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-root /dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ /dev/disk/by-uuid/28d956ec-ea30-4cd3-8ff9-d4cc1096af93 /dev/fedora-server_ppc64lehamzytest2/root /dev/mapper/fedora--server_ppc64lehamzytest2-root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1410966782', > 'DM_NAME': 'fedora--server_ppc64lehamzytest2-root', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ', > 'DM_VG_NAME': 'fedora-server_ppc64lehamzytest2', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > 'ID_FS_UUID_ENC': '28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '862245', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-fedora--server_ppc64lehamzytest2-root', > '/dev/disk/by-id/dm-uuid-LVM-rUvfkxY8uxoImmP4zJSPZOde5XEuUXHe4xwQEjyXGv7cTDIsyUozaktaV8d1gEwQ', > '/dev/disk/by-uuid/28d956ec-ea30-4cd3-8ff9-d4cc1096af93', > '/dev/fedora-server_ppc64lehamzytest2/root', > '/dev/mapper/fedora--server_ppc64lehamzytest2-root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: fedora--server_ppc64lehamzytest2-root ; >15:14:01,696 INFO blivet: scanning fedora--server_ppc64lehamzytest2-root (/devices/virtual/block/dm-3)... >15:14:01,697 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora--server_ppc64lehamzytest2-root ; incomplete: False ; >15:14:01,698 DEBUG blivet: DeviceTree.getDeviceByName returned existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem >15:14:01,743 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,754 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,772 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,789 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,807 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,716 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x3fff85792390) -- > name = fedora-server_ppc64lehamzytest2-root status = True kids = 0 id = 28 > parents = ['existing 33.69 GiB lvmvg fedora-server_ppc64lehamzytest2 (25)'] > uuid = 4xwQEj-yXGv-7cTD-IsyU-ozak-taV8-d1gEwQ size = 30.23 GiB > format = existing ext4 filesystem > 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--server_ppc64lehamzytest2-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 63389696 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3945, 255, 63) biosGeometry: (3945, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861b00> > target size = 30.23 GiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff857aaf50) -- > name = fedora-server_ppc64lehamzytest2 status = True kids = 2 id = 25 > parents = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > uuid = rUvfkx-Y8ux-oImm-P4zJ-SPZO-de5X-EuUXHe size = 33.69 GiB > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 33.69 GiB path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 44 MiB PE Size = 4096 KiB PE Count = 8624 > PE Free = 11 PV Count = 1 > modified = False extents = 8624 free space = 44 MiB > free extents = 11 reserved percent = 0 reserved space = 0 B > PVs = ['existing 33.69 GiB partition sdb2 (21) with existing lvmpv'] > LVs = ['existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem', > 'existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 30.23 GiB >15:14:01,887 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:01,899 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,919 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:01,935 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:01,958 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:02,041 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:02,053 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:02,072 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:02,089 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:02,108 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:02,190 DEBUG blivet: looking up parted Device: /dev/fedora--server_ppc64lehamzytest2 >15:14:02,202 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:02,220 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:02,236 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:02,254 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:02,310 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: fedora-server_ppc64lehamzytest2-root ; >15:14:02,312 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: fedora-server_ppc64lehamzytest2-root ; label_type: None ; >15:14:02,312 DEBUG blivet: device fedora-server_ppc64lehamzytest2-root does not contain a disklabel >15:14:02,312 DEBUG blivet: no type or existing type for fedora--server_ppc64lehamzytest2-root, bailing >15:14:02,356 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >15:14:02,360 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda1 ; status: ; type: lvmpv ; >15:14:02,362 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda1 ; status: ; type: lvmpv ; >15:14:02,385 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >15:14:02,387 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:14:02,389 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:14:02,409 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >15:14:02,432 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >15:14:02,437 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,439 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,461 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >15:14:02,483 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >15:14:02,541 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; >15:14:02,544 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora--server_ppc64lehamzytest2 ; status: False ; type: None ; >15:14:02,546 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora--server_ppc64lehamzytest2 ; status: False ; type: None ; >15:14:02,583 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; >15:14:02,639 DEBUG blivet: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >15:14:02,642 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdb2 ; status: False ; type: lvmpv ; >15:14:02,644 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdb2 ; status: False ; type: lvmpv ; >15:14:02,672 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >15:14:02,675 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,678 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,697 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-swap ; status: False ; controllable: True ; >15:14:02,699 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >15:14:02,719 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >15:14:02,721 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdc1 ; status: ; type: lvmpv ; >15:14:02,723 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdc1 ; status: ; type: lvmpv ; >15:14:02,741 DEBUG blivet: DiskDevice.teardown: sdc ; status: True ; controllable: True ; >15:14:02,744 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >15:14:02,746 DEBUG blivet: DiskLabel.teardown: device: /dev/sdc ; status: False ; type: disklabel ; >15:14:02,764 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >15:14:02,765 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >15:14:02,769 INFO blivet: edd: collected mbr signatures: {'sda': '0x273e6463', 'sdb': '0xced1272b', 'sdc': '0x09c77cb0'} >15:14:02,773 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >15:14:02,806 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >15:14:02,911 DEBUG blivet: DiskDevice.teardown: sdb ; status: True ; controllable: True ; >15:14:02,912 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,914 DEBUG blivet: DiskLabel.teardown: device: /dev/sdb ; status: False ; type: disklabel ; >15:14:02,934 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; orig: False ; >15:14:02,936 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2-root ; orig: False ; >15:14:02,938 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; orig: False ; >15:14:02,942 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; orig: False ; >15:14:03,071 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >15:14:03,073 INFO blivet: IGNORED: Caught exception, continuing. >15:14:03,074 INFO blivet: IGNORED: Problem description: error parsing blkid.tab >15:14:03,074 INFO blivet: IGNORED: Begin exception details. >15:14:03,074 INFO blivet: IGNORED: Traceback (most recent call last): >15:14:03,075 INFO blivet: IGNORED: File "/tmp/updates/blivet/__init__.py", line 3192, in parseFSTab >15:14:03,075 INFO blivet: IGNORED: blkidTab.parse() >15:14:03,075 INFO blivet: IGNORED: File "/tmp/updates/blivet/__init__.py", line 2252, in parse >15:14:03,076 INFO blivet: IGNORED: with open(path) as f: >15:14:03,076 INFO blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >15:14:03,076 INFO blivet: IGNORED: End exception details. >15:14:03,077 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >15:14:03,077 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >15:14:03,078 DEBUG blivet: IGNORED: Caught exception, continuing. >15:14:03,079 DEBUG blivet: IGNORED: Problem description: failed to parse blkid.tab >15:14:03,079 DEBUG blivet: IGNORED: Begin exception details. >15:14:03,079 DEBUG blivet: IGNORED: Traceback (most recent call last): >15:14:03,080 DEBUG blivet: IGNORED: File "/tmp/updates/blivet/__init__.py", line 2300, in parse >15:14:03,080 DEBUG blivet: IGNORED: self.blkidTab.parse() >15:14:03,080 DEBUG blivet: IGNORED: File "/tmp/updates/blivet/__init__.py", line 2252, in parse >15:14:03,080 DEBUG blivet: IGNORED: with open(path) as f: >15:14:03,081 DEBUG blivet: IGNORED: IOError: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >15:14:03,081 DEBUG blivet: IGNORED: End exception details. >15:14:03,081 DEBUG blivet: crypttab maps: [] >15:14:03,081 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >15:14:03,084 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora--server_ppc64lehamzytest2-root ; hidden: False ; incomplete: False ; >15:14:03,085 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem >15:14:03,099 DEBUG blivet: resolved '/dev/mapper/fedora--server_ppc64lehamzytest2-root' to 'fedora-server_ppc64lehamzytest2-root' (lvmlv) >15:14:03,099 DEBUG blivet: resolved 'UUID=9a3642c4-1a68-471e-a9fb-580440154515' to 'sdb1' (partition) >15:14:03,100 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/fedora--server_ppc64lehamzytest2-swap ; hidden: False ; incomplete: False ; >15:14:03,102 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap >15:14:03,115 DEBUG blivet: resolved '/dev/mapper/fedora--server_ppc64lehamzytest2-swap' to 'fedora-server_ppc64lehamzytest2-swap' (lvmlv) >15:14:03,116 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >15:14:03,218 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >15:14:03,380 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:03,399 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:03,415 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 33.69 GiB >15:14:03,430 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 44 MiB free >15:14:03,444 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:03,447 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:03,449 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:03,451 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:03,455 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:03,460 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,462 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:14:03,592 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >15:14:03,592 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >15:14:03,595 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; hidden: False ; incomplete: False ; >15:14:03,613 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,607 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 1811.87 MiB cdrom sr0 (39) with existing iso9660 filesystem >15:14:03,625 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,634 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,721 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >15:14:03,721 DEBUG blivet: /dev/sr0 is mounted on /run/install/repo >15:14:03,722 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/sr0 ; hidden: False ; incomplete: False ; >15:14:03,725 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,723 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 1811.87 MiB cdrom sr0 (39) with existing iso9660 filesystem >15:14:03,732 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:03,739 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:14:35,660 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:14:35,661 DEBUG blivet: Iso9660FS.supported: supported: True ; >15:14:35,662 DEBUG blivet: NFSv4.supported: supported: False ; >15:14:35,663 DEBUG blivet: NFSv4.supported: supported: False ; >15:14:35,664 DEBUG blivet: SELinuxFS.supported: supported: False ; >15:14:35,665 DEBUG blivet: SELinuxFS.supported: supported: False ; >15:14:35,666 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:35,667 DEBUG blivet: Ext4FS.supported: supported: True ; >15:14:35,668 DEBUG blivet: Ext3FS.supported: supported: True ; >15:14:35,669 DEBUG blivet: Ext3FS.supported: supported: True ; >15:14:35,670 DEBUG blivet: Ext2FS.supported: supported: True ; >15:14:35,671 DEBUG blivet: Ext2FS.supported: supported: True ; >15:14:35,673 DEBUG blivet: SysFS.supported: supported: False ; >15:14:35,674 DEBUG blivet: SysFS.supported: supported: False ; >15:14:35,675 DEBUG blivet: MultipathMember.__init__: >15:14:35,675 DEBUG blivet: SwapSpace.__init__: >15:14:35,676 DEBUG blivet: ProcFS.supported: supported: False ; >15:14:35,677 DEBUG blivet: ProcFS.supported: supported: False ; >15:14:35,678 DEBUG blivet: DMRaidMember.__init__: >15:14:35,679 DEBUG blivet: DevPtsFS.supported: supported: False ; >15:14:35,680 DEBUG blivet: DevPtsFS.supported: supported: False ; >15:14:35,681 DEBUG blivet: BTRFS.supported: supported: True ; >15:14:35,791 DEBUG blivet: USBFS.supported: supported: False ; >15:14:35,793 DEBUG blivet: USBFS.supported: supported: False ; >15:14:35,794 DEBUG blivet: DiskLabel.__init__: >15:14:35,794 INFO blivet: DiskLabel.partedDevice returning None >15:14:35,797 DEBUG blivet: HFSPlus.supported: supported: False ; >15:14:35,798 DEBUG blivet: HFSPlus.supported: supported: False ; >15:14:35,799 DEBUG blivet: XFS.supported: supported: True ; >15:14:35,888 DEBUG blivet: XFS.supported: supported: True ; >15:14:35,889 DEBUG blivet: TmpFS.supported: supported: True ; >15:14:35,912 DEBUG blivet: LUKS.__init__: >15:14:35,914 DEBUG blivet: NTFS.supported: supported: False ; >15:14:35,915 DEBUG blivet: NTFS.supported: supported: False ; >15:14:35,916 DEBUG blivet: BindFS.supported: supported: False ; >15:14:35,917 DEBUG blivet: BindFS.supported: supported: False ; >15:14:35,919 DEBUG blivet: HFS.supported: supported: False ; >15:14:35,921 DEBUG blivet: HFS.supported: supported: False ; >15:14:35,922 DEBUG blivet: LVMPhysicalVolume.__init__: >15:14:35,923 DEBUG blivet: NFS.supported: supported: False ; >15:14:35,924 DEBUG blivet: NFS.supported: supported: False ; >15:14:35,925 DEBUG blivet: FATFS.supported: supported: True ; >15:14:35,946 DEBUG blivet: FATFS.supported: supported: True ; >15:14:35,947 DEBUG blivet: NoDevFS.supported: supported: False ; >15:14:35,949 DEBUG blivet: NoDevFS.supported: supported: False ; >15:14:35,950 DEBUG blivet: MDRaidMember.__init__: >10:14:40,083 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:40,086 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:40,349 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:40,350 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:40,607 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:40,609 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:40,868 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:40,870 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:41,105 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:41,106 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:41,344 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:41,345 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:44,788 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:44,793 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:45,637 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:45,640 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:46,048 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:46,050 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:49,669 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:49,670 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:49,845 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:49,846 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:50,017 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:50,018 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:51,062 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:51,063 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:51,237 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:51,237 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:51,410 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:51,411 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:58,974 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:58,976 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:59,154 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:59,155 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:59,326 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:59,327 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:59,497 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:59,498 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:59,667 INFO blivet: Detected 8192 MiB of memory >10:14:59,684 INFO blivet: Swap attempt of 4096 MiB >10:14:59,751 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:14:59,757 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff85711810) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff85a24990) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff85a24e10) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff8554d410) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:14:59,974 DEBUG blivet: clearpart: looking at sdb2 >10:14:59,974 DEBUG blivet: clearpart: looking at sda1 >10:14:59,974 DEBUG blivet: clearpart: looking at sdb1 >10:14:59,974 DEBUG blivet: clearpart: looking at sdc1 >10:14:59,975 DEBUG blivet: checking whether disk sda has an empty extended >10:14:59,975 DEBUG blivet: extended is None ; logicals is [] >10:14:59,975 DEBUG blivet: checking whether disk sdb has an empty extended >10:14:59,976 DEBUG blivet: extended is None ; logicals is [] >10:14:59,976 DEBUG blivet: checking whether disk sdc has an empty extended >10:14:59,976 DEBUG blivet: extended is None ; logicals is [] >10:14:59,979 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:14:59,980 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with existing msdos disklabel >10:14:59,996 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:15:00,064 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:00,066 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with existing msdos disklabel >10:15:00,084 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:15:00,086 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:00,087 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with existing msdos disklabel >10:15:00,105 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:15:00,117 DEBUG blivet: starting Blivet copy >10:15:00,161 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:00,163 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff857114d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85711690> PedPartition: <_ped.Partition object at 0x3fff8570d410> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: <parted.filesystem.FileSystem object at 0x3fff85a247d0> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24510> PedPartition: <_ped.Partition object at 0x3fff8570d9b0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff85a242d0> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff85a24750> PedPartition: <_ped.Partition object at 0x3fff8570dad0> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff84b05e10> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff84b1a090> PedPartition: <_ped.Partition object at 0x3fff84b0f6b0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:00,337 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:15:00,337 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> >10:15:00,340 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >10:15:00,340 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> >10:15:00,342 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >10:15:00,343 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> >10:15:00,345 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >10:15:00,345 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> >10:15:00,348 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 33 ; incomplete: False ; >10:15:00,349 DEBUG blivet: DeviceTree.getDeviceByID returned existing 3500 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (33) with existing swap >10:15:00,363 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 16 ; incomplete: False ; >10:15:00,364 DEBUG blivet: DeviceTree.getDeviceByID returned existing 500 MiB partition sdb1 (16) with existing ext4 filesystem >10:15:00,377 DEBUG blivet: DeviceTree.getDeviceByID: hidden: True ; id_num: 28 ; incomplete: False ; >10:15:00,378 DEBUG blivet: DeviceTree.getDeviceByID returned existing 30.23 GiB lvmlv fedora-server_ppc64lehamzytest2-root (28) with existing ext4 filesystem >10:15:00,392 DEBUG blivet: finished Blivet copy >10:15:00,396 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:00,397 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:00,610 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:00,612 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:00,785 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:00,787 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:00,982 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:00,984 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:01,157 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:01,158 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:01,332 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:01,333 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f2eab50) -- > name = sda1 status = True kids = 0 id = 6 > parents = ['existing 34.18 GiB disk sda (1) with existing msdos disklabel'] > uuid = None size = 34.18 GiB > format = existing lvmpv > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/71000002/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: 71677952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34999, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e5f0> > target size = 0 B path = /dev/sda1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f2ea890> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1020d0> PedPartition: <_ped.Partition object at 0x3fff7f0677d0> > disk = existing 34.18 GiB disk sda (1) with existing msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm, PartitionDevice instance (0x3fff7f0519d0) -- > name = sdc1 status = True kids = 0 id = 49 > parents = ['existing 34.18 GiB disk sdc (44) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70645760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34495, 64, 32) biosGeometry: (4397, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861d40> > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f051c50> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f1024d0> PedPartition: <_ped.Partition object at 0x3fff7f0678f0> > disk = existing 34.18 GiB disk sdc (44) with existing msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = raid] >10:15:04,627 DEBUG blivet: LVMPhysicalVolume.__init__: >10:15:04,627 DEBUG blivet: getFormat('physical volume (LVM)') returning LVMPhysicalVolume instance with object id 181 >10:15:11,218 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; >10:15:11,220 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 183 >10:15:11,221 DEBUG storage.ui: PartitionDevice._setFormat: sda1 ; current: lvmpv ; type: None ; >10:15:11,221 INFO storage.ui: registered action: [182] destroy format lvmpv on partition sda1 (id 6) >10:15:11,222 INFO storage.ui: removed partition sda1 (id 6) from device tree >10:15:11,223 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:11,223 INFO storage.ui: registered action: [184] destroy device partition sda1 (id 6) >10:15:11,224 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 186 >10:15:11,225 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >10:15:11,225 INFO storage.ui: registered action: [185] destroy format msdos disklabel on disk sda (id 1) >10:15:11,226 DEBUG storage.ui: required disklabel type for sda (1) is None >10:15:11,226 DEBUG storage.ui: default disklabel type for sda is msdos >10:15:11,226 DEBUG storage.ui: selecting msdos disklabel for sda based on size >10:15:11,227 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >10:15:11,229 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >10:15:11,229 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x3fff81b7b910> > PedDisk: <_ped.Disk object at 0x3fff7f1003f8> >10:15:11,230 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 187 >10:15:11,231 DEBUG storage.ui: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >10:15:11,231 INFO storage.ui: registered action: [188] create format msdos disklabel on disk sda (id 1) >10:15:11,233 DEBUG storage.ui: PartitionDevice._setFormat: sdc1 ; >10:15:11,233 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 190 >10:15:11,234 DEBUG storage.ui: PartitionDevice._setFormat: sdc1 ; current: lvmpv ; type: None ; >10:15:11,235 INFO storage.ui: registered action: [189] destroy format lvmpv on partition sdc1 (id 49) >10:15:11,235 INFO storage.ui: removed partition sdc1 (id 49) from device tree >10:15:11,236 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:11,236 INFO storage.ui: registered action: [191] destroy device partition sdc1 (id 49) >10:15:11,237 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 193 >10:15:11,238 DEBUG storage.ui: DiskDevice._setFormat: sdc ; current: disklabel ; type: None ; >10:15:11,238 INFO storage.ui: registered action: [192] destroy format msdos disklabel on disk sdc (id 44) >10:15:11,239 DEBUG storage.ui: required disklabel type for sdc (1) is None >10:15:11,239 DEBUG storage.ui: default disklabel type for sdc is msdos >10:15:11,239 DEBUG storage.ui: selecting msdos disklabel for sdc based on size >10:15:11,240 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; >10:15:11,241 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sdc ; labelType: msdos ; >10:15:11,242 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x3fff7f116110> > PedDisk: <_ped.Disk object at 0x3fff7f139488> >10:15:11,243 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 194 >10:15:11,244 DEBUG storage.ui: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >10:15:11,244 INFO storage.ui: registered action: [195] create format msdos disklabel on disk sdc (id 44) >10:15:11,246 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:11,247 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm] >10:15:11,335 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:11,336 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm] >10:15:11,423 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:11,424 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm] >10:15:11,533 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:11,534 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm] >10:15:11,655 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:11,656 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff7f133e10) -- > name = sdb1 status = True kids = 0 id = 16 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 500 MiB > format = existing ext4 filesystem > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e9e0> > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = ext4 grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: <parted.filesystem.FileSystem object at 0x3fff7f102410> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102190> PedPartition: <_ped.Partition object at 0x3fff7f067830> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = , PartitionDevice instance (0x3fff7f1331d0) -- > name = sdb2 status = True kids = 1 id = 21 > parents = ['existing 34.18 GiB disk sdb (11) with existing msdos disklabel'] > uuid = None size = 33.69 GiB > format = existing lvmpv > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 70653952 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (34499, 64, 32) biosGeometry: (4398, 255, 63) > PedDevice: <_ped.Device object at 0x3fff838613b0> > target size = 0 B path = /dev/sdb2 > format args = [] originalFormat = lvmpv grow = None max size = 0 B bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133a10> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff7f102390> PedPartition: <_ped.Partition object at 0x3fff7f067890> > disk = existing 34.18 GiB disk sdb (11) with existing msdos disklabel > start = 1026048 end = 71679999 length = 70653952 > flags = lvm] >10:15:13,980 DEBUG blivet: Ext4FS.supported: supported: True ; >10:15:13,981 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 196 >10:15:17,931 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; >10:15:17,931 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 198 >10:15:17,933 DEBUG storage.ui: PartitionDevice._setFormat: sdb1 ; current: ext4 ; type: None ; >10:15:17,933 INFO storage.ui: registered action: [197] destroy format ext4 filesystem on partition sdb1 (id 16) >10:15:17,934 INFO storage.ui: removed partition sdb1 (id 16) from device tree >10:15:17,935 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sdb ; >10:15:17,935 INFO storage.ui: registered action: [199] destroy device partition sdb1 (id 16) >10:15:17,935 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 201 >10:15:17,937 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-root ; current: ext4 ; type: None ; >10:15:17,937 INFO storage.ui: registered action: [200] destroy format ext4 filesystem on lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:15:17,937 INFO storage.ui: removed lvmlv fedora-server_ppc64lehamzytest2-root (id 28) from device tree >10:15:17,938 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: fedora-server_ppc64lehamzytest2 ; >10:15:17,939 INFO storage.ui: registered action: [202] destroy device lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:15:17,939 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 204 >10:15:17,943 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-swap ; current: swap ; type: None ; >10:15:17,943 INFO storage.ui: registered action: [203] destroy format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:15:17,943 INFO storage.ui: removed lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) from device tree >10:15:17,945 DEBUG storage.ui: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: fedora-server_ppc64lehamzytest2 ; >10:15:17,945 INFO storage.ui: registered action: [205] destroy device lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:15:17,945 INFO storage.ui: removed lvmvg fedora-server_ppc64lehamzytest2 (id 25) from device tree >10:15:17,947 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdb2 ; >10:15:17,947 INFO storage.ui: registered action: [206] destroy device lvmvg fedora-server_ppc64lehamzytest2 (id 25) >10:15:17,949 DEBUG storage.ui: PartitionDevice._setFormat: sdb2 ; >10:15:17,949 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 208 >10:15:17,951 DEBUG storage.ui: PartitionDevice._setFormat: sdb2 ; current: lvmpv ; type: None ; >10:15:17,951 INFO storage.ui: registered action: [207] destroy format lvmpv on partition sdb2 (id 21) >10:15:17,952 INFO storage.ui: removed partition sdb2 (id 21) from device tree >10:15:17,953 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:17,954 INFO storage.ui: registered action: [209] destroy device partition sdb2 (id 21) >10:15:17,954 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 211 >10:15:17,956 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: disklabel ; type: None ; >10:15:17,956 INFO storage.ui: registered action: [210] destroy format msdos disklabel on disk sdb (id 11) >10:15:17,957 DEBUG storage.ui: required disklabel type for sdb (1) is None >10:15:17,957 DEBUG storage.ui: default disklabel type for sdb is msdos >10:15:17,958 DEBUG storage.ui: selecting msdos disklabel for sdb based on size >10:15:17,959 DEBUG storage.ui: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; >10:15:17,961 DEBUG storage.ui: DiskLabel.freshPartedDisk: device: /dev/sdb ; labelType: msdos ; >10:15:17,962 DEBUG storage.ui: Did not change pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x3fff80059fd0> > PedDisk: <_ped.Disk object at 0x3fff81b873b0> >10:15:17,963 DEBUG storage.ui: getFormat('disklabel') returning DiskLabel instance with object id 212 >10:15:17,965 DEBUG storage.ui: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >10:15:17,965 INFO storage.ui: registered action: [213] create format msdos disklabel on disk sdb (id 11) >10:15:17,967 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:17,968 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >10:15:17,969 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:17,970 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >10:15:17,972 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:17,973 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >10:15:17,992 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:17,994 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >10:15:18,000 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:18,001 DEBUG blivet: DeviceTree.getDevicesByInstance returned [] >10:15:20,804 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:20,805 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:20,818 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:20,819 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:20,820 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:20,833 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:20,835 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:20,837 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [] >10:15:20,838 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:20,839 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [] >10:15:20,841 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:20,842 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [] >10:15:20,843 INFO storage.ui: Detected 8192 MiB of memory >10:15:20,860 INFO storage.ui: Swap attempt of 4096 MiB >10:15:20,876 DEBUG storage.ui: doAutoPart: True >10:15:20,876 DEBUG storage.ui: encryptedAutoPart: False >10:15:20,876 DEBUG storage.ui: autoPartType: 2 >10:15:20,877 DEBUG storage.ui: clearPartType: 2 >10:15:20,877 DEBUG storage.ui: clearPartDisks: ['sda', 'sdb', 'sdc'] >10:15:20,901 DEBUG storage.ui: autoPartitionRequests: >PartSpec instance (0x3fff7f134e50) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB maxSize = 50 GiB grow = True >PartSpec instance (0x3fff7f134e90) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB maxSize = None grow = True >PartSpec instance (0x3fff7f134ed0) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 MiB maxSize = None grow = False >PartSpec instance (0x3fff7f134f10) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = prepboot encrypted = False > size = 4096 KiB maxSize = None grow = False >PartSpec instance (0x3fff7f134f50) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4096 MiB maxSize = None grow = False > >10:15:20,902 DEBUG storage.ui: storage.disks: ['sda', 'sdb', 'sdc'] >10:15:20,903 DEBUG storage.ui: storage.partitioned: ['sda', 'sdb', 'sdc'] >10:15:20,903 DEBUG storage.ui: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sdb', 'sdc', 'sr0'] >10:15:20,905 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:20,906 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:20,918 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:20,919 DEBUG storage.ui: boot disk: sda >10:15:20,921 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >10:15:20,921 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 214 >10:15:20,923 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:20,924 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >10:15:20,925 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: None ; type: lvmpv ; >10:15:20,928 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:20,928 INFO storage.ui: added partition req0 (id 215) to device tree >10:15:20,928 INFO storage.ui: registered action: [217] create device partition req0 (id 215) >10:15:20,929 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 219 >10:15:20,930 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; >10:15:20,931 DEBUG storage.ui: PartitionDevice._setFormat: req0 ; current: lvmpv ; type: lvmpv ; >10:15:20,932 INFO storage.ui: registered action: [218] create format lvmpv on partition req0 (id 215) >10:15:20,933 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >10:15:20,933 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 220 >10:15:20,934 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:20,936 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >10:15:20,937 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: None ; type: lvmpv ; >10:15:20,939 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:20,939 INFO storage.ui: added partition req1 (id 221) to device tree >10:15:20,939 INFO storage.ui: registered action: [223] create device partition req1 (id 221) >10:15:20,940 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 225 >10:15:20,941 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; >10:15:20,942 DEBUG storage.ui: PartitionDevice._setFormat: req1 ; current: lvmpv ; type: lvmpv ; >10:15:20,943 INFO storage.ui: registered action: [224] create format lvmpv on partition req1 (id 221) >10:15:20,944 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >10:15:20,944 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 226 >10:15:20,946 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:20,947 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >10:15:20,948 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: None ; type: lvmpv ; >10:15:20,950 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:20,950 INFO storage.ui: added partition req2 (id 227) to device tree >10:15:20,950 INFO storage.ui: registered action: [229] create device partition req2 (id 227) >10:15:20,950 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 231 >10:15:20,952 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; >10:15:20,953 DEBUG storage.ui: PartitionDevice._setFormat: req2 ; current: lvmpv ; type: lvmpv ; >10:15:20,953 INFO storage.ui: registered action: [230] create format lvmpv on partition req2 (id 227) >10:15:20,953 DEBUG storage.ui: candidate disks: [DiskDevice instance (0x3fff7f2eabd0) -- > name = sda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e3b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f2eaad0>, DiskDevice instance (0x3fff7f133c90) -- > name = sdb status = True kids = 0 id = 11 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f133d90>, DiskDevice instance (0x3fff7f051810) -- > name = sdc status = True kids = 0 id = 44 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861e60> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f051a10>] >10:15:20,999 DEBUG storage.ui: devs: [PartitionDevice instance (0x3fff81b33510) -- > name = req0 status = False kids = 0 id = 215 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff8004b190) -- > name = req1 status = False kids = 0 id = 221 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b335d0) -- > name = req2 status = False kids = 0 id = 227 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:21,042 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:15:21,042 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 232 >10:15:21,044 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:21,045 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:21,046 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:21,048 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >10:15:21,049 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: None ; type: ext4 ; >10:15:21,050 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:21,052 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:21,053 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:21,054 INFO storage.ui: added partition req3 (id 233) to device tree >10:15:21,054 INFO storage.ui: registered action: [235] create device partition req3 (id 233) >10:15:21,054 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 237 >10:15:21,055 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; >10:15:21,057 DEBUG storage.ui: PartitionDevice._setFormat: req3 ; current: ext4 ; type: ext4 ; >10:15:21,057 INFO storage.ui: registered action: [236] create format ext4 filesystem mounted at /boot on partition req3 (id 233) >10:15:21,057 DEBUG storage.ui: getFormat('prepboot') returning PPCPRePBoot instance with object id 238 >10:15:21,059 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:21,060 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:21,062 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:21,063 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >10:15:21,064 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: None ; type: prepboot ; >10:15:21,066 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:21,067 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:21,069 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:21,069 INFO storage.ui: added partition req4 (id 239) to device tree >10:15:21,069 INFO storage.ui: registered action: [241] create device partition req4 (id 239) >10:15:21,070 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 243 >10:15:21,071 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; >10:15:21,072 DEBUG storage.ui: PartitionDevice._setFormat: req4 ; current: prepboot ; type: prepboot ; >10:15:21,072 INFO storage.ui: registered action: [242] create format prepboot on partition req4 (id 239) >10:15:21,074 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:15:21,075 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >10:15:21,076 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >10:15:21,077 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:21,078 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = req0 status = False kids = 0 id = 215 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff8004b190) -- > name = req1 status = False kids = 0 id = 221 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b335d0) -- > name = req2 status = False kids = 0 id = 227 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b339d0) -- > name = req3 status = False kids = 0 id = 233 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req3 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b33d10) -- > name = req4 status = False kids = 0 id = 239 > parents = [] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/req4 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:21,167 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:21,168 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = req0 status = False kids = 0 id = 215 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff8004b190) -- > name = req1 status = False kids = 0 id = 221 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b335d0) -- > name = req2 status = False kids = 0 id = 227 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b339d0) -- > name = req3 status = False kids = 0 id = 233 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req3 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b33d10) -- > name = req4 status = False kids = 0 id = 239 > parents = [] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/req4 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:21,256 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:21,257 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = req0 status = False kids = 0 id = 215 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req0 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff8004b190) -- > name = req1 status = False kids = 0 id = 221 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b335d0) -- > name = req2 status = False kids = 0 id = 227 > parents = [] > uuid = None size = 500 MiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/req2 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b339d0) -- > name = req3 status = False kids = 0 id = 233 > parents = [] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/req3 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81b33d10) -- > name = req4 status = False kids = 0 id = 239 > parents = [] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/req4 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:21,346 DEBUG storage.ui: removing all non-preexisting partitions ['req0(id 215)', 'req1(id 221)', 'req2(id 227)', 'req3(id 233)', 'req4(id 239)'] from disk(s) ['sda', 'sdb', 'sdc'] >10:15:21,346 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req0(id 215)', 'req1(id 221)', 'req2(id 227)', 'req3(id 233)', 'req4(id 239)'] >10:15:21,347 DEBUG storage.ui: removing all non-preexisting partitions ['req4(id 239)', 'req3(id 233)', 'req0(id 215)', 'req1(id 221)', 'req2(id 227)'] from disk(s) ['sda', 'sdb', 'sdc'] >10:15:21,348 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,349 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,362 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,363 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,364 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,377 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,378 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,379 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,392 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,393 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,394 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,408 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,410 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,411 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,424 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,425 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,426 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,439 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,439 DEBUG storage.ui: allocating partition: req4 ; id: 239 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 4096 KiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:15:21,452 DEBUG storage.ui: checking freespace on sda >10:15:21,452 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=4096 KiB boot=True best=None grow=False start=None >10:15:21,464 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:21,477 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:21,489 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:21,489 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:21,501 DEBUG storage.ui: new free allows for 0 sectors of growth >10:15:21,501 DEBUG storage.ui: found free space for bootable request >10:15:21,502 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:21,503 DEBUG storage.ui: created partition sda1 of 4096 KiB and added it to /dev/sda >10:15:21,516 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:15:21,516 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b850> PedPartition: <_ped.Partition object at 0x3fff81b79dd0> >10:15:21,519 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >10:15:21,520 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:21,521 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:21,522 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b750> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> >10:15:21,524 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,525 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,538 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,539 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,540 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,553 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,554 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,555 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,568 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,569 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,570 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,583 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,584 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,585 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,598 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,600 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,601 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,613 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,614 DEBUG storage.ui: allocating partition: req3 ; id: 233 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:15:21,626 DEBUG storage.ui: checking freespace on sda >10:15:21,627 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >10:15:21,639 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:15:21,650 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:15:21,662 DEBUG storage.ui: checking 10240-71679999 (34.17 GiB) >10:15:21,675 DEBUG storage.ui: current free range is 10240-71679999 (34.17 GiB) >10:15:21,687 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:21,687 DEBUG storage.ui: new free: 10240-71679999 / 34.17 GiB >10:15:21,699 DEBUG storage.ui: new free allows for 0 sectors of growth >10:15:21,699 DEBUG storage.ui: found free space for bootable request >10:15:21,700 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >10:15:21,713 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:15:21,713 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b1d0> PedPartition: <_ped.Partition object at 0x3fff81b31b30> >10:15:21,715 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >10:15:21,716 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >10:15:21,717 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:21,718 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b690> PedPartition: <_ped.Partition object at 0x3fff81b79ef0> >10:15:21,720 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,721 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,733 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,735 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,736 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,748 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,749 DEBUG storage.ui: allocating partition: req0 ; id: 215 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >10:15:21,761 DEBUG storage.ui: checking freespace on sda >10:15:21,761 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >10:15:21,773 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:15:21,785 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:15:21,797 DEBUG storage.ui: checking 1034240-71679999 (33.69 GiB) >10:15:21,809 DEBUG storage.ui: current free range is 1034240-71679999 (33.69 GiB) >10:15:21,821 DEBUG storage.ui: evaluating growth potential for new layout >10:15:21,821 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:21,821 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:21,822 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >10:15:21,823 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:21,823 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:21,823 DEBUG storage.ui: disk /dev/sdc growth: 0 (0 B) >10:15:21,824 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:21,826 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:15:21,826 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3be10> PedPartition: <_ped.Partition object at 0x3fff81b31ad0> >10:15:21,828 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:21,829 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:21,829 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:21,830 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:21,830 DEBUG storage.ui: adding request 215 to chunk 71679937 (63-71679999) on /dev/sda >10:15:21,830 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:21,831 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:21,831 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:21,831 DEBUG storage.ui: req: PartitionRequest instance -- >id = 215 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:21,832 DEBUG storage.ui: 1 requests and 69623745 (33.2 GiB) left in chunk >10:15:21,845 DEBUG storage.ui: adding 69623745 (33.2 GiB) to 215 (sda3) >10:15:21,857 DEBUG storage.ui: new grow amount for request 215 (sda3) is 69623745 units, or 33.2 GiB >10:15:21,869 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:21,881 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:21,893 DEBUG storage.ui: request 215 (sda3) growth: 69623745 (33.2 GiB) size: 33.69 GiB >10:15:21,917 DEBUG storage.ui: disk /dev/sda growth: 69623745 (33.2 GiB) >10:15:21,930 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:21,930 DEBUG storage.ui: device sda3 new partedPartition None >10:15:21,931 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:15:21,933 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:21,933 DEBUG storage.ui: total growth: 69623745 sectors >10:15:21,933 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:21,933 DEBUG storage.ui: new free: 1034240-71679999 / 33.69 GiB >10:15:21,945 DEBUG storage.ui: new free allows for 69623745 sectors of growth >10:15:21,946 DEBUG storage.ui: created partition sda3 of 500 MiB and added it to /dev/sda >10:15:21,959 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:15:21,959 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c090> PedPartition: <_ped.Partition object at 0x3fff81b31cb0> >10:15:21,961 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:21,962 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:21,964 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:21,964 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c290> PedPartition: <_ped.Partition object at 0x3fff81b31c50> >10:15:21,966 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,967 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,980 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,981 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:21,982 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:21,995 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:21,995 DEBUG storage.ui: allocating partition: req1 ; id: 221 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >10:15:22,007 DEBUG storage.ui: checking freespace on sdb >10:15:22,008 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >10:15:22,020 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:22,032 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:22,044 DEBUG storage.ui: evaluating growth potential for new layout >10:15:22,045 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:22,045 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:22,047 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:15:22,047 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c750> PedPartition: <_ped.Partition object at 0x3fff81b31e30> >10:15:22,049 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:22,051 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:22,051 DEBUG storage.ui: adding request 221 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:22,051 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,052 DEBUG storage.ui: req: PartitionRequest instance -- >id = 221 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,053 DEBUG storage.ui: 1 requests and 70655937 (33.69 GiB) left in chunk >10:15:22,065 DEBUG storage.ui: adding 70655937 (33.69 GiB) to 221 (sdb1) >10:15:22,077 DEBUG storage.ui: new grow amount for request 221 (sdb1) is 70655937 units, or 33.69 GiB >10:15:22,089 DEBUG storage.ui: request 221 (sdb1) growth: 70655937 (33.69 GiB) size: 34.18 GiB >10:15:22,113 DEBUG storage.ui: disk /dev/sdb growth: 70655937 (33.69 GiB) >10:15:22,125 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:22,125 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,126 DEBUG storage.ui: disk /dev/sdc growth: 0 (0 B) >10:15:22,127 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:22,127 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,127 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,128 DEBUG storage.ui: adding request 215 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,128 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,128 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:22,129 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:22,129 DEBUG storage.ui: req: PartitionRequest instance -- >id = 215 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,129 DEBUG storage.ui: 1 requests and 69623745 (33.2 GiB) left in chunk >10:15:22,141 DEBUG storage.ui: adding 69623745 (33.2 GiB) to 215 (sda3) >10:15:22,154 DEBUG storage.ui: new grow amount for request 215 (sda3) is 69623745 units, or 33.2 GiB >10:15:22,166 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:22,178 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:22,191 DEBUG storage.ui: request 215 (sda3) growth: 69623745 (33.2 GiB) size: 33.69 GiB >10:15:22,214 DEBUG storage.ui: disk /dev/sda growth: 69623745 (33.2 GiB) >10:15:22,227 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:22,228 DEBUG storage.ui: device sdb1 new partedPartition None >10:15:22,229 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >10:15:22,230 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:22,230 DEBUG storage.ui: total growth: 140279682 sectors >10:15:22,231 DEBUG storage.ui: updating use_disk to sdb, type: 0 >10:15:22,231 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:22,245 DEBUG storage.ui: new free allows for 140279682 sectors of growth >10:15:22,245 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:22,246 DEBUG storage.ui: created partition sdb1 of 500 MiB and added it to /dev/sdb >10:15:22,259 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:15:22,259 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c8d0> PedPartition: <_ped.Partition object at 0x3fff81b31bf0> >10:15:22,262 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:22,263 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:22,264 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:22,264 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c850> PedPartition: <_ped.Partition object at 0x3fff81b31e90> >10:15:22,267 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:22,268 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:22,281 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:22,282 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:22,283 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:22,296 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:22,296 DEBUG storage.ui: allocating partition: req2 ; id: 227 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >10:15:22,309 DEBUG storage.ui: checking freespace on sdc >10:15:22,309 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >10:15:22,321 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:22,333 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:22,346 DEBUG storage.ui: evaluating growth potential for new layout >10:15:22,346 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:22,346 DEBUG storage.ui: adding request 221 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:22,347 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,347 DEBUG storage.ui: req: PartitionRequest instance -- >id = 221 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,348 DEBUG storage.ui: 1 requests and 70655937 (33.69 GiB) left in chunk >10:15:22,360 DEBUG storage.ui: adding 70655937 (33.69 GiB) to 221 (sdb1) >10:15:22,372 DEBUG storage.ui: new grow amount for request 221 (sdb1) is 70655937 units, or 33.69 GiB >10:15:22,384 DEBUG storage.ui: request 221 (sdb1) growth: 70655937 (33.69 GiB) size: 34.18 GiB >10:15:22,408 DEBUG storage.ui: disk /dev/sdb growth: 70655937 (33.69 GiB) >10:15:22,420 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:22,420 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:22,422 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:15:22,422 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b1d0> PedPartition: <_ped.Partition object at 0x3fff81b31ef0> >10:15:22,424 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:22,426 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:22,426 DEBUG storage.ui: adding request 227 to chunk 71679937 (63-71679999) on /dev/sdc >10:15:22,426 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,427 DEBUG storage.ui: req: PartitionRequest instance -- >id = 227 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,427 DEBUG storage.ui: 1 requests and 70655937 (33.69 GiB) left in chunk >10:15:22,440 DEBUG storage.ui: adding 70655937 (33.69 GiB) to 227 (sdc1) >10:15:22,452 DEBUG storage.ui: new grow amount for request 227 (sdc1) is 70655937 units, or 33.69 GiB >10:15:22,464 DEBUG storage.ui: request 227 (sdc1) growth: 70655937 (33.69 GiB) size: 34.18 GiB >10:15:22,488 DEBUG storage.ui: disk /dev/sdc growth: 70655937 (33.69 GiB) >10:15:22,500 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:22,500 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,500 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,501 DEBUG storage.ui: adding request 215 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,501 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,502 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:22,502 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:22,502 DEBUG storage.ui: req: PartitionRequest instance -- >id = 215 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,503 DEBUG storage.ui: 1 requests and 69623745 (33.2 GiB) left in chunk >10:15:22,515 DEBUG storage.ui: adding 69623745 (33.2 GiB) to 215 (sda3) >10:15:22,527 DEBUG storage.ui: new grow amount for request 215 (sda3) is 69623745 units, or 33.2 GiB >10:15:22,539 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:22,552 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:22,564 DEBUG storage.ui: request 215 (sda3) growth: 69623745 (33.2 GiB) size: 33.69 GiB >10:15:22,588 DEBUG storage.ui: disk /dev/sda growth: 69623745 (33.2 GiB) >10:15:22,601 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:22,601 DEBUG storage.ui: device sdc1 new partedPartition None >10:15:22,602 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >10:15:22,603 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:22,604 DEBUG storage.ui: total growth: 210935619 sectors >10:15:22,604 DEBUG storage.ui: updating use_disk to sdc, type: 0 >10:15:22,604 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:22,616 DEBUG storage.ui: new free allows for 210935619 sectors of growth >10:15:22,617 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:22,617 DEBUG storage.ui: created partition sdc1 of 500 MiB and added it to /dev/sdc >10:15:22,630 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:15:22,630 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c790> PedPartition: <_ped.Partition object at 0x3fff81b31e30> >10:15:22,633 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:22,634 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:22,636 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:22,636 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bcd0> PedPartition: <_ped.Partition object at 0x3fff81b79dd0> >10:15:22,637 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda3(id 215)', 'sdb1(id 221)', 'sdc1(id 227)', 'sda2(id 233)', 'sda1(id 239)'] >10:15:22,637 DEBUG storage.ui: growable partitions are ['sda3', 'sdb1', 'sdc1'] >10:15:22,638 DEBUG storage.ui: adding request 215 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,638 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,638 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:22,639 DEBUG storage.ui: disk sda has 1 chunks >10:15:22,639 DEBUG storage.ui: adding request 221 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:22,639 DEBUG storage.ui: disk sdb has 1 chunks >10:15:22,640 DEBUG storage.ui: adding request 227 to chunk 71679937 (63-71679999) on /dev/sdc >10:15:22,640 DEBUG storage.ui: disk sdc has 1 chunks >10:15:22,640 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,641 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:22,641 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:22,641 DEBUG storage.ui: req: PartitionRequest instance -- >id = 215 name = sda3 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,642 DEBUG storage.ui: 1 requests and 69623745 (33.2 GiB) left in chunk >10:15:22,654 DEBUG storage.ui: adding 69623745 (33.2 GiB) to 215 (sda3) >10:15:22,666 DEBUG storage.ui: new grow amount for request 215 (sda3) is 69623745 units, or 33.2 GiB >10:15:22,678 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,678 DEBUG storage.ui: req: PartitionRequest instance -- >id = 221 name = sdb1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,679 DEBUG storage.ui: 1 requests and 70655937 (33.69 GiB) left in chunk >10:15:22,691 DEBUG storage.ui: adding 70655937 (33.69 GiB) to 221 (sdb1) >10:15:22,703 DEBUG storage.ui: new grow amount for request 221 (sdb1) is 70655937 units, or 33.69 GiB >10:15:22,715 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:22,716 DEBUG storage.ui: req: PartitionRequest instance -- >id = 227 name = sdc1 growable = True >base = 1024000 growth = 0 max_grow = 4293943295 >done = False >10:15:22,716 DEBUG storage.ui: 1 requests and 70655937 (33.69 GiB) left in chunk >10:15:22,728 DEBUG storage.ui: adding 70655937 (33.69 GiB) to 227 (sdc1) >10:15:22,740 DEBUG storage.ui: new grow amount for request 227 (sdc1) is 70655937 units, or 33.69 GiB >10:15:22,752 DEBUG storage.ui: growing partitions on sda >10:15:22,753 DEBUG storage.ui: partition sda1 (239): 0 >10:15:22,753 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3c690> >10:15:22,753 DEBUG storage.ui: partition sda2 (233): 0 >10:15:22,754 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3c950> >10:15:22,754 DEBUG storage.ui: partition sda3 (215): 0 >10:15:22,754 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1034240 end: 71679999 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3ca50> >10:15:22,755 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 239)', 'sda2(id 233)', 'sda3(id 215)'] from disk(s) ['sda'] >10:15:22,756 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:22,756 DEBUG storage.ui: device sda1 new partedPartition None >10:15:22,757 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:15:22,759 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:22,760 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:22,760 DEBUG storage.ui: device sda2 new partedPartition None >10:15:22,762 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:15:22,763 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >10:15:22,764 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:22,764 DEBUG storage.ui: device sda3 new partedPartition None >10:15:22,766 DEBUG storage.ui: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >10:15:22,767 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:22,767 DEBUG storage.ui: back from removeNewPartitions >10:15:22,768 DEBUG storage.ui: extended: None >10:15:22,768 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3c690> >10:15:22,769 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:15:22,769 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cb50> PedPartition: <_ped.Partition object at 0x3fff81b31d10> >10:15:22,772 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >10:15:22,773 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:22,774 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:22,775 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> >10:15:22,776 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3c950> >10:15:22,777 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:15:22,778 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b250> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> >10:15:22,779 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >10:15:22,781 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >10:15:22,782 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:22,783 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> >10:15:22,783 DEBUG storage.ui: setting req0 new geometry: parted.Geometry instance -- > start: 1034240 end: 71679999 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81b3ca50> >10:15:22,785 DEBUG storage.ui: PartitionDevice._setPartedPartition: req0 ; >10:15:22,785 DEBUG storage.ui: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b8c050> >10:15:22,787 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:22,788 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:22,790 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:22,790 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> >10:15:22,791 DEBUG storage.ui: growing partitions on sdb >10:15:22,791 DEBUG storage.ui: partition sdb1 (221): 0 >10:15:22,791 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 71679999 length: 71677952 > device: <parted.device.Device object at 0x3fff8004b150> PedGeometry: <_ped.Geometry object at 0x3fff81b3b6d0> >10:15:22,792 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 221)'] from disk(s) ['sdb'] >10:15:22,793 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:22,793 DEBUG storage.ui: device sdb1 new partedPartition None >10:15:22,794 DEBUG storage.ui: PartitionDevice._setDisk: req1 ; new: None ; old: sdb ; >10:15:22,796 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:22,796 DEBUG storage.ui: back from removeNewPartitions >10:15:22,796 DEBUG storage.ui: extended: None >10:15:22,796 DEBUG storage.ui: setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 71679999 length: 71677952 > device: <parted.device.Device object at 0x3fff8004b150> PedGeometry: <_ped.Geometry object at 0x3fff81b3b6d0> >10:15:22,798 DEBUG storage.ui: PartitionDevice._setPartedPartition: req1 ; >10:15:22,798 DEBUG storage.ui: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c190> PedPartition: <_ped.Partition object at 0x3fff81b79ef0> >10:15:22,800 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:22,802 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:22,803 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:22,803 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> >10:15:22,805 DEBUG storage.ui: growing partitions on sdc >10:15:22,805 DEBUG storage.ui: partition sdc1 (227): 0 >10:15:22,805 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 71679999 length: 71677952 > device: <parted.device.Device object at 0x3fff81b7ba50> PedGeometry: <_ped.Geometry object at 0x3fff81b3b250> >10:15:22,806 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 227)'] from disk(s) ['sdc'] >10:15:22,807 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:22,807 DEBUG storage.ui: device sdc1 new partedPartition None >10:15:22,808 DEBUG storage.ui: PartitionDevice._setDisk: req2 ; new: None ; old: sdc ; >10:15:22,810 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:22,810 DEBUG storage.ui: back from removeNewPartitions >10:15:22,810 DEBUG storage.ui: extended: None >10:15:22,810 DEBUG storage.ui: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 71679999 length: 71677952 > device: <parted.device.Device object at 0x3fff81b7ba50> PedGeometry: <_ped.Geometry object at 0x3fff81b3b250> >10:15:22,812 DEBUG storage.ui: PartitionDevice._setPartedPartition: req2 ; >10:15:22,812 DEBUG storage.ui: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3b850> PedPartition: <_ped.Partition object at 0x3fff81b31e90> >10:15:22,814 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:22,816 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:22,817 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:22,817 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> >10:15:22,819 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:22,820 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = True max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:23,051 DEBUG storage.ui: fixing size of non-existent 4096 KiB partition sda1 (239) with non-existent prepboot >10:15:23,064 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (233) with non-existent ext4 filesystem mounted at /boot >10:15:23,076 DEBUG storage.ui: fixing size of non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv >10:15:23,088 DEBUG storage.ui: fixing size of non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv >10:15:23,101 DEBUG storage.ui: fixing size of non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv >10:15:23,114 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:23,115 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:23,343 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:23,344 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:23,572 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:23,573 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:23,800 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:23,802 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:24,029 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:24,030 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 0 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 0 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 0 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:24,260 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora-server_ppc64lehamzytest2 ; member: sda3 ; >10:15:24,261 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >10:15:24,263 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora-server_ppc64lehamzytest2 ; member: sdb1 ; >10:15:24,264 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >10:15:24,266 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora-server_ppc64lehamzytest2 ; member: sdc1 ; >10:15:24,267 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >10:15:24,268 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 245 >10:15:24,269 DEBUG storage.ui: LVMVolumeGroupDevice._setFormat: fedora-server_ppc64lehamzytest2 ; current: None ; type: None ; >10:15:24,270 INFO storage.ui: added lvmvg fedora-server_ppc64lehamzytest2 (id 244) to device tree >10:15:24,270 INFO storage.ui: registered action: [247] create device lvmvg fedora-server_ppc64lehamzytest2 (id 244) >10:15:24,271 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:15:24,272 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 248 >10:15:24,273 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 0 ; name: fedora-server_ppc64lehamzytest2 ; >10:15:24,275 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-root ; current: None ; type: ext4 ; >10:15:24,280 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,293 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 102.04 GiB free >10:15:24,305 DEBUG storage.ui: Adding fedora-server_ppc64lehamzytest2-root/1024 MiB to fedora-server_ppc64lehamzytest2 >10:15:24,317 INFO storage.ui: added lvmlv fedora-server_ppc64lehamzytest2-root (id 249) to device tree >10:15:24,317 INFO storage.ui: registered action: [251] create device lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:15:24,318 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 253 >10:15:24,319 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-root ; current: ext4 ; type: ext4 ; >10:15:24,320 INFO storage.ui: registered action: [252] create format ext4 filesystem mounted at / on lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:15:24,322 DEBUG storage.ui: Ext4FS.supported: supported: True ; >10:15:24,322 DEBUG storage.ui: getFormat('ext4') returning Ext4FS instance with object id 254 >10:15:24,324 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 1 ; name: fedora-server_ppc64lehamzytest2 ; >10:15:24,325 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-home ; current: None ; type: ext4 ; >10:15:24,330 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,343 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 101.04 GiB free >10:15:24,355 DEBUG storage.ui: Adding fedora-server_ppc64lehamzytest2-home/500 MiB to fedora-server_ppc64lehamzytest2 >10:15:24,367 INFO storage.ui: added lvmlv fedora-server_ppc64lehamzytest2-home (id 255) to device tree >10:15:24,367 INFO storage.ui: registered action: [257] create device lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:15:24,368 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 259 >10:15:24,369 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-home ; current: ext4 ; type: ext4 ; >10:15:24,370 INFO storage.ui: registered action: [258] create format ext4 filesystem mounted at /home on lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:15:24,371 DEBUG storage.ui: SwapSpace.__init__: mountpoint: None ; >10:15:24,371 DEBUG storage.ui: getFormat('swap') returning SwapSpace instance with object id 260 >10:15:24,372 DEBUG storage.ui: LVMVolumeGroupDevice.addChild: kids: 2 ; name: fedora-server_ppc64lehamzytest2 ; >10:15:24,374 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-swap ; current: None ; type: swap ; >10:15:24,379 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,393 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 100.55 GiB free >10:15:24,405 DEBUG storage.ui: Adding fedora-server_ppc64lehamzytest2-swap/4096 MiB to fedora-server_ppc64lehamzytest2 >10:15:24,417 INFO storage.ui: added lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) to device tree >10:15:24,417 INFO storage.ui: registered action: [263] create device lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:15:24,417 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 265 >10:15:24,418 DEBUG storage.ui: LVMLogicalVolumeDevice._setFormat: fedora-server_ppc64lehamzytest2-swap ; current: swap ; type: swap ; >10:15:24,419 INFO storage.ui: registered action: [264] create format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:15:24,420 DEBUG storage.ui: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:24,440 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,454 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,467 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,480 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,421 DEBUG storage.ui: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 96.54 GiB > free extents = 24715 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 1024 MiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 500 MiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:24,545 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,559 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,572 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,586 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,651 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,665 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,678 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,691 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,738 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,751 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,763 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2: 96.54 GiB free ; lvs: ['root', 'home', 'swap'] >10:15:24,777 DEBUG storage.ui: adding request 249 to chunk 26121 on /dev/fedora--server_ppc64lehamzytest2 >10:15:24,778 DEBUG storage.ui: adding request 255 to chunk 26121 on /dev/fedora--server_ppc64lehamzytest2 >10:15:24,778 DEBUG storage.ui: adding request 261 to chunk 26121 on /dev/fedora--server_ppc64lehamzytest2 >10:15:24,778 DEBUG storage.ui: Chunk.growRequests: VGChunk instance -- >device = /dev/fedora--server_ppc64lehamzytest2 length = 26121 size = 102.04 GiB >remaining = 2 pool = 24700 >10:15:24,790 DEBUG storage.ui: req: LVRequest instance -- >id = 261 name = fedora-server_ppc64lehamzytest2-swap growable = False >base = 1025 growth = 0 max_grow = 0 >done = True >10:15:24,790 DEBUG storage.ui: req: LVRequest instance -- >id = 249 name = fedora-server_ppc64lehamzytest2-root growable = True >base = 256 growth = 0 max_grow = 12544 >done = False >10:15:24,791 DEBUG storage.ui: req: LVRequest instance -- >id = 255 name = fedora-server_ppc64lehamzytest2-home growable = True >base = 125 growth = 0 max_grow = 4194179 >done = False >10:15:24,791 DEBUG storage.ui: 2 requests and 24700 (96.48 GiB) left in chunk >10:15:24,804 DEBUG storage.ui: adding 16596 (64.83 GiB) to 249 (fedora-server_ppc64lehamzytest2-root) >10:15:24,816 DEBUG storage.ui: taking back 4052 (15.83 GiB) from 249 (fedora-server_ppc64lehamzytest2-root) >10:15:24,828 DEBUG storage.ui: new grow amount for request 249 (fedora-server_ppc64lehamzytest2-root) is 12544 units, or 49 GiB >10:15:24,840 DEBUG storage.ui: adding 8103 (31.65 GiB) to 255 (fedora-server_ppc64lehamzytest2-home) >10:15:24,852 DEBUG storage.ui: new grow amount for request 255 (fedora-server_ppc64lehamzytest2-home) is 8103 units, or 31.65 GiB >10:15:24,864 DEBUG storage.ui: 1 requests and 4053 (15.83 GiB) left in chunk >10:15:24,876 DEBUG storage.ui: adding 4053 (15.83 GiB) to 255 (fedora-server_ppc64lehamzytest2-home) >10:15:24,888 DEBUG storage.ui: new grow amount for request 255 (fedora-server_ppc64lehamzytest2-home) is 12156 units, or 47.48 GiB >10:15:24,900 DEBUG storage.ui: trying to set lv fedora-server_ppc64lehamzytest2-root size to 50 GiB >10:15:24,913 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,927 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 96.54 GiB free >10:15:24,940 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,954 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 47.54 GiB free >10:15:24,967 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:24,983 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 47.54 GiB free >10:15:24,996 DEBUG storage.ui: trying to set lv fedora-server_ppc64lehamzytest2-home size to 47.97 GiB >10:15:25,009 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:25,022 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 47.54 GiB free >10:15:25,035 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:25,049 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:25,062 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:25,076 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:25,146 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:25,147 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:25,160 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:25,161 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:25,162 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:25,175 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:25,195 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:25,196 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:25,466 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:25,467 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:25,747 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:25,748 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:25,976 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:25,977 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:26,203 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:26,204 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:30,002 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3fff7f133750>, 0, [], {} >10:15:30,003 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:30,024 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,038 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,051 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,065 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,004 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:30,130 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,144 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,157 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,171 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,235 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,249 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,262 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,276 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,322 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,336 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,376 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3fff7f133750>, 0, [], {} >10:15:30,378 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:30,398 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,412 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,425 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,439 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,379 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:30,504 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,518 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,531 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,544 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,611 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,625 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,637 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,651 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:30,697 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:30,711 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:33,126 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: fedora-server_ppc64lehamzytest2 ; incomplete: False ; >10:15:33,127 DEBUG blivet: DeviceTree.getDeviceByName returned non-existent 102.04 GiB lvmvg fedora-server_ppc64lehamzytest2 (244) >10:15:33,144 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:33,145 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:33,377 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:33,378 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:33,609 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:33,610 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b33510) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff8004b190) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b335d0) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:44,072 DEBUG blivet: Ext4FS.supported: supported: True ; >10:15:44,072 DEBUG blivet: getFormat('ext4') returning Ext4FS instance with object id 266 >10:15:44,074 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3fff7f133750>, 50 GiB, ['sda', 'sdb', 'sdc'], {'encrypted': False, 'raid_level': None} >10:15:44,088 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:44,109 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,123 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,136 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,149 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,089 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:44,217 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,231 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,244 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,258 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,323 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,337 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,349 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,364 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,410 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,424 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,438 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:44,458 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,472 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,485 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,499 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,439 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:44,564 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,578 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,591 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,605 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,669 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,683 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,695 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,709 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,808 DEBUG storage.ui: Blivet.factoryDevice: 0 ; 50 GiB ; container_raid_level: raid5 ; name: root ; encrypted: False ; container_encrypted: False ; disks: [DiskDevice instance (0x3fff7f2eabd0) -- > name = sda status = True kids = 3 id = 1 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e3b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f2eaad0>, DiskDevice instance (0x3fff7f133c90) -- > name = sdb status = True kids = 1 id = 11 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f133d90>, DiskDevice instance (0x3fff7f051810) -- > name = sdc status = True kids = 1 id = 44 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861e60> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f051a10>] ; raid_level: None ; label: ; container_name: fedora-server_ppc64lehamzytest2 ; device: non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at / ; mountpoint: / ; fstype: ext4 ; container_size: 0 ; >10:15:44,915 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,929 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,942 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:44,956 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:44,879 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3fff7f133750>, 50 GiB, ['sda', 'sdb', 'sdc'], {'container_raid_level': <blivet.devicelibs.raid.RAID5 object at 0x3fff8ac8fe90>, 'name': 'root', 'encrypted': False, 'container_encrypted': False, 'raid_level': None, 'label': '', 'container_name': 'fedora-server_ppc64lehamzytest2', 'device': LVMLogicalVolumeDevice instance (0x3fff81b3be10) -- > name = fedora-server_ppc64lehamzytest2-root status = False kids = 0 id = 249 > parents = ['non-existent 102.04 GiB lvmvg fedora-server_ppc64lehamzytest2 (244)'] > uuid = None size = 50 GiB > format = non-existent ext4 filesystem mounted at / > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 50 GiB path = /dev/mapper/fedora--server_ppc64lehamzytest2-root > format args = [] originalFormat = ext4 target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > uuid = None size = 102.04 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 26121 free space = 60 MiB > free extents = 15 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 33.69 GiB partition sda3 (215) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdb1 (221) with non-existent lvmpv', > 'non-existent 34.18 GiB partition sdc1 (227) with non-existent lvmpv'] > LVs = ['non-existent 50 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap'] > segment type = linear percent = 0 > mirror copies = 1 VG space used = 50 GiB, 'mountpoint': '/', 'fstype': 'ext4', 'container_size': 0} >10:15:45,042 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:45,056 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:45,068 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:45,082 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:45,168 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:45,182 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:45,194 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 102.04 GiB >10:15:45,208 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 60 MiB free >10:15:45,258 DEBUG storage.ui: LVMFactory.configure: parent_factory: None ; >10:15:45,258 DEBUG storage.ui: starting Blivet copy >10:15:45,305 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:45,307 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b626d0) -- > name = sda3 status = False kids = 1 id = 215 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sda3 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3e0d0> PedPartition: <_ped.Partition object at 0x3fff81b8c110> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81b62a10) -- > name = sdb1 status = False kids = 1 id = 221 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdb1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf50> PedPartition: <_ped.Partition object at 0x3fff81b31fb0> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b62d90) -- > name = sdc1 status = False kids = 1 id = 227 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 34.18 GiB > format = non-existent lvmpv > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/sdc1 > format args = [] originalFormat = lvmpv grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3bf90> PedPartition: <_ped.Partition object at 0x3fff81b31d10> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 71679999 length = 71677952 > flags = , PartitionDevice instance (0x3fff81b63150) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b634d0) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = ] >10:15:45,539 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >10:15:45,540 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:45,554 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 11 ; incomplete: False ; >10:15:45,555 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel >10:15:45,569 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 44 ; incomplete: False ; >10:15:45,570 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel >10:15:45,585 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:45,585 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b3e610> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a986d0> PedPartition: <_ped.Partition object at 0x3fff81b8c5f0> >10:15:45,587 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >10:15:45,589 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:45,603 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 11 ; incomplete: False ; >10:15:45,604 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel >10:15:45,618 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 44 ; incomplete: False ; >10:15:45,619 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel >10:15:45,633 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:45,633 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b3e610> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a98850> PedPartition: <_ped.Partition object at 0x3fff81b64bf0> >10:15:45,635 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 1 ; incomplete: False ; >10:15:45,637 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:45,651 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:45,651 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b3e610> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a989d0> PedPartition: <_ped.Partition object at 0x3fff81b64c50> >10:15:45,653 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 11 ; incomplete: False ; >10:15:45,654 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel >10:15:45,668 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:45,669 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b60d90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a98c90> PedPartition: <_ped.Partition object at 0x3fff81b64b90> >10:15:45,671 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: False ; id_num: 44 ; incomplete: False ; >10:15:45,672 DEBUG storage.ui: DeviceTree.getDeviceByID returned existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel >10:15:45,686 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:45,687 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b33810> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a98e50> PedPartition: <_ped.Partition object at 0x3fff81b575f0> >10:15:45,689 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 33 ; incomplete: False ; >10:15:45,690 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >10:15:45,691 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 16 ; incomplete: False ; >10:15:45,693 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >10:15:45,694 DEBUG storage.ui: DeviceTree.getDeviceByID: hidden: True ; id_num: 28 ; incomplete: False ; >10:15:45,695 DEBUG storage.ui: DeviceTree.getDeviceByID returned None >10:15:45,695 DEBUG storage.ui: finished Blivet copy >10:15:45,696 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sda3 ; >10:15:45,697 INFO storage.ui: removed partition sda3 (id 215) from device tree >10:15:45,699 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:45,699 INFO storage.ui: registered action: [407] destroy device partition sda3 (id 215) >10:15:45,700 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdb1 ; >10:15:45,701 INFO storage.ui: removed partition sdb1 (id 221) from device tree >10:15:45,702 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:45,702 INFO storage.ui: registered action: [408] destroy device partition sdb1 (id 221) >10:15:45,703 DEBUG storage.ui: PartitionDevice.removeChild: kids: 1 ; name: sdc1 ; >10:15:45,704 INFO storage.ui: removed partition sdc1 (id 227) from device tree >10:15:45,705 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:45,706 INFO storage.ui: registered action: [409] destroy device partition sdc1 (id 227) >10:15:45,706 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 0 >10:15:45,707 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has -109496500224 free >10:15:45,708 DEBUG storage.ui: size bumped to 151.98 GiB to include new device space >10:15:45,720 DEBUG storage.ui: size cut to 101.98 GiB to omit old device space >10:15:45,733 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.MDFactory'> >10:15:45,733 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3fff7f133750>, Size('102.04 GiB'), [DiskDevice instance (0x3fff7f2eabd0) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e3b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f2eaad0>, DiskDevice instance (0x3fff7f133c90) -- > name = sdb status = True kids = 0 id = 11 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f133d90>, DiskDevice instance (0x3fff7f051810) -- > name = sdc status = True kids = 0 id = 44 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861e60> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f051a10>]] >10:15:45,790 DEBUG storage.ui: child factory kwargs: {'encrypted': False, 'raid_level': <blivet.devicelibs.raid.RAID5 object at 0x3fff8ac8fe90>, 'name': 'pv00', 'fstype': 'lvmpv'} >10:15:45,792 DEBUG storage.ui: MDFactory.configure: parent_factory: <blivet.devicefactory.LVMFactory object at 0x3fff81b3cd50> ; >10:15:45,792 INFO storage.ui: Using 64 MiB superBlockSize >10:15:45,808 DEBUG storage.ui: child factory class: <class 'blivet.devicefactory.PartitionSetFactory'> >10:15:45,809 DEBUG storage.ui: child factory args: [<blivet.Blivet object at 0x3fff7f133750>, Size('153.24 GiB'), [DiskDevice instance (0x3fff7f2eabd0) -- > name = sda status = True kids = 2 id = 1 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e3b0> > target size = 0 B path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f2eaad0>, DiskDevice instance (0x3fff7f133c90) -- > name = sdb status = True kids = 0 id = 11 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff85c3e7a0> > target size = 0 B path = /dev/sdb > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f133d90>, DiskDevice instance (0x3fff7f051810) -- > name = sdc status = True kids = 0 id = 44 > parents = [] > uuid = None size = 34.18 GiB > format = non-existent msdos disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc partedDevice = parted.Device instance -- > model: QEMU QEMU HARDDISK path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 71680000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (35000, 64, 32) biosGeometry: (4461, 255, 63) > PedDevice: <_ped.Device object at 0x3fff83861e60> > target size = 0 B path = /dev/sdc > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x3fff7f051a10>]] >10:15:45,866 DEBUG storage.ui: child factory kwargs: {'fstype': 'mdmember'} >10:15:45,867 DEBUG storage.ui: PartitionSetFactory.configure: parent_factory: <blivet.devicefactory.MDFactory object at 0x3fff81b3c1d0> ; >10:15:45,867 DEBUG storage.ui: parent factory container: None >10:15:45,867 DEBUG storage.ui: members: [] >10:15:45,868 DEBUG storage.ui: add_disks: ['sda', 'sdb', 'sdc'] >10:15:45,869 DEBUG storage.ui: remove_disks: [] >10:15:45,870 DEBUG storage.ui: MDRaidMember.__init__: >10:15:45,870 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance with object id 410 >10:15:45,872 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >10:15:45,872 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance with object id 411 >10:15:45,874 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:45,875 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >10:15:45,877 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: None ; type: mdmember ; >10:15:45,879 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:45,879 INFO storage.ui: added partition req5 (id 412) to device tree >10:15:45,879 INFO storage.ui: registered action: [414] create device partition req5 (id 412) >10:15:45,879 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 416 >10:15:45,881 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; >10:15:45,882 DEBUG storage.ui: PartitionDevice._setFormat: req5 ; current: mdmember ; type: mdmember ; >10:15:45,883 INFO storage.ui: registered action: [415] create format mdmember on partition req5 (id 412) >10:15:45,884 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >10:15:45,884 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance with object id 417 >10:15:45,886 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:45,888 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >10:15:45,889 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: None ; type: mdmember ; >10:15:45,891 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:45,891 INFO storage.ui: added partition req6 (id 418) to device tree >10:15:45,891 INFO storage.ui: registered action: [420] create device partition req6 (id 418) >10:15:45,892 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 422 >10:15:45,893 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; >10:15:45,895 DEBUG storage.ui: PartitionDevice._setFormat: req6 ; current: mdmember ; type: mdmember ; >10:15:45,895 INFO storage.ui: registered action: [421] create format mdmember on partition req6 (id 418) >10:15:45,896 DEBUG storage.ui: MDRaidMember.__init__: mountpoint: None ; >10:15:45,897 DEBUG storage.ui: getFormat('mdmember') returning MDRaidMember instance with object id 423 >10:15:45,898 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:45,900 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >10:15:45,902 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: None ; type: mdmember ; >10:15:45,903 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:45,904 INFO storage.ui: added partition req7 (id 424) to device tree >10:15:45,904 INFO storage.ui: registered action: [426] create device partition req7 (id 424) >10:15:45,904 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 428 >10:15:45,906 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; >10:15:45,907 DEBUG storage.ui: PartitionDevice._setFormat: req7 ; current: mdmember ; type: mdmember ; >10:15:45,907 INFO storage.ui: registered action: [427] create format mdmember on partition req7 (id 424) >10:15:45,908 INFO storage.ui: Using 64 MiB superBlockSize >10:15:45,924 DEBUG storage.ui: adding a SameSizeSet with size 153.24 GiB >10:15:45,937 DEBUG storage.ui: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:15:45,939 DEBUG storage.ui: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >10:15:45,940 DEBUG storage.ui: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >10:15:45,942 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:45,943 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = req5 status = False kids = 0 id = 412 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req5 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98450) -- > name = req6 status = False kids = 0 id = 418 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req6 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98550) -- > name = req7 status = False kids = 0 id = 424 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req7 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:46,120 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:46,122 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = req5 status = False kids = 0 id = 412 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req5 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98450) -- > name = req6 status = False kids = 0 id = 418 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req6 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98550) -- > name = req7 status = False kids = 0 id = 424 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req7 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:46,298 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:46,300 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c150> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc90> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = req5 status = False kids = 0 id = 412 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req5 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98450) -- > name = req6 status = False kids = 0 id = 418 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req6 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >, PartitionDevice instance (0x3fff81a98550) -- > name = req7 status = False kids = 0 id = 424 > parents = [] > uuid = None size = 1024 KiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/req7 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = None > part type = None primary = False start sector = None end sector = None > partedPartition = None > disk = None >] >10:15:46,476 DEBUG storage.ui: removing all non-preexisting partitions ['req5(id 412)', 'req6(id 418)', 'req7(id 424)', 'sda1(id 239)', 'sda2(id 233)'] from disk(s) ['sda', 'sdb', 'sdc'] >10:15:46,477 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:46,477 DEBUG storage.ui: device sda1 new partedPartition None >10:15:46,479 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:15:46,481 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >10:15:46,483 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:46,483 DEBUG storage.ui: device sda2 new partedPartition None >10:15:46,484 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:15:46,486 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:46,487 DEBUG storage.ui: allocatePartitions: disks=['sda', 'sdb', 'sdc'] ; partitions=['req5(id 412)', 'req6(id 418)', 'req7(id 424)', 'req4(id 239)', 'req3(id 233)'] >10:15:46,487 DEBUG storage.ui: removing all non-preexisting partitions ['req4(id 239)', 'req3(id 233)', 'req5(id 412)', 'req6(id 418)', 'req7(id 424)'] from disk(s) ['sda', 'sdb', 'sdc'] >10:15:46,489 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,491 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,503 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,505 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,507 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,519 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,521 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,523 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,535 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,537 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,539 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,551 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,553 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,555 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,567 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,569 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,571 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,584 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,584 DEBUG storage.ui: allocating partition: req4 ; id: 239 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 4096 KiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:15:46,596 DEBUG storage.ui: checking freespace on sda >10:15:46,597 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=4096 KiB boot=True best=None grow=False start=None >10:15:46,609 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:46,621 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:46,634 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:46,634 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:46,646 DEBUG storage.ui: new free allows for 0 sectors of growth >10:15:46,646 DEBUG storage.ui: found free space for bootable request >10:15:46,646 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:46,647 DEBUG storage.ui: created partition sda1 of 4096 KiB and added it to /dev/sda >10:15:46,660 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:15:46,660 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72190> PedPartition: <_ped.Partition object at 0x3fff7f2f4710> >10:15:46,663 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >10:15:46,665 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:46,667 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:46,667 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72550> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> >10:15:46,670 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,671 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,684 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,686 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,688 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,700 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,702 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,703 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,716 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,718 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,719 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,732 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,733 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,735 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,748 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,749 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,751 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,763 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,764 DEBUG storage.ui: allocating partition: req3 ; id: 233 ; disks: ['sda', 'sdb', 'sdc'] ; >boot: True ; primary: False ; size: 500 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >10:15:46,776 DEBUG storage.ui: checking freespace on sda >10:15:46,776 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500 MiB boot=True best=None grow=False start=None >10:15:46,788 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:15:46,800 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:15:46,812 DEBUG storage.ui: checking 10240-71679999 (34.17 GiB) >10:15:46,824 DEBUG storage.ui: current free range is 10240-71679999 (34.17 GiB) >10:15:46,836 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:46,836 DEBUG storage.ui: new free: 10240-71679999 / 34.17 GiB >10:15:46,849 DEBUG storage.ui: new free allows for 0 sectors of growth >10:15:46,849 DEBUG storage.ui: found free space for bootable request >10:15:46,849 DEBUG storage.ui: created partition sda2 of 500 MiB and added it to /dev/sda >10:15:46,863 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:15:46,863 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72610> PedPartition: <_ped.Partition object at 0x3fff81b31d70> >10:15:46,865 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >10:15:46,867 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >10:15:46,869 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:46,869 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72290> PedPartition: <_ped.Partition object at 0x3fff81b31f50> >10:15:46,871 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,873 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,885 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,887 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:46,889 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:46,901 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:46,901 DEBUG storage.ui: allocating partition: req5 ; id: 412 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024 KiB ; grow: True ; max_size: 54846816256 ; start: None ; end: None >10:15:46,913 DEBUG storage.ui: checking freespace on sda >10:15:46,914 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=1024 KiB boot=False best=None grow=True start=None >10:15:46,926 DEBUG storage.ui: checking 63-2047 (992.5 KiB) >10:15:46,938 DEBUG storage.ui: current free range is 63-2047 (992.5 KiB) >10:15:46,949 DEBUG storage.ui: checking 1034240-71679999 (33.69 GiB) >10:15:46,962 DEBUG storage.ui: current free range is 1034240-71679999 (33.69 GiB) >10:15:46,974 DEBUG storage.ui: evaluating growth potential for new layout >10:15:46,974 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:46,974 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:46,975 DEBUG storage.ui: disk /dev/sdb growth: 0 (0 B) >10:15:46,975 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:46,975 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:46,976 DEBUG storage.ui: disk /dev/sdc growth: 0 (0 B) >10:15:46,977 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:46,979 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >10:15:46,979 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72ad0> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> >10:15:46,981 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:46,983 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:46,983 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:46,983 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:46,984 DEBUG storage.ui: adding request 412 to chunk 71679937 (63-71679999) on /dev/sda >10:15:46,984 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:46,984 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:46,984 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:46,985 DEBUG storage.ui: req: PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:46,985 DEBUG storage.ui: 1 requests and 70645697 (33.69 GiB) left in chunk >10:15:46,997 DEBUG storage.ui: adding 70645697 (33.69 GiB) to 412 (sda3) >10:15:47,009 DEBUG storage.ui: new grow amount for request 412 (sda3) is 70645697 units, or 33.69 GiB >10:15:47,021 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:47,034 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:47,046 DEBUG storage.ui: request 412 (sda3) growth: 70645697 (33.69 GiB) size: 33.69 GiB >10:15:47,070 DEBUG storage.ui: disk /dev/sda growth: 70645697 (33.69 GiB) >10:15:47,083 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:47,083 DEBUG storage.ui: device sda3 new partedPartition None >10:15:47,085 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >10:15:47,087 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:47,087 DEBUG storage.ui: total growth: 70645697 sectors >10:15:47,087 DEBUG storage.ui: updating use_disk to sda, type: 0 >10:15:47,087 DEBUG storage.ui: new free: 1034240-71679999 / 33.69 GiB >10:15:47,099 DEBUG storage.ui: new free allows for 70645697 sectors of growth >10:15:47,100 DEBUG storage.ui: created partition sda3 of 1024 KiB and added it to /dev/sda >10:15:47,113 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >10:15:47,114 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72d90> PedPartition: <_ped.Partition object at 0x3fff81b64e90> >10:15:47,116 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:47,117 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:47,119 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:47,120 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72fd0> PedPartition: <_ped.Partition object at 0x3fff81b64f50> >10:15:47,122 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:47,123 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:47,136 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:47,138 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:47,139 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:47,152 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:47,152 DEBUG storage.ui: allocating partition: req6 ; id: 418 ; disks: ['sdb'] ; >boot: False ; primary: False ; size: 1024 KiB ; grow: True ; max_size: 54846816256 ; start: None ; end: None >10:15:47,164 DEBUG storage.ui: checking freespace on sdb >10:15:47,165 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdb part_type=0 req_size=1024 KiB boot=False best=None grow=True start=None >10:15:47,177 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:47,189 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:47,201 DEBUG storage.ui: evaluating growth potential for new layout >10:15:47,201 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:47,201 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:47,203 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >10:15:47,203 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3cc50> PedPartition: <_ped.Partition object at 0x3fff81b31d70> >10:15:47,206 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:47,208 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:47,208 DEBUG storage.ui: adding request 418 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:47,208 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,209 DEBUG storage.ui: req: PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,209 DEBUG storage.ui: 1 requests and 71677889 (34.18 GiB) left in chunk >10:15:47,221 DEBUG storage.ui: adding 71677889 (34.18 GiB) to 418 (sdb1) >10:15:47,233 DEBUG storage.ui: new grow amount for request 418 (sdb1) is 71677889 units, or 34.18 GiB >10:15:47,245 DEBUG storage.ui: request 418 (sdb1) growth: 71677889 (34.18 GiB) size: 34.18 GiB >10:15:47,269 DEBUG storage.ui: disk /dev/sdb growth: 71677889 (34.18 GiB) >10:15:47,281 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:47,282 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,282 DEBUG storage.ui: disk /dev/sdc growth: 0 (0 B) >10:15:47,283 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:47,283 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,283 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,284 DEBUG storage.ui: adding request 412 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,284 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,284 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:47,285 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:47,285 DEBUG storage.ui: req: PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,285 DEBUG storage.ui: 1 requests and 70645697 (33.69 GiB) left in chunk >10:15:47,297 DEBUG storage.ui: adding 70645697 (33.69 GiB) to 412 (sda3) >10:15:47,309 DEBUG storage.ui: new grow amount for request 412 (sda3) is 70645697 units, or 33.69 GiB >10:15:47,321 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:47,334 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:47,346 DEBUG storage.ui: request 412 (sda3) growth: 70645697 (33.69 GiB) size: 33.69 GiB >10:15:47,370 DEBUG storage.ui: disk /dev/sda growth: 70645697 (33.69 GiB) >10:15:47,383 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:47,384 DEBUG storage.ui: device sdb1 new partedPartition None >10:15:47,385 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >10:15:47,387 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:47,387 DEBUG storage.ui: total growth: 142323586 sectors >10:15:47,387 DEBUG storage.ui: updating use_disk to sdb, type: 0 >10:15:47,388 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:47,400 DEBUG storage.ui: new free allows for 142323586 sectors of growth >10:15:47,400 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:47,400 DEBUG storage.ui: created partition sdb1 of 1024 KiB and added it to /dev/sdb >10:15:47,414 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >10:15:47,414 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3ce50> PedPartition: <_ped.Partition object at 0x3fff81b64b30> >10:15:47,417 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:47,418 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:47,420 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:47,420 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72190> PedPartition: <_ped.Partition object at 0x3fff81b64e90> >10:15:47,423 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:47,425 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:47,437 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:47,439 DEBUG storage.ui: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:47,441 DEBUG storage.ui: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:47,453 DEBUG storage.ui: resolved 'sda' to 'sda' (disk) >10:15:47,453 DEBUG storage.ui: allocating partition: req7 ; id: 424 ; disks: ['sdc'] ; >boot: False ; primary: False ; size: 1024 KiB ; grow: True ; max_size: 54846816256 ; start: None ; end: None >10:15:47,466 DEBUG storage.ui: checking freespace on sdc >10:15:47,466 DEBUG storage.ui: getBestFreeSpaceRegion: disk=/dev/sdc part_type=0 req_size=1024 KiB boot=False best=None grow=True start=None >10:15:47,478 DEBUG storage.ui: checking 63-71679999 (34.18 GiB) >10:15:47,491 DEBUG storage.ui: current free range is 63-71679999 (34.18 GiB) >10:15:47,503 DEBUG storage.ui: evaluating growth potential for new layout >10:15:47,503 DEBUG storage.ui: calculating growth for disk /dev/sdb >10:15:47,503 DEBUG storage.ui: adding request 418 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:47,503 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,504 DEBUG storage.ui: req: PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,504 DEBUG storage.ui: 1 requests and 71677889 (34.18 GiB) left in chunk >10:15:47,517 DEBUG storage.ui: adding 71677889 (34.18 GiB) to 418 (sdb1) >10:15:47,529 DEBUG storage.ui: new grow amount for request 418 (sdb1) is 71677889 units, or 34.18 GiB >10:15:47,541 DEBUG storage.ui: request 418 (sdb1) growth: 71677889 (34.18 GiB) size: 34.18 GiB >10:15:47,565 DEBUG storage.ui: disk /dev/sdb growth: 71677889 (34.18 GiB) >10:15:47,577 DEBUG storage.ui: calculating growth for disk /dev/sdc >10:15:47,577 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:47,579 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >10:15:47,580 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9190> PedPartition: <_ped.Partition object at 0x3fff81b64fb0> >10:15:47,582 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:47,584 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:47,584 DEBUG storage.ui: adding request 424 to chunk 71679937 (63-71679999) on /dev/sdc >10:15:47,585 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,585 DEBUG storage.ui: req: PartitionRequest instance -- >id = 424 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,585 DEBUG storage.ui: 1 requests and 71677889 (34.18 GiB) left in chunk >10:15:47,597 DEBUG storage.ui: adding 71677889 (34.18 GiB) to 424 (sdc1) >10:15:47,609 DEBUG storage.ui: new grow amount for request 424 (sdc1) is 71677889 units, or 34.18 GiB >10:15:47,622 DEBUG storage.ui: request 424 (sdc1) growth: 71677889 (34.18 GiB) size: 34.18 GiB >10:15:47,645 DEBUG storage.ui: disk /dev/sdc growth: 71677889 (34.18 GiB) >10:15:47,657 DEBUG storage.ui: calculating growth for disk /dev/sda >10:15:47,658 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,658 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,658 DEBUG storage.ui: adding request 412 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,659 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,659 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:47,659 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:47,659 DEBUG storage.ui: req: PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,660 DEBUG storage.ui: 1 requests and 70645697 (33.69 GiB) left in chunk >10:15:47,672 DEBUG storage.ui: adding 70645697 (33.69 GiB) to 412 (sda3) >10:15:47,684 DEBUG storage.ui: new grow amount for request 412 (sda3) is 70645697 units, or 33.69 GiB >10:15:47,696 DEBUG storage.ui: request 239 (sda1) growth: 0 (0 B) size: 4096 KiB >10:15:47,708 DEBUG storage.ui: request 233 (sda2) growth: 0 (0 B) size: 500 MiB >10:15:47,721 DEBUG storage.ui: request 412 (sda3) growth: 70645697 (33.69 GiB) size: 33.69 GiB >10:15:47,744 DEBUG storage.ui: disk /dev/sda growth: 70645697 (33.69 GiB) >10:15:47,758 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:47,758 DEBUG storage.ui: device sdc1 new partedPartition None >10:15:47,760 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >10:15:47,762 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:47,762 DEBUG storage.ui: total growth: 214001475 sectors >10:15:47,762 DEBUG storage.ui: updating use_disk to sdc, type: 0 >10:15:47,762 DEBUG storage.ui: new free: 63-71679999 / 34.18 GiB >10:15:47,774 DEBUG storage.ui: new free allows for 214001475 sectors of growth >10:15:47,774 DEBUG storage.ui: adjusted start sector from 63 to 2048 >10:15:47,775 DEBUG storage.ui: created partition sdc1 of 1024 KiB and added it to /dev/sdc >10:15:47,788 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >10:15:47,788 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9410> PedPartition: <_ped.Partition object at 0x3fff81aac050> >10:15:47,791 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:47,793 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:47,795 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:47,795 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9290> PedPartition: <_ped.Partition object at 0x3fff81b31dd0> >10:15:47,796 DEBUG storage.ui: growPartitions: disks=['sda', 'sdb', 'sdc'], partitions=['sda3(id 412)', 'sdb1(id 418)', 'sdc1(id 424)', 'sda1(id 239)', 'sda2(id 233)'] >10:15:47,796 DEBUG storage.ui: growable partitions are ['sda3', 'sdb1', 'sdc1'] >10:15:47,797 DEBUG storage.ui: adding request 412 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,797 DEBUG storage.ui: adding request 239 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,797 DEBUG storage.ui: adding request 233 to chunk 71679937 (63-71679999) on /dev/sda >10:15:47,797 DEBUG storage.ui: disk sda has 1 chunks >10:15:47,798 DEBUG storage.ui: adding request 418 to chunk 71679937 (63-71679999) on /dev/sdb >10:15:47,798 DEBUG storage.ui: disk sdb has 1 chunks >10:15:47,798 DEBUG storage.ui: adding request 424 to chunk 71679937 (63-71679999) on /dev/sdc >10:15:47,799 DEBUG storage.ui: disk sdc has 1 chunks >10:15:47,799 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sda start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,799 DEBUG storage.ui: req: PartitionRequest instance -- >id = 239 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >10:15:47,799 DEBUG storage.ui: req: PartitionRequest instance -- >id = 233 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >10:15:47,800 DEBUG storage.ui: req: PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,800 DEBUG storage.ui: 1 requests and 70645697 (33.69 GiB) left in chunk >10:15:47,812 DEBUG storage.ui: adding 70645697 (33.69 GiB) to 412 (sda3) >10:15:47,824 DEBUG storage.ui: new grow amount for request 412 (sda3) is 70645697 units, or 33.69 GiB >10:15:47,836 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdb start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,836 DEBUG storage.ui: req: PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,837 DEBUG storage.ui: 1 requests and 71677889 (34.18 GiB) left in chunk >10:15:47,849 DEBUG storage.ui: adding 71677889 (34.18 GiB) to 418 (sdb1) >10:15:47,861 DEBUG storage.ui: new grow amount for request 418 (sdb1) is 71677889 units, or 34.18 GiB >10:15:47,873 DEBUG storage.ui: Chunk.growRequests: 71679937 on /dev/sdc start = 63 end = 71679999 >sectorSize = 512 B > >10:15:47,873 DEBUG storage.ui: req: PartitionRequest instance -- >id = 424 name = sdc1 growable = True >base = 2048 growth = 0 max_grow = 107120640 >done = False >10:15:47,873 DEBUG storage.ui: 1 requests and 71677889 (34.18 GiB) left in chunk >10:15:47,885 DEBUG storage.ui: adding 71677889 (34.18 GiB) to 424 (sdc1) >10:15:47,898 DEBUG storage.ui: new grow amount for request 424 (sdc1) is 71677889 units, or 34.18 GiB >10:15:47,909 DEBUG storage.ui: set: ['sda3', 'sdb1', 'sdc1'] 54846816256 >10:15:47,910 DEBUG storage.ui: min growth is 70645697 >10:15:47,910 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 70645697 max_grow = 107120640 >done = False is 107120640 >10:15:47,910 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 71677889 max_grow = 107120640 >done = False is 107120640 >10:15:47,910 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 71677889 max_grow = 107120640 >done = False 1032192 (504 MiB) >10:15:47,922 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 424 name = sdc1 growable = True >base = 2048 growth = 71677889 max_grow = 107120640 >done = False is 107120640 >10:15:47,922 DEBUG storage.ui: reclaim: PartitionRequest instance -- >id = 424 name = sdc1 growable = True >base = 2048 growth = 71677889 max_grow = 107120640 >done = False 1032192 (504 MiB) >10:15:47,934 DEBUG storage.ui: set: ['sda3', 'sdb1', 'sdc1'] 54846816256 >10:15:47,934 DEBUG storage.ui: min growth is 70645697 >10:15:47,935 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 412 name = sda3 growable = True >base = 2048 growth = 70645697 max_grow = 107120640 >done = True is 107120640 >10:15:47,935 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 418 name = sdb1 growable = True >base = 2048 growth = 70645697 max_grow = 107120640 >done = True is 107120640 >10:15:47,935 DEBUG storage.ui: max growth for PartitionRequest instance -- >id = 424 name = sdc1 growable = True >base = 2048 growth = 70645697 max_grow = 107120640 >done = True is 107120640 >10:15:47,935 DEBUG storage.ui: growing partitions on sda >10:15:47,936 DEBUG storage.ui: partition sda1 (239): 0 >10:15:47,936 DEBUG storage.ui: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa9210> >10:15:47,936 DEBUG storage.ui: partition sda2 (233): 0 >10:15:47,936 DEBUG storage.ui: new geometry for sda2: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa9850> >10:15:47,936 DEBUG storage.ui: partition sda3 (412): 0 >10:15:47,937 DEBUG storage.ui: new geometry for sda3: parted.Geometry instance -- > start: 1034240 end: 71679999 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa99d0> >10:15:47,937 DEBUG storage.ui: removing all non-preexisting partitions ['sda1(id 239)', 'sda2(id 233)', 'sda3(id 412)'] from disk(s) ['sda'] >10:15:47,939 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:47,939 DEBUG storage.ui: device sda1 new partedPartition None >10:15:47,940 DEBUG storage.ui: PartitionDevice._setDisk: req4 ; new: None ; old: sda ; >10:15:47,943 DEBUG storage.ui: DiskDevice.removeChild: kids: 3 ; name: sda ; >10:15:47,944 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:47,945 DEBUG storage.ui: device sda2 new partedPartition None >10:15:47,946 DEBUG storage.ui: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >10:15:47,948 DEBUG storage.ui: DiskDevice.removeChild: kids: 2 ; name: sda ; >10:15:47,950 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:47,950 DEBUG storage.ui: device sda3 new partedPartition None >10:15:47,952 DEBUG storage.ui: PartitionDevice._setDisk: req5 ; new: None ; old: sda ; >10:15:47,954 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sda ; >10:15:47,954 DEBUG storage.ui: back from removeNewPartitions >10:15:47,954 DEBUG storage.ui: extended: None >10:15:47,954 DEBUG storage.ui: setting req4 new geometry: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa9210> >10:15:47,956 DEBUG storage.ui: PartitionDevice._setPartedPartition: req4 ; >10:15:47,956 DEBUG storage.ui: device req4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72a10> PedPartition: <_ped.Partition object at 0x3fff81aac1d0> >10:15:47,959 DEBUG storage.ui: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >10:15:47,960 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sda ; >10:15:47,962 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda1 ; >10:15:47,962 DEBUG storage.ui: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> >10:15:47,965 DEBUG storage.ui: setting req3 new geometry: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa9850> >10:15:47,968 DEBUG storage.ui: PartitionDevice._setPartedPartition: req3 ; >10:15:47,968 DEBUG storage.ui: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3be90> PedPartition: <_ped.Partition object at 0x3fff81aac230> >10:15:47,970 DEBUG storage.ui: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >10:15:47,972 DEBUG storage.ui: DiskDevice.addChild: kids: 1 ; name: sda ; >10:15:47,974 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda2 ; >10:15:47,974 DEBUG storage.ui: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> >10:15:47,975 DEBUG storage.ui: setting req5 new geometry: parted.Geometry instance -- > start: 1034240 end: 71679999 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7b490> PedGeometry: <_ped.Geometry object at 0x3fff81aa99d0> >10:15:47,977 DEBUG storage.ui: PartitionDevice._setPartedPartition: req5 ; >10:15:47,977 DEBUG storage.ui: device req5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72c10> PedPartition: <_ped.Partition object at 0x3fff81aac290> >10:15:47,979 DEBUG storage.ui: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >10:15:47,981 DEBUG storage.ui: DiskDevice.addChild: kids: 2 ; name: sda ; >10:15:47,983 DEBUG storage.ui: PartitionDevice._setPartedPartition: sda3 ; >10:15:47,983 DEBUG storage.ui: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> >10:15:47,983 DEBUG storage.ui: growing partitions on sdb >10:15:47,984 DEBUG storage.ui: partition sdb1 (418): 0 >10:15:47,984 DEBUG storage.ui: new geometry for sdb1: parted.Geometry instance -- > start: 2048 end: 70647807 length: 70645760 > device: <parted.device.Device object at 0x3fff8004b150> PedGeometry: <_ped.Geometry object at 0x3fff81a72050> >10:15:47,984 DEBUG storage.ui: removing all non-preexisting partitions ['sdb1(id 418)'] from disk(s) ['sdb'] >10:15:47,986 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:47,986 DEBUG storage.ui: device sdb1 new partedPartition None >10:15:47,988 DEBUG storage.ui: PartitionDevice._setDisk: req6 ; new: None ; old: sdb ; >10:15:47,990 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdb ; >10:15:47,990 DEBUG storage.ui: back from removeNewPartitions >10:15:47,990 DEBUG storage.ui: extended: None >10:15:47,990 DEBUG storage.ui: setting req6 new geometry: parted.Geometry instance -- > start: 2048 end: 70647807 length: 70645760 > device: <parted.device.Device object at 0x3fff8004b150> PedGeometry: <_ped.Geometry object at 0x3fff81a72050> >10:15:47,992 DEBUG storage.ui: PartitionDevice._setPartedPartition: req6 ; >10:15:47,992 DEBUG storage.ui: device req6 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72fd0> PedPartition: <_ped.Partition object at 0x3fff81b64b30> >10:15:47,995 DEBUG storage.ui: PartitionDevice._setDisk: sdb1 ; new: sdb ; old: None ; >10:15:47,997 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdb ; >10:15:47,999 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdb1 ; >10:15:47,999 DEBUG storage.ui: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> >10:15:48,000 DEBUG storage.ui: growing partitions on sdc >10:15:48,000 DEBUG storage.ui: partition sdc1 (424): 0 >10:15:48,000 DEBUG storage.ui: new geometry for sdc1: parted.Geometry instance -- > start: 2048 end: 70647807 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7ba50> PedGeometry: <_ped.Geometry object at 0x3fff81a72d90> >10:15:48,001 DEBUG storage.ui: removing all non-preexisting partitions ['sdc1(id 424)'] from disk(s) ['sdc'] >10:15:48,002 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:48,003 DEBUG storage.ui: device sdc1 new partedPartition None >10:15:48,004 DEBUG storage.ui: PartitionDevice._setDisk: req7 ; new: None ; old: sdc ; >10:15:48,007 DEBUG storage.ui: DiskDevice.removeChild: kids: 1 ; name: sdc ; >10:15:48,007 DEBUG storage.ui: back from removeNewPartitions >10:15:48,007 DEBUG storage.ui: extended: None >10:15:48,007 DEBUG storage.ui: setting req7 new geometry: parted.Geometry instance -- > start: 2048 end: 70647807 length: 70645760 > device: <parted.device.Device object at 0x3fff81b7ba50> PedGeometry: <_ped.Geometry object at 0x3fff81a72d90> >10:15:48,009 DEBUG storage.ui: PartitionDevice._setPartedPartition: req7 ; >10:15:48,009 DEBUG storage.ui: device req7 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72c10> PedPartition: <_ped.Partition object at 0x3fff81b64e90> >10:15:48,012 DEBUG storage.ui: PartitionDevice._setDisk: sdc1 ; new: sdc ; old: None ; >10:15:48,013 DEBUG storage.ui: DiskDevice.addChild: kids: 0 ; name: sdc ; >10:15:48,015 DEBUG storage.ui: PartitionDevice._setPartedPartition: sdc1 ; >10:15:48,015 DEBUG storage.ui: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> >10:15:48,018 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:48,020 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = True max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:48,281 DEBUG storage.ui: fixing size of non-existent 4096 KiB partition sda1 (239) with non-existent prepboot >10:15:48,293 DEBUG storage.ui: fixing size of non-existent 500 MiB partition sda2 (233) with non-existent ext4 filesystem mounted at /boot >10:15:48,306 DEBUG storage.ui: fixing size of non-existent 33.69 GiB partition sda3 (412) with non-existent mdmember >10:15:48,318 DEBUG storage.ui: fixing size of non-existent 33.69 GiB partition sdb1 (418) with non-existent mdmember >10:15:48,331 DEBUG storage.ui: fixing size of non-existent 33.69 GiB partition sdc1 (424) with non-existent mdmember >10:15:48,345 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:48,346 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:48,608 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:48,610 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:48,872 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:48,873 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:49,134 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:49,136 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:49,397 DEBUG storage.ui: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:49,399 DEBUG storage.ui: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 0 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 0 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 0 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:49,661 DEBUG storage.ui: LVMPhysicalVolume.__init__: mountpoint: None ; >10:15:49,661 DEBUG storage.ui: getFormat('lvmpv') returning LVMPhysicalVolume instance with object id 429 >10:15:49,663 DEBUG storage.ui: MDRaidArrayDevice._addParent: pv00 ; member: sda3 ; >10:15:49,665 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >10:15:49,667 DEBUG storage.ui: MDRaidArrayDevice._addParent: pv00 ; member: sdb1 ; >10:15:49,669 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >10:15:49,671 DEBUG storage.ui: MDRaidArrayDevice._addParent: pv00 ; member: sdc1 ; >10:15:49,673 DEBUG storage.ui: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >10:15:49,675 DEBUG storage.ui: MDRaidArrayDevice._setFormat: pv00 ; current: None ; type: lvmpv ; >10:15:49,675 INFO storage.ui: added mdarray pv00 (id 430) to device tree >10:15:49,675 INFO storage.ui: registered action: [432] create device mdarray pv00 (id 430) >10:15:49,675 DEBUG storage.ui: getFormat('None') returning DeviceFormat instance with object id 434 >10:15:49,677 DEBUG storage.ui: MDRaidArrayDevice._setFormat: pv00 ; current: lvmpv ; type: lvmpv ; >10:15:49,677 INFO storage.ui: registered action: [433] create format lvmpv on mdarray pv00 (id 430) >10:15:49,678 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,694 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,706 DEBUG storage.ui: new member set: ['pv00'] >10:15:49,706 DEBUG storage.ui: old member set: [] >10:15:49,707 DEBUG storage.ui: LVMVolumeGroupDevice._addParent: fedora-server_ppc64lehamzytest2 ; member: pv00 ; >10:15:49,709 DEBUG storage.ui: MDRaidArrayDevice.addChild: kids: 0 ; name: pv00 ; >10:15:49,710 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,726 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,738 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:49,755 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,771 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,785 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has -34.91 GiB free >10:15:49,799 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,815 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,827 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:49,840 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,856 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,869 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has -34.91 GiB free >10:15:49,881 INFO storage.ui: adjusting size from 50 GiB to 15.09 GiB so it fits in container fedora-server_ppc64lehamzytest2 >10:15:49,915 INFO storage.ui: adjusting device size from 50 GiB to 15.09 GiB >10:15:49,947 DEBUG storage.ui: trying to set lv fedora-server_ppc64lehamzytest2-root size to 15.09 GiB >10:15:49,960 INFO storage.ui: Using 64 MiB superBlockSize >10:15:49,975 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:49,988 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:50,001 INFO storage.ui: Using 64 MiB superBlockSize >10:15:50,017 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:50,029 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has -34.91 GiB free >10:15:50,042 INFO storage.ui: Using 64 MiB superBlockSize >10:15:50,058 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:50,070 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:50,084 INFO storage.ui: Using 64 MiB superBlockSize >10:15:50,099 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:50,112 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:50,113 INFO storage.ui: Using 64 MiB superBlockSize >10:15:50,129 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:50,141 DEBUG storage.ui: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:50,154 INFO storage.ui: Using 64 MiB superBlockSize >10:15:50,170 DEBUG storage.ui: non-existent RAID raid5 size == 67.25 GiB >10:15:50,182 DEBUG storage.ui: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:50,211 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:50,212 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 1 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 1 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 1 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:50,473 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:50,474 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 1 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 1 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 1 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:50,735 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.PartitionDevice'> ; >10:15:50,736 DEBUG blivet: DeviceTree.getDevicesByInstance returned [PartitionDevice instance (0x3fff81b339d0) -- > name = sda2 status = False kids = 0 id = 233 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 500 MiB > format = non-existent ext4 filesystem mounted at /boot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 500 MiB path = /dev/sda2 > format args = [] originalFormat = ext4 grow = False max size = 0 B bootable = True > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72f50> PedPartition: <_ped.Partition object at 0x3fff81b649b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = , PartitionDevice instance (0x3fff81b33d10) -- > name = sda1 status = False kids = 0 id = 239 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 4096 KiB > format = non-existent prepboot > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 4096 KiB path = /dev/sda1 > format args = [] originalFormat = prepboot grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72650> PedPartition: <_ped.Partition object at 0x3fff81b31f50> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = , PartitionDevice instance (0x3fff81b62a90) -- > name = sda3 status = False kids = 1 id = 412 > parents = ['existing 34.18 GiB disk sda (1) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sda3 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7b8d0> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81aa9ad0> PedPartition: <_ped.Partition object at 0x3fff81b8c0b0> > disk = existing 34.18 GiB disk sda (1) with non-existent msdos disklabel > start = 1034240 end = 71679999 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98450) -- > name = sdb1 status = False kids = 1 id = 418 > parents = ['existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdb1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059f90> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72490> PedPartition: <_ped.Partition object at 0x3fff81b64f50> > disk = existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = , PartitionDevice instance (0x3fff81a98550) -- > name = sdc1 status = False kids = 1 id = 424 > parents = ['existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel'] > uuid = None size = 33.69 GiB > format = non-existent mdmember > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 1024 KiB path = /dev/sdc1 > format args = [] originalFormat = mdmember grow = False max size = 54846816256 bootable = False > part type = 0 primary = False start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f1160d0> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72990> PedPartition: <_ped.Partition object at 0x3fff81aac2f0> > disk = existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel > start = 2048 end = 70647807 length = 70645760 > flags = ] >10:15:51,029 DEBUG storage.ui: instantiating <class 'blivet.devicefactory.LVMFactory'>: <blivet.Blivet object at 0x3fff7f133750>, 0, [], {} >10:15:51,031 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: lvmvg ; >10:15:51,032 INFO blivet: Using 64 MiB superBlockSize >10:15:51,048 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,065 INFO blivet: Using 64 MiB superBlockSize >10:15:51,081 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,098 INFO blivet: Using 64 MiB superBlockSize >10:15:51,113 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,126 INFO blivet: Using 64 MiB superBlockSize >10:15:51,142 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,154 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,168 INFO blivet: Using 64 MiB superBlockSize >10:15:51,184 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,196 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,197 INFO blivet: Using 64 MiB superBlockSize >10:15:51,213 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,225 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,239 INFO blivet: Using 64 MiB superBlockSize >10:15:51,254 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,267 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,268 INFO blivet: Using 64 MiB superBlockSize >10:15:51,284 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,032 DEBUG blivet: DeviceTree.getDevicesByType returned [LVMVolumeGroupDevice instance (0x3fff81b33490) -- > name = fedora-server_ppc64lehamzytest2 status = False kids = 3 id = 244 > parents = ['non-existent 67.25 GiB mdarray pv00 (430) with non-existent lvmpv'] > uuid = None size = 67.25 GiB > format = non-existent None > major = 0 minor = 0 exists = False protected = False > sysfs path = partedDevice = None > target size = 0 B path = /dev/fedora--server_ppc64lehamzytest2 > format args = [] originalFormat = None free = 0 PE Size = 4096 KiB PE Count = 0 > PE Free = 0 PV Count = 3 > modified = True extents = 17215 free space = 0 B > free extents = 0 reserved percent = 0 reserved space = 0 B > PVs = ['non-existent 67.25 GiB mdarray pv00 (430) with non-existent lvmpv'] > LVs = ['non-existent 15.09 GiB lvmlv fedora-server_ppc64lehamzytest2-root (249) with non-existent ext4 filesystem mounted at /', > 'non-existent 47.97 GiB lvmlv fedora-server_ppc64lehamzytest2-home (255) with non-existent ext4 filesystem mounted at /home', > 'non-existent 4096 MiB lvmlv fedora-server_ppc64lehamzytest2-swap (261) with non-existent swap']] >10:15:51,317 INFO blivet: Using 64 MiB superBlockSize >10:15:51,333 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,350 INFO blivet: Using 64 MiB superBlockSize >10:15:51,366 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,382 INFO blivet: Using 64 MiB superBlockSize >10:15:51,398 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,411 INFO blivet: Using 64 MiB superBlockSize >10:15:51,427 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,439 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,453 INFO blivet: Using 64 MiB superBlockSize >10:15:51,469 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,481 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,482 INFO blivet: Using 64 MiB superBlockSize >10:15:51,498 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,510 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,523 INFO blivet: Using 64 MiB superBlockSize >10:15:51,539 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,551 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,552 INFO blivet: Using 64 MiB superBlockSize >10:15:51,568 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,602 INFO blivet: Using 64 MiB superBlockSize >10:15:51,618 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,635 INFO blivet: Using 64 MiB superBlockSize >10:15:51,650 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,667 INFO blivet: Using 64 MiB superBlockSize >10:15:51,683 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,696 INFO blivet: Using 64 MiB superBlockSize >10:15:51,712 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,724 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,738 INFO blivet: Using 64 MiB superBlockSize >10:15:51,753 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,766 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,767 INFO blivet: Using 64 MiB superBlockSize >10:15:51,783 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,795 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,810 INFO blivet: Using 64 MiB superBlockSize >10:15:51,826 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,840 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,841 INFO blivet: Using 64 MiB superBlockSize >10:15:51,857 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,890 INFO blivet: Using 64 MiB superBlockSize >10:15:51,906 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,918 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.25 GiB >10:15:51,932 INFO blivet: Using 64 MiB superBlockSize >10:15:51,948 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:15:51,960 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 0 B free >10:15:51,963 INFO blivet: removing obsolete action 229 (409) >10:15:51,963 INFO blivet: removing obsolete action 230 (409) >10:15:51,963 INFO blivet: removing obsolete action 409 (409) >10:15:51,964 INFO blivet: removing obsolete action 223 (408) >10:15:51,964 INFO blivet: removing obsolete action 224 (408) >10:15:51,964 INFO blivet: removing obsolete action 408 (408) >10:15:51,964 INFO blivet: removing obsolete action 217 (407) >10:15:51,964 INFO blivet: removing obsolete action 218 (407) >10:15:51,964 INFO blivet: removing obsolete action 407 (407) >10:15:51,965 DEBUG blivet: action 230 already pruned >10:15:51,965 DEBUG blivet: action 229 already pruned >10:15:51,965 DEBUG blivet: action 224 already pruned >10:15:51,965 DEBUG blivet: action 223 already pruned >10:15:51,965 DEBUG blivet: action 218 already pruned >10:15:51,966 DEBUG blivet: action 217 already pruned >10:15:51,997 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:51,998 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:52,011 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:15:52,012 DEBUG blivet: DeviceTree.getDeviceByName: hidden: False ; name: sda ; incomplete: False ; >10:15:52,013 DEBUG blivet: DeviceTree.getDeviceByName returned existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:15:52,025 DEBUG blivet: resolved 'sda' to 'sda' (disk) >10:16:00,509 INFO blivet: omitting ksdata: existing 34.18 GiB disk sdc (44) with non-existent msdos disklabel >10:16:00,527 INFO blivet: omitting ksdata: existing 34.18 GiB disk sda (1) with non-existent msdos disklabel >10:16:00,545 INFO blivet: omitting ksdata: existing 34.18 GiB disk sdb (11) with non-existent msdos disklabel >10:16:00,569 DEBUG blivet: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >10:16:00,593 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >10:16:00,594 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: False ; controllable: True ; >10:16:00,596 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: False ; controllable: True ; >10:16:00,597 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; >10:16:00,599 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-home ; status: False ; controllable: True ; >10:16:00,600 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-swap ; status: False ; controllable: True ; >10:16:00,600 DEBUG blivet: action: [203] destroy format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:00,600 DEBUG blivet: action: [205] destroy device lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:00,600 DEBUG blivet: action: [200] destroy format ext4 filesystem on lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:00,601 DEBUG blivet: action: [202] destroy device lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:00,601 DEBUG blivet: action: [206] destroy device lvmvg fedora-server_ppc64lehamzytest2 (id 25) >10:16:00,601 DEBUG blivet: action: [207] destroy format lvmpv on partition sdb2 (id 21) >10:16:00,601 DEBUG blivet: action: [209] destroy device partition sdb2 (id 21) >10:16:00,601 DEBUG blivet: action: [197] destroy format ext4 filesystem on partition sdb1 (id 16) >10:16:00,601 DEBUG blivet: action: [199] destroy device partition sdb1 (id 16) >10:16:00,602 DEBUG blivet: action: [210] destroy format msdos disklabel on disk sdb (id 11) >10:16:00,602 DEBUG blivet: action: [189] destroy format lvmpv on partition sdc1 (id 49) >10:16:00,602 DEBUG blivet: action: [191] destroy device partition sdc1 (id 49) >10:16:00,602 DEBUG blivet: action: [192] destroy format msdos disklabel on disk sdc (id 44) >10:16:00,602 DEBUG blivet: action: [182] destroy format lvmpv on partition sda1 (id 6) >10:16:00,602 DEBUG blivet: action: [184] destroy device partition sda1 (id 6) >10:16:00,603 DEBUG blivet: action: [185] destroy format msdos disklabel on disk sda (id 1) >10:16:00,603 DEBUG blivet: action: [213] create format msdos disklabel on disk sdb (id 11) >10:16:00,603 DEBUG blivet: action: [420] create device partition sdb1 (id 418) >10:16:00,603 DEBUG blivet: action: [421] create format mdmember on partition sdb1 (id 418) >10:16:00,603 DEBUG blivet: action: [195] create format msdos disklabel on disk sdc (id 44) >10:16:00,603 DEBUG blivet: action: [426] create device partition sdc1 (id 424) >10:16:00,604 DEBUG blivet: action: [427] create format mdmember on partition sdc1 (id 424) >10:16:00,604 DEBUG blivet: action: [188] create format msdos disklabel on disk sda (id 1) >10:16:00,604 DEBUG blivet: action: [241] create device partition sda1 (id 239) >10:16:00,604 DEBUG blivet: action: [242] create format prepboot on partition sda1 (id 239) >10:16:00,604 DEBUG blivet: action: [235] create device partition sda2 (id 233) >10:16:00,604 DEBUG blivet: action: [414] create device partition sda3 (id 412) >10:16:00,605 DEBUG blivet: action: [415] create format mdmember on partition sda3 (id 412) >10:16:00,605 DEBUG blivet: action: [432] create device mdarray pv00 (id 430) >10:16:00,605 DEBUG blivet: action: [433] create format lvmpv on mdarray pv00 (id 430) >10:16:00,605 DEBUG blivet: action: [247] create device lvmvg fedora-server_ppc64lehamzytest2 (id 244) >10:16:00,605 DEBUG blivet: action: [263] create device lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:16:00,605 DEBUG blivet: action: [264] create format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:16:00,606 DEBUG blivet: action: [257] create device lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:16:00,606 DEBUG blivet: action: [258] create format ext4 filesystem mounted at /home on lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:16:00,606 DEBUG blivet: action: [251] create device lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:16:00,606 DEBUG blivet: action: [252] create format ext4 filesystem mounted at / on lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:16:00,606 DEBUG blivet: action: [236] create format ext4 filesystem mounted at /boot on partition sda2 (id 233) >10:16:00,607 INFO blivet: pruning action queue... >10:16:00,608 INFO blivet: resetting parted disks... >10:16:00,609 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >10:16:00,610 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sda ; >10:16:00,611 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >10:16:00,612 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdb ; >10:16:00,613 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdc ; >10:16:00,614 DEBUG blivet: DiskLabel.resetPartedDisk: device: /dev/sdc ; >10:16:00,615 DEBUG blivet: PartitionDevice.preCommitFixup: sda2 ; >10:16:00,616 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >10:16:00,617 DEBUG blivet: PartitionDevice.preCommitFixup: sda3 ; >10:16:00,618 DEBUG blivet: PartitionDevice.preCommitFixup: sdb1 ; >10:16:00,619 DEBUG blivet: PartitionDevice.preCommitFixup: sdc1 ; >10:16:00,620 DEBUG blivet: MDRaidArrayDevice.preCommitFixup: pv00 ; ['', '', None, '', '', '', '', None, '', '', None, None, '/boot', '', '', '/', '/home', '', '', '', '', ''] ; >10:16:00,621 DEBUG blivet: PartitionDevice.preCommitFixup: sdb2 ; >10:16:00,621 DEBUG blivet: sector-based lookup found partition sdb2 >10:16:00,622 DEBUG blivet: PartitionDevice._setPartedPartition: sdb2 ; >10:16:00,623 DEBUG blivet: device sdb2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133650> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b33310> PedPartition: <_ped.Partition object at 0x3fff81aacb30> >10:16:00,625 DEBUG blivet: PartitionDevice.preCommitFixup: sdb1 ; >10:16:00,625 DEBUG blivet: sector-based lookup found partition sdb1 >10:16:00,626 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >10:16:00,627 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f133650> fileSystem: <parted.filesystem.FileSystem object at 0x3fff81a72810> > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a723d0> PedPartition: <_ped.Partition object at 0x3fff81aacad0> >10:16:00,629 DEBUG blivet: PartitionDevice.preCommitFixup: sdc1 ; >10:16:00,629 DEBUG blivet: sector-based lookup found partition sdc1 >10:16:00,630 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >10:16:00,630 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f064390> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a728d0> PedPartition: <_ped.Partition object at 0x3fff81aacb90> >10:16:00,632 DEBUG blivet: PartitionDevice.preCommitFixup: sda1 ; >10:16:00,632 DEBUG blivet: sector-based lookup found partition sda1 >10:16:00,634 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:16:00,634 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f0515d0> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a727d0> PedPartition: <_ped.Partition object at 0x3fff81aacbf0> >10:16:00,635 INFO blivet: sorting actions... >10:16:00,664 DEBUG blivet: action: [182] destroy format lvmpv on partition sda1 (id 6) >10:16:00,664 DEBUG blivet: action: [184] destroy device partition sda1 (id 6) >10:16:00,665 DEBUG blivet: action: [185] destroy format msdos disklabel on disk sda (id 1) >10:16:00,665 DEBUG blivet: lvm filter: removing sda2 from the reject list >10:16:00,665 DEBUG blivet: sda2 wasn't in the reject list >10:16:00,666 DEBUG blivet: lvm filter: removing sda1 from the reject list >10:16:00,666 DEBUG blivet: sda1 wasn't in the reject list >10:16:00,666 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,666 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,666 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,666 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,666 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,667 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,667 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,667 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,667 DEBUG blivet: lvm filter: removing sda3 from the reject list >10:16:00,667 DEBUG blivet: sda3 wasn't in the reject list >10:16:00,667 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,667 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,668 DEBUG blivet: action: [189] destroy format lvmpv on partition sdc1 (id 49) >10:16:00,668 DEBUG blivet: action: [191] destroy device partition sdc1 (id 49) >10:16:00,669 DEBUG blivet: action: [192] destroy format msdos disklabel on disk sdc (id 44) >10:16:00,669 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,669 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,669 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,669 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,669 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,670 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,670 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,670 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,670 DEBUG blivet: lvm filter: removing sdc1 from the reject list >10:16:00,670 DEBUG blivet: sdc1 wasn't in the reject list >10:16:00,670 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,671 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,671 DEBUG blivet: action: [197] destroy format ext4 filesystem on partition sdb1 (id 16) >10:16:00,671 DEBUG blivet: action: [200] destroy format ext4 filesystem on lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:00,672 DEBUG blivet: action: [202] destroy device lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:00,672 DEBUG blivet: action: [203] destroy format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:00,672 DEBUG blivet: action: [205] destroy device lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:00,673 DEBUG blivet: action: [206] destroy device lvmvg fedora-server_ppc64lehamzytest2 (id 25) >10:16:00,673 DEBUG blivet: action: [207] destroy format lvmpv on partition sdb2 (id 21) >10:16:00,674 DEBUG blivet: action: [209] destroy device partition sdb2 (id 21) >10:16:00,674 DEBUG blivet: action: [199] destroy device partition sdb1 (id 16) >10:16:00,675 DEBUG blivet: action: [210] destroy format msdos disklabel on disk sdb (id 11) >10:16:00,675 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,675 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,675 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,675 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,676 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,676 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,676 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,676 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,676 DEBUG blivet: lvm filter: removing sdb1 from the reject list >10:16:00,676 DEBUG blivet: sdb1 wasn't in the reject list >10:16:00,677 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,677 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,677 DEBUG blivet: action: [188] create format msdos disklabel on disk sda (id 1) >10:16:00,677 DEBUG blivet: lvm filter: removing sda2 from the reject list >10:16:00,677 DEBUG blivet: sda2 wasn't in the reject list >10:16:00,677 DEBUG blivet: lvm filter: removing sda1 from the reject list >10:16:00,678 DEBUG blivet: sda1 wasn't in the reject list >10:16:00,678 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,678 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,678 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,678 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,678 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,678 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,679 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,679 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,679 DEBUG blivet: lvm filter: removing sda3 from the reject list >10:16:00,679 DEBUG blivet: sda3 wasn't in the reject list >10:16:00,679 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,679 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,680 DEBUG blivet: action: [241] create device partition sda1 (id 239) >10:16:00,680 DEBUG blivet: action: [235] create device partition sda2 (id 233) >10:16:00,681 DEBUG blivet: action: [236] create format ext4 filesystem mounted at /boot on partition sda2 (id 233) >10:16:00,681 DEBUG blivet: action: [414] create device partition sda3 (id 412) >10:16:00,681 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,682 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,682 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,682 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,682 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,682 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,682 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,682 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,683 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,683 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,683 DEBUG blivet: action: [415] create format mdmember on partition sda3 (id 412) >10:16:00,683 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,683 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,683 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,684 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,684 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,684 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,684 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,684 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,684 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,684 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,685 DEBUG blivet: action: [242] create format prepboot on partition sda1 (id 239) >10:16:00,685 DEBUG blivet: action: [195] create format msdos disklabel on disk sdc (id 44) >10:16:00,685 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,686 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,686 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,686 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,686 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,686 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,686 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,686 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,687 DEBUG blivet: lvm filter: removing sdc1 from the reject list >10:16:00,687 DEBUG blivet: sdc1 wasn't in the reject list >10:16:00,687 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,687 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,687 DEBUG blivet: action: [426] create device partition sdc1 (id 424) >10:16:00,687 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,688 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,688 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,688 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,688 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,688 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,688 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,689 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,689 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,689 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,689 DEBUG blivet: action: [427] create format mdmember on partition sdc1 (id 424) >10:16:00,689 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,689 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,690 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,690 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,690 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,690 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,690 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,690 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,691 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,691 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,691 DEBUG blivet: action: [213] create format msdos disklabel on disk sdb (id 11) >10:16:00,691 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,691 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,691 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,692 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,692 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,692 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,692 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,692 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,692 DEBUG blivet: lvm filter: removing sdb1 from the reject list >10:16:00,692 DEBUG blivet: sdb1 wasn't in the reject list >10:16:00,693 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,693 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,693 DEBUG blivet: action: [420] create device partition sdb1 (id 418) >10:16:00,693 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,693 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,693 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,694 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,694 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,694 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,694 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,694 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,694 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,695 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,695 DEBUG blivet: action: [421] create format mdmember on partition sdb1 (id 418) >10:16:00,695 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,695 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,695 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,695 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,696 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,696 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,696 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,696 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,696 DEBUG blivet: lvm filter: removing pv00 from the reject list >10:16:00,696 DEBUG blivet: pv00 wasn't in the reject list >10:16:00,696 DEBUG blivet: action: [432] create device mdarray pv00 (id 430) >10:16:00,697 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,697 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,697 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,697 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,697 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,698 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,698 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,698 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,698 DEBUG blivet: action: [433] create format lvmpv on mdarray pv00 (id 430) >10:16:00,698 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2 from the reject list >10:16:00,698 DEBUG blivet: fedora-server_ppc64lehamzytest2 wasn't in the reject list >10:16:00,699 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,699 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,699 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,699 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,699 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,699 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,699 DEBUG blivet: action: [247] create device lvmvg fedora-server_ppc64lehamzytest2 (id 244) >10:16:00,700 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-root from the reject list >10:16:00,700 DEBUG blivet: fedora-server_ppc64lehamzytest2-root wasn't in the reject list >10:16:00,700 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-home from the reject list >10:16:00,700 DEBUG blivet: fedora-server_ppc64lehamzytest2-home wasn't in the reject list >10:16:00,700 DEBUG blivet: lvm filter: removing fedora-server_ppc64lehamzytest2-swap from the reject list >10:16:00,700 DEBUG blivet: fedora-server_ppc64lehamzytest2-swap wasn't in the reject list >10:16:00,701 DEBUG blivet: action: [251] create device lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:16:00,701 DEBUG blivet: action: [252] create format ext4 filesystem mounted at / on lvmlv fedora-server_ppc64lehamzytest2-root (id 249) >10:16:00,702 DEBUG blivet: action: [257] create device lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:16:00,702 DEBUG blivet: action: [258] create format ext4 filesystem mounted at /home on lvmlv fedora-server_ppc64lehamzytest2-home (id 255) >10:16:00,702 DEBUG blivet: action: [263] create device lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:16:00,703 DEBUG blivet: action: [264] create format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 261) >10:16:00,703 INFO blivet: executing action: [182] destroy format lvmpv on partition sda1 (id 6) >10:16:00,704 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: True ; >10:16:00,705 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sda1 ; status: ; type: lvmpv ; >10:16:00,777 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sda1 ; type: lvmpv ; >10:16:00,777 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda1 >10:16:00,822 INFO blivet: executing action: [184] destroy device partition sda1 (id 6) >10:16:00,824 DEBUG blivet: PartitionDevice.destroy: sda1 ; status: True ; >10:16:00,827 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >10:16:00,829 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda1 ; status: ; type: lvmpv ; >10:16:00,831 DEBUG blivet: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >10:16:00,852 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: True ; >10:16:00,854 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >10:16:00,856 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >10:16:00,857 DEBUG blivet: PartitionDevice._destroy: sda1 ; status: True ; >10:16:00,860 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >10:16:00,919 INFO blivet: executing action: [185] destroy format msdos disklabel on disk sda (id 1) >10:16:00,922 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: True ; >10:16:00,923 DEBUG blivet: DiskLabel.destroy: device: /dev/sda ; status: False ; type: disklabel ; >10:16:00,962 INFO blivet: executing action: [189] destroy format lvmpv on partition sdc1 (id 49) >10:16:00,964 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: True ; >10:16:00,966 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sdc1 ; status: ; type: lvmpv ; >10:16:01,025 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sdc1 ; type: lvmpv ; >10:16:01,025 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdc1 >10:16:01,061 INFO blivet: executing action: [191] destroy device partition sdc1 (id 49) >10:16:01,063 DEBUG blivet: PartitionDevice.destroy: sdc1 ; status: True ; >10:16:01,066 DEBUG blivet: PartitionDevice.teardown: sdc1 ; status: True ; controllable: True ; >10:16:01,068 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdc1 ; status: ; type: lvmpv ; >10:16:01,070 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdc1 ; status: False ; type: None ; >10:16:01,089 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sdc1 ; orig: True ; >10:16:01,091 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: True ; >10:16:01,093 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >10:16:01,094 DEBUG blivet: PartitionDevice._destroy: sdc1 ; status: True ; >10:16:01,096 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 0 ; >10:16:01,156 INFO blivet: executing action: [192] destroy format msdos disklabel on disk sdc (id 44) >10:16:01,159 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: True ; >10:16:01,160 DEBUG blivet: DiskLabel.destroy: device: /dev/sdc ; status: False ; type: disklabel ; >10:16:01,200 INFO blivet: executing action: [197] destroy format ext4 filesystem on partition sdb1 (id 16) >10:16:01,202 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: True ; >10:16:01,204 DEBUG blivet: Ext4FS.destroy: device: /dev/sdb1 ; status: False ; type: ext4 ; >10:16:01,253 INFO blivet: executing action: [200] destroy format ext4 filesystem on lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:01,255 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; orig: True ; >10:16:01,257 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2-root ; orig: True ; >10:16:01,266 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; orig: True ; >10:16:01,268 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; orig: True ; >10:16:01,346 DEBUG blivet: Ext4FS.destroy: device: /dev/mapper/fedora--server_ppc64lehamzytest2-root ; status: False ; type: ext4 ; >10:16:01,379 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >10:16:01,381 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora--server_ppc64lehamzytest2-root ; status: False ; type: None ; >10:16:01,401 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-server_ppc64lehamzytest2-root ; status: True ; controllable: True ; >10:16:01,458 INFO blivet: executing action: [202] destroy device lvmlv fedora-server_ppc64lehamzytest2-root (id 28) >10:16:01,460 DEBUG blivet: LVMLogicalVolumeDevice.destroy: fedora-server_ppc64lehamzytest2-root ; status: False ; >10:16:01,462 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-root ; status: False ; controllable: True ; >10:16:01,464 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2 ; orig: True ; >10:16:01,465 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: True ; >10:16:01,467 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sdb2 ; status: False ; type: lvmpv ; >10:16:01,472 DEBUG blivet: LVMLogicalVolumeDevice._destroy: fedora-server_ppc64lehamzytest2-root ; status: False ; >10:16:01,536 INFO blivet: executing action: [203] destroy format swap on lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:01,538 DEBUG blivet: LVMLogicalVolumeDevice.setup: fedora-server_ppc64lehamzytest2-swap ; status: False ; controllable: True ; orig: True ; >10:16:01,540 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2-swap ; orig: True ; >10:16:01,542 DEBUG blivet: LVMVolumeGroupDevice.setup: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; orig: True ; >10:16:01,544 DEBUG blivet: LVMLogicalVolumeDevice._setup: fedora-server_ppc64lehamzytest2-swap ; status: False ; controllable: True ; orig: True ; >10:16:01,622 DEBUG blivet: SwapSpace.destroy: device: /dev/mapper/fedora--server_ppc64lehamzytest2-swap ; status: False ; type: swap ; >10:16:01,657 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-swap ; status: True ; controllable: True ; >10:16:01,658 DEBUG blivet: SwapSpace.teardown: device: /dev/mapper/fedora--server_ppc64lehamzytest2-swap ; status: False ; type: swap ; >10:16:01,660 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/fedora--server_ppc64lehamzytest2-swap ; status: False ; type: None ; >10:16:01,680 DEBUG blivet: LVMLogicalVolumeDevice._teardown: fedora-server_ppc64lehamzytest2-swap ; status: True ; controllable: True ; >10:16:01,739 INFO blivet: executing action: [205] destroy device lvmlv fedora-server_ppc64lehamzytest2-swap (id 33) >10:16:01,741 DEBUG blivet: LVMLogicalVolumeDevice.destroy: fedora-server_ppc64lehamzytest2-swap ; status: False ; >10:16:01,743 DEBUG blivet: LVMLogicalVolumeDevice.teardown: fedora-server_ppc64lehamzytest2-swap ; status: False ; controllable: True ; >10:16:01,745 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2 ; orig: True ; >10:16:01,747 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: True ; >10:16:01,750 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sdb2 ; status: False ; type: lvmpv ; >10:16:01,752 DEBUG blivet: LVMLogicalVolumeDevice._destroy: fedora-server_ppc64lehamzytest2-swap ; status: False ; >10:16:01,813 INFO blivet: executing action: [206] destroy device lvmvg fedora-server_ppc64lehamzytest2 (id 25) >10:16:01,815 DEBUG blivet: LVMVolumeGroupDevice.destroy: fedora-server_ppc64lehamzytest2 ; status: True ; >10:16:01,817 DEBUG blivet: LVMVolumeGroupDevice.teardown: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; >10:16:01,818 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora--server_ppc64lehamzytest2 ; status: False ; type: None ; >10:16:01,819 DEBUG blivet: DeviceFormat.teardown: device: /dev/fedora--server_ppc64lehamzytest2 ; status: False ; type: None ; >10:16:01,841 DEBUG blivet: LVMVolumeGroupDevice._teardown: fedora-server_ppc64lehamzytest2 ; status: True ; controllable: True ; >10:16:01,878 DEBUG blivet: LVMVolumeGroupDevice.setupParents: kids: 0 ; name: fedora-server_ppc64lehamzytest2 ; orig: True ; >10:16:01,880 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: True ; >10:16:01,882 DEBUG blivet: LVMPhysicalVolume.setup: device: /dev/sdb2 ; status: False ; type: lvmpv ; >10:16:01,884 DEBUG blivet: LVMVolumeGroupDevice._destroy: fedora-server_ppc64lehamzytest2 ; status: True ; >10:16:01,999 INFO blivet: executing action: [207] destroy format lvmpv on partition sdb2 (id 21) >10:16:02,001 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: True ; >10:16:02,003 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/sdb2 ; status: False ; type: lvmpv ; >10:16:02,064 DEBUG blivet: LVMPhysicalVolume.notifyKernel: device: /dev/sdb2 ; type: lvmpv ; >10:16:02,064 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sdb2 >10:16:02,100 INFO blivet: executing action: [209] destroy device partition sdb2 (id 21) >10:16:02,102 DEBUG blivet: PartitionDevice.destroy: sdb2 ; status: True ; >10:16:02,105 DEBUG blivet: PartitionDevice.teardown: sdb2 ; status: True ; controllable: True ; >10:16:02,107 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sdb2 ; status: False ; type: lvmpv ; >10:16:02,109 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb2 ; status: False ; type: None ; >10:16:02,131 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sdb2 ; orig: True ; >10:16:02,132 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >10:16:02,134 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:02,136 DEBUG blivet: PartitionDevice._destroy: sdb2 ; status: True ; >10:16:02,138 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 1 ; >10:16:02,193 INFO blivet: executing action: [199] destroy device partition sdb1 (id 16) >10:16:02,195 DEBUG blivet: PartitionDevice.destroy: sdb1 ; status: True ; >10:16:02,197 DEBUG blivet: PartitionDevice.teardown: sdb1 ; status: True ; controllable: True ; >10:16:02,199 DEBUG blivet: DeviceFormat.teardown: device: /dev/sdb1 ; status: False ; type: None ; >10:16:02,218 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sdb1 ; orig: True ; >10:16:02,220 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >10:16:02,225 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:02,226 DEBUG blivet: PartitionDevice._destroy: sdb1 ; status: True ; >10:16:02,227 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 0 ; >10:16:02,276 INFO blivet: executing action: [210] destroy format msdos disklabel on disk sdb (id 11) >10:16:02,278 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: True ; >10:16:02,280 DEBUG blivet: DiskLabel.destroy: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:02,323 INFO blivet: executing action: [188] create format msdos disklabel on disk sda (id 1) >10:16:02,325 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:16:02,326 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >10:16:02,327 DEBUG blivet: DiskLabel.create: device: /dev/sda ; status: False ; type: disklabel ; >10:16:02,328 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 0 ; >10:16:02,385 DEBUG blivet: DiskDevice.updateSysfsPath: sda ; status: True ; >10:16:02,386 DEBUG blivet: sda sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda >10:16:02,409 INFO blivet: executing action: [241] create device partition sda1 (id 239) >10:16:02,411 DEBUG blivet: PartitionDevice.create: sda1 ; status: False ; >10:16:02,413 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda1 ; orig: False ; >10:16:02,415 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:16:02,417 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >10:16:02,419 DEBUG blivet: PartitionDevice._create: sda1 ; status: False ; >10:16:02,421 DEBUG blivet: PartitionDevice._wipe: sda1 ; status: False ; >10:16:02,463 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 1 ; >10:16:02,495 DEBUG blivet: post-commit partition path is /dev/sda1 >10:16:02,497 DEBUG blivet: PartitionDevice._setPartedPartition: sda1 ; >10:16:02,497 DEBUG blivet: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7bb90> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b66f10> PedPartition: <_ped.Partition object at 0x3fff81aace30> >10:16:02,501 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda1 ; status: False ; type: None ; >10:16:02,512 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >10:16:02,514 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >10:16:02,516 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >10:16:02,516 DEBUG blivet: sda1 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda1 >10:16:02,554 INFO blivet: executing action: [235] create device partition sda2 (id 233) >10:16:02,556 DEBUG blivet: PartitionDevice.create: sda2 ; status: False ; >10:16:02,557 DEBUG blivet: PartitionDevice.setupParents: kids: 0 ; name: sda2 ; orig: False ; >10:16:02,559 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:16:02,561 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >10:16:02,563 DEBUG blivet: PartitionDevice._create: sda2 ; status: False ; >10:16:02,565 DEBUG blivet: PartitionDevice._wipe: sda2 ; status: False ; >10:16:02,605 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 2 ; >10:16:02,663 DEBUG blivet: post-commit partition path is /dev/sda2 >10:16:02,665 DEBUG blivet: PartitionDevice._setPartedPartition: sda2 ; >10:16:02,666 DEBUG blivet: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7bb90> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b0ec50> PedPartition: <_ped.Partition object at 0x3fff81aacd70> >10:16:02,669 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda2 ; status: False ; type: None ; >10:16:02,684 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >10:16:02,685 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >10:16:02,687 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >10:16:02,688 DEBUG blivet: sda2 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda2 >10:16:02,726 INFO blivet: executing action: [236] create format ext4 filesystem mounted at /boot on partition sda2 (id 233) >10:16:02,729 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >10:16:02,730 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 1 ; >10:16:02,735 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 2 ; >10:16:02,737 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 3 ; >10:16:02,738 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 4 ; >10:16:02,740 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 5 ; >10:16:02,742 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 6 ; >10:16:02,743 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 8 ; >10:16:02,745 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 9 ; >10:16:02,746 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 10 ; >10:16:02,748 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 11 ; >10:16:02,752 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 12 ; >10:16:02,753 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 13 ; >10:16:02,754 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 14 ; >10:16:02,755 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 15 ; >10:16:02,756 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 16 ; >10:16:02,757 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 17 ; >10:16:02,758 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda2 ; flag: 18 ; >10:16:02,760 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 2 ; >10:16:02,799 DEBUG blivet: Ext4FS.create: device: /dev/sda2 ; status: False ; type: ext4 ; >10:16:02,808 DEBUG blivet: Ext4FS.doFormat: device: /dev/sda2 ; mountpoint: /boot ; type: ext4 ; >10:16:02,920 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda2 ; type: ext4 ; >10:16:02,920 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda2 >10:16:02,942 DEBUG blivet: Ext4FS.notifyKernel: device: /dev/sda2 ; type: ext4 ; >10:16:02,942 DEBUG blivet: notifying kernel of 'change' event on device /sys/class/block/sda2 >10:16:02,963 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >10:16:02,965 DEBUG blivet: PartitionDevice.updateSysfsPath: sda2 ; status: True ; >10:16:02,965 DEBUG blivet: sda2 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda2 >10:16:02,983 INFO blivet: executing action: [414] create device partition sda3 (id 412) >10:16:02,985 DEBUG blivet: PartitionDevice.create: sda3 ; status: False ; >10:16:02,987 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sda3 ; orig: False ; >10:16:02,989 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >10:16:02,991 DEBUG blivet: DiskLabel.setup: device: /dev/sda ; status: False ; type: disklabel ; >10:16:02,993 DEBUG blivet: PartitionDevice._create: sda3 ; status: False ; >10:16:02,995 DEBUG blivet: PartitionDevice._wipe: sda3 ; status: False ; >10:16:03,040 DEBUG blivet: DiskLabel.commit: device: /dev/sda ; numparts: 3 ; >10:16:03,094 DEBUG blivet: post-commit partition path is /dev/sda3 >10:16:03,096 DEBUG blivet: PartitionDevice._setPartedPartition: sda3 ; >10:16:03,096 DEBUG blivet: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff81b7bb90> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81a72e90> PedPartition: <_ped.Partition object at 0x3fff81aacc50> >10:16:03,099 DEBUG blivet: DeviceFormat.destroy: device: /dev/sda3 ; status: False ; type: None ; >10:16:03,110 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >10:16:03,112 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >10:16:03,114 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >10:16:03,115 DEBUG blivet: sda3 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda3 >10:16:03,150 INFO blivet: executing action: [415] create format mdmember on partition sda3 (id 412) >10:16:03,152 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >10:16:03,153 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 1 ; >10:16:03,154 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 2 ; >10:16:03,156 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 3 ; >10:16:03,157 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 4 ; >10:16:03,158 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 6 ; >10:16:03,159 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 8 ; >10:16:03,160 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 9 ; >10:16:03,161 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 10 ; >10:16:03,162 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 11 ; >10:16:03,163 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 12 ; >10:16:03,164 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 13 ; >10:16:03,165 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 14 ; >10:16:03,166 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 15 ; >10:16:03,167 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 16 ; >10:16:03,168 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 17 ; >10:16:03,169 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda3 ; flag: 18 ; >10:16:03,170 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda3 ; flag: 5 ; >10:16:03,178 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 3 ; >10:16:03,213 DEBUG blivet: MDRaidMember.create: device: /dev/sda3 ; status: False ; type: mdmember ; >10:16:03,234 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >10:16:03,236 DEBUG blivet: PartitionDevice.updateSysfsPath: sda3 ; status: True ; >10:16:03,236 DEBUG blivet: sda3 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda3 >10:16:03,254 INFO blivet: executing action: [242] create format prepboot on partition sda1 (id 239) >10:16:03,256 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >10:16:03,258 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 1 ; >10:16:03,261 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 2 ; >10:16:03,263 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 3 ; >10:16:03,265 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 4 ; >10:16:03,266 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 5 ; >10:16:03,268 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 6 ; >10:16:03,270 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 8 ; >10:16:03,271 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 9 ; >10:16:03,273 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 11 ; >10:16:03,274 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 12 ; >10:16:03,276 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 13 ; >10:16:03,277 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 14 ; >10:16:03,279 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 15 ; >10:16:03,281 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 16 ; >10:16:03,282 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 17 ; >10:16:03,284 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sda1 ; flag: 18 ; >10:16:03,286 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sda1 ; flag: 10 ; >10:16:03,288 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sda ; numparts: 3 ; >10:16:03,334 DEBUG blivet: PPCPRePBoot.create: device: /dev/sda1 ; status: False ; type: prepboot ; >10:16:03,356 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >10:16:03,357 DEBUG blivet: PartitionDevice.updateSysfsPath: sda1 ; status: True ; >10:16:03,358 DEBUG blivet: sda1 sysfsPath set to /devices/vio/71000002/host0/target0:0:0/0:0:0:0/block/sda/sda1 >10:16:03,376 INFO blivet: executing action: [195] create format msdos disklabel on disk sdc (id 44) >10:16:03,378 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >10:16:03,380 DEBUG blivet: DiskLabel.create: device: /dev/sdc ; status: False ; type: disklabel ; >10:16:03,382 DEBUG blivet: DiskLabel.create: device: /dev/sdc ; status: False ; type: disklabel ; >10:16:03,383 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 0 ; >10:16:03,434 DEBUG blivet: DiskDevice.updateSysfsPath: sdc ; status: True ; >10:16:03,435 DEBUG blivet: sdc sysfsPath set to /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc >10:16:03,453 INFO blivet: executing action: [426] create device partition sdc1 (id 424) >10:16:03,454 DEBUG blivet: PartitionDevice.create: sdc1 ; status: False ; >10:16:03,455 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sdc1 ; orig: False ; >10:16:03,457 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >10:16:03,459 DEBUG blivet: DiskLabel.setup: device: /dev/sdc ; status: False ; type: disklabel ; >10:16:03,460 DEBUG blivet: PartitionDevice._create: sdc1 ; status: False ; >10:16:03,461 DEBUG blivet: PartitionDevice._wipe: sdc1 ; status: False ; >10:16:03,520 DEBUG blivet: DiskLabel.commit: device: /dev/sdc ; numparts: 1 ; >10:16:03,550 DEBUG blivet: post-commit partition path is /dev/sdc1 >10:16:03,552 DEBUG blivet: PartitionDevice._setPartedPartition: sdc1 ; >10:16:03,552 DEBUG blivet: device sdc1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff7f116390> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b0e250> PedPartition: <_ped.Partition object at 0x3fff81b2b3b0> >10:16:03,555 DEBUG blivet: DeviceFormat.destroy: device: /dev/sdc1 ; status: False ; type: None ; >10:16:03,567 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >10:16:03,569 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >10:16:03,570 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >10:16:03,571 DEBUG blivet: sdc1 sysfsPath set to /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 >10:16:03,607 INFO blivet: executing action: [427] create format mdmember on partition sdc1 (id 424) >10:16:03,610 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >10:16:03,611 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 1 ; >10:16:03,613 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 2 ; >10:16:03,614 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 3 ; >10:16:03,616 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 4 ; >10:16:03,618 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 6 ; >10:16:03,619 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 8 ; >10:16:03,621 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 9 ; >10:16:03,622 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 10 ; >10:16:03,624 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 11 ; >10:16:03,626 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 12 ; >10:16:03,627 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 13 ; >10:16:03,629 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 14 ; >10:16:03,630 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 15 ; >10:16:03,632 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 16 ; >10:16:03,634 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 17 ; >10:16:03,635 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdc1 ; flag: 18 ; >10:16:03,637 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdc1 ; flag: 5 ; >10:16:03,639 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sdc ; numparts: 1 ; >10:16:03,668 DEBUG blivet: MDRaidMember.create: device: /dev/sdc1 ; status: False ; type: mdmember ; >10:16:03,688 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >10:16:03,690 DEBUG blivet: PartitionDevice.updateSysfsPath: sdc1 ; status: True ; >10:16:03,690 DEBUG blivet: sdc1 sysfsPath set to /devices/vio/71000002/host0/target0:0:3/0:0:3:0/block/sdc/sdc1 >10:16:03,708 INFO blivet: executing action: [213] create format msdos disklabel on disk sdb (id 11) >10:16:03,711 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >10:16:03,713 DEBUG blivet: DiskLabel.create: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:03,714 DEBUG blivet: DiskLabel.create: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:03,716 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 0 ; >10:16:03,758 DEBUG blivet: DiskDevice.updateSysfsPath: sdb ; status: True ; >10:16:03,758 DEBUG blivet: sdb sysfsPath set to /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb >10:16:03,776 INFO blivet: executing action: [420] create device partition sdb1 (id 418) >10:16:03,778 DEBUG blivet: PartitionDevice.create: sdb1 ; status: False ; >10:16:03,780 DEBUG blivet: PartitionDevice.setupParents: kids: 1 ; name: sdb1 ; orig: False ; >10:16:03,782 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >10:16:03,784 DEBUG blivet: DiskLabel.setup: device: /dev/sdb ; status: False ; type: disklabel ; >10:16:03,785 DEBUG blivet: PartitionDevice._create: sdb1 ; status: False ; >10:16:03,788 DEBUG blivet: PartitionDevice._wipe: sdb1 ; status: False ; >10:16:03,822 DEBUG blivet: DiskLabel.commit: device: /dev/sdb ; numparts: 1 ; >10:16:03,852 DEBUG blivet: post-commit partition path is /dev/sdb1 >10:16:03,855 DEBUG blivet: PartitionDevice._setPartedPartition: sdb1 ; >10:16:03,855 DEBUG blivet: device sdb1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x3fff80059bd0> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x3fff81b3c110> PedPartition: <_ped.Partition object at 0x3fff81b2b470> >10:16:03,858 DEBUG blivet: DeviceFormat.destroy: device: /dev/sdb1 ; status: False ; type: None ; >10:16:03,871 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >10:16:03,873 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >10:16:03,875 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >10:16:03,875 DEBUG blivet: sdb1 sysfsPath set to /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 >10:16:03,912 INFO blivet: executing action: [421] create format mdmember on partition sdb1 (id 418) >10:16:03,914 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >10:16:03,916 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 1 ; >10:16:03,917 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 2 ; >10:16:03,919 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 3 ; >10:16:03,920 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 4 ; >10:16:03,922 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 6 ; >10:16:03,924 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 8 ; >10:16:03,925 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 9 ; >10:16:03,927 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 10 ; >10:16:03,928 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 11 ; >10:16:03,930 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 12 ; >10:16:03,931 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 13 ; >10:16:03,933 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 14 ; >10:16:03,935 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 15 ; >10:16:03,936 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 16 ; >10:16:03,938 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 17 ; >10:16:03,939 DEBUG blivet: PartitionDevice.unsetFlag: path: /dev/sdb1 ; flag: 18 ; >10:16:03,941 DEBUG blivet: PartitionDevice.setFlag: path: /dev/sdb1 ; flag: 5 ; >10:16:03,944 DEBUG blivet: DiskLabel.commitToDisk: device: /dev/sdb ; numparts: 1 ; >10:16:03,969 DEBUG blivet: MDRaidMember.create: device: /dev/sdb1 ; status: False ; type: mdmember ; >10:16:03,988 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >10:16:03,989 DEBUG blivet: PartitionDevice.updateSysfsPath: sdb1 ; status: True ; >10:16:03,990 DEBUG blivet: sdb1 sysfsPath set to /devices/vio/71000002/host0/target0:0:1/0:0:1:0/block/sdb/sdb1 >10:16:04,008 INFO blivet: executing action: [432] create device mdarray pv00 (id 430) >10:16:04,010 DEBUG blivet: MDRaidArrayDevice.create: pv00 ; status: False ; >10:16:04,012 DEBUG blivet: MDRaidArrayDevice.setupParents: kids: 1 ; name: pv00 ; orig: False ; >10:16:04,014 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >10:16:04,016 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >10:16:04,018 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >10:16:04,020 DEBUG blivet: MDRaidArrayDevice._create: pv00 ; status: False ; >10:16:04,021 INFO blivet: Using 64 MiB superBlockSize >10:16:04,044 DEBUG blivet: non-existent RAID raid5 size == 67.25 GiB >10:16:04,316 DEBUG blivet: MDRaidArrayDevice.setup: pv00 ; status: True ; controllable: True ; orig: False ; >10:16:04,318 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: pv00 ; >10:16:04,414 INFO blivet: executing action: [433] create format lvmpv on mdarray pv00 (id 430) >10:16:04,417 DEBUG blivet: MDRaidArrayDevice.setup: pv00 ; status: True ; controllable: True ; orig: False ; >10:16:04,418 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >10:16:04,420 DEBUG blivet: LVMPhysicalVolume.create: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >10:16:04,422 DEBUG blivet: LVMPhysicalVolume.destroy: device: /dev/md/pv00 ; status: None ; type: lvmpv ; >10:16:04,695 DEBUG blivet: looking up parted Device: /dev/md/pv00 >10:16:04,697 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,727 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,743 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,760 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,773 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,785 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.31 GiB >10:16:04,799 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,812 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 64 MiB free >10:16:04,824 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,836 DEBUG blivet: fedora-server_ppc64lehamzytest2 size is 67.31 GiB >10:16:04,849 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,865 DEBUG blivet: vg fedora-server_ppc64lehamzytest2 has 64 MiB free >10:16:04,877 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,919 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,936 DEBUG blivet: existing RAID raid5 size == 67.31 GiB >10:16:04,986 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:16:04,992 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:16:05,145 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; >10:16:05,152 DEBUG blivet: OpticalDevice.mediaPresent: sr0 ; status: True ; > > >/tmp/ifcfg.log: >15:13:56,804 DEBUG ifcfg: content of files (network initialization): >15:13:56,805 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: >15:13:56,805 DEBUG ifcfg: # Generated by dracut initrd >15:13:56,805 DEBUG ifcfg: DEVICE="eth0" >15:13:56,805 DEBUG ifcfg: ONBOOT=yes >15:13:56,805 DEBUG ifcfg: NETBOOT=yes >15:13:56,805 DEBUG ifcfg: UUID="a10892ce-3597-4ede-b206-20e02662f708" >15:13:56,805 DEBUG ifcfg: BOOTPROTO=none >15:13:56,806 DEBUG ifcfg: IPADDR="9.5.178.25" >15:13:56,806 DEBUG ifcfg: NETMASK="255.255.255.0" >15:13:56,806 DEBUG ifcfg: GATEWAY="9.5.178.1" >15:13:56,806 DEBUG ifcfg: TYPE=Ethernet >15:13:56,806 DEBUG ifcfg: NAME="eth0" >15:13:56,806 DEBUG ifcfg: DNS1="9.5.175.8" >15:13:56,816 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}}, 'connection': {'timestamp': 1410966783L, 'interface-name': 'eth0', 'type': '802-3-ethernet', 'id': 'eth0', 'uuid': 'a10892ce-3597-4ede-b206-20e02662f708'}, 'ipv4': {'routes': [], 'address-labels': [''], 'addresses': [[431097097L, 24L, 28443913L]], 'dns': [145687817L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >15:13:56,902 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:13:56,903 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:13:56,904 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:13:56,905 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:14:35,975 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 >15:14:35,976 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >BOOT_IMAGE=/ppc/ppc64/vmlinuz inst.vnc inst.sshd ip=9.5.178.25::9.5.178.1:255.255.255.0:ppc64lehamzytest2.rch.stglabs.ibm.com:eth0:none nameserver=9.5.175.8 bootdev=eth0 inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.1.img > > >/tmp/syslog: >15:13:02,661 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.10" x-pid="2400" x-info="http://www.rsyslog.com"] start >15:13:02,661 DEBUG kernel:[ 0.000000] Allocated 917504 bytes for 1024 pacas at c00000000ff20000 >15:13:02,661 INFO kernel:[ 0.000000] Using pSeries machine description >15:13:02,661 INFO kernel:[ 0.000000] Page sizes from device-tree: >15:13:02,661 INFO kernel:[ 0.000000] base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 >15:13:02,661 INFO kernel:[ 0.000000] base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 >15:13:02,662 DEBUG kernel:[ 0.000000] Page orders: linear mapping = 16, virtual = 16, io = 12, vmemmap = 16 >15:13:02,662 INFO kernel:[ 0.000000] Using 1TB segments >15:13:02,662 WARNING kernel:[ 0.000000] Found initrd at 0xc000000003600000:0xc000000005d7a224 >15:13:02,662 INFO kernel:[ 0.000000] bootconsole [udbg0] enabled >15:13:02,662 INFO kernel:[ 0.000000] CPU maps initialized for 1 thread per core >15:13:02,662 DEBUG kernel:[ 0.000000] (thread shift is 0) >15:13:02,662 DEBUG kernel:[ 0.000000] Freed 851968 bytes for unused pacas >15:13:02,662 WARNING kernel:[ 0.000000] Starting Linux PPC64 #1 SMP Fri Aug 29 07:18:43 MST 2014 >15:13:02,662 WARNING kernel:[ 0.000000] ----------------------------------------------------- >15:13:02,662 WARNING kernel:[ 0.000000] ppc64_pft_size = 0x1a >15:13:02,662 WARNING kernel:[ 0.000000] physicalMemorySize = 0x200000000 >15:13:02,662 WARNING kernel:[ 0.000000] htab_hash_mask = 0x7ffff >15:13:02,662 WARNING kernel:[ 0.000000] ----------------------------------------------------- >15:13:02,662 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >15:13:02,662 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >15:13:02,662 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >15:13:02,662 NOTICE kernel:[ 0.000000] Linux version 3.16.1-301.fc21.ppc64le (mockbuild@ppc-le-builder5.qa.fedoraproject.org) (gcc version 4.9.1 20140813 (Red Hat 4.9.1-7) (GCC) ) #1 SMP Fri Aug 29 07:18:43 MST 2014 >15:13:02,662 WARNING kernel:[ 0.000000] [boot]0012 Setup Arch >15:13:02,662 DEBUG kernel:[ 0.000000] Node 0 Memory: 0x0-0x200000000 >15:13:02,662 INFO kernel:[ 0.000000] PCI host bridge /pci@800000020000000 ranges: >15:13:02,662 INFO kernel:[ 0.000000] IO 0x0000010080000000..0x000001008000ffff -> 0x0000000000000000 >15:13:02,662 INFO kernel:[ 0.000000] MEM 0x00000100a0000000..0x00000100bfffffff -> 0x0000000080000000 >15:13:02,662 INFO kernel:[ 0.000000] PPC64 nvram contains 65536 bytes >15:13:02,662 WARNING kernel:[ 0.000000] Unable to enable relocation on exceptions: -55 >15:13:02,662 WARNING kernel:[ 0.000000] Zone ranges: >15:13:02,662 WARNING kernel:[ 0.000000] DMA [mem 0x00000000-0x1ffffffff] >15:13:02,662 WARNING kernel:[ 0.000000] Normal empty >15:13:02,662 WARNING kernel:[ 0.000000] Movable zone start for each node >15:13:02,662 WARNING kernel:[ 0.000000] Early memory node ranges >15:13:02,662 WARNING kernel:[ 0.000000] node 0: [mem 0x00000000-0x1ffffffff] >15:13:02,662 DEBUG kernel:[ 0.000000] On node 0 totalpages: 131072 >15:13:02,662 DEBUG kernel:[ 0.000000] DMA zone: 112 pages used for memmap >15:13:02,662 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >15:13:02,662 DEBUG kernel:[ 0.000000] DMA zone: 131072 pages, LIFO batch:1 >15:13:02,662 WARNING kernel:[ 0.000000] [boot]0015 Setup Done >15:13:02,662 INFO kernel:[ 0.000000] PERCPU: Embedded 2 pages/cpu @c000000001600000 s102016 r0 d29056 u131072 >15:13:02,662 DEBUG kernel:[ 0.000000] pcpu-alloc: s102016 r0 d29056 u131072 alloc=1*1048576 >15:13:02,662 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 >15:13:02,662 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 130960 >15:13:02,662 WARNING kernel:[ 0.000000] Policy zone: DMA >15:13:02,662 NOTICE kernel:[ 0.000000] Kernel command line: BOOT_IMAGE=/ppc/ppc64/vmlinuz inst.vnc inst.sshd ip=9.5.178.25::9.5.178.1:255.255.255.0:ppc64lehamzytest2.rch.stglabs.ibm.com:eth0:none nameserver=9.5.175.8 bootdev=eth0 inst.updates=http://dlehman.fedorapeople.org/updates/updates-1109244.1.img >15:13:02,662 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes) >15:13:02,662 NOTICE kernel:[ 0.000000] Sorting __ex_table... >15:13:02,662 WARNING kernel:[ 0.000000] Memory: 8249088K/8388608K available (9408K kernel code, 1344K rwdata, 2860K rodata, 5056K init, 2676K bss, 139520K reserved) >15:13:02,662 INFO kernel:[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=16, Nodes=256 >15:13:02,662 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >15:13:02,662 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=16. >15:13:02,662 INFO kernel:[ 0.000000] Offload RCU callbacks from all CPUs >15:13:02,662 INFO kernel:[ 0.000000] Offload RCU callbacks from CPUs: 0-15. >15:13:02,662 INFO kernel:[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 >15:13:02,662 INFO kernel:[ 0.000000] NR_IRQS:512 nr_irqs:512 16 >15:13:02,662 DEBUG kernel:[ 0.000000] pic: no ISA interrupt controller >15:13:02,662 DEBUG kernel:[ 0.000000] time_init: decrementer frequency = 512.000000 MHz >15:13:02,662 DEBUG kernel:[ 0.000000] time_init: processor frequency = 4228.000000 MHz >15:13:02,662 INFO kernel:[ 0.000002] clocksource: timebase mult[1f40000] shift[24] registered >15:13:02,662 DEBUG kernel:[ 0.000626] clockevent: decrementer mult[83126e98] shift[32] cpu[0] >15:13:02,662 INFO kernel:[ 0.000743] Console: colour dummy device 80x25 >15:13:02,662 INFO kernel:[ 0.001179] console [hvc0] enabled >15:13:02,662 INFO kernel:[ 0.001527] bootconsole [udbg0] disabled >15:13:02,662 INFO kernel:[ 0.008093] allocated 2097152 bytes of page_cgroup >15:13:02,662 INFO kernel:[ 0.008193] please try 'cgroup_disable=memory' option if you don't want memory cgroups >15:13:02,662 INFO kernel:[ 0.008300] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl >15:13:02,662 INFO kernel:[ 0.008381] pid_max: default: 32768 minimum: 301 >15:13:02,662 INFO kernel:[ 0.008547] Security Framework initialized >15:13:02,662 INFO kernel:[ 0.008596] SELinux: Initializing. >15:13:02,662 DEBUG kernel:[ 0.008636] SELinux: Starting in permissive mode >15:13:02,662 INFO kernel:[ 0.008867] Dentry cache hash table entries: 1048576 (order: 7, 8388608 bytes) >15:13:02,662 INFO kernel:[ 0.011689] Inode-cache hash table entries: 524288 (order: 6, 4194304 bytes) >15:13:02,662 INFO kernel:[ 0.013244] Mount-cache hash table entries: 16384 (order: 1, 131072 bytes) >15:13:02,662 INFO kernel:[ 0.013300] Mountpoint-cache hash table entries: 16384 (order: 1, 131072 bytes) >15:13:02,662 INFO kernel:[ 0.013983] Initializing cgroup subsys memory >15:13:02,662 INFO kernel:[ 0.014197] Initializing cgroup subsys devices >15:13:02,662 INFO kernel:[ 0.014244] Initializing cgroup subsys freezer >15:13:02,662 INFO kernel:[ 0.014286] Initializing cgroup subsys net_cls >15:13:02,662 INFO kernel:[ 0.014326] Initializing cgroup subsys blkio >15:13:02,662 INFO kernel:[ 0.014365] Initializing cgroup subsys perf_event >15:13:02,662 INFO kernel:[ 0.014406] Initializing cgroup subsys net_prio >15:13:02,662 INFO kernel:[ 0.014445] Initializing cgroup subsys hugetlb >15:13:02,662 INFO kernel:[ 0.014510] ftrace: allocating 24298 entries in 9 pages >15:13:02,662 INFO kernel:[ 0.024156] EEH: pSeries platform initialized >15:13:02,662 INFO kernel:[ 0.024218] POWER7 performance monitor hardware support registered >15:13:02,662 INFO kernel:[ 0.031714] Brought up 16 CPUs >15:13:02,662 DEBUG kernel:[ 0.031790] Node 0 CPUs: 0-15 >15:13:02,662 INFO kernel:[ 0.031828] Enabling Asymmetric SMT scheduling >15:13:02,662 INFO kernel:[ 0.033065] devtmpfs: initialized >15:13:02,662 INFO kernel:[ 0.084107] EEH: devices created >15:13:02,662 INFO kernel:[ 0.084747] atomic64_test: passed >15:13:02,662 INFO kernel:[ 0.085403] NET: Registered protocol family 16 >15:13:02,662 WARNING kernel:[ 0.085468] pseries_eeh_init: RTAS service <ibm,set-eeh-option> invalid >15:13:02,662 WARNING kernel:[ 0.085515] eeh_init: Failed to call platform init function (-22) >15:13:02,662 INFO kernel:[ 0.085600] IBM eBus Device Driver >15:13:02,662 INFO kernel:[ 0.085805] cpuidle: using governor menu >15:13:02,662 INFO kernel:[ 0.085974] pstore: Registered nvram as persistent store backend >15:13:02,662 INFO kernel:[ 0.088394] PCI: Probing PCI hardware >15:13:02,662 ERR kernel:[ 0.088440] no ibm,pcie-link-speed-stats property >15:13:02,662 INFO kernel:[ 0.088505] PCI host bridge to bus 0000:00 >15:13:02,662 INFO kernel:[ 0.088538] pci_bus 0000:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff]) >15:13:02,662 INFO kernel:[ 0.088601] pci_bus 0000:00: root bus resource [mem 0x100a0000000-0x100bfffffff] (bus address [0x80000000-0x9fffffff]) >15:13:02,662 INFO kernel:[ 0.088674] pci_bus 0000:00: root bus resource [bus 00-ff] >15:13:02,662 INFO kernel:[ 0.112312] IOMMU table initialized, virtual merging enabled >15:13:02,662 DEBUG kernel:[ 0.112367] PCI: Probing PCI hardware done >15:13:02,662 WARNING kernel:[ 0.112375] opal: Node not found >15:13:02,662 ERR kernel:[ 0.112411] opal_async_comp_init: Opal node not found >15:13:02,662 INFO kernel:[ 0.118400] vgaarb: loaded >15:13:02,662 NOTICE kernel:[ 0.118536] SCSI subsystem initialized >15:13:02,662 DEBUG kernel:[ 0.118845] libata version 3.00 loaded. >15:13:02,662 INFO kernel:[ 0.118890] usbcore: registered new interface driver usbfs >15:13:02,662 INFO kernel:[ 0.118941] usbcore: registered new interface driver hub >15:13:02,662 INFO kernel:[ 0.119139] usbcore: registered new device driver usb >15:13:02,662 INFO kernel:[ 0.119625] NetLabel: Initializing >15:13:02,662 INFO kernel:[ 0.119658] NetLabel: domain hash size = 128 >15:13:02,662 INFO kernel:[ 0.119696] NetLabel: protocols = UNLABELED CIPSOv4 >15:13:02,662 INFO kernel:[ 0.119745] NetLabel: unlabeled traffic allowed by default >15:13:02,662 INFO kernel:[ 0.183399] Switched to clocksource timebase >15:13:02,662 INFO kernel:[ 0.199005] NET: Registered protocol family 2 >15:13:02,662 INFO kernel:[ 0.199342] TCP established hash table entries: 65536 (order: 3, 524288 bytes) >15:13:02,662 INFO kernel:[ 0.199610] TCP bind hash table entries: 65536 (order: 4, 1048576 bytes) >15:13:02,662 INFO kernel:[ 0.199910] TCP: Hash tables configured (established 65536 bind 65536) >15:13:02,662 INFO kernel:[ 0.200046] TCP: reno registered >15:13:02,662 INFO kernel:[ 0.200087] UDP hash table entries: 4096 (order: 1, 131072 bytes) >15:13:02,662 INFO kernel:[ 0.200173] UDP-Lite hash table entries: 4096 (order: 1, 131072 bytes) >15:13:02,662 INFO kernel:[ 0.200324] NET: Registered protocol family 1 >15:13:02,662 DEBUG kernel:[ 0.200379] PCI: CLS 0 bytes, default 128 >15:13:02,662 INFO kernel:[ 0.200457] Unpacking initramfs... >15:13:02,662 INFO kernel:[ 4.703142] Freeing initrd memory: 40384K (c000000003600000 - c000000005d70000) >15:13:02,662 INFO kernel:[ 4.703644] rtasd: No event-scan on system >15:13:02,662 INFO kernel:[ 4.703717] rtas_flash: no firmware flash support >15:13:02,662 INFO kernel:[ 4.739598] futex hash table entries: 4096 (order: 3, 524288 bytes) >15:13:02,662 INFO kernel:[ 4.739835] audit: initializing netlink subsys (disabled) >15:13:02,662 NOTICE kernel:[ 4.739918] audit: type=2000 audit(1410966753.690:1): initialized >15:13:02,662 INFO kernel:[ 4.742338] zbud: loaded >15:13:02,662 NOTICE kernel:[ 4.742617] VFS: Disk quotas dquot_6.5.2 >15:13:02,662 WARNING kernel:[ 4.742707] Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) >15:13:02,662 INFO kernel:[ 4.743130] hugetlbfs: disabling because there are no supported hugepage sizes >15:13:02,662 INFO kernel:[ 4.743236] msgmni has been set to 16320 >15:13:02,662 NOTICE kernel:[ 4.743394] Key type big_key registered >15:13:02,662 DEBUG kernel:[ 4.743432] SELinux: Registering netfilter hooks >15:13:02,662 INFO kernel:[ 4.748976] alg: No test for stdrng (krng) >15:13:02,662 INFO kernel:[ 4.749040] NET: Registered protocol family 38 >15:13:02,662 INFO kernel:[ 4.749124] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >15:13:02,662 INFO kernel:[ 4.749718] io scheduler noop registered >15:13:02,662 INFO kernel:[ 4.749785] io scheduler deadline registered >15:13:02,662 INFO kernel:[ 4.749870] io scheduler cfq registered (default) >15:13:02,662 INFO kernel:[ 4.749973] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >15:13:02,662 INFO kernel:[ 4.755643] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >15:13:02,662 INFO kernel:[ 4.756034] Linux agpgart interface v0.103 >15:13:02,662 INFO kernel:[ 4.756181] Uniform Multi-Platform E-IDE driver >15:13:02,662 INFO kernel:[ 4.756249] ide-gd driver 1.18 >15:13:02,662 INFO kernel:[ 4.756371] libphy: Fixed MDIO Bus: probed >15:13:02,662 INFO kernel:[ 4.756485] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >15:13:02,662 INFO kernel:[ 4.756548] ehci-pci: EHCI PCI platform driver >15:13:02,662 INFO kernel:[ 4.756598] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >15:13:02,662 INFO kernel:[ 4.756660] ohci-pci: OHCI PCI platform driver >15:13:02,662 INFO kernel:[ 4.756710] uhci_hcd: USB Universal Host Controller Interface driver >15:13:02,662 INFO kernel:[ 4.756819] usbcore: registered new interface driver usbserial >15:13:02,662 INFO kernel:[ 4.756880] usbcore: registered new interface driver usbserial_generic >15:13:02,662 INFO kernel:[ 4.756940] usbserial: USB Serial support registered for generic >15:13:02,662 INFO kernel:[ 4.757036] mousedev: PS/2 mouse device common for all mice >15:13:02,662 INFO kernel:[ 4.757293] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0 >15:13:02,662 INFO kernel:[ 4.757428] device-mapper: uevent: version 1.0.3 >15:13:02,662 INFO kernel:[ 4.757548] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >15:13:02,662 DEBUG kernel:[ 4.757832] pseries_idle_driver registered >15:13:02,662 INFO kernel:[ 4.757847] hidraw: raw HID events driver (C) Jiri Kosina >15:13:02,662 INFO kernel:[ 4.757994] usbcore: registered new interface driver usbhid >15:13:02,662 INFO kernel:[ 4.758039] usbhid: USB HID core driver >15:13:02,662 INFO kernel:[ 4.758076] drop_monitor: Initializing network drop monitor service >15:13:02,662 INFO kernel:[ 4.758216] ip_tables: (C) 2000-2006 Netfilter Core Team >15:13:02,662 INFO kernel:[ 4.758273] TCP: cubic registered >15:13:02,662 INFO kernel:[ 4.758317] Initializing XFRM netlink socket >15:13:02,662 INFO kernel:[ 4.758467] NET: Registered protocol family 10 >15:13:02,662 INFO kernel:[ 4.758836] mip6: Mobile IPv6 >15:13:02,662 INFO kernel:[ 4.758874] NET: Registered protocol family 17 >15:13:02,662 DEBUG kernel:[ 4.758959] Running MSI bitmap self-tests ... >15:13:02,662 INFO kernel:[ 4.759749] registered taskstats version 1 >15:13:02,662 INFO kernel:[ 4.760159] rtc-generic rtc-generic: setting system clock to 2014-09-17 15:12:34 UTC (1410966754) >15:13:02,662 DEBUG kernel:[ 4.760236] PM: Hibernation image not present or could not be loaded. >15:13:02,662 INFO kernel:[ 4.761545] Freeing unused kernel memory: 5056K (c000000000c10000 - c000000001100000) >15:13:02,662 NOTICE kernel:[ 4.765660] random: systemd urandom read with 42 bits of entropy available >15:13:02,662 INFO kernel:[ 4.829543] device-mapper: multipath: version 1.7.0 loaded >15:13:02,662 INFO kernel:[ 5.110755] squashfs: version 4.0 (2009/01/31) Phillip Lougher >15:13:02,662 INFO kernel:[ 5.113602] Loading iSCSI transport class v2.0-870. >15:13:02,662 NOTICE kernel:[ 5.115073] iscsi: registered transport (tcp) >15:13:02,662 INFO kernel:[ 5.116476] alua: device handler registered >15:13:02,662 INFO kernel:[ 5.117835] emc: device handler registered >15:13:02,662 INFO kernel:[ 5.119125] hp_sw: device handler registered >15:13:02,662 INFO kernel:[ 5.120452] rdac: device handler registered >15:13:02,662 INFO kernel:[ 5.220291] md: raid0 personality registered for level 0 >15:13:02,662 INFO kernel:[ 5.222270] md: raid1 personality registered for level 1 >15:13:02,662 WARNING kernel:[ 5.388821] raid6: altivecx1 9971 MB/s >15:13:02,662 WARNING kernel:[ 5.558816] raid6: altivecx2 13537 MB/s >15:13:02,662 WARNING kernel:[ 5.728826] raid6: altivecx4 14880 MB/s >15:13:02,662 WARNING kernel:[ 5.898819] raid6: altivecx8 12266 MB/s >15:13:02,662 WARNING kernel:[ 6.068829] raid6: int64x1 4574 MB/s >15:13:02,662 WARNING kernel:[ 6.238817] raid6: int64x2 7391 MB/s >15:13:02,662 WARNING kernel:[ 6.408816] raid6: int64x4 7523 MB/s >15:13:02,662 WARNING kernel:[ 6.578832] raid6: int64x8 3065 MB/s >15:13:02,662 WARNING kernel:[ 6.578889] raid6: using algorithm altivecx4 (14880 MB/s) >15:13:02,662 WARNING kernel:[ 6.578930] raid6: using intx1 recovery algorithm >15:13:02,662 INFO kernel:[ 6.579146] async_tx: api initialized (async) >15:13:02,662 INFO kernel:[ 6.579306] xor: measuring software checksum speed >15:13:02,662 INFO kernel:[ 6.678813] 8regs : 11251.200 MB/sec >15:13:02,662 INFO kernel:[ 6.778824] 8regs_prefetch: 11424.000 MB/sec >15:13:02,662 INFO kernel:[ 6.878814] 32regs : 10547.200 MB/sec >15:13:02,662 INFO kernel:[ 6.978821] 32regs_prefetch: 10726.400 MB/sec >15:13:02,662 INFO kernel:[ 7.078822] altivec : 16652.800 MB/sec >15:13:02,662 INFO kernel:[ 7.078860] xor: using function: altivec (16652.800 MB/sec) >15:13:02,662 INFO kernel:[ 7.080638] md: raid6 personality registered for level 6 >15:13:02,662 INFO kernel:[ 7.080712] md: raid5 personality registered for level 5 >15:13:02,662 INFO kernel:[ 7.080752] md: raid4 personality registered for level 4 >15:13:02,662 INFO kernel:[ 7.086551] md: raid10 personality registered for level 10 >15:13:02,662 INFO kernel:[ 7.088468] md: linear personality registered for level -1 >15:13:02,662 INFO kernel:[ 7.096676] device-mapper: multipath round-robin: version 1.0.0 loaded >15:13:02,662 INFO kernel:[ 7.122886] RPC: Registered named UNIX socket transport module. >15:13:02,662 INFO kernel:[ 7.122970] RPC: Registered udp transport module. >15:13:02,662 INFO kernel:[ 7.123008] RPC: Registered tcp transport module. >15:13:02,662 INFO kernel:[ 7.123045] RPC: Registered tcp NFSv4.1 backchannel transport module. >15:13:02,662 INFO kernel:[ 7.364733] ibmvscsi 71000002: SRP_VERSION: 16.a >15:13:02,662 INFO kernel:[ 7.364873] scsi0 : IBM POWER Virtual SCSI Adapter 1.5.9 >15:13:02,662 DEBUG kernel:[ 7.365196] ibmveth: IBM Power Virtual Ethernet Driver 1.04 >15:13:02,662 INFO kernel:[ 7.365223] ibmvscsi 71000002: partner initialization complete >15:13:02,662 INFO kernel:[ 7.365378] ibmvscsi 71000002: host srp version: 16.a, host partition qemu (0), OS 2, max io 2097152 >15:13:02,662 INFO kernel:[ 7.365544] ibmvscsi 71000002: sent SRP login >15:13:02,662 INFO kernel:[ 7.365638] ibmvscsi 71000002: SRP_LOGIN succeeded >15:13:02,662 INFO kernel:[ 7.389100] ibmvscsi 71000003: SRP_VERSION: 16.a >15:13:02,662 NOTICE kernel:[ 7.389110] scsi 0:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.0. PQ: 0 ANSI: 5 >15:13:02,662 INFO kernel:[ 7.389282] scsi1 : IBM POWER Virtual SCSI Adapter 1.5.9 >15:13:02,662 INFO kernel:[ 7.389504] ibmvscsi 71000003: partner initialization complete >15:13:02,662 INFO kernel:[ 7.389637] ibmvscsi 71000003: host srp version: 16.a, host partition qemu (0), OS 2, max io 2097152 >15:13:02,662 INFO kernel:[ 7.389793] ibmvscsi 71000003: sent SRP login >15:13:02,662 INFO kernel:[ 7.389879] ibmvscsi 71000003: SRP_LOGIN succeeded >15:13:02,662 NOTICE kernel:[ 7.389985] scsi 0:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.0. PQ: 0 ANSI: 5 >15:13:02,662 NOTICE kernel:[ 7.390247] scsi 0:0:2:0: CD-ROM QEMU QEMU CD-ROM 2.0. PQ: 0 ANSI: 5 >15:13:02,662 NOTICE kernel:[ 7.390510] scsi 0:0:3:0: Direct-Access QEMU QEMU HARDDISK 2.0. PQ: 0 ANSI: 5 >15:13:02,662 ERR kernel:[ 7.408896] ibmveth 71000004 (unregistered net_device): unable to change checksum offload settings. 1 rc=-2 ret_attr=71000004 >15:13:02,662 NOTICE kernel:[ 7.431566] sd 0:0:0:0: Attached scsi generic sg0 type 0 >15:13:02,662 NOTICE kernel:[ 7.431741] sd 0:0:0:0: [sda] 71680000 512-byte logical blocks: (36.7 GB/34.1 GiB) >15:13:02,662 NOTICE kernel:[ 7.432029] sd 0:0:0:0: [sda] Write Protect is off >15:13:02,662 DEBUG kernel:[ 7.432166] sd 0:0:0:0: [sda] Mode Sense: 63 00 00 08 >15:13:02,662 NOTICE kernel:[ 7.432224] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >15:13:02,662 INFO kernel:[ 7.433556] sda: sda1 >15:13:02,662 NOTICE kernel:[ 7.434171] sd 0:0:0:0: [sda] Attached SCSI disk >15:13:02,662 NOTICE kernel:[ 7.434220] sd 0:0:1:0: Attached scsi generic sg1 type 0 >15:13:02,662 WARNING kernel:[ 7.434463] sr0: scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray >15:13:02,662 INFO kernel:[ 7.434495] cdrom: Uniform CD-ROM driver Revision: 3.20 >15:13:02,662 DEBUG kernel:[ 7.434640] sr 0:0:2:0: Attached scsi CD-ROM sr0 >15:13:02,662 NOTICE kernel:[ 7.435113] sd 0:0:1:0: [sdb] 71680000 512-byte logical blocks: (36.7 GB/34.1 GiB) >15:13:02,662 NOTICE kernel:[ 7.435273] sr 0:0:2:0: Attached scsi generic sg2 type 5 >15:13:02,662 NOTICE kernel:[ 7.435540] sd 0:0:1:0: [sdb] Write Protect is off >15:13:02,662 DEBUG kernel:[ 7.435587] sd 0:0:1:0: [sdb] Mode Sense: 63 00 00 08 >15:13:02,662 NOTICE kernel:[ 7.435644] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >15:13:02,662 NOTICE kernel:[ 7.436093] sd 0:0:3:0: [sdc] 71680000 512-byte logical blocks: (36.7 GB/34.1 GiB) >15:13:02,662 NOTICE kernel:[ 7.436372] sd 0:0:3:0: [sdc] Write Protect is off >15:13:02,662 DEBUG kernel:[ 7.436416] sd 0:0:3:0: [sdc] Mode Sense: 63 00 00 08 >15:13:02,662 NOTICE kernel:[ 7.436473] sd 0:0:3:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >15:13:02,662 NOTICE kernel:[ 7.436833] sd 0:0:3:0: Attached scsi generic sg3 type 0 >15:13:02,662 INFO kernel:[ 7.437832] sdb: sdb1 sdb2 >15:13:02,662 NOTICE kernel:[ 7.438002] random: nonblocking pool is initialized >15:13:02,662 INFO kernel:[ 7.438085] sdc: sdc1 >15:13:02,662 NOTICE kernel:[ 7.439065] sd 0:0:3:0: [sdc] Attached SCSI disk >15:13:02,662 NOTICE kernel:[ 7.439917] sd 0:0:1:0: [sdb] Attached SCSI disk >15:13:02,662 DEBUG kernel:[ 29.397595] ISO 9660 Extensions: Microsoft Joliet Level 3 >15:13:02,662 DEBUG kernel:[ 29.399527] ISO 9660 Extensions: RRIP_1991A >15:13:02,662 INFO kernel:[ 29.462135] loop: module loaded >15:13:02,662 INFO kernel:[ 29.729712] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >15:13:02,662 DEBUG kernel:[ 30.733265] SELinux: 2048 avtab hash slots, 108796 rules. >15:13:02,662 DEBUG kernel:[ 30.746462] SELinux: 2048 avtab hash slots, 108796 rules. >15:13:02,662 DEBUG kernel:[ 30.768407] SELinux: 8 users, 103 roles, 4900 types, 292 bools, 1 sens, 1024 cats >15:13:02,662 DEBUG kernel:[ 30.768409] SELinux: 83 classes, 108796 rules >15:13:02,662 INFO kernel:[ 30.773537] SELinux: Permission audit_read in class capability2 not defined in policy. >15:13:02,662 INFO kernel:[ 30.773633] SELinux: the above unknown classes and permissions will be allowed >15:13:02,662 DEBUG kernel:[ 30.773696] SELinux: Completing initialization. >15:13:02,662 DEBUG kernel:[ 30.773697] SELinux: Setting up existing superblocks. >15:13:02,662 DEBUG kernel:[ 30.773703] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.773731] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.773758] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.773763] SELinux: initialized (dev proc, type proc), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.773828] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.774324] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >15:13:02,662 DEBUG kernel:[ 30.774329] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.775978] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >15:13:02,662 DEBUG kernel:[ 30.775983] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.775985] SELinux: initialized (dev aio, type aio), not configured for labeling >15:13:02,662 DEBUG kernel:[ 30.775989] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.776008] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.776013] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.776055] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778561] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778564] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.778569] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.778709] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:13:02,662 DEBUG kernel:[ 30.778738] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778748] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778752] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778754] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778758] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778791] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778800] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778802] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778806] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778854] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778857] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778861] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778871] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778876] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 30.778889] SELinux: initialized (dev loop0, type squashfs), uses xattr >15:13:02,662 DEBUG kernel:[ 30.778914] SELinux: initialized (dev dm-0, type ext4), uses xattr >15:13:02,662 NOTICE kernel:[ 30.820934] audit: type=1403 audit(1410966780.550:2): policy loaded auid=4294967295 ses=4294967295 >15:13:02,662 DEBUG kernel:[ 31.216954] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >15:13:02,662 DEBUG kernel:[ 31.372083] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >15:13:02,662 NOTICE kernel:[ 32.921167] audit: type=1400 audit(1410966782.650:3): avc: denied { unlink } for pid=2400 comm="rsyslogd" name="log" dev="devtmpfs" ino=7648 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=lnk_file permissive=1 >15:13:03,506 INFO NetworkManager: <info> NetworkManager (version 0.9.10.0-4.git20140704.fc21) is starting... >15:13:03,506 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >15:13:03,506 INFO NetworkManager: <info> WEXT support is enabled >15:13:03,568 INFO kernel:[ 33.825063] cfg80211: Calling CRDA to update world regulatory domain >15:13:03,645 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >15:13:03,713 INFO polkitd: Started polkitd version 0.112 >15:13:03,791 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >15:13:03,820 WARNING NetworkManager: <warn> Could not get hostname: failed to read /etc/sysconfig/network >15:13:03,821 INFO NetworkManager: <info> Acquired D-Bus service com.redhat.ifcfgrh1 >15:13:03,821 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >15:13:03,821 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >15:13:03,885 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >15:13:03,885 INFO NetworkManager: <info> parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >15:13:03,886 INFO NetworkManager: <info> read connection 'eth0' >15:13:03,887 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >15:13:03,920 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >15:13:03,928 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >15:13:03,934 INFO NetworkManager: <info> WiFi hardware radio set enabled >15:13:03,934 INFO NetworkManager: <info> WWAN hardware radio set enabled >15:13:03,943 INFO NetworkManager: <info> Loaded device plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wifi.so >15:13:03,944 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >15:13:03,944 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >15:13:03,944 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >15:13:03,944 INFO NetworkManager: <info> Networking is enabled by state file >15:13:03,944 INFO NetworkManager: <info> (lo): link connected >15:13:03,944 INFO NetworkManager: <info> (lo): carrier is ON >15:13:03,945 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >15:13:03,945 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >15:13:03,945 INFO NetworkManager: <info> (eth0): link connected >15:13:03,945 INFO NetworkManager: <info> (eth0): carrier is ON >15:13:03,945 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'ibmveth' ifindex: 2) >15:13:03,945 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1 >15:13:03,946 INFO NetworkManager: <info> (eth0): found matching connection 'eth0' >15:13:03,946 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >15:13:03,946 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >15:13:03,947 INFO NetworkManager: <info> Activation (eth0) starting connection 'eth0' >15:13:03,947 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >15:13:03,948 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >15:13:03,948 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >15:13:03,948 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >15:13:03,948 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >15:13:03,949 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >15:13:03,949 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >15:13:03,971 INFO NetworkManager: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >15:13:03,971 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >15:13:03,972 INFO NetworkManager: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >15:13:03,972 INFO NetworkManager: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0] >15:13:03,972 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >15:13:03,973 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >15:13:03,973 INFO NetworkManager: <info> Policy set 'eth0' (eth0) as default for IPv4 routing and DNS. >15:13:03,997 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >15:13:03,998 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >15:13:04,020 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >15:13:04,021 NOTICE nm-dispatcher: Dispatching action 'up' for eth0 >15:13:08,768 NOTICE kernel:[ 39.027400] audit: type=1400 audit(1410966788.760:4): avc: denied { read write } for pid=2548 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1154 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >15:13:08,789 INFO NetworkManager: <info> startup complete >15:13:55,878 NOTICE kernel:[ 86.135494] audit: type=1400 audit(1410966835.860:5): avc: denied { read write } for pid=2642 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >15:13:57,215 INFO chronyd: chronyd version 1.31-pre1 starting >15:13:57,219 INFO chronyd: Generated key 1 >15:13:57,358 INFO kernel:[ 87.609375] sda: sda1 >15:14:00,588 INFO kernel:[ 90.839324] sdc: sdc1 >15:14:02,808 INFO kernel:[ 93.063242] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) >15:14:02,808 DEBUG kernel:[ 93.063718] SELinux: initialized (dev sdb1, type ext4), uses xattr >15:14:03,048 INFO kernel:[ 93.306481] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) >15:14:03,048 DEBUG kernel:[ 93.306490] SELinux: initialized (dev dm-2, type ext4), uses xattr >15:14:03,618 NOTICE kernel:[ 93.873167] audit: type=1400 audit(1410966843.605:6): avc: denied { read write } for pid=2847 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >15:14:03,618 NOTICE kernel:[ 93.873822] audit: type=1400 audit(1410966843.605:7): avc: denied { read write } for pid=2847 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1154 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file permissive=1 >15:14:05,007 NOTICE kernel:[ 94.322928] audit: type=1400 audit(1410966845.000:8): avc: denied { ioctl } for pid=2847 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >15:14:05,007 NOTICE kernel:[ 94.322939] audit: type=1400 audit(1410966845.000:9): avc: denied { getattr } for pid=2847 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file permissive=1 >15:14:06,355 INFO chronyd: Selected source 66.228.59.187 >15:14:06,355 WARNING chronyd: System clock wrong by 10.331329 seconds, adjustment started >15:14:16,686 WARNING chronyd: System clock was stepped by 10.331329 seconds >15:14:18,758 INFO chronyd: Selected source 76.73.0.4 >15:14:19,496 INFO chronyd: Selected source 66.96.96.29 >15:14:19,710 WARNING chronyd: Received KoD RATE from 66.228.59.187, burst sampling stopped >15:14:35,788 INFO kernel:[ 114.881011] Btrfs loaded >15:14:35,888 INFO kernel:[ 114.983546] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >15:15:23,378 INFO chronyd: Selected source 76.73.0.4 >15:16:00,938 INFO kernel:[ 200.031737] sda: unknown partition table >15:16:01,168 INFO kernel:[ 200.268680] sdc: unknown partition table >15:16:02,288 INFO kernel:[ 201.389129] sdb: unknown partition table >15:16:02,338 INFO kernel:[ 201.440573] sda: >15:16:02,438 INFO kernel:[ 201.539703] sda: >15:16:02,478 INFO kernel:[ 201.578420] sda: sda1 >15:16:02,588 INFO kernel:[ 201.683660] sda: sda1 >15:16:02,630 INFO kernel:[ 201.722111] sda: sda1 sda2 >15:16:02,778 INFO kernel:[ 201.874856] sda: sda1 sda2 >15:16:03,018 INFO kernel:[ 202.112063] sda: sda1 sda2 >15:16:03,398 INFO kernel:[ 202.493649] sdc: >15:16:03,488 INFO kernel:[ 202.582849] sdc: >15:16:03,728 INFO kernel:[ 202.826152] sdb: >15:16:03,808 INFO kernel:[ 202.904038] sdb: >15:16:03,958 INFO kernel:[ 203.052247] sdb: sdb1 >15:16:04,218 INFO kernel:[ 203.319915] md: bind<sda3> >15:16:04,218 INFO kernel:[ 203.320044] md: bind<sdb1> >15:16:04,218 INFO kernel:[ 203.320160] md: bind<sdc1> >15:16:04,228 INFO kernel:[ 203.324166] md/raid:md127: device sdb1 operational as raid disk 1 >15:16:04,228 INFO kernel:[ 203.324167] md/raid:md127: device sda3 operational as raid disk 0 >15:16:04,228 INFO kernel:[ 203.324592] md/raid:md127: allocated 0kB >15:16:04,228 ALERT kernel:[ 203.324649] md/raid:md127: raid level 5 active with 2 out of 3 devices, algorithm 2 >15:16:04,228 DEBUG kernel:[ 203.324650] RAID conf printout: >15:16:04,228 DEBUG kernel:[ 203.324651] --- level:5 rd:3 wd:2 >15:16:04,228 DEBUG kernel:[ 203.324652] disk 0, o:1, dev:sda3 >15:16:04,228 DEBUG kernel:[ 203.324653] disk 1, o:1, dev:sdb1 >15:16:04,228 INFO kernel:[ 203.324785] created bitmap (1 pages) for device md127 >15:16:04,228 INFO kernel:[ 203.326268] md127: bitmap initialized from disk: read 1 pages, set 539 of 539 bits >15:16:04,228 INFO kernel:[ 203.326951] md127: detected capacity change from 0 to 72274149376 >15:16:04,228 DEBUG kernel:[ 203.326982] RAID conf printout: >15:16:04,228 DEBUG kernel:[ 203.326985] --- level:5 rd:3 wd:2 >15:16:04,228 DEBUG kernel:[ 203.326986] disk 0, o:1, dev:sda3 >15:16:04,228 DEBUG kernel:[ 203.326988] disk 1, o:1, dev:sdb1 >15:16:04,228 DEBUG kernel:[ 203.326989] disk 2, o:1, dev:sdc1 >15:16:04,228 INFO kernel:[ 203.327167] md: recovery of RAID array md127 >15:16:04,228 INFO kernel:[ 203.327169] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. >15:16:04,228 INFO kernel:[ 203.327170] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery. >15:16:04,228 INFO kernel:[ 203.327181] md: using 2048k window, over a total of 35290112k. >15:16:04,228 INFO kernel:[ 203.327779] md127: unknown partition table >15:16:04,578 INFO kernel:[ 203.678591] md127: unknown partition table >15:16:04,700 INFO kernel:[ 203.799541] md127: unknown partition table
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 1142906
: 938508 |
938509
|
938510
|
938511
|
938512
|
938513
|
938514
|
938515
|
938516
|
938517
|
938518
|
980520