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 853196 Details for
Bug 1056024
DeviceError: ('cannot replace active format', 'sdf')
[?]
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), 876.24 KB, created by
Xiaowei Li
on 2014-01-21 12:19:14 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Xiaowei Li
Created:
2014-01-21 12:19:14 UTC
Size:
876.24 KB
patch
obsolete
>anaconda 19.31.50-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 915, in _setFormat > raise DeviceError("cannot replace active format", self.name) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 924, in <lambda> > lambda d,f: d._setFormat(f), > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1148, in handleUdevDiskLabelFormat > device.format = format > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1654, in handleUdevDeviceFormat > self.handleUdevDiskLabelFormat(info, device) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1094, in addUdevDevice > self.handleUdevDeviceFormat(info, device) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1975, in _populate > self.addUdevDevice(dev) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1916, in populate > self._populate() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/advstorage/fcoe.py", line 70, in run > self.storage.devicetree.populate() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/filter.py", line 645, in on_add_fcoe_clicked > dialog.run() >DeviceError: ('cannot replace active format', 'sdf') > >Local variables in innermost frame: >self: existing 20480MB fcoe sdf (34) with existing multipath_member >format: existing msdos disklabel > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0x7f5f543690d0>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=RHEL7 > ># Use NFS installation media >nfs --server=vtap-bos-eng01.bos.redhat.com --dir=/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ >ignoredisk --only-use=sda ># System language >lang en_US.UTF-8 > ># Network information >network --bootproto=dhcp --device=em0 --noipv6 --activate >network --bootproto=dhcp --device=em1 --onboot=off --ipv6=auto >network --bootproto=dhcp --device=p2p1 --onboot=off --ipv6=auto >network --bootproto=dhcp --device=p2p2 --onboot=off --ipv6=auto >network --hostname=storageqe-16.rhts.eng.bos.redhat.com ># System services >services --enabled="chronyd" ># System bootloader configuration >bootloader --location=mbr >autopart > >%pre --logfile /dev/console >set -x > ># no snippet data for RedHatEnterpriseLinux7_pre ># no snippet data for system_pre >%end > >%post --logfile /dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.bos.redhat.com:8000/install_done//$REPORTED_FQDN > >curl http://lab-02.rhts.eng.bos.redhat.com:8000/nopxe/storageqe-16.rhts.eng.bos.redhat.com > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >if [ -e /etc/sysconfig/ntpdate ] ; then > /sbin/chkconfig ntpdate on >/dev/null 2>&1 || : >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > /sbin/chkconfig ntpd on >/dev/null 2>&1 || : > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > /sbin/chkconfig ntpd off >/dev/null 2>&1 || : > /sbin/chkconfig ntpdate off >/dev/null 2>&1 || : >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo > > ># Add Harness Repo > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-HighAvailability.repo >[beaker-HighAvailability] >name=beaker-HighAvailability >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/HighAvailability >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-LoadBalancer.repo >[beaker-LoadBalancer] >name=beaker-LoadBalancer >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/LoadBalancer >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-ResilientStorage.repo >[beaker-ResilientStorage] >name=beaker-ResilientStorage >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/ResilientStorage >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-debuginfo.repo >[beaker-Server-debuginfo] >name=beaker-Server-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional-debuginfo.repo >[beaker-Server-optional-debuginfo] >name=beaker-Server-optional-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-optional/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP-debuginfo.repo >[beaker-Server-SAP-debuginfo] >name=beaker-Server-SAP-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-SAP/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP.repo >[beaker-Server-SAP] >name=beaker-Server-SAP >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-SAP/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional.repo >[beaker-Server-optional] >name=beaker-Server-optional >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-optional/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server.repo >[beaker-Server] >name=beaker-Server >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='' >export BEAKER_RECIPE_WHITEBOARD='' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD '' >setenv BEAKER_RECIPE_WHITEBOARD '' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.bos.redhat.com >export DUMPSERVER=netdump-01.eng.bos.redhat.com >export NFSSERVERS="rhel4-nfs.rhts.eng.bos.redhat.com:/export/home rhel5-nfs.rhts.eng.bos.redhat.com:/export/home rhel6-nfs.rhts.eng.bos.redhat.com:/export/home netapp-nfs.lab.bos.redhat.com:/vol/vol0/home/cthon sol10-nfs.lab.bos.redhat.com:/export/home" >export LOOKASIDE=http://download.eng.bos.redhat.com/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.bos.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.bos.redhat.com >setenv DUMPSERVER netdump-01.eng.bos.redhat.com >setenv NFSSERVERS "rhel4-nfs.rhts.eng.bos.redhat.com:/export/home rhel5-nfs.rhts.eng.bos.redhat.com:/export/home rhel6-nfs.rhts.eng.bos.redhat.com:/export/home netapp-nfs.lab.bos.redhat.com:/vol/vol0/home/cthon sol10-nfs.lab.bos.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.bos.redhat.com/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.bos.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAoaA/uipXj5H0PT38Q3TAWhXof5xfFU8R+Tpf3nYBrdxdKkMB5zV/CtcHPhcZTJxIqinUZRodaKzQkBK4SdHe3gc4nH5x1opKW4kC38Dr93ypIBZifdg4Z15Zxru4aFjlfLZZwbT3I3AOMlVoxS7pgxi9RHjfyZu0SKIh3GlRmVO4506ibxECzXdrpJTyVetOrG71Zu3n8nWtNpKNo+mDGYegLBzECZI9an1cwLG5SFOgWp1wiIZO/Z+3mrc/rs9LWlg5LkH61bhsvS4PnUkgL1ZgHznJ9Ma0Ozubx9X83F7tUalCdvZX/R6rNvFqXPT10/HstlL3wZLV7cUfnbsF2w== xiaoli@jordan.nay.redhat.com >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END ># no snippet data for RedHatEnterpriseLinux7_post ># no snippet data for system_post >%end > >%packages >@core >chrony > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [Root instance, containing members: > mounts: {'/boot': existing 500MB partition sda1 (16) with existing xfs filesystem >, '/': existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem >, '/home': existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem >} > swaps: [existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap >] > name: Red Hat Enterprise Linux Server Linux 7.0 for x86_64 >] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: xfs > _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._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: False > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 69973MB disk sda (15) with existing msdos disklabel >, Already dumped (PartitionDevice instance) >, existing 69472MB partition sda2 (17) with existing lvmpv >, existing 69468MB lvmvg rhel_storageqe-16 (18) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, Already dumped (LVMLogicalVolumeDevice instance) >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 22 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 23 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 24 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 25 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format._label: Anaconda > _format.errors: False > _format.uuid: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format._targetSize: 2048.0 > _format.dirty: False > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat._label: Anaconda > originalFormat.errors: False > originalFormat.uuid: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 2048.0 > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 26 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 27 > controllable: False > uuid: None > _format: existing DM_snapshot_cow > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing DM_snapshot_cow > _serial: None >, existing 2048MB dm live-rw (28) with existing ext4 filesystem >, existing 2048MB dm live-base (29) with existing ext4 filesystem >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6ef0> > exists: True > _size: 32768.0 > id: 30 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a326110028755e0b292de211, /dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211] > minor: 16 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb > _targetSize: 0 > host_address: None > _model: DGC RAID 10 > kids: 1 > _vendor: DGC > _name: sdb > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a326110028755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 258 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6b90> > exists: True > _size: 2048.0 > id: 31 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211] > minor: 32 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc > _targetSize: 0 > host_address: None > _model: DGC RAID 10 > kids: 1 > _vendor: DGC > _name: sdc > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002a755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 514 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6dd0> > exists: True > _size: 2048.0 > id: 32 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211] > minor: 48 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd > _targetSize: 0 > host_address: None > _model: DGC RAID 10 > kids: 1 > _vendor: DGC > _name: sdd > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002c755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 770 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6710> > exists: True > _size: 2048.0 > id: 33 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211] > minor: 64 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde > _targetSize: 0 > host_address: None > _model: DGC RAID 10 > kids: 1 > _vendor: DGC > _name: sde > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002e755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1026 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b5f0> > exists: True > _size: 20480.0 > id: 34 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311, /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311] > minor: 80 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf > _targetSize: 0 > host_address: None > _model: DGC RAID 10 > kids: 1 > _vendor: DGC > _name: sdf > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a326110036ee5e9d7282e311 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdg type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b170> > exists: True > _size: 32768.0 > id: 35 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a326110028755e0b292de211, /dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211] > minor: 96 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg > _targetSize: 0 > host_address: None > _model: Skipped > kids: 1 > _vendor: DGC > _name: sdg > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a326110028755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdh type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 259 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b320> > exists: True > _size: 2048.0 > id: 36 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211, /dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7] > minor: 112 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh > _targetSize: 0 > host_address: None > _model: Skipped > kids: 1 > _vendor: DGC > _name: sdh > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002a755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdi type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 515 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4ce530e0> > exists: True > _size: 2048.0 > id: 37 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211] > minor: 128 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi > _targetSize: 0 > host_address: None > _model: Skipped > kids: 1 > _vendor: DGC > _name: sdi > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002c755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdj type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 771 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b560> > exists: True > _size: 2048.0 > id: 38 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211, /dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211] > minor: 144 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj > _targetSize: 0 > host_address: None > _model: Skipped > kids: 1 > _vendor: DGC > _name: sdj > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a32611002e755e0b292de211 >, FcoeDiskDevice instance, containing members: > major: 8 > _partedDevice: parted.Device instance -- > model: DGC RAID 10 path: /dev/sdk type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1027 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b200> > exists: True > _size: 20480.0 > id: 39 > controllable: True > uuid: None > _format: existing multipath_member > parents: [] > bus: SCSI > deviceLinks: [/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311, /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311] > minor: 160 > fstabComment: Skipped > nic: p2p1.802-fcoe > sysfsPath: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk > _targetSize: 0 > host_address: None > _model: Skipped > kids: 1 > _vendor: DGC > _name: sdk > protected: False > originalFormat: existing multipath_member > identifier: None > _serial: 60060160a326110036ee5e9d7282e311 >, MultipathDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpatha type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d0e0> > exists: True > _size: 32768.0 > id: 40 > controllable: True > uuid: None > _format: existing None > dmUuid: None > parents: [Already dumped (FcoeDiskDevice instance) >, Already dumped (FcoeDiskDevice instance) >] > config: {'uid': 0, 'gid': 0, 'wwid': 360060160a326110028755e0b292de211, 'mode': 0600} > deviceLinks: [/dev/disk/by-id/dm-name-mpatha, /dev/disk/by-id/dm-uuid-mpath-360060160a326110028755e0b292de211, /dev/mapper/mpatha] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > identity: 360060160a326110028755e0b292de211 > _model: Skipped > kids: 0 > target: None > _vendor: Skipped > _name: mpatha > protected: False > originalFormat: existing None > _serial: None >, MultipathDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathb 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d050> > exists: True > _size: 2048.0 > id: 41 > controllable: True > uuid: None > _format: existing None > dmUuid: None > parents: [Already dumped (FcoeDiskDevice instance) >, Already dumped (FcoeDiskDevice instance) >] > config: {'uid': 0, 'gid': 0, 'wwid': 360060160a32611002c755e0b292de211, 'mode': 0600} > deviceLinks: [/dev/disk/by-id/dm-name-mpathb, /dev/disk/by-id/dm-uuid-mpath-360060160a32611002c755e0b292de211, /dev/mapper/mpathb] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > identity: 360060160a32611002c755e0b292de211 > _model: Skipped > kids: 0 > target: None > _vendor: Skipped > _name: mpathb > protected: False > originalFormat: existing None > _serial: None >, MultipathDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathc 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5b00> > exists: True > _size: 2048.0 > id: 42 > controllable: True > uuid: None > _format: XFS instance, containing members: > _format._label: None > _format.uuid: a683ef97-529b-4e7c-96a0-3e67c55d99d7 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 253004 > _format._minInstanceSize: None > _format._mountType: xfs > _format.fsprofile: None > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/mapper/mpathc > dmUuid: None > parents: [Already dumped (FcoeDiskDevice instance) >, Already dumped (FcoeDiskDevice instance) >] > config: {'uid': 0, 'gid': 0, 'wwid': 360060160a32611002a755e0b292de211, 'mode': 0600} > deviceLinks: [/dev/disk/by-id/dm-name-mpathc, /dev/disk/by-id/dm-uuid-mpath-360060160a32611002a755e0b292de211, /dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7, /dev/mapper/mpathc] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > identity: 360060160a32611002a755e0b292de211 > _model: Skipped > kids: 0 > target: None > _vendor: Skipped > _name: mpathc > protected: False > originalFormat: XFS instance, containing members: > originalFormat._label: None > originalFormat.uuid: a683ef97-529b-4e7c-96a0-3e67c55d99d7 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: xfs > originalFormat.fsprofile: None > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._device: /dev/mapper/mpathc > _serial: None >, MultipathDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathd 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5b90> > exists: True > _size: 2048.0 > id: 43 > controllable: True > uuid: None > _format: existing None > dmUuid: None > parents: [Already dumped (FcoeDiskDevice instance) >, Already dumped (FcoeDiskDevice instance) >] > config: {'uid': 0, 'gid': 0, 'wwid': 360060160a32611002e755e0b292de211, 'mode': 0600} > deviceLinks: [/dev/disk/by-id/dm-name-mpathd, /dev/disk/by-id/dm-uuid-mpath-360060160a32611002e755e0b292de211, /dev/mapper/mpathd] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > identity: 360060160a32611002e755e0b292de211 > _model: Skipped > kids: 0 > target: None > _vendor: Skipped > _name: mpathd > protected: False > originalFormat: existing None > _serial: None >, MultipathDevice instance, containing members: > major: 0 > _partedDevice: parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathe type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d290> > exists: True > _size: 20480.0 > id: 44 > controllable: True > uuid: None > _format: existing msdos disklabel > dmUuid: None > parents: [Already dumped (FcoeDiskDevice instance) >, Already dumped (FcoeDiskDevice instance) >] > config: {'uid': 0, 'gid': 0, 'wwid': 360060160a326110036ee5e9d7282e311, 'mode': 0600} > deviceLinks: [/dev/disk/by-id/dm-name-mpathe, /dev/disk/by-id/dm-uuid-mpath-360060160a326110036ee5e9d7282e311, /dev/mapper/mpathe] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > identity: 360060160a326110036ee5e9d7282e311 > _model: Skipped > kids: 2 > target: None > _vendor: Skipped > _name: mpathe > protected: False > originalFormat: existing msdos disklabel > _serial: None >, existing 500MB partition mpathe1 (45) with existing xfs filesystem >, existing 19979MB partition mpathe2 (46) with existing lvmpv >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, rhel_storageqe-16, rhel_storageqe-16-home, rhel_storageqe-16-root, rhel_storageqe-16-swap, rhel_storageqe--16-home, rhel_storageqe--16-root, rhel_storageqe--16-swap, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, sdb, sdc, sdd, sde, sdf, sdf1, sdf2, sdg, sdh, sdi, sdj, sdk, sdk1, sdk2, mpatha, mpathb, mpathc, mpathd, mpathe, mpathe1, mpathe2] > _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.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: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: 115200 > _intf.storage._bootloader.console: ttyS1 > _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: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: True > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [('p2p1', False, True), ('p2p2', False, True), ('p2p1', False, True), ('p2p2', False, True)] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f5f53c07410) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f5f53c07450) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f5f53c07490) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f5f53c074d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f5f53c07550) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 6997 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: False > _intf._distributionText: <function distributionText at 0x7f5f7845cb18> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.storage: Already dumped (Blivet instance) > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._packages: [] > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload._setup: True > _intf.payload.txID: 1390306229.97 > _intf.payload.default_repos: [red hat enterprise linux, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._space_required: 864.81 MB > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._tx_id: None > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._addonStore: ListStore instance, containing members: > _intf._currentAction._spokes._origEnvironment: minimal > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: minimal > _intf._currentAction._spokes._environmentStore: ListStore instance, containing members: >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.ancestors: [sdb, sdg, sdd, sdi, sdh, sdc, sde, sdj, sdf, sdk] > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (MultipathDevice instance) >, Already dumped (MultipathDevice instance) >, Already dumped (MultipathDevice instance) >, Already dumped (MultipathDevice instance) >, Already dumped (MultipathDevice instance) >, Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > storage: Already dumped (Blivet instance) > builder: Already dumped (Builder instance) > _idEntry: Entry instance, containing members: > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > _ccwEntry: Entry instance, containing members: > _wwpnEntry: Entry instance, containing members: > _lunEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _isS390: False > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.selected_disks: [sda] > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.dev_cfg_store: ListStore instance, containing members: > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._repoNameWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._repoNamesWarningBox: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._repoNamesWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._ready: True > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._xkl_wrapper: XklWrapper instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._layout_infos: {ch (de_mac): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Macintosh)'), de (nodeadkeys): LayoutInfo(lang='German', desc='German (eliminate dead keys)'), gr: LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek'), pl (dvorak): LayoutInfo(lang='Polish', desc='Polish (Dvorak)'), pl (ru_phonetic_dvorak): LayoutInfo(lang='Russian', desc='Russian (Poland, phonetic Dvorak)'), sk (bksl): LayoutInfo(lang='Slovak', desc='Slovak (extended Backslash)'), jp (kana): LayoutInfo(lang='Japanese', desc='Japanese (Kana)'), gb: LayoutInfo(lang='English', desc='English (UK)'), lv (fkey): LayoutInfo(lang='Latvian', desc='Latvian (F variant)'), gn: LayoutInfo(lang='French', desc='French (Guinea)'), pl (szl): LayoutInfo(lang='Poland', desc='Silesian'), ge (mess): LayoutInfo(lang='Georgian', desc='Georgian (MESS)'), gh: LayoutInfo(lang='English', desc='English (Ghana)'), tz: LayoutInfo(lang='Swahili', desc='Swahili (Tanzania)'), gh (avn): LayoutInfo(lang='Ghana', desc='Avatime'), de (dsb): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian'), tr: LayoutInfo(lang='Turkish', desc='Turkish'), pt (nativo-epo): LayoutInfo(lang='Esperanto', desc='Esperanto (Portugal, Nativo)'), at (nodeadkeys): LayoutInfo(lang='German', desc='German (Austria, eliminate dead keys)'), ru (kom): LayoutInfo(lang='Komi', desc='Komi'), tj: LayoutInfo(lang='Tajik', desc='Tajik'), th: LayoutInfo(lang='Thai', desc='Thai'), sk (qwerty): LayoutInfo(lang='Slovak', desc='Slovak (qwerty)'), de (mac): LayoutInfo(lang='German', desc='German (Macintosh)'), ml (us-intl): LayoutInfo(lang='English', desc='English (Mali, US international)'), ro (std): LayoutInfo(lang='Romanian', desc='Romanian (standard)'), in (urd-phonetic): LayoutInfo(lang='Urdu', desc='Urdu (phonetic)'), no (nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (eliminate dead keys)'), us (euro): LayoutInfo(lang='English', desc='English (US, with euro on 5)'), be (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Sun dead keys)'), de (deadgraveacute): LayoutInfo(lang='German', desc='German (dead grave acute)'), fr (nodeadkeys): LayoutInfo(lang='French', desc='French (eliminate dead keys)'), ch (fr_mac): LayoutInfo(lang='French', desc='French (Switzerland, Macintosh)'), ge: LayoutInfo(lang='Georgian', desc='Georgian'), lv (adapted): LayoutInfo(lang='Latvian', desc='Latvian (adapted)'), in (mal): LayoutInfo(lang='Malayalam', desc='Malayalam'), hu (102_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/eliminate dead keys)'), es (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (include dead tilde)'), in (tam_keyboard_with_numerals): LayoutInfo(lang='Tamil', desc='Tamil (keyboard with numerals)'), be: LayoutInfo(lang='Dutch; Flemish', desc='Belgian'), de (sundeadkeys): LayoutInfo(lang='German', desc='German (Sun dead keys)'), za: LayoutInfo(lang='English', desc='English (South Africa)'), be (oss_latin9): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, latin-9 only)'), us (dvorak): LayoutInfo(lang='English', desc='English (Dvorak)'), ee (dvorak): LayoutInfo(lang='Estonian', desc='Estonian (Dvorak)'), in (ben_gitanjali): LayoutInfo(lang='Bengali', desc='Bengali (India, Uni Gitanjali)'), fr (mac): LayoutInfo(lang='French', desc='French (Macintosh)'), kz (kazrus): LayoutInfo(lang='Russian', desc='Kazakh (with Russian)'), ie (CloGaelach): LayoutInfo(lang='Irish', desc='CloGaelach'), ng (igbo): LayoutInfo(lang='Igbo', desc='Igbo'), ma (tifinagh-extended-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended phonetic)'), se (nodeadkeys): LayoutInfo(lang='Swedish', desc='Swedish (eliminate dead keys)'), us (chr): LayoutInfo(lang='Cherokee', desc='Cherokee'), rs (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode qwerty)'), ru (typewriter): LayoutInfo(lang='Russian', desc='Russian (typewriter)'), ee (us): LayoutInfo(lang='Estonian', desc='Estonian (US keyboard with Estonian letters)'), no (mac_nodeadkeys): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh, eliminate dead keys)'), iq (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, F)'), no (colemak): LayoutInfo(lang='Norwegian', desc='Norwegian (Colemak)'), cz (qwerty_bksl): LayoutInfo(lang='Czech', desc='Czech (qwerty, extended Backslash)'), de (legacy): LayoutInfo(lang='German', desc='German (legacy)'), it (us): LayoutInfo(lang='Italian', desc='Italian (US keyboard with Italian letters)'), sy (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, F)'), epo (legacy): LayoutInfo(lang='Esperanto', desc='Esperanto (displaced semicolon and quote, obsolete)'), in (guru): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi)'), hu (102_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/dead keys)'), tw: LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese'), fr (geo): LayoutInfo(lang='Georgian', desc='Georgian (France, AZERTY Tskapo)'), hu (101_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/eliminate dead keys)'), pt (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (eliminate dead keys)'), hu (102_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/dot/dead keys)'), tr (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Alt-Q)'), ca (multi): LayoutInfo(lang='French', desc='Canadian Multilingual (first part)'), ru (phonetic): LayoutInfo(lang='Russian', desc='Russian (phonetic)'), in (ben_baishakhi): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi)'), hu (nodeadkeys): LayoutInfo(lang='Hungarian', desc='Hungarian (eliminate dead keys)'), fr: LayoutInfo(lang='French', desc='French'), lt (lekp): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKP)'), ru (bak): LayoutInfo(lang='Bashkir', desc='Bashkirian'), by (legacy): LayoutInfo(lang='Belarusian', desc='Belarusian (legacy)'), me (latinyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin qwerty)'), am (phonetic-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative phonetic)'), ba (alternatequotes): LayoutInfo(lang='Bosnian', desc='Bosnian (use guillemets for quotes)'), us (dvorak-l): LayoutInfo(lang='English', desc='English (left handed Dvorak)'), pt (mac_sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, Sun dead keys)'), tm: LayoutInfo(lang='Turkmen', desc='Turkmen'), ru (legacy): LayoutInfo(lang='Russian', desc='Russian (legacy)'), tw (indigenous): LayoutInfo(lang='Taiwan, Province of China', desc='Taiwanese (indigenous)'), is: LayoutInfo(lang='Icelandic', desc='Icelandic'), no (mac): LayoutInfo(lang='Norwegian', desc='Norwegian (Macintosh)'), se (swl): LayoutInfo(lang='Sweden', desc='Swedish Sign Language'), se (dvorak): LayoutInfo(lang='Swedish', desc='Swedish (Dvorak)'), ua (rstu_ru): LayoutInfo(lang='Ukrainian', desc='Russian (Ukraine, standard RSTU)'), me: LayoutInfo(lang='Serbian', desc='Montenegrin'), md: LayoutInfo(lang='Romanian', desc='Moldavian'), ma: LayoutInfo(lang='Morocco', desc='Arabic (Morocco)'), mm: LayoutInfo(lang='Burmese', desc='Burmese'), ml: LayoutInfo(lang='Bambara', desc='Bambara'), pl (qwertz): LayoutInfo(lang='Polish', desc='Polish (qwertz)'), us (dvorak-intl): LayoutInfo(lang='English', desc='English (Dvorak, international with dead keys)'), mk: LayoutInfo(lang='Macedonian', desc='Macedonian'), mt: LayoutInfo(lang='Maltese', desc='Maltese'), fr (bre): LayoutInfo(lang='French', desc='French (Breton)'), mv: LayoutInfo(lang='Divehi; Dhivehi; Maldivian', desc='Dhivehi'), hu (102_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/comma/eliminate dead keys)'), cn (tib_asciinum): LayoutInfo(lang='Tibetan', desc='Tibetan (with ASCII numerals)'), ph (colemak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Latin)'), in (urd-winkeys): LayoutInfo(lang='Urdu', desc='Urdu (WinKeys)'), bd (probhat): LayoutInfo(lang='Bengali', desc='Bengali (Probhat)'), la (stea): LayoutInfo(lang='Lao', desc='Lao (STEA proposed standard layout)'), ua (typewriter): LayoutInfo(lang='Ukrainian', desc='Ukrainian (typewriter)'), iq (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Arabic-Latin)'), gb (dvorakukp): LayoutInfo(lang='English', desc='English (UK, Dvorak with UK punctuation)'), fi (mac): LayoutInfo(lang='Finnish', desc='Finnish (Macintosh)'), hu (qwerty): LayoutInfo(lang='Hungarian', desc='Hungarian (qwerty)'), mn: LayoutInfo(lang='Mongolian', desc='Mongolian'), tr (sundeadkeys): LayoutInfo(lang='Turkish', desc='Turkish (Sun dead keys)'), hu (101_qwertz_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/eliminate dead keys)'), pt (mac_nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh, eliminate dead keys)'), se (svdvorak): LayoutInfo(lang='Swedish', desc='Swedish (Svdvorak)'), me (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin with guillemets)'), af (olpc-ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto (Afghanistan, OLPC)'), es (mac): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Macintosh)'), sy (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Alt-Q)'), il (biblical): LayoutInfo(lang='Hebrew', desc='Hebrew (Biblical, Tiro)'), il (lyx): LayoutInfo(lang='Hebrew', desc='Hebrew (lyx)'), fi: LayoutInfo(lang='Finnish', desc='Finnish'), mao: LayoutInfo(lang='Maori', desc='Maori'), fo: LayoutInfo(lang='Faroese', desc='Faroese'), sy: LayoutInfo(lang='Syriac', desc='Arabic (Syria)'), sy (syc_phonetic): LayoutInfo(lang='Syriac', desc='Syriac (phonetic)'), ma (french): LayoutInfo(lang='French', desc='French (Morocco)'), dk (mac_nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (Macintosh, eliminate dead keys)'), sk: LayoutInfo(lang='Slovak', desc='Slovak'), in (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (TAB typewriter)'), ph (dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Baybayin)'), sn: LayoutInfo(lang='Wolof', desc='Wolof'), in (urd-phonetic3): LayoutInfo(lang='Urdu', desc='Urdu (alternative phonetic)'), lv (apostrophe): LayoutInfo(lang='Latvian', desc='Latvian (apostrophe variant)'), us (workman-intl): LayoutInfo(lang='English', desc='English (Workman, international with dead keys)'), se: LayoutInfo(lang='Swedish', desc='Swedish'), ml (fr-oss): LayoutInfo(lang='French', desc='French (Mali, alternative)'), af (uz-olpc): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan, OLPC)'), fr (latin9_sundeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, Sun dead keys)'), sy (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Syria, Latin Q)'), de (ro_nodeadkeys): LayoutInfo(lang='Romanian', desc='Romanian (Germany, eliminate dead keys)'), ba (unicode): LayoutInfo(lang='Bosnian', desc='Bosnian (use Bosnian digraphs)'), ma (tifinagh-alt-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative phonetic)'), ma (tifinagh-alt): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh alternative)'), la: LayoutInfo(lang='Lao', desc='Lao'), lk: LayoutInfo(lang='Sinhala; Sinhalese', desc='Sinhala (phonetic)'), lv: LayoutInfo(lang='Latvian', desc='Latvian'), lt: LayoutInfo(lang='Lithuanian', desc='Lithuanian'), jp (mac): LayoutInfo(lang='Japanese', desc='Japanese (Macintosh)'), ir: LayoutInfo(lang='Persian', desc='Persian'), be (oss): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative)'), cm (french): LayoutInfo(lang='French', desc='French (Cameroon)'), iq (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Q)'), cm (azerty): LayoutInfo(lang='French', desc='Cameroon Multilingual (azerty)'), ph (capewell-qwerf2k6): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Latin)'), fr (oci): LayoutInfo(lang='Occitan (post 1500)', desc='Occitan'), es (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (eliminate dead keys)'), fi (nodeadkeys): LayoutInfo(lang='Finnish', desc='Finnish (classic, eliminate dead keys)'), in (jhelum): LayoutInfo(lang='Panjabi; Punjabi', desc='Punjabi (Gurmukhi Jhelum)'), se (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Sweden)'), tr (crh_alt): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Alt-Q)'), be (nodeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (eliminate dead keys)'), hu (101_qwertz_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/comma/dead keys)'), pt (mac): LayoutInfo(lang='Portuguese', desc='Portuguese (Macintosh)'), in (ben): LayoutInfo(lang='Bengali', desc='Bengali (India)'), by (latin): LayoutInfo(lang='Belarusian', desc='Belarusian (Latin)'), fr (oss_nodeadkeys): LayoutInfo(lang='French', desc='French (alternative, eliminate dead keys)'), nl (mac): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Macintosh)'), de (mac_nodeadkeys): LayoutInfo(lang='German', desc='German (Macintosh, eliminate dead keys)'), ee (nodeadkeys): LayoutInfo(lang='Estonian', desc='Estonian (eliminate dead keys)'), in (hin-wx): LayoutInfo(lang='Hindi', desc='Hindi (Wx)'), kg (phonetic): LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz (phonetic)'), ru (sah): LayoutInfo(lang='Yakut', desc='Yakut'), no (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway)'), hu (101_qwerty_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/dead keys)'), ie (UnicodeExpert): LayoutInfo(lang='English', desc='Irish (UnicodeExpert)'), pk (snd): LayoutInfo(lang='Sindhi', desc='Sindhi'), ch (legacy): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, legacy)'), et: LayoutInfo(lang='Amharic', desc='Amharic'), ru (chm): LayoutInfo(lang='Mari', desc='Mari'), ca (ike): LayoutInfo(lang='Inuktitut', desc='Inuktitut'), ru: LayoutInfo(lang='Russian', desc='Russian'), cn (uig): LayoutInfo(lang='Uighur; Uyghur', desc='Uyghur'), nl (sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (Sun dead keys)'), us (hbs): LayoutInfo(lang='English', desc='Serbo-Croatian (US)'), pk (ara): LayoutInfo(lang='Arabic', desc='Arabic (Pakistan)'), ie (ogam): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham'), ro: LayoutInfo(lang='Romanian', desc='Romanian'), pl (dvp): LayoutInfo(lang='Polish', desc='Polish (programmer Dvorak)'), ch (de_sundeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, Sun dead keys)'), ua (winkeys): LayoutInfo(lang='Ukrainian', desc='Ukrainian (WinKeys)'), gb (dvorak): LayoutInfo(lang='English', desc='English (UK, Dvorak)'), gb (mac): LayoutInfo(lang='English', desc='English (UK, Macintosh)'), hu (102_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/eliminate dead keys)'), in (eng): LayoutInfo(lang='English', desc='English (India, with RupeeSign)'), hu (101_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/dead keys)'), ca (fr-legacy): LayoutInfo(lang='French', desc='French (Canada, legacy)'), cm (qwerty): LayoutInfo(lang='English', desc='Cameroon Multilingual (qwerty)'), pl (dvorak_altquotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on key 1)'), af (uz): LayoutInfo(lang='Uzbek', desc='Uzbek (Afghanistan)'), latam: LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American)'), br (dvorak): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, Dvorak)'), am (phonetic): LayoutInfo(lang='Armenian', desc='Armenian (phonetic)'), mk (nodeadkeys): LayoutInfo(lang='Macedonian', desc='Macedonian (eliminate dead keys)'), rs (rue): LayoutInfo(lang='Serbia', desc='Pannonian Rusyn (homophonic)'), de (deadacute): LayoutInfo(lang='German', desc='German (dead acute)'), hu (102_qwerty_comma_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwerty/comma/dead keys)'), is (mac): LayoutInfo(lang='Icelandic', desc='Icelandic (Macintosh)'), lk (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, Unicode)'), jp (kana86): LayoutInfo(lang='Japanese', desc='Japanese (Kana 86)'), ru (mac): LayoutInfo(lang='Russian', desc='Russian (Macintosh)'), de (T3): LayoutInfo(lang='German', desc='German (T3)'), no (dvorak): LayoutInfo(lang='Norwegian', desc='Norwegian (Dvorak)'), be (iso-alternate): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (ISO alternate)'), in (mal_lalitha): LayoutInfo(lang='Malayalam', desc='Malayalam (Lalitha)'), us (dvorak-classic): LayoutInfo(lang='English', desc='English (classic Dvorak)'), iq (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iraq, Latin Alt-Q)'), ph (dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Dvorak Latin)'), fo (nodeadkeys): LayoutInfo(lang='Faroese', desc='Faroese (eliminate dead keys)'), es (ast): LayoutInfo(lang='Asturian; Bable; Leonese; Asturleonese', desc='Asturian (Spain, with bottom-dot H and bottom-dot L)'), cm (dvorak): LayoutInfo(lang='English', desc='Cameroon Multilingual (Dvorak)'), th (tis): LayoutInfo(lang='Thai', desc='Thai (TIS-820.2538)'), ch (fr_nodeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, eliminate dead keys)'), in (tel): LayoutInfo(lang='Telugu', desc='Telugu'), gb (colemak): LayoutInfo(lang='English', desc='English (UK, Colemak)'), ru (typewriter-legacy): LayoutInfo(lang='Russian', desc='Russian (typewriter, legacy)'), bg (phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (traditional phonetic)'), es (dvorak): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Dvorak)'), ph (capewell-dvorak): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Latin)'), latam (nodeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, eliminate dead keys)'), lk (tam_TAB): LayoutInfo(lang='Tamil', desc='Tamil (Sri Lanka, TAB Typewriter)'), ara (qwerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (qwerty/digits)'), tr (f): LayoutInfo(lang='Turkish', desc='Turkish (F)'), me (cyrillic): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic)'), in (guj): LayoutInfo(lang='Gujarati', desc='Gujarati'), tr (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, F)'), ro (cedilla): LayoutInfo(lang='Romanian', desc='Romanian (cedilla)'), ma (tifinagh-extended): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh extended)'), ml (us-mac): LayoutInfo(lang='English', desc='English (Mali, US Macintosh)'), in (mal_enhanced): LayoutInfo(lang='Malayalam', desc='Malayalam (enhanced Inscript with Rupee Sign)'), cz (ucw): LayoutInfo(lang='Czech', desc='Czech (UCW layout, accented letters only)'), ru (xal): LayoutInfo(lang='Kalmyk; Oirat', desc='Kalmyk'), de (ro): LayoutInfo(lang='Romanian', desc='Romanian (Germany)'), si: LayoutInfo(lang='Slovenian', desc='Slovenian'), ua (legacy): LayoutInfo(lang='Ukrainian', desc='Ukrainian (legacy)'), am (western): LayoutInfo(lang='Armenian', desc='Armenian (western)'), ua (homophonic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (homophonic)'), ch (de_nodeadkeys): LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland, eliminate dead keys)'), tr (alt): LayoutInfo(lang='Turkish', desc='Turkish (Alt-Q)'), it (mac): LayoutInfo(lang='Italian', desc='Italian (Macintosh)'), lv (ergonomic): LayoutInfo(lang='Latvian', desc='Latvian (ergonomic, \xc5\xaaGJRMV)'), es: LayoutInfo(lang='Spanish; Castilian', desc='Spanish'), in (tam_unicode): LayoutInfo(lang='Tamil', desc='Tamil (Unicode)'), latam (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, Sun dead keys)'), kg: LayoutInfo(lang='Kirghiz; Kyrgyz', desc='Kyrgyz'), ng (yoruba): LayoutInfo(lang='Yoruba', desc='Yoruba'), ke: LayoutInfo(lang='Swahili', desc='Swahili (Kenya)'), bg (bas_phonetic): LayoutInfo(lang='Bulgarian', desc='Bulgarian (new phonetic)'), pl (dvorak_quotes): LayoutInfo(lang='Polish', desc='Polish (Dvorak, Polish quotes on quotemark key)'), kh: LayoutInfo(lang='Central Khmer', desc='Khmer (Cambodia)'), kr: LayoutInfo(lang='Korean', desc='Korean'), be (wang): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (Wang model 724 azerty)'), be (oss_sundeadkeys): LayoutInfo(lang='Dutch; Flemish', desc='Belgian (alternative, Sun dead keys)'), kz: LayoutInfo(lang='Kazakh', desc='Kazakh'), hu (standard): LayoutInfo(lang='Hungarian', desc='Hungarian (standard)'), ca (fr-dvorak): LayoutInfo(lang='French', desc='French (Canada, Dvorak)'), us (alt-intl): LayoutInfo(lang='English', desc='English (US, alternative international)'), rs (latinunicode): LayoutInfo(lang='Serbian', desc='Serbian (Latin Unicode)'), me (cyrillicalternatequotes): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic with guillemets)'), ph (colemak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Colemak Baybayin)'), us (olpc2): LayoutInfo(lang='English', desc='English (layout toggle on multiply/divide key)'), si (alternatequotes): LayoutInfo(lang='Slovenian', desc='Slovenian (use guillemets for quotes)'), br (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo)'), us (altgr-intl): LayoutInfo(lang='French', desc='English (international AltGr dead keys)'), ro (winkeys): LayoutInfo(lang='Romanian', desc='Romanian (WinKeys)'), tr (crh): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish Q)'), nec_vndr/jp: LayoutInfo(lang='Japanese', desc='Japanese (PC-98xx Series)'), gr (extended): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (extended)'), tr (intl): LayoutInfo(lang='Turkish', desc='Turkish (international with dead keys)'), ch (fr): LayoutInfo(lang='French', desc='French (Switzerland)'), dk: LayoutInfo(lang='Danish', desc='Danish'), de: LayoutInfo(lang='German', desc='German'), br (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, nativo for USA keyboards)'), ru (os_winkeys): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (WinKeys)'), tj (legacy): LayoutInfo(lang='Tajik', desc='Tajik (legacy)'), ir (ku_ara): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Arabic-Latin)'), nl (std): LayoutInfo(lang='Dutch; Flemish', desc='Dutch (standard)'), ge (os): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (Georgia)'), md (gag): LayoutInfo(lang='Moldova, Republic of', desc='Moldavian (Gagauz)'), gh (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), tr (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Turkey, Latin Q)'), cz (qwerty): LayoutInfo(lang='Czech', desc='Czech (qwerty)'), it (nodeadkeys): LayoutInfo(lang='Italian', desc='Italian (eliminate dead keys)'), us (workman): LayoutInfo(lang='English', desc='English (Workman)'), ara: LayoutInfo(lang='Arabic', desc='Arabic'), ke (kik): LayoutInfo(lang='Kikuyu; Gikuyu', desc='Kikuyu'), latam (deadtilde): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Latin American, include dead tilde)'), us (colemak): LayoutInfo(lang='English', desc='English (Colemak)'), ca (multix): LayoutInfo(lang='French', desc='Canadian Multilingual'), ru (udm): LayoutInfo(lang='Udmurt', desc='Udmurt'), hr (unicodeus): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian digraphs)'), jp: LayoutInfo(lang='Japanese', desc='Japanese'), ca (eng): LayoutInfo(lang='English', desc='English (Canada)'), us (mac): LayoutInfo(lang='English', desc='English (Macintosh)'), at (sundeadkeys): LayoutInfo(lang='German', desc='German (Austria, Sun dead keys)'), gh (gillbt): LayoutInfo(lang='English', desc='English (Ghana, GILLBT)'), br (nativo-epo): LayoutInfo(lang='Esperanto', desc='Portuguese (Brazil, nativo for Esperanto)'), de (qwerty): LayoutInfo(lang='German', desc='German (qwerty)'), ge (ergonomic): LayoutInfo(lang='Georgian', desc='Georgian (ergonomic)'), ie (ogam_is434): LayoutInfo(lang='Irish, Old (to 900)', desc='Ogham (IS434)'), ge (ru): LayoutInfo(lang='Russian', desc='Russian (Georgia)'), hr (us): LayoutInfo(lang='Croatian', desc='Croatian (US keyboard with Croatian letters)'), gr (nodeadkeys): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (eliminate dead keys)'), gh (ewe): LayoutInfo(lang='Ewe', desc='Ewe'), cn: LayoutInfo(lang='Chinese', desc='Chinese'), cm: LayoutInfo(lang='English', desc='English (Cameroon)'), fr (sundeadkeys): LayoutInfo(lang='French', desc='French (Sun dead keys)'), ca: LayoutInfo(lang='French', desc='French (Canada)'), cd: LayoutInfo(lang='French', desc='French (Democratic Republic of the Congo)'), ru (dos): LayoutInfo(lang='Russian', desc='Russian (DOS)'), cz: LayoutInfo(lang='Czech', desc='Czech'), ph (capewell-qwerf2k6-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-QWERF 2006 Baybayin)'), pl (csb): LayoutInfo(lang='Kashubian', desc='Kashubian'), se (rus_nodeadkeys): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic, eliminate dead keys)'), ma (tifinagh): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh)'), gb (extd): LayoutInfo(lang='English', desc='English (UK, extended WinKeys)'), pt: LayoutInfo(lang='Portuguese', desc='Portuguese'), fr (oss): LayoutInfo(lang='French', desc='French (alternative)'), pk: LayoutInfo(lang='Urdu', desc='Urdu (Pakistan)'), ph: LayoutInfo(lang='Filipino; Pilipino', desc='Filipino'), pl: LayoutInfo(lang='Polish', desc='Polish'), fr (oss_sundeadkeys): LayoutInfo(lang='French', desc='French (alternative, Sun dead keys)'), in (bolnagri): LayoutInfo(lang='Hindi', desc='Hindi (Bolnagri)'), al: LayoutInfo(lang='Albanian', desc='Albanian'), no (smi_nodeadkeys): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Norway, eliminate dead keys)'), uz (latin): LayoutInfo(lang='Uzbek', desc='Uzbek (Latin)'), rs (yz): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic, Z and ZHE swapped)'), ma (tifinagh-phonetic): LayoutInfo(lang='Berber languages', desc='Berber (Morocco, Tifinagh phonetic)'), tm (alt): LayoutInfo(lang='Turkmen', desc='Turkmen (Alt-Q)'), kr (kr104): LayoutInfo(lang='Korean', desc='Korean (101/104 key compatible)'), gh (generic): LayoutInfo(lang='English', desc='English (Ghana, multilingual)'), ara (digits): LayoutInfo(lang='Arabic', desc='Arabic (digits)'), in (tam): LayoutInfo(lang='Tamil', desc='Tamil'), iq: LayoutInfo(lang='Kurdish', desc='Iraqi'), hu (102_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/dead keys)'), am (eastern): LayoutInfo(lang='Armenian', desc='Armenian (eastern)'), it: LayoutInfo(lang='Italian', desc='Italian'), vn: LayoutInfo(lang='Vietnamese', desc='Vietnamese'), il: LayoutInfo(lang='Hebrew', desc='Hebrew'), in: LayoutInfo(lang='India', desc='Indian'), ie: LayoutInfo(lang='English', desc='Irish'), cz (bksl): LayoutInfo(lang='Czech', desc='Czech (with <\\|> key)'), af (ps): LayoutInfo(lang='Pushto; Pashto', desc='Pashto'), hu (101_qwerty_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/dot/eliminate dead keys)'), in (kan): LayoutInfo(lang='Kannada', desc='Kannada'), fr (oss_latin9): LayoutInfo(lang='French', desc='French (alternative, latin-9 only)'), us (dvorak-r): LayoutInfo(lang='English', desc='English (right handed Dvorak)'), it (geo): LayoutInfo(lang='Georgian', desc='Georgian (Italy)'), lt (us): LayoutInfo(lang='Lithuanian', desc='Lithuanian (US keyboard with Lithuanian letters)'), kz (ruskaz): LayoutInfo(lang='Russian', desc='Russian (Kazakhstan, with Kazakh)'), ara (azerty_digits): LayoutInfo(lang='Arabic', desc='Arabic (azerty/digits)'), us (rus): LayoutInfo(lang='Russian', desc='Russian (US, phonetic)'), us (dvp): LayoutInfo(lang='English', desc='English (programmer Dvorak)'), epo: LayoutInfo(lang='Esperanto', desc='Esperanto'), af (fa-olpc): LayoutInfo(lang='Afghanistan', desc='Persian (Afghanistan, Dari OLPC)'), lt (std): LayoutInfo(lang='Lithuanian', desc='Lithuanian (standard)'), si (us): LayoutInfo(lang='Slovenian', desc='Slovenian (US keyboard with Slovenian letters)'), hu (101_qwerty_comma_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwerty/comma/eliminate dead keys)'), me (cyrillicyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Cyrillic, Z and ZHE swapped)'), lv (tilde): LayoutInfo(lang='Latvian', desc='Latvian (tilde variant)'), us (dvorak-alt-intl): LayoutInfo(lang='English', desc='English (Dvorak alternative international no dead keys)'), ir (ku): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Q)'), ua (phonetic): LayoutInfo(lang='Ukrainian', desc='Ukrainian (phonetic)'), ch: LayoutInfo(lang='Swiss German; Alemannic; Alsatian', desc='German (Switzerland)'), ru (cv_latin): LayoutInfo(lang='Chuvash', desc='Chuvash (Latin)'), hu (102_qwertz_dot_nodead): LayoutInfo(lang='Hungarian', desc='Hungarian (102/qwertz/dot/eliminate dead keys)'), fi (smi): LayoutInfo(lang='Northern Sami', desc='Northern Saami (Finland)'), pt (nativo-us): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo for USA keyboards)'), az (cyrillic): LayoutInfo(lang='Azerbaijani', desc='Azerbaijani (Cyrillic)'), tw (saisiyat): LayoutInfo(lang='Taiwan, Province of China', desc='Saisiyat (Taiwan)'), pl (legacy): LayoutInfo(lang='Polish', desc='Polish (legacy)'), es (sundeadkeys): LayoutInfo(lang='Spanish; Castilian', desc='Spanish (Sun dead keys)'), ru (tt): LayoutInfo(lang='Tatar', desc='Tatar'), dk (mac): LayoutInfo(lang='Danish', desc='Danish (Macintosh)'), lt (lekpa): LayoutInfo(lang='Lithuanian', desc='Lithuanian (LEKPa)'), at (mac): LayoutInfo(lang='German', desc='German (Austria, Macintosh)'), ba (unicodeus): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian digraphs)'), fr (latin9): LayoutInfo(lang='French', desc='French (legacy, alternative)'), sy (syc): LayoutInfo(lang='Syriac', desc='Syriac'), is (Sundeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (Sun dead keys)'), lv (modern): LayoutInfo(lang='Latvian', desc='Latvian (modern)'), rs (alternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Cyrillic with guillemets)'), ara (azerty): LayoutInfo(lang='Arabic', desc='Arabic (azerty)'), de (neo): LayoutInfo(lang='German', desc='German (Neo 2)'), ara (buckwalter): LayoutInfo(lang='Arabic', desc='Arabic (Buckwalter)'), fr (bepo): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way)'), is (dvorak): LayoutInfo(lang='Icelandic', desc='Icelandic (Dvorak)'), us (intl): LayoutInfo(lang='English', desc='English (US, international with dead keys)'), in (tam_TSCII): LayoutInfo(lang='Tamil', desc='Tamil (TSCII typewriter)'), hr (unicode): LayoutInfo(lang='Croatian', desc='Croatian (use Croatian digraphs)'), ir (ku_alt): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, Latin Alt-Q)'), rs (latin): LayoutInfo(lang='Serbian', desc='Serbian (Latin)'), ru (srp): LayoutInfo(lang='Serbian', desc='Serbian (Russia)'), se (rus): LayoutInfo(lang='Russian', desc='Russian (Sweden, phonetic)'), fr (dvorak): LayoutInfo(lang='French', desc='French (Dvorak)'), jp (dvorak): LayoutInfo(lang='Japanese', desc='Japanese (Dvorak)'), de (ru): LayoutInfo(lang='Russian', desc='Russian (Germany, phonetic)'), bd: LayoutInfo(lang='Bengali', desc='Bengali'), es (cat): LayoutInfo(lang='Catalan; Valencian', desc='Catalan (Spain, with middle-dot L)'), bg: LayoutInfo(lang='Bulgarian', desc='Bulgarian'), il (phonetic): LayoutInfo(lang='Hebrew', desc='Hebrew (phonetic)'), in (ori): LayoutInfo(lang='Oriya', desc='Oriya'), pt (sundeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Sun dead keys)'), pt (nativo): LayoutInfo(lang='Portuguese', desc='Portuguese (Nativo)'), bt: LayoutInfo(lang='Dzongkha', desc='Dzongkha'), bw: LayoutInfo(lang='Tswana', desc='Tswana'), br: LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil)'), pk (urd-nla): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, NLA)'), me (latinunicode): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode)'), ca (multi-2gr): LayoutInfo(lang='French', desc='Canadian Multilingual (second part)'), by: LayoutInfo(lang='Belarusian', desc='Belarusian'), cn (tib): LayoutInfo(lang='Tibetan', desc='Tibetan'), ng (hausa): LayoutInfo(lang='Hausa', desc='Hausa'), is (nodeadkeys): LayoutInfo(lang='Icelandic', desc='Icelandic (eliminate dead keys)'), gh (akan): LayoutInfo(lang='Akan', desc='Akan'), hr (alternatequotes): LayoutInfo(lang='Croatian', desc='Croatian (use guillemets for quotes)'), in (ben_inscript): LayoutInfo(lang='Bengali', desc='Bengali (India, Baishakhi Inscript)'), ua (rstu): LayoutInfo(lang='Ukrainian', desc='Ukrainian (standard RSTU)'), ro (std_cedilla): LayoutInfo(lang='Romanian', desc='Romanian (standard cedilla)'), gh (fula): LayoutInfo(lang='Fulah', desc='Fula'), de (dvorak): LayoutInfo(lang='German', desc='German (Dvorak)'), tr (crh_f): LayoutInfo(lang='Crimean Tatar; Crimean Turkish', desc='Crimean Tatar (Turkish F)'), lt (ibm): LayoutInfo(lang='Lithuanian', desc='Lithuanian (IBM LST 1205-92)'), am (eastern-alt): LayoutInfo(lang='Armenian', desc='Armenian (alternative eastern)'), hu (101_qwertz_dot_dead): LayoutInfo(lang='Hungarian', desc='Hungarian (101/qwertz/dot/dead keys)'), it (ibm): LayoutInfo(lang='Italian', desc='Italian (IBM 142)'), ru (os_legacy): LayoutInfo(lang='Ossetian; Ossetic', desc='Ossetian (legacy)'), se (mac): LayoutInfo(lang='Swedish', desc='Swedish (Macintosh)'), gb (intl): LayoutInfo(lang='English', desc='English (UK, international with dead keys)'), ee: LayoutInfo(lang='Estonian', desc='Estonian'), hr: LayoutInfo(lang='Croatian', desc='Croatian'), hu: LayoutInfo(lang='Hungarian', desc='Hungarian'), ph (qwerty-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (QWERTY Baybayin)'), ara (qwerty): LayoutInfo(lang='Arabic', desc='Arabic (qwerty)'), ph (capewell-dvorak-bay): LayoutInfo(lang='Filipino; Pilipino', desc='Filipino (Capewell-Dvorak Baybayin)'), ru (cv): LayoutInfo(lang='Chuvash', desc='Chuvash'), uz: LayoutInfo(lang='Uzbek', desc='Uzbek'), us: LayoutInfo(lang='English', desc='English (US)'), gr (simple): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (simple)'), ir (ku_f): LayoutInfo(lang='Kurdish', desc='Kurdish (Iran, F)'), jp (OADG109A): LayoutInfo(lang='Japanese', desc='Japanese (OADG 109A)'), ua: LayoutInfo(lang='Ukrainian', desc='Ukrainian'), pk (urd-crulp): LayoutInfo(lang='Urdu', desc='Urdu (Pakistan, CRULP)'), af: LayoutInfo(lang='Afghanistan', desc='Afghani'), br (nodeadkeys): LayoutInfo(lang='Portuguese', desc='Portuguese (Brazil, eliminate dead keys)'), am: LayoutInfo(lang='Armenian', desc='Armenian'), gh (ga): LayoutInfo(lang='Ga', desc='Ga'), rs (latinyz): LayoutInfo(lang='Serbian', desc='Serbian (Latin qwerty)'), gb (mac_intl): LayoutInfo(lang='English', desc='English (UK, Macintosh international)'), at: LayoutInfo(lang='German', desc='German (Austria)'), dk (dvorak): LayoutInfo(lang='Danish', desc='Danish (Dvorak)'), az: LayoutInfo(lang='Azerbaijani', desc='Azerbaijani'), nl: LayoutInfo(lang='Dutch; Flemish', desc='Dutch'), me (latinunicodeyz): LayoutInfo(lang='Serbian', desc='Montenegrin (Latin Unicode qwerty)'), no: LayoutInfo(lang='Norwegian', desc='Norwegian'), cz (dvorak-ucw): LayoutInfo(lang='Czech', desc='Czech (US Dvorak with CZ UCW support)'), in (ben_bornona): LayoutInfo(lang='Bengali', desc='Bengali (India, Bornona)'), rs: LayoutInfo(lang='Serbian', desc='Serbian'), ng: LayoutInfo(lang='English', desc='English (Nigeria)'), ru (phonetic_winkeys): LayoutInfo(lang='Russian', desc='Russian (phonetic WinKeys)'), ir (pes_keypad): LayoutInfo(lang='Persian', desc='Persian (with Persian Keypad)'), in (ben_probhat): LayoutInfo(lang='Bengali', desc='Bengali (India, Probhat)'), de (dsb_qwertz): LayoutInfo(lang='Lower Sorbian', desc='Lower Sorbian (qwertz)'), np: LayoutInfo(lang='Nepali', desc='Nepali'), fi (classic): LayoutInfo(lang='Finnish', desc='Finnish (classic)'), dk (nodeadkeys): LayoutInfo(lang='Danish', desc='Danish (eliminate dead keys)'), ch (fr_sundeadkeys): LayoutInfo(lang='French', desc='French (Switzerland, Sun dead keys)'), ba: LayoutInfo(lang='Bosnian', desc='Bosnian'), th (pat): LayoutInfo(lang='Thai', desc='Thai (Pattachote)'), fr (latin9_nodeadkeys): LayoutInfo(lang='French', desc='French (legacy, alternative, eliminate dead keys)'), rs (latinalternatequotes): LayoutInfo(lang='Serbian', desc='Serbian (Latin with guillemets)'), sk (qwerty_bksl): LayoutInfo(lang='Slovak', desc='Slovak (qwerty, extended Backslash)'), ba (us): LayoutInfo(lang='Bosnian', desc='Bosnian (US keyboard with Bosnian letters)'), gr (polytonic): LayoutInfo(lang='Greek, Modern (1453-)', desc='Greek (polytonic)'), fr (bepo_latin9): LayoutInfo(lang='French', desc='French (Bepo, ergonomic, Dvorak way, latin-9 only)'), mt (us): LayoutInfo(lang='Maltese', desc='Maltese (with US layout)')} > _intf._currentAction._spokes._xkl_wrapper._switch_opt_infos: {grp:sclk_toggle: Scroll Lock, grp:shift_caps_switch: Caps Lock (to first layout), Shift+Caps Lock (to last layout), grp:rwin_toggle: Right Win, grp:lalt_lshift_toggle: Left Alt+Left Shift, grp:rctrl_switch: Right Ctrl (while pressed), grp:menu_toggle: Menu, grp:win_switch: Any Win key (while pressed), grp:ctrl_alt_toggle: Alt+Ctrl, grp:shift_caps_toggle: Shift+Caps Lock, grp:rctrl_toggle: Right Ctrl, grp:lwin_switch: Left Win (while pressed), grp:lctrl_lwin_rctrl_menu: LeftCtrl+LeftWin (to first layout), RightCtrl+Menu (to second layout), grp:lshift_toggle: Left Shift, grp:win_menu_switch: Left Win (to first layout), Right Win/Menu (to last layout), grp:lalt_toggle: Left Alt, grp:alt_caps_toggle: Alt+Caps Lock, grp:rwin_switch: Right Win (while pressed), grp:lswitch: Left Alt (while pressed), grp:alts_toggle: Both Alt keys together, grp:rctrl_rshift_toggle: Right Ctrl+Right Shift, grp:caps_switch: Caps Lock (while pressed), Alt+Caps Lock does the original capslock action, grp:caps_toggle: Caps Lock, grp:ctrl_shift_toggle: Ctrl+Shift, grp:lctrl_lshift_toggle: Left Ctrl+Left Shift, grp:toggle: Right Alt, grp:ctrls_toggle: Both Ctrl keys together, grp:alt_shift_toggle: Alt+Shift, grp:switch: Right Alt (while pressed), grp:alt_space_toggle: Alt+Space, grp:lctrl_toggle: Left Ctrl, grp:shifts_toggle: Both Shift keys together, grp:lctrl_rctrl_switch: Left Ctrl (to first layout), Right Ctrl (to last layout), grp:rshift_toggle: Right Shift, grp:lwin_toggle: Left Win} > _intf._currentAction._spokes._xkl_wrapper.configreg: ConfigRegistry instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._engine: Engine instance, containing members: > _intf._currentAction._spokes._xkl_wrapper._rec: ConfigRec instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Already dumped (XklWrapper instance) > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs, tmpfs, vfat] > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._current_selector: None > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._when_create_text: When you create mount points for your %s %s installation, you'll be able to view their details here. > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._free_space: 0 B > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 2: , 3: , 4: , 5: None} >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._right_arrow: Image instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: OrderedDict([('Africa', set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka'])), ('America', set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane', 'Ust-Nera'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Zaporozhye', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0x7f5f60581db0> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._poolsNote: Label instance, containing members: > _intf._currentAction._spokes._config_dialog._threads_counter: 4 > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.autopart: True > _intf._currentAction._spokes._cur_clicked_overview: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes.selected_disks: [sda] > _intf._currentAction._spokes._previous_autopart: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: 2 > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: True > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [Already dumped (DiskDevice instance) >] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: True >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Skipped > _intf._currentAction._checker.storage: Already dumped (Blivet instance) > _intf._currentAction._checker.payload: Already dumped (YumPayload instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: 0 B > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction._inSpoke: True > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._autoContinue: False > _intf._currentAction._notReadySpokes: [] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._update_spoke_id: 2209 > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (DatetimeSpoke instance) >, Already dumped (KeyboardSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >, Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >_network: None >methodstr: nfs:vtap-bos-eng01.bos.redhat.com:/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ >proxyPassword: None >desktop: Desktop instance, containing members: > desktop.info: {} > desktop.always_quote: False > desktop.write_quote: True > desktop.filename: None > desktop.read_unquote: True > desktop.runlevel: 3 > desktop._lines: [] >canReIPL: False >xdriver: None >stage2: None >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: 115200 > _bootloader.console: ttyS1 > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: 5 > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: x86_64 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0x7f5f54386230>, True), 'type': (<function <lambda> at 0x7f5f54386398>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0x7f5f543862a8>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _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: 19.31.50-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 't', 'stage2': None, 'method': 'nfs:vtap-bos-eng01.bos.redhat.com:/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/', 'vncpassword': '', 'vnc': True, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'mpathfriendlynames': True, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None >Registered callbacks: > > >/tmp/anaconda.log: >12:10:22,204 INFO anaconda: /sbin/anaconda 19.31.50-1 >12:10:22,402 INFO anaconda: 8257536 kB (8064 MB) are available >12:10:22,403 INFO anaconda: check_memory(): total:8064, needed:512, graphical:512 >12:10:22,426 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >12:10:22,426 INFO anaconda: Default encoding = utf-8 >12:10:22,461 INFO anaconda: Running kickstart %%pre script(s) >12:10:22,461 INFO anaconda.stdout: Running pre-installation scripts >12:10:22,465 INFO anaconda: All kickstart %%pre script(s) have been run >12:10:22,934 INFO anaconda: Display mode = g >12:10:22,934 INFO anaconda: 8257536 kB (8064 MB) are available >12:10:22,934 INFO anaconda: check_memory(): total:8064, needed:512, graphical:512 >12:10:22,934 INFO anaconda.stdout: Starting VNC... >12:10:24,314 INFO anaconda.stdout: The VNC server is now running. >12:10:24,315 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. > > >12:10:24,315 INFO anaconda.stdout: Please manually connect your vnc client to storageqe-16.rhts.eng.bos.redhat.com:1 (10.16.67.83:1) to begin the install. >12:10:24,317 INFO anaconda: Starting window manager, pid 1631. >12:10:25,088 INFO anaconda: using only installclass Red Hat Enterprise Linux >12:10:25,515 INFO anaconda: bootloader GRUB2 on X86 platform >12:10:25,516 INFO anaconda: bootloader GRUB2 on X86 platform >12:10:25,540 DEBUG anaconda: network: devices found ['p2p1', 'p2p2', 'em0', 'em1'] >12:10:25,846 DEBUG anaconda: network: missing ifcfgs created for devices ['p2p1', 'p2p2', 'em1'] >12:10:25,889 DEBUG anaconda: updating hostname storageqe-16.rhts.eng.bos.redhat.com >12:10:25,904 INFO anaconda: Running Thread: AnaStorageThread (140047390496512) >12:10:25,905 INFO anaconda: Running Thread: AnaTimeInitThread (140047382103808) >12:10:25,905 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140047373711104) >12:10:25,905 INFO anaconda: Running Thread: AnaPayloadThread (140047365318400) >12:10:25,917 INFO anaconda: got 0 NTP servers from DHCP >12:10:25,918 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140047373711104) >12:10:25,919 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140047373711104) >12:10:25,920 INFO anaconda: Starting geolocation lookup >12:10:25,920 INFO anaconda: Geolocation provider: Fedora GeoIP >12:10:26,383 INFO anaconda: Geolocation lookup finished in 0.5 seconds >12:10:26,383 INFO anaconda: territory: US >time zone: America/New_York (from GeoIP) >12:10:26,384 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140047373711104) >12:10:27,598 DEBUG anaconda: network standalone spoke (init): completed: ['em0'] >12:10:27,747 INFO anaconda: Running Thread: AnaDateTimeThread (140047373711104) >12:10:27,921 INFO anaconda: Thread Done: AnaStorageThread (140047390496512) >12:10:27,927 DEBUG anaconda: Checking /run/install/repo/Packages >12:10:27,927 DEBUG anaconda: Checking /run/install/repo/addons >12:10:27,928 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-beta >12:10:27,929 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-release >12:10:27,929 DEBUG anaconda: Checking /run/install/repo/GPL >12:10:27,930 DEBUG anaconda: Checking /run/install/repo/EULA >12:10:27,931 DEBUG anaconda: Checking /run/install/repo/EFI >12:10:27,931 DEBUG anaconda: Checking /run/install/repo/repodata >12:10:27,932 DEBUG anaconda: Checking /run/install/repo/LiveOS >12:10:27,933 DEBUG anaconda: Checking /run/install/repo/images >12:10:27,933 DEBUG anaconda: Checking /run/install/repo/isolinux >12:10:27,934 DEBUG anaconda: Checking /run/install/repo/.treeinfo >12:10:27,934 DEBUG anaconda: Checking /run/install/repo/.discinfo >12:10:27,935 DEBUG anaconda: Checking /run/install/repo/.snapshot >12:10:28,078 INFO anaconda: Thread Done: AnaTimeInitThread (140047382103808) >12:10:28,079 INFO anaconda: Thread Done: AnaDateTimeThread (140047373711104) >12:10:28,095 DEBUG anaconda: Checking /run/install/repo/Packages >12:10:28,096 DEBUG anaconda: Checking /run/install/repo/addons >12:10:28,096 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-beta >12:10:28,097 DEBUG anaconda: Checking /run/install/repo/RPM-GPG-KEY-redhat-release >12:10:28,097 DEBUG anaconda: Checking /run/install/repo/GPL >12:10:28,098 DEBUG anaconda: Checking /run/install/repo/EULA >12:10:28,098 DEBUG anaconda: Checking /run/install/repo/EFI >12:10:28,098 DEBUG anaconda: Checking /run/install/repo/repodata >12:10:28,099 DEBUG anaconda: Checking /run/install/repo/LiveOS >12:10:28,099 DEBUG anaconda: Checking /run/install/repo/images >12:10:28,100 DEBUG anaconda: Checking /run/install/repo/isolinux >12:10:28,100 DEBUG anaconda: Checking /run/install/repo/.treeinfo >12:10:28,100 DEBUG anaconda: Checking /run/install/repo/.discinfo >12:10:28,101 DEBUG anaconda: Checking /run/install/repo/.snapshot >12:10:28,165 INFO anaconda: Thread Done: AnaPayloadThread (140047365318400) >12:10:28,197 INFO anaconda: Running Thread: AnaSourceWatcher (140047365318400) >12:10:28,207 INFO anaconda: Running Thread: AnaSoftwareWatcher (140047317387008) >12:10:28,222 INFO anaconda: Running Thread: AnaStorageWatcher (140047308994304) >12:10:28,224 INFO anaconda: Thread Done: AnaStorageWatcher (140047308994304) >12:10:28,226 INFO anaconda: Running Thread: AnaExecuteStorageThread (140047308994304) >12:10:28,228 DEBUG anaconda: new disk order: [] >12:10:28,256 INFO anaconda: Running Thread: AnaCustomStorageInit (140047300601600) >12:10:28,263 ERR anaconda: storage configuration failed: Not enough free space on disks for automatic partitioning >12:10:28,539 DEBUG anaconda: network: GUI, device configuration added: connection 623d6dea-7390-4af8-8b4b-b8548d4516ea device em1 >12:10:28,657 DEBUG anaconda: network: GUI, device configuration added: connection 7e9af447-dc9e-4370-933c-a33bdcd13f4b device em0 >12:10:28,818 DEBUG anaconda: network: GUI, device configuration added: connection 679725c3-d77e-4b41-83ac-51adcb347dd5 device p2p2 >12:10:28,924 INFO anaconda: Thread Done: AnaSourceWatcher (140047365318400) >12:10:29,163 DEBUG anaconda: network: GUI, device configuration added: connection 8279127f-8e67-44e8-9487-5dc5b1b6ae02 device p2p1 >12:10:29,192 DEBUG anaconda: network: GUI, connection 679725c3-d77e-4b41-83ac-51adcb347dd5 found >12:10:29,194 DEBUG anaconda: network: GUI, connection 623d6dea-7390-4af8-8b4b-b8548d4516ea found >12:10:29,195 DEBUG anaconda: network: GUI, connection 7e9af447-dc9e-4370-933c-a33bdcd13f4b found >12:10:29,195 DEBUG anaconda: network: GUI, connection 05920ffb-fba6-4136-a1df-9c624e28818d found >12:10:29,225 DEBUG anaconda: network: GUI, connection 8279127f-8e67-44e8-9487-5dc5b1b6ae02 found >12:10:29,402 DEBUG anaconda: updating hostname storageqe-16.rhts.eng.bos.redhat.com >12:10:29,657 INFO anaconda: Running Thread: AnaNTPserver0 (140047365318400) >12:10:29,658 INFO anaconda: Running Thread: AnaNTPserver1 (140047373711104) >12:10:29,666 INFO anaconda: Running Thread: AnaNTPserver2 (140047287883520) >12:10:29,667 INFO anaconda: Running Thread: AnaNTPserver3 (140047279490816) >12:10:29,961 INFO anaconda: setting <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f5f5426fe90> status to: Restoring hardware time... >12:10:29,966 INFO anaconda: Running Thread: AnaCheckSoftwareThread (140047270045440) >12:10:29,966 INFO anaconda: Thread Done: AnaSoftwareWatcher (140047317387008) >12:10:29,967 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7f5f5426fe90> >12:10:30,050 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5f54209410> status to: Probing storage... >12:10:30,050 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5f54209410> status to: Downloading package metadata... >12:10:30,051 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> status to: Downloading package metadata... >12:10:30,051 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> status to: Downloading group metadata... >12:10:30,052 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> status to: Probing storage... >12:10:30,056 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> >12:10:30,060 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> >12:10:30,060 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> status to: Saving storage configuration... >12:10:30,061 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> status to: Failed to save storage configuration... >12:10:30,067 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5f54209410> >12:10:30,096 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> >12:10:30,103 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> >12:10:30,106 INFO anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5f54209410> >12:10:30,106 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> status to: Checking software dependencies... >12:10:30,182 INFO anaconda: Thread Done: AnaExecuteStorageThread (140047308994304) >12:10:30,240 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7f5f50aeb810> >12:10:30,334 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0x7f5f50b494d0> status to: Wired (em0) connected >12:10:30,423 INFO anaconda: Thread Done: AnaCustomStorageInit (140047300601600) >12:10:31,309 INFO anaconda: Thread Done: AnaCheckSoftwareThread (140047270045440) >12:10:31,344 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0x7f5f50adf290> >12:10:31,351 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0x7f5f54209410> >12:10:38,375 INFO anaconda: Thread Done: AnaNTPserver0 (140047365318400) >12:10:38,378 INFO anaconda: Thread Done: AnaNTPserver3 (140047279490816) >12:10:38,378 INFO anaconda: Thread Done: AnaNTPserver1 (140047373711104) >12:10:39,175 INFO anaconda: Thread Done: AnaNTPserver2 (140047287883520) >12:11:59,162 INFO anaconda: Running Thread: AnaFCOEThread (140047382103808) >12:12:13,231 INFO anaconda: Thread Done: AnaFCOEThread (140047382103808) >12:14:25,264 INFO anaconda: Running Thread: AnaFCOEThread (140047382103808) >12:14:39,301 INFO anaconda: Thread Done: AnaFCOEThread (140047382103808) >12:15:51,411 INFO anaconda: Running Thread: AnaFCOEThread (140047382103808) >12:16:02,183 INFO anaconda: Thread Done: AnaFCOEThread (140047382103808) >12:16:03,696 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:113: Warning: unable to set property `yalign' of type `gfloat' from value of type `gboolean' > return info.invoke(*args, **kwargs) > >12:16:22,147 INFO anaconda: Running Thread: AnaFCOEThread (140047382103808) >12:16:32,937 INFO anaconda: Thread Done: AnaFCOEThread (140047382103808) >12:16:33,199 DEBUG anaconda: running handleException >12:16:33,199 DEBUG anaconda: Gtk running, queuing exception handler to the main loop > > >/tmp/packaging.log: >12:10:25,514 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:189 (reset) >12:10:25,514 INFO packaging: have _yum_lock for MainThread >12:10:25,515 DEBUG packaging: getting release version from tree at None (7.0) >12:10:25,515 DEBUG packaging: got a release version of 7.0 >12:10:25,515 INFO packaging: gave up _yum_lock for MainThread >12:10:27,921 INFO packaging: configuring base repo >12:10:27,936 DEBUG packaging: getting release version from tree at file:///run/install/repo (7.0) >12:10:27,936 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxy: None ; sslverify: True) >12:10:27,939 DEBUG packaging: got a release version of 7.0 >12:10:27,939 DEBUG packaging: releasever from file:///run/install/repo is 7.0 >12:10:27,941 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:189 (reset) >12:10:27,941 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,082 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >12:10:28,082 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >12:10:28,082 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >12:10:28,082 DEBUG yum.verbose.plugin: Adding en_US to language list >12:10:28,084 DEBUG yum.verbose.YumBase: Config time: 0.144 >12:10:28,087 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,088 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:473 (updateBaseRepo) >12:10:28,088 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,092 INFO_2 yum.verbose.YumPlugins: Loaded plugins: langpacks, product-id >12:10:28,092 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror >12:10:28,092 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks >12:10:28,092 DEBUG yum.verbose.plugin: Adding en_US to language list >12:10:28,094 DEBUG yum.verbose.YumBase: Config time: 0.006 >12:10:28,094 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,102 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:501 (updateBaseRepo) >12:10:28,102 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,103 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,104 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:961 (_addYumRepo) >12:10:28,104 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,105 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,105 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >12:10:28,106 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:501 (updateBaseRepo) >12:10:28,106 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,111 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,112 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:197 (setup) >12:10:28,112 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,112 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,113 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:197 (setup) >12:10:28,113 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,113 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,113 INFO packaging: gathering repo metadata >12:10:28,114 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:576 (gatherRepoMetadata) >12:10:28,114 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,114 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,115 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:202 (setup) >12:10:28,115 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,115 DEBUG packaging: getting repo metadata for anaconda >12:10:28,116 INFO packaging: about to acquire _yum_lock for AnaPayloadThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:581 (gatherRepoMetadata) >12:10:28,116 INFO packaging: have _yum_lock for AnaPayloadThread >12:10:28,154 DEBUG packaging: getting group info for anaconda >12:10:28,164 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,164 INFO packaging: gave up _yum_lock for AnaPayloadThread >12:10:28,165 INFO packaging: metadata retrieval complete >12:10:28,209 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1053 (environments) >12:10:28,210 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:28,210 DEBUG yum.verbose.YumBase: Setting up Package Sacks >12:10:28,215 INFO packaging: about to acquire _yum_lock for AnaSourceWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:613 (_initialize) >12:10:28,889 DEBUG yum.verbose.YumBase: pkgsack time: 0.679 >12:10:28,921 DEBUG yum.verbose.YumBase: group time: 0.711 >12:10:28,921 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:28,921 INFO packaging: have _yum_lock for AnaSourceWatcher >12:10:28,922 INFO packaging: gave up _yum_lock for AnaSourceWatcher >12:10:28,923 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:215 (_initialize) >12:10:28,924 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:28,924 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:28,926 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1181 (groups) >12:10:28,926 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:28,926 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:28,928 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:216 (_initialize) >12:10:28,928 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:28,928 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:29,681 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1053 (environments) >12:10:29,682 INFO packaging: have _yum_lock for MainThread >12:10:29,682 INFO packaging: gave up _yum_lock for MainThread >12:10:29,683 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:253 (refresh) >12:10:29,683 INFO packaging: have _yum_lock for MainThread >12:10:29,683 INFO packaging: gave up _yum_lock for MainThread >12:10:29,683 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1053 (environments) >12:10:29,684 INFO packaging: have _yum_lock for MainThread >12:10:29,684 INFO packaging: gave up _yum_lock for MainThread >12:10:29,684 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:258 (refresh) >12:10:29,684 INFO packaging: have _yum_lock for MainThread >12:10:29,684 INFO packaging: gave up _yum_lock for MainThread >12:10:29,685 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,685 INFO packaging: have _yum_lock for MainThread >12:10:29,685 INFO packaging: gave up _yum_lock for MainThread >12:10:29,685 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,686 INFO packaging: have _yum_lock for MainThread >12:10:29,686 INFO packaging: gave up _yum_lock for MainThread >12:10:29,687 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,687 INFO packaging: have _yum_lock for MainThread >12:10:29,687 INFO packaging: gave up _yum_lock for MainThread >12:10:29,687 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,687 INFO packaging: have _yum_lock for MainThread >12:10:29,688 INFO packaging: gave up _yum_lock for MainThread >12:10:29,690 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,690 INFO packaging: have _yum_lock for MainThread >12:10:29,690 INFO packaging: gave up _yum_lock for MainThread >12:10:29,693 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,694 INFO packaging: have _yum_lock for MainThread >12:10:29,694 INFO packaging: gave up _yum_lock for MainThread >12:10:29,695 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,695 INFO packaging: have _yum_lock for MainThread >12:10:29,695 INFO packaging: gave up _yum_lock for MainThread >12:10:29,696 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,696 INFO packaging: have _yum_lock for MainThread >12:10:29,696 INFO packaging: gave up _yum_lock for MainThread >12:10:29,697 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,697 INFO packaging: have _yum_lock for MainThread >12:10:29,697 INFO packaging: gave up _yum_lock for MainThread >12:10:29,697 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,698 INFO packaging: have _yum_lock for MainThread >12:10:29,698 INFO packaging: gave up _yum_lock for MainThread >12:10:29,698 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1105 (environmentDescription) >12:10:29,699 INFO packaging: have _yum_lock for MainThread >12:10:29,699 INFO packaging: gave up _yum_lock for MainThread >12:10:29,699 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:259 (refresh) >12:10:29,699 INFO packaging: have _yum_lock for MainThread >12:10:29,699 INFO packaging: gave up _yum_lock for MainThread >12:10:29,700 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1181 (groups) >12:10:29,700 INFO packaging: have _yum_lock for MainThread >12:10:29,700 INFO packaging: gave up _yum_lock for MainThread >12:10:29,701 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:303 (refreshAddons) >12:10:29,701 INFO packaging: have _yum_lock for MainThread >12:10:29,701 INFO packaging: gave up _yum_lock for MainThread >12:10:29,702 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,702 INFO packaging: have _yum_lock for MainThread >12:10:29,702 INFO packaging: gave up _yum_lock for MainThread >12:10:29,703 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,703 INFO packaging: have _yum_lock for MainThread >12:10:29,703 INFO packaging: gave up _yum_lock for MainThread >12:10:29,703 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,703 INFO packaging: have _yum_lock for MainThread >12:10:29,703 INFO packaging: gave up _yum_lock for MainThread >12:10:29,704 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,704 INFO packaging: have _yum_lock for MainThread >12:10:29,704 INFO packaging: gave up _yum_lock for MainThread >12:10:29,705 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,705 INFO packaging: have _yum_lock for MainThread >12:10:29,705 INFO packaging: gave up _yum_lock for MainThread >12:10:29,705 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,706 INFO packaging: have _yum_lock for MainThread >12:10:29,706 INFO packaging: gave up _yum_lock for MainThread >12:10:29,706 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,706 INFO packaging: have _yum_lock for MainThread >12:10:29,706 INFO packaging: gave up _yum_lock for MainThread >12:10:29,707 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,707 INFO packaging: have _yum_lock for MainThread >12:10:29,707 INFO packaging: gave up _yum_lock for MainThread >12:10:29,708 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,708 INFO packaging: have _yum_lock for MainThread >12:10:29,708 INFO packaging: gave up _yum_lock for MainThread >12:10:29,708 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,709 INFO packaging: have _yum_lock for MainThread >12:10:29,709 INFO packaging: gave up _yum_lock for MainThread >12:10:29,709 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,709 INFO packaging: have _yum_lock for MainThread >12:10:29,709 INFO packaging: gave up _yum_lock for MainThread >12:10:29,710 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,710 INFO packaging: have _yum_lock for MainThread >12:10:29,710 INFO packaging: gave up _yum_lock for MainThread >12:10:29,712 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,712 INFO packaging: have _yum_lock for MainThread >12:10:29,712 INFO packaging: gave up _yum_lock for MainThread >12:10:29,713 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,714 INFO packaging: have _yum_lock for MainThread >12:10:29,714 INFO packaging: gave up _yum_lock for MainThread >12:10:29,715 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,715 INFO packaging: have _yum_lock for MainThread >12:10:29,716 INFO packaging: gave up _yum_lock for MainThread >12:10:29,717 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,717 INFO packaging: have _yum_lock for MainThread >12:10:29,717 INFO packaging: gave up _yum_lock for MainThread >12:10:29,718 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,719 INFO packaging: have _yum_lock for MainThread >12:10:29,719 INFO packaging: gave up _yum_lock for MainThread >12:10:29,720 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,720 INFO packaging: have _yum_lock for MainThread >12:10:29,721 INFO packaging: gave up _yum_lock for MainThread >12:10:29,724 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,724 INFO packaging: have _yum_lock for MainThread >12:10:29,724 INFO packaging: gave up _yum_lock for MainThread >12:10:29,725 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,725 INFO packaging: have _yum_lock for MainThread >12:10:29,725 INFO packaging: gave up _yum_lock for MainThread >12:10:29,726 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,726 INFO packaging: have _yum_lock for MainThread >12:10:29,726 INFO packaging: gave up _yum_lock for MainThread >12:10:29,726 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,726 INFO packaging: have _yum_lock for MainThread >12:10:29,726 INFO packaging: gave up _yum_lock for MainThread >12:10:29,727 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,727 INFO packaging: have _yum_lock for MainThread >12:10:29,727 INFO packaging: gave up _yum_lock for MainThread >12:10:29,728 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,728 INFO packaging: have _yum_lock for MainThread >12:10:29,728 INFO packaging: gave up _yum_lock for MainThread >12:10:29,729 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,729 INFO packaging: have _yum_lock for MainThread >12:10:29,729 INFO packaging: gave up _yum_lock for MainThread >12:10:29,729 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,729 INFO packaging: have _yum_lock for MainThread >12:10:29,729 INFO packaging: gave up _yum_lock for MainThread >12:10:29,730 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,730 INFO packaging: have _yum_lock for MainThread >12:10:29,730 INFO packaging: gave up _yum_lock for MainThread >12:10:29,731 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,731 INFO packaging: have _yum_lock for MainThread >12:10:29,731 INFO packaging: gave up _yum_lock for MainThread >12:10:29,731 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,732 INFO packaging: have _yum_lock for MainThread >12:10:29,732 INFO packaging: gave up _yum_lock for MainThread >12:10:29,733 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,733 INFO packaging: have _yum_lock for MainThread >12:10:29,734 INFO packaging: gave up _yum_lock for MainThread >12:10:29,735 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,735 INFO packaging: have _yum_lock for MainThread >12:10:29,736 INFO packaging: gave up _yum_lock for MainThread >12:10:29,737 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,737 INFO packaging: have _yum_lock for MainThread >12:10:29,737 INFO packaging: gave up _yum_lock for MainThread >12:10:29,739 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,739 INFO packaging: have _yum_lock for MainThread >12:10:29,739 INFO packaging: gave up _yum_lock for MainThread >12:10:29,740 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,740 INFO packaging: have _yum_lock for MainThread >12:10:29,740 INFO packaging: gave up _yum_lock for MainThread >12:10:29,742 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,742 INFO packaging: have _yum_lock for MainThread >12:10:29,742 INFO packaging: gave up _yum_lock for MainThread >12:10:29,746 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,746 INFO packaging: have _yum_lock for MainThread >12:10:29,746 INFO packaging: gave up _yum_lock for MainThread >12:10:29,747 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,747 INFO packaging: have _yum_lock for MainThread >12:10:29,747 INFO packaging: gave up _yum_lock for MainThread >12:10:29,748 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,748 INFO packaging: have _yum_lock for MainThread >12:10:29,748 INFO packaging: gave up _yum_lock for MainThread >12:10:29,749 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,749 INFO packaging: have _yum_lock for MainThread >12:10:29,749 INFO packaging: gave up _yum_lock for MainThread >12:10:29,749 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,749 INFO packaging: have _yum_lock for MainThread >12:10:29,749 INFO packaging: gave up _yum_lock for MainThread >12:10:29,750 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,750 INFO packaging: have _yum_lock for MainThread >12:10:29,750 INFO packaging: gave up _yum_lock for MainThread >12:10:29,751 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,751 INFO packaging: have _yum_lock for MainThread >12:10:29,751 INFO packaging: gave up _yum_lock for MainThread >12:10:29,751 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,752 INFO packaging: have _yum_lock for MainThread >12:10:29,752 INFO packaging: gave up _yum_lock for MainThread >12:10:29,752 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,752 INFO packaging: have _yum_lock for MainThread >12:10:29,752 INFO packaging: gave up _yum_lock for MainThread >12:10:29,753 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,753 INFO packaging: have _yum_lock for MainThread >12:10:29,753 INFO packaging: gave up _yum_lock for MainThread >12:10:29,754 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,754 INFO packaging: have _yum_lock for MainThread >12:10:29,754 INFO packaging: gave up _yum_lock for MainThread >12:10:29,755 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,755 INFO packaging: have _yum_lock for MainThread >12:10:29,756 INFO packaging: gave up _yum_lock for MainThread >12:10:29,757 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,757 INFO packaging: have _yum_lock for MainThread >12:10:29,757 INFO packaging: gave up _yum_lock for MainThread >12:10:29,759 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,759 INFO packaging: have _yum_lock for MainThread >12:10:29,759 INFO packaging: gave up _yum_lock for MainThread >12:10:29,761 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,761 INFO packaging: have _yum_lock for MainThread >12:10:29,761 INFO packaging: gave up _yum_lock for MainThread >12:10:29,763 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,763 INFO packaging: have _yum_lock for MainThread >12:10:29,763 INFO packaging: gave up _yum_lock for MainThread >12:10:29,766 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,766 INFO packaging: have _yum_lock for MainThread >12:10:29,766 INFO packaging: gave up _yum_lock for MainThread >12:10:29,767 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,767 INFO packaging: have _yum_lock for MainThread >12:10:29,767 INFO packaging: gave up _yum_lock for MainThread >12:10:29,768 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,768 INFO packaging: have _yum_lock for MainThread >12:10:29,768 INFO packaging: gave up _yum_lock for MainThread >12:10:29,769 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,769 INFO packaging: have _yum_lock for MainThread >12:10:29,769 INFO packaging: gave up _yum_lock for MainThread >12:10:29,769 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,770 INFO packaging: have _yum_lock for MainThread >12:10:29,770 INFO packaging: gave up _yum_lock for MainThread >12:10:29,770 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,770 INFO packaging: have _yum_lock for MainThread >12:10:29,770 INFO packaging: gave up _yum_lock for MainThread >12:10:29,771 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,771 INFO packaging: have _yum_lock for MainThread >12:10:29,771 INFO packaging: gave up _yum_lock for MainThread >12:10:29,772 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,772 INFO packaging: have _yum_lock for MainThread >12:10:29,772 INFO packaging: gave up _yum_lock for MainThread >12:10:29,772 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,772 INFO packaging: have _yum_lock for MainThread >12:10:29,773 INFO packaging: gave up _yum_lock for MainThread >12:10:29,773 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,773 INFO packaging: have _yum_lock for MainThread >12:10:29,773 INFO packaging: gave up _yum_lock for MainThread >12:10:29,774 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,774 INFO packaging: have _yum_lock for MainThread >12:10:29,774 INFO packaging: gave up _yum_lock for MainThread >12:10:29,775 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,775 INFO packaging: have _yum_lock for MainThread >12:10:29,775 INFO packaging: gave up _yum_lock for MainThread >12:10:29,775 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,775 INFO packaging: have _yum_lock for MainThread >12:10:29,776 INFO packaging: gave up _yum_lock for MainThread >12:10:29,776 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,776 INFO packaging: have _yum_lock for MainThread >12:10:29,776 INFO packaging: gave up _yum_lock for MainThread >12:10:29,777 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,777 INFO packaging: have _yum_lock for MainThread >12:10:29,777 INFO packaging: gave up _yum_lock for MainThread >12:10:29,778 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,778 INFO packaging: have _yum_lock for MainThread >12:10:29,778 INFO packaging: gave up _yum_lock for MainThread >12:10:29,778 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,778 INFO packaging: have _yum_lock for MainThread >12:10:29,778 INFO packaging: gave up _yum_lock for MainThread >12:10:29,779 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,779 INFO packaging: have _yum_lock for MainThread >12:10:29,779 INFO packaging: gave up _yum_lock for MainThread >12:10:29,780 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,780 INFO packaging: have _yum_lock for MainThread >12:10:29,780 INFO packaging: gave up _yum_lock for MainThread >12:10:29,781 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,781 INFO packaging: have _yum_lock for MainThread >12:10:29,781 INFO packaging: gave up _yum_lock for MainThread >12:10:29,781 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,781 INFO packaging: have _yum_lock for MainThread >12:10:29,782 INFO packaging: gave up _yum_lock for MainThread >12:10:29,782 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,782 INFO packaging: have _yum_lock for MainThread >12:10:29,782 INFO packaging: gave up _yum_lock for MainThread >12:10:29,783 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,783 INFO packaging: have _yum_lock for MainThread >12:10:29,783 INFO packaging: gave up _yum_lock for MainThread >12:10:29,784 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,784 INFO packaging: have _yum_lock for MainThread >12:10:29,784 INFO packaging: gave up _yum_lock for MainThread >12:10:29,785 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,785 INFO packaging: have _yum_lock for MainThread >12:10:29,785 INFO packaging: gave up _yum_lock for MainThread >12:10:29,785 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,786 INFO packaging: have _yum_lock for MainThread >12:10:29,786 INFO packaging: gave up _yum_lock for MainThread >12:10:29,786 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,786 INFO packaging: have _yum_lock for MainThread >12:10:29,786 INFO packaging: gave up _yum_lock for MainThread >12:10:29,787 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,787 INFO packaging: have _yum_lock for MainThread >12:10:29,787 INFO packaging: gave up _yum_lock for MainThread >12:10:29,788 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,788 INFO packaging: have _yum_lock for MainThread >12:10:29,788 INFO packaging: gave up _yum_lock for MainThread >12:10:29,788 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,788 INFO packaging: have _yum_lock for MainThread >12:10:29,789 INFO packaging: gave up _yum_lock for MainThread >12:10:29,789 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,789 INFO packaging: have _yum_lock for MainThread >12:10:29,789 INFO packaging: gave up _yum_lock for MainThread >12:10:29,790 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,790 INFO packaging: have _yum_lock for MainThread >12:10:29,790 INFO packaging: gave up _yum_lock for MainThread >12:10:29,791 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,791 INFO packaging: have _yum_lock for MainThread >12:10:29,791 INFO packaging: gave up _yum_lock for MainThread >12:10:29,791 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,791 INFO packaging: have _yum_lock for MainThread >12:10:29,791 INFO packaging: gave up _yum_lock for MainThread >12:10:29,792 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,792 INFO packaging: have _yum_lock for MainThread >12:10:29,792 INFO packaging: gave up _yum_lock for MainThread >12:10:29,793 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,793 INFO packaging: have _yum_lock for MainThread >12:10:29,793 INFO packaging: gave up _yum_lock for MainThread >12:10:29,794 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,794 INFO packaging: have _yum_lock for MainThread >12:10:29,794 INFO packaging: gave up _yum_lock for MainThread >12:10:29,794 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,794 INFO packaging: have _yum_lock for MainThread >12:10:29,795 INFO packaging: gave up _yum_lock for MainThread >12:10:29,795 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,795 INFO packaging: have _yum_lock for MainThread >12:10:29,795 INFO packaging: gave up _yum_lock for MainThread >12:10:29,796 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,796 INFO packaging: have _yum_lock for MainThread >12:10:29,796 INFO packaging: gave up _yum_lock for MainThread >12:10:29,796 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,797 INFO packaging: have _yum_lock for MainThread >12:10:29,797 INFO packaging: gave up _yum_lock for MainThread >12:10:29,797 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,797 INFO packaging: have _yum_lock for MainThread >12:10:29,797 INFO packaging: gave up _yum_lock for MainThread >12:10:29,798 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,798 INFO packaging: have _yum_lock for MainThread >12:10:29,798 INFO packaging: gave up _yum_lock for MainThread >12:10:29,799 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,799 INFO packaging: have _yum_lock for MainThread >12:10:29,799 INFO packaging: gave up _yum_lock for MainThread >12:10:29,799 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,799 INFO packaging: have _yum_lock for MainThread >12:10:29,799 INFO packaging: gave up _yum_lock for MainThread >12:10:29,800 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,800 INFO packaging: have _yum_lock for MainThread >12:10:29,800 INFO packaging: gave up _yum_lock for MainThread >12:10:29,801 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,801 INFO packaging: have _yum_lock for MainThread >12:10:29,801 INFO packaging: gave up _yum_lock for MainThread >12:10:29,802 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,802 INFO packaging: have _yum_lock for MainThread >12:10:29,802 INFO packaging: gave up _yum_lock for MainThread >12:10:29,802 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,802 INFO packaging: have _yum_lock for MainThread >12:10:29,802 INFO packaging: gave up _yum_lock for MainThread >12:10:29,803 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,803 INFO packaging: have _yum_lock for MainThread >12:10:29,803 INFO packaging: gave up _yum_lock for MainThread >12:10:29,804 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,804 INFO packaging: have _yum_lock for MainThread >12:10:29,804 INFO packaging: gave up _yum_lock for MainThread >12:10:29,804 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,804 INFO packaging: have _yum_lock for MainThread >12:10:29,805 INFO packaging: gave up _yum_lock for MainThread >12:10:29,805 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,805 INFO packaging: have _yum_lock for MainThread >12:10:29,805 INFO packaging: gave up _yum_lock for MainThread >12:10:29,806 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,806 INFO packaging: have _yum_lock for MainThread >12:10:29,806 INFO packaging: gave up _yum_lock for MainThread >12:10:29,806 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,807 INFO packaging: have _yum_lock for MainThread >12:10:29,807 INFO packaging: gave up _yum_lock for MainThread >12:10:29,807 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,807 INFO packaging: have _yum_lock for MainThread >12:10:29,807 INFO packaging: gave up _yum_lock for MainThread >12:10:29,808 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,808 INFO packaging: have _yum_lock for MainThread >12:10:29,808 INFO packaging: gave up _yum_lock for MainThread >12:10:29,809 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,809 INFO packaging: have _yum_lock for MainThread >12:10:29,809 INFO packaging: gave up _yum_lock for MainThread >12:10:29,809 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,809 INFO packaging: have _yum_lock for MainThread >12:10:29,809 INFO packaging: gave up _yum_lock for MainThread >12:10:29,810 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,810 INFO packaging: have _yum_lock for MainThread >12:10:29,810 INFO packaging: gave up _yum_lock for MainThread >12:10:29,811 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,811 INFO packaging: have _yum_lock for MainThread >12:10:29,811 INFO packaging: gave up _yum_lock for MainThread >12:10:29,811 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,812 INFO packaging: have _yum_lock for MainThread >12:10:29,812 INFO packaging: gave up _yum_lock for MainThread >12:10:29,812 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,812 INFO packaging: have _yum_lock for MainThread >12:10:29,812 INFO packaging: gave up _yum_lock for MainThread >12:10:29,813 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,813 INFO packaging: have _yum_lock for MainThread >12:10:29,813 INFO packaging: gave up _yum_lock for MainThread >12:10:29,814 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,814 INFO packaging: have _yum_lock for MainThread >12:10:29,814 INFO packaging: gave up _yum_lock for MainThread >12:10:29,814 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,814 INFO packaging: have _yum_lock for MainThread >12:10:29,814 INFO packaging: gave up _yum_lock for MainThread >12:10:29,815 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,815 INFO packaging: have _yum_lock for MainThread >12:10:29,815 INFO packaging: gave up _yum_lock for MainThread >12:10:29,816 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,816 INFO packaging: have _yum_lock for MainThread >12:10:29,816 INFO packaging: gave up _yum_lock for MainThread >12:10:29,816 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,817 INFO packaging: have _yum_lock for MainThread >12:10:29,817 INFO packaging: gave up _yum_lock for MainThread >12:10:29,817 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,817 INFO packaging: have _yum_lock for MainThread >12:10:29,817 INFO packaging: gave up _yum_lock for MainThread >12:10:29,818 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,818 INFO packaging: have _yum_lock for MainThread >12:10:29,818 INFO packaging: gave up _yum_lock for MainThread >12:10:29,819 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,819 INFO packaging: have _yum_lock for MainThread >12:10:29,819 INFO packaging: gave up _yum_lock for MainThread >12:10:29,819 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,819 INFO packaging: have _yum_lock for MainThread >12:10:29,819 INFO packaging: gave up _yum_lock for MainThread >12:10:29,820 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,820 INFO packaging: have _yum_lock for MainThread >12:10:29,820 INFO packaging: gave up _yum_lock for MainThread >12:10:29,821 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,821 INFO packaging: have _yum_lock for MainThread >12:10:29,821 INFO packaging: gave up _yum_lock for MainThread >12:10:29,822 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,822 INFO packaging: have _yum_lock for MainThread >12:10:29,822 INFO packaging: gave up _yum_lock for MainThread >12:10:29,822 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,822 INFO packaging: have _yum_lock for MainThread >12:10:29,822 INFO packaging: gave up _yum_lock for MainThread >12:10:29,823 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,823 INFO packaging: have _yum_lock for MainThread >12:10:29,823 INFO packaging: gave up _yum_lock for MainThread >12:10:29,824 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,824 INFO packaging: have _yum_lock for MainThread >12:10:29,824 INFO packaging: gave up _yum_lock for MainThread >12:10:29,824 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,825 INFO packaging: have _yum_lock for MainThread >12:10:29,825 INFO packaging: gave up _yum_lock for MainThread >12:10:29,825 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,825 INFO packaging: have _yum_lock for MainThread >12:10:29,825 INFO packaging: gave up _yum_lock for MainThread >12:10:29,826 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,826 INFO packaging: have _yum_lock for MainThread >12:10:29,826 INFO packaging: gave up _yum_lock for MainThread >12:10:29,827 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,827 INFO packaging: have _yum_lock for MainThread >12:10:29,827 INFO packaging: gave up _yum_lock for MainThread >12:10:29,827 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,827 INFO packaging: have _yum_lock for MainThread >12:10:29,827 INFO packaging: gave up _yum_lock for MainThread >12:10:29,828 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,828 INFO packaging: have _yum_lock for MainThread >12:10:29,828 INFO packaging: gave up _yum_lock for MainThread >12:10:29,829 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,829 INFO packaging: have _yum_lock for MainThread >12:10:29,829 INFO packaging: gave up _yum_lock for MainThread >12:10:29,829 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,829 INFO packaging: have _yum_lock for MainThread >12:10:29,830 INFO packaging: gave up _yum_lock for MainThread >12:10:29,830 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,830 INFO packaging: have _yum_lock for MainThread >12:10:29,830 INFO packaging: gave up _yum_lock for MainThread >12:10:29,831 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,831 INFO packaging: have _yum_lock for MainThread >12:10:29,831 INFO packaging: gave up _yum_lock for MainThread >12:10:29,832 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,832 INFO packaging: have _yum_lock for MainThread >12:10:29,832 INFO packaging: gave up _yum_lock for MainThread >12:10:29,832 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,833 INFO packaging: have _yum_lock for MainThread >12:10:29,833 INFO packaging: gave up _yum_lock for MainThread >12:10:29,833 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,833 INFO packaging: have _yum_lock for MainThread >12:10:29,834 INFO packaging: gave up _yum_lock for MainThread >12:10:29,834 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,834 INFO packaging: have _yum_lock for MainThread >12:10:29,834 INFO packaging: gave up _yum_lock for MainThread >12:10:29,835 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,835 INFO packaging: have _yum_lock for MainThread >12:10:29,835 INFO packaging: gave up _yum_lock for MainThread >12:10:29,836 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,836 INFO packaging: have _yum_lock for MainThread >12:10:29,836 INFO packaging: gave up _yum_lock for MainThread >12:10:29,836 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,836 INFO packaging: have _yum_lock for MainThread >12:10:29,837 INFO packaging: gave up _yum_lock for MainThread >12:10:29,837 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,837 INFO packaging: have _yum_lock for MainThread >12:10:29,837 INFO packaging: gave up _yum_lock for MainThread >12:10:29,838 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,838 INFO packaging: have _yum_lock for MainThread >12:10:29,838 INFO packaging: gave up _yum_lock for MainThread >12:10:29,838 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,839 INFO packaging: have _yum_lock for MainThread >12:10:29,839 INFO packaging: gave up _yum_lock for MainThread >12:10:29,839 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,839 INFO packaging: have _yum_lock for MainThread >12:10:29,839 INFO packaging: gave up _yum_lock for MainThread >12:10:29,840 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,840 INFO packaging: have _yum_lock for MainThread >12:10:29,840 INFO packaging: gave up _yum_lock for MainThread >12:10:29,841 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,841 INFO packaging: have _yum_lock for MainThread >12:10:29,841 INFO packaging: gave up _yum_lock for MainThread >12:10:29,841 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,841 INFO packaging: have _yum_lock for MainThread >12:10:29,841 INFO packaging: gave up _yum_lock for MainThread >12:10:29,842 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,842 INFO packaging: have _yum_lock for MainThread >12:10:29,842 INFO packaging: gave up _yum_lock for MainThread >12:10:29,843 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,843 INFO packaging: have _yum_lock for MainThread >12:10:29,843 INFO packaging: gave up _yum_lock for MainThread >12:10:29,844 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,844 INFO packaging: have _yum_lock for MainThread >12:10:29,844 INFO packaging: gave up _yum_lock for MainThread >12:10:29,844 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,844 INFO packaging: have _yum_lock for MainThread >12:10:29,844 INFO packaging: gave up _yum_lock for MainThread >12:10:29,845 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,845 INFO packaging: have _yum_lock for MainThread >12:10:29,845 INFO packaging: gave up _yum_lock for MainThread >12:10:29,846 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,846 INFO packaging: have _yum_lock for MainThread >12:10:29,846 INFO packaging: gave up _yum_lock for MainThread >12:10:29,847 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,847 INFO packaging: have _yum_lock for MainThread >12:10:29,847 INFO packaging: gave up _yum_lock for MainThread >12:10:29,850 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,851 INFO packaging: have _yum_lock for MainThread >12:10:29,851 INFO packaging: gave up _yum_lock for MainThread >12:10:29,851 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,851 INFO packaging: have _yum_lock for MainThread >12:10:29,852 INFO packaging: gave up _yum_lock for MainThread >12:10:29,852 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,852 INFO packaging: have _yum_lock for MainThread >12:10:29,852 INFO packaging: gave up _yum_lock for MainThread >12:10:29,853 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,853 INFO packaging: have _yum_lock for MainThread >12:10:29,853 INFO packaging: gave up _yum_lock for MainThread >12:10:29,854 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,854 INFO packaging: have _yum_lock for MainThread >12:10:29,854 INFO packaging: gave up _yum_lock for MainThread >12:10:29,854 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,855 INFO packaging: have _yum_lock for MainThread >12:10:29,855 INFO packaging: gave up _yum_lock for MainThread >12:10:29,855 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,855 INFO packaging: have _yum_lock for MainThread >12:10:29,855 INFO packaging: gave up _yum_lock for MainThread >12:10:29,856 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,856 INFO packaging: have _yum_lock for MainThread >12:10:29,856 INFO packaging: gave up _yum_lock for MainThread >12:10:29,857 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,857 INFO packaging: have _yum_lock for MainThread >12:10:29,857 INFO packaging: gave up _yum_lock for MainThread >12:10:29,857 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,857 INFO packaging: have _yum_lock for MainThread >12:10:29,858 INFO packaging: gave up _yum_lock for MainThread >12:10:29,858 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,858 INFO packaging: have _yum_lock for MainThread >12:10:29,858 INFO packaging: gave up _yum_lock for MainThread >12:10:29,862 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,863 INFO packaging: have _yum_lock for MainThread >12:10:29,863 INFO packaging: gave up _yum_lock for MainThread >12:10:29,863 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,863 INFO packaging: have _yum_lock for MainThread >12:10:29,864 INFO packaging: gave up _yum_lock for MainThread >12:10:29,864 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,864 INFO packaging: have _yum_lock for MainThread >12:10:29,864 INFO packaging: gave up _yum_lock for MainThread >12:10:29,865 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,865 INFO packaging: have _yum_lock for MainThread >12:10:29,865 INFO packaging: gave up _yum_lock for MainThread >12:10:29,866 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,866 INFO packaging: have _yum_lock for MainThread >12:10:29,866 INFO packaging: gave up _yum_lock for MainThread >12:10:29,867 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,867 INFO packaging: have _yum_lock for MainThread >12:10:29,867 INFO packaging: gave up _yum_lock for MainThread >12:10:29,867 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,867 INFO packaging: have _yum_lock for MainThread >12:10:29,868 INFO packaging: gave up _yum_lock for MainThread >12:10:29,868 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,868 INFO packaging: have _yum_lock for MainThread >12:10:29,868 INFO packaging: gave up _yum_lock for MainThread >12:10:29,869 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,869 INFO packaging: have _yum_lock for MainThread >12:10:29,869 INFO packaging: gave up _yum_lock for MainThread >12:10:29,870 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,870 INFO packaging: have _yum_lock for MainThread >12:10:29,870 INFO packaging: gave up _yum_lock for MainThread >12:10:29,870 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,870 INFO packaging: have _yum_lock for MainThread >12:10:29,870 INFO packaging: gave up _yum_lock for MainThread >12:10:29,871 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,871 INFO packaging: have _yum_lock for MainThread >12:10:29,871 INFO packaging: gave up _yum_lock for MainThread >12:10:29,872 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,872 INFO packaging: have _yum_lock for MainThread >12:10:29,872 INFO packaging: gave up _yum_lock for MainThread >12:10:29,872 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,872 INFO packaging: have _yum_lock for MainThread >12:10:29,873 INFO packaging: gave up _yum_lock for MainThread >12:10:29,873 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,873 INFO packaging: have _yum_lock for MainThread >12:10:29,873 INFO packaging: gave up _yum_lock for MainThread >12:10:29,874 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,874 INFO packaging: have _yum_lock for MainThread >12:10:29,874 INFO packaging: gave up _yum_lock for MainThread >12:10:29,874 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,875 INFO packaging: have _yum_lock for MainThread >12:10:29,875 INFO packaging: gave up _yum_lock for MainThread >12:10:29,875 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,875 INFO packaging: have _yum_lock for MainThread >12:10:29,875 INFO packaging: gave up _yum_lock for MainThread >12:10:29,876 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,876 INFO packaging: have _yum_lock for MainThread >12:10:29,876 INFO packaging: gave up _yum_lock for MainThread >12:10:29,877 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,877 INFO packaging: have _yum_lock for MainThread >12:10:29,877 INFO packaging: gave up _yum_lock for MainThread >12:10:29,877 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,877 INFO packaging: have _yum_lock for MainThread >12:10:29,877 INFO packaging: gave up _yum_lock for MainThread >12:10:29,878 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,878 INFO packaging: have _yum_lock for MainThread >12:10:29,878 INFO packaging: gave up _yum_lock for MainThread >12:10:29,879 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,879 INFO packaging: have _yum_lock for MainThread >12:10:29,879 INFO packaging: gave up _yum_lock for MainThread >12:10:29,879 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,879 INFO packaging: have _yum_lock for MainThread >12:10:29,880 INFO packaging: gave up _yum_lock for MainThread >12:10:29,880 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,880 INFO packaging: have _yum_lock for MainThread >12:10:29,880 INFO packaging: gave up _yum_lock for MainThread >12:10:29,881 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,881 INFO packaging: have _yum_lock for MainThread >12:10:29,881 INFO packaging: gave up _yum_lock for MainThread >12:10:29,881 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,882 INFO packaging: have _yum_lock for MainThread >12:10:29,882 INFO packaging: gave up _yum_lock for MainThread >12:10:29,882 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,882 INFO packaging: have _yum_lock for MainThread >12:10:29,882 INFO packaging: gave up _yum_lock for MainThread >12:10:29,883 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,883 INFO packaging: have _yum_lock for MainThread >12:10:29,883 INFO packaging: gave up _yum_lock for MainThread >12:10:29,884 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,884 INFO packaging: have _yum_lock for MainThread >12:10:29,884 INFO packaging: gave up _yum_lock for MainThread >12:10:29,884 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,884 INFO packaging: have _yum_lock for MainThread >12:10:29,884 INFO packaging: gave up _yum_lock for MainThread >12:10:29,885 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,885 INFO packaging: have _yum_lock for MainThread >12:10:29,885 INFO packaging: gave up _yum_lock for MainThread >12:10:29,886 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,886 INFO packaging: have _yum_lock for MainThread >12:10:29,886 INFO packaging: gave up _yum_lock for MainThread >12:10:29,886 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,886 INFO packaging: have _yum_lock for MainThread >12:10:29,887 INFO packaging: gave up _yum_lock for MainThread >12:10:29,887 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,887 INFO packaging: have _yum_lock for MainThread >12:10:29,887 INFO packaging: gave up _yum_lock for MainThread >12:10:29,888 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,888 INFO packaging: have _yum_lock for MainThread >12:10:29,888 INFO packaging: gave up _yum_lock for MainThread >12:10:29,888 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,889 INFO packaging: have _yum_lock for MainThread >12:10:29,889 INFO packaging: gave up _yum_lock for MainThread >12:10:29,889 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,889 INFO packaging: have _yum_lock for MainThread >12:10:29,889 INFO packaging: gave up _yum_lock for MainThread >12:10:29,890 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,890 INFO packaging: have _yum_lock for MainThread >12:10:29,890 INFO packaging: gave up _yum_lock for MainThread >12:10:29,891 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,891 INFO packaging: have _yum_lock for MainThread >12:10:29,891 INFO packaging: gave up _yum_lock for MainThread >12:10:29,891 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,891 INFO packaging: have _yum_lock for MainThread >12:10:29,891 INFO packaging: gave up _yum_lock for MainThread >12:10:29,892 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,892 INFO packaging: have _yum_lock for MainThread >12:10:29,892 INFO packaging: gave up _yum_lock for MainThread >12:10:29,893 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,893 INFO packaging: have _yum_lock for MainThread >12:10:29,893 INFO packaging: gave up _yum_lock for MainThread >12:10:29,893 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,893 INFO packaging: have _yum_lock for MainThread >12:10:29,894 INFO packaging: gave up _yum_lock for MainThread >12:10:29,894 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,894 INFO packaging: have _yum_lock for MainThread >12:10:29,894 INFO packaging: gave up _yum_lock for MainThread >12:10:29,895 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,895 INFO packaging: have _yum_lock for MainThread >12:10:29,895 INFO packaging: gave up _yum_lock for MainThread >12:10:29,895 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,896 INFO packaging: have _yum_lock for MainThread >12:10:29,896 INFO packaging: gave up _yum_lock for MainThread >12:10:29,896 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,896 INFO packaging: have _yum_lock for MainThread >12:10:29,896 INFO packaging: gave up _yum_lock for MainThread >12:10:29,897 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,897 INFO packaging: have _yum_lock for MainThread >12:10:29,897 INFO packaging: gave up _yum_lock for MainThread >12:10:29,897 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,898 INFO packaging: have _yum_lock for MainThread >12:10:29,898 INFO packaging: gave up _yum_lock for MainThread >12:10:29,898 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,898 INFO packaging: have _yum_lock for MainThread >12:10:29,898 INFO packaging: gave up _yum_lock for MainThread >12:10:29,899 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,899 INFO packaging: have _yum_lock for MainThread >12:10:29,899 INFO packaging: gave up _yum_lock for MainThread >12:10:29,900 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,900 INFO packaging: have _yum_lock for MainThread >12:10:29,900 INFO packaging: gave up _yum_lock for MainThread >12:10:29,900 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,900 INFO packaging: have _yum_lock for MainThread >12:10:29,900 INFO packaging: gave up _yum_lock for MainThread >12:10:29,901 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,901 INFO packaging: have _yum_lock for MainThread >12:10:29,901 INFO packaging: gave up _yum_lock for MainThread >12:10:29,902 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,902 INFO packaging: have _yum_lock for MainThread >12:10:29,902 INFO packaging: gave up _yum_lock for MainThread >12:10:29,902 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,902 INFO packaging: have _yum_lock for MainThread >12:10:29,903 INFO packaging: gave up _yum_lock for MainThread >12:10:29,903 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,903 INFO packaging: have _yum_lock for MainThread >12:10:29,903 INFO packaging: gave up _yum_lock for MainThread >12:10:29,904 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,904 INFO packaging: have _yum_lock for MainThread >12:10:29,904 INFO packaging: gave up _yum_lock for MainThread >12:10:29,904 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,905 INFO packaging: have _yum_lock for MainThread >12:10:29,905 INFO packaging: gave up _yum_lock for MainThread >12:10:29,905 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,905 INFO packaging: have _yum_lock for MainThread >12:10:29,905 INFO packaging: gave up _yum_lock for MainThread >12:10:29,906 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,906 INFO packaging: have _yum_lock for MainThread >12:10:29,906 INFO packaging: gave up _yum_lock for MainThread >12:10:29,907 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,907 INFO packaging: have _yum_lock for MainThread >12:10:29,907 INFO packaging: gave up _yum_lock for MainThread >12:10:29,907 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,907 INFO packaging: have _yum_lock for MainThread >12:10:29,908 INFO packaging: gave up _yum_lock for MainThread >12:10:29,908 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,908 INFO packaging: have _yum_lock for MainThread >12:10:29,908 INFO packaging: gave up _yum_lock for MainThread >12:10:29,909 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,909 INFO packaging: have _yum_lock for MainThread >12:10:29,909 INFO packaging: gave up _yum_lock for MainThread >12:10:29,909 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,910 INFO packaging: have _yum_lock for MainThread >12:10:29,910 INFO packaging: gave up _yum_lock for MainThread >12:10:29,910 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,910 INFO packaging: have _yum_lock for MainThread >12:10:29,910 INFO packaging: gave up _yum_lock for MainThread >12:10:29,911 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,911 INFO packaging: have _yum_lock for MainThread >12:10:29,911 INFO packaging: gave up _yum_lock for MainThread >12:10:29,912 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,912 INFO packaging: have _yum_lock for MainThread >12:10:29,912 INFO packaging: gave up _yum_lock for MainThread >12:10:29,912 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,912 INFO packaging: have _yum_lock for MainThread >12:10:29,913 INFO packaging: gave up _yum_lock for MainThread >12:10:29,913 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,913 INFO packaging: have _yum_lock for MainThread >12:10:29,913 INFO packaging: gave up _yum_lock for MainThread >12:10:29,914 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,914 INFO packaging: have _yum_lock for MainThread >12:10:29,914 INFO packaging: gave up _yum_lock for MainThread >12:10:29,915 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,915 INFO packaging: have _yum_lock for MainThread >12:10:29,915 INFO packaging: gave up _yum_lock for MainThread >12:10:29,915 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,915 INFO packaging: have _yum_lock for MainThread >12:10:29,915 INFO packaging: gave up _yum_lock for MainThread >12:10:29,916 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,916 INFO packaging: have _yum_lock for MainThread >12:10:29,916 INFO packaging: gave up _yum_lock for MainThread >12:10:29,917 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,917 INFO packaging: have _yum_lock for MainThread >12:10:29,917 INFO packaging: gave up _yum_lock for MainThread >12:10:29,917 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,917 INFO packaging: have _yum_lock for MainThread >12:10:29,917 INFO packaging: gave up _yum_lock for MainThread >12:10:29,918 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,918 INFO packaging: have _yum_lock for MainThread >12:10:29,918 INFO packaging: gave up _yum_lock for MainThread >12:10:29,919 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,919 INFO packaging: have _yum_lock for MainThread >12:10:29,919 INFO packaging: gave up _yum_lock for MainThread >12:10:29,919 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,919 INFO packaging: have _yum_lock for MainThread >12:10:29,920 INFO packaging: gave up _yum_lock for MainThread >12:10:29,920 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,920 INFO packaging: have _yum_lock for MainThread >12:10:29,920 INFO packaging: gave up _yum_lock for MainThread >12:10:29,921 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,921 INFO packaging: have _yum_lock for MainThread >12:10:29,921 INFO packaging: gave up _yum_lock for MainThread >12:10:29,921 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,922 INFO packaging: have _yum_lock for MainThread >12:10:29,922 INFO packaging: gave up _yum_lock for MainThread >12:10:29,922 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,922 INFO packaging: have _yum_lock for MainThread >12:10:29,922 INFO packaging: gave up _yum_lock for MainThread >12:10:29,923 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,923 INFO packaging: have _yum_lock for MainThread >12:10:29,923 INFO packaging: gave up _yum_lock for MainThread >12:10:29,924 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,924 INFO packaging: have _yum_lock for MainThread >12:10:29,924 INFO packaging: gave up _yum_lock for MainThread >12:10:29,924 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,924 INFO packaging: have _yum_lock for MainThread >12:10:29,924 INFO packaging: gave up _yum_lock for MainThread >12:10:29,925 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1232 (_groupHasInstallableMembers) >12:10:29,925 INFO packaging: have _yum_lock for MainThread >12:10:29,925 INFO packaging: gave up _yum_lock for MainThread >12:10:29,926 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,926 INFO packaging: have _yum_lock for MainThread >12:10:29,926 INFO packaging: gave up _yum_lock for MainThread >12:10:29,926 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,926 INFO packaging: have _yum_lock for MainThread >12:10:29,927 INFO packaging: gave up _yum_lock for MainThread >12:10:29,927 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,927 INFO packaging: have _yum_lock for MainThread >12:10:29,927 INFO packaging: gave up _yum_lock for MainThread >12:10:29,928 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,928 INFO packaging: have _yum_lock for MainThread >12:10:29,928 INFO packaging: gave up _yum_lock for MainThread >12:10:29,928 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,929 INFO packaging: have _yum_lock for MainThread >12:10:29,929 INFO packaging: gave up _yum_lock for MainThread >12:10:29,929 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,929 INFO packaging: have _yum_lock for MainThread >12:10:29,929 INFO packaging: gave up _yum_lock for MainThread >12:10:29,930 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,930 INFO packaging: have _yum_lock for MainThread >12:10:29,930 INFO packaging: gave up _yum_lock for MainThread >12:10:29,931 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,931 INFO packaging: have _yum_lock for MainThread >12:10:29,931 INFO packaging: gave up _yum_lock for MainThread >12:10:29,931 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,931 INFO packaging: have _yum_lock for MainThread >12:10:29,931 INFO packaging: gave up _yum_lock for MainThread >12:10:29,932 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,932 INFO packaging: have _yum_lock for MainThread >12:10:29,932 INFO packaging: gave up _yum_lock for MainThread >12:10:29,933 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,933 INFO packaging: have _yum_lock for MainThread >12:10:29,933 INFO packaging: gave up _yum_lock for MainThread >12:10:29,933 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,933 INFO packaging: have _yum_lock for MainThread >12:10:29,933 INFO packaging: gave up _yum_lock for MainThread >12:10:29,934 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,934 INFO packaging: have _yum_lock for MainThread >12:10:29,934 INFO packaging: gave up _yum_lock for MainThread >12:10:29,935 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,935 INFO packaging: have _yum_lock for MainThread >12:10:29,935 INFO packaging: gave up _yum_lock for MainThread >12:10:29,935 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,935 INFO packaging: have _yum_lock for MainThread >12:10:29,936 INFO packaging: gave up _yum_lock for MainThread >12:10:29,936 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,936 INFO packaging: have _yum_lock for MainThread >12:10:29,936 INFO packaging: gave up _yum_lock for MainThread >12:10:29,937 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,937 INFO packaging: have _yum_lock for MainThread >12:10:29,937 INFO packaging: gave up _yum_lock for MainThread >12:10:29,937 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,938 INFO packaging: have _yum_lock for MainThread >12:10:29,938 INFO packaging: gave up _yum_lock for MainThread >12:10:29,938 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,938 INFO packaging: have _yum_lock for MainThread >12:10:29,938 INFO packaging: gave up _yum_lock for MainThread >12:10:29,939 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,939 INFO packaging: have _yum_lock for MainThread >12:10:29,939 INFO packaging: gave up _yum_lock for MainThread >12:10:29,940 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,940 INFO packaging: have _yum_lock for MainThread >12:10:29,940 INFO packaging: gave up _yum_lock for MainThread >12:10:29,940 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,940 INFO packaging: have _yum_lock for MainThread >12:10:29,940 INFO packaging: gave up _yum_lock for MainThread >12:10:29,941 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,941 INFO packaging: have _yum_lock for MainThread >12:10:29,941 INFO packaging: gave up _yum_lock for MainThread >12:10:29,942 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,942 INFO packaging: have _yum_lock for MainThread >12:10:29,942 INFO packaging: gave up _yum_lock for MainThread >12:10:29,942 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,942 INFO packaging: have _yum_lock for MainThread >12:10:29,942 INFO packaging: gave up _yum_lock for MainThread >12:10:29,943 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,943 INFO packaging: have _yum_lock for MainThread >12:10:29,943 INFO packaging: gave up _yum_lock for MainThread >12:10:29,944 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,944 INFO packaging: have _yum_lock for MainThread >12:10:29,944 INFO packaging: gave up _yum_lock for MainThread >12:10:29,945 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,945 INFO packaging: have _yum_lock for MainThread >12:10:29,945 INFO packaging: gave up _yum_lock for MainThread >12:10:29,945 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,945 INFO packaging: have _yum_lock for MainThread >12:10:29,945 INFO packaging: gave up _yum_lock for MainThread >12:10:29,946 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1076 (environmentHasOption) >12:10:29,946 INFO packaging: have _yum_lock for MainThread >12:10:29,946 INFO packaging: gave up _yum_lock for MainThread >12:10:29,947 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:304 (refreshAddons) >12:10:29,947 INFO packaging: have _yum_lock for MainThread >12:10:29,947 INFO packaging: gave up _yum_lock for MainThread >12:10:29,947 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1220 (_isGroupVisible) >12:10:29,948 INFO packaging: have _yum_lock for MainThread >12:10:29,948 INFO packaging: gave up _yum_lock for MainThread >12:10:29,948 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:306 (refreshAddons) >12:10:29,948 INFO packaging: have _yum_lock for MainThread >12:10:29,948 INFO packaging: gave up _yum_lock for MainThread >12:10:29,949 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1207 (groupDescription) >12:10:29,949 INFO packaging: have _yum_lock for MainThread >12:10:29,949 INFO packaging: gave up _yum_lock for MainThread >12:10:29,950 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:282 (_addAddon) >12:10:29,950 INFO packaging: have _yum_lock for MainThread >12:10:29,950 INFO packaging: gave up _yum_lock for MainThread >12:10:29,951 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1090 (environmentOptionIsDefault) >12:10:29,951 INFO packaging: have _yum_lock for MainThread >12:10:29,951 INFO packaging: gave up _yum_lock for MainThread >12:10:29,952 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:285 (_addAddon) >12:10:29,952 INFO packaging: have _yum_lock for MainThread >12:10:29,952 INFO packaging: gave up _yum_lock for MainThread >12:10:29,953 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1207 (groupDescription) >12:10:29,953 INFO packaging: have _yum_lock for MainThread >12:10:29,953 INFO packaging: gave up _yum_lock for MainThread >12:10:29,954 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:282 (_addAddon) >12:10:29,954 INFO packaging: have _yum_lock for MainThread >12:10:29,954 INFO packaging: gave up _yum_lock for MainThread >12:10:29,955 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1090 (environmentOptionIsDefault) >12:10:29,955 INFO packaging: have _yum_lock for MainThread >12:10:29,955 INFO packaging: gave up _yum_lock for MainThread >12:10:29,956 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:285 (_addAddon) >12:10:29,956 INFO packaging: have _yum_lock for MainThread >12:10:29,956 INFO packaging: gave up _yum_lock for MainThread >12:10:29,960 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:229 (_initialize) >12:10:29,961 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:29,961 DEBUG packaging: deleting package sacks >12:10:29,963 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:29,964 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1118 (selectEnvironment) >12:10:29,964 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:29,964 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:29,965 INFO packaging: about to acquire _yum_lock for AnaSoftwareWatcher at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:82 (_apply) >12:10:29,965 INFO packaging: have _yum_lock for AnaSoftwareWatcher >12:10:29,965 INFO packaging: gave up _yum_lock for AnaSoftwareWatcher >12:10:29,966 INFO packaging: checking software selection >12:10:29,967 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1437 (checkSoftwareSelection) >12:10:29,967 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:29,967 DEBUG packaging: deleting package sacks >12:10:29,967 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:29,968 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1438 (checkSoftwareSelection) >12:10:29,968 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:29,968 DEBUG packaging: deleting yum transaction info >12:10:29,968 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:29,968 DEBUG packaging: select group core >12:10:29,969 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1366 (_applyYumSelections) >12:10:29,969 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:29,969 DEBUG yum.verbose.YumBase: Setting up Package Sacks >12:10:30,125 DEBUG yum.verbose.YumBase: pkgsack time: 0.156 >12:10:30,159 DEBUG yum.verbose.YumBase: group time: 0.190 >12:10:30,160 DEBUG yum.verbose.YumBase: rpmdb time: 0.001 >12:10:30,238 DEBUG yum.verbose.YumBase: Obs Init time: 0.073 >12:10:30,272 DEBUG yum.verbose.YumBase: No package named ql23xx-firmware available to be installed >12:10:30,273 DEBUG yum.verbose.YumBase: No package named bfa-firmware available to be installed >12:10:30,278 DEBUG yum.verbose.YumBase: No package named ql2200-firmware available to be installed >12:10:30,283 DEBUG yum.verbose.YumBase: No package named ql2100-firmware available to be installed >12:10:30,284 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,284 DEBUG packaging: select package chrony >12:10:30,285 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1373 (_applyYumSelections) >12:10:30,285 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,286 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,286 DEBUG packaging: select group core >12:10:30,287 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1387 (_applyYumSelections) >12:10:30,287 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,287 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,287 DEBUG packaging: select package kernel-PAE >12:10:30,288 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1478 (selectKernelPackage) >12:10:30,288 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,303 DEBUG yum.verbose.YumBase: Checking for virtual provide or file-provide for kernel-PAE >12:10:30,304 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,304 INFO packaging: no kernel-PAE package >12:10:30,304 DEBUG packaging: select package kernel >12:10:30,305 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1478 (selectKernelPackage) >12:10:30,305 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,306 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,306 INFO packaging: selected kernel >12:10:30,307 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1403 (_applyYumSelections) >12:10:30,307 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,307 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:30,307 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:104 (checkSoftwareSelection) >12:10:30,307 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:30,307 INFO packaging: checking dependencies >12:10:30,529 DEBUG yum.verbose.YumBase: Building updates object >12:10:30,588 DEBUG yum.verbose.YumBase: up:simple updates time: 0.017 >12:10:30,589 DEBUG yum.verbose.YumBase: up:obs time: 0.001 >12:10:30,589 DEBUG yum.verbose.YumBase: up:condense time: 0.000 >12:10:30,589 DEBUG yum.verbose.YumBase: updates time: 0.060 >12:10:30,590 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:NetworkManager-glib-0.9.9.0-31.git20140108.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,592 DEBUG yum.verbose.YumBase: TSINFO: Marking ppp-2.4.5-32.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,593 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-1.6.12-7.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,595 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-glib-0.100-6.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,598 DEBUG yum.verbose.YumBase: TSINFO: Marking glib2-2.36.3-3.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,600 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-3.2.21-2.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,601 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:wpa_supplicant-2.0-11.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,602 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-autoipd-0.6.31-12.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,603 DEBUG yum.verbose.YumBase: TSINFO: Marking dnsmasq-2.66-11.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,605 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcc-4.8.2-11.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,605 DEBUG yum.verbose.YumBase: Quick matched libgcc-4.8.2-11.el7.x86_64 to require for libgcc_s.so.1(GCC_3.3.1)(64bit) >12:10:30,606 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-libs-207-13.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,608 DEBUG yum.verbose.YumBase: TSINFO: Marking systemd-sysv-207-13.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,609 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dbus-libs-1.6.12-7.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,610 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-3.el7.x86_64 to require for libglib-2.0.so.0()(64bit) >12:10:30,610 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-3.el7.x86_64 to require for libgmodule-2.0.so.0()(64bit) >12:10:30,610 DEBUG yum.verbose.YumBase: Quick matched glib2-2.36.3-3.el7.x86_64 to require for libgobject-2.0.so.0()(64bit) >12:10:30,611 DEBUG yum.verbose.YumBase: TSINFO: Marking libgudev1-207-13.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,613 DEBUG yum.verbose.YumBase: TSINFO: Marking ModemManager-glib-1.1.0-4.git20130913.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,614 DEBUG yum.verbose.YumBase: TSINFO: Marking libndp-1.2-2.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,615 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.el7.x86_64 to require for libnl-genl-3.so.200()(64bit) >12:10:30,615 DEBUG yum.verbose.YumBase: Quick matched libnl3-3.2.21-2.el7.x86_64 to require for libnl-route-3.so.200()(64bit) >12:10:30,615 DEBUG yum.verbose.YumBase: Quick matched 1:NetworkManager-glib-0.9.9.0-31.git20140108.el7.x86_64 to require for libnm-util.so.2()(64bit) >12:10:30,616 DEBUG yum.verbose.YumBase: TSINFO: Marking nspr-4.10.2-3.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,618 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-3.15.3-7.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,620 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-util-3.15.3-3.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,621 DEBUG yum.verbose.YumBase: Quick matched nspr-4.10.2-3.el7.x86_64 to require for libplds4.so()(64bit) >12:10:30,622 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-0.112-3.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,624 DEBUG yum.verbose.YumBase: TSINFO: Marking libsoup-2.42.2-2.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,626 DEBUG yum.verbose.YumBase: TSINFO: Marking teamd-1.9-2.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,627 DEBUG yum.verbose.YumBase: TSINFO: Marking libuuid-2.23.2-10.el7.x86_64 as install for 1:NetworkManager-0.9.9.0-31.git20140108.el7.x86_64 >12:10:30,628 DEBUG yum.verbose.YumBase: TSINFO: Marking xdg-utils-1.1.0-0.16.20120809git.el7.noarch as install for Red_Hat_Enterprise_Linux-Release_Notes-7-en-US-0-1.el7.noarch >12:10:30,629 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-tools-firmware-1.0.27-3.el7.x86_64 as install for alsa-firmware-1.0.27-2.el7.noarch >12:10:30,634 DEBUG yum.verbose.YumBase: TSINFO: Marking audit-libs-2.3.3-2.el7.x86_64 as install for audit-2.3.3-2.el7.x86_64 >12:10:30,635 DEBUG yum.verbose.YumBase: TSINFO: Marking chkconfig-1.3.61-3.el7.x86_64 as install for audit-2.3.3-2.el7.x86_64 >12:10:30,637 DEBUG yum.verbose.YumBase: TSINFO: Marking krb5-libs-1.11.3-43.el7.x86_64 as install for audit-2.3.3-2.el7.x86_64 >12:10:30,637 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-43.el7.x86_64 to require for libkrb5.so.3(krb5_3_MIT)(64bit) >12:10:30,638 DEBUG yum.verbose.YumBase: Quick matched audit-libs-2.3.3-2.el7.x86_64 to require for libauparse.so.0()(64bit) >12:10:30,638 DEBUG yum.verbose.YumBase: Quick matched krb5-libs-1.11.3-43.el7.x86_64 to require for libkrb5.so.3()(64bit) >12:10:30,639 DEBUG yum.verbose.YumBase: TSINFO: Marking tcp_wrappers-libs-7.6-76.el7.x86_64 as install for audit-2.3.3-2.el7.x86_64 >12:10:30,641 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-libs-5.9-12.20130511.el7.x86_64 as install for bash-4.2.45-3.el7.x86_64 >12:10:30,643 DEBUG yum.verbose.YumBase: TSINFO: Marking pciutils-libs-3.2.1-3.el7.x86_64 as install for biosdevname-0.5.0-6.el7.x86_64 >12:10:30,644 DEBUG yum.verbose.YumBase: Quick matched pciutils-libs-3.2.1-3.el7.x86_64 to require for libpci.so.3()(64bit) >12:10:30,645 DEBUG yum.verbose.YumBase: TSINFO: Marking zlib-1.2.7-12.el7.x86_64 as install for biosdevname-0.5.0-6.el7.x86_64 >12:10:30,648 DEBUG yum.verbose.YumBase: TSINFO: Marking libblkid-2.23.2-10.el7.x86_64 as install for btrfs-progs-3.12-2.el7.x86_64 >12:10:30,648 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-10.el7.x86_64 to require for libblkid.so.1(BLKID_2.15)(64bit) >12:10:30,649 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-10.el7.x86_64 to require for libblkid.so.1(BLKID_2.17)(64bit) >12:10:30,649 DEBUG yum.verbose.YumBase: Quick matched libblkid-2.23.2-10.el7.x86_64 to require for libblkid.so.1()(64bit) >12:10:30,650 DEBUG yum.verbose.YumBase: TSINFO: Marking libcom_err-1.42.9-1.el7.x86_64 as install for btrfs-progs-3.12-2.el7.x86_64 >12:10:30,651 DEBUG yum.verbose.YumBase: TSINFO: Marking e2fsprogs-libs-1.42.9-1.el7.x86_64 as install for btrfs-progs-3.12-2.el7.x86_64 >12:10:30,652 DEBUG yum.verbose.YumBase: TSINFO: Marking lzo-2.06-5.el7.x86_64 as install for btrfs-progs-3.12-2.el7.x86_64 >12:10:30,654 DEBUG yum.verbose.YumBase: TSINFO: Marking info-5.1-2.el7.x86_64 as install for chrony-1.29-3.el7.x86_64 >12:10:30,655 DEBUG yum.verbose.YumBase: Quick matched info-5.1-2.el7.x86_64 to require for info >12:10:30,656 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-freebl-3.15.3-2.el7.x86_64 as install for chrony-1.29-3.el7.x86_64 >12:10:30,657 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-2.22-7.el7.x86_64 as install for chrony-1.29-3.el7.x86_64 >12:10:30,659 DEBUG yum.verbose.YumBase: TSINFO: Marking libedit-3.0-11.20121213cvs.el7.x86_64 as install for chrony-1.29-3.el7.x86_64 >12:10:30,663 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:gmp-5.1.1-4.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,664 DEBUG yum.verbose.YumBase: TSINFO: Marking grep-2.14-5.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,665 DEBUG yum.verbose.YumBase: TSINFO: Marking libacl-2.2.51-11.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,666 DEBUG yum.verbose.YumBase: TSINFO: Marking libattr-2.4.46-11.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,668 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:openssl-libs-1.0.1e-29.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,670 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-2.2.1-3.el7.x86_64 as install for coreutils-8.22-10.el7.x86_64 >12:10:30,673 DEBUG yum.verbose.YumBase: TSINFO: Marking pam-1.1.8-4.el7.x86_64 as install for cronie-1.4.11-7.el7.x86_64 >12:10:30,677 DEBUG yum.verbose.YumBase: TSINFO: Marking cronie-anacron-1.4.11-7.el7.x86_64 as install for cronie-1.4.11-7.el7.x86_64 >12:10:30,678 DEBUG yum.verbose.YumBase: TSINFO: Marking sed-4.2.2-3.el7.x86_64 as install for cronie-1.4.11-7.el7.x86_64 >12:10:30,680 DEBUG yum.verbose.YumBase: TSINFO: Marking libcurl-7.29.0-13.el7.x86_64 as install for curl-7.29.0-13.el7.x86_64 >12:10:30,681 DEBUG yum.verbose.YumBase: Quick matched libcurl-7.29.0-13.el7.x86_64 to require for libcurl.so.4()(64bit) >12:10:30,683 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-common-4.2.5-26.el7.x86_64 as install for 12:dhclient-4.2.5-26.el7.x86_64 >12:10:30,684 DEBUG yum.verbose.YumBase: TSINFO: Marking 12:dhcp-libs-4.2.5-26.el7.x86_64 as install for 12:dhclient-4.2.5-26.el7.x86_64 >12:10:30,686 DEBUG yum.verbose.YumBase: TSINFO: Marking libcap-ng-0.7.3-4.el7.x86_64 as install for 12:dhclient-4.2.5-26.el7.x86_64 >12:10:30,687 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-libs-lite-9.9.4-13.el7.x86_64 as install for 12:dhclient-4.2.5-26.el7.x86_64 >12:10:30,688 DEBUG yum.verbose.YumBase: Quick matched 32:bind-libs-lite-9.9.4-13.el7.x86_64 to require for libisc-export.so.95()(64bit) >12:10:30,689 DEBUG yum.verbose.YumBase: TSINFO: Marking openldap-2.4.35-11.el7.x86_64 as install for 12:dhclient-4.2.5-26.el7.x86_64 >12:10:30,690 DEBUG yum.verbose.YumBase: Quick matched openldap-2.4.35-11.el7.x86_64 to require for libldap-2.4.so.2()(64bit) >12:10:30,690 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-033-85.el7.x86_64 as install for dracut-config-rescue-033-85.el7.x86_64 >12:10:30,694 DEBUG yum.verbose.YumBase: TSINFO: Marking libss-1.42.9-1.el7.x86_64 as install for e2fsprogs-1.42.9-1.el7.x86_64 >12:10:30,694 DEBUG yum.verbose.YumBase: Quick matched libss-1.42.9-1.el7.x86_64 to require for libss.so.2()(64bit) >12:10:30,695 DEBUG yum.verbose.YumBase: TSINFO: Marking glibc-common-2.17-47.el7.x86_64 as install for glibc-2.17-47.el7.x86_64 >12:10:30,699 DEBUG yum.verbose.YumBase: TSINFO: Marking sysvinit-tools-2.88-13.dsf.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,700 DEBUG yum.verbose.YumBase: TSINFO: Marking gawk-4.0.2-3.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,701 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-release-server-7.0-0.7.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,702 DEBUG yum.verbose.YumBase: TSINFO: Marking cpio-2.11-21.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,702 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:findutils-4.5.11-2.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,704 DEBUG yum.verbose.YumBase: TSINFO: Marking popt-1.13-15.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,705 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-14-4.el7.x86_64 as install for initscripts-9.49.12-2.el7.x86_64 >12:10:30,707 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-5.3.21-16.el7.x86_64 as install for iproute-3.10.0-9.el7.x86_64 >12:10:30,710 DEBUG yum.verbose.YumBase: TSINFO: Marking libsysfs-2.1.0-15.el7.x86_64 as install for iprutils-2.3.15-2.el7.x86_64 >12:10:30,712 DEBUG yum.verbose.YumBase: TSINFO: Marking libnetfilter_conntrack-1.0.4-1.el7.x86_64 as install for iptables-1.4.21-7.el7.x86_64 >12:10:30,714 DEBUG yum.verbose.YumBase: TSINFO: Marking libnfnetlink-1.0.1-3.el7.x86_64 as install for iptables-1.4.21-7.el7.x86_64 >12:10:30,716 DEBUG yum.verbose.YumBase: TSINFO: Marking libidn-1.28-2.el7.x86_64 as install for iputils-20121221-5.el7.x86_64 >12:10:30,716 DEBUG yum.verbose.YumBase: Quick matched libidn-1.28-2.el7.x86_64 to require for libidn.so.11()(64bit) >12:10:30,718 DEBUG yum.verbose.YumBase: TSINFO: Marking numactl-libs-2.0.9-2.el7.x86_64 as install for 2:irqbalance-1.0.6-4.el7.x86_64 >12:10:30,719 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.el7.x86_64 to require for numactl-libs >12:10:30,719 DEBUG yum.verbose.YumBase: Quick matched numactl-libs-2.0.9-2.el7.x86_64 to require for libnuma.so.1()(64bit) >12:10:30,721 DEBUG yum.verbose.YumBase: TSINFO: Marking kbd-misc-1.15.5-9.el7.noarch as install for kbd-1.15.5-9.el7.x86_64 >12:10:30,753 DEBUG yum.verbose.YumBase: TSINFO: Marking grubby-8.28-5.el7.x86_64 as install for kernel-3.10.0-73.el7.x86_64 >12:10:30,756 DEBUG yum.verbose.YumBase: TSINFO: Marking dracut-network-033-85.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,757 DEBUG yum.verbose.YumBase: TSINFO: Marking 2:ethtool-3.8-2.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,759 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libs-0.158-1.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,760 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-1.el7.x86_64 to require for libdw.so.1(ELFUTILS_0.126)(64bit) >12:10:30,760 DEBUG yum.verbose.YumBase: Quick matched elfutils-libs-0.158-1.el7.x86_64 to require for libdw.so.1(ELFUTILS_0.143)(64bit) >12:10:30,761 DEBUG yum.verbose.YumBase: TSINFO: Marking elfutils-libelf-0.158-1.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,762 DEBUG yum.verbose.YumBase: TSINFO: Marking bzip2-libs-1.0.6-11.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,764 DEBUG yum.verbose.YumBase: TSINFO: Marking snappy-1.1.0-2.el7.x86_64 as install for kexec-tools-2.0.4-20.el7.x86_64 >12:10:30,765 DEBUG yum.verbose.YumBase: TSINFO: Marking groff-base-1.22.2-7.el7.x86_64 as install for less-458-6.el7.x86_64 >12:10:30,767 DEBUG yum.verbose.YumBase: TSINFO: Marking gzip-1.5-6.el7.x86_64 as install for man-db-2.6.3-7.el7.x86_64 >12:10:30,769 DEBUG yum.verbose.YumBase: TSINFO: Marking gdbm-1.10-7.el7.x86_64 as install for man-db-2.6.3-7.el7.x86_64 >12:10:30,770 DEBUG yum.verbose.YumBase: TSINFO: Marking libpipeline-1.2.3-2.el7.x86_64 as install for man-db-2.6.3-7.el7.x86_64 >12:10:30,773 DEBUG yum.verbose.YumBase: TSINFO: Marking openssh-6.4p1-5.el7.x86_64 as install for openssh-clients-6.4p1-5.el7.x86_64 >12:10:30,775 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-lib-1.4.1-3.el7.x86_64 as install for openssh-clients-6.4p1-5.el7.x86_64 >12:10:30,775 DEBUG yum.verbose.YumBase: Quick matched fipscheck-lib-1.4.1-3.el7.x86_64 to require for libfipscheck.so.1()(64bit) >12:10:30,780 DEBUG yum.verbose.YumBase: TSINFO: Marking 7:device-mapper-libs-1.02.82-11.el7.x86_64 as install for parted-3.1-15.el7.x86_64 >12:10:30,780 DEBUG yum.verbose.YumBase: Quick matched 7:device-mapper-libs-1.02.82-11.el7.x86_64 to require for libdevmapper.so.1.02()(64bit) >12:10:30,781 DEBUG yum.verbose.YumBase: TSINFO: Marking readline-6.2-7.el7.x86_64 as install for parted-3.1-15.el7.x86_64 >12:10:30,783 DEBUG yum.verbose.YumBase: TSINFO: Marking libsepol-2.1.9-2.el7.x86_64 as install for parted-3.1-15.el7.x86_64 >12:10:30,785 DEBUG yum.verbose.YumBase: TSINFO: Marking libuser-0.60-4.el7.x86_64 as install for passwd-0.79-2.el7.x86_64 >12:10:30,787 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-scripts-0.8.9-0.3.20140113.el7.x86_64 as install for plymouth-0.8.9-0.3.20140113.el7.x86_64 >12:10:30,788 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-logos-69.1.10-1.el7.noarch as install for plymouth-0.8.9-0.3.20140113.el7.x86_64 >12:10:30,790 DEBUG yum.verbose.YumBase: TSINFO: Marking libdrm-2.4.50-1.el7.x86_64 as install for plymouth-0.8.9-0.3.20140113.el7.x86_64 >12:10:30,791 DEBUG yum.verbose.YumBase: TSINFO: Marking plymouth-core-libs-0.8.9-0.3.20140113.el7.x86_64 as install for plymouth-0.8.9-0.3.20140113.el7.x86_64 >12:10:30,791 DEBUG yum.verbose.YumBase: Quick matched plymouth-core-libs-0.8.9-0.3.20140113.el7.x86_64 to require for libply.so.2()(64bit) >12:10:30,793 DEBUG yum.verbose.YumBase: TSINFO: Marking libselinux-utils-2.2.1-3.el7.x86_64 as install for policycoreutils-2.2.5-2.el7.x86_64 >12:10:30,794 DEBUG yum.verbose.YumBase: TSINFO: Marking diffutils-3.3-3.el7.x86_64 as install for policycoreutils-2.2.5-2.el7.x86_64 >12:10:30,795 DEBUG yum.verbose.YumBase: TSINFO: Marking libsemanage-2.1.10-15.el7.x86_64 as install for policycoreutils-2.2.5-2.el7.x86_64 >12:10:30,796 DEBUG yum.verbose.YumBase: Quick matched libsemanage-2.1.10-15.el7.x86_64 to require for libsemanage.so.1()(64bit) >12:10:30,799 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:mariadb-libs-5.5.34-5.el7.x86_64 as install for 2:postfix-2.10.1-5.el7.x86_64 >12:10:30,800 DEBUG yum.verbose.YumBase: Quick matched 1:mariadb-libs-5.5.34-5.el7.x86_64 to require for libmysqlclient.so.18()(64bit) >12:10:30,801 DEBUG yum.verbose.YumBase: TSINFO: Marking pcre-8.32-11.el7.x86_64 as install for 2:postfix-2.10.1-5.el7.x86_64 >12:10:30,802 DEBUG yum.verbose.YumBase: TSINFO: Marking cyrus-sasl-lib-2.1.26-16.el7.x86_64 as install for 2:postfix-2.10.1-5.el7.x86_64 >12:10:30,805 DEBUG yum.verbose.YumBase: TSINFO: Marking python-2.7.5-14.el7.x86_64 as install for redhat-support-tool-0.9.5-9.el7.noarch >12:10:30,806 DEBUG yum.verbose.YumBase: TSINFO: Marking redhat-support-lib-python-0.9.5-10.el7.noarch as install for redhat-support-tool-0.9.5-9.el7.noarch >12:10:30,807 DEBUG yum.verbose.YumBase: Quick matched python-2.7.5-14.el7.x86_64 to require for python >12:10:30,808 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dateutil-1.5-7.el7.noarch as install for redhat-support-tool-0.9.5-9.el7.noarch >12:10:30,808 DEBUG yum.verbose.YumBase: TSINFO: Marking python-lxml-3.2.1-3.el7.x86_64 as install for redhat-support-tool-0.9.5-9.el7.noarch >12:10:30,811 DEBUG yum.verbose.YumBase: TSINFO: Marking libdb-utils-5.3.21-16.el7.x86_64 as install for rpm-4.11.1-12.el7.x86_64 >12:10:30,813 DEBUG yum.verbose.YumBase: TSINFO: Marking lua-5.1.4-13.el7.x86_64 as install for rpm-4.11.1-12.el7.x86_64 >12:10:30,814 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-libs-5.1.2-7alpha.el7.x86_64 as install for rpm-4.11.1-12.el7.x86_64 >12:10:30,816 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-libs-4.11.1-12.el7.x86_64 as install for rpm-4.11.1-12.el7.x86_64 >12:10:30,816 DEBUG yum.verbose.YumBase: Quick matched rpm-libs-4.11.1-12.el7.x86_64 to require for librpmio.so.3()(64bit) >12:10:30,819 DEBUG yum.verbose.YumBase: TSINFO: Marking logrotate-3.8.6-3.el7.x86_64 as install for rsyslog-7.4.7-2.el7.x86_64 >12:10:30,821 DEBUG yum.verbose.YumBase: TSINFO: Marking libee-0.4.1-5.el7.x86_64 as install for rsyslog-7.4.7-2.el7.x86_64 >12:10:30,822 DEBUG yum.verbose.YumBase: TSINFO: Marking libestr-0.1.9-1.el7.x86_64 as install for rsyslog-7.4.7-2.el7.x86_64 >12:10:30,823 DEBUG yum.verbose.YumBase: TSINFO: Marking json-c-0.11-2.el7.x86_64 as install for rsyslog-7.4.7-2.el7.x86_64 >12:10:30,824 DEBUG yum.verbose.YumBase: TSINFO: Marking selinux-policy-3.12.1-118.el7.noarch as install for selinux-policy-targeted-3.12.1-118.el7.noarch >12:10:30,825 DEBUG yum.verbose.YumBase: Quick matched selinux-policy-3.12.1-118.el7.noarch to require for selinux-policy >12:10:30,828 DEBUG yum.verbose.YumBase: TSINFO: Marking python-rhsm-1.10.10-1.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,829 DEBUG yum.verbose.YumBase: TSINFO: Marking dbus-python-1.1.1-6.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,831 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject2-2.28.6-10.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,831 DEBUG yum.verbose.YumBase: TSINFO: Marking python-dmidecode-3.10.13-10.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,832 DEBUG yum.verbose.YumBase: TSINFO: Marking python-ethtool-0.8-4.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,833 DEBUG yum.verbose.YumBase: TSINFO: Marking python-iniparse-0.4-9.el7.noarch as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,834 DEBUG yum.verbose.YumBase: TSINFO: Marking usermode-1.111-4.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,835 DEBUG yum.verbose.YumBase: TSINFO: Marking virt-what-1.13-4.el7.x86_64 as install for subscription-manager-1.10.10-1.el7.x86_64 >12:10:30,841 DEBUG yum.verbose.YumBase: TSINFO: Marking acl-2.2.51-11.el7.x86_64 as install for systemd-207-13.el7.x86_64 >12:10:30,842 DEBUG yum.verbose.YumBase: TSINFO: Marking cryptsetup-libs-1.6.3-1.el7.x86_64 as install for systemd-207-13.el7.x86_64 >12:10:30,844 DEBUG yum.verbose.YumBase: TSINFO: Marking libgcrypt-1.5.3-2.el7.x86_64 as install for systemd-207-13.el7.x86_64 >12:10:30,845 DEBUG yum.verbose.YumBase: TSINFO: Marking kmod-libs-14-4.el7.x86_64 as install for systemd-207-13.el7.x86_64 >12:10:30,847 DEBUG yum.verbose.YumBase: TSINFO: Marking qrencode-libs-3.4.1-2.el7.x86_64 as install for systemd-207-13.el7.x86_64 >12:10:30,850 DEBUG yum.verbose.YumBase: TSINFO: Marking pygobject3-base-3.8.2-3.el7.x86_64 as install for tuned-2.3.0-6.el7.noarch >12:10:30,851 DEBUG yum.verbose.YumBase: TSINFO: Marking python-configobj-4.7.2-7.el7.noarch as install for tuned-2.3.0-6.el7.noarch >12:10:30,852 DEBUG yum.verbose.YumBase: TSINFO: Marking python-decorator-3.4.0-3.el7.noarch as install for tuned-2.3.0-6.el7.noarch >12:10:30,852 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pyudev-0.15-6.el7.noarch as install for tuned-2.3.0-6.el7.noarch >12:10:30,858 DEBUG yum.verbose.YumBase: TSINFO: Marking libmount-2.23.2-10.el7.x86_64 as install for util-linux-2.23.2-10.el7.x86_64 >12:10:30,858 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-10.el7.x86_64 to require for libmount.so.1(MOUNT_2.19)(64bit) >12:10:30,858 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-10.el7.x86_64 to require for libmount.so.1(MOUNT_2.20)(64bit) >12:10:30,858 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-10.el7.x86_64 to require for libmount.so.1(MOUNT_2.21)(64bit) >12:10:30,858 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-10.el7.x86_64 to require for libmount.so.1(MOUNT_2.22)(64bit) >12:10:30,859 DEBUG yum.verbose.YumBase: Quick matched libmount-2.23.2-10.el7.x86_64 to require for libmount.so.1(MOUNT_2.23)(64bit) >12:10:30,860 DEBUG yum.verbose.YumBase: TSINFO: Marking libutempter-1.1.6-3.el7.x86_64 as install for util-linux-2.23.2-10.el7.x86_64 >12:10:30,863 DEBUG yum.verbose.YumBase: TSINFO: Marking python-urlgrabber-3.10-2.el7.noarch as install for yum-3.4.3-107.el7.noarch >12:10:30,864 DEBUG yum.verbose.YumBase: TSINFO: Marking yum-metadata-parser-1.1.4-9.el7.x86_64 as install for yum-3.4.3-107.el7.noarch >12:10:30,865 DEBUG yum.verbose.YumBase: TSINFO: Marking pygpgme-0.3-7.el7.x86_64 as install for yum-3.4.3-107.el7.noarch >12:10:30,865 DEBUG yum.verbose.YumBase: TSINFO: Marking pyliblzma-0.5.3-8.el7.x86_64 as install for yum-3.4.3-107.el7.noarch >12:10:30,866 DEBUG yum.verbose.YumBase: TSINFO: Marking pyxattr-0.5.1-4.el7.x86_64 as install for yum-3.4.3-107.el7.noarch >12:10:30,867 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-python-4.11.1-12.el7.x86_64 as install for yum-3.4.3-107.el7.noarch >12:10:30,874 DEBUG yum.verbose.YumBase: TSINFO: Marking fxload-2002_04_11-15.el7.x86_64 as install for alsa-tools-firmware-1.0.27-3.el7.x86_64 >12:10:30,875 DEBUG yum.verbose.YumBase: TSINFO: Marking alsa-lib-1.0.27.2-2.el7.x86_64 as install for alsa-tools-firmware-1.0.27-3.el7.x86_64 >12:10:30,876 DEBUG yum.verbose.YumBase: Quick matched alsa-lib-1.0.27.2-2.el7.x86_64 to require for libasound.so.2()(64bit) >12:10:30,879 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-libs-0.6.31-12.el7.x86_64 as install for avahi-autoipd-0.6.31-12.el7.x86_64 >12:10:30,880 DEBUG yum.verbose.YumBase: TSINFO: Marking libdaemon-0.14-6.el7.x86_64 as install for avahi-autoipd-0.6.31-12.el7.x86_64 >12:10:30,882 DEBUG yum.verbose.YumBase: TSINFO: Marking 32:bind-license-9.9.4-13.el7.noarch as install for 32:bind-libs-lite-9.9.4-13.el7.x86_64 >12:10:30,884 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-2.9.1-4.el7.x86_64 as install for 32:bind-libs-lite-9.9.4-13.el7.x86_64 >12:10:30,887 DEBUG yum.verbose.YumBase: TSINFO: Marking crontabs-1.11-6.20121102git.el7.noarch as install for cronie-anacron-1.4.11-7.el7.x86_64 >12:10:30,889 DEBUG yum.verbose.YumBase: TSINFO: Marking libgpg-error-1.12-2.el7.x86_64 as install for cryptsetup-libs-1.6.3-1.el7.x86_64 >12:10:30,892 DEBUG yum.verbose.YumBase: TSINFO: Marking expat-2.1.0-7.el7.x86_64 as install for 1:dbus-1.6.12-7.el7.x86_64 >12:10:30,896 DEBUG yum.verbose.YumBase: TSINFO: Marking 7:device-mapper-1.02.82-11.el7.x86_64 as install for 7:device-mapper-libs-1.02.82-11.el7.x86_64 >12:10:30,899 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:hardlink-1.0-18.el7.x86_64 as install for dracut-033-85.el7.x86_64 >12:10:30,901 DEBUG yum.verbose.YumBase: TSINFO: Marking kpartx-0.4.9-61.el7.x86_64 as install for dracut-033-85.el7.x86_64 >12:10:30,904 DEBUG yum.verbose.YumBase: TSINFO: Marking xz-5.1.2-7alpha.el7.x86_64 as install for dracut-033-85.el7.x86_64 >12:10:30,910 DEBUG yum.verbose.YumBase: TSINFO: Marking fipscheck-1.4.1-3.el7.x86_64 as install for fipscheck-lib-1.4.1-3.el7.x86_64 >12:10:30,914 DEBUG yum.verbose.YumBase: TSINFO: Marking shared-mime-info-1.1-6.el7.x86_64 as install for glib2-2.36.3-3.el7.x86_64 >12:10:30,915 DEBUG yum.verbose.YumBase: TSINFO: Marking libffi-3.0.13-10.el7.x86_64 as install for glib2-2.36.3-3.el7.x86_64 >12:10:30,916 DEBUG yum.verbose.YumBase: TSINFO: Marking tzdata-2013i-3.el7.noarch as install for glibc-common-2.17-47.el7.x86_64 >12:10:30,919 DEBUG yum.verbose.YumBase: TSINFO: Marking libstdc++-4.8.2-11.el7.x86_64 as install for 1:gmp-5.1.1-4.el7.x86_64 >12:10:30,919 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-11.el7.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4)(64bit) >12:10:30,919 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-11.el7.x86_64 to require for libstdc++.so.6(GLIBCXX_3.4.11)(64bit) >12:10:30,919 DEBUG yum.verbose.YumBase: Quick matched libstdc++-4.8.2-11.el7.x86_64 to require for libstdc++.so.6()(64bit) >12:10:30,926 DEBUG yum.verbose.YumBase: TSINFO: Marking keyutils-libs-1.5.8-2.el7.x86_64 as install for krb5-libs-1.11.3-43.el7.x86_64 >12:10:30,927 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-2.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_0.3)(64bit) >12:10:30,927 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-2.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.0)(64bit) >12:10:30,927 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-2.el7.x86_64 to require for libkeyutils.so.1(KEYUTILS_1.5)(64bit) >12:10:30,927 DEBUG yum.verbose.YumBase: Quick matched keyutils-libs-1.5.8-2.el7.x86_64 to require for libkeyutils.so.1()(64bit) >12:10:30,928 DEBUG yum.verbose.YumBase: TSINFO: Marking libverto-0.2.5-3.el7.x86_64 as install for krb5-libs-1.11.3-43.el7.x86_64 >12:10:30,936 DEBUG yum.verbose.YumBase: TSINFO: Marking libssh2-1.4.3-7.el7.x86_64 as install for libcurl-7.29.0-13.el7.x86_64 >12:10:30,936 DEBUG yum.verbose.YumBase: Quick matched libssh2-1.4.3-7.el7.x86_64 to require for libssh2.so.1()(64bit) >12:10:30,939 DEBUG yum.verbose.YumBase: TSINFO: Marking libpciaccess-0.13.1-4.el7.x86_64 as install for libdrm-2.4.50-1.el7.x86_64 >12:10:30,945 DEBUG yum.verbose.YumBase: TSINFO: Marking libmnl-1.0.3-6.el7.x86_64 as install for libnetfilter_conntrack-1.0.4-1.el7.x86_64 >12:10:30,945 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.el7.x86_64 to require for libmnl.so.0(LIBMNL_1.1)(64bit) >12:10:30,945 DEBUG yum.verbose.YumBase: Quick matched libmnl-1.0.3-6.el7.x86_64 to require for libmnl.so.0()(64bit) >12:10:30,949 DEBUG yum.verbose.YumBase: TSINFO: Marking ustr-1.0.4-15.el7.x86_64 as install for libsemanage-2.1.10-15.el7.x86_64 >12:10:30,950 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.el7.x86_64 to require for libustr-1.0.so.1(USTR_1.0.1)(64bit) >12:10:30,950 DEBUG yum.verbose.YumBase: Quick matched ustr-1.0.4-15.el7.x86_64 to require for libustr-1.0.so.1()(64bit) >12:10:30,952 DEBUG yum.verbose.YumBase: TSINFO: Marking glib-networking-2.36.2-2.el7.x86_64 as install for libsoup-2.42.2-2.el7.x86_64 >12:10:30,953 DEBUG yum.verbose.YumBase: TSINFO: Marking sqlite-3.7.17-3.el7.x86_64 as install for libsoup-2.42.2-2.el7.x86_64 >12:10:30,961 DEBUG yum.verbose.YumBase: TSINFO: Marking ncurses-base-5.9-12.20130511.el7.noarch as install for ncurses-libs-5.9-12.20130511.el7.x86_64 >12:10:30,966 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-softokn-3.15.3-2.el7.x86_64 as install for nss-3.15.3-7.el7.x86_64 >12:10:30,967 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-sysinit-3.15.3-7.el7.x86_64 as install for nss-3.15.3-7.el7.x86_64 >12:10:30,967 DEBUG yum.verbose.YumBase: Quick matched nss-softokn-3.15.3-2.el7.x86_64 to require for libsoftokn3.so()(64bit) >12:10:30,973 DEBUG yum.verbose.YumBase: TSINFO: Marking nss-tools-3.15.3-7.el7.x86_64 as install for openldap-2.4.35-11.el7.x86_64 >12:10:30,977 DEBUG yum.verbose.YumBase: TSINFO: Marking ca-certificates-2013.1.95-71.el7.noarch as install for 1:openssl-libs-1.0.1e-29.el7.x86_64 >12:10:30,979 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-dicts-2.9.0-9.el7.x86_64 as install for pam-1.1.8-4.el7.x86_64 >12:10:30,981 DEBUG yum.verbose.YumBase: TSINFO: Marking libpwquality-1.2.3-3.el7.x86_64 as install for pam-1.1.8-4.el7.x86_64 >12:10:30,983 DEBUG yum.verbose.YumBase: TSINFO: Marking cracklib-2.9.0-9.el7.x86_64 as install for pam-1.1.8-4.el7.x86_64 >12:10:30,988 DEBUG yum.verbose.YumBase: TSINFO: Marking mozjs17-17.0.0-8.el7.x86_64 as install for polkit-0.112-3.el7.x86_64 >12:10:30,989 DEBUG yum.verbose.YumBase: TSINFO: Marking polkit-pkla-compat-0.1-3.el7.x86_64 as install for polkit-0.112-3.el7.x86_64 >12:10:30,994 DEBUG yum.verbose.YumBase: TSINFO: Marking 14:libpcap-1.5.3-1.el7.x86_64 as install for ppp-2.4.5-32.el7.x86_64 >12:10:30,994 DEBUG yum.verbose.YumBase: Quick matched 14:libpcap-1.5.3-1.el7.x86_64 to require for libpcap.so.1()(64bit) >12:10:30,997 DEBUG yum.verbose.YumBase: TSINFO: Marking gobject-introspection-1.36.0-3.el7.x86_64 as install for pygobject3-base-3.8.2-3.el7.x86_64 >12:10:30,998 DEBUG yum.verbose.YumBase: Quick matched gobject-introspection-1.36.0-3.el7.x86_64 to require for libgirepository-1.0.so.1()(64bit) >12:10:31,000 DEBUG yum.verbose.YumBase: TSINFO: Marking gpgme-1.3.2-4.el7.x86_64 as install for pygpgme-0.3-7.el7.x86_64 >12:10:31,000 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.el7.x86_64 to require for libgpgme.so.11(GPGME_1.1)(64bit) >12:10:31,000 DEBUG yum.verbose.YumBase: Quick matched gpgme-1.3.2-4.el7.x86_64 to require for libgpgme.so.11()(64bit) >12:10:31,002 DEBUG yum.verbose.YumBase: TSINFO: Marking python-libs-2.7.5-14.el7.x86_64 as install for pygpgme-0.3-7.el7.x86_64 >12:10:31,005 DEBUG yum.verbose.YumBase: TSINFO: Marking libxml2-python-2.9.1-4.el7.x86_64 as install for python-dmidecode-3.10.13-10.el7.x86_64 >12:10:31,006 DEBUG yum.verbose.YumBase: Quick matched libxml2-python-2.9.1-4.el7.x86_64 to require for libxml2mod.so()(64bit) >12:10:31,008 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl-1.1.4-2.el7.x86_64 as install for python-ethtool-0.8-4.el7.x86_64 >12:10:31,013 DEBUG yum.verbose.YumBase: TSINFO: Marking libxslt-1.1.28-4.el7.x86_64 as install for python-lxml-3.2.1-3.el7.x86_64 >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.18)(64bit) >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.22)(64bit) >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.0.24)(64bit) >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.2)(64bit) >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.26)(64bit) >12:10:31,014 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1(LIBXML2_1.1.9)(64bit) >12:10:31,015 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libexslt.so.0()(64bit) >12:10:31,015 DEBUG yum.verbose.YumBase: Quick matched libxslt-1.1.28-4.el7.x86_64 to require for libxslt.so.1()(64bit) >12:10:31,015 DEBUG yum.verbose.YumBase: TSINFO: Marking python-setuptools-0.9.8-3.el7.noarch as install for python-pyudev-0.15-6.el7.noarch >12:10:31,017 DEBUG yum.verbose.YumBase: TSINFO: Marking m2crypto-0.21.1-14.el7.x86_64 as install for python-rhsm-1.10.10-1.el7.x86_64 >12:10:31,018 DEBUG yum.verbose.YumBase: TSINFO: Marking python-pycurl-7.19.0-16.el7.x86_64 as install for python-urlgrabber-3.10-2.el7.noarch >12:10:31,025 DEBUG yum.verbose.YumBase: TSINFO: Marking file-libs-5.11-15.el7.x86_64 as install for rpm-python-4.11.1-12.el7.x86_64 >12:10:31,026 DEBUG yum.verbose.YumBase: TSINFO: Marking rpm-build-libs-4.11.1-12.el7.x86_64 as install for rpm-python-4.11.1-12.el7.x86_64 >12:10:31,027 DEBUG yum.verbose.YumBase: Quick matched rpm-build-libs-4.11.1-12.el7.x86_64 to require for librpmsign.so.1()(64bit) >12:10:31,033 DEBUG yum.verbose.YumBase: TSINFO: Marking libteam-1.9-2.el7.x86_64 as install for teamd-1.9-2.el7.x86_64 >12:10:31,035 DEBUG yum.verbose.YumBase: TSINFO: Marking jansson-2.4-3.el7.x86_64 as install for teamd-1.9-2.el7.x86_64 >12:10:31,036 DEBUG yum.verbose.YumBase: TSINFO: Marking libnl3-cli-3.2.21-2.el7.x86_64 as install for teamd-1.9-2.el7.x86_64 >12:10:31,039 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:dmidecode-2.12-4.el7.x86_64 as install for virt-what-1.13-4.el7.x86_64 >12:10:31,041 DEBUG yum.verbose.YumBase: TSINFO: Marking desktop-file-utils-0.21-3.el7.x86_64 as install for xdg-utils-1.1.0-0.16.20120809git.el7.noarch >12:10:31,042 DEBUG yum.verbose.YumBase: TSINFO: Marking which-2.20-6.el7.x86_64 as install for xdg-utils-1.1.0-0.16.20120809git.el7.noarch >12:10:31,048 DEBUG yum.verbose.YumBase: TSINFO: Marking avahi-0.6.31-12.el7.x86_64 as install for avahi-libs-0.6.31-12.el7.x86_64 >12:10:31,051 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-0.18.7-3.el7.x86_64 as install for ca-certificates-2013.1.95-71.el7.noarch >12:10:31,052 DEBUG yum.verbose.YumBase: TSINFO: Marking p11-kit-trust-0.18.7-3.el7.x86_64 as install for ca-certificates-2013.1.95-71.el7.noarch >12:10:31,054 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:emacs-filesystem-24.3-10.el7.noarch as install for desktop-file-utils-0.21-3.el7.x86_64 >12:10:31,058 DEBUG yum.verbose.YumBase: TSINFO: Marking gsettings-desktop-schemas-3.8.2-2.el7.x86_64 as install for glib-networking-2.36.2-2.el7.x86_64 >12:10:31,059 DEBUG yum.verbose.YumBase: TSINFO: Marking gnutls-3.1.18-5.el7.x86_64 as install for glib-networking-2.36.2-2.el7.x86_64 >12:10:31,060 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.18-5.el7.x86_64 to require for libgnutls.so.28(GNUTLS_2_12)(64bit) >12:10:31,060 DEBUG yum.verbose.YumBase: Quick matched gnutls-3.1.18-5.el7.x86_64 to require for libgnutls.so.28()(64bit) >12:10:31,061 DEBUG yum.verbose.YumBase: TSINFO: Marking libproxy-0.4.11-5.el7.x86_64 as install for glib-networking-2.36.2-2.el7.x86_64 >12:10:31,064 DEBUG yum.verbose.YumBase: TSINFO: Marking gnupg2-2.0.22-2.el7.x86_64 as install for gpgme-1.3.2-4.el7.x86_64 >12:10:31,065 DEBUG yum.verbose.YumBase: TSINFO: Marking libassuan-2.1.0-2.el7.x86_64 as install for gpgme-1.3.2-4.el7.x86_64 >12:10:31,066 DEBUG yum.verbose.YumBase: Quick matched libassuan-2.1.0-2.el7.x86_64 to require for libassuan.so.0()(64bit) >12:10:31,071 DEBUG yum.verbose.YumBase: TSINFO: Marking hwdata-0.252-3.el7.noarch as install for libpciaccess-0.13.1-4.el7.x86_64 >12:10:31,093 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch as install for python-setuptools-0.9.8-3.el7.noarch >12:10:31,097 DEBUG yum.verbose.YumBase: TSINFO: Marking 1:pkgconfig-0.27.1-3.el7.x86_64 as install for shared-mime-info-1.1-6.el7.x86_64 >12:10:31,103 DEBUG yum.verbose.YumBase: TSINFO: Marking pinentry-0.8.1-12.el7.x86_64 as install for gnupg2-2.0.22-2.el7.x86_64 >12:10:31,105 DEBUG yum.verbose.YumBase: TSINFO: Marking pth-2.0.7-20.el7.x86_64 as install for gnupg2-2.0.22-2.el7.x86_64 >12:10:31,107 DEBUG yum.verbose.YumBase: TSINFO: Marking libtasn1-3.3-2.el7.x86_64 as install for gnutls-3.1.18-5.el7.x86_64 >12:10:31,109 DEBUG yum.verbose.YumBase: TSINFO: Marking nettle-2.7.1-1.el7.x86_64 as install for gnutls-3.1.18-5.el7.x86_64 >12:10:31,109 DEBUG yum.verbose.YumBase: Quick matched nettle-2.7.1-1.el7.x86_64 to require for libnettle.so.4()(64bit) >12:10:31,112 DEBUG yum.verbose.YumBase: TSINFO: Marking libmodman-2.0.1-7.el7.x86_64 as install for libproxy-0.4.11-5.el7.x86_64 >12:10:31,115 DEBUG yum.verbose.YumBase: TSINFO: Marking python-backports-1.0-4.el7.x86_64 as install for python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch >12:10:31,300 DEBUG yum.verbose.YumBase: Depsolve time: 0.992 >12:10:31,300 DEBUG packaging: buildTransaction = (2, [u'Success - deps resolved']) >12:10:31,300 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1451 (checkSoftwareSelection) >12:10:31,301 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:31,301 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:31,301 DEBUG packaging: success >12:10:31,301 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:31,301 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:1464 (checkSoftwareSelection) >12:10:31,301 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:31,307 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:31,308 INFO packaging: about to acquire _yum_lock for AnaCheckSoftwareThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:104 (checkSoftwareSelection) >12:10:31,308 INFO packaging: have _yum_lock for AnaCheckSoftwareThread >12:10:31,309 INFO packaging: 285 packages selected totalling 864.81 MB >12:10:31,309 INFO packaging: gave up _yum_lock for AnaCheckSoftwareThread >12:10:31,337 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:10:31,337 INFO packaging: have _yum_lock for MainThread >12:10:31,337 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,337 INFO packaging: have _yum_lock for MainThread >12:10:31,338 INFO packaging: gave up _yum_lock for MainThread >12:10:31,338 INFO packaging: gave up _yum_lock for MainThread >12:10:31,338 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:10:31,338 INFO packaging: have _yum_lock for MainThread >12:10:31,339 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,339 INFO packaging: have _yum_lock for MainThread >12:10:31,339 INFO packaging: gave up _yum_lock for MainThread >12:10:31,339 INFO packaging: gave up _yum_lock for MainThread >12:10:31,340 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:10:31,340 INFO packaging: have _yum_lock for MainThread >12:10:31,341 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,341 INFO packaging: have _yum_lock for MainThread >12:10:31,341 INFO packaging: gave up _yum_lock for MainThread >12:10:31,341 INFO packaging: gave up _yum_lock for MainThread >12:10:31,344 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >12:10:31,345 INFO packaging: have _yum_lock for MainThread >12:10:31,345 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,345 INFO packaging: have _yum_lock for MainThread >12:10:31,345 INFO packaging: gave up _yum_lock for MainThread >12:10:31,345 INFO packaging: gave up _yum_lock for MainThread >12:10:31,346 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >12:10:31,346 INFO packaging: have _yum_lock for MainThread >12:10:31,347 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,347 INFO packaging: have _yum_lock for MainThread >12:10:31,347 INFO packaging: gave up _yum_lock for MainThread >12:10:31,347 INFO packaging: gave up _yum_lock for MainThread >12:10:31,348 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >12:10:31,348 INFO packaging: have _yum_lock for MainThread >12:10:31,348 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,348 INFO packaging: have _yum_lock for MainThread >12:10:31,349 INFO packaging: gave up _yum_lock for MainThread >12:10:31,349 INFO packaging: gave up _yum_lock for MainThread >12:10:31,349 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >12:10:31,349 INFO packaging: have _yum_lock for MainThread >12:10:31,350 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:10:31,350 INFO packaging: have _yum_lock for MainThread >12:10:31,350 INFO packaging: gave up _yum_lock for MainThread >12:10:31,350 INFO packaging: gave up _yum_lock for MainThread >12:11:41,585 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:11:41,586 INFO packaging: have _yum_lock for MainThread >12:11:41,586 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,586 INFO packaging: have _yum_lock for MainThread >12:11:41,586 INFO packaging: gave up _yum_lock for MainThread >12:11:41,586 INFO packaging: gave up _yum_lock for MainThread >12:11:41,587 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:11:41,587 INFO packaging: have _yum_lock for MainThread >12:11:41,588 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,588 INFO packaging: have _yum_lock for MainThread >12:11:41,588 INFO packaging: gave up _yum_lock for MainThread >12:11:41,588 INFO packaging: gave up _yum_lock for MainThread >12:11:41,589 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py:163 (ready) >12:11:41,589 INFO packaging: have _yum_lock for MainThread >12:11:41,589 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,589 INFO packaging: have _yum_lock for MainThread >12:11:41,589 INFO packaging: gave up _yum_lock for MainThread >12:11:41,590 INFO packaging: gave up _yum_lock for MainThread >12:11:41,674 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >12:11:41,675 INFO packaging: have _yum_lock for MainThread >12:11:41,675 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,675 INFO packaging: have _yum_lock for MainThread >12:11:41,675 INFO packaging: gave up _yum_lock for MainThread >12:11:41,675 INFO packaging: gave up _yum_lock for MainThread >12:11:41,676 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:515 (status) >12:11:41,676 INFO packaging: have _yum_lock for MainThread >12:11:41,677 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,677 INFO packaging: have _yum_lock for MainThread >12:11:41,677 INFO packaging: gave up _yum_lock for MainThread >12:11:41,677 INFO packaging: gave up _yum_lock for MainThread >12:11:41,678 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >12:11:41,678 INFO packaging: have _yum_lock for MainThread >12:11:41,678 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,678 INFO packaging: have _yum_lock for MainThread >12:11:41,678 INFO packaging: gave up _yum_lock for MainThread >12:11:41,678 INFO packaging: gave up _yum_lock for MainThread >12:11:41,679 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/source.py:491 (completed) >12:11:41,679 INFO packaging: have _yum_lock for MainThread >12:11:41,680 INFO packaging: about to acquire _yum_lock for MainThread at /usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py:420 (baseRepo) >12:11:41,680 INFO packaging: have _yum_lock for MainThread >12:11:41,680 INFO packaging: gave up _yum_lock for MainThread >12:11:41,680 INFO packaging: gave up _yum_lock for MainThread > > >/tmp/program.log: >12:10:22,461 INFO program: Running... /bin/sh /tmp/ks-script-Tc59pU >12:10:22,464 DEBUG program: Return code: 0 >12:10:22,478 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >12:10:22,486 DEBUG program: Return code: 0 >12:10:22,487 INFO program: Running... udevadm settle --timeout=300 >12:10:22,748 DEBUG program: Return code: 0 >12:10:22,749 INFO program: Running... modprobe fcoe >12:10:22,851 DEBUG program: Return code: 0 >12:10:22,852 INFO program: Running... modprobe bnx2fc >12:10:22,867 DEBUG program: Return code: 0 >12:10:22,867 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >12:10:22,916 INFO program: No FCoE boot disk information is found in EDD! >12:10:22,917 DEBUG program: Return code: 1 >12:10:24,317 INFO program: Running... metacity --display :1 --sm-disable >12:10:25,089 INFO program: Running... modprobe xfs >12:10:25,130 DEBUG program: Return code: 0 >12:10:25,906 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:10:25,936 DEBUG program: Return code: 0 >12:10:25,936 INFO program: Running... systemctl start chronyd.service >12:10:25,976 DEBUG program: Return code: 0 >12:10:25,977 INFO program: Running... udevadm settle --timeout=300 >12:10:26,003 DEBUG program: Return code: 0 >12:10:26,111 INFO program: Running... multipath -c /dev/sda >12:10:26,117 INFO program: /dev/sda is not a valid multipath device path >12:10:26,117 DEBUG program: Return code: 1 >12:10:26,158 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/sda1 >12:10:26,202 INFO program: command "sb 0" not found >12:10:26,203 INFO program: command "p dblocks" not found >12:10:26,203 INFO program: command "p blocksize" not found >12:10:26,203 DEBUG program: Return code: 0 >12:10:26,227 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/sda2 >12:10:26,241 INFO program: LVM2_PV_UUID=KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P >12:10:26,241 INFO program: LVM2_PE_START=1024.00 >12:10:26,242 INFO program: LVM2_VG_NAME=rhel_storageqe-16 >12:10:26,242 INFO program: LVM2_VG_UUID=YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j >12:10:26,242 INFO program: LVM2_VG_SIZE=71135232.00 >12:10:26,242 INFO program: LVM2_VG_FREE=0 >12:10:26,242 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >12:10:26,242 INFO program: LVM2_VG_EXTENT_COUNT=17367 >12:10:26,242 INFO program: LVM2_VG_FREE_COUNT=0 >12:10:26,243 INFO program: LVM2_PV_COUNT=1 >12:10:26,243 DEBUG program: Return code: 0 >12:10:26,250 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} rhel_storageqe-16 >12:10:26,266 INFO program: LVM2_LV_NAME=home LVM2_LV_NAME=root LVM2_LV_NAME=swap >12:10:26,266 INFO program: LVM2_LV_UUID=fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM LVM2_LV_UUID=OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB LVM2_LV_UUID=1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX >12:10:26,267 INFO program: LVM2_LV_SIZE=20983808.00 LVM2_LV_SIZE=42983424.00 LVM2_LV_SIZE=7168000.00 >12:10:26,267 INFO program: LVM2_LV_ATTR=-wi-a----- LVM2_LV_ATTR=-wi-a----- LVM2_LV_ATTR=-wi-a----- >12:10:26,267 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >12:10:26,267 DEBUG program: Return code: 0 >12:10:26,284 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/rhel_storageqe--16-home >12:10:26,312 INFO program: command "sb 0" not found >12:10:26,312 INFO program: command "p dblocks" not found >12:10:26,312 INFO program: command "p blocksize" not found >12:10:26,313 DEBUG program: Return code: 0 >12:10:26,337 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/rhel_storageqe--16-root >12:10:26,374 INFO program: command "sb 0" not found >12:10:26,375 INFO program: command "p dblocks" not found >12:10:26,376 INFO program: command "p blocksize" not found >12:10:26,376 DEBUG program: Return code: 0 >12:10:26,440 INFO program: Running... dumpe2fs -h /dev/loop1 >12:10:26,514 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:26,514 INFO program: Filesystem volume name: Anaconda >12:10:26,514 INFO program: Last mounted on: /var/tmp/lorax.imgutils.H6lQxd >12:10:26,514 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:26,515 INFO program: Filesystem magic number: 0xEF53 >12:10:26,515 INFO program: Filesystem revision #: 1 (dynamic) >12:10:26,515 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 >12:10:26,515 INFO program: Filesystem flags: signed_directory_hash >12:10:26,515 INFO program: Default mount options: user_xattr acl >12:10:26,515 INFO program: Filesystem state: clean >12:10:26,515 INFO program: Errors behavior: Continue >12:10:26,515 INFO program: Filesystem OS type: Linux >12:10:26,515 INFO program: Inode count: 131072 >12:10:26,515 INFO program: Block count: 2097152 >12:10:26,516 INFO program: Reserved block count: 0 >12:10:26,516 INFO program: Free blocks: 1138225 >12:10:26,516 INFO program: Free inodes: 102282 >12:10:26,516 INFO program: First block: 1 >12:10:26,516 INFO program: Block size: 1024 >12:10:26,516 INFO program: Fragment size: 1024 >12:10:26,516 INFO program: Reserved GDT blocks: 256 >12:10:26,516 INFO program: Blocks per group: 8192 >12:10:26,516 INFO program: Fragments per group: 8192 >12:10:26,516 INFO program: Inodes per group: 512 >12:10:26,517 INFO program: Inode blocks per group: 128 >12:10:26,517 INFO program: Flex block group size: 16 >12:10:26,517 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:26,517 INFO program: Last mount time: Tue Jan 21 06:19:44 2014 >12:10:26,517 INFO program: Last write time: Tue Jan 21 06:19:49 2014 >12:10:26,517 INFO program: Mount count: 2 >12:10:26,517 INFO program: Maximum mount count: -1 >12:10:26,517 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:26,517 INFO program: Check interval: 0 (<none>) >12:10:26,517 INFO program: Lifetime writes: 32 MB >12:10:26,517 INFO program: Reserved blocks uid: 0 (user root) >12:10:26,518 INFO program: Reserved blocks gid: 0 (group root) >12:10:26,518 INFO program: First inode: 11 >12:10:26,518 INFO program: Inode size: 256 >12:10:26,518 INFO program: Required extra isize: 28 >12:10:26,518 INFO program: Desired extra isize: 28 >12:10:26,518 INFO program: Journal inode: 8 >12:10:26,518 INFO program: Default directory hash: half_md4 >12:10:26,518 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:26,518 INFO program: Journal backup: inode blocks >12:10:26,518 INFO program: Journal features: (none) >12:10:26,519 INFO program: Journal size: 32M >12:10:26,519 INFO program: Journal length: 32768 >12:10:26,519 INFO program: Journal sequence: 0x00000022 >12:10:26,519 INFO program: Journal start: 0 >12:10:26,519 INFO program: >12:10:26,519 DEBUG program: Return code: 0 >12:10:26,519 INFO program: Running... resize2fs -P /dev/loop1 >12:10:26,544 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:26,545 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >12:10:26,545 INFO program: Couldn't find valid filesystem superblock. >12:10:26,545 DEBUG program: Return code: 1 >12:10:26,576 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >12:10:26,581 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:26,581 INFO program: Filesystem volume name: Anaconda >12:10:26,581 INFO program: Last mounted on: / >12:10:26,582 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:26,582 INFO program: Filesystem magic number: 0xEF53 >12:10:26,582 INFO program: Filesystem revision #: 1 (dynamic) >12:10:26,582 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 >12:10:26,582 INFO program: Filesystem flags: signed_directory_hash >12:10:26,582 INFO program: Default mount options: user_xattr acl >12:10:26,582 INFO program: Filesystem state: clean >12:10:26,582 INFO program: Errors behavior: Continue >12:10:26,582 INFO program: Filesystem OS type: Linux >12:10:26,582 INFO program: Inode count: 131072 >12:10:26,583 INFO program: Block count: 2097152 >12:10:26,583 INFO program: Reserved block count: 0 >12:10:26,583 INFO program: Free blocks: 1138225 >12:10:26,583 INFO program: Free inodes: 102282 >12:10:26,583 INFO program: First block: 1 >12:10:26,583 INFO program: Block size: 1024 >12:10:26,583 INFO program: Fragment size: 1024 >12:10:26,583 INFO program: Reserved GDT blocks: 256 >12:10:26,583 INFO program: Blocks per group: 8192 >12:10:26,583 INFO program: Fragments per group: 8192 >12:10:26,584 INFO program: Inodes per group: 512 >12:10:26,584 INFO program: Inode blocks per group: 128 >12:10:26,584 INFO program: Flex block group size: 16 >12:10:26,584 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:26,584 INFO program: Last mount time: Tue Jan 21 12:10:12 2014 >12:10:26,584 INFO program: Last write time: Tue Jan 21 12:10:12 2014 >12:10:26,584 INFO program: Mount count: 3 >12:10:26,584 INFO program: Maximum mount count: -1 >12:10:26,584 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:26,584 INFO program: Check interval: 0 (<none>) >12:10:26,584 INFO program: Lifetime writes: 32 MB >12:10:26,585 INFO program: Reserved blocks uid: 0 (user root) >12:10:26,585 INFO program: Reserved blocks gid: 0 (group root) >12:10:26,585 INFO program: First inode: 11 >12:10:26,585 INFO program: Inode size: 256 >12:10:26,585 INFO program: Required extra isize: 28 >12:10:26,585 INFO program: Desired extra isize: 28 >12:10:26,585 INFO program: Journal inode: 8 >12:10:26,585 INFO program: Default directory hash: half_md4 >12:10:26,585 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:26,585 INFO program: Journal backup: inode blocks >12:10:26,586 INFO program: Journal features: (none) >12:10:26,586 INFO program: Journal size: 32M >12:10:26,586 INFO program: Journal length: 32768 >12:10:26,586 INFO program: Journal sequence: 0x00000023 >12:10:26,586 INFO program: Journal start: 1 >12:10:26,586 INFO program: >12:10:26,586 DEBUG program: Return code: 0 >12:10:26,586 INFO program: Running... resize2fs -P /dev/mapper/live-rw >12:10:26,593 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:26,593 INFO program: Estimated minimum size of the filesystem: 945194 >12:10:26,594 DEBUG program: Return code: 0 >12:10:26,677 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >12:10:26,683 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:26,683 INFO program: Filesystem volume name: Anaconda >12:10:26,683 INFO program: Last mounted on: /var/tmp/lorax.imgutils.H6lQxd >12:10:26,683 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:26,683 INFO program: Filesystem magic number: 0xEF53 >12:10:26,683 INFO program: Filesystem revision #: 1 (dynamic) >12:10:26,683 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 >12:10:26,684 INFO program: Filesystem flags: signed_directory_hash >12:10:26,684 INFO program: Default mount options: user_xattr acl >12:10:26,684 INFO program: Filesystem state: clean >12:10:26,684 INFO program: Errors behavior: Continue >12:10:26,684 INFO program: Filesystem OS type: Linux >12:10:26,684 INFO program: Inode count: 131072 >12:10:26,684 INFO program: Block count: 2097152 >12:10:26,684 INFO program: Reserved block count: 0 >12:10:26,684 INFO program: Free blocks: 1138225 >12:10:26,684 INFO program: Free inodes: 102282 >12:10:26,685 INFO program: First block: 1 >12:10:26,685 INFO program: Block size: 1024 >12:10:26,685 INFO program: Fragment size: 1024 >12:10:26,685 INFO program: Reserved GDT blocks: 256 >12:10:26,685 INFO program: Blocks per group: 8192 >12:10:26,687 INFO program: Fragments per group: 8192 >12:10:26,699 INFO program: Inodes per group: 512 >12:10:26,699 INFO program: Inode blocks per group: 128 >12:10:26,699 INFO program: Flex block group size: 16 >12:10:26,700 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:26,700 INFO program: Last mount time: Tue Jan 21 06:19:44 2014 >12:10:26,700 INFO program: Last write time: Tue Jan 21 06:19:49 2014 >12:10:26,700 INFO program: Mount count: 2 >12:10:26,700 INFO program: Maximum mount count: -1 >12:10:26,700 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:26,700 INFO program: Check interval: 0 (<none>) >12:10:26,700 INFO program: Lifetime writes: 32 MB >12:10:26,700 INFO program: Reserved blocks uid: 0 (user root) >12:10:26,701 INFO program: Reserved blocks gid: 0 (group root) >12:10:26,701 INFO program: First inode: 11 >12:10:26,701 INFO program: Inode size: 256 >12:10:26,701 INFO program: Required extra isize: 28 >12:10:26,701 INFO program: Desired extra isize: 28 >12:10:26,701 INFO program: Journal inode: 8 >12:10:26,701 INFO program: Default directory hash: half_md4 >12:10:26,701 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:26,701 INFO program: Journal backup: inode blocks >12:10:26,702 INFO program: Journal features: (none) >12:10:26,702 INFO program: Journal size: 32M >12:10:26,702 INFO program: Journal length: 32768 >12:10:26,703 INFO program: Journal sequence: 0x00000022 >12:10:26,704 INFO program: Journal start: 0 >12:10:26,704 INFO program: >12:10:26,704 DEBUG program: Return code: 0 >12:10:26,704 INFO program: Running... resize2fs -P /dev/mapper/live-base >12:10:26,708 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:26,709 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >12:10:26,709 INFO program: Couldn't find valid filesystem superblock. >12:10:26,709 DEBUG program: Return code: 1 >12:10:26,753 INFO program: Running... udevadm settle --timeout=300 >12:10:26,763 DEBUG program: Return code: 0 >12:10:26,769 INFO program: Running... udevadm settle --timeout=300 >12:10:26,779 DEBUG program: Return code: 0 >12:10:26,783 INFO program: Running... udevadm settle --timeout=300 >12:10:26,793 DEBUG program: Return code: 0 >12:10:26,795 INFO program: Running... udevadm settle --timeout=300 >12:10:26,805 DEBUG program: Return code: 0 >12:10:26,807 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/home >12:10:26,843 DEBUG program: Return code: 0 >12:10:26,847 INFO program: Running... udevadm settle --timeout=300 >12:10:26,858 DEBUG program: Return code: 0 >12:10:26,859 INFO program: Running... lvm vgchange -a n rhel_storageqe-16 >12:10:26,886 INFO program: 0 logical volume(s) in volume group "rhel_storageqe-16" now active >12:10:26,886 DEBUG program: Return code: 0 >12:10:26,893 INFO program: Running... udevadm settle --timeout=300 >12:10:26,904 DEBUG program: Return code: 0 >12:10:26,909 INFO program: Running... udevadm settle --timeout=300 >12:10:26,919 DEBUG program: Return code: 0 >12:10:26,934 INFO program: Running... mount -t xfs -o defaults,ro /dev/sda1 /mnt/sysimage >12:10:27,056 DEBUG program: Return code: 0 >12:10:27,058 INFO program: Running... udevadm settle --timeout=300 >12:10:27,069 DEBUG program: Return code: 0 >12:10:27,069 INFO program: Running... umount /mnt/sysimage >12:10:27,074 DEBUG program: Return code: 0 >12:10:27,074 INFO program: Running... udevadm settle --timeout=300 >12:10:27,085 DEBUG program: Return code: 0 >12:10:27,088 INFO program: Running... udevadm settle --timeout=300 >12:10:27,098 DEBUG program: Return code: 0 >12:10:27,102 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/home >12:10:27,177 DEBUG program: Return code: 0 >12:10:27,177 INFO program: Running... udevadm settle --timeout=300 >12:10:27,187 DEBUG program: Return code: 0 >12:10:27,188 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/rhel_storageqe--16-home /mnt/sysimage >12:10:27,263 DEBUG program: Return code: 0 >12:10:27,266 INFO program: Running... udevadm settle --timeout=300 >12:10:27,276 DEBUG program: Return code: 0 >12:10:27,276 INFO program: Running... umount /mnt/sysimage >12:10:27,282 DEBUG program: Return code: 0 >12:10:27,282 INFO program: Running... udevadm settle --timeout=300 >12:10:27,292 DEBUG program: Return code: 0 >12:10:27,293 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/home >12:10:27,325 DEBUG program: Return code: 0 >12:10:27,329 INFO program: Running... udevadm settle --timeout=300 >12:10:27,339 DEBUG program: Return code: 0 >12:10:27,341 INFO program: Running... lvm vgchange -a n rhel_storageqe-16 >12:10:27,362 INFO program: 0 logical volume(s) in volume group "rhel_storageqe-16" now active >12:10:27,362 DEBUG program: Return code: 0 >12:10:27,367 INFO program: Running... udevadm settle --timeout=300 >12:10:27,377 DEBUG program: Return code: 0 >12:10:27,382 INFO program: Running... udevadm settle --timeout=300 >12:10:27,392 DEBUG program: Return code: 0 >12:10:27,397 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/root >12:10:27,469 DEBUG program: Return code: 0 >12:10:27,470 INFO program: Running... udevadm settle --timeout=300 >12:10:27,480 DEBUG program: Return code: 0 >12:10:27,481 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/rhel_storageqe--16-root /mnt/sysimage >12:10:27,580 DEBUG program: Return code: 0 >12:10:27,588 INFO program: Running... arch >12:10:27,670 INFO program: x86_64 >12:10:27,670 DEBUG program: Return code: 0 >12:10:27,785 INFO program: Running... udevadm settle --timeout=300 >12:10:27,796 DEBUG program: Return code: 0 >12:10:27,796 INFO program: Running... umount /mnt/sysimage >12:10:27,802 DEBUG program: Return code: 0 >12:10:27,805 INFO program: Running... udevadm settle --timeout=300 >12:10:27,815 DEBUG program: Return code: 0 >12:10:27,816 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/root >12:10:27,845 DEBUG program: Return code: 0 >12:10:27,921 INFO program: Running... hwclock --hctosys --utc >12:10:28,078 DEBUG program: Return code: 0 >12:10:28,228 INFO program: Running... udevadm settle --timeout=300 >12:10:28,240 DEBUG program: Return code: 0 >12:10:28,266 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:10:28,293 DEBUG program: Return code: 0 >12:10:28,293 INFO program: Running... udevadm settle --timeout=300 >12:10:28,303 DEBUG program: Return code: 0 >12:10:28,318 INFO program: Running... multipath -c /dev/sda >12:10:28,324 INFO program: /dev/sda is not a valid multipath device path >12:10:28,324 DEBUG program: Return code: 1 >12:10:28,368 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/sda1 >12:10:28,387 INFO program: command "sb 0" not found >12:10:28,388 INFO program: command "p dblocks" not found >12:10:28,388 INFO program: command "p blocksize" not found >12:10:28,388 DEBUG program: Return code: 0 >12:10:28,419 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/sda2 >12:10:28,431 INFO program: LVM2_PV_UUID=KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P >12:10:28,431 INFO program: LVM2_PE_START=1024.00 >12:10:28,431 INFO program: LVM2_VG_NAME=rhel_storageqe-16 >12:10:28,431 INFO program: LVM2_VG_UUID=YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j >12:10:28,431 INFO program: LVM2_VG_SIZE=71135232.00 >12:10:28,432 INFO program: LVM2_VG_FREE=0 >12:10:28,432 INFO program: LVM2_VG_EXTENT_SIZE=4096.00 >12:10:28,432 INFO program: LVM2_VG_EXTENT_COUNT=17367 >12:10:28,432 INFO program: LVM2_VG_FREE_COUNT=0 >12:10:28,432 INFO program: LVM2_PV_COUNT=1 >12:10:28,432 DEBUG program: Return code: 0 >12:10:28,441 INFO program: Running... lvm lvs -a --unit k --nosuffix --nameprefixes --rows --unquoted --noheadings -olv_name,lv_uuid,lv_size,lv_attr,segtype --config global {locking_type=4} rhel_storageqe-16 >12:10:28,450 INFO program: LVM2_LV_NAME=home LVM2_LV_NAME=root LVM2_LV_NAME=swap >12:10:28,451 INFO program: LVM2_LV_UUID=fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM LVM2_LV_UUID=OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB LVM2_LV_UUID=1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX >12:10:28,451 INFO program: LVM2_LV_SIZE=20983808.00 LVM2_LV_SIZE=42983424.00 LVM2_LV_SIZE=7168000.00 >12:10:28,451 INFO program: LVM2_LV_ATTR=-wi------- LVM2_LV_ATTR=-wi------- LVM2_LV_ATTR=-wi------- >12:10:28,451 INFO program: LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear LVM2_SEGTYPE=linear >12:10:28,452 DEBUG program: Return code: 0 >12:10:28,465 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/home >12:10:28,546 DEBUG program: Return code: 0 >12:10:28,546 INFO program: Running... udevadm settle --timeout=300 >12:10:28,558 DEBUG program: Return code: 0 >12:10:28,574 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/rhel_storageqe--16-home >12:10:28,595 INFO program: command "sb 0" not found >12:10:28,595 INFO program: command "p dblocks" not found >12:10:28,595 INFO program: command "p blocksize" not found >12:10:28,595 DEBUG program: Return code: 0 >12:10:28,618 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/root >12:10:28,695 DEBUG program: Return code: 0 >12:10:28,695 INFO program: Running... udevadm settle --timeout=300 >12:10:28,706 DEBUG program: Return code: 0 >12:10:28,723 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/rhel_storageqe--16-root >12:10:28,744 INFO program: command "sb 0" not found >12:10:28,744 INFO program: command "p dblocks" not found >12:10:28,744 INFO program: command "p blocksize" not found >12:10:28,745 DEBUG program: Return code: 0 >12:10:28,768 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/swap >12:10:28,851 DEBUG program: Return code: 0 >12:10:28,851 INFO program: Running... udevadm settle --timeout=300 >12:10:28,862 DEBUG program: Return code: 0 >12:10:28,963 INFO program: Running... dumpe2fs -h /dev/loop1 >12:10:28,970 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:28,970 INFO program: Filesystem volume name: Anaconda >12:10:28,970 INFO program: Last mounted on: /var/tmp/lorax.imgutils.H6lQxd >12:10:28,970 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:28,970 INFO program: Filesystem magic number: 0xEF53 >12:10:28,970 INFO program: Filesystem revision #: 1 (dynamic) >12:10:28,971 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 >12:10:28,971 INFO program: Filesystem flags: signed_directory_hash >12:10:28,971 INFO program: Default mount options: user_xattr acl >12:10:28,971 INFO program: Filesystem state: clean >12:10:28,971 INFO program: Errors behavior: Continue >12:10:28,971 INFO program: Filesystem OS type: Linux >12:10:28,971 INFO program: Inode count: 131072 >12:10:28,971 INFO program: Block count: 2097152 >12:10:28,971 INFO program: Reserved block count: 0 >12:10:28,972 INFO program: Free blocks: 1138225 >12:10:28,972 INFO program: Free inodes: 102282 >12:10:28,972 INFO program: First block: 1 >12:10:28,972 INFO program: Block size: 1024 >12:10:28,972 INFO program: Fragment size: 1024 >12:10:28,972 INFO program: Reserved GDT blocks: 256 >12:10:28,972 INFO program: Blocks per group: 8192 >12:10:28,973 INFO program: Fragments per group: 8192 >12:10:28,973 INFO program: Inodes per group: 512 >12:10:28,973 INFO program: Inode blocks per group: 128 >12:10:28,973 INFO program: Flex block group size: 16 >12:10:28,973 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:28,973 INFO program: Last mount time: Tue Jan 21 06:19:44 2014 >12:10:28,973 INFO program: Last write time: Tue Jan 21 06:19:49 2014 >12:10:28,973 INFO program: Mount count: 2 >12:10:28,974 INFO program: Maximum mount count: -1 >12:10:28,974 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:28,974 INFO program: Check interval: 0 (<none>) >12:10:28,974 INFO program: Lifetime writes: 32 MB >12:10:28,974 INFO program: Reserved blocks uid: 0 (user root) >12:10:28,974 INFO program: Reserved blocks gid: 0 (group root) >12:10:28,974 INFO program: First inode: 11 >12:10:28,975 INFO program: Inode size: 256 >12:10:28,975 INFO program: Required extra isize: 28 >12:10:28,975 INFO program: Desired extra isize: 28 >12:10:28,975 INFO program: Journal inode: 8 >12:10:28,975 INFO program: Default directory hash: half_md4 >12:10:28,975 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:28,975 INFO program: Journal backup: inode blocks >12:10:28,976 INFO program: Journal features: (none) >12:10:28,976 INFO program: Journal size: 32M >12:10:28,976 INFO program: Journal length: 32768 >12:10:28,976 INFO program: Journal sequence: 0x00000022 >12:10:28,976 INFO program: Journal start: 0 >12:10:28,976 INFO program: >12:10:28,976 DEBUG program: Return code: 0 >12:10:28,977 INFO program: Running... resize2fs -P /dev/loop1 >12:10:28,982 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:28,982 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >12:10:28,982 INFO program: Couldn't find valid filesystem superblock. >12:10:28,982 DEBUG program: Return code: 1 >12:10:29,025 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >12:10:29,031 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:29,031 INFO program: Filesystem volume name: Anaconda >12:10:29,031 INFO program: Last mounted on: / >12:10:29,031 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:29,032 INFO program: Filesystem magic number: 0xEF53 >12:10:29,032 INFO program: Filesystem revision #: 1 (dynamic) >12:10:29,032 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 >12:10:29,032 INFO program: Filesystem flags: signed_directory_hash >12:10:29,032 INFO program: Default mount options: user_xattr acl >12:10:29,032 INFO program: Filesystem state: clean >12:10:29,032 INFO program: Errors behavior: Continue >12:10:29,032 INFO program: Filesystem OS type: Linux >12:10:29,033 INFO program: Inode count: 131072 >12:10:29,033 INFO program: Block count: 2097152 >12:10:29,033 INFO program: Reserved block count: 0 >12:10:29,033 INFO program: Free blocks: 1138225 >12:10:29,033 INFO program: Free inodes: 102282 >12:10:29,033 INFO program: First block: 1 >12:10:29,033 INFO program: Block size: 1024 >12:10:29,034 INFO program: Fragment size: 1024 >12:10:29,034 INFO program: Reserved GDT blocks: 256 >12:10:29,034 INFO program: Blocks per group: 8192 >12:10:29,034 INFO program: Fragments per group: 8192 >12:10:29,034 INFO program: Inodes per group: 512 >12:10:29,034 INFO program: Inode blocks per group: 128 >12:10:29,034 INFO program: Flex block group size: 16 >12:10:29,035 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:29,035 INFO program: Last mount time: Tue Jan 21 12:10:12 2014 >12:10:29,035 INFO program: Last write time: Tue Jan 21 12:10:12 2014 >12:10:29,035 INFO program: Mount count: 3 >12:10:29,035 INFO program: Maximum mount count: -1 >12:10:29,035 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:29,035 INFO program: Check interval: 0 (<none>) >12:10:29,036 INFO program: Lifetime writes: 32 MB >12:10:29,036 INFO program: Reserved blocks uid: 0 (user root) >12:10:29,036 INFO program: Reserved blocks gid: 0 (group root) >12:10:29,036 INFO program: First inode: 11 >12:10:29,036 INFO program: Inode size: 256 >12:10:29,036 INFO program: Required extra isize: 28 >12:10:29,036 INFO program: Desired extra isize: 28 >12:10:29,036 INFO program: Journal inode: 8 >12:10:29,037 INFO program: Default directory hash: half_md4 >12:10:29,037 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:29,037 INFO program: Journal backup: inode blocks >12:10:29,037 INFO program: Journal features: (none) >12:10:29,037 INFO program: Journal size: 32M >12:10:29,037 INFO program: Journal length: 32768 >12:10:29,037 INFO program: Journal sequence: 0x00000023 >12:10:29,038 INFO program: Journal start: 1 >12:10:29,038 INFO program: >12:10:29,038 DEBUG program: Return code: 0 >12:10:29,038 INFO program: Running... resize2fs -P /dev/mapper/live-rw >12:10:29,043 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:29,043 INFO program: Estimated minimum size of the filesystem: 945194 >12:10:29,044 DEBUG program: Return code: 0 >12:10:29,073 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >12:10:29,078 INFO program: dumpe2fs 1.42.9 (28-Dec-2013) >12:10:29,079 INFO program: Filesystem volume name: Anaconda >12:10:29,079 INFO program: Last mounted on: /var/tmp/lorax.imgutils.H6lQxd >12:10:29,079 INFO program: Filesystem UUID: 20c937d5-a5b1-4634-9b90-9d1df4916ae8 >12:10:29,079 INFO program: Filesystem magic number: 0xEF53 >12:10:29,079 INFO program: Filesystem revision #: 1 (dynamic) >12:10:29,080 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 >12:10:29,080 INFO program: Filesystem flags: signed_directory_hash >12:10:29,080 INFO program: Default mount options: user_xattr acl >12:10:29,080 INFO program: Filesystem state: clean >12:10:29,080 INFO program: Errors behavior: Continue >12:10:29,080 INFO program: Filesystem OS type: Linux >12:10:29,080 INFO program: Inode count: 131072 >12:10:29,081 INFO program: Block count: 2097152 >12:10:29,081 INFO program: Reserved block count: 0 >12:10:29,081 INFO program: Free blocks: 1138225 >12:10:29,081 INFO program: Free inodes: 102282 >12:10:29,081 INFO program: First block: 1 >12:10:29,081 INFO program: Block size: 1024 >12:10:29,081 INFO program: Fragment size: 1024 >12:10:29,082 INFO program: Reserved GDT blocks: 256 >12:10:29,082 INFO program: Blocks per group: 8192 >12:10:29,082 INFO program: Fragments per group: 8192 >12:10:29,082 INFO program: Inodes per group: 512 >12:10:29,082 INFO program: Inode blocks per group: 128 >12:10:29,082 INFO program: Flex block group size: 16 >12:10:29,082 INFO program: Filesystem created: Tue Jan 21 06:19:31 2014 >12:10:29,082 INFO program: Last mount time: Tue Jan 21 06:19:44 2014 >12:10:29,083 INFO program: Last write time: Tue Jan 21 06:19:49 2014 >12:10:29,083 INFO program: Mount count: 2 >12:10:29,083 INFO program: Maximum mount count: -1 >12:10:29,083 INFO program: Last checked: Tue Jan 21 06:19:31 2014 >12:10:29,083 INFO program: Check interval: 0 (<none>) >12:10:29,083 INFO program: Lifetime writes: 32 MB >12:10:29,083 INFO program: Reserved blocks uid: 0 (user root) >12:10:29,084 INFO program: Reserved blocks gid: 0 (group root) >12:10:29,084 INFO program: First inode: 11 >12:10:29,084 INFO program: Inode size: 256 >12:10:29,084 INFO program: Required extra isize: 28 >12:10:29,084 INFO program: Desired extra isize: 28 >12:10:29,084 INFO program: Journal inode: 8 >12:10:29,084 INFO program: Default directory hash: half_md4 >12:10:29,085 INFO program: Directory Hash Seed: 10eb6edb-dc4c-4b3a-89be-7d22c1a3da33 >12:10:29,085 INFO program: Journal backup: inode blocks >12:10:29,085 INFO program: Journal features: (none) >12:10:29,085 INFO program: Journal size: 32M >12:10:29,085 INFO program: Journal length: 32768 >12:10:29,085 INFO program: Journal sequence: 0x00000022 >12:10:29,085 INFO program: Journal start: 0 >12:10:29,085 INFO program: >12:10:29,086 DEBUG program: Return code: 0 >12:10:29,086 INFO program: Running... resize2fs -P /dev/mapper/live-base >12:10:29,091 INFO program: resize2fs 1.42.9 (28-Dec-2013) >12:10:29,092 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >12:10:29,092 INFO program: Couldn't find valid filesystem superblock. >12:10:29,094 DEBUG program: Return code: 1 >12:10:29,099 INFO program: Running... udevadm settle --timeout=300 >12:10:29,110 DEBUG program: Return code: 0 >12:10:29,159 INFO program: Running... udevadm settle --timeout=300 >12:10:29,169 DEBUG program: Return code: 0 >12:10:29,176 INFO program: Running... udevadm settle --timeout=300 >12:10:29,187 DEBUG program: Return code: 0 >12:10:29,192 INFO program: Running... udevadm settle --timeout=300 >12:10:29,203 DEBUG program: Return code: 0 >12:10:29,205 INFO program: Running... udevadm settle --timeout=300 >12:10:29,215 DEBUG program: Return code: 0 >12:10:29,217 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/home >12:10:29,241 DEBUG program: Return code: 0 >12:10:29,246 INFO program: Running... udevadm settle --timeout=300 >12:10:29,257 DEBUG program: Return code: 0 >12:10:29,259 INFO program: Running... lvm vgchange -a n rhel_storageqe-16 >12:10:29,283 INFO program: 0 logical volume(s) in volume group "rhel_storageqe-16" now active >12:10:29,283 DEBUG program: Return code: 0 >12:10:29,288 INFO program: Running... udevadm settle --timeout=300 >12:10:29,299 DEBUG program: Return code: 0 >12:10:29,320 INFO program: Running... udevadm settle --timeout=300 >12:10:29,331 DEBUG program: Return code: 0 >12:10:29,344 INFO program: Running... mount -t xfs -o defaults,ro /dev/sda1 /mnt/sysimage >12:10:29,404 DEBUG program: Return code: 0 >12:10:29,413 INFO program: Running... udevadm settle --timeout=300 >12:10:29,425 DEBUG program: Return code: 0 >12:10:29,425 INFO program: Running... umount /mnt/sysimage >12:10:29,431 DEBUG program: Return code: 0 >12:10:29,431 INFO program: Running... udevadm settle --timeout=300 >12:10:29,442 DEBUG program: Return code: 0 >12:10:29,445 INFO program: Running... udevadm settle --timeout=300 >12:10:29,456 DEBUG program: Return code: 0 >12:10:29,461 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/home >12:10:29,538 DEBUG program: Return code: 0 >12:10:29,538 INFO program: Running... udevadm settle --timeout=300 >12:10:29,549 DEBUG program: Return code: 0 >12:10:29,550 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/rhel_storageqe--16-home /mnt/sysimage >12:10:29,608 DEBUG program: Return code: 0 >12:10:29,611 INFO program: Running... udevadm settle --timeout=300 >12:10:29,622 DEBUG program: Return code: 0 >12:10:29,622 INFO program: Running... umount /mnt/sysimage >12:10:29,628 DEBUG program: Return code: 0 >12:10:29,628 INFO program: Running... udevadm settle --timeout=300 >12:10:29,639 DEBUG program: Return code: 0 >12:10:29,640 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/home >12:10:29,666 DEBUG program: Return code: 0 >12:10:29,675 INFO program: Running... udevadm settle --timeout=300 >12:10:29,688 DEBUG program: Return code: 0 >12:10:29,690 INFO program: Running... lvm vgchange -a n rhel_storageqe-16 >12:10:29,710 INFO program: 0 logical volume(s) in volume group "rhel_storageqe-16" now active >12:10:29,711 DEBUG program: Return code: 0 >12:10:29,720 INFO program: Running... udevadm settle --timeout=300 >12:10:29,732 DEBUG program: Return code: 0 >12:10:29,743 INFO program: Running... udevadm settle --timeout=300 >12:10:29,754 DEBUG program: Return code: 0 >12:10:29,763 INFO program: Running... lvm lvchange -a y rhel_storageqe-16/root >12:10:29,846 DEBUG program: Return code: 0 >12:10:29,847 INFO program: Running... udevadm settle --timeout=300 >12:10:29,858 DEBUG program: Return code: 0 >12:10:29,859 INFO program: Running... mount -t xfs -o defaults,ro /dev/mapper/rhel_storageqe--16-root /mnt/sysimage >12:10:29,952 DEBUG program: Return code: 0 >12:10:29,956 INFO program: Running... arch >12:10:30,038 INFO program: x86_64 >12:10:30,039 DEBUG program: Return code: 0 >12:10:30,039 INFO program: Running... systemctl status chronyd.service >12:10:30,049 INFO program: chronyd.service - NTP client/server >12:10:30,049 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >12:10:30,049 INFO program: Active: active (running) since Tue 2014-01-21 12:10:25 UTC; 4s ago >12:10:30,049 INFO program: Process: 1683 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >12:10:30,049 INFO program: Process: 1680 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >12:10:30,049 INFO program: Main PID: 1682 (chronyd) >12:10:30,049 INFO program: CGroup: /system.slice/chronyd.service >12:10:30,049 INFO program: `-1682 /usr/sbin/chronyd -u chrony >12:10:30,049 INFO program: >12:10:30,050 INFO program: Jan 21 12:10:25 storageqe-16.rhts.eng.bos.redhat.com systemd[1]: Starting NTP client/server... >12:10:30,050 INFO program: Jan 21 12:10:25 storageqe-16.rhts.eng.bos.redhat.com systemd[1]: Started NTP client/server. >12:10:30,050 DEBUG program: Return code: 0 >12:10:30,062 INFO program: Running... udevadm settle --timeout=300 >12:10:30,089 DEBUG program: Return code: 0 >12:10:30,089 INFO program: Running... umount /mnt/sysimage >12:10:30,096 DEBUG program: Return code: 0 >12:10:30,097 INFO program: Running... udevadm settle --timeout=300 >12:10:30,108 DEBUG program: Return code: 0 >12:10:30,109 INFO program: Running... lvm lvchange -a n rhel_storageqe-16/root >12:10:30,139 DEBUG program: Return code: 0 >12:10:30,300 INFO program: Running... modprobe btrfs >12:10:30,382 DEBUG program: Return code: 0 >12:10:30,407 INFO program: Running... modprobe vfat >12:10:30,421 DEBUG program: Return code: 0 >12:11:59,162 INFO program: Running... ip link set p2p1 up >12:11:59,169 DEBUG program: Return code: 0 >12:11:59,170 INFO program: Running... modprobe 8021q >12:11:59,200 DEBUG program: Return code: 0 >12:11:59,200 INFO program: Running... fipvlan -c -s -f -fcoe p2p1 >12:12:03,206 INFO program: Fibre Channel Forwarders Discovered >12:12:03,206 INFO program: interface | VLAN | FCF MAC >12:12:03,206 INFO program: ------------------------------------------ >12:12:03,206 INFO program: p2p1 | 802 | 00:05:73:b2:7f:00 >12:12:03,207 INFO program: >12:12:03,207 INFO program: Created VLAN device p2p1.802-fcoe >12:12:03,207 INFO program: >12:12:03,207 INFO program: Starting FCoE on interface p2p1.802-fcoe >12:12:03,207 DEBUG program: Return code: 0 >12:12:13,217 INFO program: Running... udevadm settle --timeout=300 >12:12:13,230 DEBUG program: Return code: 0 >12:12:13,235 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:12:13,259 DEBUG program: Return code: 0 >12:12:13,259 INFO program: Running... udevadm settle --timeout=300 >12:12:13,270 DEBUG program: Return code: 0 >12:12:13,278 INFO program: Running... multipath -c /dev/sda >12:12:13,284 INFO program: /dev/sda is not a valid multipath device path >12:12:13,285 DEBUG program: Return code: 1 >12:12:13,353 INFO program: Running... udevadm settle --timeout=300 >12:12:13,364 DEBUG program: Return code: 0 >12:12:13,368 INFO program: Running... udevadm settle --timeout=300 >12:12:13,379 DEBUG program: Return code: 0 >12:12:13,383 INFO program: Running... udevadm settle --timeout=300 >12:12:13,393 DEBUG program: Return code: 0 >12:14:25,264 INFO program: Running... ip link set p2p2 up >12:14:25,271 DEBUG program: Return code: 0 >12:14:25,271 INFO program: Running... modprobe 8021q >12:14:25,277 DEBUG program: Return code: 0 >12:14:25,277 INFO program: Running... fipvlan -c -s -f -fcoe p2p2 >12:14:29,278 INFO program: Fibre Channel Forwarders Discovered >12:14:29,278 INFO program: interface | VLAN | FCF MAC >12:14:29,278 INFO program: ------------------------------------------ >12:14:29,278 INFO program: p2p2 | 802 | 00:05:73:b2:7f:00 >12:14:29,279 INFO program: >12:14:29,279 INFO program: Created VLAN device p2p2.802-fcoe >12:14:29,279 INFO program: >12:14:29,279 INFO program: Starting FCoE on interface p2p2.802-fcoe >12:14:29,279 DEBUG program: Return code: 0 >12:14:39,289 INFO program: Running... udevadm settle --timeout=300 >12:14:39,300 DEBUG program: Return code: 0 >12:14:39,305 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:14:39,328 DEBUG program: Return code: 0 >12:14:39,328 INFO program: Running... udevadm settle --timeout=300 >12:14:39,339 DEBUG program: Return code: 0 >12:14:39,347 INFO program: Running... multipath -c /dev/sda >12:14:39,353 INFO program: /dev/sda is not a valid multipath device path >12:14:39,354 DEBUG program: Return code: 1 >12:14:39,423 INFO program: Running... udevadm settle --timeout=300 >12:14:39,434 DEBUG program: Return code: 0 >12:14:39,437 INFO program: Running... udevadm settle --timeout=300 >12:14:39,449 DEBUG program: Return code: 0 >12:14:39,453 INFO program: Running... udevadm settle --timeout=300 >12:14:39,464 DEBUG program: Return code: 0 >12:15:51,412 INFO program: Running... ip link set p2p1 up >12:15:51,418 DEBUG program: Return code: 0 >12:15:51,418 INFO program: Running... modprobe 8021q >12:15:51,423 DEBUG program: Return code: 0 >12:15:51,424 INFO program: Running... fipvlan -c -s -f -fcoe p2p1 >12:15:52,160 INFO program: Fibre Channel Forwarders Discovered >12:15:52,160 INFO program: interface | VLAN | FCF MAC >12:15:52,160 INFO program: ------------------------------------------ >12:15:52,160 INFO program: p2p1 | 802 | 00:05:73:b2:7f:00 >12:15:52,160 INFO program: >12:15:52,161 INFO program: >12:15:52,161 INFO program: Starting FCoE on interface p2p1.802-fcoe >12:15:52,161 DEBUG program: Return code: 0 >12:16:02,171 INFO program: Running... udevadm settle --timeout=300 >12:16:02,182 DEBUG program: Return code: 0 >12:16:02,188 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:16:02,209 DEBUG program: Return code: 0 >12:16:02,210 INFO program: Running... udevadm settle --timeout=300 >12:16:02,221 DEBUG program: Return code: 0 >12:16:02,233 INFO program: Running... multipath -c /dev/sda >12:16:02,240 INFO program: /dev/sda is not a valid multipath device path >12:16:02,240 DEBUG program: Return code: 1 >12:16:02,298 INFO program: Running... multipath -c /dev/sdb >12:16:02,305 INFO program: /dev/sdb is a valid multipath device path >12:16:02,305 DEBUG program: Return code: 0 >12:16:02,318 INFO program: Running... multipath -c /dev/sdc >12:16:02,325 INFO program: /dev/sdc is a valid multipath device path >12:16:02,325 DEBUG program: Return code: 0 >12:16:02,337 INFO program: Running... multipath -c /dev/sdd >12:16:02,344 INFO program: /dev/sdd is a valid multipath device path >12:16:02,344 DEBUG program: Return code: 0 >12:16:02,356 INFO program: Running... multipath -c /dev/sde >12:16:02,363 INFO program: /dev/sde is a valid multipath device path >12:16:02,363 DEBUG program: Return code: 0 >12:16:02,376 INFO program: Running... multipath -c /dev/sdf >12:16:02,383 INFO program: /dev/sdf is a valid multipath device path >12:16:02,383 DEBUG program: Return code: 0 >12:16:02,418 INFO program: Running... multipath -c /dev/sdg >12:16:02,425 INFO program: /dev/sdg is a valid multipath device path >12:16:02,425 DEBUG program: Return code: 0 >12:16:02,444 INFO program: Running... multipath -c /dev/sdh >12:16:02,451 INFO program: /dev/sdh is a valid multipath device path >12:16:02,451 DEBUG program: Return code: 0 >12:16:02,477 INFO program: Running... multipath -c /dev/sdi >12:16:02,483 INFO program: /dev/sdi is a valid multipath device path >12:16:02,483 DEBUG program: Return code: 0 >12:16:02,498 INFO program: Running... multipath -c /dev/sdj >12:16:02,504 INFO program: /dev/sdj is a valid multipath device path >12:16:02,504 DEBUG program: Return code: 0 >12:16:02,518 INFO program: Running... multipath -c /dev/sdk >12:16:02,525 INFO program: /dev/sdk is a valid multipath device path >12:16:02,525 DEBUG program: Return code: 0 >12:16:02,671 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/mpathc >12:16:02,711 INFO program: command "sb 0" not found >12:16:02,712 INFO program: command "p dblocks" not found >12:16:02,712 INFO program: command "p blocksize" not found >12:16:02,712 DEBUG program: Return code: 0 >12:16:02,933 INFO program: Running... xfs_db -c "sb 0" -c "p dblocks" -c "p blocksize" /dev/mapper/mpathe1 >12:16:02,986 INFO program: command "sb 0" not found >12:16:02,986 INFO program: command "p dblocks" not found >12:16:02,986 INFO program: command "p blocksize" not found >12:16:02,986 DEBUG program: Return code: 0 >12:16:03,028 INFO program: Running... lvm pvs --unit=k --nosuffix --nameprefixes --rows --unquoted --noheadings -opv_uuid,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config global {locking_type=4} /dev/mapper/mpathe2 >12:16:03,067 INFO program: LVM2_PV_UUID=YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df >12:16:03,068 INFO program: LVM2_PE_START=1024.00 >12:16:03,068 INFO program: LVM2_VG_NAME= >12:16:03,068 INFO program: LVM2_VG_UUID= >12:16:03,068 INFO program: LVM2_VG_SIZE=0 >12:16:03,068 INFO program: LVM2_VG_FREE=0 >12:16:03,068 INFO program: LVM2_VG_EXTENT_SIZE=0 >12:16:03,068 INFO program: LVM2_VG_EXTENT_COUNT=0 >12:16:03,068 INFO program: LVM2_VG_FREE_COUNT=0 >12:16:03,068 INFO program: LVM2_PV_COUNT=0 >12:16:03,069 DEBUG program: Return code: 0 >12:16:03,076 INFO program: Running... udevadm settle --timeout=300 >12:16:03,295 DEBUG program: Return code: 0 >12:16:03,304 INFO program: Running... udevadm settle --timeout=300 >12:16:03,315 DEBUG program: Return code: 0 >12:16:03,319 INFO program: Running... udevadm settle --timeout=300 >12:16:03,329 DEBUG program: Return code: 0 >12:16:03,337 INFO program: Running... udevadm settle --timeout=300 >12:16:03,348 DEBUG program: Return code: 0 >12:16:03,352 INFO program: Running... udevadm settle --timeout=300 >12:16:03,363 DEBUG program: Return code: 0 >12:16:03,367 INFO program: Running... udevadm settle --timeout=300 >12:16:03,378 DEBUG program: Return code: 0 >12:16:03,381 INFO program: Running... udevadm settle --timeout=300 >12:16:03,392 DEBUG program: Return code: 0 >12:16:03,397 INFO program: Running... udevadm settle --timeout=300 >12:16:03,408 DEBUG program: Return code: 0 >12:16:03,412 INFO program: Running... udevadm settle --timeout=300 >12:16:03,422 DEBUG program: Return code: 0 >12:16:03,424 INFO program: Running... udevadm settle --timeout=300 >12:16:03,435 DEBUG program: Return code: 0 >12:16:03,439 INFO program: Running... udevadm settle --timeout=300 >12:16:03,450 DEBUG program: Return code: 0 >12:16:03,454 INFO program: Running... udevadm settle --timeout=300 >12:16:03,464 DEBUG program: Return code: 0 >12:16:03,468 INFO program: Running... udevadm settle --timeout=300 >12:16:03,479 DEBUG program: Return code: 0 >12:16:03,483 INFO program: Running... udevadm settle --timeout=300 >12:16:03,494 DEBUG program: Return code: 0 >12:16:03,498 INFO program: Running... udevadm settle --timeout=300 >12:16:03,508 DEBUG program: Return code: 0 >12:16:03,510 INFO program: Running... udevadm settle --timeout=300 >12:16:03,521 DEBUG program: Return code: 0 >12:16:03,525 INFO program: Running... udevadm settle --timeout=300 >12:16:03,536 DEBUG program: Return code: 0 >12:16:03,540 INFO program: Running... udevadm settle --timeout=300 >12:16:03,551 DEBUG program: Return code: 0 >12:16:03,555 INFO program: Running... udevadm settle --timeout=300 >12:16:03,566 DEBUG program: Return code: 0 >12:16:03,570 INFO program: Running... udevadm settle --timeout=300 >12:16:03,581 DEBUG program: Return code: 0 >12:16:03,585 INFO program: Running... udevadm settle --timeout=300 >12:16:03,596 DEBUG program: Return code: 0 >12:16:03,600 INFO program: Running... udevadm settle --timeout=300 >12:16:03,611 DEBUG program: Return code: 0 >12:16:03,615 INFO program: Running... udevadm settle --timeout=300 >12:16:03,626 DEBUG program: Return code: 0 >12:16:22,147 INFO program: Running... ip link set p2p2 up >12:16:22,153 DEBUG program: Return code: 0 >12:16:22,154 INFO program: Running... modprobe 8021q >12:16:22,159 DEBUG program: Return code: 0 >12:16:22,160 INFO program: Running... fipvlan -c -s -f -fcoe p2p2 >12:16:22,914 INFO program: Fibre Channel Forwarders Discovered >12:16:22,914 INFO program: interface | VLAN | FCF MAC >12:16:22,914 INFO program: ------------------------------------------ >12:16:22,914 INFO program: p2p2 | 802 | 00:05:73:b2:7f:00 >12:16:22,914 INFO program: >12:16:22,915 INFO program: >12:16:22,915 INFO program: Starting FCoE on interface p2p2.802-fcoe >12:16:22,915 DEBUG program: Return code: 0 >12:16:32,925 INFO program: Running... udevadm settle --timeout=300 >12:16:32,936 DEBUG program: Return code: 0 >12:16:32,941 INFO program: Running... mpathconf --user_friendly_names y --with_multipathd y >12:16:32,964 DEBUG program: Return code: 0 >12:16:32,964 INFO program: Running... udevadm settle --timeout=300 >12:16:32,976 DEBUG program: Return code: 0 >12:16:32,988 INFO program: Running... multipath -c /dev/sda >12:16:32,995 INFO program: /dev/sda is not a valid multipath device path >12:16:32,995 DEBUG program: Return code: 1 >12:16:33,049 INFO program: Running... multipath -c /dev/sdb >12:16:33,056 INFO program: /dev/sdb is a valid multipath device path >12:16:33,056 DEBUG program: Return code: 0 >12:16:33,065 INFO program: Running... multipath -c /dev/sdc >12:16:33,072 INFO program: /dev/sdc is a valid multipath device path >12:16:33,072 DEBUG program: Return code: 0 >12:16:33,083 INFO program: Running... multipath -c /dev/sdd >12:16:33,090 INFO program: /dev/sdd is a valid multipath device path >12:16:33,090 DEBUG program: Return code: 0 >12:16:33,102 INFO program: Running... multipath -c /dev/sde >12:16:33,108 INFO program: /dev/sde is a valid multipath device path >12:16:33,109 DEBUG program: Return code: 0 >12:16:33,120 INFO program: Running... multipath -c /dev/sdf >12:16:33,127 INFO program: /dev/sdf is a valid multipath device path >12:16:33,127 DEBUG program: Return code: 0 > > >/tmp/storage.log: >12:10:22,749 INFO blivet: ISCSID is /sbin/iscsid >12:10:22,749 INFO blivet: no initiator set >12:10:22,851 INFO blivet: fcoe: loading bnx2fc >12:10:22,917 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >12:10:22,917 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >12:10:25,060 DEBUG blivet: trying to set new default fstype to 'ext4' >12:10:25,084 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:25,084 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:25,085 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:25,088 DEBUG blivet: trying to set new default fstype to 'xfs' >12:10:25,089 DEBUG blivet: XFS.supported: supported: True ; >12:10:25,131 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:25,131 DEBUG blivet: XFS.supported: supported: True ; >12:10:25,515 INFO blivet: Detected 8080M of memory >12:10:25,515 INFO blivet: Suggested swap size (8080 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >12:10:25,515 INFO blivet: Swap attempt of 0M >12:10:25,904 INFO blivet: resetting Blivet (version 0.18.18) instance <blivet.Blivet object at 0x7f5f6bd16410> >12:10:25,905 INFO blivet: no initiator set >12:10:25,906 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:10:25,906 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:10:26,102 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4'] >12:10:26,106 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:10:26,106 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:10:26,107 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:26,107 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,108 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >12:10:26,109 INFO blivet: sda is a disk >12:10:26,109 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,111 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >12:10:26,117 INFO blivet: added disk sda (id 0) to device tree >12:10:26,117 DEBUG blivet: looking up parted Device: /dev/sda >12:10:26,119 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:10:26,120 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:10:26,121 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >12:10:26,122 DEBUG blivet: required disklabel type for sda (1) is None >12:10:26,122 DEBUG blivet: default disklabel type for sda is msdos >12:10:26,122 DEBUG blivet: selecting msdos disklabel for sda based on size >12:10:26,124 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >12:10:26,131 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 0x7f5f53e23a50>, <parted.partition.Partition object at 0x7f5f53e23cd0>] > device: <parted.device.Device object at 0x7f5f53e23890> > PedDisk: <_ped.Disk object at 0x7f5f53e20d40> >12:10:26,132 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >12:10:26,133 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >12:10:26,134 INFO blivet: got device: DiskDevice instance (0x7f5f541ca910) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6200> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f53e18790> >12:10:26,135 INFO blivet: got format: DiskLabel instance (0x7f5f53e18850) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e23a50>, <parted.partition.Partition object at 0x7f5f53e23cd0>] > device: <parted.device.Device object at 0x7f5f53e23890> > PedDisk: <_ped.Disk object at 0x7f5f53e20d40> > origPartedDisk = <parted.disk.Disk object at 0x7f5f53e23e90> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6c20> > >12:10:26,139 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:10:26,140 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:10:26,140 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:10:26,141 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,141 INFO blivet: sda1 is a partition >12:10:26,142 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >12:10:26,143 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:26,143 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (0) with existing msdos disklabel >12:10:26,144 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >12:10:26,145 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >12:10:26,146 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,147 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >12:10:26,147 DEBUG blivet: looking up parted Partition: /dev/sda1 >12:10:26,148 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >12:10:26,149 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >12:10:26,150 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >12:10:26,151 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >12:10:26,151 INFO blivet: added partition sda1 (id 1) to device tree >12:10:26,152 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:10:26,153 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:10:26,154 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:10:26,154 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:10:26,157 WARN blivet: disklabel detected but not usable on sda1 >12:10:26,157 INFO blivet: type detected on 'sda1' is 'xfs' >12:10:26,204 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,204 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,205 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >12:10:26,206 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: xfs ; >12:10:26,206 DEBUG blivet: looking up parted Device: /dev/sda1 >12:10:26,207 INFO blivet: got device: PartitionDevice instance (0x7f5f53e18750) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 69973MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6f80> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e23950> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f53e23e10> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e23b10> PedPartition: <_ped.Partition object at 0x7f5f53e1ed10> > disk = existing 69973MB disk sda (0) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:10:26,208 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,208 INFO blivet: got format: XFS instance (0x7f5f53e29090) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:26,211 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:10:26,212 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:10:26,212 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:10:26,213 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,213 INFO blivet: sda2 is a partition >12:10:26,214 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >12:10:26,214 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:26,215 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (0) with existing msdos disklabel >12:10:26,216 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >12:10:26,216 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >12:10:26,217 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,217 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >12:10:26,218 DEBUG blivet: looking up parted Partition: /dev/sda2 >12:10:26,218 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >12:10:26,219 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >12:10:26,220 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >12:10:26,221 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >12:10:26,221 INFO blivet: added partition sda2 (id 2) to device tree >12:10:26,221 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:10:26,222 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:10:26,223 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:10:26,224 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:10:26,226 WARN blivet: disklabel detected but not usable on sda2 >12:10:26,243 INFO blivet: type detected on 'sda2' is 'LVM2_member' >12:10:26,244 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: rhel_storageqe-16 ; uuid: KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P ; exists: True ; vgUuid: YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: 600508b1001c451e3a456a9432498336 ; >12:10:26,244 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >12:10:26,245 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >12:10:26,246 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >12:10:26,247 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >12:10:26,247 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:26,248 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >12:10:26,249 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,250 DEBUG blivet: LVMVolumeGroupDevice._setFormat: rhel_storageqe-16 ; current: None ; type: None ; >12:10:26,250 INFO blivet: added lvmvg rhel_storageqe-16 (id 3) to device tree >12:10:26,268 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-home ; >12:10:26,269 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,269 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:26,270 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: rhel_storageqe-16 ; >12:10:26,271 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,271 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-home ; current: None ; type: None ; >12:10:26,272 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-home >12:10:26,272 DEBUG blivet: Adding rhel_storageqe-16-home/20492MB to rhel_storageqe-16 >12:10:26,273 INFO blivet: added lvmlv rhel_storageqe-16-home (id 4) to device tree >12:10:26,273 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-home ; status: True ; controllable: True ; orig: False ; >12:10:26,274 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-home ; status: True ; >12:10:26,275 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:26,279 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-home /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM /dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7 /dev/mapper/rhel_storageqe--16-home /dev/rhel_storageqe-16/home', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'ID_FS_UUID_ENC': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '395099', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-home', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > '/dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7', > '/dev/mapper/rhel_storageqe--16-home', > '/dev/rhel_storageqe-16/home'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: rhel_storageqe--16-home ; >12:10:26,279 INFO blivet: scanning rhel_storageqe--16-home (/devices/virtual/block/dm-3)... >12:10:26,280 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-home ; >12:10:26,281 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (4) >12:10:26,282 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-home ; >12:10:26,283 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-home ; label_type: None ; >12:10:26,284 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,284 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,284 DEBUG blivet: device rhel_storageqe-16-home does not contain a disklabel >12:10:26,284 INFO blivet: type detected on 'rhel_storageqe--16-home' is 'xfs' >12:10:26,314 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,314 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,315 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-home ; current: None ; type: xfs ; >12:10:26,317 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,317 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,317 DEBUG blivet: vg rhel_storageqe-16 has 48976MB free >12:10:26,318 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,318 DEBUG blivet: vg rhel_storageqe-16 has 48976MB free >12:10:26,319 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f53e29790) -- > name = rhel_storageqe-16-home status = True kids = 0 id = 4 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM size = 20492.0 > format = existing xfs 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/rhel_storageqe--16-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41967616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2612, 255, 63) biosGeometry: (2612, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6ef0> > target size = 20492.0 path = /dev/mapper/rhel_storageqe--16-home > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 1 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 48976 > free extents = 12244.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 20492MB >12:10:26,320 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,320 INFO blivet: got format: XFS instance (0x7f5f53e29b90) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-home uuid = f0b8262f-5eee-4152-95e4-c8e894254ee7 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:26,321 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-root ; >12:10:26,321 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,322 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:26,323 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: rhel_storageqe-16 ; >12:10:26,324 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,324 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-root ; current: None ; type: None ; >12:10:26,325 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-root >12:10:26,325 DEBUG blivet: Adding rhel_storageqe-16-root/41976MB to rhel_storageqe-16 >12:10:26,325 INFO blivet: added lvmlv rhel_storageqe-16-root (id 5) to device tree >12:10:26,326 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-root ; status: True ; controllable: True ; orig: False ; >12:10:26,327 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-root ; status: True ; >12:10:26,328 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:26,332 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-root /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB /dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489 /dev/mapper/rhel_storageqe--16-root /dev/rhel_storageqe-16/root', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'ID_FS_UUID_ENC': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '395535', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-root', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > '/dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489', > '/dev/mapper/rhel_storageqe--16-root', > '/dev/rhel_storageqe-16/root'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: rhel_storageqe--16-root ; >12:10:26,332 INFO blivet: scanning rhel_storageqe--16-root (/devices/virtual/block/dm-4)... >12:10:26,333 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-root ; >12:10:26,334 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (5) >12:10:26,335 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-root ; >12:10:26,335 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-root ; label_type: None ; >12:10:26,336 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,337 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,337 DEBUG blivet: device rhel_storageqe-16-root does not contain a disklabel >12:10:26,337 INFO blivet: type detected on 'rhel_storageqe--16-root' is 'xfs' >12:10:26,377 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,377 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,378 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-root ; current: None ; type: xfs ; >12:10:26,380 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,380 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,380 DEBUG blivet: vg rhel_storageqe-16 has 7000MB free >12:10:26,381 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,381 DEBUG blivet: vg rhel_storageqe-16 has 7000MB free >12:10:26,382 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f53e29f50) -- > name = rhel_storageqe-16-root status = True kids = 0 id = 5 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB size = 41976.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/rhel_storageqe--16-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 85966848 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (5351, 255, 63) biosGeometry: (5351, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6b90> > target size = 41976.0 path = /dev/mapper/rhel_storageqe--16-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 2 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 7000 > free extents = 1750.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 41976MB >12:10:26,385 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,385 INFO blivet: got format: XFS instance (0x7f5f53e41110) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-root uuid = cbc71095-ff32-44aa-8671-cdd6e41f8489 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:26,386 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-swap ; >12:10:26,387 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,387 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:26,388 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: rhel_storageqe-16 ; >12:10:26,388 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,389 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-swap ; current: None ; type: None ; >12:10:26,390 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-swap >12:10:26,390 DEBUG blivet: Adding rhel_storageqe-16-swap/7000MB to rhel_storageqe-16 >12:10:26,390 INFO blivet: added lvmlv rhel_storageqe-16-swap (id 6) to device tree >12:10:26,391 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-swap ; status: True ; controllable: True ; orig: False ; >12:10:26,392 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-swap ; status: True ; >12:10:26,393 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:26,396 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-swap /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX /dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1 /dev/mapper/rhel_storageqe--16-swap /dev/rhel_storageqe-16/swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_UUID_ENC': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '394451', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-swap', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > '/dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > '/dev/mapper/rhel_storageqe--16-swap', > '/dev/rhel_storageqe-16/swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: rhel_storageqe--16-swap ; >12:10:26,396 INFO blivet: scanning rhel_storageqe--16-swap (/devices/virtual/block/dm-2)... >12:10:26,397 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-swap ; >12:10:26,398 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (6) >12:10:26,399 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-swap ; >12:10:26,400 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-swap ; label_type: None ; >12:10:26,401 DEBUG blivet: SwapSpace.__init__: >12:10:26,401 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:26,401 DEBUG blivet: device rhel_storageqe-16-swap does not contain a disklabel >12:10:26,401 INFO blivet: type detected on 'rhel_storageqe--16-swap' is 'swap' >12:10:26,402 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/rhel_storageqe--16-swap ; serial: None ; uuid: 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 ; exists: True ; label: None ; >12:10:26,402 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:26,403 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-swap ; current: None ; type: swap ; >12:10:26,405 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,405 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,406 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,406 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,407 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,408 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f54305f90) -- > name = rhel_storageqe-16-swap status = True kids = 0 id = 6 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = 1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX size = 7000.0 > 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/rhel_storageqe--16-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d050> > target size = 7000.0 path = /dev/mapper/rhel_storageqe--16-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 3 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 7000MB >12:10:26,408 INFO blivet: got format: SwapSpace instance (0x7f5f53e41d10) -- > type = swap name = swap status = False > device = /dev/mapper/rhel_storageqe--16-swap uuid = 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >12:10:26,411 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-home ; >12:10:26,412 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem >12:10:26,412 DEBUG blivet: set rhel_storageqe-16-home copies to 1, metadata size to 0MB, log size to 0MB, total size 20492MB >12:10:26,413 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-root ; >12:10:26,414 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem >12:10:26,414 DEBUG blivet: set rhel_storageqe-16-root copies to 1, metadata size to 0MB, log size to 0MB, total size 41976MB >12:10:26,415 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-swap ; >12:10:26,416 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap >12:10:26,416 DEBUG blivet: set rhel_storageqe-16-swap copies to 1, metadata size to 0MB, log size to 0MB, total size 7000MB >12:10:26,416 DEBUG blivet: looking up parted Device: /dev/sda2 >12:10:26,417 INFO blivet: got device: PartitionDevice instance (0x7f5f53e29210) -- > name = sda2 status = True kids = 1 id = 2 > parents = ['existing 69973MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d0e0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e23950> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e23d90> PedPartition: <_ped.Partition object at 0x7f5f53e1ed70> > disk = existing 69973MB disk sda (0) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:10:26,418 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f541caa10) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:10:26,419 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:10:26,419 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:10:26,420 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:10:26,420 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,420 INFO blivet: loop0 is a loop device >12:10:26,421 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >12:10:26,422 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >12:10:26,423 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,423 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,424 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >12:10:26,424 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 7) to device tree >12:10:26,425 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >12:10:26,425 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,425 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >12:10:26,426 INFO blivet: added loop loop0 (id 8) to device tree >12:10:26,426 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:10:26,427 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:10:26,427 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:10:26,427 DEBUG blivet: device loop0 does not contain a disklabel >12:10:26,427 INFO blivet: type detected on 'loop0' is 'squashfs' >12:10:26,427 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:10:26,428 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >12:10:26,428 INFO blivet: got device: LoopDevice instance (0x7f5f53e295d0) -- > name = loop0 status = False kids = 0 id = 8 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (7)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >12:10:26,428 INFO blivet: got format: DeviceFormat instance (0x7f5f53e29850) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:10:26,430 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:10:26,431 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:10:26,431 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:26,432 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,432 INFO blivet: loop1 is a loop device >12:10:26,433 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >12:10:26,434 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >12:10:26,434 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,435 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,435 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >12:10:26,435 INFO blivet: added file /LiveOS/rootfs.img (id 9) to device tree >12:10:26,436 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >12:10:26,436 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,437 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >12:10:26,437 INFO blivet: added loop loop1 (id 10) to device tree >12:10:26,438 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:10:26,439 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:10:26,439 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,440 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,440 DEBUG blivet: device loop1 does not contain a disklabel >12:10:26,440 INFO blivet: type detected on 'loop1' is 'ext4' >12:10:26,545 DEBUG blivet: using current size 0 as min size >12:10:26,546 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,546 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,547 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >12:10:26,547 INFO blivet: got device: LoopDevice instance (0x7f5f53e29ad0) -- > name = loop1 status = False kids = 0 id = 10 > parents = ['existing 0MB file /LiveOS/rootfs.img (9)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >12:10:26,548 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,548 INFO blivet: got format: Ext4FS instance (0x7f5f53e189d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:26,550 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:10:26,550 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:10:26,551 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:10:26,551 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,551 INFO blivet: loop2 is a loop device >12:10:26,552 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >12:10:26,553 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >12:10:26,553 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,553 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,554 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >12:10:26,554 INFO blivet: added file /overlay (deleted) (id 11) to device tree >12:10:26,556 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >12:10:26,556 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,556 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >12:10:26,557 INFO blivet: added loop loop2 (id 12) to device tree >12:10:26,557 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:10:26,558 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:10:26,558 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:10:26,558 DEBUG blivet: device loop2 does not contain a disklabel >12:10:26,558 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >12:10:26,559 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:10:26,559 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >12:10:26,559 INFO blivet: got device: LoopDevice instance (0x7f5f53e41850) -- > name = loop2 status = False kids = 0 id = 12 > parents = ['existing 0MB file /overlay (deleted) (11)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >12:10:26,560 INFO blivet: got format: DeviceFormat instance (0x7f5f53e29fd0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:10:26,562 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '528228', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:10:26,562 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:10:26,563 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:10:26,563 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,564 INFO blivet: live-rw is a device-mapper device >12:10:26,564 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >12:10:26,565 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:10:26,565 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:10:26,566 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:26,567 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:26,567 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:26,568 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:26,569 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (10) with existing ext4 filesystem >12:10:26,570 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:10:26,570 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (12) with existing DM_snapshot_cow >12:10:26,571 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:10:26,572 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,573 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >12:10:26,573 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,574 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >12:10:26,574 INFO blivet: added dm live-rw (id 13) to device tree >12:10:26,574 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:10:26,575 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:10:26,576 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,576 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,576 DEBUG blivet: device live-rw does not contain a disklabel >12:10:26,576 INFO blivet: type detected on 'live-rw' is 'ext4' >12:10:26,594 DEBUG blivet: padding min size from 924 up to 1016 >12:10:26,595 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,595 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,596 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >12:10:26,596 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >12:10:26,660 INFO blivet: got device: DMDevice instance (0x7f5f53e29810) -- > name = live-rw status = True kids = 0 id = 13 > parents = ['existing 0MB loop loop2 (12) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d200> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >12:10:26,661 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,661 INFO blivet: got format: Ext4FS instance (0x7f5f53e41410) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:26,663 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '545905', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:10:26,663 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:10:26,664 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:10:26,665 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,665 INFO blivet: live-base is a device-mapper device >12:10:26,665 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >12:10:26,666 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:10:26,666 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:10:26,667 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:26,668 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:26,668 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:26,669 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >12:10:26,670 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:26,671 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (10) with existing ext4 filesystem >12:10:26,671 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:10:26,672 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:26,673 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >12:10:26,673 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:26,674 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >12:10:26,674 INFO blivet: added dm live-base (id 14) to device tree >12:10:26,675 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:10:26,676 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:10:26,677 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,677 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,677 DEBUG blivet: device live-base does not contain a disklabel >12:10:26,677 INFO blivet: type detected on 'live-base' is 'ext4' >12:10:26,709 DEBUG blivet: using current size 0 as min size >12:10:26,710 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,710 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:26,711 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >12:10:26,712 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >12:10:26,713 INFO blivet: got device: DMDevice instance (0x7f5f53e41350) -- > name = live-base status = True kids = 0 id = 14 > parents = ['existing 0MB loop loop1 (10) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d290> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >12:10:26,713 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:26,714 INFO blivet: got format: Ext4FS instance (0x7f5f53e41dd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:26,716 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-swap /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX /dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1 /dev/mapper/rhel_storageqe--16-swap /dev/rhel_storageqe-16/swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_UUID_ENC': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '394451', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-swap', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > '/dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > '/dev/mapper/rhel_storageqe--16-swap', > '/dev/rhel_storageqe-16/swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: rhel_storageqe--16-swap ; >12:10:26,717 INFO blivet: scanning rhel_storageqe--16-swap (/devices/virtual/block/dm-2)... >12:10:26,717 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-swap ; >12:10:26,718 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap >12:10:26,719 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-swap ; >12:10:26,721 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-swap ; label_type: None ; >12:10:26,722 DEBUG blivet: SwapSpace.__init__: >12:10:26,722 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:26,722 DEBUG blivet: device rhel_storageqe-16-swap does not contain a disklabel >12:10:26,722 DEBUG blivet: no type or existing type for rhel_storageqe--16-swap, bailing >12:10:26,723 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,724 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,724 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,725 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,725 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,726 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f54305f90) -- > name = rhel_storageqe-16-swap status = True kids = 0 id = 6 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = 1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX size = 7000.0 > 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/rhel_storageqe--16-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d050> > target size = 7000.0 path = /dev/mapper/rhel_storageqe--16-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 3 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 7000MB >12:10:26,727 INFO blivet: got format: SwapSpace instance (0x7f5f53e41d10) -- > type = swap name = swap status = False > device = /dev/mapper/rhel_storageqe--16-swap uuid = 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >12:10:26,729 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-home /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM /dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7 /dev/mapper/rhel_storageqe--16-home /dev/rhel_storageqe-16/home', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'ID_FS_UUID_ENC': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '395099', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-home', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > '/dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7', > '/dev/mapper/rhel_storageqe--16-home', > '/dev/rhel_storageqe-16/home'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: rhel_storageqe--16-home ; >12:10:26,729 INFO blivet: scanning rhel_storageqe--16-home (/devices/virtual/block/dm-3)... >12:10:26,730 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-home ; >12:10:26,731 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem >12:10:26,731 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-home ; >12:10:26,732 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-home ; label_type: None ; >12:10:26,733 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,733 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,733 DEBUG blivet: device rhel_storageqe-16-home does not contain a disklabel >12:10:26,733 DEBUG blivet: no type or existing type for rhel_storageqe--16-home, bailing >12:10:26,735 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,735 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,736 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,736 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,737 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,738 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f53e29790) -- > name = rhel_storageqe-16-home status = True kids = 0 id = 4 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM size = 20492.0 > format = existing xfs 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/rhel_storageqe--16-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41967616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2612, 255, 63) biosGeometry: (2612, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6ef0> > target size = 20492.0 path = /dev/mapper/rhel_storageqe--16-home > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 3 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 20492MB >12:10:26,739 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,739 INFO blivet: got format: XFS instance (0x7f5f53e29b90) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-home uuid = f0b8262f-5eee-4152-95e4-c8e894254ee7 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:26,741 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-root /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB /dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489 /dev/mapper/rhel_storageqe--16-root /dev/rhel_storageqe-16/root', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'ID_FS_UUID_ENC': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '395535', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-root', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > '/dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489', > '/dev/mapper/rhel_storageqe--16-root', > '/dev/rhel_storageqe-16/root'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: rhel_storageqe--16-root ; >12:10:26,741 INFO blivet: scanning rhel_storageqe--16-root (/devices/virtual/block/dm-4)... >12:10:26,742 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-root ; >12:10:26,743 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem >12:10:26,744 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-root ; >12:10:26,745 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-root ; label_type: None ; >12:10:26,746 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,746 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:26,746 DEBUG blivet: device rhel_storageqe-16-root does not contain a disklabel >12:10:26,746 DEBUG blivet: no type or existing type for rhel_storageqe--16-root, bailing >12:10:26,748 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:26,748 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,749 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,749 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:26,750 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:26,751 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f53e29f50) -- > name = rhel_storageqe-16-root status = True kids = 0 id = 5 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (3)'] > uuid = OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB size = 41976.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/rhel_storageqe--16-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 85966848 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (5351, 255, 63) biosGeometry: (5351, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6b90> > target size = 41976.0 path = /dev/mapper/rhel_storageqe--16-root > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f53e29350) -- > name = rhel_storageqe-16 status = True kids = 3 id = 3 > parents = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (2) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 41976MB >12:10:26,753 DEBUG blivet: XFS.supported: supported: True ; >12:10:26,753 INFO blivet: got format: XFS instance (0x7f5f53e41110) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-root uuid = cbc71095-ff32-44aa-8671-cdd6e41f8489 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:26,768 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:10:26,781 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:26,782 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:26,783 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:26,795 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:26,807 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:26,845 DEBUG blivet: LVMVolumeGroupDevice.teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:26,846 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:26,847 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:26,859 DEBUG blivet: LVMVolumeGroupDevice._teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:26,890 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >12:10:26,891 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:26,893 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:26,906 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:26,907 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:26,909 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:26,921 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: False ; controllable: True ; >12:10:26,922 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-swap ; status: False ; controllable: True ; >12:10:26,923 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:10:26,923 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:10:26,924 INFO blivet: edd: collected mbr signatures: {'sda': '0x000a176f'} >12:10:26,924 WARN blivet: edd: can not match host_bus: PCIX 04:00.0 channel: 0 >12:10:26,924 DEBUG blivet: edd: data extracted from 0x80: > type: RAID, ata_device: None > channel: None, mbr_signature: 0x000a176f > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 143305920 >12:10:26,924 INFO blivet: edd: matched 0x80 to sda using MBR sig >12:10:26,926 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:10:26,934 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:27,057 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:10:27,086 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:27,087 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:27,088 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:27,099 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:27,100 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-home ; orig: False ; >12:10:27,101 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:27,102 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:27,188 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:27,265 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:27,293 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:27,326 DEBUG blivet: LVMVolumeGroupDevice.teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:27,328 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:27,329 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:27,340 DEBUG blivet: LVMVolumeGroupDevice._teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:27,364 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >12:10:27,365 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:27,367 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:27,379 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:27,380 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:27,382 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:27,393 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:27,394 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-root ; orig: False ; >12:10:27,395 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:27,397 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:27,480 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:27,745 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:10:27,745 INFO blivet: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >12:10:27,745 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >12:10:27,746 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:10:27,747 DEBUG blivet: crypttab maps: [] >12:10:27,748 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >12:10:27,773 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-root ; >12:10:27,774 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 41976MB lvmlv rhel_storageqe-16-root (5) with existing xfs filesystem >12:10:27,774 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-root' to 'rhel_storageqe-16-root' (lvmlv) >12:10:27,775 DEBUG blivet: resolved 'UUID=e689c655-5217-4816-8b07-343ea6d2a6b0' to 'sda1' (partition) >12:10:27,776 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-home ; >12:10:27,778 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 20492MB lvmlv rhel_storageqe-16-home (4) with existing xfs filesystem >12:10:27,779 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-home' to 'rhel_storageqe-16-home' (lvmlv) >12:10:27,780 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-swap ; >12:10:27,781 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 7000MB lvmlv rhel_storageqe-16-swap (6) with existing swap >12:10:27,781 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-swap' to 'rhel_storageqe-16-swap' (lvmlv) >12:10:27,783 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: True ; controllable: True ; >12:10:27,816 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-root ; status: True ; controllable: True ; >12:10:27,910 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:27,912 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:27,913 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:27,913 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:27,914 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:27,914 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:27,915 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:27,916 DEBUG blivet: XFS.supported: supported: True ; >12:10:27,917 DEBUG blivet: XFS.supported: supported: True ; >12:10:27,919 DEBUG blivet: XFS.supported: supported: True ; >12:10:27,920 DEBUG blivet: onlyuse is now: sda >12:10:27,925 DEBUG blivet: vtap-bos-eng01.bos.redhat.com:/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ is mounted on /run/install/repo >12:10:28,095 DEBUG blivet: vtap-bos-eng01.bos.redhat.com:/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ is mounted on /run/install/repo >12:10:28,227 DEBUG blivet: clearpart: looking at sda2 >12:10:28,227 DEBUG blivet: clearpart: looking at sda1 >12:10:28,227 DEBUG blivet: checking whether disk sda has an empty extended >12:10:28,227 DEBUG blivet: extended is None ; logicals is [] >12:10:28,247 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:28,250 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (0) with existing msdos disklabel >12:10:28,251 INFO blivet: Detected 8080M of memory >12:10:28,252 INFO blivet: Suggested swap size (8080 M) exceeds 10 % of disk space, using 10 % of disk space (6997 M) instead. >12:10:28,252 INFO blivet: Swap attempt of 6997M >12:10:28,252 DEBUG blivet: doAutoPart: True >12:10:28,252 DEBUG blivet: encryptedAutoPart: False >12:10:28,253 DEBUG blivet: autoPartType: 2 >12:10:28,254 DEBUG blivet: clearPartType: None >12:10:28,255 DEBUG blivet: clearPartDisks: [] >12:10:28,255 DEBUG blivet: autoPartitionRequests: >PartSpec instance (0x7f5f53c07410) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f5f53c07450) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = xfs encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f5f53c07490) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = xfs encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f5f53c074d0) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f5f53c07550) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 6997 maxSize = None grow = False > >12:10:28,256 DEBUG blivet: storage.disks: ['sda'] >12:10:28,256 DEBUG blivet: storage.partitioned: ['sda'] >12:10:28,256 DEBUG blivet: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'rhel_storageqe-16', 'rhel_storageqe-16-home', 'rhel_storageqe-16-root', 'rhel_storageqe-16-swap', 'sda', 'sda1', 'sda2'] >12:10:28,259 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:28,259 DEBUG blivet: Iso9660FS.supported: supported: True ; >12:10:28,261 DEBUG blivet: Iso9660FS.supported: supported: True ; >12:10:28,261 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (0) with existing msdos disklabel >12:10:28,261 DEBUG blivet: resolved 'sda' to 'sda' (disk) >12:10:28,262 DEBUG blivet: boot disk: sda >12:10:28,262 DEBUG blivet: candidate disks: [] >12:10:28,263 DEBUG blivet: devs: [] >12:10:28,263 DEBUG blivet: NFSv4.supported: supported: False ; >12:10:28,264 INFO blivet: resetting Blivet (version 0.18.18) instance <blivet.Blivet object at 0x7f5f6bd16410> >12:10:28,264 INFO blivet: no initiator set >12:10:28,265 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:10:28,265 DEBUG blivet: NFSv4.supported: supported: False ; >12:10:28,265 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:10:28,269 DEBUG blivet: SELinuxFS.supported: supported: False ; >12:10:28,271 DEBUG blivet: SELinuxFS.supported: supported: False ; >12:10:28,273 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:28,279 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:28,307 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >12:10:28,311 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:10:28,311 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:10:28,313 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:28,314 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,315 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >12:10:28,317 INFO blivet: sda is a disk >12:10:28,317 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,318 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >12:10:28,324 INFO blivet: added disk sda (id 15) to device tree >12:10:28,325 DEBUG blivet: looking up parted Device: /dev/sda >12:10:28,327 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:10:28,328 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:10:28,329 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >12:10:28,329 DEBUG blivet: required disklabel type for sda (1) is None >12:10:28,329 DEBUG blivet: default disklabel type for sda is msdos >12:10:28,330 DEBUG blivet: selecting msdos disklabel for sda based on size >12:10:28,330 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >12:10:28,334 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 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> >12:10:28,334 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >12:10:28,335 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >12:10:28,336 INFO blivet: got device: DiskDevice instance (0x7f5f50b49590) -- > name = sda status = True kids = 0 id = 15 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541519e0> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f50b49290> >12:10:28,337 INFO blivet: got format: DiskLabel instance (0x7f5f50b3a810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f5f50b49790> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151a70> > >12:10:28,342 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:10:28,343 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:10:28,344 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:10:28,345 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,345 INFO blivet: sda1 is a partition >12:10:28,346 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >12:10:28,347 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:28,348 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:10:28,349 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >12:10:28,350 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >12:10:28,350 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,355 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >12:10:28,355 DEBUG blivet: looking up parted Partition: /dev/sda1 >12:10:28,357 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >12:10:28,359 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >12:10:28,360 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >12:10:28,361 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >12:10:28,362 INFO blivet: added partition sda1 (id 16) to device tree >12:10:28,362 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:10:28,363 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:10:28,364 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:10:28,366 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:10:28,368 WARN blivet: disklabel detected but not usable on sda1 >12:10:28,368 INFO blivet: type detected on 'sda1' is 'xfs' >12:10:28,389 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,389 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:28,390 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >12:10:28,391 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: xfs ; >12:10:28,392 DEBUG blivet: looking up parted Device: /dev/sda1 >12:10:28,393 INFO blivet: got device: PartitionDevice instance (0x7f5f50b49950) -- > name = sda1 status = True kids = 0 id = 16 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f50b49710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e41210> PedPartition: <_ped.Partition object at 0x7f5f50b3dd70> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:10:28,395 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,395 INFO blivet: got format: XFS instance (0x7f5f53e29dd0) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:28,399 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:10:28,399 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:10:28,400 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:10:28,401 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,402 INFO blivet: sda2 is a partition >12:10:28,403 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >12:10:28,404 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:10:28,405 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:10:28,406 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >12:10:28,407 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >12:10:28,408 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,409 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >12:10:28,409 DEBUG blivet: looking up parted Partition: /dev/sda2 >12:10:28,410 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >12:10:28,411 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >12:10:28,412 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >12:10:28,413 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >12:10:28,414 INFO blivet: added partition sda2 (id 17) to device tree >12:10:28,414 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:10:28,415 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:10:28,416 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:10:28,417 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:10:28,419 WARN blivet: disklabel detected but not usable on sda2 >12:10:28,433 INFO blivet: type detected on 'sda2' is 'LVM2_member' >12:10:28,434 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: rhel_storageqe-16 ; uuid: KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P ; exists: True ; vgUuid: YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j ; label: None ; peStart: 1.0 ; device: /dev/sda2 ; serial: 600508b1001c451e3a456a9432498336 ; >12:10:28,434 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >12:10:28,434 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >12:10:28,435 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: lvmpv ; >12:10:28,436 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda2 ; >12:10:28,438 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:28,439 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sda2 ; >12:10:28,439 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,441 DEBUG blivet: LVMVolumeGroupDevice._setFormat: rhel_storageqe-16 ; current: None ; type: None ; >12:10:28,441 INFO blivet: added lvmvg rhel_storageqe-16 (id 18) to device tree >12:10:28,453 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-home ; >12:10:28,454 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,456 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:28,457 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 0 ; name: rhel_storageqe-16 ; >12:10:28,457 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,459 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-home ; current: None ; type: None ; >12:10:28,459 DEBUG blivet: Adding rhel_storageqe-16-home/20492MB to rhel_storageqe-16 >12:10:28,459 INFO blivet: added lvmlv rhel_storageqe-16-home (id 19) to device tree >12:10:28,461 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:28,462 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-home ; orig: False ; >12:10:28,464 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:28,465 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:28,558 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-home >12:10:28,560 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-home ; status: True ; >12:10:28,561 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:28,565 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-home /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM /dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7 /dev/mapper/rhel_storageqe--16-home /dev/rhel_storageqe-16/home', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'home', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'ID_FS_UUID_ENC': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '237295', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-home', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > '/dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7', > '/dev/mapper/rhel_storageqe--16-home', > '/dev/rhel_storageqe-16/home'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: rhel_storageqe--16-home ; >12:10:28,566 INFO blivet: scanning rhel_storageqe--16-home (/devices/virtual/block/dm-2)... >12:10:28,567 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-home ; >12:10:28,569 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (19) >12:10:28,570 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-home ; >12:10:28,571 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-home ; label_type: None ; >12:10:28,573 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,573 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:28,573 DEBUG blivet: device rhel_storageqe-16-home does not contain a disklabel >12:10:28,573 INFO blivet: type detected on 'rhel_storageqe--16-home' is 'xfs' >12:10:28,597 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,597 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:28,599 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-home ; current: None ; type: xfs ; >12:10:28,601 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:28,601 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,602 DEBUG blivet: vg rhel_storageqe-16 has 48976MB free >12:10:28,602 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,602 DEBUG blivet: vg rhel_storageqe-16 has 48976MB free >12:10:28,603 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f5dedae90) -- > name = rhel_storageqe-16-home status = True kids = 0 id = 19 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM size = 20492.0 > format = existing xfs filesystem > 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/rhel_storageqe--16-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41967616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2612, 255, 63) biosGeometry: (2612, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151d40> > target size = 20492.0 path = /dev/mapper/rhel_storageqe--16-home > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 1 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 48976 > free extents = 12244.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 20492MB >12:10:28,604 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,605 INFO blivet: got format: XFS instance (0x7f5f4cd98110) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-home uuid = f0b8262f-5eee-4152-95e4-c8e894254ee7 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:28,606 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-root ; >12:10:28,608 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,609 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:28,611 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 1 ; name: rhel_storageqe-16 ; >12:10:28,611 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,612 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-root ; current: None ; type: None ; >12:10:28,612 DEBUG blivet: Adding rhel_storageqe-16-root/41976MB to rhel_storageqe-16 >12:10:28,613 INFO blivet: added lvmlv rhel_storageqe-16-root (id 20) to device tree >12:10:28,614 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:28,615 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-root ; orig: False ; >12:10:28,617 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:28,618 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:28,707 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-root >12:10:28,708 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-root ; status: True ; >12:10:28,710 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:28,714 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-root /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB /dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489 /dev/mapper/rhel_storageqe--16-root /dev/rhel_storageqe-16/root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'ID_FS_UUID_ENC': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '388846', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-root', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > '/dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489', > '/dev/mapper/rhel_storageqe--16-root', > '/dev/rhel_storageqe-16/root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: rhel_storageqe--16-root ; >12:10:28,715 INFO blivet: scanning rhel_storageqe--16-root (/devices/virtual/block/dm-3)... >12:10:28,716 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-root ; >12:10:28,717 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (20) >12:10:28,719 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-root ; >12:10:28,720 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-root ; label_type: None ; >12:10:28,722 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,722 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:28,722 DEBUG blivet: device rhel_storageqe-16-root does not contain a disklabel >12:10:28,722 INFO blivet: type detected on 'rhel_storageqe--16-root' is 'xfs' >12:10:28,746 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,746 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:28,748 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-root ; current: None ; type: xfs ; >12:10:28,750 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:28,750 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,751 DEBUG blivet: vg rhel_storageqe-16 has 7000MB free >12:10:28,751 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,751 DEBUG blivet: vg rhel_storageqe-16 has 7000MB free >12:10:28,752 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f4cd98610) -- > name = rhel_storageqe-16-root status = True kids = 0 id = 20 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB size = 41976.0 > format = existing xfs 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/rhel_storageqe--16-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 85966848 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (5351, 255, 63) biosGeometry: (5351, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151e60> > target size = 41976.0 path = /dev/mapper/rhel_storageqe--16-root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 2 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 7000 > free extents = 1750.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 41976MB >12:10:28,754 DEBUG blivet: XFS.supported: supported: True ; >12:10:28,755 INFO blivet: got format: XFS instance (0x7f5f4cd8ef50) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-root uuid = cbc71095-ff32-44aa-8671-cdd6e41f8489 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:28,756 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-swap ; >12:10:28,758 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,759 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >12:10:28,760 DEBUG blivet: LVMVolumeGroupDevice.addChild: kids: 2 ; name: rhel_storageqe-16 ; >12:10:28,761 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,762 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-swap ; current: None ; type: None ; >12:10:28,762 DEBUG blivet: Adding rhel_storageqe-16-swap/7000MB to rhel_storageqe-16 >12:10:28,762 INFO blivet: added lvmlv rhel_storageqe-16-swap (id 21) to device tree >12:10:28,764 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-swap ; status: False ; controllable: True ; orig: False ; >12:10:28,765 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-swap ; orig: False ; >12:10:28,767 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:28,768 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-swap ; status: False ; controllable: True ; orig: False ; >12:10:28,862 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16-swap >12:10:28,864 DEBUG blivet: LVMLogicalVolumeDevice.updateSysfsPath: rhel_storageqe-16-swap ; status: True ; >12:10:28,866 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:28,870 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-swap /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX /dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1 /dev/mapper/rhel_storageqe--16-swap /dev/rhel_storageqe-16/swap', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_UUID_ENC': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '544384', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-swap', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > '/dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > '/dev/mapper/rhel_storageqe--16-swap', > '/dev/rhel_storageqe-16/swap'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: rhel_storageqe--16-swap ; >12:10:28,871 INFO blivet: scanning rhel_storageqe--16-swap (/devices/virtual/block/dm-4)... >12:10:28,872 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-swap ; >12:10:28,874 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (21) >12:10:28,875 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-swap ; >12:10:28,876 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-swap ; label_type: None ; >12:10:28,878 DEBUG blivet: SwapSpace.__init__: >12:10:28,878 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:28,878 DEBUG blivet: device rhel_storageqe-16-swap does not contain a disklabel >12:10:28,878 INFO blivet: type detected on 'rhel_storageqe--16-swap' is 'swap' >12:10:28,881 DEBUG blivet: SwapSpace.__init__: device: /dev/mapper/rhel_storageqe--16-swap ; serial: None ; uuid: 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 ; exists: True ; label: None ; >12:10:28,881 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:28,882 DEBUG blivet: LVMLogicalVolumeDevice._setFormat: rhel_storageqe-16-swap ; current: None ; type: swap ; >12:10:28,884 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:28,884 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,885 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:28,886 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:28,886 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:28,888 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f4cd98bd0) -- > name = rhel_storageqe-16-swap status = True kids = 0 id = 21 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = 1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX size = 7000.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/rhel_storageqe--16-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541514d0> > target size = 7000.0 path = /dev/mapper/rhel_storageqe--16-swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 3 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 7000MB >12:10:28,889 INFO blivet: got format: SwapSpace instance (0x7f5f4cd98fd0) -- > type = swap name = swap status = False > device = /dev/mapper/rhel_storageqe--16-swap uuid = 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >12:10:28,914 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-home ; >12:10:28,923 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem >12:10:28,924 DEBUG blivet: set rhel_storageqe-16-home copies to 1, metadata size to 0MB, log size to 0MB, total size 20492MB >12:10:28,926 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-root ; >12:10:28,929 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem >12:10:28,929 DEBUG blivet: set rhel_storageqe-16-root copies to 1, metadata size to 0MB, log size to 0MB, total size 41976MB >12:10:28,930 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe-16-swap ; >12:10:28,931 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap >12:10:28,932 DEBUG blivet: set rhel_storageqe-16-swap copies to 1, metadata size to 0MB, log size to 0MB, total size 7000MB >12:10:28,932 DEBUG blivet: looking up parted Device: /dev/sda2 >12:10:28,934 INFO blivet: got device: PartitionDevice instance (0x7f5f4cd8eb90) -- > name = sda2 status = True kids = 1 id = 17 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d0be3b0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f50b49690> PedPartition: <_ped.Partition object at 0x7f5f50b3d890> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:10:28,934 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f4cd8ed90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:10:28,935 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:10:28,936 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:10:28,937 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:10:28,937 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,938 INFO blivet: loop0 is a loop device >12:10:28,939 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >12:10:28,940 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >12:10:28,941 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,941 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,942 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >12:10:28,942 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 22) to device tree >12:10:28,943 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >12:10:28,943 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,944 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >12:10:28,944 INFO blivet: added loop loop0 (id 23) to device tree >12:10:28,945 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:10:28,946 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:10:28,946 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:10:28,946 DEBUG blivet: device loop0 does not contain a disklabel >12:10:28,946 INFO blivet: type detected on 'loop0' is 'squashfs' >12:10:28,947 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:10:28,948 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >12:10:28,948 INFO blivet: got device: LoopDevice instance (0x7f5f4cfd1710) -- > name = loop0 status = False kids = 0 id = 23 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (22)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >12:10:28,948 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfd1410) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:10:28,950 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:10:28,950 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:10:28,951 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:28,952 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,952 INFO blivet: loop1 is a loop device >12:10:28,953 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >12:10:28,954 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >12:10:28,955 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,955 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,956 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >12:10:28,956 INFO blivet: added file /LiveOS/rootfs.img (id 24) to device tree >12:10:28,957 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >12:10:28,958 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,959 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >12:10:28,959 INFO blivet: added loop loop1 (id 25) to device tree >12:10:28,960 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:10:28,961 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:10:28,962 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:28,962 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:28,963 DEBUG blivet: device loop1 does not contain a disklabel >12:10:28,963 INFO blivet: type detected on 'loop1' is 'ext4' >12:10:28,983 DEBUG blivet: using current size 0 as min size >12:10:28,984 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:28,984 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:28,986 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >12:10:28,986 INFO blivet: got device: LoopDevice instance (0x7f5f4cfb5350) -- > name = loop1 status = False kids = 0 id = 25 > parents = ['existing 0MB file /LiveOS/rootfs.img (24)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = None >12:10:28,987 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:28,988 INFO blivet: got format: Ext4FS instance (0x7f5f4cfb5190) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:28,989 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:10:28,990 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:10:28,991 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:10:28,992 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,992 INFO blivet: loop2 is a loop device >12:10:28,993 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >12:10:28,994 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >12:10:28,995 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:28,995 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,996 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >12:10:28,997 INFO blivet: added file /overlay (deleted) (id 26) to device tree >12:10:28,998 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >12:10:28,998 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:28,999 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >12:10:28,999 INFO blivet: added loop loop2 (id 27) to device tree >12:10:29,000 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:10:29,001 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:10:29,001 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:10:29,001 DEBUG blivet: device loop2 does not contain a disklabel >12:10:29,001 INFO blivet: type detected on 'loop2' is 'DM_snapshot_cow' >12:10:29,002 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:10:29,003 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: DM_snapshot_cow ; >12:10:29,003 INFO blivet: got device: LoopDevice instance (0x7f5f4cfa6810) -- > name = loop2 status = False kids = 0 id = 27 > parents = ['existing 0MB file /overlay (deleted) (26)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >12:10:29,003 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfb52d0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:10:29,006 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '528228', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:10:29,006 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:10:29,007 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:10:29,008 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:29,008 INFO blivet: live-rw is a device-mapper device >12:10:29,009 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >12:10:29,010 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:10:29,010 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:10:29,011 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:29,012 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:29,013 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:29,014 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:29,015 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:10:29,017 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:10:29,018 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (27) with existing DM_snapshot_cow >12:10:29,019 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:10:29,020 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:29,021 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >12:10:29,021 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:29,022 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >12:10:29,022 INFO blivet: added dm live-rw (id 28) to device tree >12:10:29,023 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:10:29,024 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:10:29,025 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,025 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:29,025 DEBUG blivet: device live-rw does not contain a disklabel >12:10:29,025 INFO blivet: type detected on 'live-rw' is 'ext4' >12:10:29,044 DEBUG blivet: padding min size from 924 up to 1016 >12:10:29,045 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,046 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:29,047 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >12:10:29,047 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >12:10:29,048 INFO blivet: got device: DMDevice instance (0x7f5f4cfb51d0) -- > name = live-rw status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop2 (27) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >12:10:29,049 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,050 INFO blivet: got format: Ext4FS instance (0x7f5f4cfa6690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:29,053 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '545905', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:10:29,053 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:10:29,054 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:10:29,055 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:29,055 INFO blivet: live-base is a device-mapper device >12:10:29,056 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >12:10:29,057 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:10:29,057 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:10:29,058 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: True ; >12:10:29,059 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: True ; >12:10:29,060 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: True ; >12:10:29,061 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >12:10:29,062 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:10:29,063 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:10:29,065 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:10:29,066 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:10:29,067 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >12:10:29,067 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:10:29,068 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >12:10:29,068 INFO blivet: added dm live-base (id 29) to device tree >12:10:29,070 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:10:29,071 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:10:29,072 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,072 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:29,072 DEBUG blivet: device live-base does not contain a disklabel >12:10:29,073 INFO blivet: type detected on 'live-base' is 'ext4' >12:10:29,094 DEBUG blivet: using current size 0 as min size >12:10:29,095 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,095 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:10:29,096 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >12:10:29,097 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >12:10:29,097 INFO blivet: got device: DMDevice instance (0x7f5f4cfa61d0) -- > name = live-base status = True kids = 0 id = 29 > parents = ['existing 0MB loop loop1 (25) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170710> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >12:10:29,098 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:29,099 INFO blivet: got format: Ext4FS instance (0x7f5f4cfd1110) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:10:29,114 INFO blivet: devices to scan: ['dm-2', 'dm-3', 'dm-4'] >12:10:29,117 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-home /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM /dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7 /dev/mapper/rhel_storageqe--16-home /dev/rhel_storageqe-16/home', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'home', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-home', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'ID_FS_UUID_ENC': 'f0b8262f-5eee-4152-95e4-c8e894254ee7', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '237295', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-home', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jfJNLZcBZUuXmmA9I3QMT6c0mcMjlGmqM', > '/dev/disk/by-uuid/f0b8262f-5eee-4152-95e4-c8e894254ee7', > '/dev/mapper/rhel_storageqe--16-home', > '/dev/rhel_storageqe-16/home'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: rhel_storageqe--16-home ; >12:10:29,117 INFO blivet: scanning rhel_storageqe--16-home (/devices/virtual/block/dm-2)... >12:10:29,118 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-home ; >12:10:29,119 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem >12:10:29,120 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-home ; >12:10:29,121 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-home ; label_type: None ; >12:10:29,122 DEBUG blivet: XFS.supported: supported: True ; >12:10:29,123 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:29,123 DEBUG blivet: device rhel_storageqe-16-home does not contain a disklabel >12:10:29,123 DEBUG blivet: no type or existing type for rhel_storageqe--16-home, bailing >12:10:29,125 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:29,125 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,126 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,126 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,127 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,128 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f5dedae90) -- > name = rhel_storageqe-16-home status = True kids = 0 id = 19 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = fJNLZc-BZUu-XmmA-9I3Q-MT6c-0mcM-jlGmqM size = 20492.0 > format = existing xfs filesystem > 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/rhel_storageqe--16-home type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41967616 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2612, 255, 63) biosGeometry: (2612, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151d40> > target size = 20492.0 path = /dev/mapper/rhel_storageqe--16-home > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 3 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 20492MB >12:10:29,129 DEBUG blivet: XFS.supported: supported: True ; >12:10:29,130 INFO blivet: got format: XFS instance (0x7f5f4cd98110) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-home uuid = f0b8262f-5eee-4152-95e4-c8e894254ee7 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:29,133 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-root /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB /dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489 /dev/mapper/rhel_storageqe--16-root /dev/rhel_storageqe-16/root', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'root', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'ID_FS_UUID_ENC': 'cbc71095-ff32-44aa-8671-cdd6e41f8489', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '388846', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-root', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9jOG2F436iVg5GLpU3WhqXFhdJAUmm70ZB', > '/dev/disk/by-uuid/cbc71095-ff32-44aa-8671-cdd6e41f8489', > '/dev/mapper/rhel_storageqe--16-root', > '/dev/rhel_storageqe-16/root'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: rhel_storageqe--16-root ; >12:10:29,133 INFO blivet: scanning rhel_storageqe--16-root (/devices/virtual/block/dm-3)... >12:10:29,134 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-root ; >12:10:29,135 DEBUG blivet: DeviceTree.getDeviceByName returned existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem >12:10:29,136 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-root ; >12:10:29,137 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-root ; label_type: None ; >12:10:29,138 DEBUG blivet: XFS.supported: supported: True ; >12:10:29,138 DEBUG blivet: getFormat('xfs') returning XFS instance >12:10:29,138 DEBUG blivet: device rhel_storageqe-16-root does not contain a disklabel >12:10:29,138 DEBUG blivet: no type or existing type for rhel_storageqe--16-root, bailing >12:10:29,139 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:29,140 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,141 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,141 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,142 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,143 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f4cd98610) -- > name = rhel_storageqe-16-root status = True kids = 0 id = 20 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = OG2F43-6iVg-5GLp-U3Wh-qXFh-dJAU-mm70ZB size = 41976.0 > format = existing xfs 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/rhel_storageqe--16-root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 85966848 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (5351, 255, 63) biosGeometry: (5351, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151e60> > target size = 41976.0 path = /dev/mapper/rhel_storageqe--16-root > format args = [] originalFormat = xfs target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 3 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 41976MB >12:10:29,144 DEBUG blivet: XFS.supported: supported: True ; >12:10:29,144 INFO blivet: got format: XFS instance (0x7f5f4cd8ef50) -- > type = xfs name = xfs status = False > device = /dev/mapper/rhel_storageqe--16-root uuid = cbc71095-ff32-44aa-8671-cdd6e41f8489 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:10:29,147 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-rhel_storageqe--16-swap /dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX /dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1 /dev/mapper/rhel_storageqe--16-swap /dev/rhel_storageqe-16/swap', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_LV_NAME': 'swap', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'DM_NAME': 'rhel_storageqe--16-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-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > 'DM_VG_NAME': 'rhel_storageqe-16', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_UUID_ENC': '7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '544384', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-rhel_storageqe--16-swap', > '/dev/disk/by-id/dm-uuid-LVM-YcyDC3E8q1xLEUHm881pdhQRHcfJeg9j1hSmdHPb8HFTFyOFLswqEeXFZ8cruXCX', > '/dev/disk/by-uuid/7b98c3ad-14bc-4152-bf04-8f619c4a54a1', > '/dev/mapper/rhel_storageqe--16-swap', > '/dev/rhel_storageqe-16/swap'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: rhel_storageqe--16-swap ; >12:10:29,148 INFO blivet: scanning rhel_storageqe--16-swap (/devices/virtual/block/dm-4)... >12:10:29,149 DEBUG blivet: DeviceTree.getDeviceByName: name: rhel_storageqe--16-swap ; >12:10:29,150 DEBUG blivet: DeviceTree.getDeviceByName returned existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap >12:10:29,151 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: rhel_storageqe-16-swap ; >12:10:29,152 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: rhel_storageqe-16-swap ; label_type: None ; >12:10:29,153 DEBUG blivet: SwapSpace.__init__: >12:10:29,153 DEBUG blivet: getFormat('swap') returning SwapSpace instance >12:10:29,153 DEBUG blivet: device rhel_storageqe-16-swap does not contain a disklabel >12:10:29,153 DEBUG blivet: no type or existing type for rhel_storageqe--16-swap, bailing >12:10:29,155 DEBUG blivet: looking up parted Device: /dev/mapper/rhel_storageqe--16 >12:10:29,155 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,156 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,156 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:29,157 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:29,158 INFO blivet: got device: LVMLogicalVolumeDevice instance (0x7f5f4cd98bd0) -- > name = rhel_storageqe-16-swap status = True kids = 0 id = 21 > parents = ['existing 69468MB lvmvg rhel_storageqe-16 (18)'] > uuid = 1hSmdH-Pb8H-FTFy-OFLs-wqEe-XFZ8-cruXCX size = 7000.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/dm-4 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/rhel_storageqe--16-swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 14336000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (892, 255, 63) biosGeometry: (892, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541514d0> > target size = 7000.0 path = /dev/mapper/rhel_storageqe--16-swap > format args = [] originalFormat = swap target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0x7f5f4cd8ef10) -- > name = rhel_storageqe-16 status = True kids = 3 id = 18 > parents = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > uuid = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j size = 69468 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/rhel_storageqe--16 > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 4.0 PE Count = 17367 > PE Free = 0 PV Count = 1 > LV Names = ['home', 'root', 'swap'] modified = False > extents = 17367.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 69472MB partition sda2 (17) with existing lvmpv'] > LVs = ['existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem', > 'existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem', > 'existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap'] > segment type = linear percent = 0 > mirror copies = 1 snapshot total = 0MB > VG space used = 7000MB >12:10:29,159 INFO blivet: got format: SwapSpace instance (0x7f5f4cd98fd0) -- > type = swap name = swap status = False > device = /dev/mapper/rhel_storageqe--16-swap uuid = 7b98c3ad-14bc-4152-bf04-8f619c4a54a1 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >12:10:29,175 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:10:29,188 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:29,190 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,192 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,204 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:29,217 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:29,243 DEBUG blivet: LVMVolumeGroupDevice.teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:29,244 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:29,246 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:29,258 DEBUG blivet: LVMVolumeGroupDevice._teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:29,285 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >12:10:29,286 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:29,288 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:29,306 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:29,313 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,320 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,332 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: False ; controllable: True ; >12:10:29,333 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-swap ; status: False ; controllable: True ; >12:10:29,334 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:10:29,335 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:10:29,335 INFO blivet: edd: collected mbr signatures: {'sda': '0x000a176f'} >12:10:29,336 WARN blivet: edd: can not match host_bus: PCIX 04:00.0 channel: 0 >12:10:29,336 DEBUG blivet: edd: data extracted from 0x80: > type: RAID, ata_device: None > channel: None, mbr_signature: 0x000a176f > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: 143305920 >12:10:29,336 INFO blivet: edd: matched 0x80 to sda using MBR sig >12:10:29,336 INFO blivet: edd: both edd entries 0x80 and 0x80 seem to map to sda >12:10:29,337 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:10:29,344 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:29,407 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:10:29,443 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:29,444 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,445 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,458 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:29,459 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-home ; orig: False ; >12:10:29,460 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:29,461 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-home ; status: False ; controllable: True ; orig: False ; >12:10:29,550 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:29,610 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:29,640 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-home ; status: True ; controllable: True ; >12:10:29,673 DEBUG blivet: LVMVolumeGroupDevice.teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:29,674 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:29,675 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/rhel_storageqe--16 ; status: False ; type: None ; >12:10:29,679 DEBUG blivet: Ext3FS.supported: supported: True ; >12:10:29,682 DEBUG blivet: Ext3FS.supported: supported: True ; >12:10:29,690 DEBUG blivet: LVMVolumeGroupDevice._teardown: rhel_storageqe-16 ; status: True ; controllable: True ; >12:10:29,713 DEBUG blivet: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >12:10:29,716 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:29,720 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/sda2 ; status: False ; type: lvmpv ; >12:10:29,735 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:10:29,738 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,743 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:10:29,756 DEBUG blivet: LVMLogicalVolumeDevice.setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:29,758 DEBUG blivet: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: rhel_storageqe-16-root ; orig: False ; >12:10:29,760 DEBUG blivet: LVMVolumeGroupDevice.setup: rhel_storageqe-16 ; status: True ; controllable: True ; orig: False ; >12:10:29,762 DEBUG blivet: LVMLogicalVolumeDevice._setup: rhel_storageqe-16-root ; status: False ; controllable: True ; orig: False ; >12:10:29,859 INFO blivet: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >12:10:30,045 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:10:30,045 INFO blivet: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >12:10:30,045 DEBUG blivet: parsing /mnt/sysimage/etc/crypttab >12:10:30,046 DEBUG blivet: parsing /mnt/sysimage/etc/blkid/blkid.tab >12:10:30,046 DEBUG blivet: crypttab maps: [] >12:10:30,046 DEBUG blivet: parsing /mnt/sysimage/etc/fstab >12:10:30,053 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-root ; >12:10:30,054 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 41976MB lvmlv rhel_storageqe-16-root (20) with existing xfs filesystem >12:10:30,054 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-root' to 'rhel_storageqe-16-root' (lvmlv) >12:10:30,055 DEBUG blivet: resolved 'UUID=e689c655-5217-4816-8b07-343ea6d2a6b0' to 'sda1' (partition) >12:10:30,055 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-home ; >12:10:30,057 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 20492MB lvmlv rhel_storageqe-16-home (19) with existing xfs filesystem >12:10:30,058 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-home' to 'rhel_storageqe-16-home' (lvmlv) >12:10:30,058 DEBUG blivet: DeviceTree.getDeviceByPath: path: /dev/mapper/rhel_storageqe--16-swap ; >12:10:30,060 DEBUG blivet: DeviceTree.getDeviceByPath returned existing 7000MB lvmlv rhel_storageqe-16-swap (21) with existing swap >12:10:30,060 DEBUG blivet: resolved '/dev/mapper/rhel_storageqe--16-swap' to 'rhel_storageqe-16-swap' (lvmlv) >12:10:30,062 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: True ; controllable: True ; >12:10:30,109 DEBUG blivet: LVMLogicalVolumeDevice._teardown: rhel_storageqe-16-root ; status: True ; controllable: True ; >12:10:30,118 DEBUG blivet: Ext2FS.supported: supported: True ; >12:10:30,119 DEBUG blivet: Ext2FS.supported: supported: True ; >12:10:30,165 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:30,167 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:30,170 DEBUG blivet: Ext4FS.supported: supported: True ; >12:10:30,171 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:30,172 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:30,172 DEBUG blivet: rhel_storageqe-16 size is 69468MB >12:10:30,173 DEBUG blivet: vg rhel_storageqe-16 has 0MB free >12:10:30,174 DEBUG blivet: XFS.supported: supported: True ; >12:10:30,176 DEBUG blivet: XFS.supported: supported: True ; >12:10:30,179 DEBUG blivet: XFS.supported: supported: True ; >12:10:30,248 DEBUG blivet: SysFS.supported: supported: False ; >12:10:30,249 DEBUG blivet: SysFS.supported: supported: False ; >12:10:30,250 DEBUG blivet: MultipathMember.__init__: >12:10:30,251 DEBUG blivet: MDRaidMember.__init__: >12:10:30,252 DEBUG blivet: ProcFS.supported: supported: False ; >12:10:30,253 DEBUG blivet: ProcFS.supported: supported: False ; >12:10:30,254 DEBUG blivet: SwapSpace.__init__: >12:10:30,298 DEBUG blivet: NoDevFS.supported: supported: False ; >12:10:30,298 DEBUG blivet: NoDevFS.supported: supported: False ; >12:10:30,299 DEBUG blivet: DevPtsFS.supported: supported: False ; >12:10:30,299 DEBUG blivet: DevPtsFS.supported: supported: False ; >12:10:30,300 DEBUG blivet: BTRFS.supported: supported: True ; >12:10:30,383 DEBUG blivet: USBFS.supported: supported: False ; >12:10:30,384 DEBUG blivet: USBFS.supported: supported: False ; >12:10:30,385 DEBUG blivet: DiskLabel.__init__: >12:10:30,385 INFO blivet: DiskLabel.partedDevice returning None >12:10:30,385 DEBUG blivet: HFSPlus.supported: supported: False ; >12:10:30,386 DEBUG blivet: HFSPlus.supported: supported: False ; >12:10:30,387 DEBUG blivet: XFS.supported: supported: True ; >12:10:30,388 DEBUG blivet: XFS.supported: supported: True ; >12:10:30,389 DEBUG blivet: TmpFS.supported: supported: True ; >12:10:30,397 DEBUG blivet: TmpFS.supported: supported: True ; >12:10:30,399 DEBUG blivet: LUKS.__init__: >12:10:30,400 DEBUG blivet: NTFS.supported: supported: False ; >12:10:30,400 DEBUG blivet: NTFS.supported: supported: False ; >12:10:30,401 DEBUG blivet: BindFS.supported: supported: False ; >12:10:30,402 DEBUG blivet: BindFS.supported: supported: False ; >12:10:30,403 DEBUG blivet: HFS.supported: supported: False ; >12:10:30,403 DEBUG blivet: HFS.supported: supported: False ; >12:10:30,404 DEBUG blivet: LVMPhysicalVolume.__init__: >12:10:30,405 DEBUG blivet: NFS.supported: supported: False ; >12:10:30,406 DEBUG blivet: NFS.supported: supported: False ; >12:10:30,406 DEBUG blivet: FATFS.supported: supported: True ; >12:10:30,422 DEBUG blivet: FATFS.supported: supported: True ; >12:10:30,423 DEBUG blivet: DMRaidMember.__init__: >12:11:40,010 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:11:40,010 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:11:59,162 INFO blivet: Activating FCoE SAN attached to p2p1, dcb: False autovlan: True >12:12:13,234 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:12:13,235 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:12:13,272 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >12:12:13,276 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:12:13,276 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:12:13,277 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:12:13,278 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:12:13,286 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:12:13,287 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:12:13,287 DEBUG blivet: disklabel format on sda already set up >12:12:13,288 INFO blivet: got device: DiskDevice instance (0x7f5f50b49590) -- > name = sda status = True kids = 2 id = 15 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541519e0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f5f50b49290> >12:12:13,289 INFO blivet: got format: DiskLabel instance (0x7f5f50b3a810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f5f50b49790> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151a70> > >12:12:13,292 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:12:13,293 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:12:13,293 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:12:13,294 DEBUG blivet: DeviceTree.getDeviceByName returned existing 500MB partition sda1 (16) with existing xfs filesystem >12:12:13,295 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:12:13,296 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:12:13,297 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:12:13,298 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:12:13,300 WARN blivet: disklabel detected but not usable on sda1 >12:12:13,300 DEBUG blivet: no type or existing type for sda1, bailing >12:12:13,301 INFO blivet: got device: PartitionDevice instance (0x7f5f50b49950) -- > name = sda1 status = True kids = 0 id = 16 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = xfs grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f50b49710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e41210> PedPartition: <_ped.Partition object at 0x7f5f50b3dd70> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:12:13,302 DEBUG blivet: XFS.supported: supported: True ; >12:12:13,303 INFO blivet: got format: XFS instance (0x7f5f53e29dd0) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:12:13,306 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:12:13,306 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:12:13,307 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:12:13,308 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69472MB partition sda2 (17) with existing lvmpv >12:12:13,309 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:12:13,310 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:12:13,311 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:12:13,311 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:12:13,313 WARN blivet: disklabel detected but not usable on sda2 >12:12:13,313 DEBUG blivet: no type or existing type for sda2, bailing >12:12:13,314 INFO blivet: got device: PartitionDevice instance (0x7f5f4cd8eb90) -- > name = sda2 status = True kids = 1 id = 17 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d0be3b0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f50b49690> PedPartition: <_ped.Partition object at 0x7f5f50b3d890> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:12:13,315 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f4cd8ed90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:12:13,316 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:12:13,316 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:12:13,317 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:12:13,318 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop0 (23) with existing squashfs >12:12:13,319 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:12:13,320 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:12:13,320 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:12:13,320 DEBUG blivet: device loop0 does not contain a disklabel >12:12:13,320 DEBUG blivet: no type or existing type for loop0, bailing >12:12:13,320 INFO blivet: got device: LoopDevice instance (0x7f5f4cfd1710) -- > name = loop0 status = False kids = 0 id = 23 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (22)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = squashfs >12:12:13,321 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfd1410) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:12:13,322 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:12:13,323 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:12:13,323 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:12:13,324 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:12:13,325 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:12:13,326 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:12:13,327 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,327 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:12:13,327 DEBUG blivet: device loop1 does not contain a disklabel >12:12:13,327 DEBUG blivet: no type or existing type for loop1, bailing >12:12:13,328 INFO blivet: got device: LoopDevice instance (0x7f5f4cfb5350) -- > name = loop1 status = False kids = 1 id = 25 > parents = ['existing 0MB file /LiveOS/rootfs.img (24)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = ext4 >12:12:13,329 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,329 INFO blivet: got format: Ext4FS instance (0x7f5f4cfb5190) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:12:13,330 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:12:13,330 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:12:13,331 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:12:13,332 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (27) with existing DM_snapshot_cow >12:12:13,333 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:12:13,334 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:12:13,334 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:12:13,334 DEBUG blivet: device loop2 does not contain a disklabel >12:12:13,334 DEBUG blivet: no type or existing type for loop2, bailing >12:12:13,334 INFO blivet: got device: LoopDevice instance (0x7f5f4cfa6810) -- > name = loop2 status = False kids = 1 id = 27 > parents = ['existing 0MB file /overlay (deleted) (26)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = DM_snapshot_cow >12:12:13,334 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfb52d0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:12:13,337 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '528228', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:12:13,337 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:12:13,338 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:12:13,339 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-rw (28) with existing ext4 filesystem >12:12:13,339 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:12:13,340 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:12:13,341 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,341 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:12:13,342 DEBUG blivet: device live-rw does not contain a disklabel >12:12:13,342 DEBUG blivet: no type or existing type for live-rw, bailing >12:12:13,342 INFO blivet: got device: DMDevice instance (0x7f5f4cfb51d0) -- > name = live-rw status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop2 (27) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = ext4 target = None dmUuid = None >12:12:13,343 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,343 INFO blivet: got format: Ext4FS instance (0x7f5f4cfa6690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:12:13,346 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '545905', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:12:13,346 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:12:13,347 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:12:13,348 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-base (29) with existing ext4 filesystem >12:12:13,349 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:12:13,349 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:12:13,350 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,351 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:12:13,351 DEBUG blivet: device live-base does not contain a disklabel >12:12:13,351 DEBUG blivet: no type or existing type for live-base, bailing >12:12:13,351 INFO blivet: got device: DMDevice instance (0x7f5f4cfa61d0) -- > name = live-base status = True kids = 0 id = 29 > parents = ['existing 0MB loop loop1 (25) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170710> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = ext4 target = None dmUuid = None >12:12:13,352 DEBUG blivet: Ext4FS.supported: supported: True ; >12:12:13,353 INFO blivet: got format: Ext4FS instance (0x7f5f4cfd1110) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:12:13,367 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:12:13,380 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:12:13,381 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:12:13,382 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:12:13,395 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: False ; controllable: True ; >12:12:13,396 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: False ; controllable: True ; >12:12:13,396 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-swap ; status: False ; controllable: True ; >12:12:13,397 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:12:13,398 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:14:25,264 INFO blivet: Activating FCoE SAN attached to p2p2, dcb: False autovlan: True >12:14:39,305 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:14:39,305 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:14:39,342 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1'] >12:14:39,345 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:14:39,345 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:14:39,346 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:14:39,347 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:14:39,355 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:14:39,356 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:14:39,356 DEBUG blivet: disklabel format on sda already set up >12:14:39,357 INFO blivet: got device: DiskDevice instance (0x7f5f50b49590) -- > name = sda status = True kids = 2 id = 15 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541519e0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f5f50b49290> >12:14:39,358 INFO blivet: got format: DiskLabel instance (0x7f5f50b3a810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f5f50b49790> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151a70> > >12:14:39,361 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:14:39,361 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:14:39,362 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:14:39,363 DEBUG blivet: DeviceTree.getDeviceByName returned existing 500MB partition sda1 (16) with existing xfs filesystem >12:14:39,364 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:14:39,365 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:14:39,366 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:14:39,367 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:14:39,368 WARN blivet: disklabel detected but not usable on sda1 >12:14:39,369 DEBUG blivet: no type or existing type for sda1, bailing >12:14:39,370 INFO blivet: got device: PartitionDevice instance (0x7f5f50b49950) -- > name = sda1 status = True kids = 0 id = 16 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = xfs grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f50b49710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e41210> PedPartition: <_ped.Partition object at 0x7f5f50b3dd70> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:14:39,371 DEBUG blivet: XFS.supported: supported: True ; >12:14:39,371 INFO blivet: got format: XFS instance (0x7f5f53e29dd0) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:14:39,374 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:14:39,375 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:14:39,375 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:14:39,376 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69472MB partition sda2 (17) with existing lvmpv >12:14:39,377 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:14:39,378 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:14:39,379 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:14:39,380 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:14:39,381 WARN blivet: disklabel detected but not usable on sda2 >12:14:39,381 DEBUG blivet: no type or existing type for sda2, bailing >12:14:39,383 INFO blivet: got device: PartitionDevice instance (0x7f5f4cd8eb90) -- > name = sda2 status = True kids = 1 id = 17 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d0be3b0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f50b49690> PedPartition: <_ped.Partition object at 0x7f5f50b3d890> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:14:39,383 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f4cd8ed90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:14:39,384 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:14:39,385 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:14:39,386 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:14:39,388 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop0 (23) with existing squashfs >12:14:39,389 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:14:39,389 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:14:39,390 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:14:39,390 DEBUG blivet: device loop0 does not contain a disklabel >12:14:39,390 DEBUG blivet: no type or existing type for loop0, bailing >12:14:39,390 INFO blivet: got device: LoopDevice instance (0x7f5f4cfd1710) -- > name = loop0 status = False kids = 0 id = 23 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (22)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = squashfs >12:14:39,390 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfd1410) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:14:39,392 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:14:39,393 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:14:39,393 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:14:39,394 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:14:39,395 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:14:39,396 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:14:39,397 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,397 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:14:39,397 DEBUG blivet: device loop1 does not contain a disklabel >12:14:39,397 DEBUG blivet: no type or existing type for loop1, bailing >12:14:39,398 INFO blivet: got device: LoopDevice instance (0x7f5f4cfb5350) -- > name = loop1 status = False kids = 1 id = 25 > parents = ['existing 0MB file /LiveOS/rootfs.img (24)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = ext4 >12:14:39,399 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,399 INFO blivet: got format: Ext4FS instance (0x7f5f4cfb5190) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:14:39,400 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:14:39,400 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:14:39,401 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:14:39,402 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (27) with existing DM_snapshot_cow >12:14:39,403 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:14:39,404 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:14:39,404 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:14:39,404 DEBUG blivet: device loop2 does not contain a disklabel >12:14:39,404 DEBUG blivet: no type or existing type for loop2, bailing >12:14:39,404 INFO blivet: got device: LoopDevice instance (0x7f5f4cfa6810) -- > name = loop2 status = False kids = 1 id = 27 > parents = ['existing 0MB file /overlay (deleted) (26)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = DM_snapshot_cow >12:14:39,404 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfb52d0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:14:39,407 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '528228', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:14:39,407 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:14:39,408 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:14:39,409 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-rw (28) with existing ext4 filesystem >12:14:39,409 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:14:39,410 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:14:39,411 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,411 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:14:39,412 DEBUG blivet: device live-rw does not contain a disklabel >12:14:39,412 DEBUG blivet: no type or existing type for live-rw, bailing >12:14:39,412 INFO blivet: got device: DMDevice instance (0x7f5f4cfb51d0) -- > name = live-rw status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop2 (27) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = ext4 target = None dmUuid = None >12:14:39,413 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,413 INFO blivet: got format: Ext4FS instance (0x7f5f4cfa6690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:14:39,416 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '545905', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:14:39,416 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:14:39,417 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:14:39,418 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-base (29) with existing ext4 filesystem >12:14:39,418 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:14:39,419 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:14:39,420 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,420 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:14:39,420 DEBUG blivet: device live-base does not contain a disklabel >12:14:39,421 DEBUG blivet: no type or existing type for live-base, bailing >12:14:39,421 INFO blivet: got device: DMDevice instance (0x7f5f4cfa61d0) -- > name = live-base status = True kids = 0 id = 29 > parents = ['existing 0MB loop loop1 (25) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170710> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = ext4 target = None dmUuid = None >12:14:39,422 DEBUG blivet: Ext4FS.supported: supported: True ; >12:14:39,422 INFO blivet: got format: Ext4FS instance (0x7f5f4cfd1110) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:14:39,437 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:14:39,450 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:14:39,451 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:14:39,453 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:14:39,465 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: False ; controllable: True ; >12:14:39,466 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: False ; controllable: True ; >12:14:39,467 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-swap ; status: False ; controllable: True ; >12:14:39,468 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:14:39,468 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:15:51,411 INFO blivet: Activating FCoE SAN attached to p2p1, dcb: False autovlan: True >12:16:02,187 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:16:02,187 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:16:02,228 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdf1', 'sdf2', 'sdg', 'sdh', 'sdi', 'sdj', 'sdk', 'sdk1', 'sdk2', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-7', 'dm-8'] >12:16:02,231 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:16:02,231 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:16:02,232 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:16:02,233 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:16:02,241 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:16:02,242 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:16:02,242 DEBUG blivet: disklabel format on sda already set up >12:16:02,243 INFO blivet: got device: DiskDevice instance (0x7f5f50b49590) -- > name = sda status = True kids = 2 id = 15 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541519e0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f5f50b49290> >12:16:02,244 INFO blivet: got format: DiskLabel instance (0x7f5f50b3a810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f5f50b49790> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151a70> > >12:16:02,247 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:16:02,248 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:16:02,249 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:16:02,249 DEBUG blivet: DeviceTree.getDeviceByName returned existing 500MB partition sda1 (16) with existing xfs filesystem >12:16:02,250 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:16:02,251 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:16:02,252 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:16:02,253 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:16:02,255 WARN blivet: disklabel detected but not usable on sda1 >12:16:02,255 DEBUG blivet: no type or existing type for sda1, bailing >12:16:02,256 INFO blivet: got device: PartitionDevice instance (0x7f5f50b49950) -- > name = sda1 status = True kids = 0 id = 16 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = xfs grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f50b49710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e41210> PedPartition: <_ped.Partition object at 0x7f5f50b3dd70> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:16:02,257 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,258 INFO blivet: got format: XFS instance (0x7f5f53e29dd0) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:16:02,261 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:16:02,261 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:16:02,262 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:16:02,263 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69472MB partition sda2 (17) with existing lvmpv >12:16:02,264 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:16:02,264 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:16:02,265 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:16:02,266 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:16:02,267 WARN blivet: disklabel detected but not usable on sda2 >12:16:02,268 DEBUG blivet: no type or existing type for sda2, bailing >12:16:02,269 INFO blivet: got device: PartitionDevice instance (0x7f5f4cd8eb90) -- > name = sda2 status = True kids = 1 id = 17 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d0be3b0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f50b49690> PedPartition: <_ped.Partition object at 0x7f5f50b3d890> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:16:02,269 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f4cd8ed90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:16:02,271 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:16:02,271 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:16:02,272 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:16:02,274 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop0 (23) with existing squashfs >12:16:02,275 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:16:02,275 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:16:02,275 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:16:02,276 DEBUG blivet: device loop0 does not contain a disklabel >12:16:02,276 DEBUG blivet: no type or existing type for loop0, bailing >12:16:02,276 INFO blivet: got device: LoopDevice instance (0x7f5f4cfd1710) -- > name = loop0 status = False kids = 0 id = 23 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (22)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = squashfs >12:16:02,277 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfd1410) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:16:02,279 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:16:02,279 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:16:02,280 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:16:02,280 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:16:02,281 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:16:02,282 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:16:02,283 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,283 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:16:02,283 DEBUG blivet: device loop1 does not contain a disklabel >12:16:02,284 DEBUG blivet: no type or existing type for loop1, bailing >12:16:02,284 INFO blivet: got device: LoopDevice instance (0x7f5f4cfb5350) -- > name = loop1 status = False kids = 1 id = 25 > parents = ['existing 0MB file /LiveOS/rootfs.img (24)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = ext4 >12:16:02,285 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,285 INFO blivet: got format: Ext4FS instance (0x7f5f4cfb5190) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:16:02,286 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:16:02,287 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:16:02,288 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:16:02,289 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (27) with existing DM_snapshot_cow >12:16:02,289 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:16:02,290 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:16:02,290 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:16:02,290 DEBUG blivet: device loop2 does not contain a disklabel >12:16:02,291 DEBUG blivet: no type or existing type for loop2, bailing >12:16:02,291 INFO blivet: got device: LoopDevice instance (0x7f5f4cfa6810) -- > name = loop2 status = False kids = 1 id = 27 > parents = ['existing 0MB file /overlay (deleted) (26)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = DM_snapshot_cow >12:16:02,291 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfb52d0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:16:02,294 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110028755e0b292de211 /dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110028755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a326110028755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x28755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110028755e0b292de211', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4825201', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110028755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb'} ; name: sdb ; >12:16:02,294 INFO blivet: scanning sdb (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb)... >12:16:02,295 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >12:16:02,296 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,296 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >12:16:02,297 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb >12:16:02,297 INFO blivet: sdb is an fcoe disk >12:16:02,297 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,298 DEBUG blivet: FcoeDiskDevice._setFormat: sdb ; current: None ; type: None ; >12:16:02,298 DEBUG blivet: created new fcoe disk sdb (None) @ p2p1.802-fcoe >12:16:02,306 INFO blivet: added fcoe sdb (id 30) to device tree >12:16:02,306 DEBUG blivet: looking up parted Device: /dev/sdb >12:16:02,307 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >12:16:02,307 INFO blivet: type detected on 'sdb' is 'multipath_member' >12:16:02,308 DEBUG blivet: MultipathMember.__init__: device: /dev/sdb ; serial: 60060160a326110028755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,308 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,309 DEBUG blivet: FcoeDiskDevice._setFormat: sdb ; current: None ; type: multipath_member ; >12:16:02,310 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4bcddd50) -- > name = sdb status = True kids = 0 id = 30 > parents = [] > uuid = None size = 32768.0 > format = existing multipath_member > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6ef0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b458d10> >12:16:02,310 INFO blivet: got format: MultipathMember instance (0x7f5f4b458fd0) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdb uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,313 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211 /dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'ID_FS_UUID_ENC': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002a755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002a755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2a755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002a755e0b292de211', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4819850', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211', > '/dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc'} ; name: sdc ; >12:16:02,314 INFO blivet: scanning sdc (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc)... >12:16:02,315 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >12:16:02,315 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,316 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >12:16:02,317 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc >12:16:02,317 INFO blivet: sdc is an fcoe disk >12:16:02,317 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,318 DEBUG blivet: FcoeDiskDevice._setFormat: sdc ; current: None ; type: None ; >12:16:02,318 DEBUG blivet: created new fcoe disk sdc (None) @ p2p1.802-fcoe >12:16:02,325 INFO blivet: added fcoe sdc (id 31) to device tree >12:16:02,326 DEBUG blivet: looking up parted Device: /dev/sdc >12:16:02,327 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >12:16:02,327 INFO blivet: type detected on 'sdc' is 'multipath_member' >12:16:02,328 DEBUG blivet: MultipathMember.__init__: device: /dev/sdc ; serial: 60060160a32611002a755e0b292de211 ; uuid: a683ef97-529b-4e7c-96a0-3e67c55d99d7 ; exists: True ; label: None ; >12:16:02,328 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,329 DEBUG blivet: FcoeDiskDevice._setFormat: sdc ; current: None ; type: multipath_member ; >12:16:02,330 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458d90) -- > name = sdc status = True kids = 0 id = 31 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 258 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6b90> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b458e10> >12:16:02,330 INFO blivet: got format: MultipathMember instance (0x7f5f4b463210) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdc uuid = a683ef97-529b-4e7c-96a0-3e67c55d99d7 exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,332 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002c755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002c755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2c755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002c755e0b292de211', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4833235', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd'} ; name: sdd ; >12:16:02,333 INFO blivet: scanning sdd (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd)... >12:16:02,334 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >12:16:02,335 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,335 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >12:16:02,336 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd >12:16:02,336 INFO blivet: sdd is an fcoe disk >12:16:02,336 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,337 DEBUG blivet: FcoeDiskDevice._setFormat: sdd ; current: None ; type: None ; >12:16:02,337 DEBUG blivet: created new fcoe disk sdd (None) @ p2p1.802-fcoe >12:16:02,344 INFO blivet: added fcoe sdd (id 32) to device tree >12:16:02,345 DEBUG blivet: looking up parted Device: /dev/sdd >12:16:02,346 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >12:16:02,346 INFO blivet: type detected on 'sdd' is 'multipath_member' >12:16:02,347 DEBUG blivet: MultipathMember.__init__: device: /dev/sdd ; serial: 60060160a32611002c755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,347 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,348 DEBUG blivet: FcoeDiskDevice._setFormat: sdd ; current: None ; type: multipath_member ; >12:16:02,349 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458e50) -- > name = sdd status = True kids = 0 id = 32 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 514 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6dd0> > target size = 0 path = /dev/sdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b4632d0> >12:16:02,349 INFO blivet: got format: MultipathMember instance (0x7f5f4b463050) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdd uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,352 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002e755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002e755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2e755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002e755e0b292de211', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4827587', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde'} ; name: sde ; >12:16:02,352 INFO blivet: scanning sde (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde)... >12:16:02,353 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >12:16:02,354 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,355 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >12:16:02,355 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde >12:16:02,355 INFO blivet: sde is an fcoe disk >12:16:02,355 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,356 DEBUG blivet: FcoeDiskDevice._setFormat: sde ; current: None ; type: None ; >12:16:02,356 DEBUG blivet: created new fcoe disk sde (None) @ p2p1.802-fcoe >12:16:02,363 INFO blivet: added fcoe sde (id 33) to device tree >12:16:02,364 DEBUG blivet: looking up parted Device: /dev/sde >12:16:02,365 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >12:16:02,365 INFO blivet: type detected on 'sde' is 'multipath_member' >12:16:02,366 DEBUG blivet: MultipathMember.__init__: device: /dev/sde ; serial: 60060160a32611002e755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,366 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,367 DEBUG blivet: FcoeDiskDevice._setFormat: sde ; current: None ; type: multipath_member ; >12:16:02,368 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b4633d0) -- > name = sde status = True kids = 0 id = 33 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 770 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6710> > target size = 0 path = /dev/sde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463450> >12:16:02,368 INFO blivet: got format: MultipathMember instance (0x7f5f4b463410) -- > type = multipath_member name = multipath member device status = True > device = /dev/sde uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,371 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311', > 'DEVNAME': 'sdf', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '304863989', > 'name': 'sdf', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf'} ; name: sdf ; >12:16:02,371 INFO blivet: scanning sdf (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf)... >12:16:02,372 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >12:16:02,373 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,374 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdf ; >12:16:02,374 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf >12:16:02,374 INFO blivet: sdf is an fcoe disk >12:16:02,375 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,376 DEBUG blivet: FcoeDiskDevice._setFormat: sdf ; current: None ; type: None ; >12:16:02,376 DEBUG blivet: created new fcoe disk sdf (None) @ p2p1.802-fcoe >12:16:02,383 INFO blivet: added fcoe sdf (id 34) to device tree >12:16:02,383 DEBUG blivet: looking up parted Device: /dev/sdf >12:16:02,392 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdf ; >12:16:02,392 INFO blivet: type detected on 'sdf' is 'multipath_member' >12:16:02,393 DEBUG blivet: MultipathMember.__init__: device: /dev/sdf ; serial: 60060160a326110036ee5e9d7282e311 ; uuid: None ; exists: True ; label: None ; >12:16:02,393 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,394 DEBUG blivet: FcoeDiskDevice._setFormat: sdf ; current: None ; type: multipath_member ; >12:16:02,395 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458dd0) -- > name = sdf status = True kids = 0 id = 34 > parents = [] > uuid = None size = 20480.0 > format = existing multipath_member > major = 8 minor = 80 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1026 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b5f0> > target size = 0 path = /dev/sdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b470810> >12:16:02,395 INFO blivet: got format: MultipathMember instance (0x7f5f4b463610) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdf uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,399 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part1 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part1 /dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531', > 'DEVNAME': 'sdf1', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '876fb4df-a585-42df-967d-79543becd531', > 'ID_FS_UUID_ENC': '876fb4df-a585-42df-967d-79543becd531', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > '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_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '81', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4864159', > 'name': 'sdf1', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part1', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part1', > '/dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf1'} ; name: sdf1 ; >12:16:02,399 INFO blivet: scanning sdf1 (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf1)... >12:16:02,400 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf1 ; >12:16:02,401 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,401 INFO blivet: sdf1 is a partition >12:16:02,402 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdf1 ; >12:16:02,402 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >12:16:02,403 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdf (34) with existing multipath_member >12:16:02,403 DEBUG blivet: ignoring partition sdf1 on multipath_member >12:16:02,404 DEBUG blivet: no device or no media present >12:16:02,407 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part2 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part2', > 'DEVNAME': 'sdf2', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_UUID_ENC': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LVM PV YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df on /dev/sdf2', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40916992', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '82', > 'SUBSYSTEM': 'block', > 'SYSTEMD_ALIAS': '/dev/block/8:82', > 'SYSTEMD_READY': '1', > 'SYSTEMD_WANTS': 'lvm2-pvscan@8:82.service', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4864179', > 'name': 'sdf2', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part2', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part2'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf2'} ; name: sdf2 ; >12:16:02,407 INFO blivet: scanning sdf2 (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf/sdf2)... >12:16:02,408 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf2 ; >12:16:02,408 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,409 INFO blivet: sdf2 is a partition >12:16:02,409 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdf2 ; >12:16:02,410 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >12:16:02,411 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdf (34) with existing multipath_member >12:16:02,411 DEBUG blivet: ignoring partition sdf2 on multipath_member >12:16:02,411 DEBUG blivet: no device or no media present >12:16:02,414 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110028755e0b292de211 /dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211', > 'DEVNAME': 'sdg', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110028755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a326110028755e0b292de211', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x28755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110028755e0b292de211', > 'MAJOR': '8', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4847424', > 'name': 'sdg', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110028755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg'} ; name: sdg ; >12:16:02,414 INFO blivet: scanning sdg (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg)... >12:16:02,415 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg ; >12:16:02,416 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,417 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdg ; >12:16:02,417 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg >12:16:02,417 INFO blivet: sdg is an fcoe disk >12:16:02,417 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,418 DEBUG blivet: FcoeDiskDevice._setFormat: sdg ; current: None ; type: None ; >12:16:02,418 DEBUG blivet: created new fcoe disk sdg (None) @ p2p1.802-fcoe >12:16:02,426 INFO blivet: added fcoe sdg (id 35) to device tree >12:16:02,426 DEBUG blivet: looking up parted Device: /dev/sdg >12:16:02,433 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdg ; >12:16:02,433 INFO blivet: type detected on 'sdg' is 'multipath_member' >12:16:02,434 DEBUG blivet: MultipathMember.__init__: device: /dev/sdg ; serial: 60060160a326110028755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,434 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,435 DEBUG blivet: FcoeDiskDevice._setFormat: sdg ; current: None ; type: multipath_member ; >12:16:02,436 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b470e90) -- > name = sdg status = True kids = 0 id = 35 > parents = [] > uuid = None size = 32768.0 > format = existing multipath_member > major = 8 minor = 96 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:0/block/sdg partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdg type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b170> > target size = 0 path = /dev/sdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463750> >12:16:02,436 INFO blivet: got format: MultipathMember instance (0x7f5f4b463690) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdg uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,439 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211 /dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'DEVNAME': 'sdh', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'ID_FS_UUID_ENC': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002a755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002a755e0b292de211', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2a755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002a755e0b292de211', > 'MAJOR': '8', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4829358', > 'name': 'sdh', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211', > '/dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh'} ; name: sdh ; >12:16:02,440 INFO blivet: scanning sdh (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh)... >12:16:02,440 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; >12:16:02,441 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,442 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdh ; >12:16:02,442 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh >12:16:02,442 INFO blivet: sdh is an fcoe disk >12:16:02,443 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,444 DEBUG blivet: FcoeDiskDevice._setFormat: sdh ; current: None ; type: None ; >12:16:02,444 DEBUG blivet: created new fcoe disk sdh (None) @ p2p1.802-fcoe >12:16:02,451 INFO blivet: added fcoe sdh (id 36) to device tree >12:16:02,451 DEBUG blivet: looking up parted Device: /dev/sdh >12:16:02,465 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdh ; >12:16:02,466 INFO blivet: type detected on 'sdh' is 'multipath_member' >12:16:02,467 DEBUG blivet: MultipathMember.__init__: device: /dev/sdh ; serial: 60060160a32611002a755e0b292de211 ; uuid: a683ef97-529b-4e7c-96a0-3e67c55d99d7 ; exists: True ; label: None ; >12:16:02,467 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,468 DEBUG blivet: FcoeDiskDevice._setFormat: sdh ; current: None ; type: multipath_member ; >12:16:02,468 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b463790) -- > name = sdh status = True kids = 0 id = 36 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 112 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:1/block/sdh partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdh type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 259 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b320> > target size = 0 path = /dev/sdh > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463910> >12:16:02,468 INFO blivet: got format: MultipathMember instance (0x7f5f4b4638d0) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdh uuid = a683ef97-529b-4e7c-96a0-3e67c55d99d7 exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,471 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211', > 'DEVNAME': 'sdi', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002c755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002c755e0b292de211', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2c755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002c755e0b292de211', > 'MAJOR': '8', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4835911', > 'name': 'sdi', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi'} ; name: sdi ; >12:16:02,472 INFO blivet: scanning sdi (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi)... >12:16:02,472 DEBUG blivet: DeviceTree.getDeviceByName: name: sdi ; >12:16:02,473 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,475 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdi ; >12:16:02,475 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi >12:16:02,475 INFO blivet: sdi is an fcoe disk >12:16:02,475 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,476 DEBUG blivet: FcoeDiskDevice._setFormat: sdi ; current: None ; type: None ; >12:16:02,476 DEBUG blivet: created new fcoe disk sdi (None) @ p2p1.802-fcoe >12:16:02,484 INFO blivet: added fcoe sdi (id 37) to device tree >12:16:02,484 DEBUG blivet: looking up parted Device: /dev/sdi >12:16:02,487 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdi ; >12:16:02,487 INFO blivet: type detected on 'sdi' is 'multipath_member' >12:16:02,488 DEBUG blivet: MultipathMember.__init__: device: /dev/sdi ; serial: 60060160a32611002c755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,488 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,489 DEBUG blivet: FcoeDiskDevice._setFormat: sdi ; current: None ; type: multipath_member ; >12:16:02,490 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458d50) -- > name = sdi status = True kids = 0 id = 37 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 128 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:2/block/sdi partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdi type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 515 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4ce530e0> > target size = 0 path = /dev/sdi > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463810> >12:16:02,490 INFO blivet: got format: MultipathMember instance (0x7f5f4b4634d0) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdi uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,493 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211', > 'DEVNAME': 'sdj', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002e755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002e755e0b292de211', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2e755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002e755e0b292de211', > 'MAJOR': '8', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4842146', > 'name': 'sdj', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj'} ; name: sdj ; >12:16:02,493 INFO blivet: scanning sdj (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj)... >12:16:02,494 DEBUG blivet: DeviceTree.getDeviceByName: name: sdj ; >12:16:02,495 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,496 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdj ; >12:16:02,496 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj >12:16:02,496 INFO blivet: sdj is an fcoe disk >12:16:02,496 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,497 DEBUG blivet: FcoeDiskDevice._setFormat: sdj ; current: None ; type: None ; >12:16:02,497 DEBUG blivet: created new fcoe disk sdj (None) @ p2p1.802-fcoe >12:16:02,505 INFO blivet: added fcoe sdj (id 38) to device tree >12:16:02,505 DEBUG blivet: looking up parted Device: /dev/sdj >12:16:02,508 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdj ; >12:16:02,508 INFO blivet: type detected on 'sdj' is 'multipath_member' >12:16:02,509 DEBUG blivet: MultipathMember.__init__: device: /dev/sdj ; serial: 60060160a32611002e755e0b292de211 ; uuid: None ; exists: True ; label: None ; >12:16:02,509 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,510 DEBUG blivet: FcoeDiskDevice._setFormat: sdj ; current: None ; type: multipath_member ; >12:16:02,511 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b463990) -- > name = sdj status = True kids = 0 id = 38 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 144 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:3/block/sdj partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdj type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 771 busy: False > hardwareGeometry: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b560> > target size = 0 path = /dev/sdj > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463650> >12:16:02,511 INFO blivet: got format: MultipathMember instance (0x7f5f4b463a50) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdj uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,514 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311', > 'DEVNAME': 'sdk', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '304867122', > 'name': 'sdk', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk'} ; name: sdk ; >12:16:02,514 INFO blivet: scanning sdk (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk)... >12:16:02,515 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk ; >12:16:02,516 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,517 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdk ; >12:16:02,517 WARN blivet: unexpected sysfs_path of bnx2fc device: /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk >12:16:02,517 INFO blivet: sdk is an fcoe disk >12:16:02,517 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,518 DEBUG blivet: FcoeDiskDevice._setFormat: sdk ; current: None ; type: None ; >12:16:02,518 DEBUG blivet: created new fcoe disk sdk (None) @ p2p1.802-fcoe >12:16:02,526 INFO blivet: added fcoe sdk (id 39) to device tree >12:16:02,526 DEBUG blivet: looking up parted Device: /dev/sdk >12:16:02,527 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdk ; >12:16:02,527 INFO blivet: type detected on 'sdk' is 'multipath_member' >12:16:02,528 DEBUG blivet: MultipathMember.__init__: device: /dev/sdk ; serial: 60060160a326110036ee5e9d7282e311 ; uuid: None ; exists: True ; label: None ; >12:16:02,528 DEBUG blivet: getFormat('multipath_member') returning MultipathMember instance >12:16:02,529 DEBUG blivet: FcoeDiskDevice._setFormat: sdk ; current: None ; type: multipath_member ; >12:16:02,530 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b463b50) -- > name = sdk status = True kids = 0 id = 39 > parents = [] > uuid = None size = 20480.0 > format = existing multipath_member > major = 8 minor = 160 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdk type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1027 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f5427b200> > target size = 0 path = /dev/sdk > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463d10> >12:16:02,530 INFO blivet: got format: MultipathMember instance (0x7f5f4b463cd0) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdk uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:02,533 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part1 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part1 /dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531', > 'DEVNAME': 'sdk1', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '876fb4df-a585-42df-967d-79543becd531', > 'ID_FS_UUID_ENC': '876fb4df-a585-42df-967d-79543becd531', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:160', > '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_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '161', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4867254', > 'name': 'sdk1', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part1', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part1', > '/dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk1'} ; name: sdk1 ; >12:16:02,534 INFO blivet: scanning sdk1 (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk1)... >12:16:02,534 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk1 ; >12:16:02,535 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,536 INFO blivet: sdk1 is a partition >12:16:02,536 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdk1 ; >12:16:02,537 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk ; >12:16:02,538 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdk (39) with existing multipath_member >12:16:02,538 DEBUG blivet: ignoring partition sdk1 on multipath_member >12:16:02,538 DEBUG blivet: no device or no media present >12:16:02,542 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part2 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part2', > 'DEVNAME': 'sdk2', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_UUID_ENC': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LVM PV YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df on /dev/sdk2', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:160', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40916992', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '1', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '162', > 'SUBSYSTEM': 'block', > 'SYSTEMD_ALIAS': '/dev/block/8:162', > 'SYSTEMD_READY': '1', > 'SYSTEMD_WANTS': 'lvm2-pvscan@8:162.service', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4867277', > 'name': 'sdk2', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311-part2', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311-part2'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk2'} ; name: sdk2 ; >12:16:02,542 INFO blivet: scanning sdk2 (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-6/target7:0:3/7:0:3:4/block/sdk/sdk2)... >12:16:02,543 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk2 ; >12:16:02,543 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,543 INFO blivet: sdk2 is a partition >12:16:02,544 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdk2 ; >12:16:02,545 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk ; >12:16:02,546 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdk (39) with existing multipath_member >12:16:02,546 DEBUG blivet: ignoring partition sdk2 on multipath_member >12:16:02,546 DEBUG blivet: no device or no media present >12:16:02,548 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '528228', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >12:16:02,549 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >12:16:02,549 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >12:16:02,551 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-rw (28) with existing ext4 filesystem >12:16:02,552 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >12:16:02,552 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >12:16:02,554 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,554 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:16:02,554 DEBUG blivet: device live-rw does not contain a disklabel >12:16:02,554 DEBUG blivet: no type or existing type for live-rw, bailing >12:16:02,555 INFO blivet: got device: DMDevice instance (0x7f5f4cfb51d0) -- > name = live-rw status = True kids = 0 id = 28 > parents = ['existing 0MB loop loop2 (27) with existing DM_snapshot_cow'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170b90> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = ext4 target = None dmUuid = None >12:16:02,556 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,556 INFO blivet: got format: Ext4FS instance (0x7f5f4cfa6690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:16:02,559 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > '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': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '545905', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >12:16:02,559 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >12:16:02,559 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >12:16:02,561 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm live-base (29) with existing ext4 filesystem >12:16:02,561 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >12:16:02,562 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >12:16:02,563 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,563 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:16:02,564 DEBUG blivet: device live-base does not contain a disklabel >12:16:02,564 DEBUG blivet: no type or existing type for live-base, bailing >12:16:02,565 INFO blivet: got device: DMDevice instance (0x7f5f4cfa61d0) -- > name = live-base status = True kids = 0 id = 29 > parents = ['existing 0MB loop loop1 (25) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170710> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = ext4 target = None dmUuid = None >12:16:02,565 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:02,566 INFO blivet: got format: Ext4FS instance (0x7f5f4cfd1110) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:16:02,568 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpatha /dev/disk/by-id/dm-uuid-mpath-360060160a326110028755e0b292de211 /dev/mapper/mpatha', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpatha', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-360060160a326110028755e0b292de211', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5140249', > 'name': 'dm-2', > 'symlinks': ['/dev/disk/by-id/dm-name-mpatha', > '/dev/disk/by-id/dm-uuid-mpath-360060160a326110028755e0b292de211', > '/dev/mapper/mpatha'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: mpatha ; >12:16:02,568 INFO blivet: scanning mpatha (/devices/virtual/block/dm-2)... >12:16:02,569 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:02,570 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,570 INFO blivet: mpatha is a multipath device >12:16:02,570 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpatha ; >12:16:02,571 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >12:16:02,572 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB fcoe sdb (30) with existing multipath_member >12:16:02,573 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg ; >12:16:02,574 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB fcoe sdg (35) with existing multipath_member >12:16:02,576 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdb ; >12:16:02,577 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdg ; >12:16:02,577 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,578 DEBUG blivet: MultipathDevice._setFormat: mpatha ; current: None ; type: None ; >12:16:02,578 INFO blivet: added dm-multipath mpatha (id 40) to device tree >12:16:02,579 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpatha ; >12:16:02,580 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpatha ; label_type: None ; >12:16:02,580 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,581 DEBUG blivet: MultipathDevice.setup: mpatha ; status: True ; controllable: True ; orig: False ; >12:16:02,581 DEBUG blivet: looking up parted Device: /dev/mapper/mpatha >12:16:02,581 DEBUG blivet: required disklabel type for mpatha (12) is None >12:16:02,581 DEBUG blivet: default disklabel type for mpatha is msdos >12:16:02,582 DEBUG blivet: selecting msdos disklabel for mpatha based on size >12:16:02,583 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/mpatha ; labelType: msdos ; exists: True ; >12:16:02,609 INFO blivet: no usable disklabel on mpatha >12:16:02,610 DEBUG blivet: no type or existing type for mpatha, bailing >12:16:02,611 INFO blivet: got device: MultipathDevice instance (0x7f5f4b47b490) -- > name = mpatha status = True kids = 0 id = 40 > parents = ['existing 32768MB fcoe sdb (30) with existing multipath_member', > 'existing 32768MB fcoe sdg (35) with existing multipath_member'] > uuid = None size = 32768.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpatha type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d0e0> > target size = 0 path = /dev/mapper/mpatha > format args = [] originalFormat = None target = None dmUuid = None >12:16:02,613 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathb /dev/disk/by-id/dm-uuid-mpath-360060160a32611002c755e0b292de211 /dev/mapper/mpathb', > 'DEVNAME': 'dm-3', > 'DEVPATH': '/devices/virtual/block/dm-3', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathb', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-360060160a32611002c755e0b292de211', > 'MAJOR': '253', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5202426', > 'name': 'dm-3', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathb', > '/dev/disk/by-id/dm-uuid-mpath-360060160a32611002c755e0b292de211', > '/dev/mapper/mpathb'], > 'sysfs_path': '/devices/virtual/block/dm-3'} ; name: mpathb ; >12:16:02,613 INFO blivet: scanning mpathb (/devices/virtual/block/dm-3)... >12:16:02,614 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:02,615 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,615 INFO blivet: mpathb is a multipath device >12:16:02,616 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpathb ; >12:16:02,617 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >12:16:02,617 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdd (32) with existing multipath_member >12:16:02,619 DEBUG blivet: DeviceTree.getDeviceByName: name: sdi ; >12:16:02,620 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdi (37) with existing multipath_member >12:16:02,621 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdd ; >12:16:02,622 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdi ; >12:16:02,622 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,623 DEBUG blivet: MultipathDevice._setFormat: mpathb ; current: None ; type: None ; >12:16:02,623 INFO blivet: added dm-multipath mpathb (id 41) to device tree >12:16:02,624 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathb ; >12:16:02,625 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathb ; label_type: None ; >12:16:02,625 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,626 DEBUG blivet: MultipathDevice.setup: mpathb ; status: True ; controllable: True ; orig: False ; >12:16:02,626 DEBUG blivet: looking up parted Device: /dev/mapper/mpathb >12:16:02,627 DEBUG blivet: required disklabel type for mpathb (12) is None >12:16:02,627 DEBUG blivet: default disklabel type for mpathb is msdos >12:16:02,627 DEBUG blivet: selecting msdos disklabel for mpathb based on size >12:16:02,628 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/mpathb ; labelType: msdos ; exists: True ; >12:16:02,653 INFO blivet: no usable disklabel on mpathb >12:16:02,654 DEBUG blivet: no type or existing type for mpathb, bailing >12:16:02,655 INFO blivet: got device: MultipathDevice instance (0x7f5f4b463b90) -- > name = mpathb status = True kids = 0 id = 41 > parents = ['existing 2048MB fcoe sdd (32) with existing multipath_member', > 'existing 2048MB fcoe sdi (37) with existing multipath_member'] > uuid = None size = 2048.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathb 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d050> > target size = 0 path = /dev/mapper/mpathb > format args = [] originalFormat = None target = None dmUuid = None >12:16:02,657 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathc /dev/disk/by-id/dm-uuid-mpath-360060160a32611002a755e0b292de211 /dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7 /dev/mapper/mpathc', > 'DEVNAME': 'dm-4', > 'DEVPATH': '/devices/virtual/block/dm-4', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathc', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-360060160a32611002a755e0b292de211', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'ID_FS_UUID_ENC': 'a683ef97-529b-4e7c-96a0-3e67c55d99d7', > 'MAJOR': '253', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5219230', > 'name': 'dm-4', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathc', > '/dev/disk/by-id/dm-uuid-mpath-360060160a32611002a755e0b292de211', > '/dev/disk/by-uuid/a683ef97-529b-4e7c-96a0-3e67c55d99d7', > '/dev/mapper/mpathc'], > 'sysfs_path': '/devices/virtual/block/dm-4'} ; name: mpathc ; >12:16:02,657 INFO blivet: scanning mpathc (/devices/virtual/block/dm-4)... >12:16:02,658 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:02,659 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,659 INFO blivet: mpathc is a multipath device >12:16:02,660 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpathc ; >12:16:02,661 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >12:16:02,662 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdc (31) with existing multipath_member >12:16:02,663 DEBUG blivet: DeviceTree.getDeviceByName: name: sdh ; >12:16:02,664 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdh (36) with existing multipath_member >12:16:02,665 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdc ; >12:16:02,666 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdh ; >12:16:02,666 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,667 DEBUG blivet: MultipathDevice._setFormat: mpathc ; current: None ; type: None ; >12:16:02,667 INFO blivet: added dm-multipath mpathc (id 42) to device tree >12:16:02,668 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathc ; >12:16:02,669 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathc ; label_type: None ; >12:16:02,670 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,670 DEBUG blivet: getFormat('xfs') returning XFS instance >12:16:02,670 DEBUG blivet: device mpathc does not contain a disklabel >12:16:02,670 INFO blivet: type detected on 'mpathc' is 'xfs' >12:16:02,713 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,713 DEBUG blivet: getFormat('xfs') returning XFS instance >12:16:02,714 DEBUG blivet: MultipathDevice._setFormat: mpathc ; current: None ; type: xfs ; >12:16:02,715 DEBUG blivet: looking up parted Device: /dev/mapper/mpathc >12:16:02,716 INFO blivet: got device: MultipathDevice instance (0x7f5f4b45a090) -- > name = mpathc status = True kids = 0 id = 42 > parents = ['existing 2048MB fcoe sdc (31) with existing multipath_member', > 'existing 2048MB fcoe sdh (36) with existing multipath_member'] > uuid = None size = 2048.0 > format = existing xfs filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathc 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5b00> > target size = 0 path = /dev/mapper/mpathc > format args = [] originalFormat = None target = None dmUuid = None >12:16:02,717 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,717 INFO blivet: got format: XFS instance (0x7f5f4b45a310) -- > type = xfs name = xfs status = False > device = /dev/mapper/mpathc uuid = a683ef97-529b-4e7c-96a0-3e67c55d99d7 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:16:02,719 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathd /dev/disk/by-id/dm-uuid-mpath-360060160a32611002e755e0b292de211 /dev/mapper/mpathd', > 'DEVNAME': 'dm-5', > 'DEVPATH': '/devices/virtual/block/dm-5', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathd', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-360060160a32611002e755e0b292de211', > 'MAJOR': '253', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5247368', > 'name': 'dm-5', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathd', > '/dev/disk/by-id/dm-uuid-mpath-360060160a32611002e755e0b292de211', > '/dev/mapper/mpathd'], > 'sysfs_path': '/devices/virtual/block/dm-5'} ; name: mpathd ; >12:16:02,720 INFO blivet: scanning mpathd (/devices/virtual/block/dm-5)... >12:16:02,720 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:02,721 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,721 INFO blivet: mpathd is a multipath device >12:16:02,722 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpathd ; >12:16:02,723 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >12:16:02,724 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sde (33) with existing multipath_member >12:16:02,725 DEBUG blivet: DeviceTree.getDeviceByName: name: sdj ; >12:16:02,726 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdj (38) with existing multipath_member >12:16:02,728 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sde ; >12:16:02,729 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdj ; >12:16:02,729 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,730 DEBUG blivet: MultipathDevice._setFormat: mpathd ; current: None ; type: None ; >12:16:02,730 INFO blivet: added dm-multipath mpathd (id 43) to device tree >12:16:02,731 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathd ; >12:16:02,732 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathd ; label_type: None ; >12:16:02,732 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,733 DEBUG blivet: MultipathDevice.setup: mpathd ; status: True ; controllable: True ; orig: False ; >12:16:02,733 DEBUG blivet: looking up parted Device: /dev/mapper/mpathd >12:16:02,733 DEBUG blivet: required disklabel type for mpathd (12) is None >12:16:02,733 DEBUG blivet: default disklabel type for mpathd is msdos >12:16:02,734 DEBUG blivet: selecting msdos disklabel for mpathd based on size >12:16:02,735 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/mpathd ; labelType: msdos ; exists: True ; >12:16:02,767 INFO blivet: no usable disklabel on mpathd >12:16:02,767 DEBUG blivet: no type or existing type for mpathd, bailing >12:16:02,768 INFO blivet: got device: MultipathDevice instance (0x7f5f4b45a710) -- > name = mpathd status = True kids = 0 id = 43 > parents = ['existing 2048MB fcoe sde (33) with existing multipath_member', > 'existing 2048MB fcoe sdj (38) with existing multipath_member'] > uuid = None size = 2048.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathd 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: (1009, 67, 62) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5b90> > target size = 0 path = /dev/mapper/mpathd > format args = [] originalFormat = None target = None dmUuid = None >12:16:02,774 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathe /dev/disk/by-id/dm-uuid-mpath-360060160a326110036ee5e9d7282e311 /dev/mapper/mpathe', > 'DEVNAME': 'dm-6', > 'DEVPATH': '/devices/virtual/block/dm-6', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathe', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'mpath-360060160a326110036ee5e9d7282e311', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '253', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5358835', > 'name': 'dm-6', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathe', > '/dev/disk/by-id/dm-uuid-mpath-360060160a326110036ee5e9d7282e311', > '/dev/mapper/mpathe'], > 'sysfs_path': '/devices/virtual/block/dm-6'} ; name: mpathe ; >12:16:02,774 INFO blivet: scanning mpathe (/devices/virtual/block/dm-6)... >12:16:02,775 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:02,776 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,776 INFO blivet: mpathe is a multipath device >12:16:02,776 DEBUG blivet: DeviceTree.addUdevMultiPathDevice: name: mpathe ; >12:16:02,777 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >12:16:02,778 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdf (34) with existing multipath_member >12:16:02,779 DEBUG blivet: DeviceTree.getDeviceByName: name: sdk ; >12:16:02,780 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdk (39) with existing multipath_member >12:16:02,782 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdf ; >12:16:02,783 DEBUG blivet: FcoeDiskDevice.addChild: kids: 0 ; name: sdk ; >12:16:02,783 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,784 DEBUG blivet: MultipathDevice._setFormat: mpathe ; current: None ; type: None ; >12:16:02,784 INFO blivet: added dm-multipath mpathe (id 44) to device tree >12:16:02,785 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathe ; >12:16:02,785 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathe ; label_type: dos ; >12:16:02,786 DEBUG blivet: MultipathDevice.setup: mpathe ; status: True ; controllable: True ; orig: False ; >12:16:02,787 DEBUG blivet: looking up parted Device: /dev/mapper/mpathe >12:16:02,787 DEBUG blivet: required disklabel type for mpathe (12) is None >12:16:02,787 DEBUG blivet: default disklabel type for mpathe is msdos >12:16:02,787 DEBUG blivet: selecting msdos disklabel for mpathe based on size >12:16:02,788 DEBUG blivet: DiskLabel.__init__: device: /dev/mapper/mpathe ; labelType: msdos ; exists: True ; >12:16:02,896 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 0x7f5f4b47b510>, <parted.partition.Partition object at 0x7f5f4b47b710>] > device: <parted.device.Device object at 0x7f5f4b47b210> > PedDisk: <_ped.Disk object at 0x7f5f4b465878> >12:16:02,896 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >12:16:02,897 DEBUG blivet: MultipathDevice._setFormat: mpathe ; current: None ; type: disklabel ; >12:16:02,898 INFO blivet: got device: MultipathDevice instance (0x7f5f4b463e10) -- > name = mpathe status = True kids = 0 id = 44 > parents = ['existing 20480MB fcoe sdf (34) with existing multipath_member', > 'existing 20480MB fcoe sdk (39) with existing multipath_member'] > uuid = None size = 20480.0 > format = existing msdos disklabel > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathe type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53e3d290> > target size = 0 path = /dev/mapper/mpathe > format args = [] originalFormat = None target = None dmUuid = None >12:16:02,899 INFO blivet: got format: DiskLabel instance (0x7f5f4b47ba90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/mapper/mpathe uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f4b47b510>, <parted.partition.Partition object at 0x7f5f4b47b710>] > device: <parted.device.Device object at 0x7f5f4b47b210> > PedDisk: <_ped.Disk object at 0x7f5f4b465878> > origPartedDisk = <parted.disk.Disk object at 0x7f5f4b47b950> > partedDevice = parted.Device instance -- > model: Linux device-mapper (multipath) path: /dev/mapper/mpathe type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 41943040 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (20480, 64, 32) biosGeometry: (2610, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5a70> > >12:16:02,902 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathe1 /dev/disk/by-id/dm-uuid-part1-mpath-360060160a326110036ee5e9d7282e311 /dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531 /dev/mapper/mpathe1', > 'DEVNAME': 'dm-7', > 'DEVPATH': '/devices/virtual/block/dm-7', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathe1', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'part1-mpath-360060160a326110036ee5e9d7282e311', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '876fb4df-a585-42df-967d-79543becd531', > 'ID_FS_UUID_ENC': '876fb4df-a585-42df-967d-79543becd531', > 'ID_PART_ENTRY_DISK': '253:6', > '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', > 'MAJOR': '253', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5650865', > 'name': 'dm-7', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathe1', > '/dev/disk/by-id/dm-uuid-part1-mpath-360060160a326110036ee5e9d7282e311', > '/dev/disk/by-uuid/876fb4df-a585-42df-967d-79543becd531', > '/dev/mapper/mpathe1'], > 'sysfs_path': '/devices/virtual/block/dm-7'} ; name: mpathe1 ; >12:16:02,902 INFO blivet: scanning mpathe1 (/devices/virtual/block/dm-7)... >12:16:02,903 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe1 ; >12:16:02,903 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,904 INFO blivet: mpathe1 is a device-mapper device >12:16:02,904 DEBUG blivet: DeviceTree.addUdevDMDevice: name: mpathe1 ; >12:16:02,906 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:16:02,906 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:16:02,907 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: False ; >12:16:02,907 DEBUG blivet: failed to find dm node for rhel_storageqe-16-home >12:16:02,908 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: False ; >12:16:02,908 DEBUG blivet: failed to find dm node for rhel_storageqe-16-root >12:16:02,909 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: False ; >12:16:02,909 DEBUG blivet: failed to find dm node for rhel_storageqe-16-swap >12:16:02,910 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >12:16:02,911 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >12:16:02,912 DEBUG blivet: MultipathDevice.getDMNode: mpatha ; status: True ; >12:16:02,913 DEBUG blivet: MultipathDevice.getDMNode: mpathb ; status: True ; >12:16:02,914 DEBUG blivet: MultipathDevice.getDMNode: mpathc ; status: True ; >12:16:02,915 DEBUG blivet: MultipathDevice.getDMNode: mpathd ; status: True ; >12:16:02,916 DEBUG blivet: MultipathDevice.getDMNode: mpathe ; status: True ; >12:16:02,916 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:02,918 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:02,919 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe1 ; >12:16:02,920 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,921 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:02,922 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:02,923 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: mpathe1 ; >12:16:02,924 DEBUG blivet: MultipathDevice.addChild: kids: 0 ; name: mpathe ; >12:16:02,925 DEBUG blivet: PartitionDevice._setFormat: mpathe1 ; >12:16:02,925 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:02,926 DEBUG blivet: PartitionDevice._setFormat: mpathe1 ; current: None ; type: None ; >12:16:02,926 DEBUG blivet: looking up parted Partition: /dev/mapper/mpathe1 >12:16:02,927 DEBUG blivet: PartitionDevice.probe: mpathe1 ; exists: True ; >12:16:02,928 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe1 ; flag: 1 ; >12:16:02,929 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe1 ; flag: 10 ; >12:16:02,930 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe1 ; flag: 12 ; >12:16:02,930 INFO blivet: added partition mpathe1 (id 45) to device tree >12:16:02,931 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathe1 ; >12:16:02,932 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathe1 ; label_type: None ; >12:16:02,933 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,933 DEBUG blivet: getFormat('xfs') returning XFS instance >12:16:02,933 DEBUG blivet: device mpathe1 does not contain a disklabel >12:16:02,933 INFO blivet: type detected on 'mpathe1' is 'xfs' >12:16:02,988 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,988 DEBUG blivet: getFormat('xfs') returning XFS instance >12:16:02,989 DEBUG blivet: PartitionDevice._setFormat: mpathe1 ; >12:16:02,990 DEBUG blivet: PartitionDevice._setFormat: mpathe1 ; current: None ; type: xfs ; >12:16:02,991 DEBUG blivet: looking up parted Device: /dev/mapper/mpathe1 >12:16:02,992 INFO blivet: got device: PartitionDevice instance (0x7f5f4cfb5450) -- > name = mpathe1 status = True kids = 0 id = 45 > parents = ['existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 253 minor = 7 exists = True protected = False > sysfs path = /devices/virtual/block/dm-7 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/mpathe1 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4cff5950> > target size = 0 path = /dev/mapper/mpathe1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f4b47b550> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f4b47b890> > number: 1 path: /dev/mapper/mpathe1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f4b47b6d0> PedPartition: <_ped.Partition object at 0x7f5f4bccfa10> > disk = existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = >12:16:02,993 DEBUG blivet: XFS.supported: supported: True ; >12:16:02,993 INFO blivet: got format: XFS instance (0x7f5f4b463f10) -- > type = xfs name = xfs status = False > device = /dev/mapper/mpathe1 uuid = 876fb4df-a585-42df-967d-79543becd531 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:16:02,996 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-mpathe2 /dev/disk/by-id/dm-uuid-part2-mpath-360060160a326110036ee5e9d7282e311 /dev/mapper/mpathe2', > 'DEVNAME': 'dm-8', > 'DEVPATH': '/devices/virtual/block/dm-8', > 'DEVTYPE': 'disk', > 'DM_ACTIVATION': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_NAME': 'mpathe2', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'part2-mpath-360060160a326110036ee5e9d7282e311', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_UUID_ENC': 'YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LVM PV YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df on /dev/dm-8', > 'ID_PART_ENTRY_DISK': '253:6', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '40916992', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'MAJOR': '253', > 'MINOR': '8', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'SYSTEMD_ALIAS': '/dev/block/253:8', > 'SYSTEMD_READY': '1', > 'SYSTEMD_WANTS': 'lvm2-pvscan@253:8.service', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5651313', > 'name': 'dm-8', > 'symlinks': ['/dev/disk/by-id/dm-name-mpathe2', > '/dev/disk/by-id/dm-uuid-part2-mpath-360060160a326110036ee5e9d7282e311', > '/dev/mapper/mpathe2'], > 'sysfs_path': '/devices/virtual/block/dm-8'} ; name: mpathe2 ; >12:16:02,996 INFO blivet: scanning mpathe2 (/devices/virtual/block/dm-8)... >12:16:02,997 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe2 ; >12:16:02,998 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:02,998 INFO blivet: mpathe2 is a device-mapper device >12:16:02,999 DEBUG blivet: DeviceTree.addUdevDMDevice: name: mpathe2 ; >12:16:03,000 DEBUG blivet: LVMVolumeGroupDevice.getDMNode: rhel_storageqe-16 ; status: True ; >12:16:03,000 DEBUG blivet: failed to find dm node for rhel_storageqe-16 >12:16:03,001 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-home ; status: False ; >12:16:03,002 DEBUG blivet: failed to find dm node for rhel_storageqe-16-home >12:16:03,003 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-root ; status: False ; >12:16:03,003 DEBUG blivet: failed to find dm node for rhel_storageqe-16-root >12:16:03,004 DEBUG blivet: LVMLogicalVolumeDevice.getDMNode: rhel_storageqe-16-swap ; status: False ; >12:16:03,004 DEBUG blivet: failed to find dm node for rhel_storageqe-16-swap >12:16:03,005 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >12:16:03,006 DEBUG blivet: DMDevice.getDMNode: live-base ; status: True ; >12:16:03,007 DEBUG blivet: MultipathDevice.getDMNode: mpatha ; status: True ; >12:16:03,008 DEBUG blivet: MultipathDevice.getDMNode: mpathb ; status: True ; >12:16:03,008 DEBUG blivet: MultipathDevice.getDMNode: mpathc ; status: True ; >12:16:03,009 DEBUG blivet: MultipathDevice.getDMNode: mpathd ; status: True ; >12:16:03,010 DEBUG blivet: MultipathDevice.getDMNode: mpathe ; status: True ; >12:16:03,011 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,012 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,013 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe2 ; >12:16:03,014 DEBUG blivet: DeviceTree.getDeviceByName returned None >12:16:03,015 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,016 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,017 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: mpathe2 ; >12:16:03,018 DEBUG blivet: MultipathDevice.addChild: kids: 1 ; name: mpathe ; >12:16:03,019 DEBUG blivet: PartitionDevice._setFormat: mpathe2 ; >12:16:03,020 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:03,021 DEBUG blivet: PartitionDevice._setFormat: mpathe2 ; current: None ; type: None ; >12:16:03,021 DEBUG blivet: looking up parted Partition: /dev/mapper/mpathe2 >12:16:03,022 DEBUG blivet: PartitionDevice.probe: mpathe2 ; exists: True ; >12:16:03,023 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe2 ; flag: 1 ; >12:16:03,024 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe2 ; flag: 10 ; >12:16:03,025 DEBUG blivet: PartitionDevice.getFlag: path: /dev/mapper/mpathe2 ; flag: 12 ; >12:16:03,025 INFO blivet: added partition mpathe2 (id 46) to device tree >12:16:03,025 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: mpathe2 ; >12:16:03,026 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: mpathe2 ; label_type: None ; >12:16:03,027 DEBUG blivet: LVMPhysicalVolume.__init__: >12:16:03,027 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >12:16:03,027 DEBUG blivet: device mpathe2 does not contain a disklabel >12:16:03,069 INFO blivet: type detected on 'mpathe2' is 'LVM2_member' >12:16:03,070 DEBUG blivet: LVMPhysicalVolume.__init__: vgName: ; uuid: YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df ; exists: True ; vgUuid: ; label: None ; peStart: 1.0 ; device: /dev/mapper/mpathe2 ; serial: None ; >12:16:03,070 DEBUG blivet: getFormat('LVM2_member') returning LVMPhysicalVolume instance >12:16:03,071 DEBUG blivet: PartitionDevice._setFormat: mpathe2 ; >12:16:03,072 DEBUG blivet: PartitionDevice._setFormat: mpathe2 ; current: None ; type: lvmpv ; >12:16:03,073 DEBUG blivet: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: mpathe2 ; >12:16:03,073 INFO blivet: lvm pv mpathe2 has no vg >12:16:03,074 DEBUG blivet: looking up parted Device: /dev/mapper/mpathe2 >12:16:03,075 INFO blivet: got device: PartitionDevice instance (0x7f5f4b47b350) -- > name = mpathe2 status = True kids = 0 id = 46 > parents = ['existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel'] > uuid = None size = 19979.0 > format = existing lvmpv > major = 253 minor = 8 exists = True protected = False > sysfs path = /devices/virtual/block/dm-8 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/mpathe2 type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 40916992 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2546, 255, 63) biosGeometry: (2546, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d170c20> > target size = 0 path = /dev/mapper/mpathe2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f4b47b550> fileSystem: None > number: 2 path: /dev/mapper/mpathe2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f4b47b750> PedPartition: <_ped.Partition object at 0x7f5f4bccfa70> > disk = existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel > start = 1026048 end = 41943039 length = 40916992 > flags = lvm >12:16:03,075 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f50b49150) -- > type = lvmpv name = physical volume (LVM) status = > device = /dev/mapper/mpathe2 uuid = YdnMkg-trjR-EdVH-XDpA-046i-Lpyg-lEu0Df exists = True > options = None supported = True formattable = True resizable = False > vgName = vgUUID = peStart = 1.0 >12:16:03,303 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >12:16:03,316 DEBUG blivet: DiskDevice.teardown: sda ; status: True ; controllable: True ; >12:16:03,317 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:16:03,319 DEBUG blivet: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >12:16:03,331 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-home ; status: False ; controllable: True ; >12:16:03,332 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-root ; status: False ; controllable: True ; >12:16:03,333 DEBUG blivet: LVMLogicalVolumeDevice.teardown: rhel_storageqe-16-swap ; status: False ; controllable: True ; >12:16:03,334 DEBUG blivet: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >12:16:03,335 DEBUG blivet: MultipathDevice.teardown: mpatha ; status: True ; controllable: True ; >12:16:03,336 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpatha ; status: False ; type: None ; >12:16:03,337 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpatha ; status: False ; type: None ; >12:16:03,349 DEBUG blivet: FcoeDiskDevice.teardown: sdb ; status: True ; controllable: True ; >12:16:03,350 DEBUG blivet: MultipathMember.teardown: device: /dev/sdb ; status: True ; type: multipath_member ; >12:16:03,352 DEBUG blivet: MultipathMember.teardown: device: /dev/sdb ; status: True ; type: multipath_member ; >12:16:03,364 DEBUG blivet: FcoeDiskDevice.teardown: sdg ; status: True ; controllable: True ; >12:16:03,365 DEBUG blivet: MultipathMember.teardown: device: /dev/sdg ; status: True ; type: multipath_member ; >12:16:03,367 DEBUG blivet: MultipathMember.teardown: device: /dev/sdg ; status: True ; type: multipath_member ; >12:16:03,379 DEBUG blivet: MultipathDevice.teardown: mpathb ; status: True ; controllable: True ; >12:16:03,380 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpathb ; status: False ; type: None ; >12:16:03,381 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpathb ; status: False ; type: None ; >12:16:03,394 DEBUG blivet: FcoeDiskDevice.teardown: sdd ; status: True ; controllable: True ; >12:16:03,395 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >12:16:03,397 DEBUG blivet: MultipathMember.teardown: device: /dev/sdd ; status: True ; type: multipath_member ; >12:16:03,409 DEBUG blivet: FcoeDiskDevice.teardown: sdi ; status: True ; controllable: True ; >12:16:03,410 DEBUG blivet: MultipathMember.teardown: device: /dev/sdi ; status: True ; type: multipath_member ; >12:16:03,411 DEBUG blivet: MultipathMember.teardown: device: /dev/sdi ; status: True ; type: multipath_member ; >12:16:03,424 DEBUG blivet: MultipathDevice.teardown: mpathc ; status: True ; controllable: True ; >12:16:03,436 DEBUG blivet: FcoeDiskDevice.teardown: sdc ; status: True ; controllable: True ; >12:16:03,437 DEBUG blivet: MultipathMember.teardown: device: /dev/sdc ; status: True ; type: multipath_member ; >12:16:03,439 DEBUG blivet: MultipathMember.teardown: device: /dev/sdc ; status: True ; type: multipath_member ; >12:16:03,451 DEBUG blivet: FcoeDiskDevice.teardown: sdh ; status: True ; controllable: True ; >12:16:03,452 DEBUG blivet: MultipathMember.teardown: device: /dev/sdh ; status: True ; type: multipath_member ; >12:16:03,454 DEBUG blivet: MultipathMember.teardown: device: /dev/sdh ; status: True ; type: multipath_member ; >12:16:03,466 DEBUG blivet: MultipathDevice.teardown: mpathd ; status: True ; controllable: True ; >12:16:03,467 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpathd ; status: False ; type: None ; >12:16:03,468 DEBUG blivet: DeviceFormat.teardown: device: /dev/mapper/mpathd ; status: False ; type: None ; >12:16:03,480 DEBUG blivet: FcoeDiskDevice.teardown: sde ; status: True ; controllable: True ; >12:16:03,481 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >12:16:03,483 DEBUG blivet: MultipathMember.teardown: device: /dev/sde ; status: True ; type: multipath_member ; >12:16:03,495 DEBUG blivet: FcoeDiskDevice.teardown: sdj ; status: True ; controllable: True ; >12:16:03,496 DEBUG blivet: MultipathMember.teardown: device: /dev/sdj ; status: True ; type: multipath_member ; >12:16:03,498 DEBUG blivet: MultipathMember.teardown: device: /dev/sdj ; status: True ; type: multipath_member ; >12:16:03,510 DEBUG blivet: PartitionDevice.teardown: mpathe1 ; status: True ; controllable: True ; >12:16:03,522 DEBUG blivet: MultipathDevice.teardown: mpathe ; status: True ; controllable: True ; >12:16:03,523 DEBUG blivet: DiskLabel.teardown: device: /dev/mapper/mpathe ; status: False ; type: disklabel ; >12:16:03,525 DEBUG blivet: DiskLabel.teardown: device: /dev/mapper/mpathe ; status: False ; type: disklabel ; >12:16:03,537 DEBUG blivet: FcoeDiskDevice.teardown: sdf ; status: True ; controllable: True ; >12:16:03,538 DEBUG blivet: MultipathMember.teardown: device: /dev/sdf ; status: True ; type: multipath_member ; >12:16:03,540 DEBUG blivet: MultipathMember.teardown: device: /dev/sdf ; status: True ; type: multipath_member ; >12:16:03,552 DEBUG blivet: FcoeDiskDevice.teardown: sdk ; status: True ; controllable: True ; >12:16:03,553 DEBUG blivet: MultipathMember.teardown: device: /dev/sdk ; status: True ; type: multipath_member ; >12:16:03,555 DEBUG blivet: MultipathMember.teardown: device: /dev/sdk ; status: True ; type: multipath_member ; >12:16:03,567 DEBUG blivet: PartitionDevice.teardown: mpathe2 ; status: True ; controllable: True ; >12:16:03,568 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/mapper/mpathe2 ; status: ; type: lvmpv ; >12:16:03,570 DEBUG blivet: LVMPhysicalVolume.teardown: device: /dev/mapper/mpathe2 ; status: ; type: lvmpv ; >12:16:03,582 DEBUG blivet: MultipathDevice.teardown: mpathe ; status: True ; controllable: True ; >12:16:03,583 DEBUG blivet: DiskLabel.teardown: device: /dev/mapper/mpathe ; status: False ; type: disklabel ; >12:16:03,585 DEBUG blivet: DiskLabel.teardown: device: /dev/mapper/mpathe ; status: False ; type: disklabel ; >12:16:03,597 DEBUG blivet: FcoeDiskDevice.teardown: sdf ; status: True ; controllable: True ; >12:16:03,598 DEBUG blivet: MultipathMember.teardown: device: /dev/sdf ; status: True ; type: multipath_member ; >12:16:03,600 DEBUG blivet: MultipathMember.teardown: device: /dev/sdf ; status: True ; type: multipath_member ; >12:16:03,612 DEBUG blivet: FcoeDiskDevice.teardown: sdk ; status: True ; controllable: True ; >12:16:03,614 DEBUG blivet: MultipathMember.teardown: device: /dev/sdk ; status: True ; type: multipath_member ; >12:16:03,615 DEBUG blivet: MultipathMember.teardown: device: /dev/sdk ; status: True ; type: multipath_member ; >12:16:03,626 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >12:16:03,632 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:03,634 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB dm-multipath mpatha (40) >12:16:03,635 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:03,636 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB dm-multipath mpatha (40) >12:16:03,637 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:03,638 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB dm-multipath mpatha (40) >12:16:03,639 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:03,641 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB dm-multipath mpatha (40) >12:16:03,642 DEBUG blivet: DeviceTree.getDeviceByName: name: mpatha ; >12:16:03,643 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB dm-multipath mpatha (40) >12:16:03,646 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:03,647 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathb (41) >12:16:03,648 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:03,649 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathb (41) >12:16:03,650 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:03,651 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathb (41) >12:16:03,652 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:03,653 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathb (41) >12:16:03,655 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathb ; >12:16:03,656 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathb (41) >12:16:03,658 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:03,660 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathc (42) with existing xfs filesystem >12:16:03,661 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:03,662 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathc (42) with existing xfs filesystem >12:16:03,663 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:03,664 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathc (42) with existing xfs filesystem >12:16:03,665 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:03,667 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathc (42) with existing xfs filesystem >12:16:03,668 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathc ; >12:16:03,669 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathc (42) with existing xfs filesystem >12:16:03,671 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:03,673 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathd (43) >12:16:03,674 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:03,675 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathd (43) >12:16:03,676 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:03,677 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathd (43) >12:16:03,678 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:03,679 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathd (43) >12:16:03,680 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathd ; >12:16:03,682 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB dm-multipath mpathd (43) >12:16:03,684 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,685 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,686 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,688 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,689 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,690 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,691 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,692 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:03,693 DEBUG blivet: DeviceTree.getDeviceByName: name: mpathe ; >12:16:03,694 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB dm-multipath mpathe (44) with existing msdos disklabel >12:16:22,147 INFO blivet: Activating FCoE SAN attached to p2p2, dcb: False autovlan: True >12:16:32,941 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >12:16:32,941 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >12:16:32,982 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'loop0', 'loop1', 'loop2', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdf1', 'sdf2', 'sdg', 'sdh', 'sdi', 'sdj', 'sdk', 'sdk1', 'sdk2', 'dm-0', 'dm-1', 'dm-2', 'dm-3', 'dm-4', 'dm-5', 'dm-6', 'dm-7', 'dm-8'] >12:16:32,985 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411195', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda'} ; name: sda ; >12:16:32,986 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda)... >12:16:32,987 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >12:16:32,988 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69973MB disk sda (15) with existing msdos disklabel >12:16:32,996 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >12:16:32,997 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >12:16:32,997 DEBUG blivet: disklabel format on sda already set up >12:16:32,998 INFO blivet: got device: DiskDevice instance (0x7f5f50b49590) -- > name = sda status = True kids = 2 id = 15 > parents = [] > uuid = None size = 69973.59375 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f541519e0> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0x7f5f50b49290> >12:16:32,999 INFO blivet: got format: DiskLabel instance (0x7f5f50b3a810) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f5f53e41850>, <parted.partition.Partition object at 0x7f5f50b49610>] > device: <parted.device.Device object at 0x7f5f53e29a10> > PedDisk: <_ped.Disk object at 0x7f5f50b48fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f5f50b49790> > partedDevice = parted.Device instance -- > model: HP LOGICAL VOLUME path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 143305920 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 43 did: 0 busy: False > hardwareGeometry: (8920, 255, 63) biosGeometry: (8920, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151a70> > >12:16:33,003 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'xfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_FS_UUID_ENC': 'e689c655-5217-4816-8b07-343ea6d2a6b0', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411204', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part1', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/e689c655-5217-4816-8b07-343ea6d2a6b0'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1'} ; name: sda1 ; >12:16:33,003 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1)... >12:16:33,004 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >12:16:33,005 DEBUG blivet: DeviceTree.getDeviceByName returned existing 500MB partition sda1 (16) with existing xfs filesystem >12:16:33,006 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >12:16:33,006 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >12:16:33,007 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >12:16:33,008 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >12:16:33,010 WARN blivet: disklabel detected but not usable on sda1 >12:16:33,010 DEBUG blivet: no type or existing type for sda1, bailing >12:16:33,012 INFO blivet: got device: PartitionDevice instance (0x7f5f50b49950) -- > name = sda1 status = True kids = 0 id = 16 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing xfs filesystem > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (63, 255, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f54151dd0> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = xfs grow = None max size = 0 bootable = True > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: <parted.filesystem.FileSystem object at 0x7f5f50b49710> > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f53e41210> PedPartition: <_ped.Partition object at 0x7f5f50b3dd70> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >12:16:33,013 DEBUG blivet: XFS.supported: supported: True ; >12:16:33,013 INFO blivet: got format: XFS instance (0x7f5f53e29dd0) -- > type = xfs name = xfs status = False > device = /dev/sda1 uuid = e689c655-5217-4816-8b07-343ea6d2a6b0 exists = True > options = defaults supported = True formattable = True resizable = False > mountpoint = None mountopts = None > label = None size = 0 targetSize = 0 > >12:16:33,016 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2 /dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2 /dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_UUID_ENC': 'KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'LOGICAL_VOLUME', > 'ID_MODEL_ENC': 'LOGICAL\\x20VOLUME\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '142278656', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'pci-0000:04:00.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_04_00_0-scsi-0_0_0_0', > 'ID_REVISION': '5.14', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'PACCRID12040WWZ', > 'ID_SERIAL': '3600508b1001c451e3a456a9432498336', > 'ID_SERIAL_SHORT': '600508b1001c451e3a456a9432498336', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'HP', > 'ID_VENDOR_ENC': 'HP\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x600508b1001c451e', > 'ID_WWN_VENDOR_EXTENSION': '0x3a456a9432498336', > 'ID_WWN_WITH_EXTENSION': '0x600508b1001c451e3a456a9432498336', > 'MAJOR': '8', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '411213', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-3600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-id/wwn-0x600508b1001c451e3a456a9432498336-part2', > '/dev/disk/by-path/pci-0000:04:00.0-scsi-0:0:0:0-part2'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2'} ; name: sda2 ; >12:16:33,016 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2)... >12:16:33,017 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >12:16:33,018 DEBUG blivet: DeviceTree.getDeviceByName returned existing 69472MB partition sda2 (17) with existing lvmpv >12:16:33,019 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >12:16:33,020 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >12:16:33,021 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >12:16:33,022 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >12:16:33,023 WARN blivet: disklabel detected but not usable on sda2 >12:16:33,023 DEBUG blivet: no type or existing type for sda2, bailing >12:16:33,025 INFO blivet: got device: PartitionDevice instance (0x7f5f4cd8eb90) -- > name = sda2 status = True kids = 1 id = 17 > parents = ['existing 69973MB disk sda (15) with existing msdos disklabel'] > uuid = None size = 69472.0 > format = existing lvmpv > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.0/0000:04:00.0/host4/target4:0:0/4:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 142278656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (8856, 255, 63) biosGeometry: (8856, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f4d0be3b0> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = lvmpv grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f5f53e29810> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f5f50b49690> PedPartition: <_ped.Partition object at 0x7f5f50b3d890> > disk = existing 69973MB disk sda (15) with existing msdos disklabel > start = 1026048 end = 143304703 length = 142278656 > flags = lvm >12:16:33,025 INFO blivet: got format: LVMPhysicalVolume instance (0x7f5f4cd8ed90) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda2 uuid = KwlsLO-iYhd-30ma-y9uE-lCbT-iSRe-vl8i8P exists = True > options = None supported = True formattable = True resizable = False > vgName = rhel_storageqe-16 vgUUID = YcyDC3-E8q1-xLEU-Hm88-1pdh-QRHc-fJeg9j peStart = 1.0 >12:16:33,026 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434246', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >12:16:33,026 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >12:16:33,027 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >12:16:33,028 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop0 (23) with existing squashfs >12:16:33,029 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >12:16:33,030 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >12:16:33,030 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >12:16:33,030 DEBUG blivet: device loop0 does not contain a disklabel >12:16:33,030 DEBUG blivet: no type or existing type for loop0, bailing >12:16:33,031 INFO blivet: got device: LoopDevice instance (0x7f5f4cfd1710) -- > name = loop0 status = False kids = 0 id = 23 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (22)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = squashfs >12:16:33,031 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfd1410) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:16:33,033 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_UUID_ENC': '20c937d5-a5b1-4634-9b90-9d1df4916ae8', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434609', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/20c937d5-a5b1-4634-9b90-9d1df4916ae8'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >12:16:33,033 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >12:16:33,034 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >12:16:33,034 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (25) with existing ext4 filesystem >12:16:33,035 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >12:16:33,036 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >12:16:33,037 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:33,037 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >12:16:33,037 DEBUG blivet: device loop1 does not contain a disklabel >12:16:33,038 DEBUG blivet: no type or existing type for loop1, bailing >12:16:33,038 INFO blivet: got device: LoopDevice instance (0x7f5f4cfb5350) -- > name = loop1 status = False kids = 1 id = 25 > parents = ['existing 0MB file /LiveOS/rootfs.img (24)'] > uuid = None size = 0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop1 > format args = [] originalFormat = ext4 >12:16:33,039 DEBUG blivet: Ext4FS.supported: supported: True ; >12:16:33,039 INFO blivet: got format: Ext4FS instance (0x7f5f4cfb5190) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 20c937d5-a5b1-4634-9b90-9d1df4916ae8 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >12:16:33,040 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306215', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '434975', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >12:16:33,040 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >12:16:33,041 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >12:16:33,042 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (27) with existing DM_snapshot_cow >12:16:33,043 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >12:16:33,044 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >12:16:33,044 DEBUG blivet: getFormat('DM_snapshot_cow') returning DeviceFormat instance >12:16:33,044 DEBUG blivet: device loop2 does not contain a disklabel >12:16:33,044 DEBUG blivet: no type or existing type for loop2, bailing >12:16:33,044 INFO blivet: got device: LoopDevice instance (0x7f5f4cfa6810) -- > name = loop2 status = False kids = 1 id = 27 > parents = ['existing 0MB file /overlay (deleted) (26)'] > uuid = None size = 0 > format = existing DM_snapshot_cow > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = DM_snapshot_cow >12:16:33,044 INFO blivet: got format: DeviceFormat instance (0x7f5f4cfb52d0) -- > type = DM_snapshot_cow name = DM_snapshot_cow status = False > device = /dev/loop2 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >12:16:33,047 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110028755e0b292de211 /dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_DEVICE_PATH': '1', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'DM_MULTIPATH_WIPE_PARTS': '1', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'mpath_member', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110028755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a326110028755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x28755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110028755e0b292de211', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4825201', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110028755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a326110028755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb'} ; name: sdb ; >12:16:33,048 INFO blivet: scanning sdb (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb)... >12:16:33,048 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >12:16:33,049 DEBUG blivet: DeviceTree.getDeviceByName returned existing 32768MB fcoe sdb (30) with existing multipath_member >12:16:33,057 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >12:16:33,059 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: None ; >12:16:33,059 DEBUG blivet: getFormat('mpath_member') returning DeviceFormat instance >12:16:33,059 DEBUG blivet: device sdb does not contain a disklabel >12:16:33,060 DEBUG blivet: no type or existing type for sdb, bailing >12:16:33,060 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4bcddd50) -- > name = sdb status = True kids = 1 id = 30 > parents = [] > uuid = None size = 32768.0 > format = existing multipath_member > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:0/block/sdb partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 2 busy: False > hardwareGeometry: (32768, 64, 32) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6ef0> > target size = 0 path = /dev/sdb > format args = [] originalFormat = multipath_member removable = False partedDevice = <parted.device.Device object at 0x7f5f4b458d10> >12:16:33,061 INFO blivet: got format: MultipathMember instance (0x7f5f4b458fd0) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdb uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:33,063 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002a755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002a755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2a755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002a755e0b292de211', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4819850', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002a755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002a755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc'} ; name: sdc ; >12:16:33,063 INFO blivet: scanning sdc (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc)... >12:16:33,064 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >12:16:33,065 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdc (31) with existing multipath_member >12:16:33,073 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >12:16:33,074 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: None ; >12:16:33,074 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:33,075 DEBUG blivet: FcoeDiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >12:16:33,075 DEBUG blivet: required disklabel type for sdc (1) is None >12:16:33,075 DEBUG blivet: default disklabel type for sdc is msdos >12:16:33,076 DEBUG blivet: selecting msdos disklabel for sdc based on size >12:16:33,077 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >12:16:33,077 INFO blivet: no usable disklabel on sdc >12:16:33,078 DEBUG blivet: no type or existing type for sdc, bailing >12:16:33,078 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458d90) -- > name = sdc status = True kids = 1 id = 31 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:1/block/sdc partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 258 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6b90> > target size = 0 path = /dev/sdc > format args = [] originalFormat = multipath_member removable = False partedDevice = <parted.device.Device object at 0x7f5f4b458e10> >12:16:33,079 INFO blivet: got format: MultipathMember instance (0x7f5f4b463210) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdc uuid = a683ef97-529b-4e7c-96a0-3e67c55d99d7 exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:33,081 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002c755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002c755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2c755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002c755e0b292de211', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4833235', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002c755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002c755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd'} ; name: sdd ; >12:16:33,082 INFO blivet: scanning sdd (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd)... >12:16:33,082 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >12:16:33,083 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sdd (32) with existing multipath_member >12:16:33,092 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >12:16:33,092 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: None ; >12:16:33,093 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:33,093 DEBUG blivet: FcoeDiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >12:16:33,094 DEBUG blivet: required disklabel type for sdd (1) is None >12:16:33,094 DEBUG blivet: default disklabel type for sdd is msdos >12:16:33,094 DEBUG blivet: selecting msdos disklabel for sdd based on size >12:16:33,095 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >12:16:33,095 INFO blivet: no usable disklabel on sdd >12:16:33,096 DEBUG blivet: no type or existing type for sdd, bailing >12:16:33,096 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b458e50) -- > name = sdd status = True kids = 1 id = 32 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:2/block/sdd partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 514 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6dd0> > target size = 0 path = /dev/sdd > format args = [] originalFormat = multipath_member removable = False partedDevice = <parted.device.Device object at 0x7f5f4b4632d0> >12:16:33,097 INFO blivet: got format: MultipathMember instance (0x7f5f4b463050) -- > type = multipath_member name = multipath member device status = True > device = /dev/sdd uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:33,099 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211 /dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a32611002e755e0b292de211', > 'ID_SERIAL_SHORT': '60060160a32611002e755e0b292de211', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x2e755e0b292de211', > 'ID_WWN_WITH_EXTENSION': '0x60060160a32611002e755e0b292de211', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '4827587', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a32611002e755e0b292de211', > '/dev/disk/by-id/wwn-0x60060160a32611002e755e0b292de211'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde'} ; name: sde ; >12:16:33,100 INFO blivet: scanning sde (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde)... >12:16:33,101 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >12:16:33,102 DEBUG blivet: DeviceTree.getDeviceByName returned existing 2048MB fcoe sde (33) with existing multipath_member >12:16:33,110 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >12:16:33,111 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sde ; label_type: None ; >12:16:33,111 DEBUG blivet: getFormat('None') returning DeviceFormat instance >12:16:33,112 DEBUG blivet: FcoeDiskDevice.setup: sde ; status: True ; controllable: True ; orig: False ; >12:16:33,112 DEBUG blivet: required disklabel type for sde (1) is None >12:16:33,112 DEBUG blivet: default disklabel type for sde is msdos >12:16:33,112 DEBUG blivet: selecting msdos disklabel for sde based on size >12:16:33,113 DEBUG blivet: DiskLabel.__init__: device: /dev/sde ; labelType: msdos ; exists: True ; >12:16:33,114 INFO blivet: no usable disklabel on sde >12:16:33,114 DEBUG blivet: no type or existing type for sde, bailing >12:16:33,115 INFO blivet: got device: FcoeDiskDevice instance (0x7f5f4b4633d0) -- > name = sde status = True kids = 1 id = 33 > parents = [] > uuid = None size = 2048.0 > format = existing multipath_member > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:3/block/sde partedDevice = parted.Device instance -- > model: DGC RAID 10 path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 770 busy: False > hardwareGeometry: (2048, 64, 32) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0x7f5f53fb6710> > target size = 0 path = /dev/sde > format args = [] originalFormat = multipath_member removable = False partedDevice = <parted.device.Device object at 0x7f5f4b463450> >12:16:33,115 INFO blivet: got format: MultipathMember instance (0x7f5f4b463410) -- > type = multipath_member name = multipath member device status = True > device = /dev/sde uuid = None exists = True > options = None supported = True formattable = False resizable = False > member = None >12:16:33,118 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311 /dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311', > 'DEVNAME': 'sdf', > 'DEVPATH': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf', > 'DEVTYPE': 'disk', > 'DM_MULTIPATH_TIMESTAMP': '1390306486', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'RAID_10', > 'ID_MODEL_ENC': 'RAID\\x2010\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '0226', > 'ID_SCSI': '1', > 'ID_SCSI_SERIAL': 'APM00041704073', > 'ID_SERIAL': '360060160a326110036ee5e9d7282e311', > 'ID_SERIAL_SHORT': '60060160a326110036ee5e9d7282e311', > 'ID_TARGET_PORT': '2', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'DGC', > 'ID_VENDOR_ENC': 'DGC\\x20\\x20\\x20\\x20\\x20', > 'ID_WWN': '0x60060160a3261100', > 'ID_WWN_VENDOR_EXTENSION': '0x36ee5e9d7282e311', > 'ID_WWN_WITH_EXTENSION': '0x60060160a326110036ee5e9d7282e311', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '304863989', > 'name': 'sdf', > 'symlinks': ['/dev/disk/by-id/scsi-360060160a326110036ee5e9d7282e311', > '/dev/disk/by-id/wwn-0x60060160a326110036ee5e9d7282e311'], > 'sysfs_path': '/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf'} ; name: sdf ; >12:16:33,118 INFO blivet: scanning sdf (/devices/virtual/net/p2p1.802-fcoe/ctlr_0/host7/rport-7:0-5/target7:0:2/7:0:2:4/block/sdf)... >12:16:33,119 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >12:16:33,120 DEBUG blivet: DeviceTree.getDeviceByName returned existing 20480MB fcoe sdf (34) with existing multipath_member >12:16:33,128 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdf ; >12:16:33,129 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdf ; label_type: dos ; >12:16:33,130 DEBUG blivet: FcoeDiskDevice.setup: sdf ; status: True ; controllable: True ; orig: False ; >12:16:33,130 DEBUG blivet: required disklabel type for sdf (1) is None >12:16:33,130 DEBUG blivet: default disklabel type for sdf is msdos >12:16:33,130 DEBUG blivet: selecting msdos disklabel for sdf based on size >12:16:33,131 DEBUG blivet: DiskLabel.__init__: device: /dev/sdf ; labelType: msdos ; exists: True ; >12:16:33,198 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 0x7f5f4b414bd0>, <parted.partition.Partition object at 0x7f5f4b414d50>] > device: <parted.device.Device object at 0x7f5f4b414a10> > PedDisk: <_ped.Disk object at 0x7f5f4b4648c0> >12:16:33,198 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >12:16:33,199 DEBUG blivet: FcoeDiskDevice._setFormat: sdf ; current: multipath_member ; type: disklabel ; >12:16:33,199 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf > > >/tmp/ifcfg.log: >12:10:25,540 DEBUG ifcfg: content of files (network initialization): >12:10:25,540 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em0: >12:10:25,540 DEBUG ifcfg: # Generated by dracut initrd >12:10:25,540 DEBUG ifcfg: DEVICE="em0" >12:10:25,540 DEBUG ifcfg: ONBOOT=yes >12:10:25,540 DEBUG ifcfg: NETBOOT=yes >12:10:25,541 DEBUG ifcfg: UUID="7e9af447-dc9e-4370-933c-a33bdcd13f4b" >12:10:25,541 DEBUG ifcfg: BOOTPROTO=dhcp >12:10:25,541 DEBUG ifcfg: HWADDR="e8:39:35:2d:e1:c8" >12:10:25,541 DEBUG ifcfg: TYPE=Ethernet >12:10:25,541 DEBUG ifcfg: NAME="em0" >12:10:25,550 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [232, 57, 53, 45, 225, 200]}, 'connection': {'interface-name': 'em0', 'type': '802-3-ethernet', 'id': 'em0', 'uuid': '7e9af447-dc9e-4370-933c-a33bdcd13f4b'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [232, 57, 53, 45, 225, 200]}, 'connection': {'timestamp': 1390306220L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em0', 'uuid': '05920ffb-fba6-4136-a1df-9c624e28818d'}, 'ipv4': {'routes': [], 'addresses': [[1396903946L, 21L, 4266070026L]], 'dns': [488902666L, 319097610L, 2686321930L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >12:10:25,623 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,623 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,624 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,624 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,705 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,706 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,706 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,707 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,707 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,708 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,708 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,709 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,817 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,818 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,818 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 >12:10:25,819 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,819 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,820 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 >12:10:25,820 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,821 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,821 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 >12:10:25,822 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:25,822 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:25,823 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 >12:10:25,846 DEBUG ifcfg: content of files (missing ifcfgs created for devices ['p2p1', 'p2p2', 'em1']): >12:10:25,846 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em0: >12:10:25,846 DEBUG ifcfg: # Generated by dracut initrd >12:10:25,846 DEBUG ifcfg: DEVICE="em0" >12:10:25,846 DEBUG ifcfg: ONBOOT=yes >12:10:25,846 DEBUG ifcfg: NETBOOT=yes >12:10:25,846 DEBUG ifcfg: UUID="7e9af447-dc9e-4370-933c-a33bdcd13f4b" >12:10:25,847 DEBUG ifcfg: BOOTPROTO=dhcp >12:10:25,847 DEBUG ifcfg: HWADDR="e8:39:35:2d:e1:c8" >12:10:25,847 DEBUG ifcfg: TYPE=Ethernet >12:10:25,847 DEBUG ifcfg: NAME="em0" >12:10:25,847 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-em1: >12:10:25,847 DEBUG ifcfg: HWADDR=E8:39:35:2D:E1:C9 >12:10:25,847 DEBUG ifcfg: TYPE=Ethernet >12:10:25,847 DEBUG ifcfg: BOOTPROTO=dhcp >12:10:25,847 DEBUG ifcfg: DEFROUTE=yes >12:10:25,847 DEBUG ifcfg: PEERDNS=yes >12:10:25,847 DEBUG ifcfg: PEERROUTES=yes >12:10:25,847 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >12:10:25,847 DEBUG ifcfg: IPV6INIT=yes >12:10:25,848 DEBUG ifcfg: IPV6_AUTOCONF=yes >12:10:25,848 DEBUG ifcfg: IPV6_DEFROUTE=yes >12:10:25,848 DEBUG ifcfg: IPV6_PEERDNS=yes >12:10:25,848 DEBUG ifcfg: IPV6_PEERROUTES=yes >12:10:25,848 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >12:10:25,848 DEBUG ifcfg: NAME=em1 >12:10:25,848 DEBUG ifcfg: UUID=623d6dea-7390-4af8-8b4b-b8548d4516ea >12:10:25,848 DEBUG ifcfg: ONBOOT=no >12:10:25,848 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p1: >12:10:25,848 DEBUG ifcfg: HWADDR=00:10:18:AD:40:C0 >12:10:25,848 DEBUG ifcfg: TYPE=Ethernet >12:10:25,848 DEBUG ifcfg: BOOTPROTO=dhcp >12:10:25,849 DEBUG ifcfg: DEFROUTE=yes >12:10:25,849 DEBUG ifcfg: PEERDNS=yes >12:10:25,849 DEBUG ifcfg: PEERROUTES=yes >12:10:25,849 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >12:10:25,849 DEBUG ifcfg: IPV6INIT=yes >12:10:25,849 DEBUG ifcfg: IPV6_AUTOCONF=yes >12:10:25,849 DEBUG ifcfg: IPV6_DEFROUTE=yes >12:10:25,849 DEBUG ifcfg: IPV6_PEERDNS=yes >12:10:25,849 DEBUG ifcfg: IPV6_PEERROUTES=yes >12:10:25,849 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >12:10:25,849 DEBUG ifcfg: NAME=p2p1 >12:10:25,849 DEBUG ifcfg: UUID=8279127f-8e67-44e8-9487-5dc5b1b6ae02 >12:10:25,849 DEBUG ifcfg: ONBOOT=no >12:10:25,849 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p2p2: >12:10:25,850 DEBUG ifcfg: HWADDR=00:10:18:AD:40:C2 >12:10:25,850 DEBUG ifcfg: TYPE=Ethernet >12:10:25,850 DEBUG ifcfg: BOOTPROTO=dhcp >12:10:25,850 DEBUG ifcfg: DEFROUTE=yes >12:10:25,850 DEBUG ifcfg: PEERDNS=yes >12:10:25,850 DEBUG ifcfg: PEERROUTES=yes >12:10:25,850 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >12:10:25,850 DEBUG ifcfg: IPV6INIT=yes >12:10:25,850 DEBUG ifcfg: IPV6_AUTOCONF=yes >12:10:25,850 DEBUG ifcfg: IPV6_DEFROUTE=yes >12:10:25,850 DEBUG ifcfg: IPV6_PEERDNS=yes >12:10:25,850 DEBUG ifcfg: IPV6_PEERROUTES=yes >12:10:25,850 DEBUG ifcfg: IPV6_FAILURE_FATAL=no >12:10:25,851 DEBUG ifcfg: NAME=p2p2 >12:10:25,851 DEBUG ifcfg: UUID=679725c3-d77e-4b41-83ac-51adcb347dd5 >12:10:25,851 DEBUG ifcfg: ONBOOT=no >12:10:25,867 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 16, 24, 173, 64, 194]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'p2p2', 'uuid': '679725c3-d77e-4b41-83ac-51adcb347dd5'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [232, 57, 53, 45, 225, 201]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em1', 'uuid': '623d6dea-7390-4af8-8b4b-b8548d4516ea'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [232, 57, 53, 45, 225, 200]}, 'connection': {'interface-name': 'em0', 'type': '802-3-ethernet', 'id': 'em0', 'uuid': '7e9af447-dc9e-4370-933c-a33bdcd13f4b'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [232, 57, 53, 45, 225, 200]}, 'connection': {'timestamp': 1390306220L, 'autoconnect': False, 'type': '802-3-ethernet', 'id': 'em0', 'uuid': '05920ffb-fba6-4136-a1df-9c624e28818d'}, 'ipv4': {'routes': [], 'addresses': [[1396903946L, 21L, 4266070026L]], 'dns': [488902666L, 319097610L, 2686321930L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}, {'802-3-ethernet': {'s390-options': {}, 'mac-address': [0, 16, 24, 173, 64, 192]}, 'connection': {'autoconnect': False, 'type': '802-3-ethernet', 'id': 'p2p1', 'uuid': '8279127f-8e67-44e8-9487-5dc5b1b6ae02'}, 'ipv4': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'auto'}}] >12:10:29,263 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:29,264 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:29,298 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:29,299 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >12:10:29,300 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >12:10:29,348 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:29,349 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >12:10:29,350 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:29,350 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:29,378 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em0 >12:10:29,379 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-em1 >12:10:29,379 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p1 >12:10:29,380 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 >12:10:29,380 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p2p2 > > >/proc/cmdline: >initrd=/images/storageqe-16.rhts.eng.bos.redhat.com/initrd console=ttyS1,115200 ks=http://beaker.engineering.redhat.com/kickstart/607021 ksdevice=e8:39:35:2d:e1:c8 serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-16.rhts.eng.bos.redhat.com/kernel BOOTIF=01-e8-39-35-2d-e1-c8 > > >/tmp/syslog: >12:10:16,575 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.7" x-pid="1379" x-info="http://www.rsyslog.com"] start >12:10:16,575 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >12:10:16,575 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >12:10:16,575 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >12:10:16,575 NOTICE kernel:[ 0.000000] Linux version 3.10.0-73.el7.x86_64 (mockbuild@x86-020.build.eng.bos.redhat.com) (gcc version 4.8.2 20140115 (Red Hat 4.8.2-11) (GCC) ) #1 SMP Thu Jan 16 14:24:39 EST 2014 >12:10:16,575 INFO kernel:[ 0.000000] Command line: initrd=/images/storageqe-16.rhts.eng.bos.redhat.com/initrd console=ttyS1,115200 ks=http://beaker.engineering.redhat.com/kickstart/607021 ksdevice=e8:39:35:2d:e1:c8 serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-16.rhts.eng.bos.redhat.com/kernel BOOTIF=01-e8-39-35-2d-e1-c8 >12:10:16,575 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000095bff] usable >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000095c00-0x000000000009ffff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ede33fff] usable >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ede34000-0x00000000ede3dfff] ACPI data >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ede3e000-0x00000000efffefff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved >12:10:16,575 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000020fffefff] usable >12:10:16,575 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >12:10:16,575 INFO kernel:[ 0.000000] SMBIOS 2.6 present. >12:10:16,575 DEBUG kernel:[ 0.000000] DMI: HP ProLiant DL120 G7, BIOS J01 07/01/2013 >12:10:16,575 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >12:10:16,575 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >12:10:16,575 INFO kernel:[ 0.000000] No AGP bridge found >12:10:16,575 INFO kernel:[ 0.000000] e820: last_pfn = 0x20ffff max_arch_pfn = 0x400000000 >12:10:16,575 DEBUG kernel:[ 0.000000] MTRR default type: write-back >12:10:16,575 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >12:10:16,575 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >12:10:16,575 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >12:10:16,575 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >12:10:16,575 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >12:10:16,575 DEBUG kernel:[ 0.000000] 0 base 0F0000000 mask FF0000000 uncachable >12:10:16,575 DEBUG kernel:[ 0.000000] 1 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 2 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 3 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 4 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 5 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 6 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 7 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 8 disabled >12:10:16,575 DEBUG kernel:[ 0.000000] 9 disabled >12:10:16,575 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >12:10:16,575 INFO kernel:[ 0.000000] e820: last_pfn = 0xede34 max_arch_pfn = 0x400000000 >12:10:16,575 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [ffff8800000f4f80] >12:10:16,575 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff880000078000] 78000 size 24576 >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01db8000, 0x01db8fff] PGTABLE >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01db9000, 0x01db9fff] PGTABLE >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01dba000, 0x01dbafff] PGTABLE >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x20fc00000-0x20fdfffff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x20fc00000-0x20fdfffff] page 2M >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01dbb000, 0x01dbbfff] PGTABLE >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x20c000000-0x20fbfffff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x20c000000-0x20fbfffff] page 2M >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x200000000-0x20bffffff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x200000000-0x20bffffff] page 2M >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0xede33fff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x001fffff] page 4k >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x00200000-0xeddfffff] page 2M >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0xede00000-0xede33fff] page 4k >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01dbc000, 0x01dbcfff] PGTABLE >12:10:16,575 DEBUG kernel:[ 0.000000] BRK [0x01dbd000, 0x01dbdfff] PGTABLE >12:10:16,575 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x20fe00000-0x20fffefff] >12:10:16,575 DEBUG kernel:[ 0.000000] [mem 0x20fe00000-0x20fffefff] page 4k >12:10:16,575 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7dfd2000-0x7fffefff] >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000f4f00 00024 (v02 HP ) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: XSDT 00000000ede34a80 000A4 (v01 HP ProLiant 00000002 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: FACP 00000000ede34b80 000F4 (v03 HP ProLiant 00000002 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20130517/tbfadt-653) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20130517/tbfadt-653) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: DSDT 00000000ede34c80 01A41 (v01 HP DSDT 00000001 INTL 20030228) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: FACS 00000000ede34100 00040 >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SPCR 00000000ede34140 00050 (v01 HP SPCRRBSU 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: MCFG 00000000ede341c0 0003C (v01 HP ProLiant 00000001 00000000) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: HPET 00000000ede34200 00038 (v01 HP ProLiant 00000002 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: FFFF 00000000ede34240 00064 (v02 HP ProLiant 00000002 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SPMI 00000000ede342c0 00040 (v05 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: ERST 00000000ede34300 001D0 (v01 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: APIC 00000000ede34500 00252 (v01 HP ProLiant 00000002 00000000) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: FFFF 00000000ede34780 00176 (v01 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: BERT 00000000ede34900 00030 (v01 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: HEST 00000000ede34940 000BC (v01 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: DMAR 00000000ede34a00 00070 (v01 HP ProLiant 00000001 ? 0000162E) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000ede36700 00125 (v03 HP CRSPCI0 00000002 HP 00000001) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000ede36840 00573 (v03 HP riser0 00000002 INTL 20030228) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000ede36dc0 0014B (v01 HP pcc 00000001 INTL 20090625) >12:10:16,575 WARNING kernel:[ 0.000000] ACPI: SSDT 00000000ede36f40 00AF4 (v01 INTEL PPM RCM 80000001 INTL 20061109) >12:10:16,575 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >12:10:16,575 INFO kernel:[ 0.000000] No NUMA configuration found >12:10:16,575 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000020fffefff] >12:10:16,575 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x20fffefff] >12:10:16,575 INFO kernel:[ 0.000000] NODE_DATA [mem 0x20ffd8000-0x20fffefff] >12:10:16,575 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea00083fffff] PMD -> [ffff880207400000-ffff88020f3fffff] on node 0 >12:10:16,575 WARNING kernel:[ 0.000000] Zone ranges: >12:10:16,575 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >12:10:16,575 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >12:10:16,575 WARNING kernel:[ 0.000000] Normal [mem 0x100000000-0x20fffefff] >12:10:16,575 WARNING kernel:[ 0.000000] Movable zone start for each node >12:10:16,575 WARNING kernel:[ 0.000000] Early memory node ranges >12:10:16,575 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00094fff] >12:10:16,575 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xede33fff] >12:10:16,575 WARNING kernel:[ 0.000000] node 0: [mem 0x100000000-0x20fffefff] >12:10:16,575 DEBUG kernel:[ 0.000000] On node 0 totalpages: 2088391 >12:10:16,575 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >12:10:16,575 DEBUG kernel:[ 0.000000] DMA zone: 44 pages reserved >12:10:16,575 DEBUG kernel:[ 0.000000] DMA zone: 3988 pages, LIFO batch:0 >12:10:16,575 DEBUG kernel:[ 0.000000] DMA32 zone: 15161 pages used for memmap >12:10:16,575 DEBUG kernel:[ 0.000000] DMA32 zone: 970292 pages, LIFO batch:31 >12:10:16,575 DEBUG kernel:[ 0.000000] Normal zone: 17408 pages used for memmap >12:10:16,575 DEBUG kernel:[ 0.000000] Normal zone: 1114111 pages, LIFO batch:31 >12:10:16,575 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x908 >12:10:16,575 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] disabled) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) >12:10:16,575 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 >12:10:16,575 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) >12:10:16,575 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >12:10:16,575 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >12:10:16,575 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >12:10:16,575 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >12:10:16,575 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >12:10:16,575 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >12:10:16,575 INFO kernel:[ 0.000000] smpboot: Allowing 64 CPUs, 60 hotplug CPUs >12:10:16,575 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00095000-0x00095fff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00096000-0x0009ffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xede34000-0xede3dfff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xede3e000-0xefffefff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xeffff000-0xefffffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfee0ffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xff7fffff] >12:10:16,575 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff] >12:10:16,575 INFO kernel:[ 0.000000] e820: [mem 0xf4000000-0xfebfffff] available for PCI devices >12:10:16,575 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >12:10:16,575 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:64 nr_cpu_ids:64 nr_node_ids:1 >12:10:16,575 INFO kernel:[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88020f400000 s86784 r8192 d23808 u131072 >12:10:16,575 DEBUG kernel:[ 0.000000] pcpu-alloc: s86784 r8192 d23808 u131072 alloc=1*2097152 >12:10:16,575 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 >12:10:16,575 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >12:10:16,575 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 >12:10:16,575 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 >12:10:16,575 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2055714 >12:10:16,575 WARNING kernel:[ 0.000000] Policy zone: Normal >12:10:16,575 NOTICE kernel:[ 0.000000] Kernel command line: initrd=/images/storageqe-16.rhts.eng.bos.redhat.com/initrd console=ttyS1,115200 ks=http://beaker.engineering.redhat.com/kickstart/607021 ksdevice=e8:39:35:2d:e1:c8 serial vnc netboot_method=pxe BOOT_IMAGE=/images/storageqe-16.rhts.eng.bos.redhat.com/kernel BOOTIF=01-e8-39-35-2d-e1-c8 >12:10:16,575 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >12:10:16,575 INFO kernel:[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 >12:10:16,575 INFO kernel:[ 0.000000] Checking aperture... >12:10:16,575 INFO kernel:[ 0.000000] No AGP bridge found >12:10:16,575 INFO kernel:[ 0.000000] Memory: 8101384k/8650748k available (5957k kernel code, 297184k absent, 252180k reserved, 4063k data, 1576k init) >12:10:16,575 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=1 >12:10:16,575 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >12:10:16,575 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=64. >12:10:16,575 INFO kernel:[ 0.000000] Experimental no-CBs for all CPUs >12:10:16,575 INFO kernel:[ 0.000000] Experimental no-CBs CPUs: 0-63. >12:10:16,575 INFO kernel:[ 0.000000] NR_IRQS:327936 nr_irqs:1192 16 >12:10:16,575 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >12:10:16,575 INFO kernel:[ 0.000000] console [ttyS1] enabled >12:10:16,575 INFO kernel:[ 0.000000] allocated 33554432 bytes of page_cgroup >12:10:16,575 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >12:10:16,575 DEBUG kernel:[ 0.000000] hpet clockevent registered >12:10:16,575 INFO kernel:[ 0.000000] tsc: Fast TSC calibration using PIT >12:10:16,575 INFO kernel:[ 0.001000] tsc: Detected 3093.043 MHz processor >12:10:16,575 INFO kernel:[ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.08 BogoMIPS (lpj=3093043) >12:10:16,575 INFO kernel:[ 0.315886] pid_max: default: 65536 minimum: 512 >12:10:16,575 INFO kernel:[ 0.317755] Security Framework initialized >12:10:16,575 INFO kernel:[ 0.319378] SELinux: Initializing. >12:10:16,575 DEBUG kernel:[ 0.320756] SELinux: Starting in permissive mode >12:10:16,575 INFO kernel:[ 0.321203] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) >12:10:16,575 INFO kernel:[ 0.325652] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) >12:10:16,575 INFO kernel:[ 0.329023] Mount-cache hash table entries: 256 >12:10:16,575 INFO kernel:[ 0.331051] Initializing cgroup subsys memory >12:10:16,575 INFO kernel:[ 0.332972] Initializing cgroup subsys devices >12:10:16,575 INFO kernel:[ 0.334754] Initializing cgroup subsys freezer >12:10:16,575 INFO kernel:[ 0.336479] Initializing cgroup subsys net_cls >12:10:16,575 INFO kernel:[ 0.338206] Initializing cgroup subsys blkio >12:10:16,575 INFO kernel:[ 0.340001] Initializing cgroup subsys perf_event >12:10:16,575 INFO kernel:[ 0.342004] Initializing cgroup subsys hugetlb >12:10:16,575 INFO kernel:[ 0.343795] CPU: Physical Processor ID: 0 >12:10:16,575 INFO kernel:[ 0.345341] CPU: Processor Core ID: 0 >12:10:16,575 INFO kernel:[ 0.346760] mce: CPU supports 9 MCE banks >12:10:16,575 INFO kernel:[ 0.348376] CPU0: Thermal monitoring enabled (TM1) >12:10:16,575 INFO kernel:[ 0.350205] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 >12:10:16,575 INFO kernel:[ 0.350205] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 >12:10:16,575 INFO kernel:[ 0.350205] tlb_flushall_shift: 5 >12:10:16,575 INFO kernel:[ 0.356064] Freeing SMP alternatives: 24k freed >12:10:16,575 INFO kernel:[ 0.811560] ACPI: Core revision 20130517 >12:10:16,575 WARNING kernel:[ 0.859681] ACPI: All ACPI Tables successfully acquired >12:10:16,575 INFO kernel:[ 0.862348] ftrace: allocating 23385 entries in 92 pages >12:10:16,575 INFO kernel:[ 0.873294] dmar: Host address width 39 >12:10:16,575 INFO kernel:[ 0.874940] dmar: DRHD base: 0x000000fed90000 flags: 0x1 >12:10:16,575 INFO kernel:[ 0.877209] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da >12:10:16,575 INFO kernel:[ 0.880400] dmar: RMRR base: 0x000000edffd000 end: 0x000000edffffff >12:10:16,575 INFO kernel:[ 0.883039] IOAPIC id 8 under DRHD base 0xfed90000 IOMMU 0 >12:10:16,575 INFO kernel:[ 0.885512] Enabled IRQ remapping in x2apic mode >12:10:16,575 INFO kernel:[ 0.887343] Enabling x2apic >12:10:16,575 INFO kernel:[ 0.888468] Enabled x2apic >12:10:16,575 INFO kernel:[ 0.889566] Switched APIC routing to cluster x2apic. >12:10:16,575 INFO kernel:[ 0.892053] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >12:10:16,575 INFO kernel:[ 0.904543] smpboot: CPU0: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz (fam: 06, model: 2a, stepping: 07) >12:10:16,575 DEBUG kernel:[ 0.908396] TSC deadline timer enabled >12:10:16,575 INFO kernel:[ 0.908410] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Broken BIOS detected, complain to your hardware vendor. >12:10:16,575 ERR kernel:[ 0.913385] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330) >12:10:16,575 WARNING kernel:[ 0.916536] Intel PMU driver. >12:10:16,575 INFO kernel:[ 0.917759] ... version: 3 >12:10:16,575 INFO kernel:[ 0.919381] ... bit width: 48 >12:10:16,575 INFO kernel:[ 0.920987] ... generic registers: 8 >12:10:16,575 INFO kernel:[ 0.922636] ... value mask: 0000ffffffffffff >12:10:16,575 INFO kernel:[ 0.924633] ... max period: 000000007fffffff >12:10:16,575 INFO kernel:[ 0.926649] ... fixed-purpose events: 3 >12:10:16,575 INFO kernel:[ 1.006537] ... event mask: 00000007000000ff >12:10:16,575 INFO kernel:[ 1.346205] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >12:10:16,575 INFO kernel:[ 1.331285] smpboot: Booting Node 0, Processors #1 #2 #3 >12:10:16,575 INFO kernel:[ 1.376375] Brought up 4 CPUs >12:10:16,575 INFO kernel:[ 1.377426] smpboot: Total of 4 processors activated (24744.34 BogoMIPS) >12:10:16,575 INFO kernel:[ 1.382536] devtmpfs: initialized >12:10:16,575 INFO kernel:[ 1.384301] EVM: security.selinux >12:10:16,575 INFO kernel:[ 1.385361] EVM: security.ima >12:10:16,575 INFO kernel:[ 1.386275] EVM: security.capability >12:10:16,575 INFO kernel:[ 1.387977] atomic64 test passed for x86-64 platform with CX8 and with SSE >12:10:16,575 INFO kernel:[ 1.390326] NET: Registered protocol family 16 >12:10:16,575 INFO kernel:[ 1.391943] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >12:10:16,575 INFO kernel:[ 1.394281] ACPI: bus type PCI registered >12:10:16,575 INFO kernel:[ 1.395471] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >12:10:16,575 INFO kernel:[ 1.397495] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) >12:10:16,575 INFO kernel:[ 1.400206] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 >12:10:16,575 INFO kernel:[ 1.405115] PCI: Using configuration type 1 for base access >12:10:16,575 INFO kernel:[ 1.407389] bio: create slab <bio-0> at 0 >12:10:16,575 INFO kernel:[ 1.408705] ACPI: Added _OSI(Module Device) >12:10:16,575 INFO kernel:[ 1.409940] ACPI: Added _OSI(Processor Device) >12:10:16,575 INFO kernel:[ 1.411343] ACPI: Added _OSI(3.0 _SCP Extensions) >12:10:16,575 INFO kernel:[ 1.491132] ACPI: Added _OSI(Processor Aggregator Device) >12:10:16,575 DEBUG kernel:[ 1.914341] ACPI: EC: Look up EC in DSDT >12:10:16,575 DEBUG kernel:[ 1.914937] \_SB_:_OSC evaluation returned wrong type >12:10:16,575 DEBUG kernel:[ 1.914938] _OSC request data:1 1f >12:10:16,575 INFO kernel:[ 1.915302] ACPI: Interpreter enabled >12:10:16,575 WARNING kernel:[ 1.916449] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >12:10:16,575 WARNING kernel:[ 1.919223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >12:10:16,575 WARNING kernel:[ 1.922077] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571) >12:10:16,575 INFO kernel:[ 1.924819] ACPI: (supports S0 S4 S5) >12:10:16,575 INFO kernel:[ 1.926024] ACPI: Using IOAPIC for interrupt routing >12:10:16,575 INFO kernel:[ 1.927517] HEST: Table parsing has been initialized. >12:10:16,575 INFO kernel:[ 1.929003] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >12:10:16,575 INFO kernel:[ 1.931733] ACPI: No dock devices found. >12:10:16,575 INFO kernel:[ 1.935266] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-13]) >12:10:16,575 INFO kernel:[ 1.937126] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >12:10:16,575 INFO kernel:[ 1.939512] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM >12:10:16,575 INFO kernel:[ 1.941517] acpi PNP0A08:00: host bridge window expanded to [mem 0xfed00000-0xfed44fff]; [mem 0xfed00000-0xfed03fff] ignored >12:10:16,575 INFO kernel:[ 1.944914] PCI host bridge to bus 0000:00 >12:10:16,575 INFO kernel:[ 1.946113] pci_bus 0000:00: root bus resource [bus 00-13] >12:10:16,575 INFO kernel:[ 1.947703] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfbffffff] >12:10:16,575 INFO kernel:[ 2.450280] pci_bus 0000:00: root bus resource [io 0x1000-0xffff] >12:10:16,575 INFO kernel:[ 2.452829] pci_bus 0000:00: root bus resource [io 0x0000-0x03af] >12:10:16,575 INFO kernel:[ 2.455410] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7] >12:10:16,575 INFO kernel:[ 2.457760] pci_bus 0000:00: root bus resource [io 0x0d00-0x0fff] >12:10:16,575 INFO kernel:[ 2.460095] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed44fff] >12:10:16,575 INFO kernel:[ 2.462840] pci_bus 0000:00: root bus resource [io 0x03b0-0x03bb] >12:10:16,575 INFO kernel:[ 2.465201] pci_bus 0000:00: root bus resource [io 0x03c0-0x03df] >12:10:16,575 INFO kernel:[ 2.467525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >12:10:16,575 DEBUG kernel:[ 2.470158] pci 0000:00:00.0: [8086:0108] type 00 class 0x060000 >12:10:16,575 DEBUG kernel:[ 2.470208] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470232] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470273] pci 0000:00:06.0: [8086:010d] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470295] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470351] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 >12:10:16,575 DEBUG kernel:[ 2.470370] pci 0000:00:1a.0: reg 0x10: [mem 0xfacc0000-0xfacc03ff] >12:10:16,575 DEBUG kernel:[ 2.470452] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470495] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470565] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470611] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470680] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470722] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470792] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470834] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.470904] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.470947] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400 >12:10:16,575 DEBUG kernel:[ 2.471016] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.471063] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 >12:10:16,575 DEBUG kernel:[ 2.471082] pci 0000:00:1d.0: reg 0x10: [mem 0xfacb0000-0xfacb03ff] >12:10:16,575 DEBUG kernel:[ 2.471167] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.471206] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 >12:10:16,575 DEBUG kernel:[ 2.471281] pci 0000:00:1f.0: [8086:1c54] type 00 class 0x060100 >12:10:16,575 DEBUG kernel:[ 2.471413] pci 0000:00:1f.2: [8086:1c00] type 00 class 0x01018f >12:10:16,575 DEBUG kernel:[ 2.471426] pci 0000:00:1f.2: reg 0x10: [io 0x1400-0x1407] >12:10:16,575 DEBUG kernel:[ 2.471432] pci 0000:00:1f.2: reg 0x14: [io 0x1408-0x140b] >12:10:16,575 DEBUG kernel:[ 2.471439] pci 0000:00:1f.2: reg 0x18: [io 0x1410-0x1417] >12:10:16,575 DEBUG kernel:[ 2.471445] pci 0000:00:1f.2: reg 0x1c: [io 0x1418-0x141b] >12:10:16,575 DEBUG kernel:[ 2.471452] pci 0000:00:1f.2: reg 0x20: [io 0x1420-0x142f] >12:10:16,575 DEBUG kernel:[ 2.471458] pci 0000:00:1f.2: reg 0x24: [io 0x1430-0x143f] >12:10:16,575 DEBUG kernel:[ 2.471522] pci 0000:00:1f.5: [8086:1c08] type 00 class 0x010185 >12:10:16,575 DEBUG kernel:[ 2.471535] pci 0000:00:1f.5: reg 0x10: [io 0x1440-0x1447] >12:10:16,575 DEBUG kernel:[ 2.471541] pci 0000:00:1f.5: reg 0x14: [io 0x1448-0x144b] >12:10:16,575 DEBUG kernel:[ 2.471548] pci 0000:00:1f.5: reg 0x18: [io 0x1450-0x1457] >12:10:16,575 DEBUG kernel:[ 2.471554] pci 0000:00:1f.5: reg 0x1c: [io 0x1458-0x145b] >12:10:16,575 DEBUG kernel:[ 2.471561] pci 0000:00:1f.5: reg 0x20: [io 0x1460-0x146f] >12:10:16,575 DEBUG kernel:[ 2.471567] pci 0000:00:1f.5: reg 0x24: [io 0x1470-0x147f] >12:10:16,575 DEBUG kernel:[ 2.471741] pci 0000:04:00.0: [103c:323a] type 00 class 0x010400 >12:10:16,575 DEBUG kernel:[ 2.471751] pci 0000:04:00.0: reg 0x10: [mem 0xfbe00000-0xfbffffff 64bit] >12:10:16,575 DEBUG kernel:[ 2.471760] pci 0000:04:00.0: reg 0x18: [mem 0xfbdf0000-0xfbdf0fff 64bit] >12:10:16,575 DEBUG kernel:[ 2.471765] pci 0000:04:00.0: reg 0x20: [io 0x6000-0x60ff] >12:10:16,575 DEBUG kernel:[ 2.471776] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] >12:10:16,575 DEBUG kernel:[ 2.471804] pci 0000:04:00.0: PME# supported from D0 >12:10:16,575 INFO kernel:[ 2.473172] pci 0000:00:01.0: PCI bridge to [bus 04] >12:10:16,575 DEBUG kernel:[ 2.475276] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff] >12:10:16,575 DEBUG kernel:[ 2.475278] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbffffff] >12:10:16,575 DEBUG kernel:[ 2.475397] pci 0000:07:00.0: [14e4:168e] type 00 class 0x020000 >12:10:16,575 DEBUG kernel:[ 2.475409] pci 0000:07:00.0: reg 0x10: [mem 0xfa000000-0xfa7fffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475418] pci 0000:07:00.0: reg 0x18: [mem 0xf9800000-0xf9ffffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475427] pci 0000:07:00.0: reg 0x20: [mem 0xf97f0000-0xf97fffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475434] pci 0000:07:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] >12:10:16,575 DEBUG kernel:[ 2.475471] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.475555] pci 0000:07:00.1: [14e4:168e] type 00 class 0x020000 >12:10:16,575 DEBUG kernel:[ 2.475566] pci 0000:07:00.1: reg 0x10: [mem 0xf8800000-0xf8ffffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475575] pci 0000:07:00.1: reg 0x18: [mem 0xf8000000-0xf87fffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475584] pci 0000:07:00.1: reg 0x20: [mem 0xf7ff0000-0xf7ffffff 64bit pref] >12:10:16,575 DEBUG kernel:[ 2.475591] pci 0000:07:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref] >12:10:16,575 DEBUG kernel:[ 2.475628] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold >12:10:16,575 INFO kernel:[ 2.477294] pci 0000:00:06.0: PCI bridge to [bus 07] >12:10:16,575 DEBUG kernel:[ 2.479328] pci 0000:00:06.0: bridge window [mem 0xf7f00000-0xfa7fffff 64bit pref] >12:10:16,575 INFO kernel:[ 2.479456] pci 0000:00:1c.0: PCI bridge to [bus 0a] >12:10:16,575 DEBUG kernel:[ 2.481652] pci 0000:02:00.0: [8086:10d3] type 00 class 0x020000 >12:10:16,575 DEBUG kernel:[ 2.481677] pci 0000:02:00.0: reg 0x10: [mem 0xfbbe0000-0xfbbfffff] >12:10:16,575 DEBUG kernel:[ 2.481711] pci 0000:02:00.0: reg 0x18: [io 0x4000-0x401f] >12:10:16,575 DEBUG kernel:[ 2.481729] pci 0000:02:00.0: reg 0x1c: [mem 0xfbbd0000-0xfbbd3fff] >12:10:16,575 DEBUG kernel:[ 2.481877] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold >12:10:16,575 INFO kernel:[ 2.483595] pci 0000:00:1c.4: PCI bridge to [bus 02] >12:10:16,575 DEBUG kernel:[ 2.485599] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] >12:10:16,575 DEBUG kernel:[ 2.485602] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff] >12:10:16,575 DEBUG kernel:[ 2.485676] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000 >12:10:16,575 DEBUG kernel:[ 2.485701] pci 0000:03:00.0: reg 0x10: [mem 0xfbce0000-0xfbcfffff] >12:10:16,575 DEBUG kernel:[ 2.485734] pci 0000:03:00.0: reg 0x18: [io 0x5000-0x501f] >12:10:16,575 DEBUG kernel:[ 2.485752] pci 0000:03:00.0: reg 0x1c: [mem 0xfbcd0000-0xfbcd3fff] >12:10:16,575 DEBUG kernel:[ 2.485900] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >12:10:16,575 INFO kernel:[ 2.487619] pci 0000:00:1c.5: PCI bridge to [bus 03] >12:10:16,575 DEBUG kernel:[ 2.490097] pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff] >12:10:16,575 DEBUG kernel:[ 2.490100] pci 0000:00:1c.5: bridge window [mem 0xfbc00000-0xfbcfffff] >12:10:16,575 INFO kernel:[ 2.490312] pci 0000:00:1c.6: PCI bridge to [bus 0d] >12:10:16,575 DEBUG kernel:[ 2.492603] pci 0000:01:00.0: [103c:3306] type 00 class 0x088000 >12:10:16,575 DEBUG kernel:[ 2.492621] pci 0000:01:00.0: reg 0x10: [io 0x3000-0x30ff] >12:10:16,575 DEBUG kernel:[ 2.492634] pci 0000:01:00.0: reg 0x14: [mem 0xfbaf0000-0xfbaf01ff] >12:10:16,575 DEBUG kernel:[ 2.492646] pci 0000:01:00.0: reg 0x18: [io 0x3400-0x34ff] >12:10:16,575 DEBUG kernel:[ 2.492804] pci 0000:01:00.1: [102b:0533] type 00 class 0x030000 >12:10:16,575 DEBUG kernel:[ 2.492823] pci 0000:01:00.1: reg 0x10: [mem 0xf6000000-0xf6ffffff pref] >12:10:16,575 DEBUG kernel:[ 2.492835] pci 0000:01:00.1: reg 0x14: [mem 0xfbae0000-0xfbae3fff] >12:10:16,575 DEBUG kernel:[ 2.492848] pci 0000:01:00.1: reg 0x18: [mem 0xfb000000-0xfb7fffff] >12:10:16,575 DEBUG kernel:[ 2.493002] pci 0000:01:00.2: [103c:3307] type 00 class 0x088000 >12:10:16,575 DEBUG kernel:[ 2.493021] pci 0000:01:00.2: reg 0x10: [io 0x3800-0x38ff] >12:10:16,575 DEBUG kernel:[ 2.493033] pci 0000:01:00.2: reg 0x14: [mem 0xfaff0000-0xfaff00ff] >12:10:16,575 DEBUG kernel:[ 2.493046] pci 0000:01:00.2: reg 0x18: [mem 0xfae00000-0xfaefffff] >12:10:16,575 DEBUG kernel:[ 2.493059] pci 0000:01:00.2: reg 0x1c: [mem 0xfad80000-0xfadfffff] >12:10:16,575 DEBUG kernel:[ 2.493072] pci 0000:01:00.2: reg 0x20: [mem 0xfad70000-0xfad77fff] >12:10:16,575 DEBUG kernel:[ 2.493085] pci 0000:01:00.2: reg 0x24: [mem 0xfad60000-0xfad67fff] >12:10:16,575 DEBUG kernel:[ 2.493097] pci 0000:01:00.2: reg 0x30: [mem 0x00000000-0x0000ffff pref] >12:10:16,575 DEBUG kernel:[ 2.493159] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold >12:10:16,575 DEBUG kernel:[ 2.493211] pci 0000:01:00.4: [103c:3300] type 00 class 0x0c0300 >12:10:16,575 DEBUG kernel:[ 2.493274] pci 0000:01:00.4: reg 0x20: [io 0x2000-0x201f] >12:10:16,575 INFO kernel:[ 2.494556] pci 0000:00:1c.7: PCI bridge to [bus 01] >12:10:16,575 DEBUG kernel:[ 2.496556] pci 0000:00:1c.7: bridge window [io 0x2000-0x3fff] >12:10:16,575 DEBUG kernel:[ 2.496559] pci 0000:00:1c.7: bridge window [mem 0xfad00000-0xfbafffff] >12:10:16,575 DEBUG kernel:[ 2.496564] pci 0000:00:1c.7: bridge window [mem 0xf6000000-0xf6ffffff 64bit pref] >12:10:16,575 INFO kernel:[ 2.496620] pci 0000:00:1e.0: PCI bridge to [bus 13] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499318] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xfbffffff] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499320] pci 0000:00:1e.0: bridge window [io 0x1000-0xffff] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499321] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499322] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499323] pci 0000:00:1e.0: bridge window [io 0x0d00-0x0fff] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499325] pci 0000:00:1e.0: bridge window [mem 0xfed00000-0xfed44fff] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499326] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03bb] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499327] pci 0000:00:1e.0: bridge window [io 0x03c0-0x03df] (subtractive decode) >12:10:16,575 DEBUG kernel:[ 2.499328] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >12:10:16,575 INFO kernel:[ 2.499500] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11) >12:10:16,575 INFO kernel:[ 2.501862] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 *10 11) >12:10:16,575 INFO kernel:[ 2.506036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 11) *0, disabled. >12:10:16,575 INFO kernel:[ 2.908951] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 *11) >12:10:16,575 INFO kernel:[ 2.911727] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *7 10 11) >12:10:16,575 INFO kernel:[ 2.914240] ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11) >12:10:16,575 INFO kernel:[ 2.916880] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 10 11) *0, disabled. >12:10:16,575 INFO kernel:[ 2.920066] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 7 10 11) *0, disabled. >12:10:16,575 DEBUG kernel:[ 2.923238] ACPI: \_SB_.PCI0: notify handler is installed >12:10:16,575 DEBUG kernel:[ 2.923256] Found 1 acpi root devices >12:10:16,575 INFO kernel:[ 2.923302] vgaarb: device added: PCI:0000:01:00.1,decodes=io+mem,owns=io+mem,locks=none >12:10:16,575 INFO kernel:[ 2.926474] vgaarb: loaded >12:10:16,575 INFO kernel:[ 2.927555] vgaarb: bridge control possible 0000:01:00.1 >12:10:16,575 NOTICE kernel:[ 2.929636] SCSI subsystem initialized >12:10:16,575 INFO kernel:[ 2.931237] ACPI: bus type USB registered >12:10:16,575 INFO kernel:[ 2.932837] usbcore: registered new interface driver usbfs >12:10:16,575 INFO kernel:[ 2.934991] usbcore: registered new interface driver hub >12:10:16,575 INFO kernel:[ 2.937234] usbcore: registered new device driver usb >12:10:16,575 INFO kernel:[ 2.939284] PCI: Using ACPI for IRQ routing >12:10:16,575 DEBUG kernel:[ 2.942295] PCI: pci_cache_line_size set to 64 bytes >12:10:16,575 DEBUG kernel:[ 2.942352] e820: reserve RAM buffer [mem 0x00095c00-0x0009ffff] >12:10:16,575 DEBUG kernel:[ 2.942354] e820: reserve RAM buffer [mem 0xede34000-0xefffffff] >12:10:16,575 DEBUG kernel:[ 2.942355] e820: reserve RAM buffer [mem 0x20ffff000-0x20fffffff] >12:10:16,575 INFO kernel:[ 2.942418] NetLabel: Initializing >12:10:16,575 INFO kernel:[ 2.943850] NetLabel: domain hash size = 128 >12:10:16,575 INFO kernel:[ 2.945603] NetLabel: protocols = UNLABELED CIPSOv4 >12:10:16,575 INFO kernel:[ 2.947593] NetLabel: unlabeled traffic allowed by default >12:10:16,575 INFO kernel:[ 3.394003] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >12:10:16,575 INFO kernel:[ 3.451562] hpet0: 8 comparators, 64-bit 14.318180 MHz counter >12:10:16,575 INFO kernel:[ 3.455265] Switching to clocksource hpet >12:10:16,575 INFO kernel:[ 3.459956] pnp: PnP ACPI init >12:10:16,575 INFO kernel:[ 3.460988] ACPI: bus type PNP registered >12:10:16,575 INFO kernel:[ 3.462303] system 00:00: [io 0x0408-0x040f] has been reserved >12:10:16,575 INFO kernel:[ 3.464307] system 00:00: [io 0x04d0-0x04d1] has been reserved >12:10:16,575 INFO kernel:[ 3.466065] system 00:00: [io 0x0310-0x0313] has been reserved >12:10:16,575 INFO kernel:[ 3.467798] system 00:00: [io 0x0316-0x0317] has been reserved >12:10:16,575 INFO kernel:[ 3.469519] system 00:00: [io 0x0700-0x071f] has been reserved >12:10:16,575 INFO kernel:[ 3.471303] system 00:00: [io 0x0880-0x08ff] has been reserved >12:10:16,575 INFO kernel:[ 3.473029] system 00:00: [io 0x0900-0x097f] has been reserved >12:10:16,575 INFO kernel:[ 3.474713] system 00:00: [io 0x0cd4-0x0cd7] has been reserved >12:10:16,575 INFO kernel:[ 3.476410] system 00:00: [io 0x0cd0-0x0cd3] has been reserved >12:10:16,575 INFO kernel:[ 3.478126] system 00:00: [io 0x0f50-0x0f58] has been reserved >12:10:16,575 INFO kernel:[ 3.479839] system 00:00: [io 0x0ca0-0x0ca1] has been reserved >12:10:16,575 INFO kernel:[ 3.481741] system 00:00: [io 0x0ca4-0x0ca5] has been reserved >12:10:16,575 INFO kernel:[ 3.483465] system 00:00: [io 0x02f8-0x02ff] has been reserved >12:10:16,575 INFO kernel:[ 3.485172] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved >12:10:16,575 INFO kernel:[ 3.487084] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved >12:10:16,575 INFO kernel:[ 3.988918] system 00:00: [mem 0xfed90000-0xfed91fff] could not be reserved >12:10:16,575 DEBUG kernel:[ 3.991267] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >12:10:16,575 DEBUG kernel:[ 3.991282] pnp 00:01: Plug and Play ACPI device, IDs IPI0001 (active) >12:10:16,575 DEBUG kernel:[ 3.991308] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) >12:10:16,575 DEBUG kernel:[ 3.991313] pnp 00:03: [dma 7] >12:10:16,575 DEBUG kernel:[ 3.991322] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) >12:10:16,575 DEBUG kernel:[ 3.991335] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) >12:10:16,576 DEBUG kernel:[ 3.991348] pnp 00:05: Plug and Play ACPI device, IDs PNP0a06 (active) >12:10:16,576 DEBUG kernel:[ 3.991483] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active) >12:10:16,576 DEBUG kernel:[ 3.991498] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) >12:10:16,576 DEBUG kernel:[ 3.991514] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active) >12:10:16,576 DEBUG kernel:[ 3.991532] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active) >12:10:16,576 INFO kernel:[ 3.991602] pnp: PnP ACPI: found 10 devices >12:10:16,576 INFO kernel:[ 3.992988] ACPI: bus type PNP unregistered >12:10:16,576 INFO kernel:[ 4.000017] pci 0000:00:01.0: BAR 15: assigned [mem 0xf4000000-0xf40fffff pref] >12:10:16,576 INFO kernel:[ 4.002679] pci 0000:00:06.0: BAR 14: assigned [mem 0xf4100000-0xf41fffff] >12:10:16,576 INFO kernel:[ 4.004700] pci 0000:04:00.0: BAR 6: assigned [mem 0xf4000000-0xf407ffff pref] >12:10:16,576 INFO kernel:[ 4.007038] pci 0000:00:01.0: PCI bridge to [bus 04] >12:10:16,576 INFO kernel:[ 4.008571] pci 0000:00:01.0: bridge window [io 0x6000-0x6fff] >12:10:16,576 INFO kernel:[ 4.010563] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbffffff] >12:10:16,576 INFO kernel:[ 4.012557] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf40fffff pref] >12:10:16,576 INFO kernel:[ 4.014659] pci 0000:07:00.0: BAR 6: assigned [mem 0xf7f00000-0xf7f7ffff pref] >12:10:16,576 INFO kernel:[ 4.016795] pci 0000:07:00.1: BAR 6: assigned [mem 0xf9000000-0xf907ffff pref] >12:10:16,576 INFO kernel:[ 4.018865] pci 0000:00:06.0: PCI bridge to [bus 07] >12:10:16,576 INFO kernel:[ 4.020385] pci 0000:00:06.0: bridge window [mem 0xf4100000-0xf41fffff] >12:10:16,576 INFO kernel:[ 4.022353] pci 0000:00:06.0: bridge window [mem 0xf7f00000-0xfa7fffff 64bit pref] >12:10:16,576 INFO kernel:[ 4.390527] pci 0000:00:1c.0: PCI bridge to [bus 0a] >12:10:16,576 INFO kernel:[ 4.426461] pci 0000:00:1c.4: PCI bridge to [bus 02] >12:10:16,576 INFO kernel:[ 4.428471] pci 0000:00:1c.4: bridge window [io 0x4000-0x4fff] >12:10:16,576 INFO kernel:[ 4.430965] pci 0000:00:1c.4: bridge window [mem 0xfbb00000-0xfbbfffff] >12:10:16,576 INFO kernel:[ 4.433648] pci 0000:00:1c.5: PCI bridge to [bus 03] >12:10:16,576 INFO kernel:[ 4.435589] pci 0000:00:1c.5: bridge window [io 0x5000-0x5fff] >12:10:16,576 INFO kernel:[ 4.437912] pci 0000:00:1c.5: bridge window [mem 0xfbc00000-0xfbcfffff] >12:10:16,576 INFO kernel:[ 4.440680] pci 0000:00:1c.6: PCI bridge to [bus 0d] >12:10:16,576 INFO kernel:[ 4.443092] pci 0000:01:00.2: BAR 6: assigned [mem 0xfad00000-0xfad0ffff pref] >12:10:16,576 INFO kernel:[ 4.445908] pci 0000:00:1c.7: PCI bridge to [bus 01] >12:10:16,576 INFO kernel:[ 4.447824] pci 0000:00:1c.7: bridge window [io 0x2000-0x3fff] >12:10:16,576 INFO kernel:[ 4.450249] pci 0000:00:1c.7: bridge window [mem 0xfad00000-0xfbafffff] >12:10:16,576 INFO kernel:[ 4.452975] pci 0000:00:1c.7: bridge window [mem 0xf6000000-0xf6ffffff 64bit pref] >12:10:16,576 INFO kernel:[ 4.455929] pci 0000:00:1e.0: PCI bridge to [bus 13] >12:10:16,576 DEBUG kernel:[ 4.457955] pci_bus 0000:00: resource 4 [mem 0xf4000000-0xfbffffff] >12:10:16,576 DEBUG kernel:[ 4.457956] pci_bus 0000:00: resource 5 [io 0x1000-0xffff] >12:10:16,576 DEBUG kernel:[ 4.457957] pci_bus 0000:00: resource 6 [io 0x0000-0x03af] >12:10:16,576 DEBUG kernel:[ 4.457958] pci_bus 0000:00: resource 7 [io 0x03e0-0x0cf7] >12:10:16,576 DEBUG kernel:[ 4.457960] pci_bus 0000:00: resource 8 [io 0x0d00-0x0fff] >12:10:16,576 DEBUG kernel:[ 4.457961] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed44fff] >12:10:16,576 DEBUG kernel:[ 4.457962] pci_bus 0000:00: resource 10 [io 0x03b0-0x03bb] >12:10:16,576 DEBUG kernel:[ 4.457963] pci_bus 0000:00: resource 11 [io 0x03c0-0x03df] >12:10:16,576 DEBUG kernel:[ 4.457964] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff] >12:10:16,576 DEBUG kernel:[ 4.457966] pci_bus 0000:04: resource 0 [io 0x6000-0x6fff] >12:10:16,576 DEBUG kernel:[ 4.457967] pci_bus 0000:04: resource 1 [mem 0xfbd00000-0xfbffffff] >12:10:16,576 DEBUG kernel:[ 4.457968] pci_bus 0000:04: resource 2 [mem 0xf4000000-0xf40fffff pref] >12:10:16,576 DEBUG kernel:[ 4.457969] pci_bus 0000:07: resource 1 [mem 0xf4100000-0xf41fffff] >12:10:16,576 DEBUG kernel:[ 4.457971] pci_bus 0000:07: resource 2 [mem 0xf7f00000-0xfa7fffff 64bit pref] >12:10:16,576 DEBUG kernel:[ 4.457972] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] >12:10:16,576 DEBUG kernel:[ 4.457973] pci_bus 0000:02: resource 1 [mem 0xfbb00000-0xfbbfffff] >12:10:16,576 DEBUG kernel:[ 4.457974] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff] >12:10:16,576 DEBUG kernel:[ 4.457976] pci_bus 0000:03: resource 1 [mem 0xfbc00000-0xfbcfffff] >12:10:16,576 DEBUG kernel:[ 4.457977] pci_bus 0000:01: resource 0 [io 0x2000-0x3fff] >12:10:16,576 DEBUG kernel:[ 4.457978] pci_bus 0000:01: resource 1 [mem 0xfad00000-0xfbafffff] >12:10:16,576 DEBUG kernel:[ 4.457979] pci_bus 0000:01: resource 2 [mem 0xf6000000-0xf6ffffff 64bit pref] >12:10:16,576 DEBUG kernel:[ 4.457981] pci_bus 0000:13: resource 4 [mem 0xf4000000-0xfbffffff] >12:10:16,576 DEBUG kernel:[ 4.457982] pci_bus 0000:13: resource 5 [io 0x1000-0xffff] >12:10:16,576 DEBUG kernel:[ 4.457983] pci_bus 0000:13: resource 6 [io 0x0000-0x03af] >12:10:16,576 DEBUG kernel:[ 4.457984] pci_bus 0000:13: resource 7 [io 0x03e0-0x0cf7] >12:10:16,576 DEBUG kernel:[ 4.457985] pci_bus 0000:13: resource 8 [io 0x0d00-0x0fff] >12:10:16,576 DEBUG kernel:[ 4.457987] pci_bus 0000:13: resource 9 [mem 0xfed00000-0xfed44fff] >12:10:16,576 DEBUG kernel:[ 4.457988] pci_bus 0000:13: resource 10 [io 0x03b0-0x03bb] >12:10:16,576 DEBUG kernel:[ 4.457989] pci_bus 0000:13: resource 11 [io 0x03c0-0x03df] >12:10:16,576 DEBUG kernel:[ 4.457990] pci_bus 0000:13: resource 12 [mem 0x000a0000-0x000bffff] >12:10:16,576 INFO kernel:[ 4.458017] NET: Registered protocol family 2 >12:10:16,576 INFO kernel:[ 4.459936] TCP established hash table entries: 65536 (order: 8, 1048576 bytes) >12:10:16,576 INFO kernel:[ 4.515393] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >12:10:16,576 INFO kernel:[ 5.065593] TCP: Hash tables configured (established 65536 bind 65536) >12:10:16,576 INFO kernel:[ 5.068355] TCP: reno registered >12:10:16,576 INFO kernel:[ 5.069625] UDP hash table entries: 4096 (order: 5, 131072 bytes) >12:10:16,576 INFO kernel:[ 5.072106] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) >12:10:16,576 INFO kernel:[ 5.074735] NET: Registered protocol family 1 >12:10:16,576 DEBUG kernel:[ 5.098274] pci 0000:01:00.1: Boot video device >12:10:16,576 DEBUG kernel:[ 5.098390] PCI: CLS 64 bytes, default 64 >12:10:16,576 INFO kernel:[ 5.098421] Unpacking initramfs... >12:10:16,576 INFO kernel:[ 7.853196] Freeing initrd memory: 32948k freed >12:10:16,576 INFO kernel:[ 7.857767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >12:10:16,576 INFO kernel:[ 7.859791] software IO TLB [mem 0xe9e34000-0xede34000] (64MB) mapped at [ffff8800e9e34000-ffff8800ede33fff] >12:10:16,576 NOTICE kernel:[ 7.863152] Initialise system trusted keyring >12:10:16,576 INFO kernel:[ 7.864848] audit: initializing netlink socket (disabled) >12:10:16,576 NOTICE kernel:[ 7.866445] type=2000 audit(1390306177.619:1): initialized >12:10:16,576 INFO kernel:[ 7.884257] HugeTLB registered 2 MB page size, pre-allocated 0 pages >12:10:16,576 INFO kernel:[ 7.886804] zbud: loaded >12:10:16,576 NOTICE kernel:[ 7.887737] VFS: Disk quotas dquot_6.5.2 >12:10:16,576 WARNING kernel:[ 7.889023] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >12:10:16,576 INFO kernel:[ 7.891146] msgmni has been set to 15887 >12:10:16,576 NOTICE kernel:[ 7.892543] Key type big_key registered >12:10:16,576 DEBUG kernel:[ 7.893685] SELinux: Registering netfilter hooks >12:10:16,576 INFO kernel:[ 7.894206] alg: No test for stdrng (krng) >12:10:16,576 INFO kernel:[ 7.895490] NET: Registered protocol family 38 >12:10:16,576 NOTICE kernel:[ 7.896791] Key type asymmetric registered >12:10:16,576 NOTICE kernel:[ 7.898000] Asymmetric key parser 'x509' registered >12:10:16,576 INFO kernel:[ 7.899547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >12:10:16,576 INFO kernel:[ 7.901710] io scheduler noop registered >12:10:16,576 INFO kernel:[ 7.902872] io scheduler deadline registered (default) >12:10:16,576 INFO kernel:[ 7.904403] io scheduler cfq registered >12:10:16,576 DEBUG kernel:[ 7.905672] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 7.905749] pcieport 0000:00:06.0: irq 42 for MSI/MSI-X >12:10:16,576 INFO kernel:[ 7.906118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >12:10:16,576 INFO kernel:[ 7.907795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >12:10:16,576 DEBUG kernel:[ 7.909833] intel_idle: MWAIT substates: 0x1120 >12:10:16,576 DEBUG kernel:[ 7.909834] intel_idle: v0.4 model 0x2A >12:10:16,576 DEBUG kernel:[ 7.909835] intel_idle: lapic_timer_reliable_states 0xffffffff >12:10:16,576 INFO kernel:[ 7.909891] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >12:10:16,576 INFO kernel:[ 7.912047] ACPI: Power Button [PWRF] >12:10:16,576 INFO kernel:[ 7.913536] thermal LNXTHERM:00: registered as thermal_zone0 >12:10:16,576 INFO kernel:[ 7.915202] ACPI: Thermal Zone [THM0] (8 C) >12:10:16,576 ERR kernel:[ 7.916487] ERST: Failed to get Error Log Address Range. >12:10:16,576 INFO kernel:[ 7.918071] GHES: APEI firmware first mode is enabled by WHEA _OSC. >12:10:16,576 INFO kernel:[ 7.920002] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >12:10:16,576 INFO kernel:[ 7.942409] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >12:10:16,576 INFO kernel:[ 7.964633] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A >12:10:16,576 INFO kernel:[ 7.966683] Non-volatile memory driver v1.3 >12:10:16,576 INFO kernel:[ 7.967944] Linux agpgart interface v0.103 >12:10:16,576 INFO kernel:[ 7.969335] crash memory driver: version 1.1 >12:10:16,576 INFO kernel:[ 7.970925] rdac: device handler registered >12:10:16,576 INFO kernel:[ 7.972191] hp_sw: device handler registered >12:10:16,576 INFO kernel:[ 7.973475] emc: device handler registered >12:10:16,576 INFO kernel:[ 7.974687] alua: device handler registered >12:10:16,576 INFO kernel:[ 7.975937] libphy: Fixed MDIO Bus: probed >12:10:16,576 INFO kernel:[ 7.977163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >12:10:16,576 INFO kernel:[ 7.979049] ehci-pci: EHCI PCI platform driver >12:10:16,576 INFO kernel:[ 7.980500] ehci-pci 0000:00:1a.0: EHCI Host Controller >12:10:16,576 INFO kernel:[ 7.982063] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 >12:10:16,576 INFO kernel:[ 7.984216] ehci-pci 0000:00:1a.0: debug port 2 >12:10:16,576 DEBUG kernel:[ 7.989437] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported >12:10:16,576 INFO kernel:[ 7.989450] ehci-pci 0000:00:1a.0: irq 21, io mem 0xfacc0000 >12:10:16,576 INFO kernel:[ 7.996537] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 >12:10:16,576 INFO kernel:[ 7.998388] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >12:10:16,576 INFO kernel:[ 8.000465] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:10:16,576 INFO kernel:[ 8.002565] usb usb1: Product: EHCI Host Controller >12:10:16,576 INFO kernel:[ 8.003986] usb usb1: Manufacturer: Linux 3.10.0-73.el7.x86_64 ehci_hcd >12:10:16,576 INFO kernel:[ 8.005891] usb usb1: SerialNumber: 0000:00:1a.0 >12:10:16,576 INFO kernel:[ 8.007298] hub 1-0:1.0: USB hub found >12:10:16,576 INFO kernel:[ 8.008424] hub 1-0:1.0: 2 ports detected >12:10:16,576 INFO kernel:[ 8.009774] ehci-pci 0000:00:1d.0: EHCI Host Controller >12:10:16,576 INFO kernel:[ 8.011357] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 >12:10:16,576 INFO kernel:[ 8.013509] ehci-pci 0000:00:1d.0: debug port 2 >12:10:16,576 DEBUG kernel:[ 8.018726] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported >12:10:16,576 INFO kernel:[ 8.018738] ehci-pci 0000:00:1d.0: irq 20, io mem 0xfacb0000 >12:10:16,576 INFO kernel:[ 8.025530] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 >12:10:16,576 INFO kernel:[ 8.027310] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >12:10:16,576 INFO kernel:[ 8.526083] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:10:16,576 INFO kernel:[ 8.531901] usb usb2: Product: EHCI Host Controller >12:10:16,576 INFO kernel:[ 8.533862] usb usb2: Manufacturer: Linux 3.10.0-73.el7.x86_64 ehci_hcd >12:10:16,576 INFO kernel:[ 8.536483] usb usb2: SerialNumber: 0000:00:1d.0 >12:10:16,576 INFO kernel:[ 8.538401] hub 2-0:1.0: USB hub found >12:10:16,576 INFO kernel:[ 8.539999] hub 2-0:1.0: 2 ports detected >12:10:16,576 INFO kernel:[ 8.541583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >12:10:16,576 INFO kernel:[ 8.543982] ohci-pci: OHCI PCI platform driver >12:10:16,576 INFO kernel:[ 8.545673] uhci_hcd: USB Universal Host Controller Interface driver >12:10:16,576 INFO kernel:[ 8.548224] uhci_hcd 0000:01:00.4: UHCI Host Controller >12:10:16,576 INFO kernel:[ 8.550434] uhci_hcd 0000:01:00.4: new USB bus registered, assigned bus number 3 >12:10:16,576 INFO kernel:[ 8.553373] uhci_hcd 0000:01:00.4: port count misdetected? forcing to 2 ports >12:10:16,576 INFO kernel:[ 8.556203] uhci_hcd 0000:01:00.4: irq 16, io base 0x00002000 >12:10:16,576 INFO kernel:[ 8.558513] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >12:10:16,576 INFO kernel:[ 8.561567] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >12:10:16,576 INFO kernel:[ 8.564714] usb usb3: Product: UHCI Host Controller >12:10:16,576 INFO kernel:[ 8.566829] usb usb3: Manufacturer: Linux 3.10.0-73.el7.x86_64 uhci_hcd >12:10:16,576 INFO kernel:[ 8.569703] usb usb3: SerialNumber: 0000:01:00.4 >12:10:16,576 INFO kernel:[ 8.571771] hub 3-0:1.0: USB hub found >12:10:16,576 INFO kernel:[ 8.739394] usb 1-1: new high-speed USB device number 2 using ehci-pci >12:10:16,576 INFO kernel:[ 8.853725] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 >12:10:16,576 INFO kernel:[ 8.853726] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >12:10:16,576 INFO kernel:[ 8.853860] hub 1-1:1.0: USB hub found >12:10:16,576 INFO kernel:[ 8.853974] hub 1-1:1.0: 6 ports detected >12:10:16,576 INFO kernel:[ 8.865362] tsc: Refined TSC clocksource calibration: 3092.967 MHz >12:10:16,576 INFO kernel:[ 8.865363] Switching to clocksource tsc >12:10:16,576 INFO kernel:[ 9.085380] hub 3-0:1.0: 2 ports detected >12:10:16,576 INFO kernel:[ 9.086735] usbcore: registered new interface driver usbserial >12:10:16,576 INFO kernel:[ 9.088532] usbcore: registered new interface driver usbserial_generic >12:10:16,576 INFO kernel:[ 9.090710] usbserial: USB Serial support registered for generic >12:10:16,576 INFO kernel:[ 9.092615] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12 >12:10:16,576 INFO kernel:[ 9.097949] serio: i8042 KBD port at 0x60,0x64 irq 1 >12:10:16,576 INFO kernel:[ 9.099625] serio: i8042 AUX port at 0x60,0x64 irq 12 >12:10:16,576 INFO kernel:[ 9.101270] mousedev: PS/2 mouse device common for all mice >12:10:16,576 INFO kernel:[ 9.103183] rtc_cmos 00:07: RTC can wake from S4 >12:10:16,576 INFO kernel:[ 9.104878] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 >12:10:16,576 INFO kernel:[ 9.106841] rtc_cmos 00:07: alarms up to one day, 114 bytes nvram, hpet irqs >12:10:16,576 INFO kernel:[ 9.210563] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >12:10:16,576 INFO kernel:[ 9.287255] usb 2-1: new high-speed USB device number 2 using ehci-pci >12:10:16,576 INFO kernel:[ 9.514751] cpuidle: using governor menu >12:10:16,576 INFO kernel:[ 9.516323] hidraw: raw HID events driver (C) Jiri Kosina >12:10:16,576 INFO kernel:[ 9.518097] usbcore: registered new interface driver usbhid >12:10:16,576 INFO kernel:[ 9.519931] usbhid: USB HID core driver >12:10:16,576 INFO kernel:[ 9.521170] drop_monitor: Initializing network drop monitor service >12:10:16,576 INFO kernel:[ 9.523207] TCP: cubic registered >12:10:16,576 INFO kernel:[ 9.524254] Initializing XFRM netlink socket >12:10:16,576 INFO kernel:[ 9.525594] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 >12:10:16,576 INFO kernel:[ 9.525653] NET: Registered protocol family 10 >12:10:16,576 INFO kernel:[ 9.525807] NET: Registered protocol family 17 >12:10:16,576 NOTICE kernel:[ 9.525932] Loading compiled-in X.509 certificates >12:10:16,576 NOTICE kernel:[ 9.526624] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: d53385d86929788338643882180d5f5c55f52887' >12:10:16,576 INFO kernel:[ 9.526630] registered taskstats version 1 >12:10:16,576 NOTICE kernel:[ 9.527905] Key type trusted registered >12:10:16,576 NOTICE kernel:[ 9.528943] Key type encrypted registered >12:10:16,576 INFO kernel:[ 9.530148] IMA: No TPM chip found, activating TPM-bypass! >12:10:16,576 INFO kernel:[ 9.541187] rtc_cmos 00:07: setting system clock to 2014-01-21 12:09:47 UTC (1390306187) >12:10:16,576 INFO kernel:[ 9.541191] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 >12:10:16,576 INFO kernel:[ 9.541363] hub 2-1:1.0: USB hub found >12:10:16,576 INFO kernel:[ 9.541468] hub 2-1:1.0: 6 ports detected >12:10:16,576 INFO kernel:[ 10.048818] Freeing unused kernel memory: 1576k freed >12:10:16,576 INFO kernel:[ 10.150073] usb 3-1: new full-speed USB device number 2 using uhci_hcd >12:10:16,576 INFO kernel:[ 10.551010] usb 3-1: New USB device found, idVendor=03f0, idProduct=7029 >12:10:16,576 INFO kernel:[ 10.657461] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 >12:10:16,576 INFO kernel:[ 10.695401] usb 3-1: Product: Virtual Keyboard >12:10:16,576 INFO kernel:[ 10.718827] usb 3-1: Manufacturer: HP >12:10:16,576 INFO kernel:[ 10.742548] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:01:00.4/usb3/3-1/3-1:1.0/input/input2 >12:10:16,576 INFO kernel:[ 10.801292] hid-generic 0003:03F0:7029.0001: input,hidraw0: USB HID v1.01 Keyboard [HP Virtual Keyboard ] on usb-0000:01:00.4-1/input0 >12:10:16,576 INFO kernel:[ 10.805276] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:01:00.4/usb3/3-1/3-1:1.1/input/input3 >12:10:16,576 INFO kernel:[ 10.805497] hid-generic 0003:03F0:7029.0002: input,hidraw1: USB HID v1.01 Mouse [HP Virtual Keyboard ] on usb-0000:01:00.4-1/input1 >12:10:16,576 INFO kernel:[ 11.162435] device-mapper: uevent: version 1.0.3 >12:10:16,576 INFO kernel:[ 11.188081] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found >12:10:16,576 INFO kernel:[ 11.188372] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com >12:10:16,576 INFO kernel:[ 11.195694] device-mapper: multipath: version 1.6.0 loaded >12:10:16,576 INFO kernel:[ 11.649808] squashfs: version 4.0 (2009/01/31) Phillip Lougher >12:10:16,576 INFO kernel:[ 11.654595] Loading iSCSI transport class v2.0-870. >12:10:16,576 NOTICE kernel:[ 11.660222] iscsi: registered transport (tcp) >12:10:16,576 INFO kernel:[ 11.675530] Floppy drive(s): fd0 is 1.44M >12:10:16,576 INFO kernel:[ 14.692238] floppy0: no floppy controllers found >12:10:16,576 INFO kernel:[ 14.702740] No iBFT detected. >12:10:16,576 INFO kernel:[ 14.705540] md: raid0 personality registered for level 0 >12:10:16,576 INFO kernel:[ 14.709413] md: raid1 personality registered for level 1 >12:10:16,576 INFO kernel:[ 14.712908] async_tx: api initialized (async) >12:10:16,576 INFO kernel:[ 14.715376] xor: automatically using best checksumming function: >12:10:16,576 INFO kernel:[ 14.727033] avx : 25824.000 MB/sec >12:10:16,576 WARNING kernel:[ 14.748029] raid6: sse2x1 8796 MB/s >12:10:16,576 WARNING kernel:[ 14.766026] raid6: sse2x2 11011 MB/s >12:10:16,576 WARNING kernel:[ 14.784024] raid6: sse2x4 12722 MB/s >12:10:16,576 WARNING kernel:[ 14.785235] raid6: using algorithm sse2x4 (12722 MB/s) >12:10:16,576 WARNING kernel:[ 14.786836] raid6: using ssse3x2 recovery algorithm >12:10:16,576 INFO kernel:[ 14.793377] md: raid6 personality registered for level 6 >12:10:16,576 INFO kernel:[ 14.795142] md: raid5 personality registered for level 5 >12:10:16,576 INFO kernel:[ 14.796841] md: raid4 personality registered for level 4 >12:10:16,576 INFO kernel:[ 14.802287] md: raid10 personality registered for level 10 >12:10:16,576 INFO kernel:[ 14.805804] md: linear personality registered for level -1 >12:10:16,576 INFO kernel:[ 14.817797] device-mapper: multipath round-robin: version 1.0.0 loaded >12:10:16,576 INFO kernel:[ 14.824047] sha256_ssse3: Using AVX optimized SHA-256 implementation >12:10:16,576 INFO kernel:[ 14.842590] RPC: Registered named UNIX socket transport module. >12:10:16,576 INFO kernel:[ 14.844536] RPC: Registered udp transport module. >12:10:16,576 INFO kernel:[ 14.845987] RPC: Registered tcp transport module. >12:10:16,576 INFO kernel:[ 14.847620] RPC: Registered tcp NFSv4.1 backchannel transport module. >12:10:16,576 INFO kernel:[ 14.971265] HP HPSA Driver (v 3.4.0-1) >12:10:16,576 WARNING kernel:[ 14.972485] hpsa 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control >12:10:16,576 INFO kernel:[ 14.974873] pps_core: LinuxPPS API ver. 1 registered >12:10:16,576 INFO kernel:[ 14.976529] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> >12:10:16,576 INFO kernel:[ 14.979524] bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.78.17-0 (2013/04/11) >12:10:16,576 INFO kernel:[ 14.980771] hpsa 0000:04:00.0: MSIX >12:10:16,576 DEBUG kernel:[ 14.980800] hpsa 0000:04:00.0: irq 43 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980811] hpsa 0000:04:00.0: irq 44 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980819] hpsa 0000:04:00.0: irq 45 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980827] hpsa 0000:04:00.0: irq 46 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980835] hpsa 0000:04:00.0: irq 47 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980843] hpsa 0000:04:00.0: irq 48 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980851] hpsa 0000:04:00.0: irq 49 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.980859] hpsa 0000:04:00.0: irq 50 for MSI/MSI-X >12:10:16,576 INFO kernel:[ 14.984179] bnx2x 0000:07:00.0: msix capability found >12:10:16,576 INFO kernel:[ 14.984299] PTP clock support registered >12:10:16,576 INFO kernel:[ 14.987572] ACPI: bus type ATA registered >12:10:16,576 INFO kernel:[ 14.990155] bnx2x 0000:07:00.0: part number 0-0-0-0 >12:10:16,576 DEBUG kernel:[ 14.990232] libata version 3.00 loaded. >12:10:16,576 INFO kernel:[ 14.991780] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k >12:10:16,576 INFO kernel:[ 14.993645] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. >12:10:16,576 DEBUG kernel:[ 14.995677] ata_piix 0000:00:1f.2: version 2.13 >12:10:16,576 INFO kernel:[ 14.995738] ata_piix 0000:00:1f.2: MAP [ >12:10:16,576 INFO kernel:[ 14.996169] e1000e 0000:02:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >12:10:16,576 DEBUG kernel:[ 14.996200] e1000e 0000:02:00.0: irq 51 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.996209] e1000e 0000:02:00.0: irq 52 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 14.996219] e1000e 0000:02:00.0: irq 53 for MSI/MSI-X >12:10:16,576 WARNING kernel:[ 15.000039] P0 P2 P1 P3 ] >12:10:16,576 INFO kernel:[ 15.001109] hpsa 0000:04:00.0: hpsa0: <0x323a> at IRQ 43 using DAC >12:10:16,576 INFO kernel:[ 15.003049] [drm] Initialized drm 1.1.0 20060810 >12:10:16,576 INFO kernel:[ 15.004829] scsi0 : ata_piix >12:10:16,576 INFO kernel:[ 15.006674] scsi1 : ata_piix >12:10:16,576 INFO kernel:[ 15.008011] ata1: SATA max UDMA/133 cmd 0x1400 ctl 0x1408 bmdma 0x1420 irq 17 >12:10:16,576 INFO kernel:[ 15.010362] ata2: SATA max UDMA/133 cmd 0x1410 ctl 0x1418 bmdma 0x1428 irq 17 >12:10:16,576 INFO kernel:[ 15.012677] ata_piix 0000:00:1f.5: MAP [ >12:10:16,576 WARNING kernel:[ 15.013908] P0 -- P1 -- ] >12:10:16,576 INFO kernel:[ 15.016702] scsi2 : ata_piix >12:10:16,576 INFO kernel:[ 15.016971] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) >12:10:16,576 INFO kernel:[ 15.020865] scsi3 : ata_piix >12:10:16,576 INFO kernel:[ 15.021995] ata3: SATA max UDMA/133 cmd 0x1440 ctl 0x1448 bmdma 0x1460 irq 17 >12:10:16,576 INFO kernel:[ 15.024386] ata4: SATA max UDMA/133 cmd 0x1450 ctl 0x1458 bmdma 0x1468 irq 17 >12:10:16,576 INFO kernel:[ 15.027577] alg: No test for crc32 (crc32-pclmul) >12:10:16,576 INFO kernel:[ 15.031481] scsi4 : hpsa >12:10:16,576 INFO kernel:[ 15.033327] [TTM] Zone kernel: Available graphics memory: 4067966 kiB >12:10:16,576 INFO kernel:[ 15.035435] [TTM] Zone dma32: Available graphics memory: 2097152 kiB >12:10:16,576 INFO kernel:[ 15.037573] [TTM] Initializing pool allocator >12:10:16,576 INFO kernel:[ 15.038971] [TTM] Initializing DMA pool allocator >12:10:16,576 INFO kernel:[ 15.040776] hpsa 0000:04:00.0: RAID device c4b3t0l0 added. >12:10:16,576 DEBUG kernel:[ 15.060011] bnx2x 0000:07:00.0: irq 54 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.060020] bnx2x 0000:07:00.0: irq 55 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.060028] bnx2x 0000:07:00.0: irq 56 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.060036] bnx2x 0000:07:00.0: irq 57 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.060046] bnx2x 0000:07:00.0: irq 58 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.060053] bnx2x 0000:07:00.0: irq 59 for MSI/MSI-X >12:10:16,576 INFO kernel:[ 15.060650] bnx2x 0000:07:00.1: msix capability found >12:10:16,576 INFO kernel:[ 15.061171] bnx2x 0000:07:00.1: part number 0-0-0-0 >12:10:16,576 DEBUG kernel:[ 15.094002] bnx2x 0000:07:00.1: irq 60 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.094010] bnx2x 0000:07:00.1: irq 61 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.094018] bnx2x 0000:07:00.1: irq 62 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.094026] bnx2x 0000:07:00.1: irq 63 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.094035] bnx2x 0000:07:00.1: irq 64 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.094045] bnx2x 0000:07:00.1: irq 65 for MSI/MSI-X >12:10:16,576 INFO kernel:[ 15.103911] e1000e 0000:02:00.0 eth2: registered PHC clock >12:10:16,576 INFO kernel:[ 15.103912] e1000e 0000:02:00.0 eth2: (PCI Express:2.5GT/s:Width x1) e8:39:35:2d:e1:c8 >12:10:16,576 INFO kernel:[ 15.103913] e1000e 0000:02:00.0 eth2: Intel(R) PRO/1000 Network Connection >12:10:16,576 INFO kernel:[ 15.103999] e1000e 0000:02:00.0 eth2: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF >12:10:16,576 INFO kernel:[ 15.104200] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode >12:10:16,576 DEBUG kernel:[ 15.104228] e1000e 0000:03:00.0: irq 66 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.104236] e1000e 0000:03:00.0: irq 67 for MSI/MSI-X >12:10:16,576 DEBUG kernel:[ 15.104244] e1000e 0000:03:00.0: irq 68 for MSI/MSI-X >12:10:16,576 INFO kernel:[ 15.159490] hpsa 0000:04:00.0: Direct-Access device c4b0t0l0 added. >12:10:16,576 INFO kernel:[ 15.159524] fbcon: mgadrmfb (fb0) is primary device >12:10:16,576 NOTICE kernel:[ 15.159835] scsi 4:3:0:0: RAID HP P410 5.14 PQ: 0 ANSI: 5 >12:10:16,576 NOTICE kernel:[ 15.160084] scsi 4:0:0:0: Direct-Access HP LOGICAL VOLUME 5.14 PQ: 0 ANSI: 5 >12:10:16,576 INFO kernel:[ 15.229122] [drm] mga base 0 >12:10:16,576 INFO kernel:[ 15.263355] e1000e 0000:03:00.0 eth1: registered PHC clock >12:10:16,576 INFO kernel:[ 15.263356] e1000e 0000:03:00.0 eth1: (PCI Express:2.5GT/s:Width x1) e8:39:35:2d:e1:c9 >12:10:16,576 INFO kernel:[ 15.263357] e1000e 0000:03:00.0 eth1: Intel(R) PRO/1000 Network Connection >12:10:16,576 INFO kernel:[ 15.263445] e1000e 0000:03:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF >12:10:16,576 INFO kernel:[ 15.300684] Console: switching to colour frame buffer device 128x48 >12:10:16,576 INFO kernel:[ 15.343755] ata4: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 15.354630] ata3: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 15.634676] ata1.00: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 15.634697] ata1.01: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 15.645630] ata2.00: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 15.645653] ata2.01: SATA link down (SStatus 0 SControl 300) >12:10:16,576 INFO kernel:[ 20.171243] mgag200 0000:01:00.1: fb0: mgadrmfb frame buffer device >12:10:16,576 INFO kernel:[ 20.173894] mgag200 0000:01:00.1: registered panic notifier >12:10:16,576 INFO kernel:[ 20.176777] [drm] Initialized mgag200 1.0.0 20110418 for 0000:01:00.1 on minor 0 >12:10:16,576 NOTICE kernel:[ 20.180408] sd 4:0:0:0: [sda] 143305920 512-byte logical blocks: (73.3 GB/68.3 GiB) >12:10:16,576 NOTICE kernel:[ 20.187829] sd 4:0:0:0: [sda] Write Protect is off >12:10:16,576 DEBUG kernel:[ 20.190578] sd 4:0:0:0: [sda] Mode Sense: 6b 00 00 08 >12:10:16,576 NOTICE kernel:[ 20.190739] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:10:16,577 INFO kernel:[ 20.598551] sda: sda1 sda2 >12:10:16,577 NOTICE kernel:[ 20.600267] sd 4:0:0:0: [sda] Attached SCSI disk >12:10:16,577 INFO kernel:[ 20.872246] IPv6: ADDRCONF(NETDEV_UP): em0: link is not ready >12:10:16,577 INFO kernel:[ 24.002044] e1000e: em0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None >12:10:16,577 INFO kernel:[ 24.004675] IPv6: ADDRCONF(NETDEV_CHANGE): em0: link becomes ready >12:10:16,577 NOTICE kernel:[ 33.411318] FS-Cache: Loaded >12:10:16,577 NOTICE kernel:[ 33.418349] FS-Cache: Netfs 'nfs' registered for caching >12:10:16,577 INFO kernel:[ 34.740432] loop: module loaded >12:10:16,577 INFO kernel:[ 34.768523] bio: create slab <bio-1> at 1 >12:10:16,577 INFO kernel:[ 34.785577] bio: create slab <bio-2> at 2 >12:10:16,577 INFO kernel:[ 34.892322] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >12:10:16,577 DEBUG kernel:[ 36.068163] SELinux: 2048 avtab hash slots, 103055 rules. >12:10:16,577 DEBUG kernel:[ 36.079982] SELinux: 2048 avtab hash slots, 103055 rules. >12:10:16,577 DEBUG kernel:[ 36.095611] SELinux: 8 users, 83 roles, 4703 types, 268 bools, 1 sens, 1024 cats >12:10:16,577 DEBUG kernel:[ 36.095613] SELinux: 83 classes, 103055 rules >12:10:16,577 DEBUG kernel:[ 36.099301] SELinux: Completing initialization. >12:10:16,577 DEBUG kernel:[ 36.099302] SELinux: Setting up existing superblocks. >12:10:16,577 DEBUG kernel:[ 36.099306] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.099310] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.099317] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.099320] SELinux: initialized (dev proc, type proc), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.099329] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.099343] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.099849] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >12:10:16,577 DEBUG kernel:[ 36.099852] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100373] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >12:10:16,577 DEBUG kernel:[ 36.100377] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100379] SELinux: initialized (dev aio, type aio), not configured for labeling >12:10:16,577 DEBUG kernel:[ 36.100381] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100391] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100396] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100400] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100407] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100410] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100635] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100639] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100771] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.100794] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100800] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100801] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100804] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100807] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100812] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100814] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100816] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100819] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100823] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100825] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100828] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100832] SELinux: initialized (dev 0:32, type nfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.100836] SELinux: initialized (dev loop0, type squashfs), uses xattr >12:10:16,577 DEBUG kernel:[ 36.100843] SELinux: initialized (dev dm-0, type ext4), uses xattr >12:10:16,577 NOTICE kernel:[ 36.110288] type=1403 audit(1390306214.084:2): policy loaded auid=4294967295 ses=4294967295 >12:10:16,577 DEBUG kernel:[ 36.630060] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.877581] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >12:10:16,577 DEBUG kernel:[ 36.877686] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >12:10:16,577 DEBUG kernel:[ 36.998583] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >12:10:16,577 INFO kernel:[ 37.931183] input: PC Speaker as /devices/platform/pcspkr/input/input4 >12:10:16,577 INFO kernel:[ 37.937591] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 >12:10:16,577 WARNING kernel:[ 37.938429] ACPI Warning: 0x0000000000000928-0x000000000000092f SystemIO conflicts with Region \SGPE 1 (20130517/utaddress-251) >12:10:16,577 INFO kernel:[ 37.938434] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >12:10:16,577 WARNING kernel:[ 37.938449] lpc_ich: Resource conflict(s) found affecting gpio_ich >12:10:16,577 INFO kernel:[ 38.067374] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x29 >12:10:16,577 INFO kernel:[ 38.090813] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x29 >12:10:16,577 INFO kernel:[ 38.090936] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x29 >12:10:16,577 INFO kernel:[ 38.090947] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x29 >12:10:16,577 INFO kernel:[ 38.090984] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >12:10:16,577 NOTICE kernel:[ 38.179587] type=1400 audit(1390306216.153:3): avc: denied { create } for pid=1363 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >12:10:16,577 NOTICE kernel:[ 38.179620] type=1400 audit(1390306216.153:4): avc: denied { setattr } for pid=1363 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=58692 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >12:10:16,577 NOTICE kernel:[ 38.179644] type=1400 audit(1390306216.153:5): avc: denied { relabelfrom } for pid=1363 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=58692 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >12:10:16,594 NOTICE kernel:[ 38.618576] type=1400 audit(1390306216.592:6): avc: denied { write } for pid=1376 comm="firewalld" name="python2.7" dev="dm-0" ino=90279 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >12:10:16,594 NOTICE kernel:[ 38.618584] type=1400 audit(1390306216.592:7): avc: denied { remove_name } for pid=1376 comm="firewalld" name="site.pyc" dev="dm-0" ino=90912 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >12:10:16,594 NOTICE kernel:[ 38.618588] type=1400 audit(1390306216.592:8): avc: denied { unlink } for pid=1376 comm="firewalld" name="site.pyc" dev="dm-0" ino=90912 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=lnk_file >12:10:16,607 NOTICE kernel:[ 38.631355] type=1400 audit(1390306216.605:9): avc: denied { add_name } for pid=1376 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=dir >12:10:16,607 NOTICE kernel:[ 38.631373] type=1400 audit(1390306216.605:10): avc: denied { create } for pid=1376 comm="firewalld" name="site.pyc" scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >12:10:16,607 NOTICE kernel:[ 38.631406] type=1400 audit(1390306216.605:11): avc: denied { write } for pid=1376 comm="firewalld" path="/usr/lib64/python2.7/site.pyc" dev="dm-0" ino=90912 scontext=system_u:system_r:firewalld_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file >12:10:18,135 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv4 table 'filter' does not exist (or not enough permission to check). >12:10:18,136 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv4 table 'raw' does not exist (or not enough permission to check). >12:10:18,136 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv4 table 'security' does not exist (or not enough permission to check). >12:10:18,137 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv4 table 'mangle' does not exist (or not enough permission to check). >12:10:18,138 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv4 table 'nat' does not exist (or not enough permission to check). >12:10:18,139 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv6 table 'filter' does not exist (or not enough permission to check). >12:10:18,139 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv6 table 'raw' does not exist (or not enough permission to check). >12:10:18,140 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv6 table 'security' does not exist (or not enough permission to check). >12:10:18,141 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv6 table 'mangle' does not exist (or not enough permission to check). >12:10:18,142 ERR firewalld: 2014-01-21 12:10:18 ERROR: ipv6 table 'nat' does not exist (or not enough permission to check). >12:10:18,499 ERR firewalld: 2014-01-21 12:10:18 ERROR: ebtables not usable, disabling ethernet bridge firewall. >12:10:18,499 CRIT firewalld: 2014-01-21 12:10:18 FATAL ERROR: No IPv4 and IPv6 firewall. >12:10:18,499 ERR firewalld: 2014-01-21 12:10:18 ERROR: Raising SystemExit in run_server >12:10:19,118 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-31.git20140108.el7) is starting... >12:10:19,118 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 00-server.conf >12:10:19,118 INFO NetworkManager: <info> WEXT support is disabled >12:10:19,135 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >12:10:19,211 INFO polkitd: Started polkitd version 0.112 >12:10:19,284 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >12:10:19,307 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >12:10:19,308 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >12:10:19,308 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >12:10:19,308 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >12:10:19,308 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-em0 ... >12:10:19,309 NOTICE NetworkManager: ifcfg-rh: read connection 'em0' >12:10:19,335 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >12:10:19,336 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >12:10:19,351 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >12:10:19,352 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >12:10:19,354 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >12:10:19,354 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >12:10:19,354 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >12:10:19,354 INFO NetworkManager: <info> Networking is enabled by state file >12:10:19,358 INFO NetworkManager: <info> (lo): link connected >12:10:19,358 INFO NetworkManager: <info> (lo): carrier is ON (but ignored) >12:10:19,359 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >12:10:19,359 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >12:10:19,359 INFO NetworkManager: <info> (p2p1): carrier is OFF (but ignored) >12:10:19,361 INFO NetworkManager: <info> (p2p1): new Ethernet device (driver: 'bnx2x' ifindex: 2) >12:10:19,361 INFO NetworkManager: <info> (p2p1): exported as /org/freedesktop/NetworkManager/Devices/1 >12:10:19,362 INFO NetworkManager: <info> (p2p1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >12:10:19,362 INFO NetworkManager: <info> (p2p1): bringing up device. >12:10:19,893 INFO kernel:[ 41.916834] bnx2x 0000:07:00.0 p2p1: using MSI-X IRQs: sp 54 fp[0] 56 ... fp[3] 59 >12:10:19,941 INFO kernel:[ 41.964041] bnx2x 0000:07:00.0 p2p1: NIC Link is Up, 10000 Mbps full duplex, Flow control: none >12:10:19,979 INFO kernel:[ 42.002005] bnx2x 0000:07:00.0 p2p1: NIC Link is Up, 10000 Mbps full duplex, Flow control: ON - receive & transmit >12:10:20,007 INFO NetworkManager: <info> (p2p1): link connected >12:10:20,007 INFO NetworkManager: <info> (p2p1): deactivating device (reason 'managed') [2] >12:10:20,008 INFO NetworkManager: <info> (p2p2): carrier is OFF (but ignored) >12:10:20,009 INFO NetworkManager: <info> (p2p2): new Ethernet device (driver: 'bnx2x' ifindex: 3) >12:10:20,009 INFO NetworkManager: <info> (p2p2): exported as /org/freedesktop/NetworkManager/Devices/2 >12:10:20,009 INFO NetworkManager: <info> (p2p2): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >12:10:20,009 INFO NetworkManager: <info> (p2p2): bringing up device. >12:10:20,489 INFO kernel:[ 42.512649] bnx2x 0000:07:00.1 p2p2: using MSI-X IRQs: sp 60 fp[0] 62 ... fp[3] 65 >12:10:20,644 INFO kernel:[ 42.666927] IPv6: ADDRCONF(NETDEV_UP): p2p2: link is not ready >12:10:20,645 INFO NetworkManager: <info> (p2p2): deactivating device (reason 'managed') [2] >12:10:20,646 INFO NetworkManager: <info> (em0): link connected >12:10:20,646 INFO NetworkManager: <info> (em0): carrier is ON (but ignored) >12:10:20,647 INFO NetworkManager: <info> (em0): new Ethernet device (driver: 'e1000e' ifindex: 4) >12:10:20,647 INFO NetworkManager: <info> (em0): exported as /org/freedesktop/NetworkManager/Devices/3 >12:10:20,648 NOTICE NetworkManager: ifcfg-rh: read connection 'em0' >12:10:20,648 INFO NetworkManager: <info> (em0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >12:10:20,649 INFO NetworkManager: <info> (em0): device state change: unavailable -> disconnected (reason 'connection-assumed') [20 30 41] >12:10:20,649 INFO NetworkManager: <info> Activation (em0) starting connection 'em0' >12:10:20,649 INFO NetworkManager: <info> (em0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >12:10:20,649 INFO NetworkManager: <info> Activation (em0) Stage 1 of 5 (Device Prepare) scheduled... >12:10:20,650 INFO NetworkManager: <info> (em1): carrier is OFF (but ignored) >12:10:20,650 INFO NetworkManager: <info> (em1): new Ethernet device (driver: 'e1000e' ifindex: 5) >12:10:20,650 INFO NetworkManager: <info> (em1): exported as /org/freedesktop/NetworkManager/Devices/4 >12:10:20,650 INFO NetworkManager: <info> (em1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >12:10:20,650 INFO NetworkManager: <info> (em1): bringing up device. >12:10:20,667 INFO kernel:[ 42.690791] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.19 (December 19, 2013) >12:10:20,727 INFO kernel:[ 42.750299] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready >12:10:20,727 INFO kernel:[ 42.750331] bnx2x 0000:07:00.0 p2p1: Added CNIC device >12:10:20,734 INFO kernel:[ 42.757379] bnx2x 0000:07:00.1 p2p2: Added CNIC device >12:10:20,741 INFO NetworkManager: <info> (em1): deactivating device (reason 'managed') [2] >12:10:20,747 INFO NetworkManager: <info> (p2p1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >12:10:20,747 INFO NetworkManager: <info> (p2p2): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >12:10:20,747 INFO NetworkManager: <info> Activation (em0) Stage 1 of 5 (Device Prepare) started... >12:10:20,747 INFO NetworkManager: <info> Activation (em0) Stage 2 of 5 (Device Configure) scheduled... >12:10:20,747 INFO NetworkManager: <info> Activation (em0) Stage 1 of 5 (Device Prepare) complete. >12:10:20,747 INFO NetworkManager: <info> (em1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 2 of 5 (Device Configure) starting... >12:10:20,762 INFO NetworkManager: <info> (em0): device state change: prepare -> config (reason 'none') [40 50 0] >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 2 of 5 (Device Configure) successful. >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 3 of 5 (IP Configure Start) scheduled. >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 2 of 5 (Device Configure) complete. >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 3 of 5 (IP Configure Start) started... >12:10:20,762 INFO NetworkManager: <info> (em0): device state change: config -> ip-config (reason 'none') [50 70 0] >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >12:10:20,762 INFO NetworkManager: <info> Activation (em0) Stage 3 of 5 (IP Configure Start) complete. >12:10:20,763 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv4 Commit) started... >12:10:20,763 INFO NetworkManager: <info> (em0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >12:10:20,763 INFO kernel:[ 42.786786] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.6.2 (Jun 06, 2013) >12:10:20,763 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv4 Commit) complete. >12:10:20,763 INFO NetworkManager: <info> (em0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >12:10:20,763 INFO NetworkManager: <info> (em0): device state change: secondaries -> activated (reason 'none') [90 100 0] >12:10:20,763 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_LOCAL >12:10:20,764 NOTICE kernel:[ 42.786811] iscsi: registered transport (bnx2i) >12:10:20,764 INFO kernel:[ 42.787029] scsi5 : Broadcom Offload iSCSI Initiator >12:10:20,764 INFO kernel:[ 42.787103] bnx2i [07:00.01]: ISCSI_INIT passed >12:10:20,764 INFO kernel:[ 42.787134] scsi6 : Broadcom Offload iSCSI Initiator >12:10:20,764 INFO kernel:[ 42.787184] bnx2i [07:00.00]: ISCSI_INIT passed >12:10:20,764 INFO NetworkManager: <info> Policy set 'em0' (em0) as default for IPv4 routing and DNS. >12:10:20,764 INFO NetworkManager: <info> Activation (em0) successful, device activated. >12:10:20,765 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >12:10:20,773 INFO NetworkManager: <info> Setting system hostname to 'storageqe-16.rhts.eng.bos.redhat.com' (from address lookup) >12:10:20,798 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >12:10:21,815 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:21,816 INFO NetworkManager: <info> Policy set 'em0' (em0) as default for IPv6 routing and DNS. >12:10:21,816 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:21,816 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:21,816 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:21,817 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:21,817 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:22,426 WARNING kernel:[ 44.448744] audit_printk_skb: 15 callbacks suppressed >12:10:22,426 NOTICE kernel:[ 44.448747] type=1400 audit(1390306222.424:17): avc: denied { read write } for pid=1580 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1207 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >12:10:22,601 INFO kernel:[ 44.623584] bnx2x 0000:07:00.1 p2p2: NIC Link is Up, 10000 Mbps full duplex, Flow control: ON - receive & transmit >12:10:22,601 INFO kernel:[ 44.623619] IPv6: ADDRCONF(NETDEV_CHANGE): p2p2: link becomes ready >12:10:22,606 INFO NetworkManager: <info> (p2p2): link connected >12:10:22,860 INFO kernel:[ 44.882974] bnx2fc: Broadcom NetXtreme II FCoE Driver bnx2fc v2.4.1 (Sep 17, 2013) >12:10:22,862 INFO kernel:[ 44.885274] bnx2fc: [07]: FCOE_INIT passed >12:10:22,865 INFO kernel:[ 44.888524] bnx2fc: [07]: FCOE_INIT passed >12:10:22,931 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >12:10:24,928 NOTICE kernel:[ 46.950120] type=1400 audit(1390306224.926:18): avc: denied { read write } for pid=1636 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 >12:10:25,130 INFO kernel:[ 47.152574] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >12:10:25,528 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:25,528 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:25,528 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:25,648 NOTICE NetworkManager: ifcfg-rh: read connection 'p2p1' >12:10:25,731 NOTICE NetworkManager: ifcfg-rh: read connection 'p2p2' >12:10:25,845 NOTICE NetworkManager: ifcfg-rh: read connection 'em1' >12:10:25,960 INFO chronyd: chronyd version 1.29 starting >12:10:25,969 INFO chronyd: Linux kernel major=3 minor=10 patch=0 >12:10:25,969 INFO chronyd: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 >12:10:25,969 INFO chronyd: Generated key 1 >12:10:26,215 INFO NetworkManager: <info> startup complete >12:10:26,944 NOTICE kernel:[ 48.965427] XFS (sda1): Mounting Filesystem >12:10:27,056 INFO kernel:[ 49.077407] XFS (sda1): Ending clean mount >12:10:27,056 DEBUG kernel:[ 49.077417] SELinux: initialized (dev sda1, type xfs), uses xattr >12:10:27,194 NOTICE kernel:[ 49.216002] XFS (dm-2): Mounting Filesystem >12:10:27,264 INFO kernel:[ 49.285738] XFS (dm-2): Ending clean mount >12:10:27,264 DEBUG kernel:[ 49.285747] SELinux: initialized (dev dm-2, type xfs), uses xattr >12:10:27,486 NOTICE kernel:[ 49.508027] XFS (dm-2): Mounting Filesystem >12:10:27,580 INFO kernel:[ 49.601655] XFS (dm-2): Ending clean mount >12:10:27,580 DEBUG kernel:[ 49.601665] SELinux: initialized (dev dm-2, type xfs), uses xattr >12:10:27,930 NOTICE kernel:[ 49.952128] type=1400 audit(1390306227.929:19): avc: denied { read write } for pid=1789 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 >12:10:27,931 NOTICE kernel:[ 49.952818] type=1400 audit(1390306227.930:20): avc: denied { read write } for pid=1789 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1207 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >12:10:28,001 NOTICE kernel:[ 49.985310] type=1400 audit(1390306228.000:21): avc: denied { ioctl } for pid=1789 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 >12:10:28,001 NOTICE kernel:[ 49.985320] type=1400 audit(1390306228.000:22): avc: denied { getattr } for pid=1789 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 >12:10:29,351 NOTICE kernel:[ 51.335323] XFS (sda1): Mounting Filesystem >12:10:29,404 INFO kernel:[ 51.388800] XFS (sda1): Ending clean mount >12:10:29,404 DEBUG kernel:[ 51.388810] SELinux: initialized (dev sda1, type xfs), uses xattr >12:10:29,556 NOTICE kernel:[ 51.540463] XFS (dm-2): Mounting Filesystem >12:10:29,584 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:29,584 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:29,585 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:29,609 INFO kernel:[ 51.593164] XFS (dm-2): Ending clean mount >12:10:29,609 DEBUG kernel:[ 51.593175] SELinux: initialized (dev dm-2, type xfs), uses xattr >12:10:29,673 NOTICE kernel:[ 51.657080] type=1400 audit(1390306229.671:25): avc: denied { read write } for pid=1927 comm="ntpdate" path="/dev/mapper/control" dev="devtmpfs" ino=1207 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >12:10:29,673 WARNING kernel:[ 51.657081] audit: audit_lost=7 audit_rate_limit=0 audit_backlog_limit=64 >12:10:29,673 ERR kernel:[ 51.657081] audit: printk limit exceeded >12:10:29,673 ERR kernel:[ 51.657081] >12:10:29,673 ERR kernel:[ 51.657082] audit: printk limit exceeded >12:10:29,673 ERR kernel:[ 51.657082] >12:10:29,867 NOTICE kernel:[ 51.851062] XFS (dm-2): Mounting Filesystem >12:10:29,953 INFO kernel:[ 51.936967] XFS (dm-2): Ending clean mount >12:10:29,953 DEBUG kernel:[ 51.936977] SELinux: initialized (dev dm-2, type xfs), uses xattr >12:10:30,357 INFO kernel:[ 52.341004] bio: create slab <bio-1> at 1 >12:10:30,357 INFO kernel:[ 52.341245] Btrfs loaded >12:10:35,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:35,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:35,569 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:45,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:45,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:45,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:54,612 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:54,612 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:54,612 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:10:57,696 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:10:57,696 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:10:57,696 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:14,856 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:14,856 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:14,856 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:17,897 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:17,897 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:17,897 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:18,304 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:18,304 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:18,304 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:25,572 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:25,572 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:25,572 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:35,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:35,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:35,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:45,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:45,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:45,572 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:55,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:11:55,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:11:55,573 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:11:59,200 INFO kernel:[ 141.164635] 8021q: 802.1Q VLAN Support v1.8 >12:11:59,200 INFO kernel:[ 141.164647] 8021q: adding VLAN 0 to HW filter on device em0 >12:11:59,200 INFO kernel:[ 141.164673] 8021q: adding VLAN 0 to HW filter on device em1 >12:11:59,433 INFO NetworkManager: <info> (p2p1.802-fcoe): link connected >12:11:59,433 INFO NetworkManager: <info> (p2p1.802-fcoe): carrier is ON (but ignored) >12:11:59,433 INFO NetworkManager: <info> (p2p1.802-fcoe): VLAN ID 802 with parent p2p1 >12:11:59,433 INFO NetworkManager: <info> (p2p1.802-fcoe): new VLAN device (driver: '8021q' ifindex: 6) >12:11:59,433 INFO NetworkManager: <info> (p2p1.802-fcoe): exported as /org/freedesktop/NetworkManager/Devices/5 >12:11:59,434 INFO NetworkManager: <info> (p2p1.802-fcoe): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >12:11:59,434 INFO NetworkManager: <info> (p2p1.802-fcoe): deactivating device (reason 'managed') [2] >12:11:59,435 INFO NetworkManager: <info> (p2p1.802-fcoe): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >12:11:59,934 INFO kernel:[ 141.898766] 0:10:18:ad:40:c0 >12:11:59,934 INFO kernel:[ 141.898768] 0:10:18:ad:40:c1 >12:11:59,934 INFO kernel:[ 141.898916] scsi7 : Broadcom Offload FCoE Initiator >12:12:03,198 INFO kernel:[ 145.161203] host7: libfc: Link up on port (000000) >12:12:05,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:12:05,751 INFO kernel:[ 147.714642] libfcoe: host7: FIP selected Fibre-Channel Forwarder MAC 00:05:73:b2:7f:00 >12:12:05,751 INFO kernel:[ 147.714646] host7: Assigned Port ID 750081 >12:12:15,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:15,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:15,572 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:12:25,565 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:25,565 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:25,565 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:12:35,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:35,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:35,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:12:45,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:45,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:45,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:12:55,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:12:55,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:12:55,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:05,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:05,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:05,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:15,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:15,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:15,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:16,772 ERR kernel:[ 218.718668] rport-7:0-9: blocked FC remote port time out: removing rport >12:13:25,570 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:25,570 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:25,571 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:31,756 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:31,756 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:31,756 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:35,159 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:35,159 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:35,160 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:38,256 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:38,256 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:38,256 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:45,570 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:45,570 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:45,570 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:13:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:13:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:13:55,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:05,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:05,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:05,568 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:09,022 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:09,022 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:09,022 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:15,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:15,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:15,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:21,178 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:21,178 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:21,178 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:25,505 INFO NetworkManager: <info> (p2p2.802-fcoe): link connected >12:14:25,505 INFO NetworkManager: <info> (p2p2.802-fcoe): carrier is ON (but ignored) >12:14:25,505 INFO NetworkManager: <info> (p2p2.802-fcoe): VLAN ID 802 with parent p2p2 >12:14:25,505 INFO NetworkManager: <info> (p2p2.802-fcoe): new VLAN device (driver: '8021q' ifindex: 7) >12:14:25,505 INFO NetworkManager: <info> (p2p2.802-fcoe): exported as /org/freedesktop/NetworkManager/Devices/6 >12:14:25,506 INFO NetworkManager: <info> (p2p2.802-fcoe): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >12:14:25,506 INFO NetworkManager: <info> (p2p2.802-fcoe): deactivating device (reason 'managed') [2] >12:14:25,507 INFO NetworkManager: <info> (p2p2.802-fcoe): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >12:14:25,562 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:25,562 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:25,562 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:26,006 INFO kernel:[ 287.938381] 0:10:18:ad:40:c2 >12:14:26,006 INFO kernel:[ 287.938383] 0:10:18:ad:40:c3 >12:14:26,006 INFO kernel:[ 287.938607] scsi8 : Broadcom Offload FCoE Initiator >12:14:28,580 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:28,580 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:29,269 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:29,269 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:29,270 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:29,270 INFO kernel:[ 291.200699] host8: libfc: Link up on port (000000) >12:14:29,270 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:32,087 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:32,087 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:32,087 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:33,328 INFO kernel:[ 295.258355] libfcoe: host8: FIP selected Fibre-Channel Forwarder MAC 00:05:73:b2:7f:00 >12:14:33,328 INFO kernel:[ 295.258363] host8: Assigned Port ID 7500a1 >12:14:35,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:35,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:35,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:38,991 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:38,991 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:38,992 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:45,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:45,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:45,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:46,052 NOTICE kernel:[ 307.979557] scsi 7:0:2:0: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,052 INFO kernel:[ 307.979605] scsi 7:0:2:0: alua: supports implicit and explicit TPGS >12:14:46,053 INFO kernel:[ 307.979808] scsi 7:0:2:0: alua: port group 02 rel port 03 >12:14:46,053 INFO kernel:[ 307.979926] scsi 7:0:2:0: alua: rtpg failed with 8000002 >12:14:46,053 INFO kernel:[ 307.980464] scsi 7:0:2:0: alua: port group 02 state N non-preferred supports tolUsNA >12:14:46,053 NOTICE kernel:[ 307.980465] scsi 7:0:2:0: alua: Attached >12:14:46,053 NOTICE kernel:[ 307.980713] sd 7:0:2:0: [sdb] 67108864 512-byte logical blocks: (34.3 GB/32.0 GiB) >12:14:46,060 NOTICE kernel:[ 307.986865] sd 7:0:2:0: [sdb] Write Protect is off >12:14:46,060 DEBUG kernel:[ 307.986868] sd 7:0:2:0: [sdb] Mode Sense: 87 00 00 08 >12:14:46,060 NOTICE kernel:[ 307.987020] sd 7:0:2:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,060 NOTICE kernel:[ 307.987136] scsi 7:0:2:1: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,060 INFO kernel:[ 307.987161] scsi 7:0:2:1: alua: supports implicit and explicit TPGS >12:14:46,060 INFO kernel:[ 307.987308] scsi 7:0:2:1: alua: port group 02 rel port 03 >12:14:46,060 INFO kernel:[ 307.987400] scsi 7:0:2:1: alua: rtpg failed with 8000002 >12:14:46,060 INFO kernel:[ 307.987719] scsi 7:0:2:1: alua: port group 02 state N non-preferred supports tolUsNA >12:14:46,060 NOTICE kernel:[ 307.987721] scsi 7:0:2:1: alua: Attached >12:14:46,061 NOTICE kernel:[ 307.987929] sd 7:0:2:1: [sdc] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,061 NOTICE kernel:[ 307.988014] scsi 7:0:2:2: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,061 NOTICE kernel:[ 307.988015] sd 7:0:2:1: [sdc] Write Protect is off >12:14:46,061 DEBUG kernel:[ 307.988018] sd 7:0:2:1: [sdc] Mode Sense: 87 00 00 08 >12:14:46,061 INFO kernel:[ 307.988040] scsi 7:0:2:2: alua: supports implicit and explicit TPGS >12:14:46,061 NOTICE kernel:[ 307.988170] sd 7:0:2:1: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,061 INFO kernel:[ 307.988219] scsi 7:0:2:2: alua: port group 02 rel port 03 >12:14:46,061 INFO kernel:[ 307.988292] scsi 7:0:2:2: alua: rtpg failed with 8000002 >12:14:46,061 INFO kernel:[ 307.988665] scsi 7:0:2:2: alua: port group 02 state N non-preferred supports tolUsNA >12:14:46,061 NOTICE kernel:[ 307.988667] scsi 7:0:2:2: alua: Attached >12:14:46,062 NOTICE kernel:[ 307.988831] sd 7:0:2:2: [sdd] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,062 NOTICE kernel:[ 307.988951] sd 7:0:2:2: [sdd] Write Protect is off >12:14:46,062 DEBUG kernel:[ 307.988953] sd 7:0:2:2: [sdd] Mode Sense: 87 00 00 08 >12:14:46,062 NOTICE kernel:[ 307.988957] scsi 7:0:2:3: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,062 INFO kernel:[ 307.988971] scsi 7:0:2:3: alua: supports implicit and explicit TPGS >12:14:46,062 NOTICE kernel:[ 307.989094] sd 7:0:2:2: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,062 INFO kernel:[ 307.989108] scsi 7:0:2:3: alua: port group 02 rel port 03 >12:14:46,062 INFO kernel:[ 307.989217] scsi 7:0:2:3: alua: rtpg failed with 8000002 >12:14:46,062 INFO kernel:[ 307.989576] scsi 7:0:2:3: alua: port group 02 state N non-preferred supports tolUsNA >12:14:46,062 NOTICE kernel:[ 307.989578] scsi 7:0:2:3: alua: Attached >12:14:46,062 NOTICE kernel:[ 307.989728] sd 7:0:2:3: [sde] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,063 NOTICE kernel:[ 307.989854] sd 7:0:2:3: [sde] Write Protect is off >12:14:46,063 DEBUG kernel:[ 307.989856] sd 7:0:2:3: [sde] Mode Sense: 87 00 00 08 >12:14:46,063 NOTICE kernel:[ 307.989862] scsi 7:0:2:4: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,063 INFO kernel:[ 307.989882] scsi 7:0:2:4: alua: supports implicit and explicit TPGS >12:14:46,063 NOTICE kernel:[ 307.989987] sd 7:0:2:3: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,063 INFO kernel:[ 307.990002] scsi 7:0:2:4: alua: port group 02 rel port 03 >12:14:46,063 INFO kernel:[ 307.990067] scsi 7:0:2:4: alua: rtpg failed with 8000002 >12:14:46,063 INFO kernel:[ 307.990138] scsi 7:0:2:4: alua: port group 02 state A preferred supports tolUsNA >12:14:46,063 NOTICE kernel:[ 307.990139] scsi 7:0:2:4: alua: Attached >12:14:46,063 NOTICE kernel:[ 307.990350] sd 7:0:2:4: [sdf] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) >12:14:46,063 NOTICE kernel:[ 307.990404] sd 7:0:2:4: [sdf] Write Protect is off >12:14:46,063 DEBUG kernel:[ 307.990406] sd 7:0:2:4: [sdf] Mode Sense: 87 00 00 08 >12:14:46,063 NOTICE kernel:[ 307.990426] scsi 7:0:3:0: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,063 INFO kernel:[ 307.990479] scsi 7:0:3:0: alua: supports implicit and explicit TPGS >12:14:46,063 INFO kernel:[ 307.990700] scsi 7:0:3:0: alua: port group 01 rel port 01 >12:14:46,063 INFO kernel:[ 307.990803] scsi 7:0:3:0: alua: rtpg failed with 8000002 >12:14:46,063 NOTICE kernel:[ 307.990809] sd 7:0:2:4: [sdf] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,063 INFO kernel:[ 307.990892] scsi 7:0:3:0: alua: port group 01 state A preferred supports tolUsNA >12:14:46,063 NOTICE kernel:[ 307.990896] scsi 7:0:3:0: alua: Attached >12:14:46,070 NOTICE kernel:[ 307.997230] sd 7:0:3:0: [sdg] 67108864 512-byte logical blocks: (34.3 GB/32.0 GiB) >12:14:46,070 NOTICE kernel:[ 307.997337] sd 7:0:3:0: [sdg] Write Protect is off >12:14:46,070 DEBUG kernel:[ 307.997339] sd 7:0:3:0: [sdg] Mode Sense: 87 00 00 08 >12:14:46,070 NOTICE kernel:[ 307.997375] scsi 7:0:3:1: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,070 INFO kernel:[ 307.997393] scsi 7:0:3:1: alua: supports implicit and explicit TPGS >12:14:46,070 INFO kernel:[ 307.997514] scsi 7:0:3:1: alua: port group 01 rel port 01 >12:14:46,070 NOTICE kernel:[ 307.997519] sd 7:0:3:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,070 INFO kernel:[ 307.997698] scsi 7:0:3:1: alua: rtpg failed with 8000002 >12:14:46,070 INFO kernel:[ 307.997775] scsi 7:0:3:1: alua: port group 01 state A preferred supports tolUsNA >12:14:46,070 NOTICE kernel:[ 307.997776] scsi 7:0:3:1: alua: Attached >12:14:46,071 NOTICE kernel:[ 307.998122] sd 7:0:3:1: [sdh] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,071 NOTICE kernel:[ 307.998133] scsi 7:0:3:2: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,071 INFO kernel:[ 307.998148] scsi 7:0:3:2: alua: supports implicit and explicit TPGS >12:14:46,071 NOTICE kernel:[ 307.998195] sd 7:0:3:1: [sdh] Write Protect is off >12:14:46,071 DEBUG kernel:[ 307.998197] sd 7:0:3:1: [sdh] Mode Sense: 87 00 00 08 >12:14:46,071 INFO kernel:[ 307.998283] scsi 7:0:3:2: alua: port group 01 rel port 01 >12:14:46,071 INFO kernel:[ 307.998549] scsi 7:0:3:2: alua: rtpg failed with 8000002 >12:14:46,071 NOTICE kernel:[ 307.998551] sd 7:0:3:1: [sdh] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,071 INFO kernel:[ 307.998576] sdc: unknown partition table >12:14:46,071 INFO kernel:[ 307.998655] scsi 7:0:3:2: alua: port group 01 state A preferred supports tolUsNA >12:14:46,071 NOTICE kernel:[ 307.998657] scsi 7:0:3:2: alua: Attached >12:14:46,071 NOTICE kernel:[ 307.998941] scsi 7:0:3:3: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,071 INFO kernel:[ 307.998970] scsi 7:0:3:3: alua: supports implicit and explicit TPGS >12:14:46,071 NOTICE kernel:[ 307.998976] sd 7:0:3:2: [sdi] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,071 NOTICE kernel:[ 307.998983] sd 7:0:2:1: [sdc] Attached SCSI disk >12:14:46,072 NOTICE kernel:[ 307.999137] sd 7:0:3:2: [sdi] Write Protect is off >12:14:46,072 DEBUG kernel:[ 307.999139] sd 7:0:3:2: [sdi] Mode Sense: 87 00 00 08 >12:14:46,072 INFO kernel:[ 307.999191] scsi 7:0:3:3: alua: port group 01 rel port 01 >12:14:46,072 INFO kernel:[ 307.999260] scsi 7:0:3:3: alua: rtpg failed with 8000002 >12:14:46,072 INFO kernel:[ 307.999319] scsi 7:0:3:3: alua: port group 01 state A preferred supports tolUsNA >12:14:46,072 NOTICE kernel:[ 307.999321] scsi 7:0:3:3: alua: Attached >12:14:46,072 NOTICE kernel:[ 307.999383] sd 7:0:3:2: [sdi] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,072 NOTICE kernel:[ 307.999506] sd 7:0:3:3: [sdj] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) >12:14:46,072 NOTICE kernel:[ 307.999590] sd 7:0:3:3: [sdj] Write Protect is off >12:14:46,072 DEBUG kernel:[ 307.999592] sd 7:0:3:3: [sdj] Mode Sense: 87 00 00 08 >12:14:46,072 NOTICE kernel:[ 307.999603] scsi 7:0:3:4: Direct-Access DGC RAID 10 0226 PQ: 0 ANSI: 4 >12:14:46,072 INFO kernel:[ 307.999619] scsi 7:0:3:4: alua: supports implicit and explicit TPGS >12:14:46,073 INFO kernel:[ 307.999859] scsi 7:0:3:4: alua: port group 01 rel port 01 >12:14:46,073 NOTICE kernel:[ 307.999860] sd 7:0:3:3: [sdj] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,073 INFO kernel:[ 307.999952] scsi 7:0:3:4: alua: rtpg failed with 8000002 >12:14:46,074 INFO kernel:[ 308.000989] scsi 7:0:3:4: alua: port group 01 state N non-preferred supports tolUsNA >12:14:46,074 NOTICE kernel:[ 308.000991] scsi 7:0:3:4: alua: Attached >12:14:46,074 NOTICE kernel:[ 308.001480] sd 7:0:3:4: [sdk] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB) >12:14:46,074 NOTICE kernel:[ 308.001559] sd 7:0:3:4: [sdk] Write Protect is off >12:14:46,074 DEBUG kernel:[ 308.001561] sd 7:0:3:4: [sdk] Mode Sense: 87 00 00 08 >12:14:46,074 NOTICE kernel:[ 308.001718] sd 7:0:3:4: [sdk] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >12:14:46,077 INFO kernel:[ 308.003929] sdb: unknown partition table >12:14:46,077 NOTICE kernel:[ 308.004331] sd 7:0:2:0: [sdb] Attached SCSI disk >12:14:46,079 INFO kernel:[ 308.006309] sde: unknown partition table >12:14:46,080 NOTICE kernel:[ 308.006779] sd 7:0:2:3: [sde] Attached SCSI disk >12:14:46,081 INFO kernel:[ 308.008083] sdh: unknown partition table >12:14:46,081 NOTICE kernel:[ 308.008582] sd 7:0:3:1: [sdh] Attached SCSI disk >12:14:46,085 INFO kernel:[ 308.011955] sdd: unknown partition table >12:14:46,085 NOTICE kernel:[ 308.012469] sd 7:0:2:2: [sdd] Attached SCSI disk >12:14:46,087 INFO kernel:[ 308.014634] sdi: unknown partition table >12:14:46,088 NOTICE kernel:[ 308.015113] sd 7:0:3:2: [sdi] Attached SCSI disk >12:14:46,094 INFO kernel:[ 308.020838] sdj: unknown partition table >12:14:46,094 NOTICE kernel:[ 308.021389] sd 7:0:3:3: [sdj] Attached SCSI disk >12:14:46,099 INFO kernel:[ 308.026146] sdg: unknown partition table >12:14:46,099 NOTICE kernel:[ 308.026678] sd 7:0:3:0: [sdg] Attached SCSI disk >12:14:46,115 INFO kernel:[ 308.042629] sdf: sdf1 sdf2 >12:14:46,116 NOTICE kernel:[ 308.043136] sd 7:0:2:4: [sdf] Attached SCSI disk >12:14:46,119 INFO kernel:[ 308.045780] sdk: sdk1 sdk2 >12:14:46,119 NOTICE kernel:[ 308.046313] sd 7:0:3:4: [sdk] Attached SCSI disk >12:14:46,400 INFO kernel:[ 308.327336] device-mapper: multipath service-time: version 0.2.0 loaded >12:14:46,400 NOTICE kernel:[ 308.327437] sd 7:0:3:0: alua: Detached >12:14:46,400 INFO kernel:[ 308.327531] sd 7:0:3:0: emc: detected Clariion CX500, flags 0 >12:14:46,400 NOTICE kernel:[ 308.327598] sd 7:0:3:0: emc: ALUA failover mode detected >12:14:46,400 INFO kernel:[ 308.327601] sd 7:0:3:0: emc: connected to SP A Port 0 (owned, default SP A) >12:14:46,400 NOTICE kernel:[ 308.327608] sd 7:0:2:0: alua: Detached >12:14:46,400 INFO kernel:[ 308.327684] sd 7:0:2:0: emc: detected Clariion CX500, flags 0 >12:14:46,401 NOTICE kernel:[ 308.327754] sd 7:0:2:0: emc: ALUA failover mode detected >12:14:46,401 INFO kernel:[ 308.327755] sd 7:0:2:0: emc: connected to SP B Port 0 (bound, default SP A) >12:14:46,401 INFO kernel:[ 308.327777] bio: create slab <bio-3> at 3 >12:14:46,402 NOTICE kernel:[ 308.329639] sd 7:0:3:0: emc: ALUA failover mode detected >12:14:46,402 INFO kernel:[ 308.329642] sd 7:0:3:0: emc: at SP A Port 0 (owned, default SP A) >12:14:46,454 NOTICE kernel:[ 308.381261] sd 7:0:3:2: alua: Detached >12:14:46,454 INFO kernel:[ 308.381339] sd 7:0:3:2: emc: detected Clariion CX500, flags 0 >12:14:46,454 NOTICE kernel:[ 308.381421] sd 7:0:3:2: emc: ALUA failover mode detected >12:14:46,454 INFO kernel:[ 308.381423] sd 7:0:3:2: emc: connected to SP A Port 0 (owned, default SP A) >12:14:46,454 NOTICE kernel:[ 308.381431] sd 7:0:2:2: alua: Detached >12:14:46,454 INFO kernel:[ 308.381582] sd 7:0:2:2: emc: detected Clariion CX500, flags 0 >12:14:46,454 NOTICE kernel:[ 308.381647] sd 7:0:2:2: emc: ALUA failover mode detected >12:14:46,454 INFO kernel:[ 308.381649] sd 7:0:2:2: emc: connected to SP B Port 0 (bound, default SP A) >12:14:46,458 NOTICE kernel:[ 308.384970] sd 7:0:3:2: emc: ALUA failover mode detected >12:14:46,458 INFO kernel:[ 308.384973] sd 7:0:3:2: emc: at SP A Port 0 (owned, default SP A) >12:14:46,471 NOTICE kernel:[ 308.397956] sd 7:0:3:1: alua: Detached >12:14:46,471 INFO kernel:[ 308.398034] sd 7:0:3:1: emc: detected Clariion CX500, flags 0 >12:14:46,471 NOTICE kernel:[ 308.398108] sd 7:0:3:1: emc: ALUA failover mode detected >12:14:46,471 INFO kernel:[ 308.398110] sd 7:0:3:1: emc: connected to SP A Port 0 (owned, default SP A) >12:14:46,471 NOTICE kernel:[ 308.398116] sd 7:0:2:1: alua: Detached >12:14:46,471 INFO kernel:[ 308.398235] sd 7:0:2:1: emc: detected Clariion CX500, flags 0 >12:14:46,471 NOTICE kernel:[ 308.398317] sd 7:0:2:1: emc: ALUA failover mode detected >12:14:46,471 INFO kernel:[ 308.398319] sd 7:0:2:1: emc: connected to SP B Port 0 (bound, default SP A) >12:14:46,474 NOTICE kernel:[ 308.401458] sd 7:0:3:1: emc: ALUA failover mode detected >12:14:46,474 INFO kernel:[ 308.401461] sd 7:0:3:1: emc: at SP A Port 0 (owned, default SP A) >12:14:46,499 NOTICE kernel:[ 308.426092] sd 7:0:3:3: alua: Detached >12:14:46,499 INFO kernel:[ 308.426172] sd 7:0:3:3: emc: detected Clariion CX500, flags 0 >12:14:46,499 NOTICE kernel:[ 308.426242] sd 7:0:3:3: emc: ALUA failover mode detected >12:14:46,499 INFO kernel:[ 308.426244] sd 7:0:3:3: emc: connected to SP A Port 0 (owned, default SP A) >12:14:46,499 NOTICE kernel:[ 308.426251] sd 7:0:2:3: alua: Detached >12:14:46,499 INFO kernel:[ 308.426330] sd 7:0:2:3: emc: detected Clariion CX500, flags 0 >12:14:46,499 NOTICE kernel:[ 308.426390] sd 7:0:2:3: emc: ALUA failover mode detected >12:14:46,499 INFO kernel:[ 308.426392] sd 7:0:2:3: emc: connected to SP B Port 0 (bound, default SP A) >12:14:46,502 NOTICE kernel:[ 308.428731] sd 7:0:3:3: emc: ALUA failover mode detected >12:14:46,502 INFO kernel:[ 308.428734] sd 7:0:3:3: emc: at SP A Port 0 (owned, default SP A) >12:14:46,610 NOTICE kernel:[ 308.537558] sd 7:0:2:4: alua: Detached >12:14:46,610 INFO kernel:[ 308.537632] sd 7:0:2:4: emc: detected Clariion CX500, flags 0 >12:14:46,611 NOTICE kernel:[ 308.537692] sd 7:0:2:4: emc: ALUA failover mode detected >12:14:46,611 INFO kernel:[ 308.537694] sd 7:0:2:4: emc: connected to SP B Port 0 (owned, default SP B) >12:14:46,611 NOTICE kernel:[ 308.537701] sd 7:0:3:4: alua: Detached >12:14:46,611 INFO kernel:[ 308.537778] sd 7:0:3:4: emc: detected Clariion CX500, flags 0 >12:14:46,611 NOTICE kernel:[ 308.537852] sd 7:0:3:4: emc: ALUA failover mode detected >12:14:46,611 INFO kernel:[ 308.537854] sd 7:0:3:4: emc: connected to SP A Port 0 (bound, default SP B) >12:14:46,615 NOTICE kernel:[ 308.542476] sd 7:0:2:4: emc: ALUA failover mode detected >12:14:46,615 INFO kernel:[ 308.542479] sd 7:0:2:4: emc: at SP B Port 0 (owned, default SP B) >12:14:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:14:58,679 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:14:58,679 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:14:58,679 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:05,563 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:05,563 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:05,563 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:11,423 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:11,423 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:11,423 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:15,561 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:15,561 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:15,561 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:20,519 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:20,519 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:20,519 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:24,585 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:24,585 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:24,585 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:27,794 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:27,795 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:27,795 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:30,971 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:30,971 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:30,971 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:35,557 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:35,557 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:35,557 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:38,787 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:38,787 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:38,787 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:42,870 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:42,870 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:42,871 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:44,484 ERR kernel:[ 366.397790] rport-8:0-10: blocked FC remote port time out: removing rport >12:15:45,999 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:45,999 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:45,999 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:46,349 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:46,349 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:46,349 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:49,011 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:49,011 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:49,011 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:49,493 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:49,493 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:49,493 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:15:55,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:15:55,566 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:15:55,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:05,562 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:05,562 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:05,563 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:08,593 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:08,593 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:08,593 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:15,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:15,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:15,567 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:18,596 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:18,597 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:18,597 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:25,384 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:25,384 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:25,385 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:28,414 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:28,414 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:28,414 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. >12:16:35,560 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) scheduled... >12:16:35,560 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) started... >12:16:35,561 INFO NetworkManager: <info> Activation (em0) Stage 5 of 5 (IPv6 Commit) complete. > > >/run/install/ks.cfg: >nfs --server vtap-bos-eng01.bos.redhat.com --dir /vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ >#url --url=nfs://vtap-bos-eng01.bos.redhat.com:/vol/engineering/devarchive/redhat/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/ > > >%pre --log=/dev/console >set -x > ># no snippet data for RedHatEnterpriseLinux7_pre ># no snippet data for system_pre >%end > > >%post --log=/dev/console >set -x ># Check in with Beaker Server, let it know our hostname, and ># record our install time. >REPORTED_FQDN=$(hostname -f) >if [[ -z "$REPORTED_FQDN" || $REPORTED_FQDN == localhost || $REPORTED_FQDN == localhost.* ]] ; then > # hostname -f is the most future-proof approach, but it isn't always reliable > if [ -f /etc/hostname ] ; then > # Preferred fallback if the OS is recent enough to provide it > REPORTED_FQDN=$(cat /etc/hostname) > elif grep -q ^HOSTNAME= /etc/sysconfig/network ; then > # Last resort fallback to try to report something sensible > REPORTED_FQDN=$(grep ^HOSTNAME= /etc/sysconfig/network | cut -f2- -d=) > fi >fi >curl http://lab-02.rhts.eng.bos.redhat.com:8000/install_done//$REPORTED_FQDN > >curl http://lab-02.rhts.eng.bos.redhat.com:8000/nopxe/storageqe-16.rhts.eng.bos.redhat.com > ># If netboot_method= is found in /proc/cmdline record it to /root >netboot_method=$(perl -n -e'/netboot_method=([^\s]+)/ && print $1' /proc/cmdline) >if [ -n "$netboot_method" ]; then >echo $netboot_method >/root/NETBOOT_METHOD.TXT >fi > ># Enable post-install boot notification > >if [ -e /etc/sysconfig/ntpdate ] ; then > /sbin/chkconfig ntpdate on >/dev/null 2>&1 || : >fi >if [ -e "/etc/sysconfig/ntpd" ]; then > /sbin/chkconfig ntpd on >/dev/null 2>&1 || : > GOT_G=$(/bin/cat /etc/sysconfig/ntpd | grep -E '^OPTIONS' | grep '\-g') > > if [ -z "$GOT_G" ]; then > /bin/sed -i -r 's/(^OPTIONS\s*=\s*)(['\''|"])(.+)$/\1\2\-x \3 /' /etc/sysconfig/ntpd > fi >fi >if [ -e /etc/chrony.conf ] ; then > cp /etc/chrony.conf{,.orig} > # use only DHCP-provided time servers, no default pool servers > sed -i '/^server /d' /etc/chrony.conf > cp /etc/sysconfig/network{,.orig} > # setting iburst should speed up initial sync > # https://bugzilla.redhat.com/show_bug.cgi?id=787042#c12 > echo NTPSERVERARGS=iburst >>/etc/sysconfig/network > /sbin/chkconfig ntpd off >/dev/null 2>&1 || : > /sbin/chkconfig ntpdate off >/dev/null 2>&1 || : >fi > > >if efibootmgr &>/dev/null ; then > # The installer should have added a new boot entry for the OS > # at the top of the boot order. We move it to the end of the order > # and set it as BootNext instead. > boot_order=$(efibootmgr | awk '/BootOrder/ { print $2 }') > os_boot_entry=$(cut -d, -f1 <<<"$boot_order") > new_boot_order=$(cut -d, -f2- <<<"$boot_order"),"$os_boot_entry" > efibootmgr -o "$new_boot_order" > efibootmgr -n "$os_boot_entry" > # save the boot entry for later, so that rhts-reboot can set BootNext as well > echo "$os_boot_entry" >/root/EFI_BOOT_ENTRY.TXT >fi > > > >#Add Task Repo > > ># Add Harness Repo > ># Add distro and custom Repos >cat <<"EOF" >/etc/yum.repos.d/beaker-HighAvailability.repo >[beaker-HighAvailability] >name=beaker-HighAvailability >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/HighAvailability >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-LoadBalancer.repo >[beaker-LoadBalancer] >name=beaker-LoadBalancer >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/LoadBalancer >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-ResilientStorage.repo >[beaker-ResilientStorage] >name=beaker-ResilientStorage >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os/addons/ResilientStorage >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-debuginfo.repo >[beaker-Server-debuginfo] >name=beaker-Server-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional-debuginfo.repo >[beaker-Server-optional-debuginfo] >name=beaker-Server-optional-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-optional/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP-debuginfo.repo >[beaker-Server-SAP-debuginfo] >name=beaker-Server-SAP-debuginfo >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-SAP/x86_64/debug/tree >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-SAP.repo >[beaker-Server-SAP] >name=beaker-Server-SAP >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-SAP/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server-optional.repo >[beaker-Server-optional] >name=beaker-Server-optional >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server-optional/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF >cat <<"EOF" >/etc/yum.repos.d/beaker-Server.repo >[beaker-Server] >name=beaker-Server >baseurl=http://download.eng.bos.redhat.com/nightly/RHEL-7.0-20140121.n.0/compose/Server/x86_64/os >enabled=1 >gpgcheck=0 >skip_if_unavailable=1 >EOF > > ># fill the yum cache and redirect output to /dev/null ># This speeds up yum because of a bug where it will update stdout too often. ># http://lists.baseurl.org/pipermail/yum-devel/2011-December/008857.html >yum check-update > /dev/null 2>&1 || true > >#Add test user account >useradd --password '$6$oIW3o2Mr$XbWZKaM7nA.cQqudfDJScupXOia5h1u517t6Htx/Q/MgXm82Pc/OcytatTeI4ULNWOMJzvpCigWiL4xKP9PX4.' test >cat <<"EOF" >/etc/profile.d/beaker.sh >export BEAKER="https://beaker.engineering.redhat.com/" >export BEAKER_JOB_WHITEBOARD='' >export BEAKER_RECIPE_WHITEBOARD='' >EOF >cat <<"EOF" >/etc/profile.d/beaker.csh >setenv BEAKER "https://beaker.engineering.redhat.com/" >setenv BEAKER_JOB_WHITEBOARD '' >setenv BEAKER_RECIPE_WHITEBOARD '' >EOF >cat << EOF > /etc/profile.d/rh-env.sh >export LAB_CONTROLLER=lab-02.rhts.eng.bos.redhat.com >export DUMPSERVER=netdump-01.eng.bos.redhat.com >export NFSSERVERS="rhel4-nfs.rhts.eng.bos.redhat.com:/export/home rhel5-nfs.rhts.eng.bos.redhat.com:/export/home rhel6-nfs.rhts.eng.bos.redhat.com:/export/home netapp-nfs.lab.bos.redhat.com:/vol/vol0/home/cthon sol10-nfs.lab.bos.redhat.com:/export/home" >export LOOKASIDE=http://download.eng.bos.redhat.com/qa/rhts/lookaside/ >export BUILDURL=http://download.eng.bos.redhat.com >EOF >cat << EOF > /etc/profile.d/rh-env.csh >setenv LAB_CONTROLLER lab-02.rhts.eng.bos.redhat.com >setenv DUMPSERVER netdump-01.eng.bos.redhat.com >setenv NFSSERVERS "rhel4-nfs.rhts.eng.bos.redhat.com:/export/home rhel5-nfs.rhts.eng.bos.redhat.com:/export/home rhel6-nfs.rhts.eng.bos.redhat.com:/export/home netapp-nfs.lab.bos.redhat.com:/vol/vol0/home/cthon sol10-nfs.lab.bos.redhat.com:/export/home" >setenv LOOKASIDE http://download.eng.bos.redhat.com/qa/rhts/lookaside/ >setenv BUILDURL http://download.eng.bos.redhat.com >EOF >mkdir -p /root/.ssh >cat >>/root/.ssh/authorized_keys <<"__EOF__" >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAoaA/uipXj5H0PT38Q3TAWhXof5xfFU8R+Tpf3nYBrdxdKkMB5zV/CtcHPhcZTJxIqinUZRodaKzQkBK4SdHe3gc4nH5x1opKW4kC38Dr93ypIBZifdg4Z15Zxru4aFjlfLZZwbT3I3AOMlVoxS7pgxi9RHjfyZu0SKIh3GlRmVO4506ibxECzXdrpJTyVetOrG71Zu3n8nWtNpKNo+mDGYegLBzECZI9an1cwLG5SFOgWp1wiIZO/Z+3mrc/rs9LWlg5LkH61bhsvS4PnUkgL1ZgHznJ9Ma0Ozubx9X83F7tUalCdvZX/R6rNvFqXPT10/HstlL3wZLV7cUfnbsF2w== xiaoli@jordan.nay.redhat.com >__EOF__ >restorecon -R /root/.ssh >chmod go-w /root /root/.ssh /root/.ssh/authorized_keys ># Disable rhts-compat for Fedora15/RHEL7 and newer. >cat >> /etc/profile.d/task-overrides-rhts.sh <<END >export RHTS_OPTION_COMPATIBLE= >export RHTS_OPTION_COMPAT_SERVICE= >END ># no snippet data for RedHatEnterpriseLinux7_post ># no snippet data for system_post >%end > > >
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 1056024
: 853196 |
853197
|
853198
|
853199
|
853200
|
853201
|
853202
|
853203
|
853204
|
853205
|
853206
|
853207