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 621244 Details for
Bug 862948
KickstartValueError: The following problem occurred on line 0 of the kickstart file: Requested boot drive vdb doesn't exist
[?]
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), 683.94 KB, created by
Reartes Guillermo
on 2012-10-04 01:59:44 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Reartes Guillermo
Created:
2012-10-04 01:59:44 UTC
Size:
683.94 KB
patch
obsolete
>anaconda 18.11 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 314, in execute > msg="Requested boot drive %s doesn't exist" % self.bootDrive) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1557, in doKickstartStorage > ksdata.bootloader.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 333, in _doExecute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/threading.py", line 504, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 87, in run > threading.Thread.run(self, *args, **kwargs) >KickstartValueError: The following problem occurred on line 0 of the kickstart file: > >Requested boot drive vdb doesn't exist > > >Local variables in innermost frame: >instClass: <pyanaconda.installclass.DefaultInstall object at 0x7f029ff3bf10> >d: existing 9500MB disk vda (75) with non-existent msdos disklabel >self: # System bootloader configuration >bootloader --location=mbr --boot-drive=vdb > >storage: <pyanaconda.storage.Storage object at 0x7f029fd48fd0> >ksdata: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Use CDROM installation media >cdrom ># Network information >network --bootproto=dhcp --hostname=localhost.localdomain ># Run the Setup Agent on first boot >firstboot --enable ># Keyboard layouts >keyboard 'us'# System language >lang en.UTF-8 ># Installation logging level >logging --level=info >#Root password >rootpw --lock ># System timezone >timezone America/New_York ># System bootloader configuration >bootloader --location=mbr --boot-drive=vdb >autopart --type=plain ># Partition clearing information >clearpart --all --initlabel > >%packages >@base-x >@core >@dial-up >@firefox >@fonts >@gnome-desktop >@hardware-support >@input-methods >@multimedia >@printing >@standard > >%end > >location: mbr >disk_names: ['vda'] > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._hubs: [<class 'pyanaconda.ui.gui.hubs.summary.SummaryHub'> >, <class 'pyanaconda.ui.gui.hubs.progress.ProgressHub'> >] > _intf.storage: Storage 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 vda1 (76) >, '/': existing 7527MB partition vda3 (78) >} > swaps: [existing 1472MB partition vda2 (77) >] > name: Fedora Linux 18 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.autoPartEscrowCert: None > _intf.storage.autoPartAddBackupPassphrase: False > _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.populated: True > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.names: [sr0, vda, vdb, vdc, vdd, vde, vdf, vdg, vdh, vdi, vdj, vdk, vdl, vdm, vdn, vdo, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), loop3, loop4, loop5, loop6, loop7, live-rw] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree.iscsi: iscsi instance, containing members: > _intf.storage.fsset.devicetree.iscsi.initiatorSet: False > _intf.storage.fsset.devicetree.iscsi.ifaces: {} > _intf.storage.fsset.devicetree.iscsi.started: False > _intf.storage.fsset.devicetree.iscsi._initiator: Skipped > _intf.storage.fsset.devicetree.iscsi.discovered_targets: {} > _intf.storage.fsset.devicetree.iscsi.ibftNodes: [] > _intf.storage.fsset.devicetree.platform: X86 instance, containing members: > _intf.storage.fsset.devicetree.shouldClear: <bound method Storage.shouldClear of <pyanaconda.storage.Storage object at 0x7f029fd48fd0>> > _intf.storage.fsset.devicetree.exclusiveDisks: [vda] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.mpathFriendlyNames: True > _intf.storage.fsset.devicetree.topology: MultipathTopology instance, containing members: > _intf.storage.fsset.devicetree.topology._multipaths: [] > _intf.storage.fsset.devicetree.topology._nondisks: [sr0, vda1, vda2, vda3] > _intf.storage.fsset.devicetree.topology._devmap: {'vda1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vda1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: vda1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'vda3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vda3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: vda3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'vda2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vda2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: vda2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: partition > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'sr0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/sr0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: sr0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'dm-0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/dm-0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: dm-0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop3': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop3 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop3 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop3 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 3 >, 'loop2': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop2 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop2 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop2 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 2 >, 'loop1': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop1 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop1 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop1 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 1 >, 'loop0': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop0 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop0 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop0 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 0 >, 'loop7': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop7 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop7 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop7 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 7 >, 'loop6': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop6 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop6 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop6 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 6 >, 'loop5': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop5 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop5 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop5 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 5 >, 'loop4': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/virtual/block/loop4 > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/loop4 > _intf.storage.fsset.devicetree.topology._devmap.sysname: loop4 > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: 4 >, 'vda': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:06.0/virtio2/block/vda > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:06.0/virtio2/block/vda > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vda > _intf.storage.fsset.devicetree.topology._devmap.sysname: vda > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdc': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:08.0/virtio4/block/vdc > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdc > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdc > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdb': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdb > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdb > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vde': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0a.0/virtio6/block/vde > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vde > _intf.storage.fsset.devicetree.topology._devmap.sysname: vde > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdd': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:09.0/virtio5/block/vdd > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdd > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdd > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdg': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdg > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdg > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdf': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdf > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdf > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdi': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdi > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdi > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdh': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdh > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdh > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdk': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:10.0/virtio12/block/vdk > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdk > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdk > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdj': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdj > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdj > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdm': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:12.0/virtio14/block/vdm > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdm > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdm > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdl': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:11.0/virtio13/block/vdl > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdl > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdl > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdo': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:15.0/virtio17/block/vdo > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdo > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdo > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >, 'vdn': UdevDevice instance, containing members: > _intf.storage.fsset.devicetree.topology._devmap.subsystem: block > _intf.storage.fsset.devicetree.topology._devmap.syspath: /sys/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn > _intf.storage.fsset.devicetree.topology._devmap.devpath: /devices/pci0000:00/0000:00:14.0/virtio16/block/vdn > _intf.storage.fsset.devicetree.topology._devmap.devnode: /dev/vdn > _intf.storage.fsset.devicetree.topology._devmap.sysname: vdn > _intf.storage.fsset.devicetree.topology._devmap.devtype: disk > _intf.storage.fsset.devicetree.topology._devmap.sysnum: None >} > _intf.storage.fsset.devicetree.topology._devices: [Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >, Already dumped (UdevDevice instance) >] > _intf.storage.fsset.devicetree.topology._singlepaths: [vda, vdb, vdc, vdd, vde, vdf, vdg, vdh, vdi, vdj, vdk, vdl, vdm, vdn, vdo, loop0, loop1, loop2, loop3, loop4, loop5, loop6, loop7, dm-0] > _intf.storage.fsset.devicetree.topology._mpath_topology: {} > _intf.storage.fsset.devicetree._ignoredDisks: [vdb, vdc, vdd, vde, vdf, vdg, vdh, vdi, vdj, vdk, vdl, vdm, vdn, vdo, loop3, loop4, loop5, loop6, loop7] > _intf.storage.fsset.devicetree.protectedDevSpecs: [] > _intf.storage.fsset.devicetree._devices: [OpticalDevice instance, containing members: > _model: QEMU_DVD-ROM > controllable: True > major: 11 > kids: 0 > _partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x4739710> > uuid: None > exists: True > fstabComment: Skipped > _format: Iso9660FS instance, containing members: > _format.uuid: 2012-10-02-23-31-26-00 > _format.exists: True > _format._mountpoint: None > _format._majorminor: 011000 > _format._minInstanceSize: None > _format._mountType: iso9660 > _format.fsprofile: None > _format.label: Fedora_18-Beta-TC1_x86_64 > _format._targetSize: 0 > _format._size: 0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/sr0 > sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _vendor: None > _name: sr0 > _targetSize: 0 > protected: False > parents: [] > originalFormat: Iso9660FS instance, containing members: > originalFormat.uuid: 2012-10-02-23-31-26-00 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat.fsprofile: None > originalFormat.label: Fedora_18-Beta-TC1_x86_64 > originalFormat._targetSize: 0 > originalFormat._minInstanceSize: None > originalFormat.mountopts: None > originalFormat._size: 0 > originalFormat._migrate: False > originalFormat._device: /dev/sr0 > bus: Skipped > _size: 4272.0 > _serial: None > id: 74 > minor: 0 >, existing 9500MB disk vda (75) with non-existent msdos disklabel >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 79 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop0 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 80 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /LiveOS/rootfs.img > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 81 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 0 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: Ext4FS instance, containing members: > _format.uuid: ae1ffd21-1eb7-4497-b8fb-5621999430c7 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 1024.0 > _format._size: 1024.0 > _format.mountopts: None > _format.mountpoint: None > _format._migrate: False > _format._device: /dev/loop1 > sysfsPath: Skipped > _vendor: Skipped > _name: loop1 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: Ext4FS instance, containing members: > originalFormat.uuid: ae1ffd21-1eb7-4497-b8fb-5621999430c7 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 1024.0 > originalFormat._minInstanceSize: 0 > originalFormat.mountopts: None > originalFormat._size: 1024.0 > originalFormat._migrate: False > originalFormat._device: /dev/loop1 > bus: Skipped > _size: 0 > _serial: None > id: 82 > minor: 0 >, FileDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: /overlay (deleted) > _targetSize: 0 > protected: False > parents: [] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 83 > minor: 0 >, LoopDevice instance, containing members: > _model: Skipped > controllable: False > major: 0 > kids: 1 > _partedDevice: None > uuid: None > exists: True > fstabComment: Skipped > _format: existing None > sysfsPath: Skipped > _vendor: Skipped > _name: loop2 > _targetSize: 0 > protected: False > parents: [Already dumped (FileDevice instance) >] > originalFormat: existing None > bus: Skipped > _size: 0 > _serial: None > id: 84 > minor: 0 >, existing 1024MB dm live-rw (85) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.protectedDevNames: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._actions: [ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.uuid: 7938fbf5-ac16-46e5-a161-f8488bff1e8d > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: 252003 > origFormat._minInstanceSize: 2424.0 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 7527.0 > origFormat._size: 7527.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/vda3 > id: 42 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 43 >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: existing swap > id: 44 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 45 >, ActionDestroyFormat instance, containing members: > device: Already dumped (PartitionDevice instance) > origFormat: Ext4FS instance, containing members: > origFormat.uuid: a9990a99-0f72-477c-ac4b-b7b2784ac43d > origFormat.exists: True > origFormat._mountpoint: None > origFormat._majorminor: 252001 > origFormat._minInstanceSize: 54.0 > origFormat._mountType: ext4 > origFormat.fsprofile: None > origFormat.label: None > origFormat._targetSize: 500.0 > origFormat._size: 500.0 > origFormat.mountopts: None > origFormat.mountpoint: None > origFormat._migrate: False > origFormat._device: /dev/vda1 > id: 46 >, ActionDestroyDevice instance, containing members: > device: Already dumped (PartitionDevice instance) > id: 47 >, ActionDestroyFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing msdos disklabel > id: 48 >, ActionCreateFormat instance, containing members: > device: Already dumped (DiskDevice instance) > origFormat: existing None > id: 49 >] > _intf.storage.fsset.preserveLines: [] > _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.platform: X86 instance, containing members: > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: 1 > _intf.storage.config.clearNonExistent: True > _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: True > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 0 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.disks: [Already dumped (DiskDevice instance) >] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.platform: Already dumped (X86 instance) > _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.defaultFSType: ext4 > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.services: set([]) > _intf.storage.data: Skipped > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0x7f02a881b950) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0x7f02a881bb50) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0x7f02a8829090) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0x7f02a8829050) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0x7f02a88291d0) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1504 maxSize = None grow = False > >] > _intf.storage.doAutoPart: True > _intf.storage.iscsi: Already dumped (iscsi instance) > _intf.storage.encryptedAutoPart: False > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: Skipped > _intf.payload._yum: Skipped > _intf.payload.install_device: OpticalDevice instance, containing members: > _intf.payload.install_device._model: QEMU_DVD-ROM > _intf.payload.install_device.controllable: True > _intf.payload.install_device.major: 11 > _intf.payload.install_device.kids: 0 > _intf.payload.install_device._partedDevice: parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83290> > _intf.payload.install_device.uuid: None > _intf.payload.install_device.exists: True > _intf.payload.install_device.fstabComment: Skipped > _intf.payload.install_device._format: Iso9660FS instance, containing members: > _intf.payload.install_device._format.uuid: 2012-10-02-23-31-26-00 > _intf.payload.install_device._format.exists: True > _intf.payload.install_device._format._mountpoint: None > _intf.payload.install_device._format._majorminor: 011000 > _intf.payload.install_device._format._minInstanceSize: None > _intf.payload.install_device._format._mountType: iso9660 > _intf.payload.install_device._format.fsprofile: None > _intf.payload.install_device._format.label: Fedora_18-Beta-TC1_x86_64 > _intf.payload.install_device._format._targetSize: 0 > _intf.payload.install_device._format._size: 0 > _intf.payload.install_device._format.mountopts: None > _intf.payload.install_device._format.mountpoint: None > _intf.payload.install_device._format._migrate: False > _intf.payload.install_device._format._device: /dev/sr0 > _intf.payload.install_device.sysfsPath: /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 > _intf.payload.install_device._vendor: None > _intf.payload.install_device._name: sr0 > _intf.payload.install_device._targetSize: 0 > _intf.payload.install_device.protected: False > _intf.payload.install_device.parents: [] > _intf.payload.install_device.originalFormat: Iso9660FS instance, containing members: > _intf.payload.install_device.originalFormat.uuid: 2012-10-02-23-31-26-00 > _intf.payload.install_device.originalFormat.exists: True > _intf.payload.install_device.originalFormat._mountpoint: None > _intf.payload.install_device.originalFormat.mountpoint: None > _intf.payload.install_device.originalFormat._majorminor: None > _intf.payload.install_device.originalFormat.fsprofile: None > _intf.payload.install_device.originalFormat.label: Fedora_18-Beta-TC1_x86_64 > _intf.payload.install_device.originalFormat._targetSize: 0 > _intf.payload.install_device.originalFormat._minInstanceSize: None > _intf.payload.install_device.originalFormat.mountopts: None > _intf.payload.install_device.originalFormat._size: 0 > _intf.payload.install_device.originalFormat._migrate: False > _intf.payload.install_device.originalFormat._device: /dev/sr0 > _intf.payload.install_device.bus: Skipped > _intf.payload.install_device._size: 4272.0 > _intf.payload.install_device._serial: None > _intf.payload.install_device.id: 0 > _intf.payload.install_device.minor: 0 > _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._setup: True > _intf.payload.txID: 1349315625.02 > _intf.payload._createdInitrds: False > _intf.payload._space_required: 2.56 Gb > _intf.payload.data: Skipped > _intf.payload._kernelVersionList: [] >updateSrc: None >firewall: Firewall instance, containing members: > firewall.portlist: [] > firewall.servicelist: [] > firewall.trustdevs: [] > firewall.enabled: 1 >rootParts: None >clearPartTypeSystem: None >upgradeRoot: None >_platform: Already dumped (X86 instance) >id: None >rescue: False >mediaDevice: None >upgrade: False >_network: None >methodstr: None >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: vesa >stage2: hd:LABEL=Fedora_18-Beta-TC1_x86_64 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.platform: Already dumped (X86 instance) > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >simpleFilter: True >ksdata: Skipped >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programName: anaconda > mehConfig.programVersion: 18.11 > mehConfig.attrSkipList: [_intf._actions, _intf.storage.bootloader.password, _intf.storage.data, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.localSkipList: [passphrase, password] > 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, /mnt/sysimage/root/upgrade.log, /proc/cmdline, /tmp/syslog] >_backend: None >clearPartTypeSelection: None >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Storage instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'serial': False, 'dmraid': True, 'armPlatform': None, 'virtpconsole': None, 'memcheck': True, 'iscsi': False, 'ksfile': None, 'kbdtype': None, 'runres': None, 'xdriver': 'vesa', 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedora_18-Beta-TC1_x86_64', 'method': None, 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'multiLib': False, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'nofb': None, 'targetArch': None} >proxy: None > > >/tmp/anaconda.log: >01:50:46,213 INFO anaconda: /sbin/anaconda 18.11 >01:50:47,335 INFO anaconda: 786432 kB (768 MB) are available >01:50:47,335 INFO anaconda: check_memory(): total:768, needed:512, graphical:512 >01:50:47,347 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >01:50:47,347 INFO anaconda: Default encoding = utf-8 >01:50:47,646 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >01:50:47,647 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >01:50:48,691 INFO anaconda: Display mode = g >01:50:48,693 INFO anaconda: 786432 kB (768 MB) are available >01:50:48,693 INFO anaconda: check_memory(): total:768, needed:512, graphical:512 >01:50:49,514 DEBUG anaconda: X server has signalled a successful start. >01:50:49,516 INFO anaconda: Starting window manager, pid 653. >01:50:50,839 INFO anaconda: using only installclass _Fedora >01:50:51,628 INFO anaconda: Detected 752M of memory >01:50:51,629 INFO anaconda: Swap attempt of 1504M >01:50:52,496 DEBUG anaconda: required disklabel type for vda (15) is None >01:50:52,497 DEBUG anaconda: default disklabel type for vda is msdos >01:50:52,499 DEBUG anaconda: selecting msdos disklabel for vda based on size >01:50:53,654 DEBUG anaconda: required disklabel type for vdb (15) is None >01:50:53,655 DEBUG anaconda: default disklabel type for vdb is msdos >01:50:53,656 DEBUG anaconda: selecting msdos disklabel for vdb based on size >01:50:53,731 DEBUG anaconda: required disklabel type for vdc (15) is None >01:50:53,734 DEBUG anaconda: default disklabel type for vdc is msdos >01:50:53,734 DEBUG anaconda: selecting msdos disklabel for vdc based on size >01:50:53,803 DEBUG anaconda: required disklabel type for vdd (15) is None >01:50:53,803 DEBUG anaconda: default disklabel type for vdd is msdos >01:50:53,804 DEBUG anaconda: selecting msdos disklabel for vdd based on size >01:50:53,868 DEBUG anaconda: required disklabel type for vde (15) is None >01:50:53,869 DEBUG anaconda: default disklabel type for vde is msdos >01:50:53,870 DEBUG anaconda: selecting msdos disklabel for vde based on size >01:50:53,938 DEBUG anaconda: required disklabel type for vdf (15) is None >01:50:53,939 DEBUG anaconda: default disklabel type for vdf is msdos >01:50:53,940 DEBUG anaconda: selecting msdos disklabel for vdf based on size >01:50:54,014 DEBUG anaconda: required disklabel type for vdg (15) is None >01:50:54,014 DEBUG anaconda: default disklabel type for vdg is msdos >01:50:54,015 DEBUG anaconda: selecting msdos disklabel for vdg based on size >01:50:54,092 DEBUG anaconda: required disklabel type for vdh (15) is None >01:50:54,092 DEBUG anaconda: default disklabel type for vdh is msdos >01:50:54,093 DEBUG anaconda: selecting msdos disklabel for vdh based on size >01:50:54,157 DEBUG anaconda: required disklabel type for vdi (15) is None >01:50:54,159 DEBUG anaconda: default disklabel type for vdi is msdos >01:50:54,159 DEBUG anaconda: selecting msdos disklabel for vdi based on size >01:50:54,207 DEBUG anaconda: required disklabel type for vdj (15) is None >01:50:54,207 DEBUG anaconda: default disklabel type for vdj is msdos >01:50:54,209 DEBUG anaconda: selecting msdos disklabel for vdj based on size >01:50:54,260 DEBUG anaconda: required disklabel type for vdk (15) is None >01:50:54,261 DEBUG anaconda: default disklabel type for vdk is msdos >01:50:54,262 DEBUG anaconda: selecting msdos disklabel for vdk based on size >01:50:54,309 DEBUG anaconda: required disklabel type for vdl (15) is None >01:50:54,309 DEBUG anaconda: default disklabel type for vdl is msdos >01:50:54,310 DEBUG anaconda: selecting msdos disklabel for vdl based on size >01:50:54,361 DEBUG anaconda: required disklabel type for vdm (15) is None >01:50:54,362 DEBUG anaconda: default disklabel type for vdm is msdos >01:50:54,362 DEBUG anaconda: selecting msdos disklabel for vdm based on size >01:50:54,412 DEBUG anaconda: required disklabel type for vdn (15) is None >01:50:54,413 DEBUG anaconda: default disklabel type for vdn is msdos >01:50:54,415 DEBUG anaconda: selecting msdos disklabel for vdn based on size >01:50:54,496 DEBUG anaconda: required disklabel type for vdo (15) is None >01:50:54,496 DEBUG anaconda: default disklabel type for vdo is msdos >01:50:54,497 DEBUG anaconda: selecting msdos disklabel for vdo based on size >01:50:56,157 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda1 on /mnt/sysimage as ext4 with options defaults,ro >01:50:56,215 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >01:50:56,335 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda3 on /mnt/sysimage as ext4 with options defaults,ro >01:50:57,350 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >01:53:43,387 WARN anaconda: is not a valid timezone, falling back to default (America/New_York) >21:54:04,549 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:47: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >21:54:34,732 DEBUG anaconda: required disklabel type for vdb (15) is None >21:54:34,732 DEBUG anaconda: default disklabel type for vdb is msdos >21:54:34,739 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:54:34,764 DEBUG anaconda: required disklabel type for vdc (15) is None >21:54:34,765 DEBUG anaconda: default disklabel type for vdc is msdos >21:54:34,766 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:54:34,787 DEBUG anaconda: required disklabel type for vdd (15) is None >21:54:34,788 DEBUG anaconda: default disklabel type for vdd is msdos >21:54:34,791 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:54:34,804 DEBUG anaconda: required disklabel type for vde (15) is None >21:54:34,805 DEBUG anaconda: default disklabel type for vde is msdos >21:54:34,806 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:54:34,820 DEBUG anaconda: required disklabel type for vdf (15) is None >21:54:34,820 DEBUG anaconda: default disklabel type for vdf is msdos >21:54:34,821 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:54:34,835 DEBUG anaconda: required disklabel type for vdg (15) is None >21:54:34,836 DEBUG anaconda: default disklabel type for vdg is msdos >21:54:34,836 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:54:34,850 DEBUG anaconda: required disklabel type for vdh (15) is None >21:54:34,851 DEBUG anaconda: default disklabel type for vdh is msdos >21:54:34,852 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:54:34,963 INFO anaconda: Detected 752M of memory >21:54:34,964 INFO anaconda: Swap attempt of 1504M >21:54:34,979 ERR anaconda: storage configuration failed: Not enough free space on disks for automatic partitioning >21:54:35,328 DEBUG anaconda: required disklabel type for vdb (15) is None >21:54:35,329 DEBUG anaconda: default disklabel type for vdb is msdos >21:54:35,330 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:54:35,362 DEBUG anaconda: required disklabel type for vdc (15) is None >21:54:35,362 DEBUG anaconda: default disklabel type for vdc is msdos >21:54:35,363 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:54:35,390 DEBUG anaconda: required disklabel type for vdd (15) is None >21:54:35,390 DEBUG anaconda: default disklabel type for vdd is msdos >21:54:35,391 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:54:35,418 DEBUG anaconda: required disklabel type for vde (15) is None >21:54:35,418 DEBUG anaconda: default disklabel type for vde is msdos >21:54:35,419 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:54:35,445 DEBUG anaconda: required disklabel type for vdf (15) is None >21:54:35,445 DEBUG anaconda: default disklabel type for vdf is msdos >21:54:35,445 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:54:35,472 DEBUG anaconda: required disklabel type for vdg (15) is None >21:54:35,472 DEBUG anaconda: default disklabel type for vdg is msdos >21:54:35,473 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:54:35,499 DEBUG anaconda: required disklabel type for vdh (15) is None >21:54:35,499 DEBUG anaconda: default disklabel type for vdh is msdos >21:54:35,499 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:55:34,687 DEBUG anaconda: required disklabel type for vdb (15) is None >21:55:34,687 DEBUG anaconda: default disklabel type for vdb is msdos >21:55:34,693 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:55:34,717 DEBUG anaconda: required disklabel type for vdc (15) is None >21:55:34,717 DEBUG anaconda: default disklabel type for vdc is msdos >21:55:34,718 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:55:34,743 DEBUG anaconda: required disklabel type for vdd (15) is None >21:55:34,745 DEBUG anaconda: default disklabel type for vdd is msdos >21:55:34,746 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:55:34,764 DEBUG anaconda: required disklabel type for vde (15) is None >21:55:34,764 DEBUG anaconda: default disklabel type for vde is msdos >21:55:34,765 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:55:34,778 DEBUG anaconda: required disklabel type for vdf (15) is None >21:55:34,779 DEBUG anaconda: default disklabel type for vdf is msdos >21:55:34,779 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:55:34,793 DEBUG anaconda: required disklabel type for vdg (15) is None >21:55:34,793 DEBUG anaconda: default disklabel type for vdg is msdos >21:55:34,794 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:55:34,807 DEBUG anaconda: required disklabel type for vdh (15) is None >21:55:34,807 DEBUG anaconda: default disklabel type for vdh is msdos >21:55:34,808 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:55:34,846 INFO anaconda: Detected 752M of memory >21:55:34,847 INFO anaconda: Swap attempt of 1504M >21:55:34,861 ERR anaconda: storage configuration failed: Not enough free space on disks for automatic partitioning >21:55:35,169 DEBUG anaconda: required disklabel type for vdb (15) is None >21:55:35,170 DEBUG anaconda: default disklabel type for vdb is msdos >21:55:35,170 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:55:35,200 DEBUG anaconda: required disklabel type for vdc (15) is None >21:55:35,200 DEBUG anaconda: default disklabel type for vdc is msdos >21:55:35,201 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:55:35,227 DEBUG anaconda: required disklabel type for vdd (15) is None >21:55:35,227 DEBUG anaconda: default disklabel type for vdd is msdos >21:55:35,227 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:55:35,251 DEBUG anaconda: required disklabel type for vde (15) is None >21:55:35,252 DEBUG anaconda: default disklabel type for vde is msdos >21:55:35,252 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:55:35,279 DEBUG anaconda: required disklabel type for vdf (15) is None >21:55:35,279 DEBUG anaconda: default disklabel type for vdf is msdos >21:55:35,280 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:55:35,318 DEBUG anaconda: required disklabel type for vdg (15) is None >21:55:35,318 DEBUG anaconda: default disklabel type for vdg is msdos >21:55:35,319 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:55:35,345 DEBUG anaconda: required disklabel type for vdh (15) is None >21:55:35,346 DEBUG anaconda: default disklabel type for vdh is msdos >21:55:35,346 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:55:54,221 DEBUG anaconda: required disklabel type for vdb (15) is None >21:55:54,221 DEBUG anaconda: default disklabel type for vdb is msdos >21:55:54,222 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:55:54,245 DEBUG anaconda: required disklabel type for vdc (15) is None >21:55:54,245 DEBUG anaconda: default disklabel type for vdc is msdos >21:55:54,246 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:55:54,269 DEBUG anaconda: required disklabel type for vdd (15) is None >21:55:54,269 DEBUG anaconda: default disklabel type for vdd is msdos >21:55:54,270 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:55:54,284 DEBUG anaconda: required disklabel type for vde (15) is None >21:55:54,285 DEBUG anaconda: default disklabel type for vde is msdos >21:55:54,285 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:55:54,300 DEBUG anaconda: required disklabel type for vdf (15) is None >21:55:54,300 DEBUG anaconda: default disklabel type for vdf is msdos >21:55:54,301 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:55:54,315 DEBUG anaconda: required disklabel type for vdg (15) is None >21:55:54,315 DEBUG anaconda: default disklabel type for vdg is msdos >21:55:54,316 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:55:54,329 DEBUG anaconda: required disklabel type for vdh (15) is None >21:55:54,330 DEBUG anaconda: default disklabel type for vdh is msdos >21:55:54,331 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:55:54,371 INFO anaconda: Detected 752M of memory >21:55:54,371 INFO anaconda: Swap attempt of 1504M >21:55:54,385 ERR anaconda: storage configuration failed: Not enough free space on disks for automatic partitioning >21:55:54,666 DEBUG anaconda: required disklabel type for vdb (15) is None >21:55:54,667 DEBUG anaconda: default disklabel type for vdb is msdos >21:55:54,668 DEBUG anaconda: selecting msdos disklabel for vdb based on size >21:55:54,702 DEBUG anaconda: required disklabel type for vdc (15) is None >21:55:54,702 DEBUG anaconda: default disklabel type for vdc is msdos >21:55:54,703 DEBUG anaconda: selecting msdos disklabel for vdc based on size >21:55:54,729 DEBUG anaconda: required disklabel type for vdd (15) is None >21:55:54,729 DEBUG anaconda: default disklabel type for vdd is msdos >21:55:54,730 DEBUG anaconda: selecting msdos disklabel for vdd based on size >21:55:54,756 DEBUG anaconda: required disklabel type for vde (15) is None >21:55:54,756 DEBUG anaconda: default disklabel type for vde is msdos >21:55:54,756 DEBUG anaconda: selecting msdos disklabel for vde based on size >21:55:54,789 DEBUG anaconda: required disklabel type for vdf (15) is None >21:55:54,789 DEBUG anaconda: default disklabel type for vdf is msdos >21:55:54,789 DEBUG anaconda: selecting msdos disklabel for vdf based on size >21:55:54,814 DEBUG anaconda: required disklabel type for vdg (15) is None >21:55:54,815 DEBUG anaconda: default disklabel type for vdg is msdos >21:55:54,815 DEBUG anaconda: selecting msdos disklabel for vdg based on size >21:55:54,839 DEBUG anaconda: required disklabel type for vdh (15) is None >21:55:54,839 DEBUG anaconda: default disklabel type for vdh is msdos >21:55:54,841 DEBUG anaconda: selecting msdos disklabel for vdh based on size >21:55:54,866 DEBUG anaconda: required disklabel type for vdi (15) is None >21:55:54,866 DEBUG anaconda: default disklabel type for vdi is msdos >21:55:54,867 DEBUG anaconda: selecting msdos disklabel for vdi based on size >21:55:54,892 DEBUG anaconda: required disklabel type for vdj (15) is None >21:55:54,892 DEBUG anaconda: default disklabel type for vdj is msdos >21:55:54,892 DEBUG anaconda: selecting msdos disklabel for vdj based on size >21:55:54,921 DEBUG anaconda: required disklabel type for vdk (15) is None >21:55:54,921 DEBUG anaconda: default disklabel type for vdk is msdos >21:55:54,922 DEBUG anaconda: selecting msdos disklabel for vdk based on size >21:56:13,570 INFO anaconda: Detected 752M of memory >21:56:13,570 INFO anaconda: Swap attempt of 1504M >21:56:13,582 ERR anaconda: storage configuration failed: Not enough free space on disks for automatic partitioning >21:56:13,809 DEBUG anaconda: required disklabel type for vda (15) is None >21:56:13,810 DEBUG anaconda: default disklabel type for vda is msdos >21:56:13,810 DEBUG anaconda: selecting msdos disklabel for vda based on size >21:56:14,712 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda1 on /mnt/sysimage as ext4 with options defaults,ro >21:56:14,754 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >21:56:14,834 DEBUG anaconda: isys.py:mount()- going to mount /dev/vda3 on /mnt/sysimage as ext4 with options defaults,ro >21:56:14,889 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >21:56:41,957 DEBUG anaconda: required disklabel type for vda (15) is None >21:56:41,958 DEBUG anaconda: default disklabel type for vda is msdos >21:56:41,959 DEBUG anaconda: selecting msdos disklabel for vda based on size > > >/tmp/packaging.log: >01:50:51,604 DEBUG packaging: getting release version from tree at None (18) >01:50:51,605 DEBUG packaging: got a release version of 18 >01:53:21,732 INFO packaging: updating base repo >01:53:21,899 DEBUG packaging: getting release version from tree at None (18) >01:53:21,900 DEBUG packaging: got a release version of 18 >01:53:21,900 INFO packaging: configuring base repo >01:53:21,901 DEBUG packaging: /dev/sr0 is mounted on /run/install/repo >01:53:21,956 DEBUG packaging: getting release version from tree at file:///run/install/repo (18) >01:53:21,957 DEBUG packaging: retrieving treeinfo from file:///run/install/repo (proxies: {} ; sslverify: True) >01:53:21,958 DEBUG packaging: got a release version of 18 >01:53:22,005 DEBUG packaging: adding yum repo anaconda with baseurl file:///run/install/repo and mirrorlist None >01:53:22,016 DEBUG packaging: disabling repo fedora >01:53:22,020 DEBUG packaging: disabling repo updates-testing >01:53:22,021 DEBUG packaging: disabling repo updates >01:53:22,021 INFO packaging: gathering repo metadata >01:53:22,022 DEBUG packaging: getting repo metadata for anaconda >01:53:22,064 DEBUG packaging: getting group info for anaconda >01:53:22,109 INFO packaging: metadata retrieval complete >21:53:45,005 DEBUG packaging: deleting package sacks >21:53:45,018 INFO packaging: checking software selection >21:53:45,018 DEBUG packaging: deleting package sacks >21:53:45,019 DEBUG packaging: select group core >21:53:45,339 DEBUG packaging: select group core >21:53:45,340 DEBUG packaging: select group gnome-desktop >21:53:45,517 DEBUG packaging: select group multimedia >21:53:45,555 DEBUG packaging: select group input-methods >21:53:45,566 DEBUG packaging: select group base-x >21:53:45,595 DEBUG packaging: select group fonts >21:53:45,741 DEBUG packaging: select group hardware-support >21:53:45,783 DEBUG packaging: select group dial-up >21:53:45,824 DEBUG packaging: select group printing >21:53:45,896 DEBUG packaging: select group firefox >21:53:45,898 DEBUG packaging: select group standard >21:53:45,947 DEBUG packaging: select package kernel-PAE >21:53:45,964 INFO packaging: no kernel-PAE package >21:53:45,964 DEBUG packaging: select package kernel >21:53:45,965 INFO packaging: selected kernel >21:53:45,966 INFO packaging: checking dependencies >21:53:50,101 DEBUG packaging: success >21:53:50,135 INFO packaging: 1091 packages selected totalling 2.56 Gb > > >/tmp/program.log: >01:50:47,427 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:50:47,451 INFO program: Running... modprobe fcoe >01:50:47,560 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >01:50:47,644 INFO program: No FCoE boot disk information is found in EDD! >01:50:47,649 INFO program: Running... udevadm settle --timeout=300 >01:50:47,802 INFO program: Running... multipath -d >01:50:47,878 INFO program: Running... multipath -ll >01:50:49,525 INFO program: Running... metacity --display :1 --sm-disable >01:50:50,082 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >01:50:50,261 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,276 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,281 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,282 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,283 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,284 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,286 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,288 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,290 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,291 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,294 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,309 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,321 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,327 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,329 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,330 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,331 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,332 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,334 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,335 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,338 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,339 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,342 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:50,344 ERR program: Window manager warning: Log level 16: Unable to locate theme engine in module_path: "pixmap", >01:50:51,649 INFO program: Running... udevadm control --property=ANACONDA=1 >01:50:51,734 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >01:50:51,769 INFO program: Running... udevadm settle --timeout=300 >01:50:51,787 INFO program: Running... systemctl start chronyd.service >01:50:52,107 INFO program: Running... multipath -d >01:50:52,171 INFO program: Running... multipath -ll >01:50:52,956 INFO program: Running... dumpe2fs -h /dev/vda1 >01:50:53,015 INFO program: Filesystem volume name: <none> >01:50:53,016 INFO program: Last mounted on: /boot >01:50:53,017 INFO program: Filesystem UUID: a9990a99-0f72-477c-ac4b-b7b2784ac43d >01:50:53,017 INFO program: Filesystem magic number: 0xEF53 >01:50:53,017 INFO program: Filesystem revision #: 1 (dynamic) >01:50:53,018 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 >01:50:53,018 INFO program: Filesystem flags: signed_directory_hash >01:50:53,019 INFO program: Default mount options: user_xattr acl >01:50:53,019 INFO program: Filesystem state: clean >01:50:53,020 INFO program: Errors behavior: Continue >01:50:53,020 INFO program: Filesystem OS type: Linux >01:50:53,021 INFO program: Inode count: 128016 >01:50:53,021 INFO program: Block count: 512000 >01:50:53,022 INFO program: Reserved block count: 25600 >01:50:53,022 INFO program: Free blocks: 446165 >01:50:53,023 INFO program: Free inodes: 127668 >01:50:53,023 INFO program: First block: 1 >01:50:53,023 INFO program: Block size: 1024 >01:50:53,025 INFO program: Fragment size: 1024 >01:50:53,025 INFO program: Reserved GDT blocks: 256 >01:50:53,026 INFO program: Blocks per group: 8192 >01:50:53,026 INFO program: Fragments per group: 8192 >01:50:53,027 INFO program: Inodes per group: 2032 >01:50:53,027 INFO program: Inode blocks per group: 254 >01:50:53,028 INFO program: Flex block group size: 16 >01:50:53,035 INFO program: Filesystem created: Sat Sep 8 19:37:40 2012 >01:50:53,037 INFO program: Last mount time: Tue Sep 11 01:42:00 2012 >01:50:53,040 INFO program: Last write time: Tue Sep 11 01:42:00 2012 >01:50:53,041 INFO program: Mount count: 3 >01:50:53,042 INFO program: Maximum mount count: -1 >01:50:53,042 INFO program: Last checked: Sat Sep 8 19:37:40 2012 >01:50:53,043 INFO program: Check interval: 0 (<none>) >01:50:53,043 INFO program: Lifetime writes: 63 MB >01:50:53,044 INFO program: Reserved blocks uid: 0 (user root) >01:50:53,044 INFO program: Reserved blocks gid: 0 (group root) >01:50:53,045 INFO program: First inode: 11 >01:50:53,045 INFO program: Inode size: 128 >01:50:53,046 INFO program: Journal inode: 8 >01:50:53,046 INFO program: Default directory hash: half_md4 >01:50:53,047 INFO program: Directory Hash Seed: 2227f7e4-9866-4ccf-86b6-c08cb573c2bb >01:50:53,047 INFO program: Journal backup: inode blocks >01:50:53,048 INFO program: Journal features: (none) >01:50:53,048 INFO program: Journal size: 8M >01:50:53,049 INFO program: Journal length: 8192 >01:50:53,049 INFO program: Journal sequence: 0x00000003 >01:50:53,050 INFO program: Journal start: 0 >01:50:53,050 INFO program: >01:50:53,051 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:53,052 INFO program: Running... dumpe2fs -h /dev/vda1 >01:50:53,070 INFO program: Filesystem volume name: <none> >01:50:53,071 INFO program: Last mounted on: /boot >01:50:53,072 INFO program: Filesystem UUID: a9990a99-0f72-477c-ac4b-b7b2784ac43d >01:50:53,072 INFO program: Filesystem magic number: 0xEF53 >01:50:53,073 INFO program: Filesystem revision #: 1 (dynamic) >01:50:53,073 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 >01:50:53,073 INFO program: Filesystem flags: signed_directory_hash >01:50:53,074 INFO program: Default mount options: user_xattr acl >01:50:53,074 INFO program: Filesystem state: clean >01:50:53,075 INFO program: Errors behavior: Continue >01:50:53,075 INFO program: Filesystem OS type: Linux >01:50:53,076 INFO program: Inode count: 128016 >01:50:53,076 INFO program: Block count: 512000 >01:50:53,077 INFO program: Reserved block count: 25600 >01:50:53,077 INFO program: Free blocks: 446165 >01:50:53,078 INFO program: Free inodes: 127668 >01:50:53,078 INFO program: First block: 1 >01:50:53,079 INFO program: Block size: 1024 >01:50:53,079 INFO program: Fragment size: 1024 >01:50:53,079 INFO program: Reserved GDT blocks: 256 >01:50:53,080 INFO program: Blocks per group: 8192 >01:50:53,080 INFO program: Fragments per group: 8192 >01:50:53,080 INFO program: Inodes per group: 2032 >01:50:53,085 INFO program: Inode blocks per group: 254 >01:50:53,085 INFO program: Flex block group size: 16 >01:50:53,086 INFO program: Filesystem created: Sat Sep 8 19:37:40 2012 >01:50:53,086 INFO program: Last mount time: Tue Sep 11 01:42:00 2012 >01:50:53,087 INFO program: Last write time: Tue Sep 11 01:42:00 2012 >01:50:53,087 INFO program: Mount count: 3 >01:50:53,088 INFO program: Maximum mount count: -1 >01:50:53,088 INFO program: Last checked: Sat Sep 8 19:37:40 2012 >01:50:53,089 INFO program: Check interval: 0 (<none>) >01:50:53,089 INFO program: Lifetime writes: 63 MB >01:50:53,090 INFO program: Reserved blocks uid: 0 (user root) >01:50:53,090 INFO program: Reserved blocks gid: 0 (group root) >01:50:53,091 INFO program: First inode: 11 >01:50:53,091 INFO program: Inode size: 128 >01:50:53,092 INFO program: Journal inode: 8 >01:50:53,092 INFO program: Default directory hash: half_md4 >01:50:53,093 INFO program: Directory Hash Seed: 2227f7e4-9866-4ccf-86b6-c08cb573c2bb >01:50:53,093 INFO program: Journal backup: inode blocks >01:50:53,093 INFO program: Journal features: (none) >01:50:53,094 INFO program: Journal size: 8M >01:50:53,094 INFO program: Journal length: 8192 >01:50:53,095 INFO program: Journal sequence: 0x00000003 >01:50:53,095 INFO program: Journal start: 0 >01:50:53,096 INFO program: >01:50:53,096 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:53,097 INFO program: Running... resize2fs -P /dev/vda1 >01:50:53,147 INFO program: Estimated minimum size of the filesystem: 54960 >01:50:53,148 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:50:53,405 INFO program: Running... dumpe2fs -h /dev/vda3 >01:50:53,441 INFO program: Filesystem volume name: <none> >01:50:53,441 INFO program: Last mounted on: / >01:50:53,442 INFO program: Filesystem UUID: 7938fbf5-ac16-46e5-a161-f8488bff1e8d >01:50:53,442 INFO program: Filesystem magic number: 0xEF53 >01:50:53,442 INFO program: Filesystem revision #: 1 (dynamic) >01:50:53,442 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:50:53,443 INFO program: Filesystem flags: signed_directory_hash >01:50:53,443 INFO program: Default mount options: user_xattr acl >01:50:53,443 INFO program: Filesystem state: clean >01:50:53,443 INFO program: Errors behavior: Continue >01:50:53,444 INFO program: Filesystem OS type: Linux >01:50:53,444 INFO program: Inode count: 482384 >01:50:53,444 INFO program: Block count: 1926912 >01:50:53,444 INFO program: Reserved block count: 96345 >01:50:53,445 INFO program: Free blocks: 1297130 >01:50:53,445 INFO program: Free inodes: 413943 >01:50:53,445 INFO program: First block: 0 >01:50:53,445 INFO program: Block size: 4096 >01:50:53,446 INFO program: Fragment size: 4096 >01:50:53,446 INFO program: Reserved GDT blocks: 470 >01:50:53,446 INFO program: Blocks per group: 32768 >01:50:53,446 INFO program: Fragments per group: 32768 >01:50:53,447 INFO program: Inodes per group: 8176 >01:50:53,451 INFO program: Inode blocks per group: 511 >01:50:53,451 INFO program: Flex block group size: 16 >01:50:53,451 INFO program: Filesystem created: Sat Sep 8 19:37:34 2012 >01:50:53,451 INFO program: Last mount time: Tue Sep 11 01:41:57 2012 >01:50:53,452 INFO program: Last write time: Mon Sep 10 21:41:44 2012 >01:50:53,452 INFO program: Mount count: 3 >01:50:53,452 INFO program: Maximum mount count: -1 >01:50:53,452 INFO program: Last checked: Sat Sep 8 19:37:34 2012 >01:50:53,453 INFO program: Check interval: 0 (<none>) >01:50:53,453 INFO program: Lifetime writes: 3219 MB >01:50:53,453 INFO program: Reserved blocks uid: 0 (user root) >01:50:53,454 INFO program: Reserved blocks gid: 0 (group root) >01:50:53,454 INFO program: First inode: 11 >01:50:53,454 INFO program: Inode size: 256 >01:50:53,454 INFO program: Required extra isize: 28 >01:50:53,455 INFO program: Desired extra isize: 28 >01:50:53,455 INFO program: Journal inode: 8 >01:50:53,455 INFO program: Default directory hash: half_md4 >01:50:53,456 INFO program: Directory Hash Seed: cfffbefb-0d18-4d34-b3d6-e1a042901597 >01:50:53,456 INFO program: Journal backup: inode blocks >01:50:53,456 INFO program: Journal features: journal_incompat_revoke >01:50:53,456 INFO program: Journal size: 128M >01:50:53,457 INFO program: Journal length: 32768 >01:50:53,457 INFO program: Journal sequence: 0x00000f78 >01:50:53,457 INFO program: Journal start: 1 >01:50:53,457 INFO program: >01:50:53,458 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:53,458 INFO program: Running... dumpe2fs -h /dev/vda3 >01:50:53,534 INFO program: Filesystem volume name: <none> >01:50:53,535 INFO program: Last mounted on: / >01:50:53,535 INFO program: Filesystem UUID: 7938fbf5-ac16-46e5-a161-f8488bff1e8d >01:50:53,536 INFO program: Filesystem magic number: 0xEF53 >01:50:53,536 INFO program: Filesystem revision #: 1 (dynamic) >01:50:53,536 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >01:50:53,536 INFO program: Filesystem flags: signed_directory_hash >01:50:53,536 INFO program: Default mount options: user_xattr acl >01:50:53,537 INFO program: Filesystem state: clean >01:50:53,537 INFO program: Errors behavior: Continue >01:50:53,537 INFO program: Filesystem OS type: Linux >01:50:53,537 INFO program: Inode count: 482384 >01:50:53,538 INFO program: Block count: 1926912 >01:50:53,538 INFO program: Reserved block count: 96345 >01:50:53,538 INFO program: Free blocks: 1297130 >01:50:53,538 INFO program: Free inodes: 413943 >01:50:53,539 INFO program: First block: 0 >01:50:53,539 INFO program: Block size: 4096 >01:50:53,539 INFO program: Fragment size: 4096 >01:50:53,539 INFO program: Reserved GDT blocks: 470 >01:50:53,540 INFO program: Blocks per group: 32768 >01:50:53,540 INFO program: Fragments per group: 32768 >01:50:53,540 INFO program: Inodes per group: 8176 >01:50:53,540 INFO program: Inode blocks per group: 511 >01:50:53,543 INFO program: Flex block group size: 16 >01:50:53,543 INFO program: Filesystem created: Sat Sep 8 19:37:34 2012 >01:50:53,549 INFO program: Last mount time: Tue Sep 11 01:41:57 2012 >01:50:53,549 INFO program: Last write time: Mon Sep 10 21:41:44 2012 >01:50:53,549 INFO program: Mount count: 3 >01:50:53,549 INFO program: Maximum mount count: -1 >01:50:53,550 INFO program: Last checked: Sat Sep 8 19:37:34 2012 >01:50:53,550 INFO program: Check interval: 0 (<none>) >01:50:53,550 INFO program: Lifetime writes: 3219 MB >01:50:53,550 INFO program: Reserved blocks uid: 0 (user root) >01:50:53,551 INFO program: Reserved blocks gid: 0 (group root) >01:50:53,551 INFO program: First inode: 11 >01:50:53,551 INFO program: Inode size: 256 >01:50:53,551 INFO program: Required extra isize: 28 >01:50:53,552 INFO program: Desired extra isize: 28 >01:50:53,555 INFO program: Journal inode: 8 >01:50:53,555 INFO program: Default directory hash: half_md4 >01:50:53,558 INFO program: Directory Hash Seed: cfffbefb-0d18-4d34-b3d6-e1a042901597 >01:50:53,558 INFO program: Journal backup: inode blocks >01:50:53,558 INFO program: Journal features: journal_incompat_revoke >01:50:53,558 INFO program: Journal size: 128M >01:50:53,559 INFO program: Journal length: 32768 >01:50:53,559 INFO program: Journal sequence: 0x00000f78 >01:50:53,559 INFO program: Journal start: 1 >01:50:53,559 INFO program: >01:50:53,560 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:53,560 INFO program: Running... resize2fs -P /dev/vda3 >01:50:53,582 INFO program: Estimated minimum size of the filesystem: 620723 >01:50:53,582 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:50:54,606 INFO program: Running... dumpe2fs -h /dev/loop1 >01:50:54,619 INFO program: Filesystem volume name: Anaconda >01:50:54,619 INFO program: Last mounted on: / >01:50:54,620 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >01:50:54,620 INFO program: Filesystem magic number: 0xEF53 >01:50:54,620 INFO program: Filesystem revision #: 1 (dynamic) >01:50:54,620 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 >01:50:54,621 INFO program: Filesystem flags: signed_directory_hash >01:50:54,621 INFO program: Default mount options: user_xattr acl >01:50:54,621 INFO program: Filesystem state: clean >01:50:54,621 INFO program: Errors behavior: Continue >01:50:54,622 INFO program: Filesystem OS type: Linux >01:50:54,622 INFO program: Inode count: 65536 >01:50:54,622 INFO program: Block count: 1048576 >01:50:54,622 INFO program: Reserved block count: 0 >01:50:54,623 INFO program: Free blocks: 303646 >01:50:54,623 INFO program: Free inodes: 38160 >01:50:54,623 INFO program: First block: 1 >01:50:54,623 INFO program: Block size: 1024 >01:50:54,624 INFO program: Fragment size: 1024 >01:50:54,624 INFO program: Reserved GDT blocks: 256 >01:50:54,624 INFO program: Blocks per group: 8192 >01:50:54,627 INFO program: Fragments per group: 8192 >01:50:54,628 INFO program: Inodes per group: 512 >01:50:54,628 INFO program: Inode blocks per group: 128 >01:50:54,628 INFO program: Flex block group size: 16 >01:50:54,629 INFO program: Filesystem created: Wed Oct 3 03:26:51 2012 >01:50:54,629 INFO program: Last mount time: Wed Oct 3 03:27:03 2012 >01:50:54,629 INFO program: Last write time: Wed Oct 3 03:27:09 2012 >01:50:54,629 INFO program: Mount count: 2 >01:50:54,630 INFO program: Maximum mount count: -1 >01:50:54,630 INFO program: Last checked: Wed Oct 3 03:26:51 2012 >01:50:54,630 INFO program: Check interval: 0 (<none>) >01:50:54,630 INFO program: Lifetime writes: 32 MB >01:50:54,631 INFO program: Reserved blocks uid: 0 (user root) >01:50:54,631 INFO program: Reserved blocks gid: 0 (group root) >01:50:54,631 INFO program: First inode: 11 >01:50:54,631 INFO program: Inode size: 256 >01:50:54,632 INFO program: Required extra isize: 28 >01:50:54,632 INFO program: Desired extra isize: 28 >01:50:54,632 INFO program: Journal inode: 8 >01:50:54,633 INFO program: Default directory hash: half_md4 >01:50:54,633 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >01:50:54,633 INFO program: Journal backup: inode blocks >01:50:54,633 INFO program: Journal features: (none) >01:50:54,634 INFO program: Journal size: 32M >01:50:54,634 INFO program: Journal length: 32768 >01:50:54,638 INFO program: Journal sequence: 0x00000007 >01:50:54,638 INFO program: Journal start: 0 >01:50:54,638 INFO program: >01:50:54,639 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:54,639 INFO program: Running... dumpe2fs -h /dev/loop1 >01:50:54,657 INFO program: Filesystem volume name: Anaconda >01:50:54,657 INFO program: Last mounted on: / >01:50:54,658 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >01:50:54,658 INFO program: Filesystem magic number: 0xEF53 >01:50:54,658 INFO program: Filesystem revision #: 1 (dynamic) >01:50:54,658 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 >01:50:54,659 INFO program: Filesystem flags: signed_directory_hash >01:50:54,659 INFO program: Default mount options: user_xattr acl >01:50:54,659 INFO program: Filesystem state: clean >01:50:54,659 INFO program: Errors behavior: Continue >01:50:54,660 INFO program: Filesystem OS type: Linux >01:50:54,660 INFO program: Inode count: 65536 >01:50:54,660 INFO program: Block count: 1048576 >01:50:54,660 INFO program: Reserved block count: 0 >01:50:54,661 INFO program: Free blocks: 303646 >01:50:54,661 INFO program: Free inodes: 38160 >01:50:54,661 INFO program: First block: 1 >01:50:54,661 INFO program: Block size: 1024 >01:50:54,661 INFO program: Fragment size: 1024 >01:50:54,662 INFO program: Reserved GDT blocks: 256 >01:50:54,662 INFO program: Blocks per group: 8192 >01:50:54,662 INFO program: Fragments per group: 8192 >01:50:54,662 INFO program: Inodes per group: 512 >01:50:54,663 INFO program: Inode blocks per group: 128 >01:50:54,667 INFO program: Flex block group size: 16 >01:50:54,667 INFO program: Filesystem created: Wed Oct 3 03:26:51 2012 >01:50:54,667 INFO program: Last mount time: Wed Oct 3 03:27:03 2012 >01:50:54,667 INFO program: Last write time: Wed Oct 3 03:27:09 2012 >01:50:54,668 INFO program: Mount count: 2 >01:50:54,668 INFO program: Maximum mount count: -1 >01:50:54,668 INFO program: Last checked: Wed Oct 3 03:26:51 2012 >01:50:54,668 INFO program: Check interval: 0 (<none>) >01:50:54,669 INFO program: Lifetime writes: 32 MB >01:50:54,669 INFO program: Reserved blocks uid: 0 (user root) >01:50:54,669 INFO program: Reserved blocks gid: 0 (group root) >01:50:54,669 INFO program: First inode: 11 >01:50:54,670 INFO program: Inode size: 256 >01:50:54,670 INFO program: Required extra isize: 28 >01:50:54,670 INFO program: Desired extra isize: 28 >01:50:54,671 INFO program: Journal inode: 8 >01:50:54,671 INFO program: Default directory hash: half_md4 >01:50:54,671 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >01:50:54,671 INFO program: Journal backup: inode blocks >01:50:54,672 INFO program: Journal features: (none) >01:50:54,672 INFO program: Journal size: 32M >01:50:54,672 INFO program: Journal length: 32768 >01:50:54,673 INFO program: Journal sequence: 0x00000007 >01:50:54,673 INFO program: Journal start: 0 >01:50:54,673 INFO program: >01:50:54,673 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:54,674 INFO program: Running... resize2fs -P /dev/loop1 >01:50:54,691 INFO program: Couldn't find valid filesystem superblock. >01:50:54,692 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:50:54,692 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >01:50:54,782 INFO program: Running... udevadm settle --timeout=300 >01:50:54,882 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:50:54,900 INFO program: Filesystem volume name: Anaconda >01:50:54,901 INFO program: Last mounted on: /sysroot >01:50:54,901 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >01:50:54,901 INFO program: Filesystem magic number: 0xEF53 >01:50:54,901 INFO program: Filesystem revision #: 1 (dynamic) >01:50:54,902 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 >01:50:54,902 INFO program: Filesystem flags: signed_directory_hash >01:50:54,902 INFO program: Default mount options: user_xattr acl >01:50:54,902 INFO program: Filesystem state: clean >01:50:54,903 INFO program: Errors behavior: Continue >01:50:54,903 INFO program: Filesystem OS type: Linux >01:50:54,903 INFO program: Inode count: 65536 >01:50:54,903 INFO program: Block count: 1048576 >01:50:54,904 INFO program: Reserved block count: 0 >01:50:54,904 INFO program: Free blocks: 303646 >01:50:54,904 INFO program: Free inodes: 38160 >01:50:54,904 INFO program: First block: 1 >01:50:54,905 INFO program: Block size: 1024 >01:50:54,905 INFO program: Fragment size: 1024 >01:50:54,905 INFO program: Reserved GDT blocks: 256 >01:50:54,905 INFO program: Blocks per group: 8192 >01:50:54,905 INFO program: Fragments per group: 8192 >01:50:54,906 INFO program: Inodes per group: 512 >01:50:54,906 INFO program: Inode blocks per group: 128 >01:50:54,906 INFO program: Flex block group size: 16 >01:50:54,906 INFO program: Filesystem created: Wed Oct 3 03:26:51 2012 >01:50:54,907 INFO program: Last mount time: Thu Oct 4 01:50:41 2012 >01:50:54,907 INFO program: Last write time: Thu Oct 4 01:50:41 2012 >01:50:54,907 INFO program: Mount count: 3 >01:50:54,907 INFO program: Maximum mount count: -1 >01:50:54,908 INFO program: Last checked: Wed Oct 3 03:26:51 2012 >01:50:54,908 INFO program: Check interval: 0 (<none>) >01:50:54,908 INFO program: Lifetime writes: 32 MB >01:50:54,908 INFO program: Reserved blocks uid: 0 (user root) >01:50:54,913 INFO program: Reserved blocks gid: 0 (group root) >01:50:54,913 INFO program: First inode: 11 >01:50:54,913 INFO program: Inode size: 256 >01:50:54,913 INFO program: Required extra isize: 28 >01:50:54,914 INFO program: Desired extra isize: 28 >01:50:54,914 INFO program: Journal inode: 8 >01:50:54,914 INFO program: Default directory hash: half_md4 >01:50:54,915 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >01:50:54,915 INFO program: Journal backup: inode blocks >01:50:54,915 INFO program: Journal features: (none) >01:50:54,915 INFO program: Journal size: 32M >01:50:54,916 INFO program: Journal length: 32768 >01:50:54,916 INFO program: Journal sequence: 0x00000008 >01:50:54,916 INFO program: Journal start: 1 >01:50:54,917 INFO program: >01:50:54,917 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:54,918 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >01:50:54,933 INFO program: Filesystem volume name: Anaconda >01:50:54,933 INFO program: Last mounted on: /sysroot >01:50:54,933 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >01:50:54,934 INFO program: Filesystem magic number: 0xEF53 >01:50:54,934 INFO program: Filesystem revision #: 1 (dynamic) >01:50:54,934 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 >01:50:54,934 INFO program: Filesystem flags: signed_directory_hash >01:50:54,935 INFO program: Default mount options: user_xattr acl >01:50:54,935 INFO program: Filesystem state: clean >01:50:54,935 INFO program: Errors behavior: Continue >01:50:54,935 INFO program: Filesystem OS type: Linux >01:50:54,936 INFO program: Inode count: 65536 >01:50:54,936 INFO program: Block count: 1048576 >01:50:54,936 INFO program: Reserved block count: 0 >01:50:54,936 INFO program: Free blocks: 303646 >01:50:54,937 INFO program: Free inodes: 38160 >01:50:54,937 INFO program: First block: 1 >01:50:54,937 INFO program: Block size: 1024 >01:50:54,937 INFO program: Fragment size: 1024 >01:50:54,938 INFO program: Reserved GDT blocks: 256 >01:50:54,938 INFO program: Blocks per group: 8192 >01:50:54,939 INFO program: Fragments per group: 8192 >01:50:54,939 INFO program: Inodes per group: 512 >01:50:54,939 INFO program: Inode blocks per group: 128 >01:50:54,943 INFO program: Flex block group size: 16 >01:50:54,943 INFO program: Filesystem created: Wed Oct 3 03:26:51 2012 >01:50:54,943 INFO program: Last mount time: Thu Oct 4 01:50:41 2012 >01:50:54,944 INFO program: Last write time: Thu Oct 4 01:50:41 2012 >01:50:54,944 INFO program: Mount count: 3 >01:50:54,944 INFO program: Maximum mount count: -1 >01:50:54,944 INFO program: Last checked: Wed Oct 3 03:26:51 2012 >01:50:54,945 INFO program: Check interval: 0 (<none>) >01:50:54,945 INFO program: Lifetime writes: 32 MB >01:50:54,945 INFO program: Reserved blocks uid: 0 (user root) >01:50:54,945 INFO program: Reserved blocks gid: 0 (group root) >01:50:54,946 INFO program: First inode: 11 >01:50:54,946 INFO program: Inode size: 256 >01:50:54,946 INFO program: Required extra isize: 28 >01:50:54,946 INFO program: Desired extra isize: 28 >01:50:54,947 INFO program: Journal inode: 8 >01:50:54,947 INFO program: Default directory hash: half_md4 >01:50:54,947 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >01:50:54,947 INFO program: Journal backup: inode blocks >01:50:54,948 INFO program: Journal features: (none) >01:50:54,948 INFO program: Journal size: 32M >01:50:54,948 INFO program: Journal length: 32768 >01:50:54,948 INFO program: Journal sequence: 0x00000008 >01:50:54,949 INFO program: Journal start: 1 >01:50:54,949 INFO program: >01:50:54,949 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >01:50:54,951 INFO program: Running... resize2fs -P /dev/mapper/live-rw >01:50:54,974 INFO program: Estimated minimum size of the filesystem: 742553 >01:50:54,975 ERR program: resize2fs 1.42.5 (29-Jul-2012) >01:50:55,010 INFO program: Running... udevadm settle --timeout=300 >01:50:55,077 INFO program: Running... udevadm settle --timeout=300 >01:50:55,141 INFO program: Running... udevadm settle --timeout=300 >01:50:55,195 INFO program: Running... udevadm settle --timeout=300 >01:50:55,247 INFO program: Running... udevadm settle --timeout=300 >01:50:55,315 INFO program: Running... udevadm settle --timeout=300 >01:50:55,362 INFO program: Running... udevadm settle --timeout=300 >01:50:55,411 INFO program: Running... udevadm settle --timeout=300 >01:50:55,467 INFO program: Running... udevadm settle --timeout=300 >01:50:55,505 INFO program: Running... udevadm settle --timeout=300 >01:50:55,556 INFO program: Running... udevadm settle --timeout=300 >01:50:55,606 INFO program: Running... udevadm settle --timeout=300 >01:50:55,647 INFO program: Running... udevadm settle --timeout=300 >01:50:55,689 INFO program: Running... udevadm settle --timeout=300 >01:50:55,729 INFO program: Running... udevadm settle --timeout=300 >01:50:55,780 INFO program: Running... udevadm settle --timeout=300 >01:50:55,824 INFO program: Running... udevadm settle --timeout=300 >01:50:55,867 INFO program: Running... udevadm settle --timeout=300 >01:50:55,921 INFO program: Running... udevadm settle --timeout=300 >01:50:55,966 INFO program: Running... udevadm settle --timeout=300 >01:50:56,022 INFO program: Running... udevadm settle --timeout=300 >01:50:56,065 INFO program: Running... udevadm settle --timeout=300 >01:50:56,159 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda1 /mnt/sysimage >01:50:56,218 INFO program: Running... /bin/umount /mnt/sysimage >01:50:56,236 INFO program: Running... udevadm settle --timeout=300 >01:50:56,289 INFO program: Running... udevadm settle --timeout=300 >01:50:56,337 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda3 /mnt/sysimage >01:50:57,125 INFO program: Running... arch >01:50:57,304 INFO program: x86_64 >01:50:57,352 INFO program: Running... /bin/umount /mnt/sysimage >01:53:21,538 INFO program: Running... udevadm settle --timeout=300 >21:53:43,293 INFO program: Running... modprobe btrfs >21:53:43,404 INFO program: Running... modprobe xfs >21:53:43,532 INFO program: Running... modprobe vfat >21:54:34,862 INFO program: Running... udevadm settle --timeout=300 >21:54:34,983 INFO program: Running... udevadm settle --timeout=300 >21:54:35,032 INFO program: Running... multipath -d >21:54:35,080 INFO program: Running... multipath -ll >21:54:35,583 INFO program: Running... dumpe2fs -h /dev/loop1 >21:54:35,614 INFO program: Filesystem volume name: Anaconda >21:54:35,616 INFO program: Last mounted on: / >21:54:35,617 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:54:35,618 INFO program: Filesystem magic number: 0xEF53 >21:54:35,619 INFO program: Filesystem revision #: 1 (dynamic) >21:54:35,620 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:54:35,620 INFO program: Filesystem flags: signed_directory_hash >21:54:35,621 INFO program: Default mount options: user_xattr acl >21:54:35,621 INFO program: Filesystem state: clean >21:54:35,621 INFO program: Errors behavior: Continue >21:54:35,622 INFO program: Filesystem OS type: Linux >21:54:35,622 INFO program: Inode count: 65536 >21:54:35,623 INFO program: Block count: 1048576 >21:54:35,623 INFO program: Reserved block count: 0 >21:54:35,624 INFO program: Free blocks: 303646 >21:54:35,624 INFO program: Free inodes: 38160 >21:54:35,625 INFO program: First block: 1 >21:54:35,625 INFO program: Block size: 1024 >21:54:35,626 INFO program: Fragment size: 1024 >21:54:35,626 INFO program: Reserved GDT blocks: 256 >21:54:35,627 INFO program: Blocks per group: 8192 >21:54:35,627 INFO program: Fragments per group: 8192 >21:54:35,628 INFO program: Inodes per group: 512 >21:54:35,628 INFO program: Inode blocks per group: 128 >21:54:35,628 INFO program: Flex block group size: 16 >21:54:35,629 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:54:35,629 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:54:35,630 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:54:35,630 INFO program: Mount count: 2 >21:54:35,631 INFO program: Maximum mount count: -1 >21:54:35,631 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:54:35,632 INFO program: Check interval: 0 (<none>) >21:54:35,632 INFO program: Lifetime writes: 32 MB >21:54:35,633 INFO program: Reserved blocks uid: 0 (user root) >21:54:35,633 INFO program: Reserved blocks gid: 0 (group root) >21:54:35,633 INFO program: First inode: 11 >21:54:35,634 INFO program: Inode size: 256 >21:54:35,634 INFO program: Required extra isize: 28 >21:54:35,634 INFO program: Desired extra isize: 28 >21:54:35,635 INFO program: Journal inode: 8 >21:54:35,635 INFO program: Default directory hash: half_md4 >21:54:35,635 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:54:35,636 INFO program: Journal backup: inode blocks >21:54:35,636 INFO program: Journal features: (none) >21:54:35,637 INFO program: Journal size: 32M >21:54:35,637 INFO program: Journal length: 32768 >21:54:35,637 INFO program: Journal sequence: 0x00000007 >21:54:35,638 INFO program: Journal start: 0 >21:54:35,638 INFO program: >21:54:35,638 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:54:35,639 INFO program: Running... dumpe2fs -h /dev/loop1 >21:54:35,652 INFO program: Filesystem volume name: Anaconda >21:54:35,653 INFO program: Last mounted on: / >21:54:35,653 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:54:35,654 INFO program: Filesystem magic number: 0xEF53 >21:54:35,654 INFO program: Filesystem revision #: 1 (dynamic) >21:54:35,655 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:54:35,655 INFO program: Filesystem flags: signed_directory_hash >21:54:35,655 INFO program: Default mount options: user_xattr acl >21:54:35,656 INFO program: Filesystem state: clean >21:54:35,656 INFO program: Errors behavior: Continue >21:54:35,657 INFO program: Filesystem OS type: Linux >21:54:35,657 INFO program: Inode count: 65536 >21:54:35,658 INFO program: Block count: 1048576 >21:54:35,658 INFO program: Reserved block count: 0 >21:54:35,659 INFO program: Free blocks: 303646 >21:54:35,659 INFO program: Free inodes: 38160 >21:54:35,660 INFO program: First block: 1 >21:54:35,660 INFO program: Block size: 1024 >21:54:35,661 INFO program: Fragment size: 1024 >21:54:35,661 INFO program: Reserved GDT blocks: 256 >21:54:35,661 INFO program: Blocks per group: 8192 >21:54:35,662 INFO program: Fragments per group: 8192 >21:54:35,662 INFO program: Inodes per group: 512 >21:54:35,663 INFO program: Inode blocks per group: 128 >21:54:35,663 INFO program: Flex block group size: 16 >21:54:35,664 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:54:35,664 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:54:35,664 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:54:35,665 INFO program: Mount count: 2 >21:54:35,665 INFO program: Maximum mount count: -1 >21:54:35,666 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:54:35,666 INFO program: Check interval: 0 (<none>) >21:54:35,666 INFO program: Lifetime writes: 32 MB >21:54:35,667 INFO program: Reserved blocks uid: 0 (user root) >21:54:35,667 INFO program: Reserved blocks gid: 0 (group root) >21:54:35,667 INFO program: First inode: 11 >21:54:35,668 INFO program: Inode size: 256 >21:54:35,668 INFO program: Required extra isize: 28 >21:54:35,668 INFO program: Desired extra isize: 28 >21:54:35,669 INFO program: Journal inode: 8 >21:54:35,669 INFO program: Default directory hash: half_md4 >21:54:35,669 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:54:35,670 INFO program: Journal backup: inode blocks >21:54:35,670 INFO program: Journal features: (none) >21:54:35,670 INFO program: Journal size: 32M >21:54:35,671 INFO program: Journal length: 32768 >21:54:35,671 INFO program: Journal sequence: 0x00000007 >21:54:35,672 INFO program: Journal start: 0 >21:54:35,672 INFO program: >21:54:35,672 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:54:35,673 INFO program: Running... resize2fs -P /dev/loop1 >21:54:35,687 INFO program: Couldn't find valid filesystem superblock. >21:54:35,688 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:54:35,688 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >21:54:35,738 INFO program: Running... udevadm settle --timeout=300 >21:54:35,790 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:54:35,800 INFO program: Filesystem volume name: Anaconda >21:54:35,801 INFO program: Last mounted on: /sysroot >21:54:35,801 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:54:35,801 INFO program: Filesystem magic number: 0xEF53 >21:54:35,801 INFO program: Filesystem revision #: 1 (dynamic) >21:54:35,802 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 >21:54:35,802 INFO program: Filesystem flags: signed_directory_hash >21:54:35,802 INFO program: Default mount options: user_xattr acl >21:54:35,802 INFO program: Filesystem state: clean >21:54:35,803 INFO program: Errors behavior: Continue >21:54:35,803 INFO program: Filesystem OS type: Linux >21:54:35,803 INFO program: Inode count: 65536 >21:54:35,803 INFO program: Block count: 1048576 >21:54:35,804 INFO program: Reserved block count: 0 >21:54:35,804 INFO program: Free blocks: 303646 >21:54:35,804 INFO program: Free inodes: 38160 >21:54:35,804 INFO program: First block: 1 >21:54:35,805 INFO program: Block size: 1024 >21:54:35,805 INFO program: Fragment size: 1024 >21:54:35,805 INFO program: Reserved GDT blocks: 256 >21:54:35,805 INFO program: Blocks per group: 8192 >21:54:35,805 INFO program: Fragments per group: 8192 >21:54:35,806 INFO program: Inodes per group: 512 >21:54:35,806 INFO program: Inode blocks per group: 128 >21:54:35,806 INFO program: Flex block group size: 16 >21:54:35,806 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:54:35,807 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:54:35,807 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:54:35,807 INFO program: Mount count: 3 >21:54:35,807 INFO program: Maximum mount count: -1 >21:54:35,808 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:54:35,808 INFO program: Check interval: 0 (<none>) >21:54:35,808 INFO program: Lifetime writes: 32 MB >21:54:35,808 INFO program: Reserved blocks uid: 0 (user root) >21:54:35,809 INFO program: Reserved blocks gid: 0 (group root) >21:54:35,809 INFO program: First inode: 11 >21:54:35,809 INFO program: Inode size: 256 >21:54:35,809 INFO program: Required extra isize: 28 >21:54:35,810 INFO program: Desired extra isize: 28 >21:54:35,810 INFO program: Journal inode: 8 >21:54:35,810 INFO program: Default directory hash: half_md4 >21:54:35,810 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:54:35,811 INFO program: Journal backup: inode blocks >21:54:35,811 INFO program: Journal features: (none) >21:54:35,811 INFO program: Journal size: 32M >21:54:35,811 INFO program: Journal length: 32768 >21:54:35,812 INFO program: Journal sequence: 0x00000008 >21:54:35,812 INFO program: Journal start: 1 >21:54:35,812 INFO program: >21:54:35,812 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:54:35,813 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:54:35,823 INFO program: Filesystem volume name: Anaconda >21:54:35,824 INFO program: Last mounted on: /sysroot >21:54:35,824 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:54:35,824 INFO program: Filesystem magic number: 0xEF53 >21:54:35,825 INFO program: Filesystem revision #: 1 (dynamic) >21:54:35,825 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 >21:54:35,825 INFO program: Filesystem flags: signed_directory_hash >21:54:35,825 INFO program: Default mount options: user_xattr acl >21:54:35,826 INFO program: Filesystem state: clean >21:54:35,826 INFO program: Errors behavior: Continue >21:54:35,826 INFO program: Filesystem OS type: Linux >21:54:35,826 INFO program: Inode count: 65536 >21:54:35,827 INFO program: Block count: 1048576 >21:54:35,827 INFO program: Reserved block count: 0 >21:54:35,827 INFO program: Free blocks: 303646 >21:54:35,827 INFO program: Free inodes: 38160 >21:54:35,828 INFO program: First block: 1 >21:54:35,828 INFO program: Block size: 1024 >21:54:35,828 INFO program: Fragment size: 1024 >21:54:35,828 INFO program: Reserved GDT blocks: 256 >21:54:35,828 INFO program: Blocks per group: 8192 >21:54:35,829 INFO program: Fragments per group: 8192 >21:54:35,829 INFO program: Inodes per group: 512 >21:54:35,829 INFO program: Inode blocks per group: 128 >21:54:35,829 INFO program: Flex block group size: 16 >21:54:35,830 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:54:35,830 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:54:35,830 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:54:35,830 INFO program: Mount count: 3 >21:54:35,831 INFO program: Maximum mount count: -1 >21:54:35,831 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:54:35,831 INFO program: Check interval: 0 (<none>) >21:54:35,831 INFO program: Lifetime writes: 32 MB >21:54:35,832 INFO program: Reserved blocks uid: 0 (user root) >21:54:35,832 INFO program: Reserved blocks gid: 0 (group root) >21:54:35,832 INFO program: First inode: 11 >21:54:35,832 INFO program: Inode size: 256 >21:54:35,833 INFO program: Required extra isize: 28 >21:54:35,833 INFO program: Desired extra isize: 28 >21:54:35,833 INFO program: Journal inode: 8 >21:54:35,833 INFO program: Default directory hash: half_md4 >21:54:35,834 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:54:35,834 INFO program: Journal backup: inode blocks >21:54:35,834 INFO program: Journal features: (none) >21:54:35,834 INFO program: Journal size: 32M >21:54:35,835 INFO program: Journal length: 32768 >21:54:35,835 INFO program: Journal sequence: 0x00000008 >21:54:35,835 INFO program: Journal start: 1 >21:54:35,835 INFO program: >21:54:35,836 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:54:35,836 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:54:35,847 INFO program: Estimated minimum size of the filesystem: 742553 >21:54:35,848 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:54:35,856 INFO program: Running... udevadm settle --timeout=300 >21:54:35,883 INFO program: Running... udevadm settle --timeout=300 >21:54:35,905 INFO program: Running... udevadm settle --timeout=300 >21:54:35,927 INFO program: Running... udevadm settle --timeout=300 >21:54:35,948 INFO program: Running... udevadm settle --timeout=300 >21:54:35,970 INFO program: Running... udevadm settle --timeout=300 >21:54:35,992 INFO program: Running... udevadm settle --timeout=300 >21:54:36,014 INFO program: Running... udevadm settle --timeout=300 >21:54:36,035 INFO program: Running... udevadm settle --timeout=300 >21:55:34,818 INFO program: Running... udevadm settle --timeout=300 >21:55:34,863 INFO program: Running... udevadm settle --timeout=300 >21:55:34,908 INFO program: Running... multipath -d >21:55:34,941 INFO program: Running... multipath -ll >21:55:35,431 INFO program: Running... dumpe2fs -h /dev/loop1 >21:55:35,442 INFO program: Filesystem volume name: Anaconda >21:55:35,442 INFO program: Last mounted on: / >21:55:35,443 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:35,443 INFO program: Filesystem magic number: 0xEF53 >21:55:35,444 INFO program: Filesystem revision #: 1 (dynamic) >21:55:35,444 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:55:35,445 INFO program: Filesystem flags: signed_directory_hash >21:55:35,445 INFO program: Default mount options: user_xattr acl >21:55:35,445 INFO program: Filesystem state: clean >21:55:35,446 INFO program: Errors behavior: Continue >21:55:35,446 INFO program: Filesystem OS type: Linux >21:55:35,447 INFO program: Inode count: 65536 >21:55:35,447 INFO program: Block count: 1048576 >21:55:35,448 INFO program: Reserved block count: 0 >21:55:35,448 INFO program: Free blocks: 303646 >21:55:35,448 INFO program: Free inodes: 38160 >21:55:35,449 INFO program: First block: 1 >21:55:35,449 INFO program: Block size: 1024 >21:55:35,450 INFO program: Fragment size: 1024 >21:55:35,450 INFO program: Reserved GDT blocks: 256 >21:55:35,450 INFO program: Blocks per group: 8192 >21:55:35,451 INFO program: Fragments per group: 8192 >21:55:35,451 INFO program: Inodes per group: 512 >21:55:35,451 INFO program: Inode blocks per group: 128 >21:55:35,452 INFO program: Flex block group size: 16 >21:55:35,452 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:35,453 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:55:35,453 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:55:35,454 INFO program: Mount count: 2 >21:55:35,454 INFO program: Maximum mount count: -1 >21:55:35,455 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:35,455 INFO program: Check interval: 0 (<none>) >21:55:35,456 INFO program: Lifetime writes: 32 MB >21:55:35,456 INFO program: Reserved blocks uid: 0 (user root) >21:55:35,456 INFO program: Reserved blocks gid: 0 (group root) >21:55:35,457 INFO program: First inode: 11 >21:55:35,457 INFO program: Inode size: 256 >21:55:35,457 INFO program: Required extra isize: 28 >21:55:35,458 INFO program: Desired extra isize: 28 >21:55:35,458 INFO program: Journal inode: 8 >21:55:35,458 INFO program: Default directory hash: half_md4 >21:55:35,459 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:35,459 INFO program: Journal backup: inode blocks >21:55:35,459 INFO program: Journal features: (none) >21:55:35,460 INFO program: Journal size: 32M >21:55:35,460 INFO program: Journal length: 32768 >21:55:35,460 INFO program: Journal sequence: 0x00000007 >21:55:35,461 INFO program: Journal start: 0 >21:55:35,461 INFO program: >21:55:35,461 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:35,462 INFO program: Running... dumpe2fs -h /dev/loop1 >21:55:35,474 INFO program: Filesystem volume name: Anaconda >21:55:35,475 INFO program: Last mounted on: / >21:55:35,475 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:35,475 INFO program: Filesystem magic number: 0xEF53 >21:55:35,476 INFO program: Filesystem revision #: 1 (dynamic) >21:55:35,476 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:55:35,477 INFO program: Filesystem flags: signed_directory_hash >21:55:35,477 INFO program: Default mount options: user_xattr acl >21:55:35,478 INFO program: Filesystem state: clean >21:55:35,478 INFO program: Errors behavior: Continue >21:55:35,479 INFO program: Filesystem OS type: Linux >21:55:35,479 INFO program: Inode count: 65536 >21:55:35,480 INFO program: Block count: 1048576 >21:55:35,480 INFO program: Reserved block count: 0 >21:55:35,480 INFO program: Free blocks: 303646 >21:55:35,481 INFO program: Free inodes: 38160 >21:55:35,481 INFO program: First block: 1 >21:55:35,482 INFO program: Block size: 1024 >21:55:35,482 INFO program: Fragment size: 1024 >21:55:35,483 INFO program: Reserved GDT blocks: 256 >21:55:35,483 INFO program: Blocks per group: 8192 >21:55:35,483 INFO program: Fragments per group: 8192 >21:55:35,484 INFO program: Inodes per group: 512 >21:55:35,484 INFO program: Inode blocks per group: 128 >21:55:35,485 INFO program: Flex block group size: 16 >21:55:35,485 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:35,486 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:55:35,486 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:55:35,487 INFO program: Mount count: 2 >21:55:35,487 INFO program: Maximum mount count: -1 >21:55:35,487 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:35,488 INFO program: Check interval: 0 (<none>) >21:55:35,488 INFO program: Lifetime writes: 32 MB >21:55:35,488 INFO program: Reserved blocks uid: 0 (user root) >21:55:35,489 INFO program: Reserved blocks gid: 0 (group root) >21:55:35,489 INFO program: First inode: 11 >21:55:35,489 INFO program: Inode size: 256 >21:55:35,490 INFO program: Required extra isize: 28 >21:55:35,490 INFO program: Desired extra isize: 28 >21:55:35,490 INFO program: Journal inode: 8 >21:55:35,491 INFO program: Default directory hash: half_md4 >21:55:35,491 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:35,491 INFO program: Journal backup: inode blocks >21:55:35,492 INFO program: Journal features: (none) >21:55:35,492 INFO program: Journal size: 32M >21:55:35,493 INFO program: Journal length: 32768 >21:55:35,493 INFO program: Journal sequence: 0x00000007 >21:55:35,493 INFO program: Journal start: 0 >21:55:35,494 INFO program: >21:55:35,494 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:35,494 INFO program: Running... resize2fs -P /dev/loop1 >21:55:35,508 INFO program: Couldn't find valid filesystem superblock. >21:55:35,509 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:55:35,509 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >21:55:35,557 INFO program: Running... udevadm settle --timeout=300 >21:55:35,606 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:55:35,616 INFO program: Filesystem volume name: Anaconda >21:55:35,617 INFO program: Last mounted on: /sysroot >21:55:35,617 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:35,618 INFO program: Filesystem magic number: 0xEF53 >21:55:35,618 INFO program: Filesystem revision #: 1 (dynamic) >21:55:35,619 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 >21:55:35,619 INFO program: Filesystem flags: signed_directory_hash >21:55:35,620 INFO program: Default mount options: user_xattr acl >21:55:35,620 INFO program: Filesystem state: clean >21:55:35,621 INFO program: Errors behavior: Continue >21:55:35,621 INFO program: Filesystem OS type: Linux >21:55:35,621 INFO program: Inode count: 65536 >21:55:35,621 INFO program: Block count: 1048576 >21:55:35,622 INFO program: Reserved block count: 0 >21:55:35,622 INFO program: Free blocks: 303646 >21:55:35,622 INFO program: Free inodes: 38160 >21:55:35,622 INFO program: First block: 1 >21:55:35,622 INFO program: Block size: 1024 >21:55:35,623 INFO program: Fragment size: 1024 >21:55:35,623 INFO program: Reserved GDT blocks: 256 >21:55:35,623 INFO program: Blocks per group: 8192 >21:55:35,623 INFO program: Fragments per group: 8192 >21:55:35,624 INFO program: Inodes per group: 512 >21:55:35,624 INFO program: Inode blocks per group: 128 >21:55:35,624 INFO program: Flex block group size: 16 >21:55:35,624 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:35,625 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:55:35,625 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:55:35,625 INFO program: Mount count: 3 >21:55:35,625 INFO program: Maximum mount count: -1 >21:55:35,626 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:35,626 INFO program: Check interval: 0 (<none>) >21:55:35,626 INFO program: Lifetime writes: 32 MB >21:55:35,626 INFO program: Reserved blocks uid: 0 (user root) >21:55:35,627 INFO program: Reserved blocks gid: 0 (group root) >21:55:35,627 INFO program: First inode: 11 >21:55:35,627 INFO program: Inode size: 256 >21:55:35,627 INFO program: Required extra isize: 28 >21:55:35,628 INFO program: Desired extra isize: 28 >21:55:35,628 INFO program: Journal inode: 8 >21:55:35,628 INFO program: Default directory hash: half_md4 >21:55:35,628 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:35,629 INFO program: Journal backup: inode blocks >21:55:35,629 INFO program: Journal features: (none) >21:55:35,629 INFO program: Journal size: 32M >21:55:35,629 INFO program: Journal length: 32768 >21:55:35,630 INFO program: Journal sequence: 0x00000008 >21:55:35,630 INFO program: Journal start: 1 >21:55:35,630 INFO program: >21:55:35,630 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:35,631 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:55:35,641 INFO program: Filesystem volume name: Anaconda >21:55:35,642 INFO program: Last mounted on: /sysroot >21:55:35,642 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:35,642 INFO program: Filesystem magic number: 0xEF53 >21:55:35,642 INFO program: Filesystem revision #: 1 (dynamic) >21:55:35,643 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 >21:55:35,643 INFO program: Filesystem flags: signed_directory_hash >21:55:35,643 INFO program: Default mount options: user_xattr acl >21:55:35,643 INFO program: Filesystem state: clean >21:55:35,644 INFO program: Errors behavior: Continue >21:55:35,644 INFO program: Filesystem OS type: Linux >21:55:35,644 INFO program: Inode count: 65536 >21:55:35,644 INFO program: Block count: 1048576 >21:55:35,645 INFO program: Reserved block count: 0 >21:55:35,645 INFO program: Free blocks: 303646 >21:55:35,645 INFO program: Free inodes: 38160 >21:55:35,645 INFO program: First block: 1 >21:55:35,646 INFO program: Block size: 1024 >21:55:35,646 INFO program: Fragment size: 1024 >21:55:35,646 INFO program: Reserved GDT blocks: 256 >21:55:35,646 INFO program: Blocks per group: 8192 >21:55:35,647 INFO program: Fragments per group: 8192 >21:55:35,647 INFO program: Inodes per group: 512 >21:55:35,647 INFO program: Inode blocks per group: 128 >21:55:35,647 INFO program: Flex block group size: 16 >21:55:35,647 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:35,648 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:55:35,648 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:55:35,648 INFO program: Mount count: 3 >21:55:35,649 INFO program: Maximum mount count: -1 >21:55:35,649 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:35,649 INFO program: Check interval: 0 (<none>) >21:55:35,649 INFO program: Lifetime writes: 32 MB >21:55:35,650 INFO program: Reserved blocks uid: 0 (user root) >21:55:35,650 INFO program: Reserved blocks gid: 0 (group root) >21:55:35,650 INFO program: First inode: 11 >21:55:35,650 INFO program: Inode size: 256 >21:55:35,651 INFO program: Required extra isize: 28 >21:55:35,651 INFO program: Desired extra isize: 28 >21:55:35,651 INFO program: Journal inode: 8 >21:55:35,651 INFO program: Default directory hash: half_md4 >21:55:35,652 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:35,652 INFO program: Journal backup: inode blocks >21:55:35,652 INFO program: Journal features: (none) >21:55:35,652 INFO program: Journal size: 32M >21:55:35,653 INFO program: Journal length: 32768 >21:55:35,653 INFO program: Journal sequence: 0x00000008 >21:55:35,653 INFO program: Journal start: 1 >21:55:35,653 INFO program: >21:55:35,654 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:35,654 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:55:35,666 INFO program: Estimated minimum size of the filesystem: 742553 >21:55:35,667 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:55:35,675 INFO program: Running... udevadm settle --timeout=300 >21:55:35,702 INFO program: Running... udevadm settle --timeout=300 >21:55:35,723 INFO program: Running... udevadm settle --timeout=300 >21:55:35,744 INFO program: Running... udevadm settle --timeout=300 >21:55:35,766 INFO program: Running... udevadm settle --timeout=300 >21:55:35,787 INFO program: Running... udevadm settle --timeout=300 >21:55:35,807 INFO program: Running... udevadm settle --timeout=300 >21:55:35,827 INFO program: Running... udevadm settle --timeout=300 >21:55:35,848 INFO program: Running... udevadm settle --timeout=300 >21:55:54,341 INFO program: Running... udevadm settle --timeout=300 >21:55:54,388 INFO program: Running... udevadm settle --timeout=300 >21:55:54,433 INFO program: Running... multipath -d >21:55:54,457 INFO program: Running... multipath -ll >21:55:54,995 INFO program: Running... dumpe2fs -h /dev/loop1 >21:55:55,020 INFO program: Filesystem volume name: Anaconda >21:55:55,021 INFO program: Last mounted on: / >21:55:55,021 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:55,022 INFO program: Filesystem magic number: 0xEF53 >21:55:55,022 INFO program: Filesystem revision #: 1 (dynamic) >21:55:55,023 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:55:55,023 INFO program: Filesystem flags: signed_directory_hash >21:55:55,023 INFO program: Default mount options: user_xattr acl >21:55:55,024 INFO program: Filesystem state: clean >21:55:55,024 INFO program: Errors behavior: Continue >21:55:55,025 INFO program: Filesystem OS type: Linux >21:55:55,025 INFO program: Inode count: 65536 >21:55:55,026 INFO program: Block count: 1048576 >21:55:55,026 INFO program: Reserved block count: 0 >21:55:55,027 INFO program: Free blocks: 303646 >21:55:55,027 INFO program: Free inodes: 38160 >21:55:55,027 INFO program: First block: 1 >21:55:55,028 INFO program: Block size: 1024 >21:55:55,028 INFO program: Fragment size: 1024 >21:55:55,029 INFO program: Reserved GDT blocks: 256 >21:55:55,029 INFO program: Blocks per group: 8192 >21:55:55,030 INFO program: Fragments per group: 8192 >21:55:55,030 INFO program: Inodes per group: 512 >21:55:55,030 INFO program: Inode blocks per group: 128 >21:55:55,031 INFO program: Flex block group size: 16 >21:55:55,031 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:55,032 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:55:55,032 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:55:55,033 INFO program: Mount count: 2 >21:55:55,033 INFO program: Maximum mount count: -1 >21:55:55,033 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:55,034 INFO program: Check interval: 0 (<none>) >21:55:55,034 INFO program: Lifetime writes: 32 MB >21:55:55,034 INFO program: Reserved blocks uid: 0 (user root) >21:55:55,035 INFO program: Reserved blocks gid: 0 (group root) >21:55:55,035 INFO program: First inode: 11 >21:55:55,035 INFO program: Inode size: 256 >21:55:55,036 INFO program: Required extra isize: 28 >21:55:55,036 INFO program: Desired extra isize: 28 >21:55:55,036 INFO program: Journal inode: 8 >21:55:55,037 INFO program: Default directory hash: half_md4 >21:55:55,037 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:55,037 INFO program: Journal backup: inode blocks >21:55:55,038 INFO program: Journal features: (none) >21:55:55,038 INFO program: Journal size: 32M >21:55:55,038 INFO program: Journal length: 32768 >21:55:55,039 INFO program: Journal sequence: 0x00000007 >21:55:55,039 INFO program: Journal start: 0 >21:55:55,039 INFO program: >21:55:55,040 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:55,040 INFO program: Running... dumpe2fs -h /dev/loop1 >21:55:55,053 INFO program: Filesystem volume name: Anaconda >21:55:55,054 INFO program: Last mounted on: / >21:55:55,054 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:55,055 INFO program: Filesystem magic number: 0xEF53 >21:55:55,055 INFO program: Filesystem revision #: 1 (dynamic) >21:55:55,055 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:55:55,056 INFO program: Filesystem flags: signed_directory_hash >21:55:55,056 INFO program: Default mount options: user_xattr acl >21:55:55,057 INFO program: Filesystem state: clean >21:55:55,057 INFO program: Errors behavior: Continue >21:55:55,058 INFO program: Filesystem OS type: Linux >21:55:55,058 INFO program: Inode count: 65536 >21:55:55,062 INFO program: Block count: 1048576 >21:55:55,063 INFO program: Reserved block count: 0 >21:55:55,063 INFO program: Free blocks: 303646 >21:55:55,064 INFO program: Free inodes: 38160 >21:55:55,064 INFO program: First block: 1 >21:55:55,064 INFO program: Block size: 1024 >21:55:55,065 INFO program: Fragment size: 1024 >21:55:55,065 INFO program: Reserved GDT blocks: 256 >21:55:55,066 INFO program: Blocks per group: 8192 >21:55:55,066 INFO program: Fragments per group: 8192 >21:55:55,067 INFO program: Inodes per group: 512 >21:55:55,067 INFO program: Inode blocks per group: 128 >21:55:55,068 INFO program: Flex block group size: 16 >21:55:55,068 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:55,069 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:55:55,069 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:55:55,070 INFO program: Mount count: 2 >21:55:55,070 INFO program: Maximum mount count: -1 >21:55:55,070 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:55,071 INFO program: Check interval: 0 (<none>) >21:55:55,071 INFO program: Lifetime writes: 32 MB >21:55:55,072 INFO program: Reserved blocks uid: 0 (user root) >21:55:55,072 INFO program: Reserved blocks gid: 0 (group root) >21:55:55,072 INFO program: First inode: 11 >21:55:55,073 INFO program: Inode size: 256 >21:55:55,073 INFO program: Required extra isize: 28 >21:55:55,074 INFO program: Desired extra isize: 28 >21:55:55,074 INFO program: Journal inode: 8 >21:55:55,075 INFO program: Default directory hash: half_md4 >21:55:55,075 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:55,076 INFO program: Journal backup: inode blocks >21:55:55,076 INFO program: Journal features: (none) >21:55:55,076 INFO program: Journal size: 32M >21:55:55,077 INFO program: Journal length: 32768 >21:55:55,077 INFO program: Journal sequence: 0x00000007 >21:55:55,077 INFO program: Journal start: 0 >21:55:55,078 INFO program: >21:55:55,078 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:55,079 INFO program: Running... resize2fs -P /dev/loop1 >21:55:55,091 INFO program: Couldn't find valid filesystem superblock. >21:55:55,092 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:55:55,092 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >21:55:55,144 INFO program: Running... udevadm settle --timeout=300 >21:55:55,208 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:55:55,218 INFO program: Filesystem volume name: Anaconda >21:55:55,218 INFO program: Last mounted on: /sysroot >21:55:55,218 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:55,219 INFO program: Filesystem magic number: 0xEF53 >21:55:55,219 INFO program: Filesystem revision #: 1 (dynamic) >21:55:55,219 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 >21:55:55,219 INFO program: Filesystem flags: signed_directory_hash >21:55:55,220 INFO program: Default mount options: user_xattr acl >21:55:55,220 INFO program: Filesystem state: clean >21:55:55,220 INFO program: Errors behavior: Continue >21:55:55,220 INFO program: Filesystem OS type: Linux >21:55:55,221 INFO program: Inode count: 65536 >21:55:55,221 INFO program: Block count: 1048576 >21:55:55,221 INFO program: Reserved block count: 0 >21:55:55,221 INFO program: Free blocks: 303646 >21:55:55,222 INFO program: Free inodes: 38160 >21:55:55,222 INFO program: First block: 1 >21:55:55,222 INFO program: Block size: 1024 >21:55:55,222 INFO program: Fragment size: 1024 >21:55:55,223 INFO program: Reserved GDT blocks: 256 >21:55:55,223 INFO program: Blocks per group: 8192 >21:55:55,223 INFO program: Fragments per group: 8192 >21:55:55,223 INFO program: Inodes per group: 512 >21:55:55,224 INFO program: Inode blocks per group: 128 >21:55:55,224 INFO program: Flex block group size: 16 >21:55:55,224 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:55,224 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:55:55,224 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:55:55,225 INFO program: Mount count: 3 >21:55:55,225 INFO program: Maximum mount count: -1 >21:55:55,225 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:55,225 INFO program: Check interval: 0 (<none>) >21:55:55,226 INFO program: Lifetime writes: 32 MB >21:55:55,226 INFO program: Reserved blocks uid: 0 (user root) >21:55:55,226 INFO program: Reserved blocks gid: 0 (group root) >21:55:55,226 INFO program: First inode: 11 >21:55:55,226 INFO program: Inode size: 256 >21:55:55,227 INFO program: Required extra isize: 28 >21:55:55,227 INFO program: Desired extra isize: 28 >21:55:55,227 INFO program: Journal inode: 8 >21:55:55,227 INFO program: Default directory hash: half_md4 >21:55:55,228 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:55,228 INFO program: Journal backup: inode blocks >21:55:55,228 INFO program: Journal features: (none) >21:55:55,228 INFO program: Journal size: 32M >21:55:55,229 INFO program: Journal length: 32768 >21:55:55,229 INFO program: Journal sequence: 0x00000008 >21:55:55,229 INFO program: Journal start: 1 >21:55:55,229 INFO program: >21:55:55,230 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:55,230 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:55:55,240 INFO program: Filesystem volume name: Anaconda >21:55:55,241 INFO program: Last mounted on: /sysroot >21:55:55,241 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:55:55,241 INFO program: Filesystem magic number: 0xEF53 >21:55:55,241 INFO program: Filesystem revision #: 1 (dynamic) >21:55:55,242 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 >21:55:55,242 INFO program: Filesystem flags: signed_directory_hash >21:55:55,242 INFO program: Default mount options: user_xattr acl >21:55:55,242 INFO program: Filesystem state: clean >21:55:55,243 INFO program: Errors behavior: Continue >21:55:55,243 INFO program: Filesystem OS type: Linux >21:55:55,243 INFO program: Inode count: 65536 >21:55:55,243 INFO program: Block count: 1048576 >21:55:55,243 INFO program: Reserved block count: 0 >21:55:55,244 INFO program: Free blocks: 303646 >21:55:55,244 INFO program: Free inodes: 38160 >21:55:55,244 INFO program: First block: 1 >21:55:55,244 INFO program: Block size: 1024 >21:55:55,245 INFO program: Fragment size: 1024 >21:55:55,245 INFO program: Reserved GDT blocks: 256 >21:55:55,245 INFO program: Blocks per group: 8192 >21:55:55,245 INFO program: Fragments per group: 8192 >21:55:55,245 INFO program: Inodes per group: 512 >21:55:55,246 INFO program: Inode blocks per group: 128 >21:55:55,246 INFO program: Flex block group size: 16 >21:55:55,246 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:55:55,246 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:55:55,247 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:55:55,247 INFO program: Mount count: 3 >21:55:55,247 INFO program: Maximum mount count: -1 >21:55:55,247 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:55:55,247 INFO program: Check interval: 0 (<none>) >21:55:55,248 INFO program: Lifetime writes: 32 MB >21:55:55,248 INFO program: Reserved blocks uid: 0 (user root) >21:55:55,248 INFO program: Reserved blocks gid: 0 (group root) >21:55:55,248 INFO program: First inode: 11 >21:55:55,249 INFO program: Inode size: 256 >21:55:55,249 INFO program: Required extra isize: 28 >21:55:55,249 INFO program: Desired extra isize: 28 >21:55:55,249 INFO program: Journal inode: 8 >21:55:55,250 INFO program: Default directory hash: half_md4 >21:55:55,250 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:55:55,250 INFO program: Journal backup: inode blocks >21:55:55,250 INFO program: Journal features: (none) >21:55:55,250 INFO program: Journal size: 32M >21:55:55,251 INFO program: Journal length: 32768 >21:55:55,251 INFO program: Journal sequence: 0x00000008 >21:55:55,251 INFO program: Journal start: 1 >21:55:55,251 INFO program: >21:55:55,252 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:55:55,252 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:55:55,264 INFO program: Estimated minimum size of the filesystem: 742553 >21:55:55,264 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:55:55,273 INFO program: Running... udevadm settle --timeout=300 >21:55:55,302 INFO program: Running... udevadm settle --timeout=300 >21:55:55,326 INFO program: Running... udevadm settle --timeout=300 >21:55:55,349 INFO program: Running... udevadm settle --timeout=300 >21:55:55,372 INFO program: Running... udevadm settle --timeout=300 >21:55:55,395 INFO program: Running... udevadm settle --timeout=300 >21:55:55,418 INFO program: Running... udevadm settle --timeout=300 >21:55:55,441 INFO program: Running... udevadm settle --timeout=300 >21:55:55,464 INFO program: Running... udevadm settle --timeout=300 >21:55:55,486 INFO program: Running... udevadm settle --timeout=300 >21:55:55,507 INFO program: Running... udevadm settle --timeout=300 >21:55:55,528 INFO program: Running... udevadm settle --timeout=300 >21:56:13,512 INFO program: Running... udevadm settle --timeout=300 >21:56:13,584 INFO program: Running... udevadm settle --timeout=300 >21:56:13,628 INFO program: Running... multipath -d >21:56:13,656 INFO program: Running... multipath -ll >21:56:13,880 INFO program: Running... dumpe2fs -h /dev/vda1 >21:56:13,901 INFO program: Filesystem volume name: <none> >21:56:13,903 INFO program: Last mounted on: /boot >21:56:13,903 INFO program: Filesystem UUID: a9990a99-0f72-477c-ac4b-b7b2784ac43d >21:56:13,904 INFO program: Filesystem magic number: 0xEF53 >21:56:13,905 INFO program: Filesystem revision #: 1 (dynamic) >21:56:13,905 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:56:13,906 INFO program: Filesystem flags: signed_directory_hash >21:56:13,907 INFO program: Default mount options: user_xattr acl >21:56:13,908 INFO program: Filesystem state: clean >21:56:13,908 INFO program: Errors behavior: Continue >21:56:13,909 INFO program: Filesystem OS type: Linux >21:56:13,910 INFO program: Inode count: 128016 >21:56:13,910 INFO program: Block count: 512000 >21:56:13,911 INFO program: Reserved block count: 25600 >21:56:13,912 INFO program: Free blocks: 446165 >21:56:13,912 INFO program: Free inodes: 127668 >21:56:13,913 INFO program: First block: 1 >21:56:13,913 INFO program: Block size: 1024 >21:56:13,914 INFO program: Fragment size: 1024 >21:56:13,915 INFO program: Reserved GDT blocks: 256 >21:56:13,915 INFO program: Blocks per group: 8192 >21:56:13,916 INFO program: Fragments per group: 8192 >21:56:13,916 INFO program: Inodes per group: 2032 >21:56:13,916 INFO program: Inode blocks per group: 254 >21:56:13,917 INFO program: Flex block group size: 16 >21:56:13,917 INFO program: Filesystem created: Sat Sep 8 15:37:40 2012 >21:56:13,917 INFO program: Last mount time: Mon Sep 10 21:42:00 2012 >21:56:13,918 INFO program: Last write time: Mon Sep 10 21:42:00 2012 >21:56:13,918 INFO program: Mount count: 3 >21:56:13,918 INFO program: Maximum mount count: -1 >21:56:13,919 INFO program: Last checked: Sat Sep 8 15:37:40 2012 >21:56:13,919 INFO program: Check interval: 0 (<none>) >21:56:13,919 INFO program: Lifetime writes: 63 MB >21:56:13,920 INFO program: Reserved blocks uid: 0 (user root) >21:56:13,920 INFO program: Reserved blocks gid: 0 (group root) >21:56:13,920 INFO program: First inode: 11 >21:56:13,921 INFO program: Inode size: 128 >21:56:13,921 INFO program: Journal inode: 8 >21:56:13,921 INFO program: Default directory hash: half_md4 >21:56:13,922 INFO program: Directory Hash Seed: 2227f7e4-9866-4ccf-86b6-c08cb573c2bb >21:56:13,922 INFO program: Journal backup: inode blocks >21:56:13,923 INFO program: Journal features: (none) >21:56:13,923 INFO program: Journal size: 8M >21:56:13,923 INFO program: Journal length: 8192 >21:56:13,923 INFO program: Journal sequence: 0x00000004 >21:56:13,924 INFO program: Journal start: 0 >21:56:13,924 INFO program: >21:56:13,924 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:13,925 INFO program: Running... dumpe2fs -h /dev/vda1 >21:56:13,939 INFO program: Filesystem volume name: <none> >21:56:13,940 INFO program: Last mounted on: /boot >21:56:13,940 INFO program: Filesystem UUID: a9990a99-0f72-477c-ac4b-b7b2784ac43d >21:56:13,940 INFO program: Filesystem magic number: 0xEF53 >21:56:13,941 INFO program: Filesystem revision #: 1 (dynamic) >21:56:13,941 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:56:13,942 INFO program: Filesystem flags: signed_directory_hash >21:56:13,942 INFO program: Default mount options: user_xattr acl >21:56:13,943 INFO program: Filesystem state: clean >21:56:13,943 INFO program: Errors behavior: Continue >21:56:13,944 INFO program: Filesystem OS type: Linux >21:56:13,944 INFO program: Inode count: 128016 >21:56:13,944 INFO program: Block count: 512000 >21:56:13,945 INFO program: Reserved block count: 25600 >21:56:13,945 INFO program: Free blocks: 446165 >21:56:13,946 INFO program: Free inodes: 127668 >21:56:13,946 INFO program: First block: 1 >21:56:13,947 INFO program: Block size: 1024 >21:56:13,947 INFO program: Fragment size: 1024 >21:56:13,948 INFO program: Reserved GDT blocks: 256 >21:56:13,948 INFO program: Blocks per group: 8192 >21:56:13,948 INFO program: Fragments per group: 8192 >21:56:13,949 INFO program: Inodes per group: 2032 >21:56:13,949 INFO program: Inode blocks per group: 254 >21:56:13,949 INFO program: Flex block group size: 16 >21:56:13,950 INFO program: Filesystem created: Sat Sep 8 15:37:40 2012 >21:56:13,950 INFO program: Last mount time: Mon Sep 10 21:42:00 2012 >21:56:13,951 INFO program: Last write time: Mon Sep 10 21:42:00 2012 >21:56:13,951 INFO program: Mount count: 3 >21:56:13,952 INFO program: Maximum mount count: -1 >21:56:13,952 INFO program: Last checked: Sat Sep 8 15:37:40 2012 >21:56:13,952 INFO program: Check interval: 0 (<none>) >21:56:13,953 INFO program: Lifetime writes: 63 MB >21:56:13,953 INFO program: Reserved blocks uid: 0 (user root) >21:56:13,953 INFO program: Reserved blocks gid: 0 (group root) >21:56:13,954 INFO program: First inode: 11 >21:56:13,954 INFO program: Inode size: 128 >21:56:13,954 INFO program: Journal inode: 8 >21:56:13,955 INFO program: Default directory hash: half_md4 >21:56:13,955 INFO program: Directory Hash Seed: 2227f7e4-9866-4ccf-86b6-c08cb573c2bb >21:56:13,955 INFO program: Journal backup: inode blocks >21:56:13,956 INFO program: Journal features: (none) >21:56:13,956 INFO program: Journal size: 8M >21:56:13,956 INFO program: Journal length: 8192 >21:56:13,957 INFO program: Journal sequence: 0x00000004 >21:56:13,957 INFO program: Journal start: 0 >21:56:13,957 INFO program: >21:56:13,958 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:13,958 INFO program: Running... resize2fs -P /dev/vda1 >21:56:13,971 INFO program: Estimated minimum size of the filesystem: 54960 >21:56:13,972 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:56:14,088 INFO program: Running... dumpe2fs -h /dev/vda3 >21:56:14,106 INFO program: Filesystem volume name: <none> >21:56:14,107 INFO program: Last mounted on: / >21:56:14,108 INFO program: Filesystem UUID: 7938fbf5-ac16-46e5-a161-f8488bff1e8d >21:56:14,108 INFO program: Filesystem magic number: 0xEF53 >21:56:14,109 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,109 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >21:56:14,110 INFO program: Filesystem flags: signed_directory_hash >21:56:14,111 INFO program: Default mount options: user_xattr acl >21:56:14,111 INFO program: Filesystem state: clean >21:56:14,112 INFO program: Errors behavior: Continue >21:56:14,112 INFO program: Filesystem OS type: Linux >21:56:14,113 INFO program: Inode count: 482384 >21:56:14,113 INFO program: Block count: 1926912 >21:56:14,114 INFO program: Reserved block count: 96345 >21:56:14,114 INFO program: Free blocks: 1297484 >21:56:14,115 INFO program: Free inodes: 413945 >21:56:14,116 INFO program: First block: 0 >21:56:14,116 INFO program: Block size: 4096 >21:56:14,116 INFO program: Fragment size: 4096 >21:56:14,117 INFO program: Reserved GDT blocks: 470 >21:56:14,117 INFO program: Blocks per group: 32768 >21:56:14,117 INFO program: Fragments per group: 32768 >21:56:14,118 INFO program: Inodes per group: 8176 >21:56:14,118 INFO program: Inode blocks per group: 511 >21:56:14,119 INFO program: Flex block group size: 16 >21:56:14,119 INFO program: Filesystem created: Sat Sep 8 15:37:34 2012 >21:56:14,120 INFO program: Last mount time: Mon Sep 10 21:41:57 2012 >21:56:14,120 INFO program: Last write time: Mon Sep 10 17:41:44 2012 >21:56:14,121 INFO program: Mount count: 3 >21:56:14,121 INFO program: Maximum mount count: -1 >21:56:14,121 INFO program: Last checked: Sat Sep 8 15:37:34 2012 >21:56:14,122 INFO program: Check interval: 0 (<none>) >21:56:14,122 INFO program: Lifetime writes: 3220 MB >21:56:14,122 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,123 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,123 INFO program: First inode: 11 >21:56:14,123 INFO program: Inode size: 256 >21:56:14,123 INFO program: Required extra isize: 28 >21:56:14,124 INFO program: Desired extra isize: 28 >21:56:14,124 INFO program: Journal inode: 8 >21:56:14,124 INFO program: Default directory hash: half_md4 >21:56:14,125 INFO program: Directory Hash Seed: cfffbefb-0d18-4d34-b3d6-e1a042901597 >21:56:14,125 INFO program: Journal backup: inode blocks >21:56:14,126 INFO program: Journal features: journal_incompat_revoke >21:56:14,126 INFO program: Journal size: 128M >21:56:14,126 INFO program: Journal length: 32768 >21:56:14,127 INFO program: Journal sequence: 0x00000f7f >21:56:14,127 INFO program: Journal start: 0 >21:56:14,127 INFO program: >21:56:14,128 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,128 INFO program: Running... dumpe2fs -h /dev/vda3 >21:56:14,143 INFO program: Filesystem volume name: <none> >21:56:14,143 INFO program: Last mounted on: / >21:56:14,144 INFO program: Filesystem UUID: 7938fbf5-ac16-46e5-a161-f8488bff1e8d >21:56:14,145 INFO program: Filesystem magic number: 0xEF53 >21:56:14,145 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,146 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize >21:56:14,146 INFO program: Filesystem flags: signed_directory_hash >21:56:14,147 INFO program: Default mount options: user_xattr acl >21:56:14,147 INFO program: Filesystem state: clean >21:56:14,147 INFO program: Errors behavior: Continue >21:56:14,148 INFO program: Filesystem OS type: Linux >21:56:14,148 INFO program: Inode count: 482384 >21:56:14,149 INFO program: Block count: 1926912 >21:56:14,149 INFO program: Reserved block count: 96345 >21:56:14,150 INFO program: Free blocks: 1297484 >21:56:14,150 INFO program: Free inodes: 413945 >21:56:14,151 INFO program: First block: 0 >21:56:14,151 INFO program: Block size: 4096 >21:56:14,151 INFO program: Fragment size: 4096 >21:56:14,152 INFO program: Reserved GDT blocks: 470 >21:56:14,152 INFO program: Blocks per group: 32768 >21:56:14,153 INFO program: Fragments per group: 32768 >21:56:14,153 INFO program: Inodes per group: 8176 >21:56:14,154 INFO program: Inode blocks per group: 511 >21:56:14,154 INFO program: Flex block group size: 16 >21:56:14,155 INFO program: Filesystem created: Sat Sep 8 15:37:34 2012 >21:56:14,155 INFO program: Last mount time: Mon Sep 10 21:41:57 2012 >21:56:14,155 INFO program: Last write time: Mon Sep 10 17:41:44 2012 >21:56:14,156 INFO program: Mount count: 3 >21:56:14,156 INFO program: Maximum mount count: -1 >21:56:14,156 INFO program: Last checked: Sat Sep 8 15:37:34 2012 >21:56:14,157 INFO program: Check interval: 0 (<none>) >21:56:14,157 INFO program: Lifetime writes: 3220 MB >21:56:14,157 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,158 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,158 INFO program: First inode: 11 >21:56:14,158 INFO program: Inode size: 256 >21:56:14,159 INFO program: Required extra isize: 28 >21:56:14,159 INFO program: Desired extra isize: 28 >21:56:14,159 INFO program: Journal inode: 8 >21:56:14,160 INFO program: Default directory hash: half_md4 >21:56:14,160 INFO program: Directory Hash Seed: cfffbefb-0d18-4d34-b3d6-e1a042901597 >21:56:14,161 INFO program: Journal backup: inode blocks >21:56:14,161 INFO program: Journal features: journal_incompat_revoke >21:56:14,161 INFO program: Journal size: 128M >21:56:14,161 INFO program: Journal length: 32768 >21:56:14,162 INFO program: Journal sequence: 0x00000f7f >21:56:14,162 INFO program: Journal start: 0 >21:56:14,163 INFO program: >21:56:14,163 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,163 INFO program: Running... resize2fs -P /dev/vda3 >21:56:14,175 INFO program: Estimated minimum size of the filesystem: 620370 >21:56:14,175 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:56:14,290 INFO program: Running... dumpe2fs -h /dev/loop1 >21:56:14,301 INFO program: Filesystem volume name: Anaconda >21:56:14,301 INFO program: Last mounted on: / >21:56:14,302 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:56:14,302 INFO program: Filesystem magic number: 0xEF53 >21:56:14,302 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,302 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:56:14,302 INFO program: Filesystem flags: signed_directory_hash >21:56:14,303 INFO program: Default mount options: user_xattr acl >21:56:14,303 INFO program: Filesystem state: clean >21:56:14,303 INFO program: Errors behavior: Continue >21:56:14,304 INFO program: Filesystem OS type: Linux >21:56:14,304 INFO program: Inode count: 65536 >21:56:14,304 INFO program: Block count: 1048576 >21:56:14,304 INFO program: Reserved block count: 0 >21:56:14,305 INFO program: Free blocks: 303646 >21:56:14,305 INFO program: Free inodes: 38160 >21:56:14,305 INFO program: First block: 1 >21:56:14,305 INFO program: Block size: 1024 >21:56:14,306 INFO program: Fragment size: 1024 >21:56:14,306 INFO program: Reserved GDT blocks: 256 >21:56:14,306 INFO program: Blocks per group: 8192 >21:56:14,306 INFO program: Fragments per group: 8192 >21:56:14,307 INFO program: Inodes per group: 512 >21:56:14,307 INFO program: Inode blocks per group: 128 >21:56:14,307 INFO program: Flex block group size: 16 >21:56:14,307 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:56:14,308 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:56:14,308 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:56:14,308 INFO program: Mount count: 2 >21:56:14,308 INFO program: Maximum mount count: -1 >21:56:14,309 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:56:14,309 INFO program: Check interval: 0 (<none>) >21:56:14,309 INFO program: Lifetime writes: 32 MB >21:56:14,309 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,310 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,310 INFO program: First inode: 11 >21:56:14,310 INFO program: Inode size: 256 >21:56:14,310 INFO program: Required extra isize: 28 >21:56:14,311 INFO program: Desired extra isize: 28 >21:56:14,311 INFO program: Journal inode: 8 >21:56:14,311 INFO program: Default directory hash: half_md4 >21:56:14,311 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:56:14,312 INFO program: Journal backup: inode blocks >21:56:14,312 INFO program: Journal features: (none) >21:56:14,312 INFO program: Journal size: 32M >21:56:14,312 INFO program: Journal length: 32768 >21:56:14,313 INFO program: Journal sequence: 0x00000007 >21:56:14,313 INFO program: Journal start: 0 >21:56:14,313 INFO program: >21:56:14,313 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,314 INFO program: Running... dumpe2fs -h /dev/loop1 >21:56:14,325 INFO program: Filesystem volume name: Anaconda >21:56:14,325 INFO program: Last mounted on: / >21:56:14,325 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:56:14,326 INFO program: Filesystem magic number: 0xEF53 >21:56:14,326 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,326 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >21:56:14,326 INFO program: Filesystem flags: signed_directory_hash >21:56:14,327 INFO program: Default mount options: user_xattr acl >21:56:14,327 INFO program: Filesystem state: clean >21:56:14,327 INFO program: Errors behavior: Continue >21:56:14,327 INFO program: Filesystem OS type: Linux >21:56:14,328 INFO program: Inode count: 65536 >21:56:14,328 INFO program: Block count: 1048576 >21:56:14,328 INFO program: Reserved block count: 0 >21:56:14,328 INFO program: Free blocks: 303646 >21:56:14,329 INFO program: Free inodes: 38160 >21:56:14,329 INFO program: First block: 1 >21:56:14,329 INFO program: Block size: 1024 >21:56:14,329 INFO program: Fragment size: 1024 >21:56:14,330 INFO program: Reserved GDT blocks: 256 >21:56:14,330 INFO program: Blocks per group: 8192 >21:56:14,330 INFO program: Fragments per group: 8192 >21:56:14,330 INFO program: Inodes per group: 512 >21:56:14,331 INFO program: Inode blocks per group: 128 >21:56:14,331 INFO program: Flex block group size: 16 >21:56:14,331 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:56:14,331 INFO program: Last mount time: Tue Oct 2 23:27:03 2012 >21:56:14,332 INFO program: Last write time: Tue Oct 2 23:27:09 2012 >21:56:14,332 INFO program: Mount count: 2 >21:56:14,332 INFO program: Maximum mount count: -1 >21:56:14,332 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:56:14,333 INFO program: Check interval: 0 (<none>) >21:56:14,333 INFO program: Lifetime writes: 32 MB >21:56:14,333 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,333 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,334 INFO program: First inode: 11 >21:56:14,334 INFO program: Inode size: 256 >21:56:14,334 INFO program: Required extra isize: 28 >21:56:14,334 INFO program: Desired extra isize: 28 >21:56:14,335 INFO program: Journal inode: 8 >21:56:14,335 INFO program: Default directory hash: half_md4 >21:56:14,335 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:56:14,335 INFO program: Journal backup: inode blocks >21:56:14,336 INFO program: Journal features: (none) >21:56:14,336 INFO program: Journal size: 32M >21:56:14,336 INFO program: Journal length: 32768 >21:56:14,336 INFO program: Journal sequence: 0x00000007 >21:56:14,337 INFO program: Journal start: 0 >21:56:14,337 INFO program: >21:56:14,337 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,338 INFO program: Running... resize2fs -P /dev/loop1 >21:56:14,350 INFO program: Couldn't find valid filesystem superblock. >21:56:14,351 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:56:14,351 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >21:56:14,400 INFO program: Running... udevadm settle --timeout=300 >21:56:14,453 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:56:14,464 INFO program: Filesystem volume name: Anaconda >21:56:14,464 INFO program: Last mounted on: /sysroot >21:56:14,464 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:56:14,465 INFO program: Filesystem magic number: 0xEF53 >21:56:14,465 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,465 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 >21:56:14,466 INFO program: Filesystem flags: signed_directory_hash >21:56:14,466 INFO program: Default mount options: user_xattr acl >21:56:14,466 INFO program: Filesystem state: clean >21:56:14,466 INFO program: Errors behavior: Continue >21:56:14,467 INFO program: Filesystem OS type: Linux >21:56:14,467 INFO program: Inode count: 65536 >21:56:14,467 INFO program: Block count: 1048576 >21:56:14,467 INFO program: Reserved block count: 0 >21:56:14,468 INFO program: Free blocks: 303646 >21:56:14,468 INFO program: Free inodes: 38160 >21:56:14,468 INFO program: First block: 1 >21:56:14,468 INFO program: Block size: 1024 >21:56:14,469 INFO program: Fragment size: 1024 >21:56:14,469 INFO program: Reserved GDT blocks: 256 >21:56:14,469 INFO program: Blocks per group: 8192 >21:56:14,469 INFO program: Fragments per group: 8192 >21:56:14,470 INFO program: Inodes per group: 512 >21:56:14,470 INFO program: Inode blocks per group: 128 >21:56:14,470 INFO program: Flex block group size: 16 >21:56:14,470 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:56:14,471 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:56:14,471 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:56:14,471 INFO program: Mount count: 3 >21:56:14,471 INFO program: Maximum mount count: -1 >21:56:14,472 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:56:14,472 INFO program: Check interval: 0 (<none>) >21:56:14,472 INFO program: Lifetime writes: 32 MB >21:56:14,472 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,473 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,473 INFO program: First inode: 11 >21:56:14,473 INFO program: Inode size: 256 >21:56:14,473 INFO program: Required extra isize: 28 >21:56:14,474 INFO program: Desired extra isize: 28 >21:56:14,474 INFO program: Journal inode: 8 >21:56:14,474 INFO program: Default directory hash: half_md4 >21:56:14,475 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:56:14,475 INFO program: Journal backup: inode blocks >21:56:14,475 INFO program: Journal features: (none) >21:56:14,475 INFO program: Journal size: 32M >21:56:14,476 INFO program: Journal length: 32768 >21:56:14,476 INFO program: Journal sequence: 0x00000008 >21:56:14,476 INFO program: Journal start: 1 >21:56:14,476 INFO program: >21:56:14,477 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,477 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >21:56:14,488 INFO program: Filesystem volume name: Anaconda >21:56:14,489 INFO program: Last mounted on: /sysroot >21:56:14,489 INFO program: Filesystem UUID: ae1ffd21-1eb7-4497-b8fb-5621999430c7 >21:56:14,489 INFO program: Filesystem magic number: 0xEF53 >21:56:14,490 INFO program: Filesystem revision #: 1 (dynamic) >21:56:14,490 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 >21:56:14,490 INFO program: Filesystem flags: signed_directory_hash >21:56:14,490 INFO program: Default mount options: user_xattr acl >21:56:14,491 INFO program: Filesystem state: clean >21:56:14,491 INFO program: Errors behavior: Continue >21:56:14,491 INFO program: Filesystem OS type: Linux >21:56:14,491 INFO program: Inode count: 65536 >21:56:14,492 INFO program: Block count: 1048576 >21:56:14,492 INFO program: Reserved block count: 0 >21:56:14,492 INFO program: Free blocks: 303646 >21:56:14,492 INFO program: Free inodes: 38160 >21:56:14,493 INFO program: First block: 1 >21:56:14,493 INFO program: Block size: 1024 >21:56:14,493 INFO program: Fragment size: 1024 >21:56:14,493 INFO program: Reserved GDT blocks: 256 >21:56:14,494 INFO program: Blocks per group: 8192 >21:56:14,494 INFO program: Fragments per group: 8192 >21:56:14,494 INFO program: Inodes per group: 512 >21:56:14,494 INFO program: Inode blocks per group: 128 >21:56:14,495 INFO program: Flex block group size: 16 >21:56:14,495 INFO program: Filesystem created: Tue Oct 2 23:26:51 2012 >21:56:14,495 INFO program: Last mount time: Wed Oct 3 21:50:41 2012 >21:56:14,495 INFO program: Last write time: Wed Oct 3 21:50:41 2012 >21:56:14,496 INFO program: Mount count: 3 >21:56:14,496 INFO program: Maximum mount count: -1 >21:56:14,496 INFO program: Last checked: Tue Oct 2 23:26:51 2012 >21:56:14,497 INFO program: Check interval: 0 (<none>) >21:56:14,497 INFO program: Lifetime writes: 32 MB >21:56:14,497 INFO program: Reserved blocks uid: 0 (user root) >21:56:14,497 INFO program: Reserved blocks gid: 0 (group root) >21:56:14,498 INFO program: First inode: 11 >21:56:14,498 INFO program: Inode size: 256 >21:56:14,498 INFO program: Required extra isize: 28 >21:56:14,498 INFO program: Desired extra isize: 28 >21:56:14,499 INFO program: Journal inode: 8 >21:56:14,499 INFO program: Default directory hash: half_md4 >21:56:14,499 INFO program: Directory Hash Seed: 375634c3-528c-49bb-a07d-0783b891b822 >21:56:14,499 INFO program: Journal backup: inode blocks >21:56:14,500 INFO program: Journal features: (none) >21:56:14,500 INFO program: Journal size: 32M >21:56:14,500 INFO program: Journal length: 32768 >21:56:14,500 INFO program: Journal sequence: 0x00000008 >21:56:14,501 INFO program: Journal start: 1 >21:56:14,501 INFO program: >21:56:14,501 ERR program: dumpe2fs 1.42.5 (29-Jul-2012) >21:56:14,502 INFO program: Running... resize2fs -P /dev/mapper/live-rw >21:56:14,514 INFO program: Estimated minimum size of the filesystem: 742553 >21:56:14,514 ERR program: resize2fs 1.42.5 (29-Jul-2012) >21:56:14,523 INFO program: Running... udevadm settle --timeout=300 >21:56:14,550 INFO program: Running... udevadm settle --timeout=300 >21:56:14,569 INFO program: Running... udevadm settle --timeout=300 >21:56:14,591 INFO program: Running... udevadm settle --timeout=300 >21:56:14,613 INFO program: Running... udevadm settle --timeout=300 >21:56:14,634 INFO program: Running... udevadm settle --timeout=300 >21:56:14,654 INFO program: Running... udevadm settle --timeout=300 >21:56:14,676 INFO program: Running... udevadm settle --timeout=300 >01:56:14,715 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda1 /mnt/sysimage >01:56:14,757 INFO program: Running... /bin/umount /mnt/sysimage >21:56:14,791 INFO program: Running... udevadm settle --timeout=300 >21:56:14,815 INFO program: Running... udevadm settle --timeout=300 >01:56:14,836 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/vda3 /mnt/sysimage >21:56:14,846 INFO program: Running... arch >21:56:14,882 INFO program: x86_64 >01:56:14,892 INFO program: Running... /bin/umount /mnt/sysimage >21:56:14,923 INFO program: Running... udevadm settle --timeout=300 >21:56:41,831 INFO program: Running... udevadm settle --timeout=300 >21:56:41,889 INFO program: Running... udevadm settle --timeout=300 >21:56:41,921 INFO program: Running... udevadm settle --timeout=300 > > >/tmp/storage.log: >01:50:46,886 DEBUG storage: registered device format class LUKS as luks >01:50:46,909 DEBUG storage: registered device format class Ext2FS as ext2 >01:50:46,910 DEBUG storage: registered device format class Ext3FS as ext3 >01:50:46,911 DEBUG storage: registered device format class Ext4FS as ext4 >01:50:46,911 DEBUG storage: registered device format class FATFS as vfat >01:50:46,912 DEBUG storage: registered device format class EFIFS as efi >01:50:46,912 DEBUG storage: registered device format class BTRFS as btrfs >01:50:46,913 DEBUG storage: registered device format class GFS2 as gfs2 >01:50:46,913 DEBUG storage: registered device format class JFS as jfs >01:50:46,914 DEBUG storage: registered device format class ReiserFS as reiserfs >01:50:46,915 DEBUG storage: registered device format class XFS as xfs >01:50:46,915 DEBUG storage: registered device format class HFS as hfs >01:50:46,915 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >01:50:46,916 DEBUG storage: registered device format class HFSPlus as hfs+ >01:50:46,917 DEBUG storage: registered device format class NTFS as ntfs >01:50:46,917 DEBUG storage: registered device format class NFS as nfs >01:50:46,918 DEBUG storage: registered device format class NFSv4 as nfs4 >01:50:46,918 DEBUG storage: registered device format class Iso9660FS as iso9660 >01:50:46,919 DEBUG storage: registered device format class NoDevFS as nodev >01:50:46,919 DEBUG storage: registered device format class DevPtsFS as devpts >01:50:46,920 DEBUG storage: registered device format class ProcFS as proc >01:50:46,920 DEBUG storage: registered device format class SysFS as sysfs >01:50:46,921 DEBUG storage: registered device format class TmpFS as tmpfs >01:50:46,921 DEBUG storage: registered device format class BindFS as bind >01:50:46,922 DEBUG storage: registered device format class SELinuxFS as selinuxfs >01:50:46,922 DEBUG storage: registered device format class USBFS as usbfs >01:50:46,924 DEBUG storage: registered device format class DMRaidMember as dmraidmember >01:50:46,927 DEBUG storage: registered device format class SwapSpace as swap >01:50:46,929 DEBUG storage: registered device format class MDRaidMember as mdmember >01:50:46,930 DEBUG storage: registered device format class BIOSBoot as biosboot >01:50:46,932 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >01:50:46,934 DEBUG storage: registered device format class MultipathMember as multipath_member >01:50:46,935 DEBUG storage: registered device format class PPCPRePBoot as prepboot >01:50:46,940 DEBUG storage: registered device format class DiskLabel as disklabel >01:50:47,786 DEBUG storage: MultipathTopology._build_topology: >01:50:47,786 DEBUG storage: /etc/multipath.conf contents: >01:50:47,787 DEBUG storage: # multipath.conf written by anaconda >01:50:47,787 DEBUG storage: >01:50:47,788 DEBUG storage: defaults { >01:50:47,788 DEBUG storage: user_friendly_names yes >01:50:47,789 DEBUG storage: } >01:50:47,789 DEBUG storage: blacklist { >01:50:47,790 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:50:47,790 DEBUG storage: devnode "^hd[a-z]" >01:50:47,791 DEBUG storage: devnode "^dcssblk[0-9]*" >01:50:47,791 DEBUG storage: device { >01:50:47,792 DEBUG storage: vendor "DGC" >01:50:47,792 DEBUG storage: product "LUNZ" >01:50:47,792 DEBUG storage: } >01:50:47,793 DEBUG storage: device { >01:50:47,793 DEBUG storage: vendor "IBM" >01:50:47,794 DEBUG storage: product "S/390.*" >01:50:47,794 DEBUG storage: } >01:50:47,795 DEBUG storage: # don't count normal SATA devices as multipaths >01:50:47,795 DEBUG storage: device { >01:50:47,796 DEBUG storage: vendor "ATA" >01:50:47,796 DEBUG storage: } >01:50:47,796 DEBUG storage: # don't count 3ware devices as multipaths >01:50:47,797 DEBUG storage: device { >01:50:47,797 DEBUG storage: vendor "3ware" >01:50:47,797 DEBUG storage: } >01:50:47,798 DEBUG storage: device { >01:50:47,798 DEBUG storage: vendor "AMCC" >01:50:47,799 DEBUG storage: } >01:50:47,799 DEBUG storage: # nor highpoint devices >01:50:47,800 DEBUG storage: device { >01:50:47,800 DEBUG storage: vendor "HPT" >01:50:47,801 DEBUG storage: } >01:50:47,801 DEBUG storage: } >01:50:47,801 DEBUG storage: multipaths { >01:50:47,802 DEBUG storage: } >01:50:47,802 DEBUG storage: (end of /etc/multipath.conf) >01:50:47,921 INFO storage: MultipathTopology: found non-disk device: sr0 >01:50:47,923 INFO storage: MultipathTopology: found singlepath device: vda >01:50:47,924 INFO storage: MultipathTopology: found non-disk device: vda1 >01:50:47,925 INFO storage: MultipathTopology: found non-disk device: vda2 >01:50:47,926 INFO storage: MultipathTopology: found non-disk device: vda3 >01:50:47,928 INFO storage: MultipathTopology: found singlepath device: vdb >01:50:47,929 INFO storage: MultipathTopology: found singlepath device: vdc >01:50:47,930 INFO storage: MultipathTopology: found singlepath device: vdd >01:50:47,931 INFO storage: MultipathTopology: found singlepath device: vde >01:50:47,932 INFO storage: MultipathTopology: found singlepath device: vdf >01:50:47,933 INFO storage: MultipathTopology: found singlepath device: vdg >01:50:47,934 INFO storage: MultipathTopology: found singlepath device: vdh >01:50:47,935 INFO storage: MultipathTopology: found singlepath device: vdi >01:50:47,936 INFO storage: MultipathTopology: found singlepath device: vdj >01:50:47,937 INFO storage: MultipathTopology: found singlepath device: vdk >01:50:47,938 INFO storage: MultipathTopology: found singlepath device: vdl >01:50:47,940 INFO storage: MultipathTopology: found singlepath device: vdm >01:50:47,941 INFO storage: MultipathTopology: found singlepath device: vdn >01:50:47,942 INFO storage: MultipathTopology: found singlepath device: vdo >01:50:47,943 INFO storage: MultipathTopology: found singlepath device: loop0 >01:50:47,944 INFO storage: MultipathTopology: found singlepath device: loop1 >01:50:47,945 INFO storage: MultipathTopology: found singlepath device: loop2 >01:50:47,946 INFO storage: MultipathTopology: found singlepath device: loop3 >01:50:47,946 INFO storage: MultipathTopology: found singlepath device: loop4 >01:50:47,948 INFO storage: MultipathTopology: found singlepath device: loop5 >01:50:47,948 INFO storage: MultipathTopology: found singlepath device: loop6 >01:50:47,949 INFO storage: MultipathTopology: found singlepath device: loop7 >01:50:47,950 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:50:51,764 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >01:50:51,766 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >01:50:52,077 DEBUG storage: MultipathTopology._build_topology: >01:50:52,086 DEBUG storage: /etc/multipath.conf contents: >01:50:52,087 DEBUG storage: # multipath.conf written by anaconda >01:50:52,087 DEBUG storage: >01:50:52,088 DEBUG storage: defaults { >01:50:52,088 DEBUG storage: user_friendly_names yes >01:50:52,089 DEBUG storage: } >01:50:52,089 DEBUG storage: blacklist { >01:50:52,089 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >01:50:52,090 DEBUG storage: devnode "^hd[a-z]" >01:50:52,090 DEBUG storage: devnode "^dcssblk[0-9]*" >01:50:52,091 DEBUG storage: device { >01:50:52,091 DEBUG storage: vendor "DGC" >01:50:52,092 DEBUG storage: product "LUNZ" >01:50:52,092 DEBUG storage: } >01:50:52,093 DEBUG storage: device { >01:50:52,093 DEBUG storage: vendor "IBM" >01:50:52,094 DEBUG storage: product "S/390.*" >01:50:52,094 DEBUG storage: } >01:50:52,094 DEBUG storage: # don't count normal SATA devices as multipaths >01:50:52,095 DEBUG storage: device { >01:50:52,095 DEBUG storage: vendor "ATA" >01:50:52,096 DEBUG storage: } >01:50:52,096 DEBUG storage: # don't count 3ware devices as multipaths >01:50:52,100 DEBUG storage: device { >01:50:52,101 DEBUG storage: vendor "3ware" >01:50:52,101 DEBUG storage: } >01:50:52,102 DEBUG storage: device { >01:50:52,102 DEBUG storage: vendor "AMCC" >01:50:52,103 DEBUG storage: } >01:50:52,103 DEBUG storage: # nor highpoint devices >01:50:52,104 DEBUG storage: device { >01:50:52,104 DEBUG storage: vendor "HPT" >01:50:52,105 DEBUG storage: } >01:50:52,105 DEBUG storage: } >01:50:52,106 DEBUG storage: multipaths { >01:50:52,106 DEBUG storage: } >01:50:52,107 DEBUG storage: (end of /etc/multipath.conf) >01:50:52,251 INFO storage: MultipathTopology: found non-disk device: sr0 >01:50:52,253 INFO storage: MultipathTopology: found singlepath device: vda >01:50:52,254 INFO storage: MultipathTopology: found non-disk device: vda1 >01:50:52,255 INFO storage: MultipathTopology: found non-disk device: vda2 >01:50:52,255 INFO storage: MultipathTopology: found non-disk device: vda3 >01:50:52,257 INFO storage: MultipathTopology: found singlepath device: vdb >01:50:52,258 INFO storage: MultipathTopology: found singlepath device: vdc >01:50:52,259 INFO storage: MultipathTopology: found singlepath device: vdd >01:50:52,260 INFO storage: MultipathTopology: found singlepath device: vde >01:50:52,260 INFO storage: MultipathTopology: found singlepath device: vdf >01:50:52,261 INFO storage: MultipathTopology: found singlepath device: vdg >01:50:52,262 INFO storage: MultipathTopology: found singlepath device: vdh >01:50:52,264 INFO storage: MultipathTopology: found singlepath device: vdi >01:50:52,264 INFO storage: MultipathTopology: found singlepath device: vdj >01:50:52,267 INFO storage: MultipathTopology: found singlepath device: vdk >01:50:52,269 INFO storage: MultipathTopology: found singlepath device: vdl >01:50:52,271 INFO storage: MultipathTopology: found singlepath device: vdm >01:50:52,275 INFO storage: MultipathTopology: found singlepath device: vdn >01:50:52,276 INFO storage: MultipathTopology: found singlepath device: vdo >01:50:52,278 INFO storage: MultipathTopology: found singlepath device: loop0 >01:50:52,279 INFO storage: MultipathTopology: found singlepath device: loop1 >01:50:52,280 INFO storage: MultipathTopology: found singlepath device: loop2 >01:50:52,282 INFO storage: MultipathTopology: found singlepath device: loop3 >01:50:52,283 INFO storage: MultipathTopology: found singlepath device: loop4 >01:50:52,284 INFO storage: MultipathTopology: found singlepath device: loop5 >01:50:52,286 INFO storage: MultipathTopology: found singlepath device: loop6 >01:50:52,287 INFO storage: MultipathTopology: found singlepath device: loop7 >01:50:52,296 INFO storage: MultipathTopology: found singlepath device: dm-0 >01:50:52,298 INFO storage: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk', 'vdl', 'vdm', 'vdn', 'vdo', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >01:50:52,317 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora_18-Beta-TC1_x86_64 /dev/disk/by-uuid/2012-10-02-23-31-26-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-02-23-31-26-00', > 'ID_FS_UUID_ENC': '2012-10-02-23-31-26-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '52593', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora_18-Beta-TC1_x86_64', > '/dev/disk/by-uuid/2012-10-02-23-31-26-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >01:50:52,324 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >01:50:52,327 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >01:50:52,335 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:52,335 INFO storage: sr0 is a cdrom >01:50:52,337 DEBUG storage: DeviceTree.addUdevOpticalDevice: >01:50:52,337 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:52,340 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >01:50:52,367 INFO storage: added cdrom sr0 (id 0) to device tree >01:50:52,368 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:50:52,372 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >01:50:52,373 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >01:50:52,376 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >01:50:52,381 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >01:50:52,399 WARN storage: disklabel detected but not usable on sr0 >01:50:52,404 INFO storage: type detected on 'sr0' is 'iso9660' >01:50:52,406 DEBUG storage: Iso9660FS.supported: supported: True ; >01:50:52,406 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >01:50:52,408 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >01:50:52,409 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:50:52,430 DEBUG storage: looking up parted Device: /dev/sr0 >01:50:52,432 INFO storage: got device: OpticalDevice instance (0x7f029efbc3d0) -- > name = sr0 status = True kids = 0 id = 0 > parents = [] > uuid = None size = 4272.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83290> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >01:50:52,433 DEBUG storage: Iso9660FS.supported: supported: True ; >01:50:52,434 INFO storage: got format: Iso9660FS instance (0x7f029ecca350) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-02-23-31-26-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC1_x86_64 size = 0 targetSize = 0 > >01:50:52,436 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >01:50:52,441 INFO storage: scanning vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda)... >01:50:52,443 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >01:50:52,444 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:52,446 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vda ; >01:50:52,456 INFO storage: vda is a disk >01:50:52,457 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:52,459 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: None ; >01:50:52,470 INFO storage: added disk vda (id 1) to device tree >01:50:52,474 DEBUG storage: looking up parted Device: /dev/vda >01:50:52,483 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda ; >01:50:52,491 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >01:50:52,495 DEBUG storage: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >01:50:52,501 DEBUG storage: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >01:50:52,606 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f029ece32d0>, <parted.partition.Partition object at 0x7f029ece3610>, <parted.partition.Partition object at 0x7f029ece3890>] > device: <parted.device.Device object at 0x7f029ece3110> > PedDisk: <_ped.Disk object at 0x7f029ece5d88> >01:50:52,608 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:52,625 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >01:50:52,630 INFO storage: got device: DiskDevice instance (0x7f029ecca2d0) -- > name = vda status = True kids = 0 id = 1 > parents = [] > uuid = None size = 9500.0 > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 19456000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (19301, 16, 63) biosGeometry: (1211, 255, 63) > PedDevice: <_ped.Device object at 0x7f029fe56f80> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029eca8610> >01:50:52,635 INFO storage: got format: DiskLabel instance (0x7f029eca8690) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f029ece32d0>, <parted.partition.Partition object at 0x7f029ece3610>, <parted.partition.Partition object at 0x7f029ece3890>] > device: <parted.device.Device object at 0x7f029ece3110> > PedDisk: <_ped.Disk object at 0x7f029ece5d88> > origPartedDisk = <parted.disk.Disk object at 0x7f029ece3a50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 19456000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (19301, 16, 63) biosGeometry: (1211, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83440> > >01:50:52,639 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_UUID_ENC': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76711', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1'} ; name: vda1 ; >01:50:52,655 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1)... >01:50:52,811 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >01:50:52,849 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:52,852 INFO storage: vda1 is a partition >01:50:52,854 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >01:50:52,855 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >01:50:52,859 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (1) with existing msdos disklabel >01:50:52,860 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >01:50:52,865 DEBUG storage: PartitionDevice._setFormat: vda1 ; >01:50:52,865 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:52,867 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >01:50:52,868 DEBUG storage: looking up parted Partition: /dev/vda1 >01:50:52,870 DEBUG storage: PartitionDevice.probe: vda1 ; exists: True ; >01:50:52,879 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >01:50:52,888 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >01:50:52,890 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >01:50:52,891 INFO storage: added partition vda1 (id 2) to device tree >01:50:52,893 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >01:50:52,903 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: dos ; >01:50:52,904 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >01:50:52,906 DEBUG storage: DiskLabel.__init__: device: /dev/vda1 ; labelType: dos ; exists: True ; >01:50:52,953 WARN storage: disklabel detected but not usable on vda1 >01:50:52,955 INFO storage: type detected on 'vda1' is 'ext4' >01:50:53,154 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:53,155 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:53,160 DEBUG storage: PartitionDevice._setFormat: vda1 ; >01:50:53,168 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: ext4 ; >01:50:53,170 DEBUG storage: looking up parted Device: /dev/vda1 >01:50:53,172 INFO storage: got device: PartitionDevice instance (0x7f029ecca290) -- > name = vda1 status = True kids = 0 id = 2 > parents = ['existing 9500MB disk vda (1) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 16, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83830> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f029ece31d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f029ece3750> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f029ece33d0> PedPartition: <_ped.Partition object at 0x7f029ecde290> > disk = existing 9500MB disk vda (1) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >01:50:53,177 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:53,178 INFO storage: got format: Ext4FS instance (0x7f029ece3fd0) -- > type = ext4 name = ext4 status = False > device = /dev/vda1 uuid = a9990a99-0f72-477c-ac4b-b7b2784ac43d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >01:50:53,181 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_UUID_ENC': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3014656', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76728', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2'} ; name: vda2 ; >01:50:53,192 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2)... >01:50:53,193 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >01:50:53,195 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,199 INFO storage: vda2 is a partition >01:50:53,200 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >01:50:53,202 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >01:50:53,203 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (1) with existing msdos disklabel >01:50:53,209 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: vda ; >01:50:53,211 DEBUG storage: PartitionDevice._setFormat: vda2 ; >01:50:53,212 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,213 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >01:50:53,222 DEBUG storage: looking up parted Partition: /dev/vda2 >01:50:53,224 DEBUG storage: PartitionDevice.probe: vda2 ; exists: True ; >01:50:53,232 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >01:50:53,239 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >01:50:53,240 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >01:50:53,244 INFO storage: added partition vda2 (id 3) to device tree >01:50:53,245 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >01:50:53,249 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: dos ; >01:50:53,251 DEBUG storage: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >01:50:53,259 DEBUG storage: DiskLabel.__init__: device: /dev/vda2 ; labelType: dos ; exists: True ; >01:50:53,292 WARN storage: disklabel detected but not usable on vda2 >01:50:53,293 INFO storage: type detected on 'vda2' is 'swap' >01:50:53,297 DEBUG storage: SwapSpace.__init__: device: /dev/vda2 ; serial: None ; uuid: 53756ee4-ea81-41f8-88c4-d1e91014cc46 ; exists: True ; label: None ; >01:50:53,298 DEBUG storage: getFormat('swap') returning SwapSpace instance >01:50:53,303 DEBUG storage: PartitionDevice._setFormat: vda2 ; >01:50:53,304 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: swap ; >01:50:53,305 DEBUG storage: looking up parted Device: /dev/vda2 >01:50:53,307 INFO storage: got device: PartitionDevice instance (0x7f029ece3b90) -- > name = vda2 status = True kids = 0 id = 3 > parents = ['existing 9500MB disk vda (1) with existing msdos disklabel'] > uuid = None size = 1472.0 > format = existing swap > major = 252 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 3014656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2990, 16, 63) biosGeometry: (187, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83710> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f029ece31d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f029ece3790> > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f029ece36d0> PedPartition: <_ped.Partition object at 0x7f029ecde230> > disk = existing 9500MB disk vda (1) with existing msdos disklabel > start = 1026048 end = 4040703 length = 3014656 > flags = >01:50:53,312 INFO storage: got format: SwapSpace instance (0x7f029ecfddd0) -- > type = swap name = swap status = False > device = /dev/vda2 uuid = 53756ee4-ea81-41f8-88c4-d1e91014cc46 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >01:50:53,315 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_UUID_ENC': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4040704', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '15415296', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76740', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3'} ; name: vda3 ; >01:50:53,323 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3)... >01:50:53,324 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >01:50:53,325 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,329 INFO storage: vda3 is a partition >01:50:53,330 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >01:50:53,338 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >01:50:53,339 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (1) with existing msdos disklabel >01:50:53,341 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >01:50:53,348 DEBUG storage: PartitionDevice._setFormat: vda3 ; >01:50:53,348 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,349 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >01:50:53,353 DEBUG storage: looking up parted Partition: /dev/vda3 >01:50:53,354 DEBUG storage: PartitionDevice.probe: vda3 ; exists: True ; >01:50:53,356 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >01:50:53,359 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >01:50:53,360 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >01:50:53,364 INFO storage: added partition vda3 (id 4) to device tree >01:50:53,365 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >01:50:53,366 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: dos ; >01:50:53,367 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >01:50:53,373 DEBUG storage: DiskLabel.__init__: device: /dev/vda3 ; labelType: dos ; exists: True ; >01:50:53,404 WARN storage: disklabel detected but not usable on vda3 >01:50:53,405 INFO storage: type detected on 'vda3' is 'ext4' >01:50:53,585 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:53,585 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:53,595 DEBUG storage: PartitionDevice._setFormat: vda3 ; >01:50:53,596 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: ext4 ; >01:50:53,599 DEBUG storage: looking up parted Device: /dev/vda3 >01:50:53,603 INFO storage: got device: PartitionDevice instance (0x7f029ecfdd10) -- > name = vda3 status = True kids = 0 id = 4 > parents = ['existing 9500MB disk vda (1) with existing msdos disklabel'] > uuid = None size = 7527.0 > format = existing ext4 filesystem > major = 252 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 15415296 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (15292, 16, 63) biosGeometry: (959, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec839e0> > target size = 0 path = /dev/vda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f029ece31d0> fileSystem: <parted.filesystem.FileSystem object at 0x7f029ece3950> > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f029ece38d0> PedPartition: <_ped.Partition object at 0x7f029ecde2f0> > disk = existing 9500MB disk vda (1) with existing msdos disklabel > start = 4040704 end = 19455999 length = 15415296 > flags = >01:50:53,611 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:53,612 INFO storage: got format: Ext4FS instance (0x7f029bd6b510) -- > type = ext4 name = ext4 status = False > device = /dev/vda3 uuid = 7938fbf5-ac16-46e5-a161-f8488bff1e8d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 7527.0 targetSize = 7527.0 > >01:50:53,620 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '81447', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >01:50:53,621 INFO storage: scanning vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb)... >01:50:53,622 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >01:50:53,630 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,632 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdb ; >01:50:53,632 INFO storage: vdb is a disk >01:50:53,640 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,641 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: None ; >01:50:53,642 INFO storage: added disk vdb (id 5) to device tree >01:50:53,642 DEBUG storage: looking up parted Device: /dev/vdb >01:50:53,645 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdb ; >01:50:53,649 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >01:50:53,654 DEBUG storage: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >01:50:53,660 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >01:50:53,667 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd71cd0> > PedDisk: <_ped.Disk object at 0x7f029bd75d40> >01:50:53,668 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:53,673 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >01:50:53,679 INFO storage: got device: DiskDevice instance (0x7f029ecfdc50) -- > name = vdb status = True kids = 0 id = 5 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83a70> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd71710> >01:50:53,688 INFO storage: got format: DiskLabel instance (0x7f029bd71b10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd71cd0> > PedDisk: <_ped.Disk object at 0x7f029bd75d40> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd71f50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83b90> > >01:50:53,690 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '83745', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc'} ; name: vdc ; >01:50:53,693 INFO storage: scanning vdc (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc)... >01:50:53,694 DEBUG storage: DeviceTree.getDeviceByName: name: vdc ; >01:50:53,701 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,703 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdc ; >01:50:53,703 INFO storage: vdc is a disk >01:50:53,707 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,708 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: None ; >01:50:53,708 INFO storage: added disk vdc (id 6) to device tree >01:50:53,709 DEBUG storage: looking up parted Device: /dev/vdc >01:50:53,717 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdc ; >01:50:53,722 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: dos ; >01:50:53,727 DEBUG storage: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >01:50:53,736 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >01:50:53,738 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd778d0> > PedDisk: <_ped.Disk object at 0x7f029bd732d8> >01:50:53,739 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:53,744 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >01:50:53,749 INFO storage: got device: DiskDevice instance (0x7f029bd715d0) -- > name = vdc status = True kids = 0 id = 6 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec837a0> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd77450> >01:50:53,757 INFO storage: got format: DiskLabel instance (0x7f029bd77590) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd778d0> > PedDisk: <_ped.Disk object at 0x7f029bd732d8> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd77c10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83d40> > >01:50:53,759 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95269', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd'} ; name: vdd ; >01:50:53,766 INFO storage: scanning vdd (/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd)... >01:50:53,767 DEBUG storage: DeviceTree.getDeviceByName: name: vdd ; >01:50:53,771 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,776 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdd ; >01:50:53,777 INFO storage: vdd is a disk >01:50:53,780 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,781 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: None ; >01:50:53,784 INFO storage: added disk vdd (id 7) to device tree >01:50:53,784 DEBUG storage: looking up parted Device: /dev/vdd >01:50:53,788 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdd ; >01:50:53,798 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdd ; label_type: dos ; >01:50:53,799 DEBUG storage: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >01:50:53,808 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; exists: True ; >01:50:53,810 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd79410> > PedDisk: <_ped.Disk object at 0x7f029bd6cb00> >01:50:53,811 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:53,816 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >01:50:53,818 INFO storage: got device: DiskDevice instance (0x7f029bd77f10) -- > name = vdd status = True kids = 0 id = 7 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio5/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83ef0> > target size = 0 path = /dev/vdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd784d0> >01:50:53,827 INFO storage: got format: DiskLabel instance (0x7f029bd78850) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd79410> > PedDisk: <_ped.Disk object at 0x7f029bd6cb00> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd797d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a3b0> > >01:50:53,830 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vde', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1195', > 'name': 'vde', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde'} ; name: vde ; >01:50:53,838 INFO storage: scanning vde (/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde)... >01:50:53,839 DEBUG storage: DeviceTree.getDeviceByName: name: vde ; >01:50:53,841 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,844 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vde ; >01:50:53,848 INFO storage: vde is a disk >01:50:53,849 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,853 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: None ; >01:50:53,853 INFO storage: added disk vde (id 8) to device tree >01:50:53,854 DEBUG storage: looking up parted Device: /dev/vde >01:50:53,858 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vde ; >01:50:53,863 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vde ; label_type: dos ; >01:50:53,868 DEBUG storage: DiskDevice.setup: vde ; status: True ; controllable: True ; orig: False ; >01:50:53,880 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; exists: True ; >01:50:53,882 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd77810> > PedDisk: <_ped.Disk object at 0x7f029bd7e998> >01:50:53,883 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:53,886 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >01:50:53,888 INFO storage: got device: DiskDevice instance (0x7f029bd78490) -- > name = vde status = True kids = 0 id = 8 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio6/block/vde partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a5f0> > target size = 0 path = /dev/vde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd79b50> >01:50:53,897 INFO storage: got format: DiskLabel instance (0x7f029bd793d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd77810> > PedDisk: <_ped.Disk object at 0x7f029bd7e998> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd81350> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a320> > >01:50:53,902 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5351', > 'name': 'vdf', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf'} ; name: vdf ; >01:50:53,903 INFO storage: scanning vdf (/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf)... >01:50:53,907 DEBUG storage: DeviceTree.getDeviceByName: name: vdf ; >01:50:53,911 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,913 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdf ; >01:50:53,916 INFO storage: vdf is a disk >01:50:53,919 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,920 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: None ; >01:50:53,921 INFO storage: added disk vdf (id 9) to device tree >01:50:53,931 DEBUG storage: looking up parted Device: /dev/vdf >01:50:53,933 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdf ; >01:50:53,934 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdf ; label_type: dos ; >01:50:53,938 DEBUG storage: DiskDevice.setup: vdf ; status: True ; controllable: True ; orig: False ; >01:50:53,942 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; exists: True ; >01:50:53,950 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd81f10> > PedDisk: <_ped.Disk object at 0x7f029bd6a1b8> >01:50:53,959 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:53,960 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >01:50:53,961 INFO storage: got device: DiskDevice instance (0x7f029bd79d90) -- > name = vdf status = True kids = 0 id = 9 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a710> > target size = 0 path = /dev/vdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd81610> >01:50:53,963 INFO storage: got format: DiskLabel instance (0x7f029bd81d10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd81f10> > PedDisk: <_ped.Disk object at 0x7f029bd6a1b8> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd82690> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a8c0> > >01:50:53,971 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7236', > 'name': 'vdg', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg'} ; name: vdg ; >01:50:53,975 INFO storage: scanning vdg (/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg)... >01:50:53,976 DEBUG storage: DeviceTree.getDeviceByName: name: vdg ; >01:50:53,977 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:53,984 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdg ; >01:50:53,985 INFO storage: vdg is a disk >01:50:53,986 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:53,987 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: None ; >01:50:53,990 INFO storage: added disk vdg (id 10) to device tree >01:50:53,990 DEBUG storage: looking up parted Device: /dev/vdg >01:50:53,994 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdg ; >01:50:53,998 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdg ; label_type: dos ; >01:50:54,014 DEBUG storage: DiskDevice.setup: vdg ; status: True ; controllable: True ; orig: False ; >01:50:54,016 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; exists: True ; >01:50:54,018 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd82f90> > PedDisk: <_ped.Disk object at 0x7f029bd80488> >01:50:54,020 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,026 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >01:50:54,035 INFO storage: got device: DiskDevice instance (0x7f029bd81a10) -- > name = vdg status = True kids = 0 id = 10 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 96 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7aa70> > target size = 0 path = /dev/vdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd82790> >01:50:54,037 INFO storage: got format: DiskLabel instance (0x7f029bd82dd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdg uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd82f90> > PedDisk: <_ped.Disk object at 0x7f029bd80488> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd85490> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7ab90> > >01:50:54,040 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31993', > 'name': 'vdh', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh'} ; name: vdh ; >01:50:54,049 INFO storage: scanning vdh (/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh)... >01:50:54,051 DEBUG storage: DeviceTree.getDeviceByName: name: vdh ; >01:50:54,061 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,063 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdh ; >01:50:54,064 INFO storage: vdh is a disk >01:50:54,068 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,069 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: None ; >01:50:54,070 INFO storage: added disk vdh (id 11) to device tree >01:50:54,070 DEBUG storage: looking up parted Device: /dev/vdh >01:50:54,076 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdh ; >01:50:54,082 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdh ; label_type: dos ; >01:50:54,086 DEBUG storage: DiskDevice.setup: vdh ; status: True ; controllable: True ; orig: False ; >01:50:54,094 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; exists: True ; >01:50:54,101 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd85c10> > PedDisk: <_ped.Disk object at 0x7f029bd808c0> >01:50:54,103 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,110 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >01:50:54,120 INFO storage: got device: DiskDevice instance (0x7f029bd82f10) -- > name = vdh status = True kids = 0 id = 11 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 112 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ec83c20> > target size = 0 path = /dev/vdh > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd82950> >01:50:54,122 INFO storage: got format: DiskLabel instance (0x7f029bd81ed0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdh uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd85c10> > PedDisk: <_ped.Disk object at 0x7f029bd808c0> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd85f50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7a830> > >01:50:54,125 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdi', > 'DEVPATH': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33088', > 'name': 'vdi', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi'} ; name: vdi ; >01:50:54,128 INFO storage: scanning vdi (/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi)... >01:50:54,129 DEBUG storage: DeviceTree.getDeviceByName: name: vdi ; >01:50:54,134 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,138 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdi ; >01:50:54,139 INFO storage: vdi is a disk >01:50:54,144 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,145 DEBUG storage: DiskDevice._setFormat: vdi ; current: None ; type: None ; >01:50:54,146 INFO storage: added disk vdi (id 12) to device tree >01:50:54,146 DEBUG storage: looking up parted Device: /dev/vdi >01:50:54,150 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdi ; >01:50:54,155 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdi ; label_type: dos ; >01:50:54,157 DEBUG storage: DiskDevice.setup: vdi ; status: True ; controllable: True ; orig: False ; >01:50:54,163 DEBUG storage: DiskLabel.__init__: device: /dev/vdi ; labelType: msdos ; exists: True ; >01:50:54,165 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd91990> > PedDisk: <_ped.Disk object at 0x7f029eceefc8> >01:50:54,167 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,169 DEBUG storage: DiskDevice._setFormat: vdi ; current: None ; type: disklabel ; >01:50:54,172 INFO storage: got device: DiskDevice instance (0x7f029bd82d10) -- > name = vdi status = True kids = 0 id = 12 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 128 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdi type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7ac20> > target size = 0 path = /dev/vdi > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd8ded0> >01:50:54,175 INFO storage: got format: DiskLabel instance (0x7f029bd91650) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdi uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd91990> > PedDisk: <_ped.Disk object at 0x7f029eceefc8> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd91dd0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdi type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7ae60> > >01:50:54,181 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdj', > 'DEVPATH': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37658', > 'name': 'vdj', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj'} ; name: vdj ; >01:50:54,185 INFO storage: scanning vdj (/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj)... >01:50:54,186 DEBUG storage: DeviceTree.getDeviceByName: name: vdj ; >01:50:54,187 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,193 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdj ; >01:50:54,194 INFO storage: vdj is a disk >01:50:54,194 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,195 DEBUG storage: DiskDevice._setFormat: vdj ; current: None ; type: None ; >01:50:54,199 INFO storage: added disk vdj (id 13) to device tree >01:50:54,199 DEBUG storage: looking up parted Device: /dev/vdj >01:50:54,201 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdj ; >01:50:54,203 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdj ; label_type: dos ; >01:50:54,206 DEBUG storage: DiskDevice.setup: vdj ; status: True ; controllable: True ; orig: False ; >01:50:54,212 DEBUG storage: DiskLabel.__init__: device: /dev/vdj ; labelType: msdos ; exists: True ; >01:50:54,216 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96490> > PedDisk: <_ped.Disk object at 0x7f029bd98710> >01:50:54,221 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,225 DEBUG storage: DiskDevice._setFormat: vdj ; current: None ; type: disklabel ; >01:50:54,230 INFO storage: got device: DiskDevice instance (0x7f029bd91e50) -- > name = vdj status = True kids = 0 id = 13 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 144 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdj type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd7aef0> > target size = 0 path = /dev/vdj > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd96150> >01:50:54,232 INFO storage: got format: DiskLabel instance (0x7f029bd96250) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdj uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96490> > PedDisk: <_ped.Disk object at 0x7f029bd98710> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd85350> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdj type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a0e0> > >01:50:54,234 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdk', > 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '88480', > 'name': 'vdk', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk'} ; name: vdk ; >01:50:54,239 INFO storage: scanning vdk (/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk)... >01:50:54,240 DEBUG storage: DeviceTree.getDeviceByName: name: vdk ; >01:50:54,241 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,242 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdk ; >01:50:54,247 INFO storage: vdk is a disk >01:50:54,248 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,249 DEBUG storage: DiskDevice._setFormat: vdk ; current: None ; type: None ; >01:50:54,250 INFO storage: added disk vdk (id 14) to device tree >01:50:54,250 DEBUG storage: looking up parted Device: /dev/vdk >01:50:54,253 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdk ; >01:50:54,255 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdk ; label_type: dos ; >01:50:54,260 DEBUG storage: DiskDevice.setup: vdk ; status: True ; controllable: True ; orig: False ; >01:50:54,264 DEBUG storage: DiskLabel.__init__: device: /dev/vdk ; labelType: msdos ; exists: True ; >01:50:54,271 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96e50> > PedDisk: <_ped.Disk object at 0x7f029bd75fc8> >01:50:54,271 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,273 DEBUG storage: DiskDevice._setFormat: vdk ; current: None ; type: disklabel ; >01:50:54,275 INFO storage: got device: DiskDevice instance (0x7f029bd8de90) -- > name = vdk status = True kids = 0 id = 14 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 160 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:10.0/virtio12/block/vdk partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdk type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a170> > target size = 0 path = /dev/vdk > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd96350> >01:50:54,277 INFO storage: got format: DiskLabel instance (0x7f029bd96c10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdk uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96e50> > PedDisk: <_ped.Disk object at 0x7f029bd75fc8> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd9b4d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdk type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a290> > >01:50:54,282 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdl', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '176', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7753', > 'name': 'vdl', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl'} ; name: vdl ; >01:50:54,286 INFO storage: scanning vdl (/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl)... >01:50:54,288 DEBUG storage: DeviceTree.getDeviceByName: name: vdl ; >01:50:54,293 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,294 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdl ; >01:50:54,295 INFO storage: vdl is a disk >01:50:54,295 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,296 DEBUG storage: DiskDevice._setFormat: vdl ; current: None ; type: None ; >01:50:54,300 INFO storage: added disk vdl (id 15) to device tree >01:50:54,300 DEBUG storage: looking up parted Device: /dev/vdl >01:50:54,302 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdl ; >01:50:54,304 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdl ; label_type: dos ; >01:50:54,308 DEBUG storage: DiskDevice.setup: vdl ; status: True ; controllable: True ; orig: False ; >01:50:54,314 DEBUG storage: DiskLabel.__init__: device: /dev/vdl ; labelType: msdos ; exists: True ; >01:50:54,318 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd9bdd0> > PedDisk: <_ped.Disk object at 0x7f029bd74098> >01:50:54,319 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,321 DEBUG storage: DiskDevice._setFormat: vdl ; current: None ; type: disklabel ; >01:50:54,324 INFO storage: got device: DiskDevice instance (0x7f029bd96a10) -- > name = vdl status = True kids = 0 id = 15 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 176 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/virtio13/block/vdl partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdl type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a440> > target size = 0 path = /dev/vdl > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd9b750> >01:50:54,326 INFO storage: got format: DiskLabel instance (0x7f029bd9b9d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdl uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd9bdd0> > PedDisk: <_ped.Disk object at 0x7f029bd74098> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd9f350> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdl type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a560> > >01:50:54,331 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdm', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '192', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9904', > 'name': 'vdm', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm'} ; name: vdm ; >01:50:54,336 INFO storage: scanning vdm (/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm)... >01:50:54,337 DEBUG storage: DeviceTree.getDeviceByName: name: vdm ; >01:50:54,339 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,344 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdm ; >01:50:54,345 INFO storage: vdm is a disk >01:50:54,345 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,346 DEBUG storage: DiskDevice._setFormat: vdm ; current: None ; type: None ; >01:50:54,350 INFO storage: added disk vdm (id 16) to device tree >01:50:54,350 DEBUG storage: looking up parted Device: /dev/vdm >01:50:54,352 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdm ; >01:50:54,355 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdm ; label_type: dos ; >01:50:54,360 DEBUG storage: DiskDevice.setup: vdm ; status: True ; controllable: True ; orig: False ; >01:50:54,366 DEBUG storage: DiskLabel.__init__: device: /dev/vdm ; labelType: msdos ; exists: True ; >01:50:54,371 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd9fa90> > PedDisk: <_ped.Disk object at 0x7f029bd98e18> >01:50:54,372 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,374 DEBUG storage: DiskDevice._setFormat: vdm ; current: None ; type: disklabel ; >01:50:54,376 INFO storage: got device: DiskDevice instance (0x7f029bd9b7d0) -- > name = vdm status = True kids = 0 id = 16 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 192 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:12.0/virtio14/block/vdm partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdm type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a710> > target size = 0 path = /dev/vdm > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bd9f810> >01:50:54,379 INFO storage: got format: DiskLabel instance (0x7f029bd9bd10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdm uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd9fa90> > PedDisk: <_ped.Disk object at 0x7f029bd98e18> > origPartedDisk = <parted.disk.Disk object at 0x7f029bd9fe90> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdm type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a7a0> > >01:50:54,386 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdn', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '208', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77709', > 'name': 'vdn', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn'} ; name: vdn ; >01:50:54,387 INFO storage: scanning vdn (/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn)... >01:50:54,392 DEBUG storage: DeviceTree.getDeviceByName: name: vdn ; >01:50:54,393 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,394 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdn ; >01:50:54,398 INFO storage: vdn is a disk >01:50:54,399 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,400 DEBUG storage: DiskDevice._setFormat: vdn ; current: None ; type: None ; >01:50:54,401 INFO storage: added disk vdn (id 17) to device tree >01:50:54,401 DEBUG storage: looking up parted Device: /dev/vdn >01:50:54,404 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdn ; >01:50:54,407 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdn ; label_type: dos ; >01:50:54,412 DEBUG storage: DiskDevice.setup: vdn ; status: True ; controllable: True ; orig: False ; >01:50:54,420 DEBUG storage: DiskLabel.__init__: device: /dev/vdn ; labelType: msdos ; exists: True ; >01:50:54,422 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bda2810> > PedDisk: <_ped.Disk object at 0x7f029bd728c0> >01:50:54,422 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,425 DEBUG storage: DiskDevice._setFormat: vdn ; current: None ; type: disklabel ; >01:50:54,427 INFO storage: got device: DiskDevice instance (0x7f029bd9f850) -- > name = vdn status = True kids = 0 id = 17 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 208 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:14.0/virtio16/block/vdn partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdn type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9a950> > target size = 0 path = /dev/vdn > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bda24d0> >01:50:54,431 INFO storage: got format: DiskLabel instance (0x7f029bda25d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdn uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bda2810> > PedDisk: <_ped.Disk object at 0x7f029bd728c0> > origPartedDisk = <parted.disk.Disk object at 0x7f029bda2e10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdn type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9aa70> > >01:50:54,437 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdo', > 'DEVPATH': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '224', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '89495', > 'name': 'vdo', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo'} ; name: vdo ; >01:50:54,444 INFO storage: scanning vdo (/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo)... >01:50:54,447 DEBUG storage: DeviceTree.getDeviceByName: name: vdo ; >01:50:54,453 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,456 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdo ; >01:50:54,461 INFO storage: vdo is a disk >01:50:54,462 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,469 DEBUG storage: DiskDevice._setFormat: vdo ; current: None ; type: None ; >01:50:54,470 INFO storage: added disk vdo (id 18) to device tree >01:50:54,470 DEBUG storage: looking up parted Device: /dev/vdo >01:50:54,478 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdo ; >01:50:54,486 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdo ; label_type: dos ; >01:50:54,492 DEBUG storage: DiskDevice.setup: vdo ; status: True ; controllable: True ; orig: False ; >01:50:54,498 DEBUG storage: DiskLabel.__init__: device: /dev/vdo ; labelType: msdos ; exists: True ; >01:50:54,504 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bda3890> > PedDisk: <_ped.Disk object at 0x7f029bda1ef0> >01:50:54,504 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >01:50:54,506 DEBUG storage: DiskDevice._setFormat: vdo ; current: None ; type: disklabel ; >01:50:54,508 INFO storage: got device: DiskDevice instance (0x7f029bda2cd0) -- > name = vdo status = True kids = 0 id = 18 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 224 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:15.0/virtio17/block/vdo partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdo type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9ab00> > target size = 0 path = /dev/vdo > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029bda34d0> >01:50:54,512 INFO storage: got format: DiskLabel instance (0x7f029bda3590) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdo uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bda3890> > PedDisk: <_ped.Disk object at 0x7f029bda1ef0> > origPartedDisk = <parted.disk.Disk object at 0x7f029bda3ed0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdo type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029bd9acb0> > >01:50:54,518 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79164', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >01:50:54,519 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >01:50:54,520 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >01:50:54,524 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,525 INFO storage: loop0 is a loop device >01:50:54,526 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >01:50:54,527 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >01:50:54,532 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,532 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,533 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >01:50:54,534 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 19) to device tree >01:50:54,535 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >01:50:54,539 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,540 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:50:54,540 INFO storage: added loop loop0 (id 20) to device tree >01:50:54,541 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >01:50:54,547 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >01:50:54,547 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:50:54,548 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >01:50:54,549 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >01:50:54,560 WARN storage: disklabel detected but not usable on loop0 >01:50:54,565 INFO storage: type detected on 'loop0' is 'squashfs' >01:50:54,566 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >01:50:54,567 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >01:50:54,567 INFO storage: got device: LoopDevice instance (0x7f029bd9bd50) -- > name = loop0 status = False kids = 0 id = 20 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (19)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >01:50:54,570 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79189', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >01:50:54,575 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >01:50:54,576 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:50:54,577 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,578 INFO storage: loop1 is a loop device >01:50:54,579 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >01:50:54,584 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >01:50:54,585 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,585 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,586 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >01:50:54,591 INFO storage: added file /LiveOS/rootfs.img (id 21) to device tree >01:50:54,592 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >01:50:54,592 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,594 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >01:50:54,594 INFO storage: added loop loop1 (id 22) to device tree >01:50:54,595 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >01:50:54,600 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >01:50:54,601 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:54,601 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:54,602 DEBUG storage: device loop1 does not contain a disklabel >01:50:54,602 INFO storage: type detected on 'loop1' is 'ext4' >01:50:54,694 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:54,695 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:54,696 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >01:50:54,702 INFO storage: got device: LoopDevice instance (0x7f029eb9acd0) -- > name = loop1 status = False kids = 0 id = 22 > parents = ['existing 0MB file /LiveOS/rootfs.img (21)'] > 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 >01:50:54,703 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:54,704 INFO storage: got format: Ext4FS instance (0x7f029eb9aed0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >01:50:54,706 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79207', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >01:50:54,710 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >01:50:54,711 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:50:54,712 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,713 INFO storage: loop2 is a loop device >01:50:54,714 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >01:50:54,719 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >01:50:54,720 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,721 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,726 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >01:50:54,726 INFO storage: added file /overlay (deleted) (id 23) to device tree >01:50:54,728 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >01:50:54,728 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,729 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:50:54,733 INFO storage: added loop loop2 (id 24) to device tree >01:50:54,734 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >01:50:54,735 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >01:50:54,739 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:50:54,740 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >01:50:54,742 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >01:50:54,752 WARN storage: disklabel detected but not usable on loop2 >01:50:54,753 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >01:50:54,757 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >01:50:54,758 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >01:50:54,758 INFO storage: got device: LoopDevice instance (0x7f029bd96a50) -- > name = loop2 status = False kids = 0 id = 24 > parents = ['existing 0MB file /overlay (deleted) (23)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >01:50:54,760 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92945', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >01:50:54,761 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >01:50:54,765 DEBUG storage: lvm filter: adding loop3 to the reject list >01:50:54,766 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92969', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >01:50:54,767 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >01:50:54,767 DEBUG storage: lvm filter: adding loop4 to the reject list >01:50:54,768 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92988', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >01:50:54,773 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >01:50:54,773 DEBUG storage: lvm filter: adding loop5 to the reject list >01:50:54,775 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11678', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >01:50:54,775 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >01:50:54,775 DEBUG storage: lvm filter: adding loop6 to the reject list >01:50:54,777 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11700', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >01:50:54,781 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >01:50:54,781 DEBUG storage: lvm filter: adding loop7 to the reject list >01:50:54,781 DEBUG storage: Skipping a device mapper drive (dm-0) for now >01:50:54,830 INFO storage: devices to scan: ['dm-0'] >01:50:54,837 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '45589', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >01:50:54,837 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >01:50:54,842 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:50:54,844 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,844 INFO storage: live-rw is a device-mapper device >01:50:54,845 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >01:50:54,850 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >01:50:54,852 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (22) with existing ext4 filesystem >01:50:54,858 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >01:50:54,859 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (24) >01:50:54,861 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >01:50:54,866 DEBUG storage: DeviceTree.getDeviceByName returned None >01:50:54,867 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >01:50:54,867 DEBUG storage: getFormat('None') returning DeviceFormat instance >01:50:54,869 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >01:50:54,873 INFO storage: added dm live-rw (id 25) to device tree >01:50:54,874 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >01:50:54,875 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >01:50:54,877 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:54,881 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:54,881 DEBUG storage: device live-rw does not contain a disklabel >01:50:54,881 INFO storage: type detected on 'live-rw' is 'ext4' >01:50:54,978 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:54,981 DEBUG storage: getFormat('ext4') returning Ext4FS instance >01:50:54,982 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >01:50:54,985 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >01:50:55,003 INFO storage: got device: DMDevice instance (0x7f029ebaaf10) -- > name = live-rw status = True kids = 0 id = 25 > parents = ['existing 0MB loop loop2 (24)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ed12830> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >01:50:55,006 DEBUG storage: Ext4FS.supported: supported: True ; >01:50:55,008 INFO storage: got format: Ext4FS instance (0x7f029eba6d10) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >01:50:55,075 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >01:50:55,139 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >01:50:55,187 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >01:50:55,189 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,195 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,242 DEBUG storage: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >01:50:55,243 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >01:50:55,245 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >01:50:55,283 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >01:50:55,285 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,287 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,360 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >01:50:55,404 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >01:50:55,406 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,408 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:55,455 DEBUG storage: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >01:50:55,457 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >01:50:55,458 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >01:50:55,497 DEBUG storage: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >01:50:55,499 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >01:50:55,500 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >01:50:55,544 DEBUG storage: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >01:50:55,546 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >01:50:55,548 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >01:50:55,603 DEBUG storage: DiskDevice.teardown: vde ; status: True ; controllable: True ; >01:50:55,604 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >01:50:55,606 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >01:50:55,642 DEBUG storage: DiskDevice.teardown: vdf ; status: True ; controllable: True ; >01:50:55,644 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >01:50:55,645 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >01:50:55,682 DEBUG storage: DiskDevice.teardown: vdg ; status: True ; controllable: True ; >01:50:55,683 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >01:50:55,685 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >01:50:55,721 DEBUG storage: DiskDevice.teardown: vdh ; status: True ; controllable: True ; >01:50:55,723 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >01:50:55,725 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >01:50:55,768 DEBUG storage: DiskDevice.teardown: vdi ; status: True ; controllable: True ; >01:50:55,770 DEBUG storage: DiskLabel.teardown: device: /dev/vdi ; status: False ; type: disklabel ; >01:50:55,772 DEBUG storage: DiskLabel.teardown: device: /dev/vdi ; status: False ; type: disklabel ; >01:50:55,816 DEBUG storage: DiskDevice.teardown: vdj ; status: True ; controllable: True ; >01:50:55,818 DEBUG storage: DiskLabel.teardown: device: /dev/vdj ; status: False ; type: disklabel ; >01:50:55,820 DEBUG storage: DiskLabel.teardown: device: /dev/vdj ; status: False ; type: disklabel ; >01:50:55,860 DEBUG storage: DiskDevice.teardown: vdk ; status: True ; controllable: True ; >01:50:55,862 DEBUG storage: DiskLabel.teardown: device: /dev/vdk ; status: False ; type: disklabel ; >01:50:55,863 DEBUG storage: DiskLabel.teardown: device: /dev/vdk ; status: False ; type: disklabel ; >01:50:55,913 DEBUG storage: DiskDevice.teardown: vdl ; status: True ; controllable: True ; >01:50:55,915 DEBUG storage: DiskLabel.teardown: device: /dev/vdl ; status: False ; type: disklabel ; >01:50:55,916 DEBUG storage: DiskLabel.teardown: device: /dev/vdl ; status: False ; type: disklabel ; >01:50:55,958 DEBUG storage: DiskDevice.teardown: vdm ; status: True ; controllable: True ; >01:50:55,960 DEBUG storage: DiskLabel.teardown: device: /dev/vdm ; status: False ; type: disklabel ; >01:50:55,961 DEBUG storage: DiskLabel.teardown: device: /dev/vdm ; status: False ; type: disklabel ; >01:50:56,014 DEBUG storage: DiskDevice.teardown: vdn ; status: True ; controllable: True ; >01:50:56,016 DEBUG storage: DiskLabel.teardown: device: /dev/vdn ; status: False ; type: disklabel ; >01:50:56,018 DEBUG storage: DiskLabel.teardown: device: /dev/vdn ; status: False ; type: disklabel ; >01:50:56,061 DEBUG storage: DiskDevice.teardown: vdo ; status: True ; controllable: True ; >01:50:56,063 DEBUG storage: DiskLabel.teardown: device: /dev/vdo ; status: False ; type: disklabel ; >01:50:56,065 DEBUG storage: DiskLabel.teardown: device: /dev/vdo ; status: False ; type: disklabel ; >01:50:56,106 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >01:50:56,107 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >01:50:56,108 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >01:50:56,112 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >01:50:56,117 INFO storage: edd: collected mbr signatures: {'vda': '0x000c5299', 'vdc': '0x00020b83', 'vdb': '0x000c50b3', 'vde': '0x000cd104', 'vdd': '0x00079ce5', 'vdg': '0x0007fa63', 'vdf': '0x00028cbf', 'vdi': '0x000328e3', 'vdh': '0x000d5432', 'vdk': '0x000c484e', 'vdj': '0x0007d7e9', 'vdm': '0x00071800', 'vdl': '0x000241c4', 'vdo': '0x000172c3', 'vdn': '0x000be26c'} >01:50:56,119 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c5299 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 19456000 >01:50:56,120 DEBUG storage: edd: matched 0x80 to vda using pci_dev >01:50:56,120 DEBUG storage: edd: data extracted from 0x81: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c50b3 > pci_dev: 00:07.0, scsi_id: 0 > scsi_lun: 0, sectors: 819200 >01:50:56,121 DEBUG storage: edd: matched 0x81 to vdb using pci_dev >01:50:56,121 DEBUG storage: edd: data extracted from 0x82: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x00020b83 > pci_dev: 00:08.0, scsi_id: 0 > scsi_lun: 0, sectors: 819200 >01:50:56,122 DEBUG storage: edd: matched 0x82 to vdc using pci_dev >01:50:56,128 DEBUG storage: edd: data extracted from 0x83: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x00079ce5 > pci_dev: 00:09.0, scsi_id: 0 > scsi_lun: 0, sectors: 819200 >01:50:56,128 DEBUG storage: edd: matched 0x83 to vdd using pci_dev >01:50:56,129 DEBUG storage: edd: data extracted from 0x84: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000cd104 > pci_dev: 00:0a.0, scsi_id: 0 > scsi_lun: 0, sectors: 819200 >01:50:56,129 DEBUG storage: edd: matched 0x84 to vde using pci_dev >01:50:56,131 DEBUG storage: edd: data extracted from 0x85: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x00028cbf > pci_dev: 00:0b.0, scsi_id: 0 > scsi_lun: 0, sectors: 819200 >01:50:56,132 DEBUG storage: edd: matched 0x85 to vdf using pci_dev >01:50:56,132 DEBUG storage: edd: data extracted from 0x86: > type: None, ata_device: None > channel: None, mbr_signature: 0x0007fa63 > pci_dev: None, scsi_id: None > scsi_lun: None, sectors: None >01:50:56,133 INFO storage: edd: matched 0x86 to vdg using MBR sig >01:50:56,135 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >01:50:56,157 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:50:56,214 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >01:50:56,281 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >01:50:56,283 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:56,285 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >01:50:56,328 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >01:50:56,334 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >01:50:57,330 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >01:50:57,331 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >01:50:57,331 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >01:50:57,332 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >01:50:57,332 DEBUG storage: crypttab maps: [] >01:50:57,333 DEBUG storage: parsing /mnt/sysimage/etc/fstab >01:50:57,346 DEBUG storage: resolved 'UUID=7938fbf5-ac16-46e5-a161-f8488bff1e8d' to 'vda3' (partition) >01:50:57,346 DEBUG storage: resolved 'UUID=a9990a99-0f72-477c-ac4b-b7b2784ac43d' to 'vda1' (partition) >01:50:57,347 DEBUG storage: resolved 'UUID=53756ee4-ea81-41f8-88c4-d1e91014cc46' to 'vda2' (partition) >01:50:57,348 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >01:53:21,691 DEBUG storage: Ext4FS.supported: supported: True ; >01:53:21,700 DEBUG storage: Ext4FS.supported: supported: True ; >01:53:21,704 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:53:21,711 DEBUG storage: Iso9660FS.supported: supported: True ; >01:53:21,713 DEBUG storage: Ext4FS.supported: supported: True ; >01:53:21,716 DEBUG storage: Ext4FS.supported: supported: True ; >01:53:21,944 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sr0 ; >01:53:21,949 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >01:53:21,956 DEBUG storage: DeviceTree.getDeviceByPath returned existing 4272MB cdrom sr0 (0) with existing iso9660 filesystem >21:53:43,259 DEBUG storage: Iso9660FS.supported: supported: True ; >21:53:43,261 DEBUG storage: Iso9660FS.supported: supported: True ; >21:53:43,262 DEBUG storage: NFSv4.supported: supported: False ; >21:53:43,264 DEBUG storage: NFSv4.supported: supported: False ; >21:53:43,265 DEBUG storage: SELinuxFS.supported: supported: False ; >21:53:43,267 DEBUG storage: SELinuxFS.supported: supported: False ; >21:53:43,268 DEBUG storage: Ext4FS.supported: supported: True ; >21:53:43,270 DEBUG storage: Ext4FS.supported: supported: True ; >21:53:43,271 DEBUG storage: Ext3FS.supported: supported: True ; >21:53:43,273 DEBUG storage: Ext3FS.supported: supported: True ; >21:53:43,274 DEBUG storage: Ext2FS.supported: supported: True ; >21:53:43,276 DEBUG storage: Ext2FS.supported: supported: True ; >21:53:43,278 DEBUG storage: SysFS.supported: supported: False ; >21:53:43,279 DEBUG storage: SysFS.supported: supported: False ; >21:53:43,281 DEBUG storage: MultipathMember.__init__: >21:53:43,282 DEBUG storage: SwapSpace.__init__: >21:53:43,284 DEBUG storage: ProcFS.supported: supported: False ; >21:53:43,285 DEBUG storage: ProcFS.supported: supported: False ; >21:53:43,287 DEBUG storage: NoDevFS.supported: supported: False ; >21:53:43,288 DEBUG storage: NoDevFS.supported: supported: False ; >21:53:43,290 DEBUG storage: DevPtsFS.supported: supported: False ; >21:53:43,291 DEBUG storage: DevPtsFS.supported: supported: False ; >21:53:43,293 DEBUG storage: BTRFS.supported: supported: True ; >21:53:43,393 DEBUG storage: BTRFS.supported: supported: True ; >21:53:43,396 DEBUG storage: USBFS.supported: supported: False ; >21:53:43,397 DEBUG storage: USBFS.supported: supported: False ; >21:53:43,398 DEBUG storage: DiskLabel.__init__: >21:53:43,399 INFO storage: DiskLabel.partedDevice returning None >21:53:43,400 DEBUG storage: HFSPlus.supported: supported: False ; >21:53:43,402 DEBUG storage: HFSPlus.supported: supported: False ; >21:53:43,403 DEBUG storage: XFS.supported: supported: True ; >21:53:43,513 DEBUG storage: XFS.supported: supported: True ; >21:53:43,515 DEBUG storage: TmpFS.supported: supported: False ; >21:53:43,516 DEBUG storage: TmpFS.supported: supported: False ; >21:53:43,518 DEBUG storage: LUKS.__init__: >21:53:43,519 DEBUG storage: NTFS.supported: supported: False ; >21:53:43,520 DEBUG storage: NTFS.supported: supported: False ; >21:53:43,522 DEBUG storage: BindFS.supported: supported: False ; >21:53:43,523 DEBUG storage: BindFS.supported: supported: False ; >21:53:43,525 DEBUG storage: HFS.supported: supported: False ; >21:53:43,526 DEBUG storage: HFS.supported: supported: False ; >21:53:43,528 DEBUG storage: LVMPhysicalVolume.__init__: >21:53:43,529 DEBUG storage: NFS.supported: supported: False ; >21:53:43,530 DEBUG storage: NFS.supported: supported: False ; >21:53:43,532 DEBUG storage: FATFS.supported: supported: True ; >21:53:43,554 DEBUG storage: FATFS.supported: supported: True ; >21:53:43,556 DEBUG storage: DMRaidMember.__init__: >21:53:43,558 DEBUG storage: MDRaidMember.__init__: >21:54:34,690 INFO storage: hiding device partition vda1 (id 2) >21:54:34,691 DEBUG storage: lvm filter: adding vda1 to the reject list >21:54:34,693 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: vda ; >21:54:34,693 INFO storage: hiding device partition vda2 (id 3) >21:54:34,694 DEBUG storage: lvm filter: adding vda2 to the reject list >21:54:34,695 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: vda ; >21:54:34,696 INFO storage: hiding device partition vda3 (id 4) >21:54:34,696 DEBUG storage: lvm filter: adding vda3 to the reject list >21:54:34,698 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >21:54:34,698 INFO storage: hiding device disk vda (id 1) >21:54:34,699 DEBUG storage: lvm filter: adding vda to the reject list >21:54:34,699 INFO storage: hiding device disk vdi (id 12) >21:54:34,700 DEBUG storage: lvm filter: adding vdi to the reject list >21:54:34,701 INFO storage: hiding device disk vdj (id 13) >21:54:34,701 DEBUG storage: lvm filter: adding vdj to the reject list >21:54:34,702 INFO storage: hiding device disk vdk (id 14) >21:54:34,702 DEBUG storage: lvm filter: adding vdk to the reject list >21:54:34,703 INFO storage: hiding device disk vdl (id 15) >21:54:34,703 DEBUG storage: lvm filter: adding vdl to the reject list >21:54:34,704 INFO storage: hiding device disk vdm (id 16) >21:54:34,705 DEBUG storage: lvm filter: adding vdm to the reject list >21:54:34,705 INFO storage: hiding device disk vdn (id 17) >21:54:34,706 DEBUG storage: lvm filter: adding vdn to the reject list >21:54:34,706 INFO storage: hiding device disk vdo (id 18) >21:54:34,707 DEBUG storage: lvm filter: adding vdo to the reject list >21:54:34,714 DEBUG storage: checking whether disk vdb has an empty extended >21:54:34,715 DEBUG storage: extended is None ; logicals is [] >21:54:34,715 DEBUG storage: checking whether disk vdc has an empty extended >21:54:34,716 DEBUG storage: extended is None ; logicals is [] >21:54:34,717 DEBUG storage: checking whether disk vdd has an empty extended >21:54:34,717 DEBUG storage: extended is None ; logicals is [] >21:54:34,718 DEBUG storage: checking whether disk vde has an empty extended >21:54:34,718 DEBUG storage: extended is None ; logicals is [] >21:54:34,719 DEBUG storage: checking whether disk vdf has an empty extended >21:54:34,720 DEBUG storage: extended is None ; logicals is [] >21:54:34,720 DEBUG storage: checking whether disk vdg has an empty extended >21:54:34,721 DEBUG storage: extended is None ; logicals is [] >21:54:34,725 DEBUG storage: checking whether disk vdh has an empty extended >21:54:34,726 DEBUG storage: extended is None ; logicals is [] >21:54:34,727 DEBUG storage: clearpart: initializing vdb >21:54:34,729 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:54:34,729 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,730 DEBUG storage: DiskDevice._setFormat: vdb ; current: disklabel ; type: None ; >21:54:34,731 INFO storage: registered action: [0] Destroy Format msdos disklabel on disk vdb (id 5) >21:54:34,741 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >21:54:34,744 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >21:54:34,746 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f1a90> > PedDisk: <_ped.Disk object at 0x7f0292a8e2d8> >21:54:34,752 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,754 DEBUG storage: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >21:54:34,755 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:54:34,756 INFO storage: registered action: [1] Create Format msdos disklabel on disk vdb (id 5) >21:54:34,756 DEBUG storage: clearpart: initializing vdc >21:54:34,758 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:54:34,758 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,763 DEBUG storage: DiskDevice._setFormat: vdc ; current: disklabel ; type: None ; >21:54:34,764 INFO storage: registered action: [2] Destroy Format msdos disklabel on disk vdc (id 6) >21:54:34,767 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; >21:54:34,769 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdc ; labelType: msdos ; >21:54:34,774 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f8350> > PedDisk: <_ped.Disk object at 0x7f029311ecb0> >21:54:34,774 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,776 DEBUG storage: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >21:54:34,778 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:54:34,782 INFO storage: registered action: [3] Create Format msdos disklabel on disk vdc (id 6) >21:54:34,783 DEBUG storage: clearpart: initializing vdd >21:54:34,784 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:54:34,785 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,786 DEBUG storage: DiskDevice._setFormat: vdd ; current: disklabel ; type: None ; >21:54:34,787 INFO storage: registered action: [4] Destroy Format msdos disklabel on disk vdd (id 7) >21:54:34,792 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; >21:54:34,794 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdd ; labelType: msdos ; >21:54:34,795 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f80d0> > PedDisk: <_ped.Disk object at 0x7f029311eb90> >21:54:34,796 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,797 DEBUG storage: DeviceFormat.teardown: device: /dev/vdd ; status: False ; type: None ; >21:54:34,799 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:54:34,799 INFO storage: registered action: [5] Create Format msdos disklabel on disk vdd (id 7) >21:54:34,800 DEBUG storage: clearpart: initializing vde >21:54:34,801 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:54:34,802 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,803 DEBUG storage: DiskDevice._setFormat: vde ; current: disklabel ; type: None ; >21:54:34,804 INFO storage: registered action: [6] Destroy Format msdos disklabel on disk vde (id 8) >21:54:34,807 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; >21:54:34,809 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vde ; labelType: msdos ; >21:54:34,810 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f8d50> > PedDisk: <_ped.Disk object at 0x7f0292a8e050> >21:54:34,811 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,812 DEBUG storage: DeviceFormat.teardown: device: /dev/vde ; status: False ; type: None ; >21:54:34,814 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:54:34,814 INFO storage: registered action: [7] Create Format msdos disklabel on disk vde (id 8) >21:54:34,815 DEBUG storage: clearpart: initializing vdf >21:54:34,816 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:54:34,817 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,819 DEBUG storage: DiskDevice._setFormat: vdf ; current: disklabel ; type: None ; >21:54:34,819 INFO storage: registered action: [8] Destroy Format msdos disklabel on disk vdf (id 9) >21:54:34,823 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; >21:54:34,824 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdf ; labelType: msdos ; >21:54:34,825 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87fa590> > PedDisk: <_ped.Disk object at 0x7f029311cb48> >21:54:34,826 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,828 DEBUG storage: DeviceFormat.teardown: device: /dev/vdf ; status: False ; type: None ; >21:54:34,829 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:54:34,830 INFO storage: registered action: [9] Create Format msdos disklabel on disk vdf (id 9) >21:54:34,831 DEBUG storage: clearpart: initializing vdg >21:54:34,832 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:54:34,832 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,834 DEBUG storage: DiskDevice._setFormat: vdg ; current: disklabel ; type: None ; >21:54:34,834 INFO storage: registered action: [10] Destroy Format msdos disklabel on disk vdg (id 10) >21:54:34,838 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; >21:54:34,840 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdg ; labelType: msdos ; >21:54:34,841 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f8850> > PedDisk: <_ped.Disk object at 0x7f029311bbd8> >21:54:34,842 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,843 DEBUG storage: DeviceFormat.teardown: device: /dev/vdg ; status: False ; type: None ; >21:54:34,845 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:54:34,845 INFO storage: registered action: [11] Create Format msdos disklabel on disk vdg (id 10) >21:54:34,846 DEBUG storage: clearpart: initializing vdh >21:54:34,847 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:54:34,848 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:34,849 DEBUG storage: DiskDevice._setFormat: vdh ; current: disklabel ; type: None ; >21:54:34,850 INFO storage: registered action: [12] Destroy Format msdos disklabel on disk vdh (id 11) >21:54:34,853 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; >21:54:34,855 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdh ; labelType: msdos ; >21:54:34,856 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87fac90> > PedDisk: <_ped.Disk object at 0x7f029311b710> >21:54:34,856 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:34,858 DEBUG storage: DeviceFormat.teardown: device: /dev/vdh ; status: False ; type: None ; >21:54:34,859 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:54:34,860 INFO storage: registered action: [13] Create Format msdos disklabel on disk vdh (id 11) >21:54:34,861 DEBUG storage: new disk order: [] >21:54:34,961 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:54:34,962 DEBUG storage: DeviceTree.getDeviceByName returned existing 400MB disk vdb (5) with non-existent msdos disklabel >21:54:34,964 DEBUG storage: doAutoPart: True >21:54:34,965 DEBUG storage: encryptedAutoPart: False >21:54:34,965 DEBUG storage: autoPartType: 0 >21:54:34,966 DEBUG storage: clearPartType: 1 >21:54:34,966 DEBUG storage: clearPartDisks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:54:34,967 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x7f02931534d0) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f02a87fae50) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f02a87fad50) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f02a87fad10) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f02a87fae10) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1504 maxSize = None grow = False > >21:54:34,968 DEBUG storage: storage.disks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:54:34,969 DEBUG storage: storage.partitioned: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:54:34,969 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:54:34,972 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vdb ; >21:54:34,974 DEBUG storage: DeviceTree.getDeviceByPath returned existing 400MB disk vdb (5) with non-existent msdos disklabel >21:54:34,975 DEBUG storage: resolved '/dev/vdb' to 'vdb' (disk) >21:54:34,975 DEBUG storage: boot disk: vdb >21:54:34,978 DEBUG storage: candidate disks: [] >21:54:34,979 DEBUG storage: devs: [] >21:54:34,981 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >21:54:34,982 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:54:35,013 DEBUG storage: MultipathTopology._build_topology: >21:54:35,014 DEBUG storage: /etc/multipath.conf contents: >21:54:35,015 DEBUG storage: # multipath.conf written by anaconda >21:54:35,015 DEBUG storage: >21:54:35,016 DEBUG storage: defaults { >21:54:35,016 DEBUG storage: user_friendly_names yes >21:54:35,017 DEBUG storage: } >21:54:35,017 DEBUG storage: blacklist { >21:54:35,018 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >21:54:35,018 DEBUG storage: devnode "^hd[a-z]" >21:54:35,018 DEBUG storage: devnode "^dcssblk[0-9]*" >21:54:35,019 DEBUG storage: device { >21:54:35,019 DEBUG storage: vendor "DGC" >21:54:35,020 DEBUG storage: product "LUNZ" >21:54:35,020 DEBUG storage: } >21:54:35,021 DEBUG storage: device { >21:54:35,021 DEBUG storage: vendor "IBM" >21:54:35,022 DEBUG storage: product "S/390.*" >21:54:35,023 DEBUG storage: } >21:54:35,023 DEBUG storage: # don't count normal SATA devices as multipaths >21:54:35,024 DEBUG storage: device { >21:54:35,024 DEBUG storage: vendor "ATA" >21:54:35,024 DEBUG storage: } >21:54:35,025 DEBUG storage: # don't count 3ware devices as multipaths >21:54:35,025 DEBUG storage: device { >21:54:35,026 DEBUG storage: vendor "3ware" >21:54:35,026 DEBUG storage: } >21:54:35,027 DEBUG storage: device { >21:54:35,027 DEBUG storage: vendor "AMCC" >21:54:35,028 DEBUG storage: } >21:54:35,028 DEBUG storage: # nor highpoint devices >21:54:35,029 DEBUG storage: device { >21:54:35,029 DEBUG storage: vendor "HPT" >21:54:35,030 DEBUG storage: } >21:54:35,030 DEBUG storage: } >21:54:35,031 DEBUG storage: multipaths { >21:54:35,031 DEBUG storage: } >21:54:35,031 DEBUG storage: (end of /etc/multipath.conf) >21:54:35,126 INFO storage: MultipathTopology: found non-disk device: sr0 >21:54:35,127 INFO storage: MultipathTopology: found singlepath device: vda >21:54:35,127 INFO storage: MultipathTopology: found non-disk device: vda1 >21:54:35,128 INFO storage: MultipathTopology: found non-disk device: vda2 >21:54:35,129 INFO storage: MultipathTopology: found non-disk device: vda3 >21:54:35,129 INFO storage: MultipathTopology: found singlepath device: vdb >21:54:35,130 INFO storage: MultipathTopology: found singlepath device: vdc >21:54:35,131 INFO storage: MultipathTopology: found singlepath device: vdd >21:54:35,132 INFO storage: MultipathTopology: found singlepath device: vde >21:54:35,133 INFO storage: MultipathTopology: found singlepath device: vdf >21:54:35,133 INFO storage: MultipathTopology: found singlepath device: vdg >21:54:35,134 INFO storage: MultipathTopology: found singlepath device: vdh >21:54:35,135 INFO storage: MultipathTopology: found singlepath device: vdi >21:54:35,137 INFO storage: MultipathTopology: found singlepath device: vdj >21:54:35,138 INFO storage: MultipathTopology: found singlepath device: vdk >21:54:35,139 INFO storage: MultipathTopology: found singlepath device: vdl >21:54:35,139 INFO storage: MultipathTopology: found singlepath device: vdm >21:54:35,141 INFO storage: MultipathTopology: found singlepath device: vdn >21:54:35,142 INFO storage: MultipathTopology: found singlepath device: vdo >21:54:35,143 INFO storage: MultipathTopology: found singlepath device: loop0 >21:54:35,145 INFO storage: MultipathTopology: found singlepath device: loop1 >21:54:35,146 INFO storage: MultipathTopology: found singlepath device: loop2 >21:54:35,148 INFO storage: MultipathTopology: found singlepath device: loop3 >21:54:35,150 INFO storage: MultipathTopology: found singlepath device: loop4 >21:54:35,151 INFO storage: MultipathTopology: found singlepath device: loop5 >21:54:35,152 INFO storage: MultipathTopology: found singlepath device: loop6 >21:54:35,153 INFO storage: MultipathTopology: found singlepath device: loop7 >21:54:35,154 INFO storage: MultipathTopology: found singlepath device: dm-0 >21:54:35,155 INFO storage: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk', 'vdl', 'vdm', 'vdn', 'vdo', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >21:54:35,162 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora_18-Beta-TC1_x86_64 /dev/disk/by-uuid/2012-10-02-23-31-26-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-02-23-31-26-00', > 'ID_FS_UUID_ENC': '2012-10-02-23-31-26-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '52593', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora_18-Beta-TC1_x86_64', > '/dev/disk/by-uuid/2012-10-02-23-31-26-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:54:35,165 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:54:35,169 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >21:54:35,172 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,174 INFO storage: sr0 is a cdrom >21:54:35,177 DEBUG storage: DeviceTree.addUdevOpticalDevice: >21:54:35,179 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,183 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:54:35,189 INFO storage: added cdrom sr0 (id 26) to device tree >21:54:35,192 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:54:35,198 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >21:54:35,201 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >21:54:35,204 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >21:54:35,208 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >21:54:35,221 WARN storage: disklabel detected but not usable on sr0 >21:54:35,224 INFO storage: type detected on 'sr0' is 'iso9660' >21:54:35,229 DEBUG storage: Iso9660FS.supported: supported: True ; >21:54:35,230 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >21:54:35,232 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >21:54:35,234 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:54:35,236 DEBUG storage: looking up parted Device: /dev/sr0 >21:54:35,237 INFO storage: got device: OpticalDevice instance (0x7f029fe73d10) -- > name = sr0 status = True kids = 0 id = 26 > parents = [] > uuid = None size = 4272.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x4739710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >21:54:35,240 DEBUG storage: Iso9660FS.supported: supported: True ; >21:54:35,240 INFO storage: got format: Iso9660FS instance (0x7f029fe5e250) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-02-23-31-26-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC1_x86_64 size = 0 targetSize = 0 > >21:54:35,243 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:54:35,244 DEBUG storage: device 'vda' not in exclusiveDisks >21:54:35,244 DEBUG storage: lvm filter: adding vda to the reject list >21:54:35,245 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:54:35,248 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_UUID_ENC': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76711', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1'} ; name: vda1 ; >21:54:35,249 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1)... >21:54:35,251 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >21:54:35,252 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,253 INFO storage: vda1 is a partition >21:54:35,255 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >21:54:35,257 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,259 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,262 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:54:35,263 DEBUG storage: device 'vda' in ignoredDisks >21:54:35,264 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:54:35,265 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,267 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,268 ERR storage: failure scanning device vda >21:54:35,268 DEBUG storage: lvm filter: adding vda1 to the reject list >21:54:35,269 DEBUG storage: no device or no media present >21:54:35,272 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_UUID_ENC': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3014656', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76728', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2'} ; name: vda2 ; >21:54:35,273 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2)... >21:54:35,274 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >21:54:35,276 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,276 INFO storage: vda2 is a partition >21:54:35,278 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >21:54:35,279 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,281 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,284 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:54:35,285 DEBUG storage: device 'vda' in ignoredDisks >21:54:35,285 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:54:35,287 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,288 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,289 ERR storage: failure scanning device vda >21:54:35,289 DEBUG storage: lvm filter: adding vda2 to the reject list >21:54:35,290 DEBUG storage: no device or no media present >21:54:35,293 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_UUID_ENC': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4040704', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '15415296', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76740', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3'} ; name: vda3 ; >21:54:35,294 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3)... >21:54:35,295 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >21:54:35,297 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,297 INFO storage: vda3 is a partition >21:54:35,299 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >21:54:35,301 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,302 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,304 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:54:35,305 DEBUG storage: device 'vda' in ignoredDisks >21:54:35,306 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:54:35,307 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:54:35,309 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,309 ERR storage: failure scanning device vda >21:54:35,310 DEBUG storage: lvm filter: adding vda3 to the reject list >21:54:35,311 DEBUG storage: no device or no media present >21:54:35,313 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '81447', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >21:54:35,314 INFO storage: scanning vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb)... >21:54:35,315 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:54:35,317 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,318 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdb ; >21:54:35,320 INFO storage: vdb is a disk >21:54:35,320 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,322 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: None ; >21:54:35,323 INFO storage: added disk vdb (id 27) to device tree >21:54:35,323 DEBUG storage: looking up parted Device: /dev/vdb >21:54:35,325 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdb ; >21:54:35,326 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >21:54:35,328 DEBUG storage: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >21:54:35,332 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >21:54:35,334 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029eba62d0> > PedDisk: <_ped.Disk object at 0x7f029311b7a0> >21:54:35,335 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,337 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:54:35,339 INFO storage: got device: DiskDevice instance (0x7f029ebaaf10) -- > name = vdb status = True kids = 0 id = 27 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f029ed12830> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f029fe5e750> >21:54:35,342 INFO storage: got format: DiskLabel instance (0x7f029bd96a50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029eba62d0> > PedDisk: <_ped.Disk object at 0x7f029311b7a0> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87faa50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x4739200> > >21:54:35,345 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '83745', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc'} ; name: vdc ; >21:54:35,347 INFO storage: scanning vdc (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc)... >21:54:35,350 DEBUG storage: DeviceTree.getDeviceByName: name: vdc ; >21:54:35,351 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,353 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdc ; >21:54:35,354 INFO storage: vdc is a disk >21:54:35,354 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,356 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: None ; >21:54:35,356 INFO storage: added disk vdc (id 28) to device tree >21:54:35,357 DEBUG storage: looking up parted Device: /dev/vdc >21:54:35,358 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdc ; >21:54:35,360 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: dos ; >21:54:35,361 DEBUG storage: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >21:54:35,364 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >21:54:35,366 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96390> > PedDisk: <_ped.Disk object at 0x7f0293120440> >21:54:35,367 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,369 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:54:35,370 INFO storage: got device: DiskDevice instance (0x7f02a87fa390) -- > name = vdc status = True kids = 0 id = 28 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x49d2290> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87fa190> >21:54:35,373 INFO storage: got format: DiskLabel instance (0x7f02a87fadd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f029bd96390> > PedDisk: <_ped.Disk object at 0x7f0293120440> > origPartedDisk = <parted.disk.Disk object at 0x7f029bbd6f90> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x49d27a0> > >21:54:35,376 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95269', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd'} ; name: vdd ; >21:54:35,378 INFO storage: scanning vdd (/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd)... >21:54:35,380 DEBUG storage: DeviceTree.getDeviceByName: name: vdd ; >21:54:35,381 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,382 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdd ; >21:54:35,383 INFO storage: vdd is a disk >21:54:35,384 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,385 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: None ; >21:54:35,386 INFO storage: added disk vdd (id 29) to device tree >21:54:35,386 DEBUG storage: looking up parted Device: /dev/vdd >21:54:35,387 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdd ; >21:54:35,389 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdd ; label_type: dos ; >21:54:35,390 DEBUG storage: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >21:54:35,392 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; exists: True ; >21:54:35,394 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a880fed0> > PedDisk: <_ped.Disk object at 0x7f029311b200> >21:54:35,395 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,397 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:54:35,398 INFO storage: got device: DiskDevice instance (0x7f02a87fa210) -- > name = vdd status = True kids = 0 id = 29 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio5/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x49d2a70> > target size = 0 path = /dev/vdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a880fb10> >21:54:35,401 INFO storage: got format: DiskLabel instance (0x7f02a880fb50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a880fed0> > PedDisk: <_ped.Disk object at 0x7f029311b200> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881b3d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x49d2f80> > >21:54:35,405 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vde', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1195', > 'name': 'vde', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde'} ; name: vde ; >21:54:35,406 INFO storage: scanning vde (/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde)... >21:54:35,408 DEBUG storage: DeviceTree.getDeviceByName: name: vde ; >21:54:35,409 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,410 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vde ; >21:54:35,411 INFO storage: vde is a disk >21:54:35,411 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,413 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: None ; >21:54:35,413 INFO storage: added disk vde (id 30) to device tree >21:54:35,414 DEBUG storage: looking up parted Device: /dev/vde >21:54:35,415 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vde ; >21:54:35,416 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vde ; label_type: dos ; >21:54:35,417 DEBUG storage: DiskDevice.setup: vde ; status: True ; controllable: True ; orig: False ; >21:54:35,420 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; exists: True ; >21:54:35,422 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881b7d0> > PedDisk: <_ped.Disk object at 0x7f029bbd47e8> >21:54:35,423 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,425 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:54:35,426 INFO storage: got device: DiskDevice instance (0x7f02a880fa10) -- > name = vde status = True kids = 0 id = 30 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio6/block/vde partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294f52050> > target size = 0 path = /dev/vde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a881b110> >21:54:35,428 INFO storage: got format: DiskLabel instance (0x7f02a881b5d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881b7d0> > PedDisk: <_ped.Disk object at 0x7f029bbd47e8> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881bc90> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294f52b00> > >21:54:35,432 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5351', > 'name': 'vdf', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf'} ; name: vdf ; >21:54:35,433 INFO storage: scanning vdf (/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf)... >21:54:35,435 DEBUG storage: DeviceTree.getDeviceByName: name: vdf ; >21:54:35,436 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,437 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdf ; >21:54:35,438 INFO storage: vdf is a disk >21:54:35,439 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,440 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: None ; >21:54:35,440 INFO storage: added disk vdf (id 31) to device tree >21:54:35,441 DEBUG storage: looking up parted Device: /dev/vdf >21:54:35,442 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdf ; >21:54:35,443 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdf ; label_type: dos ; >21:54:35,444 DEBUG storage: DiskDevice.setup: vdf ; status: True ; controllable: True ; orig: False ; >21:54:35,447 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; exists: True ; >21:54:35,449 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881c0d0> > PedDisk: <_ped.Disk object at 0x7f0293121d88> >21:54:35,449 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,451 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:54:35,452 INFO storage: got device: DiskDevice instance (0x7f02a881b9d0) -- > name = vdf status = True kids = 0 id = 31 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294ee0050> > target size = 0 path = /dev/vdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a881ba10> >21:54:35,455 INFO storage: got format: DiskLabel instance (0x7f02a881be90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881c0d0> > PedDisk: <_ped.Disk object at 0x7f0293121d88> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881c590> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294ee0320> > >21:54:35,459 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7236', > 'name': 'vdg', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg'} ; name: vdg ; >21:54:35,460 INFO storage: scanning vdg (/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg)... >21:54:35,462 DEBUG storage: DeviceTree.getDeviceByName: name: vdg ; >21:54:35,463 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,464 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdg ; >21:54:35,465 INFO storage: vdg is a disk >21:54:35,466 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,467 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: None ; >21:54:35,467 INFO storage: added disk vdg (id 32) to device tree >21:54:35,468 DEBUG storage: looking up parted Device: /dev/vdg >21:54:35,469 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdg ; >21:54:35,470 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdg ; label_type: dos ; >21:54:35,471 DEBUG storage: DiskDevice.setup: vdg ; status: True ; controllable: True ; orig: False ; >21:54:35,474 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; exists: True ; >21:54:35,476 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881b610> > PedDisk: <_ped.Disk object at 0x7f029311db00> >21:54:35,477 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,478 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:54:35,480 INFO storage: got device: DiskDevice instance (0x7f02a881bf50) -- > name = vdg status = True kids = 0 id = 32 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 96 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294f52a70> > target size = 0 path = /dev/vdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a881bf90> >21:54:35,482 INFO storage: got format: DiskLabel instance (0x7f02a881b190) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdg uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881b610> > PedDisk: <_ped.Disk object at 0x7f029311db00> > origPartedDisk = <parted.disk.Disk object at 0x7f029eba6510> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02967858c0> > >21:54:35,486 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31993', > 'name': 'vdh', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh'} ; name: vdh ; >21:54:35,487 INFO storage: scanning vdh (/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh)... >21:54:35,488 DEBUG storage: DeviceTree.getDeviceByName: name: vdh ; >21:54:35,490 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,491 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdh ; >21:54:35,492 INFO storage: vdh is a disk >21:54:35,492 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,494 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: None ; >21:54:35,494 INFO storage: added disk vdh (id 33) to device tree >21:54:35,495 DEBUG storage: looking up parted Device: /dev/vdh >21:54:35,496 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdh ; >21:54:35,497 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdh ; label_type: dos ; >21:54:35,498 DEBUG storage: DiskDevice.setup: vdh ; status: True ; controllable: True ; orig: False ; >21:54:35,501 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; exists: True ; >21:54:35,503 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881c850> > PedDisk: <_ped.Disk object at 0x7f0293117290> >21:54:35,503 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:54:35,505 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:54:35,506 INFO storage: got device: DiskDevice instance (0x7f02a880fc10) -- > name = vdh status = True kids = 0 id = 33 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 112 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294ee0290> > target size = 0 path = /dev/vdh > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a880fb90> >21:54:35,509 INFO storage: got format: DiskLabel instance (0x7f02a881c2d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdh uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881c850> > PedDisk: <_ped.Disk object at 0x7f0293117290> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881cb90> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294e2c0e0> > >21:54:35,512 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdi', > 'DEVPATH': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33088', > 'name': 'vdi', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi'} ; name: vdi ; >21:54:35,513 DEBUG storage: device 'vdi' not in exclusiveDisks >21:54:35,514 DEBUG storage: lvm filter: adding vdi to the reject list >21:54:35,514 INFO storage: ignoring vdi (/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi) >21:54:35,516 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdj', > 'DEVPATH': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37658', > 'name': 'vdj', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj'} ; name: vdj ; >21:54:35,517 DEBUG storage: device 'vdj' not in exclusiveDisks >21:54:35,517 DEBUG storage: lvm filter: adding vdj to the reject list >21:54:35,518 INFO storage: ignoring vdj (/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj) >21:54:35,520 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdk', > 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '88480', > 'name': 'vdk', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk'} ; name: vdk ; >21:54:35,520 DEBUG storage: device 'vdk' not in exclusiveDisks >21:54:35,520 DEBUG storage: lvm filter: adding vdk to the reject list >21:54:35,521 INFO storage: ignoring vdk (/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk) >21:54:35,523 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdl', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '176', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7753', > 'name': 'vdl', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl'} ; name: vdl ; >21:54:35,523 DEBUG storage: device 'vdl' not in exclusiveDisks >21:54:35,523 DEBUG storage: lvm filter: adding vdl to the reject list >21:54:35,524 INFO storage: ignoring vdl (/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl) >21:54:35,526 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdm', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '192', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9904', > 'name': 'vdm', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm'} ; name: vdm ; >21:54:35,526 DEBUG storage: device 'vdm' not in exclusiveDisks >21:54:35,527 DEBUG storage: lvm filter: adding vdm to the reject list >21:54:35,527 INFO storage: ignoring vdm (/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm) >21:54:35,529 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdn', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '208', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77709', > 'name': 'vdn', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn'} ; name: vdn ; >21:54:35,529 DEBUG storage: device 'vdn' not in exclusiveDisks >21:54:35,530 DEBUG storage: lvm filter: adding vdn to the reject list >21:54:35,530 INFO storage: ignoring vdn (/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn) >21:54:35,532 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdo', > 'DEVPATH': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '224', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '89495', > 'name': 'vdo', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo'} ; name: vdo ; >21:54:35,533 DEBUG storage: device 'vdo' not in exclusiveDisks >21:54:35,533 DEBUG storage: lvm filter: adding vdo to the reject list >21:54:35,533 INFO storage: ignoring vdo (/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo) >21:54:35,535 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79164', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:54:35,536 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >21:54:35,537 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >21:54:35,538 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,538 INFO storage: loop0 is a loop device >21:54:35,539 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:54:35,541 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >21:54:35,542 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,542 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,543 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >21:54:35,544 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 34) to device tree >21:54:35,546 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >21:54:35,546 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,547 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:54:35,548 INFO storage: added loop loop0 (id 35) to device tree >21:54:35,549 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:54:35,550 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:54:35,550 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:54:35,552 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >21:54:35,553 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >21:54:35,558 WARN storage: disklabel detected but not usable on loop0 >21:54:35,559 INFO storage: type detected on 'loop0' is 'squashfs' >21:54:35,559 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:54:35,561 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:54:35,562 INFO storage: got device: LoopDevice instance (0x7f02a881ce90) -- > name = loop0 status = False kids = 0 id = 35 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (34)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:54:35,564 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79189', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:54:35,565 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >21:54:35,566 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:54:35,568 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,568 INFO storage: loop1 is a loop device >21:54:35,569 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:54:35,571 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >21:54:35,572 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,572 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,573 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >21:54:35,574 INFO storage: added file /LiveOS/rootfs.img (id 36) to device tree >21:54:35,575 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >21:54:35,576 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,577 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:54:35,578 INFO storage: added loop loop1 (id 37) to device tree >21:54:35,579 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:54:35,580 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:54:35,582 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,582 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:54:35,582 DEBUG storage: device loop1 does not contain a disklabel >21:54:35,583 INFO storage: type detected on 'loop1' is 'ext4' >21:54:35,690 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,691 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:54:35,692 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >21:54:35,693 INFO storage: got device: LoopDevice instance (0x7f02a881cad0) -- > name = loop1 status = False kids = 0 id = 37 > parents = ['existing 0MB file /LiveOS/rootfs.img (36)'] > 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 >21:54:35,694 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,695 INFO storage: got format: Ext4FS instance (0x7f02a881c9d0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:54:35,697 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79207', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:54:35,698 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >21:54:35,699 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:54:35,700 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,701 INFO storage: loop2 is a loop device >21:54:35,702 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:54:35,703 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:54:35,704 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,705 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,706 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:54:35,706 INFO storage: added file /overlay (deleted) (id 38) to device tree >21:54:35,708 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:54:35,708 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,710 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:54:35,710 INFO storage: added loop loop2 (id 39) to device tree >21:54:35,711 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:54:35,712 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:54:35,713 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:54:35,714 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >21:54:35,715 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >21:54:35,721 WARN storage: disklabel detected but not usable on loop2 >21:54:35,722 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >21:54:35,722 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:54:35,723 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:54:35,724 INFO storage: got device: LoopDevice instance (0x7f02a881cd90) -- > name = loop2 status = False kids = 0 id = 39 > parents = ['existing 0MB file /overlay (deleted) (38)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:54:35,726 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92945', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:54:35,726 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >21:54:35,727 DEBUG storage: lvm filter: adding loop3 to the reject list >21:54:35,728 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92969', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:54:35,729 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >21:54:35,729 DEBUG storage: lvm filter: adding loop4 to the reject list >21:54:35,731 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92988', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >21:54:35,731 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >21:54:35,732 DEBUG storage: lvm filter: adding loop5 to the reject list >21:54:35,733 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11678', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >21:54:35,734 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >21:54:35,734 DEBUG storage: lvm filter: adding loop6 to the reject list >21:54:35,736 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11700', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >21:54:35,736 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >21:54:35,737 DEBUG storage: lvm filter: adding loop7 to the reject list >21:54:35,737 DEBUG storage: Skipping a device mapper drive (dm-0) for now >21:54:35,763 INFO storage: devices to scan: ['dm-0'] >21:54:35,767 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '45589', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >21:54:35,767 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >21:54:35,769 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:54:35,770 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,770 INFO storage: live-rw is a device-mapper device >21:54:35,771 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >21:54:35,774 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:54:35,776 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (37) with existing ext4 filesystem >21:54:35,777 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:54:35,778 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (39) >21:54:35,780 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:54:35,781 DEBUG storage: DeviceTree.getDeviceByName returned None >21:54:35,783 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >21:54:35,783 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:54:35,784 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:54:35,785 INFO storage: added dm live-rw (id 40) to device tree >21:54:35,786 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:54:35,787 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:54:35,788 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,789 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:54:35,789 DEBUG storage: device live-rw does not contain a disklabel >21:54:35,789 INFO storage: type detected on 'live-rw' is 'ext4' >21:54:35,850 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,851 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:54:35,852 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:54:35,853 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >21:54:35,853 INFO storage: got device: DMDevice instance (0x7f02a881bf10) -- > name = live-rw status = True kids = 0 id = 40 > parents = ['existing 0MB loop loop2 (39)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f02931cbd40> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:54:35,855 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:35,856 INFO storage: got format: Ext4FS instance (0x7f02a880fd90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:54:35,882 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:54:35,902 DEBUG storage: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >21:54:35,903 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:54:35,905 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:54:35,923 DEBUG storage: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >21:54:35,925 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:54:35,926 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:54:35,945 DEBUG storage: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >21:54:35,946 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:54:35,948 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:54:35,966 DEBUG storage: DiskDevice.teardown: vde ; status: True ; controllable: True ; >21:54:35,968 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:54:35,970 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:54:35,988 DEBUG storage: DiskDevice.teardown: vdf ; status: True ; controllable: True ; >21:54:35,990 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:54:35,992 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:54:36,010 DEBUG storage: DiskDevice.teardown: vdg ; status: True ; controllable: True ; >21:54:36,012 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:54:36,013 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:54:36,031 DEBUG storage: DiskDevice.teardown: vdh ; status: True ; controllable: True ; >21:54:36,033 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:54:36,034 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:54:36,052 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:54:36,053 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:54:36,054 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >21:54:36,055 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >21:54:36,057 INFO storage: edd: collected mbr signatures: {'vdc': '0x00020b83', 'vdb': '0x000c50b3', 'vde': '0x000cd104', 'vdd': '0x00079ce5', 'vdg': '0x0007fa63', 'vdf': '0x00028cbf', 'vdh': '0x000d5432'} >21:54:36,059 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c5299 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 19456000 >21:54:36,059 DEBUG storage: edd: matched 0x80 to vda using pci_dev >21:54:36,060 INFO storage: edd: both edd entries 0x80 and 0x80 seem to map to vda >21:54:36,063 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:36,065 DEBUG storage: Ext4FS.supported: supported: True ; >21:54:36,066 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:54:36,069 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:34,669 DEBUG storage: checking whether disk vdb has an empty extended >21:55:34,670 DEBUG storage: extended is None ; logicals is [] >21:55:34,671 DEBUG storage: checking whether disk vdc has an empty extended >21:55:34,671 DEBUG storage: extended is None ; logicals is [] >21:55:34,672 DEBUG storage: checking whether disk vdd has an empty extended >21:55:34,672 DEBUG storage: extended is None ; logicals is [] >21:55:34,673 DEBUG storage: checking whether disk vde has an empty extended >21:55:34,673 DEBUG storage: extended is None ; logicals is [] >21:55:34,674 DEBUG storage: checking whether disk vdf has an empty extended >21:55:34,674 DEBUG storage: extended is None ; logicals is [] >21:55:34,675 DEBUG storage: checking whether disk vdg has an empty extended >21:55:34,675 DEBUG storage: extended is None ; logicals is [] >21:55:34,680 DEBUG storage: checking whether disk vdh has an empty extended >21:55:34,681 DEBUG storage: extended is None ; logicals is [] >21:55:34,682 DEBUG storage: clearpart: initializing vdb >21:55:34,683 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:34,684 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,685 DEBUG storage: DiskDevice._setFormat: vdb ; current: disklabel ; type: None ; >21:55:34,686 INFO storage: registered action: [14] Destroy Format msdos disklabel on disk vdb (id 27) >21:55:34,695 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >21:55:34,697 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >21:55:34,702 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87f1b10> > PedDisk: <_ped.Disk object at 0x7f0293117560> >21:55:34,702 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,704 DEBUG storage: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >21:55:34,705 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:55:34,707 INFO storage: registered action: [15] Create Format msdos disklabel on disk vdb (id 27) >21:55:34,708 DEBUG storage: clearpart: initializing vdc >21:55:34,709 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:34,714 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,715 DEBUG storage: DiskDevice._setFormat: vdc ; current: disklabel ; type: None ; >21:55:34,716 INFO storage: registered action: [16] Destroy Format msdos disklabel on disk vdc (id 28) >21:55:34,719 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; >21:55:34,724 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdc ; labelType: msdos ; >21:55:34,725 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881f950> > PedDisk: <_ped.Disk object at 0x7f0293119290> >21:55:34,726 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,727 DEBUG storage: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >21:55:34,729 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:55:34,733 INFO storage: registered action: [17] Create Format msdos disklabel on disk vdc (id 28) >21:55:34,734 DEBUG storage: clearpart: initializing vdd >21:55:34,735 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:34,736 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,737 DEBUG storage: DiskDevice._setFormat: vdd ; current: disklabel ; type: None ; >21:55:34,738 INFO storage: registered action: [18] Destroy Format msdos disklabel on disk vdd (id 29) >21:55:34,750 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; >21:55:34,754 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdd ; labelType: msdos ; >21:55:34,755 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8825050> > PedDisk: <_ped.Disk object at 0x7f029311b368> >21:55:34,755 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,757 DEBUG storage: DeviceFormat.teardown: device: /dev/vdd ; status: False ; type: None ; >21:55:34,758 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:55:34,759 INFO storage: registered action: [19] Create Format msdos disklabel on disk vdd (id 29) >21:55:34,759 DEBUG storage: clearpart: initializing vde >21:55:34,761 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:34,761 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,763 DEBUG storage: DiskDevice._setFormat: vde ; current: disklabel ; type: None ; >21:55:34,763 INFO storage: registered action: [20] Destroy Format msdos disklabel on disk vde (id 30) >21:55:34,767 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; >21:55:34,768 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vde ; labelType: msdos ; >21:55:34,769 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8825810> > PedDisk: <_ped.Disk object at 0x7f02a881de18> >21:55:34,770 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,771 DEBUG storage: DeviceFormat.teardown: device: /dev/vde ; status: False ; type: None ; >21:55:34,773 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:55:34,773 INFO storage: registered action: [21] Create Format msdos disklabel on disk vde (id 30) >21:55:34,774 DEBUG storage: clearpart: initializing vdf >21:55:34,775 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:34,776 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,777 DEBUG storage: DiskDevice._setFormat: vdf ; current: disklabel ; type: None ; >21:55:34,778 INFO storage: registered action: [22] Destroy Format msdos disklabel on disk vdf (id 31) >21:55:34,781 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; >21:55:34,782 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdf ; labelType: msdos ; >21:55:34,784 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826050> > PedDisk: <_ped.Disk object at 0x7f0293125368> >21:55:34,785 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,786 DEBUG storage: DeviceFormat.teardown: device: /dev/vdf ; status: False ; type: None ; >21:55:34,787 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:55:34,788 INFO storage: registered action: [23] Create Format msdos disklabel on disk vdf (id 31) >21:55:34,788 DEBUG storage: clearpart: initializing vdg >21:55:34,790 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:34,790 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,792 DEBUG storage: DiskDevice._setFormat: vdg ; current: disklabel ; type: None ; >21:55:34,792 INFO storage: registered action: [24] Destroy Format msdos disklabel on disk vdg (id 32) >21:55:34,795 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; >21:55:34,797 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdg ; labelType: msdos ; >21:55:34,798 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881f790> > PedDisk: <_ped.Disk object at 0x7f0293121638> >21:55:34,798 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,800 DEBUG storage: DeviceFormat.teardown: device: /dev/vdg ; status: False ; type: None ; >21:55:34,801 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:55:34,802 INFO storage: registered action: [25] Create Format msdos disklabel on disk vdg (id 32) >21:55:34,802 DEBUG storage: clearpart: initializing vdh >21:55:34,804 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:34,804 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:34,806 DEBUG storage: DiskDevice._setFormat: vdh ; current: disklabel ; type: None ; >21:55:34,806 INFO storage: registered action: [26] Destroy Format msdos disklabel on disk vdh (id 33) >21:55:34,809 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; >21:55:34,811 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdh ; labelType: msdos ; >21:55:34,812 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826510> > PedDisk: <_ped.Disk object at 0x7f029311de18> >21:55:34,813 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:34,814 DEBUG storage: DeviceFormat.teardown: device: /dev/vdh ; status: False ; type: None ; >21:55:34,815 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:55:34,816 INFO storage: registered action: [27] Create Format msdos disklabel on disk vdh (id 33) >21:55:34,817 DEBUG storage: new disk order: [] >21:55:34,844 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:55:34,846 DEBUG storage: DeviceTree.getDeviceByName returned existing 400MB disk vdb (27) with non-existent msdos disklabel >21:55:34,848 DEBUG storage: doAutoPart: True >21:55:34,848 DEBUG storage: encryptedAutoPart: False >21:55:34,849 DEBUG storage: autoPartType: 0 >21:55:34,849 DEBUG storage: clearPartType: 1 >21:55:34,850 DEBUG storage: clearPartDisks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:34,850 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x7f029bd71210) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f02a8826590) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f02a8826690) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f02a88265d0) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f02a8826610) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1504 maxSize = None grow = False > >21:55:34,851 DEBUG storage: storage.disks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:34,852 DEBUG storage: storage.partitioned: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:34,853 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:34,854 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vdb ; >21:55:34,856 DEBUG storage: DeviceTree.getDeviceByPath returned existing 400MB disk vdb (27) with non-existent msdos disklabel >21:55:34,856 DEBUG storage: resolved '/dev/vdb' to 'vdb' (disk) >21:55:34,857 DEBUG storage: boot disk: vdb >21:55:34,860 DEBUG storage: candidate disks: [] >21:55:34,860 DEBUG storage: devs: [] >21:55:34,862 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >21:55:34,863 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:34,890 DEBUG storage: MultipathTopology._build_topology: >21:55:34,891 DEBUG storage: /etc/multipath.conf contents: >21:55:34,892 DEBUG storage: # multipath.conf written by anaconda >21:55:34,892 DEBUG storage: >21:55:34,893 DEBUG storage: defaults { >21:55:34,893 DEBUG storage: user_friendly_names yes >21:55:34,893 DEBUG storage: } >21:55:34,894 DEBUG storage: blacklist { >21:55:34,894 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >21:55:34,895 DEBUG storage: devnode "^hd[a-z]" >21:55:34,895 DEBUG storage: devnode "^dcssblk[0-9]*" >21:55:34,896 DEBUG storage: device { >21:55:34,896 DEBUG storage: vendor "DGC" >21:55:34,897 DEBUG storage: product "LUNZ" >21:55:34,897 DEBUG storage: } >21:55:34,898 DEBUG storage: device { >21:55:34,898 DEBUG storage: vendor "IBM" >21:55:34,899 DEBUG storage: product "S/390.*" >21:55:34,899 DEBUG storage: } >21:55:34,900 DEBUG storage: # don't count normal SATA devices as multipaths >21:55:34,900 DEBUG storage: device { >21:55:34,901 DEBUG storage: vendor "ATA" >21:55:34,901 DEBUG storage: } >21:55:34,901 DEBUG storage: # don't count 3ware devices as multipaths >21:55:34,902 DEBUG storage: device { >21:55:34,902 DEBUG storage: vendor "3ware" >21:55:34,903 DEBUG storage: } >21:55:34,903 DEBUG storage: device { >21:55:34,904 DEBUG storage: vendor "AMCC" >21:55:34,904 DEBUG storage: } >21:55:34,904 DEBUG storage: # nor highpoint devices >21:55:34,905 DEBUG storage: device { >21:55:34,905 DEBUG storage: vendor "HPT" >21:55:34,906 DEBUG storage: } >21:55:34,906 DEBUG storage: } >21:55:34,906 DEBUG storage: multipaths { >21:55:34,907 DEBUG storage: } >21:55:34,907 DEBUG storage: (end of /etc/multipath.conf) >21:55:34,977 INFO storage: MultipathTopology: found non-disk device: sr0 >21:55:34,978 INFO storage: MultipathTopology: found singlepath device: vda >21:55:34,979 INFO storage: MultipathTopology: found non-disk device: vda1 >21:55:34,979 INFO storage: MultipathTopology: found non-disk device: vda2 >21:55:34,980 INFO storage: MultipathTopology: found non-disk device: vda3 >21:55:34,980 INFO storage: MultipathTopology: found singlepath device: vdb >21:55:34,981 INFO storage: MultipathTopology: found singlepath device: vdc >21:55:34,981 INFO storage: MultipathTopology: found singlepath device: vdd >21:55:34,982 INFO storage: MultipathTopology: found singlepath device: vde >21:55:34,983 INFO storage: MultipathTopology: found singlepath device: vdf >21:55:34,984 INFO storage: MultipathTopology: found singlepath device: vdg >21:55:34,986 INFO storage: MultipathTopology: found singlepath device: vdh >21:55:34,986 INFO storage: MultipathTopology: found singlepath device: vdi >21:55:34,986 INFO storage: MultipathTopology: found singlepath device: vdj >21:55:34,987 INFO storage: MultipathTopology: found singlepath device: vdk >21:55:34,987 INFO storage: MultipathTopology: found singlepath device: vdl >21:55:34,989 INFO storage: MultipathTopology: found singlepath device: vdm >21:55:34,989 INFO storage: MultipathTopology: found singlepath device: vdn >21:55:34,990 INFO storage: MultipathTopology: found singlepath device: vdo >21:55:34,991 INFO storage: MultipathTopology: found singlepath device: loop0 >21:55:34,992 INFO storage: MultipathTopology: found singlepath device: loop1 >21:55:34,993 INFO storage: MultipathTopology: found singlepath device: loop2 >21:55:34,994 INFO storage: MultipathTopology: found singlepath device: loop3 >21:55:34,995 INFO storage: MultipathTopology: found singlepath device: loop4 >21:55:34,996 INFO storage: MultipathTopology: found singlepath device: loop5 >21:55:34,997 INFO storage: MultipathTopology: found singlepath device: loop6 >21:55:34,998 INFO storage: MultipathTopology: found singlepath device: loop7 >21:55:34,999 INFO storage: MultipathTopology: found singlepath device: dm-0 >21:55:34,999 INFO storage: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk', 'vdl', 'vdm', 'vdn', 'vdo', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >21:55:35,010 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora_18-Beta-TC1_x86_64 /dev/disk/by-uuid/2012-10-02-23-31-26-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-02-23-31-26-00', > 'ID_FS_UUID_ENC': '2012-10-02-23-31-26-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '52593', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora_18-Beta-TC1_x86_64', > '/dev/disk/by-uuid/2012-10-02-23-31-26-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:55:35,013 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:55:35,016 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >21:55:35,019 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,020 INFO storage: sr0 is a cdrom >21:55:35,024 DEBUG storage: DeviceTree.addUdevOpticalDevice: >21:55:35,026 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,028 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:55:35,028 INFO storage: added cdrom sr0 (id 41) to device tree >21:55:35,032 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:35,040 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >21:55:35,043 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >21:55:35,046 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >21:55:35,052 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >21:55:35,073 WARN storage: disklabel detected but not usable on sr0 >21:55:35,080 INFO storage: type detected on 'sr0' is 'iso9660' >21:55:35,085 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:35,086 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >21:55:35,088 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >21:55:35,089 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:35,092 DEBUG storage: looking up parted Device: /dev/sr0 >21:55:35,093 INFO storage: got device: OpticalDevice instance (0x7f029fd92610) -- > name = sr0 status = True kids = 0 id = 41 > parents = [] > uuid = None size = 4272.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932957a0> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >21:55:35,095 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:35,095 INFO storage: got format: Iso9660FS instance (0x7f029bd96c50) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-02-23-31-26-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC1_x86_64 size = 0 targetSize = 0 > >21:55:35,097 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:35,098 DEBUG storage: device 'vda' not in exclusiveDisks >21:55:35,099 DEBUG storage: lvm filter: adding vda to the reject list >21:55:35,099 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:35,102 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_UUID_ENC': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76711', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1'} ; name: vda1 ; >21:55:35,103 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1)... >21:55:35,104 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >21:55:35,105 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,106 INFO storage: vda1 is a partition >21:55:35,107 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >21:55:35,110 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,111 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,113 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:35,114 DEBUG storage: device 'vda' in ignoredDisks >21:55:35,114 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:35,116 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,117 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,117 ERR storage: failure scanning device vda >21:55:35,118 DEBUG storage: lvm filter: adding vda1 to the reject list >21:55:35,118 DEBUG storage: no device or no media present >21:55:35,121 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_UUID_ENC': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3014656', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76728', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2'} ; name: vda2 ; >21:55:35,122 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2)... >21:55:35,123 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >21:55:35,125 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,125 INFO storage: vda2 is a partition >21:55:35,127 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >21:55:35,128 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,129 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,131 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:35,132 DEBUG storage: device 'vda' in ignoredDisks >21:55:35,133 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:35,134 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,135 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,136 ERR storage: failure scanning device vda >21:55:35,136 DEBUG storage: lvm filter: adding vda2 to the reject list >21:55:35,137 DEBUG storage: no device or no media present >21:55:35,139 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_UUID_ENC': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4040704', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '15415296', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76740', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3'} ; name: vda3 ; >21:55:35,140 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3)... >21:55:35,141 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >21:55:35,143 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,143 INFO storage: vda3 is a partition >21:55:35,144 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >21:55:35,146 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,147 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,149 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:35,150 DEBUG storage: device 'vda' in ignoredDisks >21:55:35,150 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:35,151 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:35,153 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,153 ERR storage: failure scanning device vda >21:55:35,154 DEBUG storage: lvm filter: adding vda3 to the reject list >21:55:35,154 DEBUG storage: no device or no media present >21:55:35,156 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '81447', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >21:55:35,157 INFO storage: scanning vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb)... >21:55:35,158 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:55:35,159 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,161 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdb ; >21:55:35,162 INFO storage: vdb is a disk >21:55:35,162 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,164 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: None ; >21:55:35,164 INFO storage: added disk vdb (id 42) to device tree >21:55:35,165 DEBUG storage: looking up parted Device: /dev/vdb >21:55:35,166 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdb ; >21:55:35,168 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >21:55:35,169 DEBUG storage: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >21:55:35,172 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >21:55:35,174 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8825250> > PedDisk: <_ped.Disk object at 0x7f029311d8c0> >21:55:35,175 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,177 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:55:35,179 INFO storage: got device: DiskDevice instance (0x7f029ecfdd10) -- > name = vdb status = True kids = 0 id = 42 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x4739710> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87fadd0> >21:55:35,181 INFO storage: got format: DiskLabel instance (0x7f02a881f450) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8825250> > PedDisk: <_ped.Disk object at 0x7f029311d8c0> > origPartedDisk = <parted.disk.Disk object at 0x7f02a8825990> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294e2c5f0> > >21:55:35,186 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '83745', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc'} ; name: vdc ; >21:55:35,187 INFO storage: scanning vdc (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc)... >21:55:35,188 DEBUG storage: DeviceTree.getDeviceByName: name: vdc ; >21:55:35,189 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,191 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdc ; >21:55:35,192 INFO storage: vdc is a disk >21:55:35,192 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,194 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: None ; >21:55:35,194 INFO storage: added disk vdc (id 43) to device tree >21:55:35,195 DEBUG storage: looking up parted Device: /dev/vdc >21:55:35,196 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdc ; >21:55:35,198 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: dos ; >21:55:35,199 DEBUG storage: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >21:55:35,202 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >21:55:35,204 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826b90> > PedDisk: <_ped.Disk object at 0x7f02a8828320> >21:55:35,205 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,207 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:55:35,209 INFO storage: got device: DiskDevice instance (0x7f02a881c2d0) -- > name = vdc status = True kids = 0 id = 43 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295710> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a8826650> >21:55:35,211 INFO storage: got format: DiskLabel instance (0x7f02a88269d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826b90> > PedDisk: <_ped.Disk object at 0x7f02a8828320> > origPartedDisk = <parted.disk.Disk object at 0x7f02a8826ed0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295830> > >21:55:35,215 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95269', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd'} ; name: vdd ; >21:55:35,216 INFO storage: scanning vdd (/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd)... >21:55:35,218 DEBUG storage: DeviceTree.getDeviceByName: name: vdd ; >21:55:35,219 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,220 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdd ; >21:55:35,221 INFO storage: vdd is a disk >21:55:35,221 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,222 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: None ; >21:55:35,223 INFO storage: added disk vdd (id 44) to device tree >21:55:35,223 DEBUG storage: looking up parted Device: /dev/vdd >21:55:35,224 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdd ; >21:55:35,225 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdd ; label_type: dos ; >21:55:35,226 DEBUG storage: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >21:55:35,229 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; exists: True ; >21:55:35,231 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826d90> > PedDisk: <_ped.Disk object at 0x7f0293121170> >21:55:35,231 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,233 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:55:35,234 INFO storage: got device: DiskDevice instance (0x7f02a8825150) -- > name = vdd status = True kids = 0 id = 44 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio5/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932e2cb0> > target size = 0 path = /dev/vdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a88250d0> >21:55:35,236 INFO storage: got format: DiskLabel instance (0x7f02a881f4d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826d90> > PedDisk: <_ped.Disk object at 0x7f0293121170> > origPartedDisk = <parted.disk.Disk object at 0x7f02a8826b10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932958c0> > >21:55:35,239 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vde', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1195', > 'name': 'vde', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde'} ; name: vde ; >21:55:35,240 INFO storage: scanning vde (/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde)... >21:55:35,242 DEBUG storage: DeviceTree.getDeviceByName: name: vde ; >21:55:35,243 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,244 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vde ; >21:55:35,245 INFO storage: vde is a disk >21:55:35,246 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,247 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: None ; >21:55:35,247 INFO storage: added disk vde (id 45) to device tree >21:55:35,248 DEBUG storage: looking up parted Device: /dev/vde >21:55:35,249 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vde ; >21:55:35,250 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vde ; label_type: dos ; >21:55:35,251 DEBUG storage: DiskDevice.setup: vde ; status: True ; controllable: True ; orig: False ; >21:55:35,254 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; exists: True ; >21:55:35,256 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829450> > PedDisk: <_ped.Disk object at 0x7f029311b878> >21:55:35,256 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,258 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:55:35,259 INFO storage: got device: DiskDevice instance (0x7f02a8825710) -- > name = vde status = True kids = 0 id = 45 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio6/block/vde partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932959e0> > target size = 0 path = /dev/vde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a8829150> >21:55:35,261 INFO storage: got format: DiskLabel instance (0x7f02a8829250) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829450> > PedDisk: <_ped.Disk object at 0x7f029311b878> > origPartedDisk = <parted.disk.Disk object at 0x7f02a8829890> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295b90> > >21:55:35,266 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5351', > 'name': 'vdf', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf'} ; name: vdf ; >21:55:35,267 INFO storage: scanning vdf (/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf)... >21:55:35,269 DEBUG storage: DeviceTree.getDeviceByName: name: vdf ; >21:55:35,270 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,271 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdf ; >21:55:35,272 INFO storage: vdf is a disk >21:55:35,273 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,274 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: None ; >21:55:35,275 INFO storage: added disk vdf (id 46) to device tree >21:55:35,275 DEBUG storage: looking up parted Device: /dev/vdf >21:55:35,276 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdf ; >21:55:35,277 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdf ; label_type: dos ; >21:55:35,279 DEBUG storage: DiskDevice.setup: vdf ; status: True ; controllable: True ; orig: False ; >21:55:35,281 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; exists: True ; >21:55:35,286 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829c90> > PedDisk: <_ped.Disk object at 0x7f029311c7e8> >21:55:35,287 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,292 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:55:35,295 INFO storage: got device: DiskDevice instance (0x7f02a8829650) -- > name = vdf status = True kids = 0 id = 46 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295c20> > target size = 0 path = /dev/vdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a8829690> >21:55:35,302 INFO storage: got format: DiskLabel instance (0x7f02a8829a90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829c90> > PedDisk: <_ped.Disk object at 0x7f029311c7e8> > origPartedDisk = <parted.disk.Disk object at 0x7f02a8829e50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295dd0> > >21:55:35,305 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7236', > 'name': 'vdg', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg'} ; name: vdg ; >21:55:35,306 INFO storage: scanning vdg (/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg)... >21:55:35,307 DEBUG storage: DeviceTree.getDeviceByName: name: vdg ; >21:55:35,308 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,309 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdg ; >21:55:35,310 INFO storage: vdg is a disk >21:55:35,311 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,313 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: None ; >21:55:35,313 INFO storage: added disk vdg (id 47) to device tree >21:55:35,314 DEBUG storage: looking up parted Device: /dev/vdg >21:55:35,315 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdg ; >21:55:35,316 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdg ; label_type: dos ; >21:55:35,318 DEBUG storage: DiskDevice.setup: vdg ; status: True ; controllable: True ; orig: False ; >21:55:35,320 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; exists: True ; >21:55:35,322 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829110> > PedDisk: <_ped.Disk object at 0x7f029fe577a0> >21:55:35,323 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,325 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:55:35,326 INFO storage: got device: DiskDevice instance (0x7f02a88295d0) -- > name = vdg status = True kids = 0 id = 47 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 96 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295e60> > target size = 0 path = /dev/vdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a882a190> >21:55:35,328 INFO storage: got format: DiskLabel instance (0x7f02a8829bd0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdg uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829110> > PedDisk: <_ped.Disk object at 0x7f029fe577a0> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87f84d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295b00> > >21:55:35,332 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31993', > 'name': 'vdh', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh'} ; name: vdh ; >21:55:35,334 INFO storage: scanning vdh (/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh)... >21:55:35,335 DEBUG storage: DeviceTree.getDeviceByName: name: vdh ; >21:55:35,336 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,338 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdh ; >21:55:35,338 INFO storage: vdh is a disk >21:55:35,339 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,340 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: None ; >21:55:35,341 INFO storage: added disk vdh (id 48) to device tree >21:55:35,341 DEBUG storage: looking up parted Device: /dev/vdh >21:55:35,343 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdh ; >21:55:35,344 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdh ; label_type: dos ; >21:55:35,345 DEBUG storage: DiskDevice.setup: vdh ; status: True ; controllable: True ; orig: False ; >21:55:35,347 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; exists: True ; >21:55:35,350 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882a590> > PedDisk: <_ped.Disk object at 0x7f0293127560> >21:55:35,351 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:35,354 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:55:35,355 INFO storage: got device: DiskDevice instance (0x7f02931534d0) -- > name = vdh status = True kids = 0 id = 48 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 112 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295680> > target size = 0 path = /dev/vdh > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a8826a50> >21:55:35,358 INFO storage: got format: DiskLabel instance (0x7f02a882a3d0) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdh uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882a590> > PedDisk: <_ped.Disk object at 0x7f0293127560> > origPartedDisk = <parted.disk.Disk object at 0x7f02a882a8d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b0e0> > >21:55:35,361 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdi', > 'DEVPATH': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33088', > 'name': 'vdi', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi'} ; name: vdi ; >21:55:35,362 DEBUG storage: device 'vdi' not in exclusiveDisks >21:55:35,362 DEBUG storage: lvm filter: adding vdi to the reject list >21:55:35,363 INFO storage: ignoring vdi (/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi) >21:55:35,365 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdj', > 'DEVPATH': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37658', > 'name': 'vdj', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj'} ; name: vdj ; >21:55:35,365 DEBUG storage: device 'vdj' not in exclusiveDisks >21:55:35,366 DEBUG storage: lvm filter: adding vdj to the reject list >21:55:35,366 INFO storage: ignoring vdj (/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj) >21:55:35,368 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdk', > 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '88480', > 'name': 'vdk', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk'} ; name: vdk ; >21:55:35,369 DEBUG storage: device 'vdk' not in exclusiveDisks >21:55:35,369 DEBUG storage: lvm filter: adding vdk to the reject list >21:55:35,369 INFO storage: ignoring vdk (/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk) >21:55:35,371 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdl', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '176', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7753', > 'name': 'vdl', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl'} ; name: vdl ; >21:55:35,372 DEBUG storage: device 'vdl' not in exclusiveDisks >21:55:35,372 DEBUG storage: lvm filter: adding vdl to the reject list >21:55:35,373 INFO storage: ignoring vdl (/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl) >21:55:35,374 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdm', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '192', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9904', > 'name': 'vdm', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm'} ; name: vdm ; >21:55:35,375 DEBUG storage: device 'vdm' not in exclusiveDisks >21:55:35,375 DEBUG storage: lvm filter: adding vdm to the reject list >21:55:35,376 INFO storage: ignoring vdm (/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm) >21:55:35,378 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdn', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '208', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77709', > 'name': 'vdn', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn'} ; name: vdn ; >21:55:35,378 DEBUG storage: device 'vdn' not in exclusiveDisks >21:55:35,379 DEBUG storage: lvm filter: adding vdn to the reject list >21:55:35,379 INFO storage: ignoring vdn (/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn) >21:55:35,381 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdo', > 'DEVPATH': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '224', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '89495', > 'name': 'vdo', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo'} ; name: vdo ; >21:55:35,382 DEBUG storage: device 'vdo' not in exclusiveDisks >21:55:35,382 DEBUG storage: lvm filter: adding vdo to the reject list >21:55:35,382 INFO storage: ignoring vdo (/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo) >21:55:35,384 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79164', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:55:35,385 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >21:55:35,386 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >21:55:35,387 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,387 INFO storage: loop0 is a loop device >21:55:35,389 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:55:35,390 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >21:55:35,391 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,392 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,393 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >21:55:35,393 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 49) to device tree >21:55:35,395 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >21:55:35,395 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,396 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:55:35,397 INFO storage: added loop loop0 (id 50) to device tree >21:55:35,398 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:55:35,399 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:55:35,399 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:55:35,401 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >21:55:35,402 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >21:55:35,407 WARN storage: disklabel detected but not usable on loop0 >21:55:35,408 INFO storage: type detected on 'loop0' is 'squashfs' >21:55:35,409 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:55:35,410 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:55:35,411 INFO storage: got device: LoopDevice instance (0x7f02a882abd0) -- > name = loop0 status = False kids = 0 id = 50 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (49)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:55:35,413 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79189', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:55:35,414 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >21:55:35,415 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:55:35,416 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,416 INFO storage: loop1 is a loop device >21:55:35,418 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:55:35,419 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >21:55:35,420 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,420 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,422 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >21:55:35,422 INFO storage: added file /LiveOS/rootfs.img (id 51) to device tree >21:55:35,424 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >21:55:35,424 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,426 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:55:35,426 INFO storage: added loop loop1 (id 52) to device tree >21:55:35,427 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:55:35,428 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:55:35,429 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,430 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:35,430 DEBUG storage: device loop1 does not contain a disklabel >21:55:35,430 INFO storage: type detected on 'loop1' is 'ext4' >21:55:35,511 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,512 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:35,513 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >21:55:35,514 INFO storage: got device: LoopDevice instance (0x7f02a882af90) -- > name = loop1 status = False kids = 0 id = 52 > parents = ['existing 0MB file /LiveOS/rootfs.img (51)'] > 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 >21:55:35,515 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,516 INFO storage: got format: Ext4FS instance (0x7f02a882add0) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:55:35,518 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79207', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:55:35,518 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >21:55:35,520 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:55:35,521 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,521 INFO storage: loop2 is a loop device >21:55:35,522 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:55:35,523 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:55:35,525 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,525 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,526 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:55:35,527 INFO storage: added file /overlay (deleted) (id 53) to device tree >21:55:35,528 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:55:35,528 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,530 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:55:35,530 INFO storage: added loop loop2 (id 54) to device tree >21:55:35,531 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:55:35,532 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:55:35,533 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:55:35,534 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >21:55:35,535 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >21:55:35,540 WARN storage: disklabel detected but not usable on loop2 >21:55:35,541 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >21:55:35,541 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:55:35,543 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:55:35,543 INFO storage: got device: LoopDevice instance (0x7f02a882ac50) -- > name = loop2 status = False kids = 0 id = 54 > parents = ['existing 0MB file /overlay (deleted) (53)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:55:35,545 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92945', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:55:35,546 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >21:55:35,546 DEBUG storage: lvm filter: adding loop3 to the reject list >21:55:35,548 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92969', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:55:35,548 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >21:55:35,549 DEBUG storage: lvm filter: adding loop4 to the reject list >21:55:35,550 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92988', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >21:55:35,551 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >21:55:35,551 DEBUG storage: lvm filter: adding loop5 to the reject list >21:55:35,553 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11678', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >21:55:35,553 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >21:55:35,553 DEBUG storage: lvm filter: adding loop6 to the reject list >21:55:35,555 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11700', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >21:55:35,555 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >21:55:35,556 DEBUG storage: lvm filter: adding loop7 to the reject list >21:55:35,556 DEBUG storage: Skipping a device mapper drive (dm-0) for now >21:55:35,581 INFO storage: devices to scan: ['dm-0'] >21:55:35,584 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '45589', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >21:55:35,585 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >21:55:35,586 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:55:35,587 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,587 INFO storage: live-rw is a device-mapper device >21:55:35,589 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >21:55:35,590 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:55:35,591 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (52) with existing ext4 filesystem >21:55:35,592 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:55:35,594 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (54) >21:55:35,595 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:55:35,596 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:35,598 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >21:55:35,598 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:35,599 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:55:35,600 INFO storage: added dm live-rw (id 55) to device tree >21:55:35,601 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:55:35,602 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:55:35,604 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,605 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:35,605 DEBUG storage: device live-rw does not contain a disklabel >21:55:35,605 INFO storage: type detected on 'live-rw' is 'ext4' >21:55:35,669 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,669 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:35,670 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:55:35,671 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >21:55:35,672 INFO storage: got device: DMDevice instance (0x7f02a8829b90) -- > name = live-rw status = True kids = 0 id = 55 > parents = ['existing 0MB loop loop2 (54)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932e2e60> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:55:35,674 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,674 INFO storage: got format: Ext4FS instance (0x7f02a882a450) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:55:35,700 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:55:35,719 DEBUG storage: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >21:55:35,721 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:35,723 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:35,740 DEBUG storage: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >21:55:35,742 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:35,743 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:35,762 DEBUG storage: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >21:55:35,764 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:35,766 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:35,783 DEBUG storage: DiskDevice.teardown: vde ; status: True ; controllable: True ; >21:55:35,784 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:35,786 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:35,803 DEBUG storage: DiskDevice.teardown: vdf ; status: True ; controllable: True ; >21:55:35,805 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:35,807 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:35,824 DEBUG storage: DiskDevice.teardown: vdg ; status: True ; controllable: True ; >21:55:35,826 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:35,827 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:35,845 DEBUG storage: DiskDevice.teardown: vdh ; status: True ; controllable: True ; >21:55:35,846 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:35,848 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:35,865 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:55:35,866 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:55:35,868 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >21:55:35,868 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >21:55:35,871 INFO storage: edd: collected mbr signatures: {'vdc': '0x00020b83', 'vdb': '0x000c50b3', 'vde': '0x000cd104', 'vdd': '0x00079ce5', 'vdg': '0x0007fa63', 'vdf': '0x00028cbf', 'vdh': '0x000d5432'} >21:55:35,872 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c5299 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 19456000 >21:55:35,873 DEBUG storage: edd: matched 0x80 to vda using pci_dev >21:55:35,873 INFO storage: edd: both edd entries 0x80 and 0x80 seem to map to vda >21:55:35,876 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,878 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:35,879 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:35,882 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:54,198 DEBUG storage: checking whether disk vdb has an empty extended >21:55:54,199 DEBUG storage: extended is None ; logicals is [] >21:55:54,200 DEBUG storage: checking whether disk vdc has an empty extended >21:55:54,200 DEBUG storage: extended is None ; logicals is [] >21:55:54,201 DEBUG storage: checking whether disk vdd has an empty extended >21:55:54,201 DEBUG storage: extended is None ; logicals is [] >21:55:54,202 DEBUG storage: checking whether disk vde has an empty extended >21:55:54,202 DEBUG storage: extended is None ; logicals is [] >21:55:54,202 DEBUG storage: checking whether disk vdf has an empty extended >21:55:54,203 DEBUG storage: extended is None ; logicals is [] >21:55:54,203 DEBUG storage: checking whether disk vdg has an empty extended >21:55:54,204 DEBUG storage: extended is None ; logicals is [] >21:55:54,208 DEBUG storage: checking whether disk vdh has an empty extended >21:55:54,208 DEBUG storage: extended is None ; logicals is [] >21:55:54,209 DEBUG storage: clearpart: initializing vdb >21:55:54,210 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:54,211 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,213 DEBUG storage: DiskDevice._setFormat: vdb ; current: disklabel ; type: None ; >21:55:54,213 INFO storage: registered action: [28] Destroy Format msdos disklabel on disk vdb (id 42) >21:55:54,224 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; >21:55:54,226 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdb ; labelType: msdos ; >21:55:54,229 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a881c6d0> > PedDisk: <_ped.Disk object at 0x7f02a882f488> >21:55:54,233 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,235 DEBUG storage: DeviceFormat.teardown: device: /dev/vdb ; status: False ; type: None ; >21:55:54,236 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:55:54,240 INFO storage: registered action: [29] Create Format msdos disklabel on disk vdb (id 42) >21:55:54,241 DEBUG storage: clearpart: initializing vdc >21:55:54,242 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:54,242 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,244 DEBUG storage: DiskDevice._setFormat: vdc ; current: disklabel ; type: None ; >21:55:54,244 INFO storage: registered action: [30] Destroy Format msdos disklabel on disk vdc (id 43) >21:55:54,252 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; >21:55:54,253 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdc ; labelType: msdos ; >21:55:54,259 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8826950> > PedDisk: <_ped.Disk object at 0x7f02a87b3c20> >21:55:54,259 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,261 DEBUG storage: DeviceFormat.teardown: device: /dev/vdc ; status: False ; type: None ; >21:55:54,262 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:55:54,262 INFO storage: registered action: [31] Create Format msdos disklabel on disk vdc (id 43) >21:55:54,263 DEBUG storage: clearpart: initializing vdd >21:55:54,264 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:54,267 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,268 DEBUG storage: DiskDevice._setFormat: vdd ; current: disklabel ; type: None ; >21:55:54,268 INFO storage: registered action: [32] Destroy Format msdos disklabel on disk vdd (id 44) >21:55:54,271 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; >21:55:54,273 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdd ; labelType: msdos ; >21:55:54,274 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882e0d0> > PedDisk: <_ped.Disk object at 0x7f02a882ff80> >21:55:54,275 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,277 DEBUG storage: DeviceFormat.teardown: device: /dev/vdd ; status: False ; type: None ; >21:55:54,278 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:55:54,279 INFO storage: registered action: [33] Create Format msdos disklabel on disk vdd (id 44) >21:55:54,280 DEBUG storage: clearpart: initializing vde >21:55:54,281 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:54,282 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,283 DEBUG storage: DiskDevice._setFormat: vde ; current: disklabel ; type: None ; >21:55:54,283 INFO storage: registered action: [34] Destroy Format msdos disklabel on disk vde (id 45) >21:55:54,287 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; >21:55:54,289 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vde ; labelType: msdos ; >21:55:54,290 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882eb50> > PedDisk: <_ped.Disk object at 0x7f02a88272d8> >21:55:54,291 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,292 DEBUG storage: DeviceFormat.teardown: device: /dev/vde ; status: False ; type: None ; >21:55:54,294 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:55:54,294 INFO storage: registered action: [35] Create Format msdos disklabel on disk vde (id 45) >21:55:54,295 DEBUG storage: clearpart: initializing vdf >21:55:54,297 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:54,297 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,299 DEBUG storage: DiskDevice._setFormat: vdf ; current: disklabel ; type: None ; >21:55:54,299 INFO storage: registered action: [36] Destroy Format msdos disklabel on disk vdf (id 46) >21:55:54,303 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; >21:55:54,304 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdf ; labelType: msdos ; >21:55:54,305 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b6250> > PedDisk: <_ped.Disk object at 0x7f0293121ea8> >21:55:54,306 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,307 DEBUG storage: DeviceFormat.teardown: device: /dev/vdf ; status: False ; type: None ; >21:55:54,309 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:55:54,310 INFO storage: registered action: [37] Create Format msdos disklabel on disk vdf (id 46) >21:55:54,310 DEBUG storage: clearpart: initializing vdg >21:55:54,312 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:54,312 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,314 DEBUG storage: DiskDevice._setFormat: vdg ; current: disklabel ; type: None ; >21:55:54,314 INFO storage: registered action: [38] Destroy Format msdos disklabel on disk vdg (id 47) >21:55:54,317 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; >21:55:54,319 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdg ; labelType: msdos ; >21:55:54,320 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b6990> > PedDisk: <_ped.Disk object at 0x7f029311b248> >21:55:54,321 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,322 DEBUG storage: DeviceFormat.teardown: device: /dev/vdg ; status: False ; type: None ; >21:55:54,324 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:55:54,324 INFO storage: registered action: [39] Create Format msdos disklabel on disk vdg (id 47) >21:55:54,325 DEBUG storage: clearpart: initializing vdh >21:55:54,326 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:54,327 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,328 DEBUG storage: DiskDevice._setFormat: vdh ; current: disklabel ; type: None ; >21:55:54,329 INFO storage: registered action: [40] Destroy Format msdos disklabel on disk vdh (id 48) >21:55:54,332 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; >21:55:54,334 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vdh ; labelType: msdos ; >21:55:54,335 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b6b10> > PedDisk: <_ped.Disk object at 0x7f0293117950> >21:55:54,336 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,337 DEBUG storage: DeviceFormat.teardown: device: /dev/vdh ; status: False ; type: None ; >21:55:54,339 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:55:54,339 INFO storage: registered action: [41] Create Format msdos disklabel on disk vdh (id 48) >21:55:54,341 DEBUG storage: new disk order: [] >21:55:54,368 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:55:54,370 DEBUG storage: DeviceTree.getDeviceByName returned existing 400MB disk vdb (42) with non-existent msdos disklabel >21:55:54,372 DEBUG storage: doAutoPart: True >21:55:54,372 DEBUG storage: encryptedAutoPart: False >21:55:54,373 DEBUG storage: autoPartType: 0 >21:55:54,373 DEBUG storage: clearPartType: 1 >21:55:54,374 DEBUG storage: clearPartDisks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk'] >21:55:54,375 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x7f029fe5e750) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f02a882ef90) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f02a882ed10) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f02a882ef50) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f02a882ef10) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1504 maxSize = None grow = False > >21:55:54,376 DEBUG storage: storage.disks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:54,376 DEBUG storage: storage.partitioned: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:54,377 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh'] >21:55:54,378 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vdb ; >21:55:54,380 DEBUG storage: DeviceTree.getDeviceByPath returned existing 400MB disk vdb (42) with non-existent msdos disklabel >21:55:54,381 DEBUG storage: resolved '/dev/vdb' to 'vdb' (disk) >21:55:54,381 DEBUG storage: boot disk: vdb >21:55:54,384 DEBUG storage: candidate disks: [] >21:55:54,385 DEBUG storage: devs: [] >21:55:54,386 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >21:55:54,387 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk'] >21:55:54,415 DEBUG storage: MultipathTopology._build_topology: >21:55:54,416 DEBUG storage: /etc/multipath.conf contents: >21:55:54,417 DEBUG storage: # multipath.conf written by anaconda >21:55:54,417 DEBUG storage: >21:55:54,418 DEBUG storage: defaults { >21:55:54,418 DEBUG storage: user_friendly_names yes >21:55:54,419 DEBUG storage: } >21:55:54,419 DEBUG storage: blacklist { >21:55:54,420 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >21:55:54,420 DEBUG storage: devnode "^hd[a-z]" >21:55:54,420 DEBUG storage: devnode "^dcssblk[0-9]*" >21:55:54,421 DEBUG storage: device { >21:55:54,421 DEBUG storage: vendor "DGC" >21:55:54,422 DEBUG storage: product "LUNZ" >21:55:54,422 DEBUG storage: } >21:55:54,423 DEBUG storage: device { >21:55:54,423 DEBUG storage: vendor "IBM" >21:55:54,424 DEBUG storage: product "S/390.*" >21:55:54,424 DEBUG storage: } >21:55:54,425 DEBUG storage: # don't count normal SATA devices as multipaths >21:55:54,425 DEBUG storage: device { >21:55:54,426 DEBUG storage: vendor "ATA" >21:55:54,426 DEBUG storage: } >21:55:54,427 DEBUG storage: # don't count 3ware devices as multipaths >21:55:54,427 DEBUG storage: device { >21:55:54,428 DEBUG storage: vendor "3ware" >21:55:54,428 DEBUG storage: } >21:55:54,429 DEBUG storage: device { >21:55:54,429 DEBUG storage: vendor "AMCC" >21:55:54,430 DEBUG storage: } >21:55:54,430 DEBUG storage: # nor highpoint devices >21:55:54,431 DEBUG storage: device { >21:55:54,431 DEBUG storage: vendor "HPT" >21:55:54,432 DEBUG storage: } >21:55:54,432 DEBUG storage: } >21:55:54,432 DEBUG storage: multipaths { >21:55:54,433 DEBUG storage: } >21:55:54,433 DEBUG storage: (end of /etc/multipath.conf) >21:55:54,497 INFO storage: MultipathTopology: found non-disk device: sr0 >21:55:54,498 INFO storage: MultipathTopology: found singlepath device: vda >21:55:54,498 INFO storage: MultipathTopology: found non-disk device: vda1 >21:55:54,499 INFO storage: MultipathTopology: found non-disk device: vda2 >21:55:54,499 INFO storage: MultipathTopology: found non-disk device: vda3 >21:55:54,500 INFO storage: MultipathTopology: found singlepath device: vdb >21:55:54,500 INFO storage: MultipathTopology: found singlepath device: vdc >21:55:54,501 INFO storage: MultipathTopology: found singlepath device: vdd >21:55:54,502 INFO storage: MultipathTopology: found singlepath device: vde >21:55:54,502 INFO storage: MultipathTopology: found singlepath device: vdf >21:55:54,503 INFO storage: MultipathTopology: found singlepath device: vdg >21:55:54,504 INFO storage: MultipathTopology: found singlepath device: vdh >21:55:54,505 INFO storage: MultipathTopology: found singlepath device: vdi >21:55:54,506 INFO storage: MultipathTopology: found singlepath device: vdj >21:55:54,507 INFO storage: MultipathTopology: found singlepath device: vdk >21:55:54,509 INFO storage: MultipathTopology: found singlepath device: vdl >21:55:54,510 INFO storage: MultipathTopology: found singlepath device: vdm >21:55:54,511 INFO storage: MultipathTopology: found singlepath device: vdn >21:55:54,512 INFO storage: MultipathTopology: found singlepath device: vdo >21:55:54,513 INFO storage: MultipathTopology: found singlepath device: loop0 >21:55:54,514 INFO storage: MultipathTopology: found singlepath device: loop1 >21:55:54,516 INFO storage: MultipathTopology: found singlepath device: loop2 >21:55:54,517 INFO storage: MultipathTopology: found singlepath device: loop3 >21:55:54,518 INFO storage: MultipathTopology: found singlepath device: loop4 >21:55:54,519 INFO storage: MultipathTopology: found singlepath device: loop5 >21:55:54,520 INFO storage: MultipathTopology: found singlepath device: loop6 >21:55:54,521 INFO storage: MultipathTopology: found singlepath device: loop7 >21:55:54,522 INFO storage: MultipathTopology: found singlepath device: dm-0 >21:55:54,523 INFO storage: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk', 'vdl', 'vdm', 'vdn', 'vdo', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >21:55:54,535 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora_18-Beta-TC1_x86_64 /dev/disk/by-uuid/2012-10-02-23-31-26-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-02-23-31-26-00', > 'ID_FS_UUID_ENC': '2012-10-02-23-31-26-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '52593', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora_18-Beta-TC1_x86_64', > '/dev/disk/by-uuid/2012-10-02-23-31-26-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:55:54,542 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:55:54,544 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >21:55:54,548 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,550 INFO storage: sr0 is a cdrom >21:55:54,552 DEBUG storage: DeviceTree.addUdevOpticalDevice: >21:55:54,554 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,556 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:55:54,559 INFO storage: added cdrom sr0 (id 56) to device tree >21:55:54,561 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:54,566 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >21:55:54,569 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >21:55:54,572 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >21:55:54,575 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >21:55:54,582 WARN storage: disklabel detected but not usable on sr0 >21:55:54,583 INFO storage: type detected on 'sr0' is 'iso9660' >21:55:54,585 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:54,585 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >21:55:54,587 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >21:55:54,589 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:54,591 DEBUG storage: looking up parted Device: /dev/sr0 >21:55:54,592 INFO storage: got device: OpticalDevice instance (0x7f02a8825190) -- > name = sr0 status = True kids = 0 id = 56 > parents = [] > uuid = None size = 4272.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b680> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >21:55:54,594 DEBUG storage: Iso9660FS.supported: supported: True ; >21:55:54,594 INFO storage: got format: Iso9660FS instance (0x7f02a882e810) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-02-23-31-26-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC1_x86_64 size = 0 targetSize = 0 > >21:55:54,596 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:54,597 DEBUG storage: device 'vda' not in exclusiveDisks >21:55:54,597 DEBUG storage: lvm filter: adding vda to the reject list >21:55:54,598 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:54,601 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_UUID_ENC': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76711', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1'} ; name: vda1 ; >21:55:54,602 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1)... >21:55:54,603 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >21:55:54,604 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,604 INFO storage: vda1 is a partition >21:55:54,606 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >21:55:54,607 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,608 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,610 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:54,611 DEBUG storage: device 'vda' in ignoredDisks >21:55:54,611 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:54,613 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,614 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,615 ERR storage: failure scanning device vda >21:55:54,615 DEBUG storage: lvm filter: adding vda1 to the reject list >21:55:54,616 DEBUG storage: no device or no media present >21:55:54,618 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_UUID_ENC': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3014656', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76728', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2'} ; name: vda2 ; >21:55:54,619 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2)... >21:55:54,620 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >21:55:54,621 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,622 INFO storage: vda2 is a partition >21:55:54,623 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >21:55:54,624 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,626 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,628 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:54,629 DEBUG storage: device 'vda' in ignoredDisks >21:55:54,629 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:54,630 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,632 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,632 ERR storage: failure scanning device vda >21:55:54,633 DEBUG storage: lvm filter: adding vda2 to the reject list >21:55:54,633 DEBUG storage: no device or no media present >21:55:54,636 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_UUID_ENC': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4040704', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '15415296', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76740', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3'} ; name: vda3 ; >21:55:54,637 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3)... >21:55:54,638 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >21:55:54,640 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,640 INFO storage: vda3 is a partition >21:55:54,642 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >21:55:54,643 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,644 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,646 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:55:54,647 DEBUG storage: device 'vda' in ignoredDisks >21:55:54,647 INFO storage: ignoring vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda) >21:55:54,649 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:55:54,650 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,650 ERR storage: failure scanning device vda >21:55:54,651 DEBUG storage: lvm filter: adding vda3 to the reject list >21:55:54,651 DEBUG storage: no device or no media present >21:55:54,653 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '81447', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >21:55:54,654 INFO storage: scanning vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb)... >21:55:54,655 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:55:54,657 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,658 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdb ; >21:55:54,659 INFO storage: vdb is a disk >21:55:54,659 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,661 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: None ; >21:55:54,662 INFO storage: added disk vdb (id 57) to device tree >21:55:54,662 DEBUG storage: looking up parted Device: /dev/vdb >21:55:54,663 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdb ; >21:55:54,665 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdb ; label_type: dos ; >21:55:54,666 DEBUG storage: DiskDevice.setup: vdb ; status: True ; controllable: True ; orig: False ; >21:55:54,669 DEBUG storage: DiskLabel.__init__: device: /dev/vdb ; labelType: msdos ; exists: True ; >21:55:54,675 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b6410> > PedDisk: <_ped.Disk object at 0x7f02a882f758> >21:55:54,678 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,682 DEBUG storage: DiskDevice._setFormat: vdb ; current: None ; type: disklabel ; >21:55:54,684 INFO storage: got device: DiskDevice instance (0x7f02a881f9d0) -- > name = vdb status = True kids = 0 id = 57 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:07.0/virtio3/block/vdb partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b830> > target size = 0 path = /dev/vdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a882e8d0> >21:55:54,685 INFO storage: got format: DiskLabel instance (0x7f029bbd6f10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b6410> > PedDisk: <_ped.Disk object at 0x7f02a882f758> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881bed0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdb type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b050> > >21:55:54,688 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '83745', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc'} ; name: vdc ; >21:55:54,689 INFO storage: scanning vdc (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc)... >21:55:54,690 DEBUG storage: DeviceTree.getDeviceByName: name: vdc ; >21:55:54,691 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,693 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdc ; >21:55:54,694 INFO storage: vdc is a disk >21:55:54,695 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,696 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: None ; >21:55:54,697 INFO storage: added disk vdc (id 58) to device tree >21:55:54,697 DEBUG storage: looking up parted Device: /dev/vdc >21:55:54,698 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdc ; >21:55:54,700 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdc ; label_type: dos ; >21:55:54,701 DEBUG storage: DiskDevice.setup: vdc ; status: True ; controllable: True ; orig: False ; >21:55:54,704 DEBUG storage: DiskLabel.__init__: device: /dev/vdc ; labelType: msdos ; exists: True ; >21:55:54,707 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7490> > PedDisk: <_ped.Disk object at 0x7f02a881d200> >21:55:54,707 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,709 DEBUG storage: DiskDevice._setFormat: vdc ; current: None ; type: disklabel ; >21:55:54,711 INFO storage: got device: DiskDevice instance (0x7f02a882e1d0) -- > name = vdc status = True kids = 0 id = 58 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:08.0/virtio4/block/vdc partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b950> > target size = 0 path = /dev/vdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b7090> >21:55:54,713 INFO storage: got format: DiskLabel instance (0x7f02a87b7290) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7490> > PedDisk: <_ped.Disk object at 0x7f02a881d200> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b7850> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdc type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bb00> > >21:55:54,716 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95269', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd'} ; name: vdd ; >21:55:54,717 INFO storage: scanning vdd (/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd)... >21:55:54,719 DEBUG storage: DeviceTree.getDeviceByName: name: vdd ; >21:55:54,721 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,722 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdd ; >21:55:54,723 INFO storage: vdd is a disk >21:55:54,723 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,724 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: None ; >21:55:54,725 INFO storage: added disk vdd (id 59) to device tree >21:55:54,725 DEBUG storage: looking up parted Device: /dev/vdd >21:55:54,726 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdd ; >21:55:54,727 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdd ; label_type: dos ; >21:55:54,729 DEBUG storage: DiskDevice.setup: vdd ; status: True ; controllable: True ; orig: False ; >21:55:54,731 DEBUG storage: DiskLabel.__init__: device: /dev/vdd ; labelType: msdos ; exists: True ; >21:55:54,733 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7c50> > PedDisk: <_ped.Disk object at 0x7f02a87b9488> >21:55:54,733 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,735 DEBUG storage: DiskDevice._setFormat: vdd ; current: None ; type: disklabel ; >21:55:54,736 INFO storage: got device: DiskDevice instance (0x7f02a87b7690) -- > name = vdd status = True kids = 0 id = 59 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:09.0/virtio5/block/vdd partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bb90> > target size = 0 path = /dev/vdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b76d0> >21:55:54,738 INFO storage: got format: DiskLabel instance (0x7f02a87b7a50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7c50> > PedDisk: <_ped.Disk object at 0x7f02a87b9488> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b7e10> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdd type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bd40> > >21:55:54,742 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vde', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1195', > 'name': 'vde', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde'} ; name: vde ; >21:55:54,744 INFO storage: scanning vde (/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde)... >21:55:54,746 DEBUG storage: DeviceTree.getDeviceByName: name: vde ; >21:55:54,747 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,748 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vde ; >21:55:54,749 INFO storage: vde is a disk >21:55:54,749 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,751 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: None ; >21:55:54,751 INFO storage: added disk vde (id 60) to device tree >21:55:54,752 DEBUG storage: looking up parted Device: /dev/vde >21:55:54,753 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vde ; >21:55:54,754 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vde ; label_type: dos ; >21:55:54,755 DEBUG storage: DiskDevice.setup: vde ; status: True ; controllable: True ; orig: False ; >21:55:54,758 DEBUG storage: DiskLabel.__init__: device: /dev/vde ; labelType: msdos ; exists: True ; >21:55:54,763 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7310> > PedDisk: <_ped.Disk object at 0x7f02a8820680> >21:55:54,765 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,770 DEBUG storage: DiskDevice._setFormat: vde ; current: None ; type: disklabel ; >21:55:54,771 INFO storage: got device: DiskDevice instance (0x7f02a87b7bd0) -- > name = vde status = True kids = 0 id = 60 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0a.0/virtio6/block/vde partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bcb0> > target size = 0 path = /dev/vde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b7b10> >21:55:54,773 INFO storage: got format: DiskLabel instance (0x7f02a87b7b50) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7310> > PedDisk: <_ped.Disk object at 0x7f02a8820680> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b6710> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vde type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b8c0> > >21:55:54,776 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5351', > 'name': 'vdf', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf'} ; name: vdf ; >21:55:54,778 INFO storage: scanning vdf (/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf)... >21:55:54,779 DEBUG storage: DeviceTree.getDeviceByName: name: vdf ; >21:55:54,780 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,781 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdf ; >21:55:54,782 INFO storage: vdf is a disk >21:55:54,783 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,784 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: None ; >21:55:54,784 INFO storage: added disk vdf (id 61) to device tree >21:55:54,785 DEBUG storage: looking up parted Device: /dev/vdf >21:55:54,786 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdf ; >21:55:54,787 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdf ; label_type: dos ; >21:55:54,788 DEBUG storage: DiskDevice.setup: vdf ; status: True ; controllable: True ; orig: False ; >21:55:54,790 DEBUG storage: DiskLabel.__init__: device: /dev/vdf ; labelType: msdos ; exists: True ; >21:55:54,792 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8550> > PedDisk: <_ped.Disk object at 0x7f02a8827b90> >21:55:54,793 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,795 DEBUG storage: DiskDevice._setFormat: vdf ; current: None ; type: disklabel ; >21:55:54,796 INFO storage: got device: DiskDevice instance (0x7f02a87b7b90) -- > name = vdf status = True kids = 0 id = 61 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bdd0> > target size = 0 path = /dev/vdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b8210> >21:55:54,798 INFO storage: got format: DiskLabel instance (0x7f02a87b8350) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8550> > PedDisk: <_ped.Disk object at 0x7f02a8827b90> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b8890> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdf type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a87bc050> > >21:55:54,801 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7236', > 'name': 'vdg', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg'} ; name: vdg ; >21:55:54,802 INFO storage: scanning vdg (/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg)... >21:55:54,804 DEBUG storage: DeviceTree.getDeviceByName: name: vdg ; >21:55:54,806 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,807 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdg ; >21:55:54,808 INFO storage: vdg is a disk >21:55:54,809 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,810 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: None ; >21:55:54,810 INFO storage: added disk vdg (id 62) to device tree >21:55:54,811 DEBUG storage: looking up parted Device: /dev/vdg >21:55:54,812 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdg ; >21:55:54,813 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdg ; label_type: dos ; >21:55:54,814 DEBUG storage: DiskDevice.setup: vdg ; status: True ; controllable: True ; orig: False ; >21:55:54,816 DEBUG storage: DiskLabel.__init__: device: /dev/vdg ; labelType: msdos ; exists: True ; >21:55:54,818 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8c90> > PedDisk: <_ped.Disk object at 0x7f0293121bd8> >21:55:54,819 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,821 DEBUG storage: DiskDevice._setFormat: vdg ; current: None ; type: disklabel ; >21:55:54,822 INFO storage: got device: DiskDevice instance (0x7f02a87b8750) -- > name = vdg status = True kids = 0 id = 62 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 96 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a87bc0e0> > target size = 0 path = /dev/vdg > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b8790> >21:55:54,826 INFO storage: got format: DiskLabel instance (0x7f02a87b8a90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdg uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8c90> > PedDisk: <_ped.Disk object at 0x7f0293121bd8> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b8e50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdg type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a87bc290> > >21:55:54,828 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31993', > 'name': 'vdh', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh'} ; name: vdh ; >21:55:54,829 INFO storage: scanning vdh (/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh)... >21:55:54,830 DEBUG storage: DeviceTree.getDeviceByName: name: vdh ; >21:55:54,831 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,832 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdh ; >21:55:54,833 INFO storage: vdh is a disk >21:55:54,833 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,834 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: None ; >21:55:54,835 INFO storage: added disk vdh (id 63) to device tree >21:55:54,835 DEBUG storage: looking up parted Device: /dev/vdh >21:55:54,836 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdh ; >21:55:54,837 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdh ; label_type: dos ; >21:55:54,839 DEBUG storage: DiskDevice.setup: vdh ; status: True ; controllable: True ; orig: False ; >21:55:54,842 DEBUG storage: DiskLabel.__init__: device: /dev/vdh ; labelType: msdos ; exists: True ; >21:55:54,845 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8c50> > PedDisk: <_ped.Disk object at 0x7f029f0187a0> >21:55:54,845 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,848 DEBUG storage: DiskDevice._setFormat: vdh ; current: None ; type: disklabel ; >21:55:54,849 INFO storage: got device: DiskDevice instance (0x7f02a87b86d0) -- > name = vdh status = True kids = 0 id = 63 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 112 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a87bc320> > target size = 0 path = /dev/vdh > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87bd190> >21:55:54,852 INFO storage: got format: DiskLabel instance (0x7f02a87b8c10) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdh uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b8c50> > PedDisk: <_ped.Disk object at 0x7f029f0187a0> > origPartedDisk = <parted.disk.Disk object at 0x7f02a87b87d0> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdh type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932957a0> > >21:55:54,855 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdi', > 'DEVPATH': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33088', > 'name': 'vdi', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi'} ; name: vdi ; >21:55:54,855 INFO storage: scanning vdi (/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi)... >21:55:54,857 DEBUG storage: DeviceTree.getDeviceByName: name: vdi ; >21:55:54,858 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,859 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdi ; >21:55:54,860 INFO storage: vdi is a disk >21:55:54,860 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,861 DEBUG storage: DiskDevice._setFormat: vdi ; current: None ; type: None ; >21:55:54,862 INFO storage: added disk vdi (id 64) to device tree >21:55:54,862 DEBUG storage: looking up parted Device: /dev/vdi >21:55:54,863 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdi ; >21:55:54,864 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdi ; label_type: dos ; >21:55:54,866 DEBUG storage: DiskDevice.setup: vdi ; status: True ; controllable: True ; orig: False ; >21:55:54,868 DEBUG storage: DiskLabel.__init__: device: /dev/vdi ; labelType: msdos ; exists: True ; >21:55:54,870 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829bd0> > PedDisk: <_ped.Disk object at 0x7f029311d518> >21:55:54,870 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,872 DEBUG storage: DiskDevice._setFormat: vdi ; current: None ; type: disklabel ; >21:55:54,874 INFO storage: got device: DiskDevice instance (0x7f02a87b8410) -- > name = vdi status = True kids = 0 id = 64 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 128 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdi type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882bf80> > target size = 0 path = /dev/vdi > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a87b7410> >21:55:54,876 INFO storage: got format: DiskLabel instance (0x7f02a87b6390) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdi uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a8829bd0> > PedDisk: <_ped.Disk object at 0x7f029311d518> > origPartedDisk = <parted.disk.Disk object at 0x7f02a882a790> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdi type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294ee0290> > >21:55:54,880 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdj', > 'DEVPATH': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37658', > 'name': 'vdj', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj'} ; name: vdj ; >21:55:54,881 INFO storage: scanning vdj (/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj)... >21:55:54,882 DEBUG storage: DeviceTree.getDeviceByName: name: vdj ; >21:55:54,883 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,884 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdj ; >21:55:54,885 INFO storage: vdj is a disk >21:55:54,886 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,887 DEBUG storage: DiskDevice._setFormat: vdj ; current: None ; type: None ; >21:55:54,887 INFO storage: added disk vdj (id 65) to device tree >21:55:54,888 DEBUG storage: looking up parted Device: /dev/vdj >21:55:54,889 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdj ; >21:55:54,890 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdj ; label_type: dos ; >21:55:54,891 DEBUG storage: DiskDevice.setup: vdj ; status: True ; controllable: True ; orig: False ; >21:55:54,894 DEBUG storage: DiskLabel.__init__: device: /dev/vdj ; labelType: msdos ; exists: True ; >21:55:54,898 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882a750> > PedDisk: <_ped.Disk object at 0x7f0293122ab8> >21:55:54,900 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,902 DEBUG storage: DiskDevice._setFormat: vdj ; current: None ; type: disklabel ; >21:55:54,903 INFO storage: got device: DiskDevice instance (0x7f02a87b7710) -- > name = vdj status = True kids = 0 id = 65 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 144 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdj type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932e2e60> > target size = 0 path = /dev/vdj > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a882a250> >21:55:54,905 INFO storage: got format: DiskLabel instance (0x7f02a882ae90) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdj uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a882a750> > PedDisk: <_ped.Disk object at 0x7f0293122ab8> > origPartedDisk = <parted.disk.Disk object at 0x7f02a882e350> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdj type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932e2b00> > >21:55:54,909 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdk', > 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '88480', > 'name': 'vdk', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk'} ; name: vdk ; >21:55:54,910 INFO storage: scanning vdk (/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk)... >21:55:54,911 DEBUG storage: DeviceTree.getDeviceByName: name: vdk ; >21:55:54,912 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,913 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vdk ; >21:55:54,914 INFO storage: vdk is a disk >21:55:54,915 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,916 DEBUG storage: DiskDevice._setFormat: vdk ; current: None ; type: None ; >21:55:54,917 INFO storage: added disk vdk (id 66) to device tree >21:55:54,917 DEBUG storage: looking up parted Device: /dev/vdk >21:55:54,918 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vdk ; >21:55:54,919 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vdk ; label_type: dos ; >21:55:54,921 DEBUG storage: DiskDevice.setup: vdk ; status: True ; controllable: True ; orig: False ; >21:55:54,923 DEBUG storage: DiskLabel.__init__: device: /dev/vdk ; labelType: msdos ; exists: True ; >21:55:54,929 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a880fdd0> > PedDisk: <_ped.Disk object at 0x7f02a8828830> >21:55:54,930 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:55:54,932 DEBUG storage: DiskDevice._setFormat: vdk ; current: None ; type: disklabel ; >21:55:54,933 INFO storage: got device: DiskDevice instance (0x7f02a882ac50) -- > name = vdk status = True kids = 0 id = 66 > parents = [] > uuid = None size = 400.0 > format = existing msdos disklabel > major = 252 minor = 160 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:10.0/virtio12/block/vdk partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdk type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294e2c8c0> > target size = 0 path = /dev/vdk > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a882e390> >21:55:54,936 INFO storage: got format: DiskLabel instance (0x7f02a882e450) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vdk uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 0 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a880fdd0> > PedDisk: <_ped.Disk object at 0x7f02a8828830> > origPartedDisk = <parted.disk.Disk object at 0x7f02a881b710> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vdk type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 819200 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (812, 16, 63) biosGeometry: (50, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294e2c950> > >21:55:54,939 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdl', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '176', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7753', > 'name': 'vdl', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl'} ; name: vdl ; >21:55:54,939 DEBUG storage: device 'vdl' not in exclusiveDisks >21:55:54,940 DEBUG storage: lvm filter: adding vdl to the reject list >21:55:54,940 INFO storage: ignoring vdl (/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl) >21:55:54,942 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdm', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '192', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9904', > 'name': 'vdm', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm'} ; name: vdm ; >21:55:54,942 DEBUG storage: device 'vdm' not in exclusiveDisks >21:55:54,942 DEBUG storage: lvm filter: adding vdm to the reject list >21:55:54,943 INFO storage: ignoring vdm (/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm) >21:55:54,944 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdn', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '208', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77709', > 'name': 'vdn', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn'} ; name: vdn ; >21:55:54,945 DEBUG storage: device 'vdn' not in exclusiveDisks >21:55:54,945 DEBUG storage: lvm filter: adding vdn to the reject list >21:55:54,945 INFO storage: ignoring vdn (/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn) >21:55:54,947 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdo', > 'DEVPATH': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '224', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '89495', > 'name': 'vdo', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo'} ; name: vdo ; >21:55:54,948 DEBUG storage: device 'vdo' not in exclusiveDisks >21:55:54,948 DEBUG storage: lvm filter: adding vdo to the reject list >21:55:54,948 INFO storage: ignoring vdo (/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo) >21:55:54,950 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79164', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:55:54,951 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >21:55:54,952 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >21:55:54,953 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,954 INFO storage: loop0 is a loop device >21:55:54,955 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:55:54,956 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >21:55:54,957 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,957 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,959 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >21:55:54,959 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 67) to device tree >21:55:54,961 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >21:55:54,961 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,962 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:55:54,963 INFO storage: added loop loop0 (id 68) to device tree >21:55:54,964 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:55:54,965 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:55:54,965 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:55:54,966 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >21:55:54,967 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >21:55:54,973 WARN storage: disklabel detected but not usable on loop0 >21:55:54,973 INFO storage: type detected on 'loop0' is 'squashfs' >21:55:54,974 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:55:54,975 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:55:54,976 INFO storage: got device: LoopDevice instance (0x7f029fe5e890) -- > name = loop0 status = False kids = 0 id = 68 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (67)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:55:54,978 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79189', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:55:54,979 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >21:55:54,980 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:55:54,981 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,981 INFO storage: loop1 is a loop device >21:55:54,982 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:55:54,983 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >21:55:54,984 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:54,985 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,986 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >21:55:54,986 INFO storage: added file /LiveOS/rootfs.img (id 69) to device tree >21:55:54,988 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >21:55:54,988 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:54,989 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:55:54,990 INFO storage: added loop loop1 (id 70) to device tree >21:55:54,991 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:55:54,992 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:55:54,993 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:54,993 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:54,994 DEBUG storage: device loop1 does not contain a disklabel >21:55:54,994 INFO storage: type detected on 'loop1' is 'ext4' >21:55:55,094 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,095 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:55,096 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >21:55:55,097 INFO storage: got device: LoopDevice instance (0x7f02a882a3d0) -- > name = loop1 status = False kids = 0 id = 70 > parents = ['existing 0MB file /LiveOS/rootfs.img (69)'] > 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 >21:55:55,099 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,099 INFO storage: got format: Ext4FS instance (0x7f02a87b6e90) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:55:55,101 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79207', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:55:55,102 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >21:55:55,103 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:55:55,104 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:55,105 INFO storage: loop2 is a loop device >21:55:55,106 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:55:55,107 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:55:55,108 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:55,108 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:55,110 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:55:55,110 INFO storage: added file /overlay (deleted) (id 71) to device tree >21:55:55,112 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:55:55,112 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:55,114 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:55:55,114 INFO storage: added loop loop2 (id 72) to device tree >21:55:55,115 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:55:55,117 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:55:55,117 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:55:55,118 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >21:55:55,120 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >21:55:55,126 WARN storage: disklabel detected but not usable on loop2 >21:55:55,126 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >21:55:55,127 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:55:55,128 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:55:55,129 INFO storage: got device: LoopDevice instance (0x7f02a8826050) -- > name = loop2 status = False kids = 0 id = 72 > parents = ['existing 0MB file /overlay (deleted) (71)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:55:55,131 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92945', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:55:55,132 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >21:55:55,132 DEBUG storage: lvm filter: adding loop3 to the reject list >21:55:55,134 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92969', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:55:55,134 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >21:55:55,135 DEBUG storage: lvm filter: adding loop4 to the reject list >21:55:55,137 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92988', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >21:55:55,138 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >21:55:55,138 DEBUG storage: lvm filter: adding loop5 to the reject list >21:55:55,140 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11678', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >21:55:55,140 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >21:55:55,141 DEBUG storage: lvm filter: adding loop6 to the reject list >21:55:55,142 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11700', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >21:55:55,143 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >21:55:55,143 DEBUG storage: lvm filter: adding loop7 to the reject list >21:55:55,143 DEBUG storage: Skipping a device mapper drive (dm-0) for now >21:55:55,184 INFO storage: devices to scan: ['dm-0'] >21:55:55,187 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '45589', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >21:55:55,188 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >21:55:55,189 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:55:55,190 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:55,191 INFO storage: live-rw is a device-mapper device >21:55:55,192 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >21:55:55,193 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:55:55,194 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (70) with existing ext4 filesystem >21:55:55,196 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:55:55,197 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (72) >21:55:55,198 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:55:55,200 DEBUG storage: DeviceTree.getDeviceByName returned None >21:55:55,201 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >21:55:55,201 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:55:55,203 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:55:55,203 INFO storage: added dm live-rw (id 73) to device tree >21:55:55,204 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:55:55,205 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:55:55,206 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,207 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:55,207 DEBUG storage: device live-rw does not contain a disklabel >21:55:55,207 INFO storage: type detected on 'live-rw' is 'ext4' >21:55:55,266 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,267 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:55:55,268 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:55:55,269 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >21:55:55,270 INFO storage: got device: DMDevice instance (0x7f02a882e590) -- > name = live-rw status = True kids = 0 id = 73 > parents = ['existing 0MB loop loop2 (72)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b440> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:55:55,272 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,272 INFO storage: got format: Ext4FS instance (0x7f02a8825f50) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:55:55,301 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:55:55,321 DEBUG storage: DiskDevice.teardown: vdb ; status: True ; controllable: True ; >21:55:55,323 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:55,326 DEBUG storage: DiskLabel.teardown: device: /dev/vdb ; status: False ; type: disklabel ; >21:55:55,345 DEBUG storage: DiskDevice.teardown: vdc ; status: True ; controllable: True ; >21:55:55,347 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:55,349 DEBUG storage: DiskLabel.teardown: device: /dev/vdc ; status: False ; type: disklabel ; >21:55:55,369 DEBUG storage: DiskDevice.teardown: vdd ; status: True ; controllable: True ; >21:55:55,370 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:55,372 DEBUG storage: DiskLabel.teardown: device: /dev/vdd ; status: False ; type: disklabel ; >21:55:55,392 DEBUG storage: DiskDevice.teardown: vde ; status: True ; controllable: True ; >21:55:55,393 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:55,395 DEBUG storage: DiskLabel.teardown: device: /dev/vde ; status: False ; type: disklabel ; >21:55:55,415 DEBUG storage: DiskDevice.teardown: vdf ; status: True ; controllable: True ; >21:55:55,416 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:55,418 DEBUG storage: DiskLabel.teardown: device: /dev/vdf ; status: False ; type: disklabel ; >21:55:55,437 DEBUG storage: DiskDevice.teardown: vdg ; status: True ; controllable: True ; >21:55:55,439 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:55,441 DEBUG storage: DiskLabel.teardown: device: /dev/vdg ; status: False ; type: disklabel ; >21:55:55,459 DEBUG storage: DiskDevice.teardown: vdh ; status: True ; controllable: True ; >21:55:55,462 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:55,464 DEBUG storage: DiskLabel.teardown: device: /dev/vdh ; status: False ; type: disklabel ; >21:55:55,482 DEBUG storage: DiskDevice.teardown: vdi ; status: True ; controllable: True ; >21:55:55,484 DEBUG storage: DiskLabel.teardown: device: /dev/vdi ; status: False ; type: disklabel ; >21:55:55,486 DEBUG storage: DiskLabel.teardown: device: /dev/vdi ; status: False ; type: disklabel ; >21:55:55,504 DEBUG storage: DiskDevice.teardown: vdj ; status: True ; controllable: True ; >21:55:55,505 DEBUG storage: DiskLabel.teardown: device: /dev/vdj ; status: False ; type: disklabel ; >21:55:55,507 DEBUG storage: DiskLabel.teardown: device: /dev/vdj ; status: False ; type: disklabel ; >21:55:55,525 DEBUG storage: DiskDevice.teardown: vdk ; status: True ; controllable: True ; >21:55:55,526 DEBUG storage: DiskLabel.teardown: device: /dev/vdk ; status: False ; type: disklabel ; >21:55:55,528 DEBUG storage: DiskLabel.teardown: device: /dev/vdk ; status: False ; type: disklabel ; >21:55:55,546 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:55:55,547 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:55:55,548 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >21:55:55,549 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >21:55:55,552 INFO storage: edd: collected mbr signatures: {'vdc': '0x00020b83', 'vdb': '0x000c50b3', 'vde': '0x000cd104', 'vdd': '0x00079ce5', 'vdg': '0x0007fa63', 'vdf': '0x00028cbf', 'vdi': '0x000328e3', 'vdh': '0x000d5432', 'vdk': '0x000c484e', 'vdj': '0x0007d7e9'} >21:55:55,554 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c5299 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 19456000 >21:55:55,554 DEBUG storage: edd: matched 0x80 to vda using pci_dev >21:55:55,555 INFO storage: edd: both edd entries 0x80 and 0x80 seem to map to vda >21:55:55,558 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,560 DEBUG storage: Ext4FS.supported: supported: True ; >21:55:55,561 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:55:55,568 DEBUG storage: Iso9660FS.supported: supported: True ; >21:56:13,495 DEBUG storage: checking whether disk vdb has an empty extended >21:56:13,496 DEBUG storage: extended is None ; logicals is [] >21:56:13,497 DEBUG storage: checking whether disk vdc has an empty extended >21:56:13,497 DEBUG storage: extended is None ; logicals is [] >21:56:13,498 DEBUG storage: checking whether disk vdd has an empty extended >21:56:13,498 DEBUG storage: extended is None ; logicals is [] >21:56:13,499 DEBUG storage: checking whether disk vde has an empty extended >21:56:13,499 DEBUG storage: extended is None ; logicals is [] >21:56:13,500 DEBUG storage: checking whether disk vdf has an empty extended >21:56:13,500 DEBUG storage: extended is None ; logicals is [] >21:56:13,501 DEBUG storage: checking whether disk vdg has an empty extended >21:56:13,501 DEBUG storage: extended is None ; logicals is [] >21:56:13,502 DEBUG storage: checking whether disk vdh has an empty extended >21:56:13,502 DEBUG storage: extended is None ; logicals is [] >21:56:13,503 DEBUG storage: checking whether disk vdi has an empty extended >21:56:13,507 DEBUG storage: extended is None ; logicals is [] >21:56:13,508 DEBUG storage: checking whether disk vdj has an empty extended >21:56:13,508 DEBUG storage: extended is None ; logicals is [] >21:56:13,509 DEBUG storage: checking whether disk vdk has an empty extended >21:56:13,509 DEBUG storage: extended is None ; logicals is [] >21:56:13,511 DEBUG storage: new disk order: [] >21:56:13,567 DEBUG storage: DeviceTree.getDeviceByName: name: vdb ; >21:56:13,569 DEBUG storage: DeviceTree.getDeviceByName returned existing 400MB disk vdb (57) with existing msdos disklabel >21:56:13,571 DEBUG storage: doAutoPart: True >21:56:13,571 DEBUG storage: encryptedAutoPart: False >21:56:13,572 DEBUG storage: autoPartType: 0 >21:56:13,572 DEBUG storage: clearPartType: 1 >21:56:13,573 DEBUG storage: clearPartDisks: ['vda'] >21:56:13,573 DEBUG storage: autoPartitionRequests: >PartSpec instance (0x7f02a881b950) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0x7f02a881bb50) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0x7f02a8829090) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0x7f02a8829050) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False >PartSpec instance (0x7f02a88291d0) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 1504 maxSize = None grow = False > >21:56:13,574 DEBUG storage: storage.disks: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk'] >21:56:13,575 DEBUG storage: storage.partitioned: ['vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk'] >21:56:13,576 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk'] >21:56:13,577 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/vdb ; >21:56:13,579 DEBUG storage: DeviceTree.getDeviceByPath returned existing 400MB disk vdb (57) with existing msdos disklabel >21:56:13,579 DEBUG storage: resolved '/dev/vdb' to 'vdb' (disk) >21:56:13,580 DEBUG storage: boot disk: vdb >21:56:13,581 DEBUG storage: candidate disks: [] >21:56:13,581 DEBUG storage: devs: [] >21:56:13,583 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >21:56:13,584 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['vda'] >21:56:13,611 DEBUG storage: MultipathTopology._build_topology: >21:56:13,611 DEBUG storage: /etc/multipath.conf contents: >21:56:13,612 DEBUG storage: # multipath.conf written by anaconda >21:56:13,613 DEBUG storage: >21:56:13,613 DEBUG storage: defaults { >21:56:13,614 DEBUG storage: user_friendly_names yes >21:56:13,614 DEBUG storage: } >21:56:13,615 DEBUG storage: blacklist { >21:56:13,615 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >21:56:13,616 DEBUG storage: devnode "^hd[a-z]" >21:56:13,616 DEBUG storage: devnode "^dcssblk[0-9]*" >21:56:13,617 DEBUG storage: device { >21:56:13,617 DEBUG storage: vendor "DGC" >21:56:13,617 DEBUG storage: product "LUNZ" >21:56:13,618 DEBUG storage: } >21:56:13,618 DEBUG storage: device { >21:56:13,619 DEBUG storage: vendor "IBM" >21:56:13,619 DEBUG storage: product "S/390.*" >21:56:13,620 DEBUG storage: } >21:56:13,620 DEBUG storage: # don't count normal SATA devices as multipaths >21:56:13,621 DEBUG storage: device { >21:56:13,621 DEBUG storage: vendor "ATA" >21:56:13,621 DEBUG storage: } >21:56:13,622 DEBUG storage: # don't count 3ware devices as multipaths >21:56:13,622 DEBUG storage: device { >21:56:13,623 DEBUG storage: vendor "3ware" >21:56:13,623 DEBUG storage: } >21:56:13,624 DEBUG storage: device { >21:56:13,624 DEBUG storage: vendor "AMCC" >21:56:13,625 DEBUG storage: } >21:56:13,625 DEBUG storage: # nor highpoint devices >21:56:13,625 DEBUG storage: device { >21:56:13,625 DEBUG storage: vendor "HPT" >21:56:13,626 DEBUG storage: } >21:56:13,626 DEBUG storage: } >21:56:13,626 DEBUG storage: multipaths { >21:56:13,627 DEBUG storage: } >21:56:13,627 DEBUG storage: (end of /etc/multipath.conf) >21:56:13,703 INFO storage: MultipathTopology: found non-disk device: sr0 >21:56:13,704 INFO storage: MultipathTopology: found singlepath device: vda >21:56:13,705 INFO storage: MultipathTopology: found non-disk device: vda1 >21:56:13,705 INFO storage: MultipathTopology: found non-disk device: vda2 >21:56:13,706 INFO storage: MultipathTopology: found non-disk device: vda3 >21:56:13,706 INFO storage: MultipathTopology: found singlepath device: vdb >21:56:13,707 INFO storage: MultipathTopology: found singlepath device: vdc >21:56:13,708 INFO storage: MultipathTopology: found singlepath device: vdd >21:56:13,708 INFO storage: MultipathTopology: found singlepath device: vde >21:56:13,709 INFO storage: MultipathTopology: found singlepath device: vdf >21:56:13,711 INFO storage: MultipathTopology: found singlepath device: vdg >21:56:13,711 INFO storage: MultipathTopology: found singlepath device: vdh >21:56:13,712 INFO storage: MultipathTopology: found singlepath device: vdi >21:56:13,713 INFO storage: MultipathTopology: found singlepath device: vdj >21:56:13,715 INFO storage: MultipathTopology: found singlepath device: vdk >21:56:13,716 INFO storage: MultipathTopology: found singlepath device: vdl >21:56:13,717 INFO storage: MultipathTopology: found singlepath device: vdm >21:56:13,718 INFO storage: MultipathTopology: found singlepath device: vdn >21:56:13,719 INFO storage: MultipathTopology: found singlepath device: vdo >21:56:13,720 INFO storage: MultipathTopology: found singlepath device: loop0 >21:56:13,722 INFO storage: MultipathTopology: found singlepath device: loop1 >21:56:13,723 INFO storage: MultipathTopology: found singlepath device: loop2 >21:56:13,724 INFO storage: MultipathTopology: found singlepath device: loop3 >21:56:13,724 INFO storage: MultipathTopology: found singlepath device: loop4 >21:56:13,725 INFO storage: MultipathTopology: found singlepath device: loop5 >21:56:13,726 INFO storage: MultipathTopology: found singlepath device: loop6 >21:56:13,727 INFO storage: MultipathTopology: found singlepath device: loop7 >21:56:13,728 INFO storage: MultipathTopology: found singlepath device: dm-0 >21:56:13,729 INFO storage: devices to scan: ['sr0', 'vda', 'vda1', 'vda2', 'vda3', 'vdb', 'vdc', 'vdd', 'vde', 'vdf', 'vdg', 'vdh', 'vdi', 'vdj', 'vdk', 'vdl', 'vdm', 'vdn', 'vdo', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >21:56:13,739 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003 /dev/disk/by-label/Fedora_18-Beta-TC1_x86_64 /dev/disk/by-uuid/2012-10-02-23-31-26-00', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FS_LABEL': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_LABEL_ENC': 'Fedora_18-Beta-TC1_x86_64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2012-10-02-23-31-26-00', > 'ID_FS_UUID_ENC': '2012-10-02-23-31-26-00', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_REVISION': '1.0_1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00003', > 'ID_SERIAL_SHORT': 'QM00003', > 'ID_TYPE': 'cd', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '52593', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00003', > '/dev/disk/by-label/Fedora_18-Beta-TC1_x86_64', > '/dev/disk/by-uuid/2012-10-02-23-31-26-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0'} ; name: sr0 ; >21:56:13,743 INFO storage: scanning sr0 (/devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0)... >21:56:13,746 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >21:56:13,750 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:13,752 INFO storage: sr0 is a cdrom >21:56:13,756 DEBUG storage: DeviceTree.addUdevOpticalDevice: >21:56:13,758 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:13,762 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >21:56:13,764 INFO storage: added cdrom sr0 (id 74) to device tree >21:56:13,767 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:56:13,770 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >21:56:13,772 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >21:56:13,773 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >21:56:13,775 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >21:56:13,781 WARN storage: disklabel detected but not usable on sr0 >21:56:13,782 INFO storage: type detected on 'sr0' is 'iso9660' >21:56:13,783 DEBUG storage: Iso9660FS.supported: supported: True ; >21:56:13,784 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >21:56:13,785 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >21:56:13,787 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:56:13,790 DEBUG storage: looking up parted Device: /dev/sr0 >21:56:13,790 INFO storage: got device: OpticalDevice instance (0x7f02a87b6a10) -- > name = sr0 status = True kids = 0 id = 74 > parents = [] > uuid = None size = 4272.0 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0 partedDevice = parted.Device instance -- > model: QEMU QEMU DVD-ROM path: /dev/sr0 type: 1 > sectorSize: 2048 physicalSectorSize: 2048 > length: 2187264 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: True > hardwareGeometry: (136, 255, 63) biosGeometry: (136, 255, 63) > PedDevice: <_ped.Device object at 0x4739710> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >21:56:13,792 DEBUG storage: Iso9660FS.supported: supported: True ; >21:56:13,793 INFO storage: got format: Iso9660FS instance (0x7f02a882a2d0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = 2012-10-02-23-31-26-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_18-Beta-TC1_x86_64 size = 0 targetSize = 0 > >21:56:13,795 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76096', > 'name': 'vda', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda'} ; name: vda ; >21:56:13,796 INFO storage: scanning vda (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda)... >21:56:13,797 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:56:13,798 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:13,800 DEBUG storage: DeviceTree.addUdevDiskDevice: name: vda ; >21:56:13,801 INFO storage: vda is a disk >21:56:13,802 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:13,803 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: None ; >21:56:13,804 INFO storage: added disk vda (id 75) to device tree >21:56:13,804 DEBUG storage: looking up parted Device: /dev/vda >21:56:13,806 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda ; >21:56:13,807 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda ; label_type: dos ; >21:56:13,809 DEBUG storage: DiskDevice.setup: vda ; status: True ; controllable: True ; orig: False ; >21:56:13,813 DEBUG storage: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; exists: True ; >21:56:13,831 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f02a88295d0>, <parted.partition.Partition object at 0x7f02a882a1d0>, <parted.partition.Partition object at 0x7f02a87b6a90>] > device: <parted.device.Device object at 0x7f029fe5e250> > PedDisk: <_ped.Disk object at 0x7f02a87bbd40> >21:56:13,832 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:56:13,834 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >21:56:13,836 INFO storage: got device: DiskDevice instance (0x7f02a881cb10) -- > name = vda status = True kids = 0 id = 75 > parents = [] > uuid = None size = 9500.0 > format = existing msdos disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 19456000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (19301, 16, 63) biosGeometry: (1211, 255, 63) > PedDevice: <_ped.Device object at 0x7f02a882b560> > target size = 0 path = /dev/vda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0x7f02a882af10> >21:56:13,840 INFO storage: got format: DiskLabel instance (0x7f029fe5e750) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/vda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 3 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: msdos primaryPartitionCount: 3 > lastPartitionNumber: 3 maxPrimaryPartitionCount: 4 > partitions: [<parted.partition.Partition object at 0x7f02a88295d0>, <parted.partition.Partition object at 0x7f02a882a1d0>, <parted.partition.Partition object at 0x7f02a87b6a90>] > device: <parted.device.Device object at 0x7f029fe5e250> > PedDisk: <_ped.Disk object at 0x7f02a87bbd40> > origPartedDisk = <parted.disk.Disk object at 0x7f02a882ec50> > partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 19456000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (19301, 16, 63) biosGeometry: (1211, 255, 63) > PedDevice: <_ped.Device object at 0x7f0294f52a70> > >21:56:13,844 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'DEVNAME': 'vda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_UUID_ENC': 'a9990a99-0f72-477c-ac4b-b7b2784ac43d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252: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', > 'MAJOR': '252', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76711', > 'name': 'vda1', > 'symlinks': ['/dev/disk/by-uuid/a9990a99-0f72-477c-ac4b-b7b2784ac43d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1'} ; name: vda1 ; >21:56:13,845 INFO storage: scanning vda1 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1)... >21:56:13,846 DEBUG storage: DeviceTree.getDeviceByName: name: vda1 ; >21:56:13,847 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:13,848 INFO storage: vda1 is a partition >21:56:13,849 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda1 ; >21:56:13,850 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:56:13,851 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (75) with existing msdos disklabel >21:56:13,853 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: vda ; >21:56:13,855 DEBUG storage: PartitionDevice._setFormat: vda1 ; >21:56:13,855 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:13,857 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: None ; >21:56:13,857 DEBUG storage: looking up parted Partition: /dev/vda1 >21:56:13,858 DEBUG storage: PartitionDevice.probe: vda1 ; exists: True ; >21:56:13,860 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 1 ; >21:56:13,861 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 10 ; >21:56:13,863 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda1 ; flag: 12 ; >21:56:13,863 INFO storage: added partition vda1 (id 76) to device tree >21:56:13,865 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda1 ; >21:56:13,866 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda1 ; label_type: dos ; >21:56:13,867 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >21:56:13,869 DEBUG storage: DiskLabel.__init__: device: /dev/vda1 ; labelType: dos ; exists: True ; >21:56:13,879 WARN storage: disklabel detected but not usable on vda1 >21:56:13,880 INFO storage: type detected on 'vda1' is 'ext4' >21:56:13,974 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:13,975 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:13,978 DEBUG storage: PartitionDevice._setFormat: vda1 ; >21:56:13,981 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: None ; type: ext4 ; >21:56:13,982 DEBUG storage: looking up parted Device: /dev/vda1 >21:56:13,984 INFO storage: got device: PartitionDevice instance (0x7f02a882ad10) -- > name = vda1 status = True kids = 0 id = 76 > parents = ['existing 9500MB disk vda (75) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 252 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda1 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda1 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (1015, 16, 63) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295e60> > target size = 0 path = /dev/vda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = True > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f02a881ce10> fileSystem: <parted.filesystem.FileSystem object at 0x7f02a882af90> > number: 1 path: /dev/vda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f02a8829250> PedPartition: <_ped.Partition object at 0x7f02a8821ef0> > disk = existing 9500MB disk vda (75) with existing msdos disklabel > start = 2048 end = 1026047 length = 1024000 > flags = boot >21:56:13,986 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:13,987 INFO storage: got format: Ext4FS instance (0x7f02a8826650) -- > type = ext4 name = ext4 status = False > device = /dev/vda1 uuid = a9990a99-0f72-477c-ac4b-b7b2784ac43d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >21:56:13,990 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'DEVNAME': 'vda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_UUID_ENC': '53756ee4-ea81-41f8-88c4-d1e91014cc46', > 'ID_FS_VERSION': '2', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1026048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '3014656', > 'ID_PART_ENTRY_TYPE': '0x82', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76728', > 'name': 'vda2', > 'symlinks': ['/dev/disk/by-uuid/53756ee4-ea81-41f8-88c4-d1e91014cc46'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2'} ; name: vda2 ; >21:56:13,991 INFO storage: scanning vda2 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2)... >21:56:13,992 DEBUG storage: DeviceTree.getDeviceByName: name: vda2 ; >21:56:13,994 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:13,994 INFO storage: vda2 is a partition >21:56:13,996 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda2 ; >21:56:13,997 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:56:13,998 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (75) with existing msdos disklabel >21:56:14,000 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: vda ; >21:56:14,002 DEBUG storage: PartitionDevice._setFormat: vda2 ; >21:56:14,002 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,004 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: None ; >21:56:14,004 DEBUG storage: looking up parted Partition: /dev/vda2 >21:56:14,006 DEBUG storage: PartitionDevice.probe: vda2 ; exists: True ; >21:56:14,008 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 1 ; >21:56:14,009 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 10 ; >21:56:14,011 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda2 ; flag: 12 ; >21:56:14,011 INFO storage: added partition vda2 (id 77) to device tree >21:56:14,015 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda2 ; >21:56:14,016 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda2 ; label_type: dos ; >21:56:14,018 DEBUG storage: PartitionDevice.setup: vda2 ; status: True ; controllable: True ; orig: False ; >21:56:14,019 DEBUG storage: DiskLabel.__init__: device: /dev/vda2 ; labelType: dos ; exists: True ; >21:56:14,029 WARN storage: disklabel detected but not usable on vda2 >21:56:14,030 INFO storage: type detected on 'vda2' is 'swap' >21:56:14,032 DEBUG storage: SwapSpace.__init__: device: /dev/vda2 ; serial: None ; uuid: 53756ee4-ea81-41f8-88c4-d1e91014cc46 ; exists: True ; label: None ; >21:56:14,034 DEBUG storage: getFormat('swap') returning SwapSpace instance >21:56:14,036 DEBUG storage: PartitionDevice._setFormat: vda2 ; >21:56:14,038 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: None ; type: swap ; >21:56:14,040 DEBUG storage: looking up parted Device: /dev/vda2 >21:56:14,042 INFO storage: got device: PartitionDevice instance (0x7f02a8826090) -- > name = vda2 status = True kids = 0 id = 77 > parents = ['existing 9500MB disk vda (75) with existing msdos disklabel'] > uuid = None size = 1472.0 > format = existing swap > major = 252 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda2 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda2 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 3014656 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (2990, 16, 63) biosGeometry: (187, 255, 63) > PedDevice: <_ped.Device object at 0x7f0293295c20> > target size = 0 path = /dev/vda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f02a881ce10> fileSystem: <parted.filesystem.FileSystem object at 0x7f02a87b6810> > number: 2 path: /dev/vda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f02a882aad0> PedPartition: <_ped.Partition object at 0x7f029ec21230> > disk = existing 9500MB disk vda (75) with existing msdos disklabel > start = 1026048 end = 4040703 length = 3014656 > flags = >21:56:14,044 INFO storage: got format: SwapSpace instance (0x7f02a8825fd0) -- > type = swap name = swap status = False > device = /dev/vda2 uuid = 53756ee4-ea81-41f8-88c4-d1e91014cc46 exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >21:56:14,046 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'DEVNAME': 'vda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3', > 'DEVTYPE': 'partition', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_UUID_ENC': '7938fbf5-ac16-46e5-a161-f8488bff1e8d', > 'ID_FS_VERSION': '1.0', > 'ID_PART_ENTRY_DISK': '252:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '4040704', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '15415296', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '76740', > 'name': 'vda3', > 'symlinks': ['/dev/disk/by-uuid/7938fbf5-ac16-46e5-a161-f8488bff1e8d'], > 'sysfs_path': '/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3'} ; name: vda3 ; >21:56:14,047 INFO storage: scanning vda3 (/devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3)... >21:56:14,049 DEBUG storage: DeviceTree.getDeviceByName: name: vda3 ; >21:56:14,050 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,050 INFO storage: vda3 is a partition >21:56:14,051 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: vda3 ; >21:56:14,053 DEBUG storage: DeviceTree.getDeviceByName: name: vda ; >21:56:14,054 DEBUG storage: DeviceTree.getDeviceByName returned existing 9500MB disk vda (75) with existing msdos disklabel >21:56:14,056 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: vda ; >21:56:14,057 DEBUG storage: PartitionDevice._setFormat: vda3 ; >21:56:14,058 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,063 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: None ; >21:56:14,063 DEBUG storage: looking up parted Partition: /dev/vda3 >21:56:14,065 DEBUG storage: PartitionDevice.probe: vda3 ; exists: True ; >21:56:14,067 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 1 ; >21:56:14,068 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 10 ; >21:56:14,069 DEBUG storage: PartitionDevice.getFlag: path: /dev/vda3 ; flag: 12 ; >21:56:14,070 INFO storage: added partition vda3 (id 78) to device tree >21:56:14,071 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: vda3 ; >21:56:14,072 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: vda3 ; label_type: dos ; >21:56:14,074 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >21:56:14,076 DEBUG storage: DiskLabel.__init__: device: /dev/vda3 ; labelType: dos ; exists: True ; >21:56:14,086 WARN storage: disklabel detected but not usable on vda3 >21:56:14,087 INFO storage: type detected on 'vda3' is 'ext4' >21:56:14,178 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,179 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:14,181 DEBUG storage: PartitionDevice._setFormat: vda3 ; >21:56:14,183 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: None ; type: ext4 ; >21:56:14,185 DEBUG storage: looking up parted Device: /dev/vda3 >21:56:14,188 INFO storage: got device: PartitionDevice instance (0x7f02a8825bd0) -- > name = vda3 status = True kids = 0 id = 78 > parents = ['existing 9500MB disk vda (75) with existing msdos disklabel'] > uuid = None size = 7527.0 > format = existing ext4 filesystem > major = 252 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:06.0/virtio2/block/vda/vda3 partedDevice = parted.Device instance -- > model: Virtio Block Device path: /dev/vda3 type: 15 > sectorSize: 512 physicalSectorSize: 512 > length: 15415296 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (15292, 16, 63) biosGeometry: (959, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932e2b90> > target size = 0 path = /dev/vda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f02a881ce10> fileSystem: <parted.filesystem.FileSystem object at 0x7f02a882ea50> > number: 3 path: /dev/vda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f02a87b6690> PedPartition: <_ped.Partition object at 0x7f02a87b0f50> > disk = existing 9500MB disk vda (75) with existing msdos disklabel > start = 4040704 end = 19455999 length = 15415296 > flags = >21:56:14,190 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,191 INFO storage: got format: Ext4FS instance (0x7f02a8826050) -- > type = ext4 name = ext4 status = False > device = /dev/vda3 uuid = 7938fbf5-ac16-46e5-a161-f8488bff1e8d exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 7527.0 targetSize = 7527.0 > >21:56:14,192 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '81447', > 'name': 'vdb', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb'} ; name: vdb ; >21:56:14,193 DEBUG storage: device 'vdb' not in exclusiveDisks >21:56:14,194 DEBUG storage: lvm filter: adding vdb to the reject list >21:56:14,194 INFO storage: ignoring vdb (/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb) >21:56:14,196 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '83745', > 'name': 'vdc', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc'} ; name: vdc ; >21:56:14,197 DEBUG storage: device 'vdc' not in exclusiveDisks >21:56:14,198 DEBUG storage: lvm filter: adding vdc to the reject list >21:56:14,198 INFO storage: ignoring vdc (/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc) >21:56:14,200 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '95269', > 'name': 'vdd', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd'} ; name: vdd ; >21:56:14,201 DEBUG storage: device 'vdd' not in exclusiveDisks >21:56:14,201 DEBUG storage: lvm filter: adding vdd to the reject list >21:56:14,202 INFO storage: ignoring vdd (/devices/pci0000:00/0000:00:09.0/virtio5/block/vdd) >21:56:14,203 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vde', > 'DEVPATH': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '1195', > 'name': 'vde', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde'} ; name: vde ; >21:56:14,204 DEBUG storage: device 'vde' not in exclusiveDisks >21:56:14,205 DEBUG storage: lvm filter: adding vde to the reject list >21:56:14,205 INFO storage: ignoring vde (/devices/pci0000:00/0000:00:0a.0/virtio6/block/vde) >21:56:14,207 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '5351', > 'name': 'vdf', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf'} ; name: vdf ; >21:56:14,208 DEBUG storage: device 'vdf' not in exclusiveDisks >21:56:14,208 DEBUG storage: lvm filter: adding vdf to the reject list >21:56:14,209 INFO storage: ignoring vdf (/devices/pci0000:00/0000:00:0b.0/virtio7/block/vdf) >21:56:14,210 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7236', > 'name': 'vdg', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg'} ; name: vdg ; >21:56:14,211 DEBUG storage: device 'vdg' not in exclusiveDisks >21:56:14,211 DEBUG storage: lvm filter: adding vdg to the reject list >21:56:14,212 INFO storage: ignoring vdg (/devices/pci0000:00/0000:00:0c.0/virtio8/block/vdg) >21:56:14,214 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdh', > 'DEVPATH': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '112', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '31993', > 'name': 'vdh', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh'} ; name: vdh ; >21:56:14,215 DEBUG storage: device 'vdh' not in exclusiveDisks >21:56:14,215 DEBUG storage: lvm filter: adding vdh to the reject list >21:56:14,215 INFO storage: ignoring vdh (/devices/pci0000:00/0000:00:0d.0/virtio9/block/vdh) >21:56:14,217 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdi', > 'DEVPATH': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '128', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '33088', > 'name': 'vdi', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi'} ; name: vdi ; >21:56:14,218 DEBUG storage: device 'vdi' not in exclusiveDisks >21:56:14,218 DEBUG storage: lvm filter: adding vdi to the reject list >21:56:14,219 INFO storage: ignoring vdi (/devices/pci0000:00/0000:00:0e.0/virtio10/block/vdi) >21:56:14,220 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdj', > 'DEVPATH': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '144', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '37658', > 'name': 'vdj', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj'} ; name: vdj ; >21:56:14,221 DEBUG storage: device 'vdj' not in exclusiveDisks >21:56:14,221 DEBUG storage: lvm filter: adding vdj to the reject list >21:56:14,222 INFO storage: ignoring vdj (/devices/pci0000:00/0000:00:0f.0/virtio11/block/vdj) >21:56:14,224 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdk', > 'DEVPATH': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '160', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '88480', > 'name': 'vdk', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk'} ; name: vdk ; >21:56:14,224 DEBUG storage: device 'vdk' not in exclusiveDisks >21:56:14,225 DEBUG storage: lvm filter: adding vdk to the reject list >21:56:14,225 INFO storage: ignoring vdk (/devices/pci0000:00/0000:00:10.0/virtio12/block/vdk) >21:56:14,227 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdl', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '176', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '7753', > 'name': 'vdl', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl'} ; name: vdl ; >21:56:14,228 DEBUG storage: device 'vdl' not in exclusiveDisks >21:56:14,228 DEBUG storage: lvm filter: adding vdl to the reject list >21:56:14,229 INFO storage: ignoring vdl (/devices/pci0000:00/0000:00:11.0/virtio13/block/vdl) >21:56:14,230 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdm', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '192', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '9904', > 'name': 'vdm', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm'} ; name: vdm ; >21:56:14,231 DEBUG storage: device 'vdm' not in exclusiveDisks >21:56:14,231 DEBUG storage: lvm filter: adding vdm to the reject list >21:56:14,232 INFO storage: ignoring vdm (/devices/pci0000:00/0000:00:12.0/virtio14/block/vdm) >21:56:14,234 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdn', > 'DEVPATH': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '208', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '77709', > 'name': 'vdn', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn'} ; name: vdn ; >21:56:14,235 DEBUG storage: device 'vdn' not in exclusiveDisks >21:56:14,235 DEBUG storage: lvm filter: adding vdn to the reject list >21:56:14,236 INFO storage: ignoring vdn (/devices/pci0000:00/0000:00:14.0/virtio16/block/vdn) >21:56:14,237 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'vdo', > 'DEVPATH': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo', > 'DEVTYPE': 'disk', > 'ID_PART_TABLE_TYPE': 'dos', > 'MAJOR': '252', > 'MINOR': '224', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '89495', > 'name': 'vdo', > 'symlinks': [], > 'sysfs_path': '/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo'} ; name: vdo ; >21:56:14,238 DEBUG storage: device 'vdo' not in exclusiveDisks >21:56:14,239 DEBUG storage: lvm filter: adding vdo to the reject list >21:56:14,239 INFO storage: ignoring vdo (/devices/pci0000:00/0000:00:15.0/virtio17/block/vdo) >21:56:14,241 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79164', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >21:56:14,241 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >21:56:14,242 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >21:56:14,244 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,244 INFO storage: loop0 is a loop device >21:56:14,245 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >21:56:14,247 DEBUG storage: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >21:56:14,248 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,249 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,250 DEBUG storage: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >21:56:14,251 INFO storage: added file /run/install/repo/LiveOS/squashfs.img (id 79) to device tree >21:56:14,252 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >21:56:14,253 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,254 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:56:14,255 INFO storage: added loop loop0 (id 80) to device tree >21:56:14,257 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >21:56:14,258 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >21:56:14,258 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:56:14,260 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >21:56:14,261 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >21:56:14,267 WARN storage: disklabel detected but not usable on loop0 >21:56:14,268 INFO storage: type detected on 'loop0' is 'squashfs' >21:56:14,268 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >21:56:14,269 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >21:56:14,270 INFO storage: got device: LoopDevice instance (0x7f02a881f790) -- > name = loop0 status = False kids = 0 id = 80 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (79)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >21:56:14,273 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'DEVNAME': 'loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79189', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >21:56:14,273 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >21:56:14,274 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:56:14,276 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,276 INFO storage: loop1 is a loop device >21:56:14,277 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >21:56:14,278 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >21:56:14,280 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,280 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,282 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >21:56:14,282 INFO storage: added file /LiveOS/rootfs.img (id 81) to device tree >21:56:14,283 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >21:56:14,284 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,285 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >21:56:14,285 INFO storage: added loop loop1 (id 82) to device tree >21:56:14,286 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >21:56:14,287 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >21:56:14,289 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,289 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:14,289 DEBUG storage: device loop1 does not contain a disklabel >21:56:14,290 INFO storage: type detected on 'loop1' is 'ext4' >21:56:14,353 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,354 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:14,355 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >21:56:14,356 INFO storage: got device: LoopDevice instance (0x7f02a8825f50) -- > name = loop1 status = False kids = 0 id = 82 > parents = ['existing 0MB file /LiveOS/rootfs.img (81)'] > 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 >21:56:14,357 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,358 INFO storage: got format: Ext4FS instance (0x7f02a8825150) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:56:14,360 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '79207', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >21:56:14,360 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >21:56:14,362 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:56:14,363 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,363 INFO storage: loop2 is a loop device >21:56:14,364 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >21:56:14,365 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >21:56:14,367 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,367 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,368 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >21:56:14,369 INFO storage: added file /overlay (deleted) (id 83) to device tree >21:56:14,370 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >21:56:14,371 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,372 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:56:14,372 INFO storage: added loop loop2 (id 84) to device tree >21:56:14,373 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >21:56:14,375 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >21:56:14,375 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:56:14,376 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >21:56:14,378 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >21:56:14,383 WARN storage: disklabel detected but not usable on loop2 >21:56:14,384 INFO storage: type detected on 'loop2' is 'DM_snapshot_cow' >21:56:14,384 DEBUG storage: getFormat('DM_snapshot_cow') returning DeviceFormat instance >21:56:14,386 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >21:56:14,386 INFO storage: got device: LoopDevice instance (0x7f02a881ff50) -- > name = loop2 status = False kids = 0 id = 84 > parents = ['existing 0MB file /overlay (deleted) (83)'] > uuid = None size = 0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop2 > format args = [] originalFormat = None >21:56:14,388 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop3', > 'DEVPATH': '/devices/virtual/block/loop3', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92945', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >21:56:14,388 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >21:56:14,389 DEBUG storage: lvm filter: adding loop3 to the reject list >21:56:14,390 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop4', > 'DEVPATH': '/devices/virtual/block/loop4', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92969', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >21:56:14,391 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >21:56:14,391 DEBUG storage: lvm filter: adding loop4 to the reject list >21:56:14,393 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop5', > 'DEVPATH': '/devices/virtual/block/loop5', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '92988', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >21:56:14,393 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >21:56:14,394 DEBUG storage: lvm filter: adding loop5 to the reject list >21:56:14,395 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop6', > 'DEVPATH': '/devices/virtual/block/loop6', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '6', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11678', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >21:56:14,396 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >21:56:14,396 DEBUG storage: lvm filter: adding loop6 to the reject list >21:56:14,398 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop7', > 'DEVPATH': '/devices/virtual/block/loop7', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '7', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '11700', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >21:56:14,399 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >21:56:14,399 DEBUG storage: lvm filter: adding loop7 to the reject list >21:56:14,399 DEBUG storage: Skipping a device mapper drive (dm-0) for now >21:56:14,426 INFO storage: devices to scan: ['dm-0'] >21:56:14,430 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_UUID_ENC': 'ae1ffd21-1eb7-4497-b8fb-5621999430c7', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '45589', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/ae1ffd21-1eb7-4497-b8fb-5621999430c7', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >21:56:14,430 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >21:56:14,433 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:56:14,434 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,434 INFO storage: live-rw is a device-mapper device >21:56:14,435 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >21:56:14,437 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >21:56:14,438 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (82) with existing ext4 filesystem >21:56:14,440 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >21:56:14,441 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (84) >21:56:14,443 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >21:56:14,444 DEBUG storage: DeviceTree.getDeviceByName returned None >21:56:14,445 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >21:56:14,446 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:14,447 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >21:56:14,447 INFO storage: added dm live-rw (id 85) to device tree >21:56:14,449 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >21:56:14,450 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >21:56:14,451 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,452 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:14,452 DEBUG storage: device live-rw does not contain a disklabel >21:56:14,452 INFO storage: type detected on 'live-rw' is 'ext4' >21:56:14,516 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,517 DEBUG storage: getFormat('ext4') returning Ext4FS instance >21:56:14,518 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >21:56:14,519 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >21:56:14,520 INFO storage: got device: DMDevice instance (0x7f02965d8e50) -- > name = live-rw status = True kids = 0 id = 85 > parents = ['existing 0MB loop loop2 (84)'] > uuid = None size = 1024.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: 2097152 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (130, 255, 63) biosGeometry: (130, 255, 63) > PedDevice: <_ped.Device object at 0x7f02932959e0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >21:56:14,522 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,522 INFO storage: got format: Ext4FS instance (0x7f02a881ffd0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = ae1ffd21-1eb7-4497-b8fb-5621999430c7 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >21:56:14,548 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >21:56:14,567 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >21:56:14,587 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >21:56:14,589 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,591 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,609 DEBUG storage: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >21:56:14,610 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >21:56:14,612 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >21:56:14,630 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >21:56:14,632 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,634 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,652 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >21:56:14,672 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >21:56:14,673 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,675 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,693 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >21:56:14,694 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >21:56:14,696 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >21:56:14,696 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >21:56:14,697 INFO storage: edd: collected mbr signatures: {'vda': '0x000c5299'} >21:56:14,699 DEBUG storage: edd: data extracted from 0x80: > type: SCSI, ata_device: None > channel: 0, mbr_signature: 0x000c5299 > pci_dev: 00:06.0, scsi_id: 0 > scsi_lun: 0, sectors: 19456000 >21:56:14,699 DEBUG storage: edd: matched 0x80 to vda using pci_dev >21:56:14,699 INFO storage: edd: both edd entries 0x80 and 0x80 seem to map to vda >21:56:14,701 DEBUG storage: PartitionDevice.setup: vda1 ; status: True ; controllable: True ; orig: False ; >21:56:14,712 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >21:56:14,753 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >21:56:14,812 DEBUG storage: DiskDevice.teardown: vda ; status: True ; controllable: True ; >21:56:14,813 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,815 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:14,833 DEBUG storage: PartitionDevice.setup: vda3 ; status: True ; controllable: True ; orig: False ; >21:56:14,834 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >21:56:14,883 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >21:56:14,883 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >21:56:14,884 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >21:56:14,884 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >21:56:14,884 DEBUG storage: crypttab maps: [] >21:56:14,885 DEBUG storage: parsing /mnt/sysimage/etc/fstab >21:56:14,885 DEBUG storage: resolved 'UUID=7938fbf5-ac16-46e5-a161-f8488bff1e8d' to 'vda3' (partition) >21:56:14,886 DEBUG storage: resolved 'UUID=a9990a99-0f72-477c-ac4b-b7b2784ac43d' to 'vda1' (partition) >21:56:14,886 DEBUG storage: resolved 'UUID=53756ee4-ea81-41f8-88c4-d1e91014cc46' to 'vda2' (partition) >21:56:14,887 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >21:56:14,949 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,952 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,954 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >21:56:14,961 DEBUG storage: Iso9660FS.supported: supported: True ; >21:56:14,966 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:14,968 DEBUG storage: Ext4FS.supported: supported: True ; >21:56:41,810 DEBUG storage: clearpart: looking at vda3 >21:56:41,811 DEBUG storage: removing vda3 >21:56:41,813 DEBUG storage: PartitionDevice._setFormat: vda3 ; >21:56:41,817 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:41,819 DEBUG storage: PartitionDevice._setFormat: vda3 ; current: ext4 ; type: None ; >21:56:41,819 INFO storage: registered action: [42] Destroy Format ext4 filesystem on partition vda3 (id 78) >21:56:41,821 DEBUG storage: PartitionDevice.teardown: vda3 ; status: True ; controllable: True ; >21:56:41,823 DEBUG storage: DeviceFormat.teardown: device: /dev/vda3 ; status: False ; type: None ; >21:56:41,869 INFO storage: removed partition vda3 (id 78) from device tree >21:56:41,871 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: vda ; >21:56:41,872 INFO storage: registered action: [43] Destroy Device partition vda3 (id 78) >21:56:41,873 DEBUG storage: partitions: ['vda1', 'vda2'] >21:56:41,873 DEBUG storage: clearpart: looking at vda2 >21:56:41,874 DEBUG storage: removing vda2 >21:56:41,876 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >21:56:41,880 DEBUG storage: PartitionDevice._setFormat: vda2 ; >21:56:41,881 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:41,882 DEBUG storage: PartitionDevice._setFormat: vda2 ; current: swap ; type: None ; >21:56:41,883 INFO storage: registered action: [44] Destroy Format swap on partition vda2 (id 77) >21:56:41,884 DEBUG storage: PartitionDevice.teardown: vda2 ; status: True ; controllable: True ; >21:56:41,886 DEBUG storage: SwapSpace.teardown: device: /dev/vda2 ; status: False ; type: swap ; >21:56:41,888 DEBUG storage: DeviceFormat.teardown: device: /dev/vda2 ; status: False ; type: None ; >21:56:41,907 INFO storage: removed partition vda2 (id 77) from device tree >21:56:41,910 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: vda ; >21:56:41,910 INFO storage: registered action: [45] Destroy Device partition vda2 (id 77) >21:56:41,911 DEBUG storage: partitions: ['vda1'] >21:56:41,912 DEBUG storage: clearpart: looking at vda1 >21:56:41,913 DEBUG storage: removing vda1 >21:56:41,914 DEBUG storage: PartitionDevice._setFormat: vda1 ; >21:56:41,915 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:41,916 DEBUG storage: PartitionDevice._setFormat: vda1 ; current: ext4 ; type: None ; >21:56:41,917 INFO storage: registered action: [46] Destroy Format ext4 filesystem on partition vda1 (id 76) >21:56:41,918 DEBUG storage: PartitionDevice.teardown: vda1 ; status: True ; controllable: True ; >21:56:41,920 DEBUG storage: DeviceFormat.teardown: device: /dev/vda1 ; status: False ; type: None ; >21:56:41,947 INFO storage: removed partition vda1 (id 76) from device tree >21:56:41,949 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: vda ; >21:56:41,949 INFO storage: registered action: [47] Destroy Device partition vda1 (id 76) >21:56:41,951 DEBUG storage: partitions: [] >21:56:41,951 DEBUG storage: checking whether disk vda has an empty extended >21:56:41,952 DEBUG storage: extended is None ; logicals is [] >21:56:41,953 DEBUG storage: clearpart: initializing vda >21:56:41,954 DEBUG storage: DiskLabel.teardown: device: /dev/vda ; status: False ; type: disklabel ; >21:56:41,955 DEBUG storage: getFormat('None') returning DeviceFormat instance >21:56:41,956 DEBUG storage: DiskDevice._setFormat: vda ; current: disklabel ; type: None ; >21:56:41,957 INFO storage: registered action: [48] Destroy Format msdos disklabel on disk vda (id 75) >21:56:41,960 DEBUG storage: DiskLabel.__init__: device: /dev/vda ; labelType: msdos ; >21:56:41,962 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/vda ; labelType: msdos ; >21:56:41,963 DEBUG storage: Did not set pmbr_boot on parted.Disk instance -- > type: msdos primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 4 > partitions: [] > device: <parted.device.Device object at 0x7f02a87b7610> > PedDisk: <_ped.Disk object at 0x7f0293120320> >21:56:41,964 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >21:56:41,965 DEBUG storage: DeviceFormat.teardown: device: /dev/vda ; status: False ; type: None ; >21:56:41,967 DEBUG storage: DiskDevice._setFormat: vda ; current: None ; type: disklabel ; >21:56:41,968 INFO storage: registered action: [49] Create Format msdos disklabel on disk vda (id 75) >21:56:41,969 DEBUG storage: new disk order: [] > > >/tmp/ifcfg.log: >01:50:51,698 DEBUG ifcfg: NetworkDevice eth0: setDefaultConfig() >01:50:51,698 DEBUG ifcfg: NetworkDevice eth0 set: DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=no >01:50:51,698 DEBUG ifcfg: NetworkDevice eth0 set: HWADDR=52:54:00:B8:27:95 >01:50:51,698 DEBUG ifcfg: NetworkDevice eth0 set: UUID=e1d041f4-c3ea-4add-b468-105608cab328 >01:50:51,700 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-eth0: > >01:50:51,700 DEBUG ifcfg: NetworkDevice eth0: >DEVICE="eth0" >HWADDR="52:54:00:B8:27:95" >BOOTPROTO="dhcp" >ONBOOT="no" >UUID="e1d041f4-c3ea-4add-b468-105608cab328" > >01:50:51,700 DEBUG ifcfg: writeIfcfgFile eth0 to /etc/sysconfig/network-scripts/ifcfg-eth0 > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora_18-Beta-TC1_x86_64 xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >01:50:43,476 INFO kernel:imklog 5.8.11, log source = /proc/kmsg started. >01:50:43,476 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="493" x-info="http://www.rsyslog.com"] start >01:50:43,476 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >01:50:43,476 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >01:50:43,476 NOTICE kernel:[ 0.000000] Linux version 3.6.0-1.fc18.x86_64 (mockbuild@) (gcc version 4.7.2 20120921 (Red Hat 4.7.2-2) (GCC) ) #1 SMP Mon Oct 1 16:02:25 UTC 2012 >01:50:43,476 INFO kernel:[ 0.000000] Command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora_18-Beta-TC1_x86_64 xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz >01:50:43,476 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000091bff] usable >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000091c00-0x000000000009ffff] reserved >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002fffdfff] usable >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000002fffe000-0x000000002fffffff] reserved >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved >01:50:43,476 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved >01:50:43,476 INFO kernel:[ 0.000000] NX (Execute Disable) protection: active >01:50:43,476 INFO kernel:[ 0.000000] DMI 2.4 present. >01:50:43,476 DEBUG kernel:[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007 >01:50:43,476 INFO kernel:[ 0.000000] Hypervisor detected: KVM >01:50:43,476 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved >01:50:43,476 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >01:50:43,476 INFO kernel:[ 0.000000] No AGP bridge found >01:50:43,476 INFO kernel:[ 0.000000] e820: last_pfn = 0x2fffe max_arch_pfn = 0x400000000 >01:50:43,476 DEBUG kernel:[ 0.000000] MTRR default type: write-back >01:50:43,476 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >01:50:43,477 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >01:50:43,477 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >01:50:43,477 DEBUG kernel:[ 0.000000] C0000-FFFFF write-protect >01:50:43,477 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >01:50:43,477 DEBUG kernel:[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable >01:50:43,477 DEBUG kernel:[ 0.000000] 1 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 2 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 3 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 4 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 5 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 6 disabled >01:50:43,477 DEBUG kernel:[ 0.000000] 7 disabled >01:50:43,477 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106 >01:50:43,477 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000fda60-0x000fda6f] mapped at [ffff8800000fda60] >01:50:43,477 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] >01:50:43,477 DEBUG kernel:[ 0.000000] Base memory trampoline at [ffff88000008b000] 8b000 size 24576 >01:50:43,477 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x2fffdfff] >01:50:43,477 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x2fdfffff] page 2M >01:50:43,477 DEBUG kernel:[ 0.000000] [mem 0x2fe00000-0x2fffdfff] page 4k >01:50:43,477 DEBUG kernel:[ 0.000000] kernel direct mapping tables up to 0x2fffdfff @ [mem 0x1fe7e000-0x1fffffff] >01:50:43,477 INFO kernel:[ 0.000000] RAMDISK: [mem 0x2e632000-0x2ffdcfff] >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: RSDP 00000000000fd900 00014 (v00 BOCHS ) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: RSDT 000000002fffe5d0 00038 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: FACP 000000002fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: DSDT 000000002fffe610 01109 (v01 BXPC BXDSDT 00000001 INTL 20100528) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: FACS 000000002fffff40 00040 >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: SSDT 000000002ffffea0 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: APIC 000000002ffffdb0 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: HPET 000000002ffffd70 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) >01:50:43,477 WARNING kernel:[ 0.000000] ACPI: SSDT 000000002ffff720 00644 (v01 BXPC BXSSDTPC 00000001 INTL 20100528) >01:50:43,477 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >01:50:43,477 INFO kernel:[ 0.000000] No NUMA configuration found >01:50:43,477 INFO kernel:[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000002fffdfff] >01:50:43,477 INFO kernel:[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x2fffdfff] >01:50:43,477 INFO kernel:[ 0.000000] NODE_DATA [mem 0x2ffea000-0x2fffdfff] >01:50:43,477 INFO kernel:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 >01:50:43,477 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf9c01, boot clock >01:50:43,477 DEBUG kernel:[ 0.000000] [ffffea0000000000-ffffea0000bfffff] PMD -> [ffff88002d200000-ffff88002ddfffff] on node 0 >01:50:43,477 WARNING kernel:[ 0.000000] Zone ranges: >01:50:43,477 WARNING kernel:[ 0.000000] DMA [mem 0x00010000-0x00ffffff] >01:50:43,477 WARNING kernel:[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] >01:50:43,477 WARNING kernel:[ 0.000000] Normal empty >01:50:43,477 WARNING kernel:[ 0.000000] Movable zone start for each node >01:50:43,477 WARNING kernel:[ 0.000000] Early memory node ranges >01:50:43,477 WARNING kernel:[ 0.000000] node 0: [mem 0x00010000-0x00090fff] >01:50:43,477 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0x2fffdfff] >01:50:43,477 DEBUG kernel:[ 0.000000] On node 0 totalpages: 196479 >01:50:43,477 DEBUG kernel:[ 0.000000] DMA zone: 64 pages used for memmap >01:50:43,477 DEBUG kernel:[ 0.000000] DMA zone: 6 pages reserved >01:50:43,485 DEBUG kernel:[ 0.000000] DMA zone: 3899 pages, LIFO batch:0 >01:50:43,485 DEBUG kernel:[ 0.000000] DMA32 zone: 3008 pages used for memmap >01:50:43,485 DEBUG kernel:[ 0.000000] DMA32 zone: 189502 pages, LIFO batch:31 >01:50:43,485 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0xb008 >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >01:50:43,485 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) >01:50:43,485 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 >01:50:43,485 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) >01:50:43,485 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ5 used by override. >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ10 used by override. >01:50:43,485 DEBUG kernel:[ 0.000000] ACPI: IRQ11 used by override. >01:50:43,485 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >01:50:43,485 INFO kernel:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 >01:50:43,485 INFO kernel:[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs >01:50:43,485 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >01:50:43,485 INFO kernel:[ 0.000000] PM: Registered nosave memory: 0000000000091000 - 0000000000092000 >01:50:43,485 INFO kernel:[ 0.000000] PM: Registered nosave memory: 0000000000092000 - 00000000000a0000 >01:50:43,485 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 >01:50:43,485 INFO kernel:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 >01:50:43,485 INFO kernel:[ 0.000000] e820: [mem 0x30000000-0xfeffbfff] available for PCI devices >01:50:43,485 INFO kernel:[ 0.000000] Booting paravirtualized kernel on KVM >01:50:43,485 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1 >01:50:43,485 INFO kernel:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88002e400000 s84288 r8192 d22208 u2097152 >01:50:43,485 DEBUG kernel:[ 0.000000] pcpu-alloc: s84288 r8192 d22208 u2097152 alloc=1*2097152 >01:50:43,485 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 >01:50:43,485 INFO kernel:[ 0.000000] kvm-clock: cpu 0, msr 0:2e413c01, primary cpu clock >01:50:43,485 INFO kernel:[ 0.000000] KVM setup async PF for cpu 0 >01:50:43,485 INFO kernel:[ 0.000000] kvm-stealtime: cpu 0, msr 2e40dec0 >01:50:43,485 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 193401 >01:50:43,485 WARNING kernel:[ 0.000000] Policy zone: DMA32 >01:50:43,485 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora_18-Beta-TC1_x86_64 xdriver=vesa nomodeset quiet BOOT_IMAGE=vmlinuz >01:50:43,485 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) >01:50:43,485 NOTICE kernel:[ 0.000000] __ex_table already sorted, skipping sort >01:50:43,485 INFO kernel:[ 0.000000] Checking aperture... >01:50:43,485 INFO kernel:[ 0.000000] No AGP bridge found >01:50:43,485 INFO kernel:[ 0.000000] Memory: 731024k/786424k available (6319k kernel code, 508k absent, 54892k reserved, 6884k data, 1036k init) >01:50:43,485 INFO kernel:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 >01:50:43,485 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >01:50:43,485 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1. >01:50:43,485 INFO kernel:[ 0.000000] NR_IRQS:8448 nr_irqs:256 16 >01:50:43,485 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >01:50:43,485 INFO kernel:[ 0.000000] console [tty0] enabled >01:50:43,485 INFO kernel:[ 0.000000] allocated 3145728 bytes of page_cgroup >01:50:43,485 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >01:50:43,485 DEBUG kernel:[ 0.000000] hpet clockevent registered >01:50:43,485 INFO kernel:[ 0.000000] tsc: Detected 3311.130 MHz processor >01:50:43,485 INFO systemd: Successfully loaded SELinux policy in 263ms 440us. >01:50:43,508 INFO systemd: Relabelled /dev and /run in 20ms 737us. >01:50:43,508 INFO systemd: systemd 188 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP; fedora) >01:50:43,508 INFO systemd: Detected virtualization 'kvm'. >01:50:43,508 INFO systemd: Initializing machine ID from KVM UUID. >01:50:43,508 WARNING systemd: Cannot add dependency job for unit udev-settle.service, ignoring: Unit udev-settle.service failed to load: No such file or directory. See system logs and 'systemctl status udev-settle.service' for details. >01:50:43,508 INFO systemd-modules-load: Inserted module 'uinput' >01:50:43,485 INFO kernel:[ 0.001999] Calibrating delay loop (skipped) preset value.. 6622.26 BogoMIPS (lpj=3311130) >01:50:43,508 INFO kernel:[ 0.001999] pid_max: default: 32768 minimum: 301 >01:50:43,508 INFO kernel:[ 0.001999] Security Framework initialized >01:50:43,508 INFO kernel:[ 0.001999] SELinux: Initializing. >01:50:43,508 DEBUG kernel:[ 0.001999] SELinux: Starting in permissive mode >01:50:43,508 INFO kernel:[ 0.001999] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) >01:50:43,508 INFO kernel:[ 0.001999] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) >01:50:43,508 INFO kernel:[ 0.001999] Mount-cache hash table entries: 256 >01:50:43,508 INFO kernel:[ 0.002074] Initializing cgroup subsys cpuacct >01:50:43,508 INFO kernel:[ 0.002076] Initializing cgroup subsys memory >01:50:43,508 INFO kernel:[ 0.002085] Initializing cgroup subsys devices >01:50:43,508 INFO kernel:[ 0.002086] Initializing cgroup subsys freezer >01:50:43,508 INFO kernel:[ 0.002087] Initializing cgroup subsys net_cls >01:50:43,508 INFO kernel:[ 0.002088] Initializing cgroup subsys blkio >01:50:43,508 INFO kernel:[ 0.002090] Initializing cgroup subsys perf_event >01:50:43,508 INFO kernel:[ 0.002164] mce: CPU supports 10 MCE banks >01:50:43,508 INFO kernel:[ 0.002216] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 >01:50:43,508 INFO kernel:[ 0.002216] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 >01:50:43,508 INFO kernel:[ 0.002216] tlb_flushall_shift is 0xffffffff >01:50:43,508 INFO kernel:[ 0.002315] SMP alternatives: switching to UP code >01:50:43,508 INFO kernel:[ 0.016434] Freeing SMP alternatives: 24k freed >01:50:43,508 INFO kernel:[ 0.016461] ACPI: Core revision 20120711 >01:50:43,508 INFO kernel:[ 0.017131] ftrace: allocating 23456 entries in 92 pages >01:50:43,508 INFO kernel:[ 0.025229] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >01:50:43,508 INFO kernel:[ 0.025233] smpboot: CPU0: AMD QEMU Virtual CPU version 1.0,1 stepping 03 >01:50:43,508 INFO kernel:[ 0.025996] Performance Events: Broken PMU hardware detected, using software events only. >01:50:43,508 ERR kernel:[ 0.025996] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff) >01:50:43,508 WARNING kernel:[ 0.025996] NMI watchdog: disabled (cpu0): hardware events not enabled >01:50:43,508 INFO kernel:[ 0.025996] Brought up 1 CPUs >01:50:43,508 INFO kernel:[ 0.025996] smpboot: Total of 1 processors activated (6622.26 BogoMIPS) >01:50:43,508 INFO kernel:[ 0.026304] devtmpfs: initialized >01:50:43,508 INFO kernel:[ 0.027189] atomic64 test passed for x86-64 platform with CX8 and with SSE >01:50:43,508 INFO kernel:[ 0.027285] RTC time: 1:50:36, date: 10/04/12 >01:50:43,508 INFO kernel:[ 0.027327] NET: Registered protocol family 16 >01:50:43,508 INFO kernel:[ 0.027561] ACPI: bus type pci registered >01:50:43,508 INFO kernel:[ 0.027698] PCI: Using configuration type 1 for base access >01:50:43,508 INFO kernel:[ 0.028535] bio: create slab <bio-0> at 0 >01:50:43,508 INFO kernel:[ 0.028596] ACPI: Added _OSI(Module Device) >01:50:43,508 INFO kernel:[ 0.028597] ACPI: Added _OSI(Processor Device) >01:50:43,508 INFO kernel:[ 0.028599] ACPI: Added _OSI(3.0 _SCP Extensions) >01:50:43,508 INFO kernel:[ 0.028600] ACPI: Added _OSI(Processor Aggregator Device) >01:50:43,508 DEBUG kernel:[ 0.029205] ACPI: EC: Look up EC in DSDT >01:50:43,508 INFO kernel:[ 0.030977] ACPI: Interpreter enabled >01:50:43,508 INFO kernel:[ 0.030981] ACPI: (supports S0 S5) >01:50:43,508 INFO kernel:[ 0.031000] ACPI: Using IOAPIC for interrupt routing >01:50:43,508 INFO kernel:[ 0.034340] ACPI: No dock devices found. >01:50:43,508 INFO kernel:[ 0.034344] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug >01:50:43,508 INFO kernel:[ 0.034362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >01:50:43,508 DEBUG kernel:[ 0.034376] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored) >01:50:43,508 DEBUG kernel:[ 0.034378] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored) >01:50:43,508 DEBUG kernel:[ 0.034380] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) >01:50:43,508 DEBUG kernel:[ 0.034381] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored) >01:50:43,508 DEBUG kernel:[ 0.034383] PCI: root bus 00: using default resources >01:50:43,508 WARNING kernel:[ 0.034385] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. >01:50:43,508 INFO kernel:[ 0.034414] PCI host bridge to bus 0000:00 >01:50:43,508 DEBUG kernel:[ 0.034417] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff] >01:50:43,508 INFO kernel:[ 0.034419] pci_bus 0000:00: root bus resource [bus 00-ff] >01:50:43,508 INFO kernel:[ 0.034420] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] >01:50:43,508 INFO kernel:[ 0.034422] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff] >01:50:43,508 DEBUG kernel:[ 0.034467] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 >01:50:43,508 DEBUG kernel:[ 0.035037] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 >01:50:43,508 DEBUG kernel:[ 0.035620] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 >01:50:43,508 DEBUG kernel:[ 0.036331] pci 0000:00:01.1: reg 20: [io 0xc460-0xc46f] >01:50:43,508 DEBUG kernel:[ 0.036732] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 >01:50:43,508 DEBUG kernel:[ 0.037468] pci 0000:00:01.2: reg 20: [io 0xc3c0-0xc3df] >01:50:43,508 DEBUG kernel:[ 0.037868] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 >01:50:43,508 INFO kernel:[ 0.038335] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI >01:50:43,508 INFO kernel:[ 0.038347] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB >01:50:43,508 DEBUG kernel:[ 0.038521] pci 0000:00:02.0: [1b36:0100] type 00 class 0x030000 >01:50:43,508 DEBUG kernel:[ 0.040002] pci 0000:00:02.0: reg 10: [mem 0xf4000000-0xf7ffffff] >01:50:43,508 DEBUG kernel:[ 0.041004] pci 0000:00:02.0: reg 14: [mem 0xf8000000-0xfbffffff] >01:50:43,508 DEBUG kernel:[ 0.043002] pci 0000:00:02.0: reg 18: [mem 0xfc024000-0xfc025fff] >01:50:43,508 DEBUG kernel:[ 0.044003] pci 0000:00:02.0: reg 1c: [io 0xc3e0-0xc3ff] >01:50:43,508 DEBUG kernel:[ 0.049000] pci 0000:00:02.0: reg 30: [mem 0xfc000000-0xfc00ffff pref] >01:50:43,508 DEBUG kernel:[ 0.049144] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 >01:50:43,508 DEBUG kernel:[ 0.049392] pci 0000:00:03.0: reg 10: [io 0xc400-0xc41f] >01:50:43,508 DEBUG kernel:[ 0.049587] pci 0000:00:03.0: reg 14: [mem 0xfc026000-0xfc026fff] >01:50:43,508 DEBUG kernel:[ 0.050617] pci 0000:00:03.0: reg 30: [mem 0xfc010000-0xfc01ffff pref] >01:50:43,508 DEBUG kernel:[ 0.050952] pci 0000:00:04.0: [8086:2668] type 00 class 0x040300 >01:50:43,508 DEBUG kernel:[ 0.051183] pci 0000:00:04.0: reg 10: [mem 0xfc020000-0xfc023fff] >01:50:43,508 DEBUG kernel:[ 0.052343] pci 0000:00:05.0: [1af4:1003] type 00 class 0x078000 >01:50:43,508 DEBUG kernel:[ 0.052614] pci 0000:00:05.0: reg 10: [io 0xc420-0xc43f] >01:50:43,508 DEBUG kernel:[ 0.052821] pci 0000:00:05.0: reg 14: [mem 0xfc027000-0xfc027fff] >01:50:43,508 DEBUG kernel:[ 0.054183] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.054449] pci 0000:00:06.0: reg 10: [io 0xc000-0xc03f] >01:50:43,508 DEBUG kernel:[ 0.054656] pci 0000:00:06.0: reg 14: [mem 0xfc028000-0xfc028fff] >01:50:43,508 DEBUG kernel:[ 0.056065] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.056345] pci 0000:00:07.0: reg 10: [io 0xc040-0xc07f] >01:50:43,508 DEBUG kernel:[ 0.056567] pci 0000:00:07.0: reg 14: [mem 0xfc029000-0xfc029fff] >01:50:43,508 DEBUG kernel:[ 0.058025] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.058305] pci 0000:00:08.0: reg 10: [io 0xc080-0xc0bf] >01:50:43,508 DEBUG kernel:[ 0.058523] pci 0000:00:08.0: reg 14: [mem 0xfc02a000-0xfc02afff] >01:50:43,508 DEBUG kernel:[ 0.059881] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.060233] pci 0000:00:09.0: reg 10: [io 0xc0c0-0xc0ff] >01:50:43,508 DEBUG kernel:[ 0.060456] pci 0000:00:09.0: reg 14: [mem 0xfc02b000-0xfc02bfff] >01:50:43,508 DEBUG kernel:[ 0.061899] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.062206] pci 0000:00:0a.0: reg 10: [io 0xc100-0xc13f] >01:50:43,508 DEBUG kernel:[ 0.062428] pci 0000:00:0a.0: reg 14: [mem 0xfc02c000-0xfc02cfff] >01:50:43,508 DEBUG kernel:[ 0.063993] pci 0000:00:0b.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.064255] pci 0000:00:0b.0: reg 10: [io 0xc140-0xc17f] >01:50:43,508 DEBUG kernel:[ 0.064461] pci 0000:00:0b.0: reg 14: [mem 0xfc02d000-0xfc02dfff] >01:50:43,508 DEBUG kernel:[ 0.065859] pci 0000:00:0c.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.066116] pci 0000:00:0c.0: reg 10: [io 0xc180-0xc1bf] >01:50:43,508 DEBUG kernel:[ 0.066339] pci 0000:00:0c.0: reg 14: [mem 0xfc02e000-0xfc02efff] >01:50:43,508 DEBUG kernel:[ 0.067779] pci 0000:00:0d.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.068111] pci 0000:00:0d.0: reg 10: [io 0xc1c0-0xc1ff] >01:50:43,508 DEBUG kernel:[ 0.068329] pci 0000:00:0d.0: reg 14: [mem 0xfc02f000-0xfc02ffff] >01:50:43,508 DEBUG kernel:[ 0.069601] pci 0000:00:0e.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.069852] pci 0000:00:0e.0: reg 10: [io 0xc200-0xc23f] >01:50:43,508 DEBUG kernel:[ 0.070099] pci 0000:00:0e.0: reg 14: [mem 0xfc030000-0xfc030fff] >01:50:43,508 DEBUG kernel:[ 0.071440] pci 0000:00:0f.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.071723] pci 0000:00:0f.0: reg 10: [io 0xc240-0xc27f] >01:50:43,508 DEBUG kernel:[ 0.071991] pci 0000:00:0f.0: reg 14: [mem 0xfc031000-0xfc031fff] >01:50:43,508 DEBUG kernel:[ 0.073386] pci 0000:00:10.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.073639] pci 0000:00:10.0: reg 10: [io 0xc280-0xc2bf] >01:50:43,508 DEBUG kernel:[ 0.073841] pci 0000:00:10.0: reg 14: [mem 0xfc032000-0xfc032fff] >01:50:43,508 DEBUG kernel:[ 0.075170] pci 0000:00:11.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.075442] pci 0000:00:11.0: reg 10: [io 0xc2c0-0xc2ff] >01:50:43,508 DEBUG kernel:[ 0.075661] pci 0000:00:11.0: reg 14: [mem 0xfc033000-0xfc033fff] >01:50:43,508 DEBUG kernel:[ 0.077072] pci 0000:00:12.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.077344] pci 0000:00:12.0: reg 10: [io 0xc300-0xc33f] >01:50:43,508 DEBUG kernel:[ 0.077558] pci 0000:00:12.0: reg 14: [mem 0xfc034000-0xfc034fff] >01:50:43,508 DEBUG kernel:[ 0.078878] pci 0000:00:13.0: [1af4:1002] type 00 class 0x050000 >01:50:43,508 DEBUG kernel:[ 0.079055] pci 0000:00:13.0: reg 10: [io 0xc440-0xc45f] >01:50:43,508 DEBUG kernel:[ 0.079946] pci 0000:00:14.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.080220] pci 0000:00:14.0: reg 10: [io 0xc340-0xc37f] >01:50:43,508 DEBUG kernel:[ 0.080434] pci 0000:00:14.0: reg 14: [mem 0xfc035000-0xfc035fff] >01:50:43,508 DEBUG kernel:[ 0.081846] pci 0000:00:15.0: [1af4:1001] type 00 class 0x010000 >01:50:43,508 DEBUG kernel:[ 0.082108] pci 0000:00:15.0: reg 10: [io 0xc380-0xc3bf] >01:50:43,508 DEBUG kernel:[ 0.082329] pci 0000:00:15.0: reg 14: [mem 0xfc036000-0xfc036fff] >01:50:43,508 DEBUG kernel:[ 0.083627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] >01:50:43,508 INFO kernel:[ 0.084075] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM >01:50:43,508 INFO kernel:[ 0.084077] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) >01:50:43,508 INFO kernel:[ 0.091135] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) >01:50:43,508 INFO kernel:[ 0.091232] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) >01:50:43,508 INFO kernel:[ 0.091324] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) >01:50:43,508 INFO kernel:[ 0.091409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) >01:50:43,508 INFO kernel:[ 0.091490] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0 >01:50:43,508 INFO kernel:[ 0.091632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >01:50:43,508 INFO kernel:[ 0.091639] vgaarb: loaded >01:50:43,508 INFO kernel:[ 0.091640] vgaarb: bridge control possible 0000:00:02.0 >01:50:43,508 NOTICE kernel:[ 0.091707] SCSI subsystem initialized >01:50:43,508 INFO kernel:[ 0.091709] ACPI: bus type scsi registered >01:50:43,508 DEBUG kernel:[ 0.091753] libata version 3.00 loaded. >01:50:43,508 INFO kernel:[ 0.091780] ACPI: bus type usb registered >01:50:43,508 INFO kernel:[ 0.091795] usbcore: registered new interface driver usbfs >01:50:43,508 INFO kernel:[ 0.091803] usbcore: registered new interface driver hub >01:50:43,508 INFO kernel:[ 0.091821] usbcore: registered new device driver usb >01:50:43,508 INFO kernel:[ 0.091874] PCI: Using ACPI for IRQ routing >01:50:43,508 DEBUG kernel:[ 0.091876] PCI: pci_cache_line_size set to 64 bytes >01:50:43,508 DEBUG kernel:[ 0.092421] e820: reserve RAM buffer [mem 0x00091c00-0x0009ffff] >01:50:43,508 DEBUG kernel:[ 0.092423] e820: reserve RAM buffer [mem 0x2fffe000-0x2fffffff] >01:50:43,508 INFO kernel:[ 0.092502] NetLabel: Initializing >01:50:43,508 INFO kernel:[ 0.092503] NetLabel: domain hash size = 128 >01:50:43,508 INFO kernel:[ 0.092504] NetLabel: protocols = UNLABELED CIPSOv4 >01:50:43,508 INFO kernel:[ 0.092514] NetLabel: unlabeled traffic allowed by default >01:50:43,508 INFO kernel:[ 0.092563] HPET: 3 timers in total, 0 timers will be used for per-cpu timer >01:50:43,508 INFO kernel:[ 0.092584] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >01:50:43,508 INFO kernel:[ 0.092587] hpet0: 3 comparators, 64-bit 100.000000 MHz counter >01:50:43,508 INFO kernel:[ 0.097020] Switching to clocksource kvm-clock >01:50:43,508 INFO kernel:[ 0.103819] pnp: PnP ACPI init >01:50:43,508 INFO kernel:[ 0.103833] ACPI: bus type pnp registered >01:50:43,508 DEBUG kernel:[ 0.103856] pnp 00:00: [bus 00-ff] >01:50:43,508 DEBUG kernel:[ 0.103858] pnp 00:00: [io 0x0cf8-0x0cff] >01:50:43,508 DEBUG kernel:[ 0.103860] pnp 00:00: [io 0x0000-0x0cf7 window] >01:50:43,508 DEBUG kernel:[ 0.103862] pnp 00:00: [io 0x0d00-0xffff window] >01:50:43,508 DEBUG kernel:[ 0.103864] pnp 00:00: [mem 0x000a0000-0x000bffff window] >01:50:43,508 DEBUG kernel:[ 0.103865] pnp 00:00: [mem 0xe0000000-0xfebfffff window] >01:50:43,508 DEBUG kernel:[ 0.103898] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) >01:50:43,508 DEBUG kernel:[ 0.103909] pnp 00:01: [io 0x0070-0x0071] >01:50:43,508 DEBUG kernel:[ 0.103934] pnp 00:01: [irq 8] >01:50:43,508 DEBUG kernel:[ 0.103935] pnp 00:01: [io 0x0072-0x0077] >01:50:43,508 DEBUG kernel:[ 0.103950] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >01:50:43,508 DEBUG kernel:[ 0.103980] pnp 00:02: [io 0x0060] >01:50:43,508 DEBUG kernel:[ 0.103982] pnp 00:02: [io 0x0064] >01:50:43,508 DEBUG kernel:[ 0.103997] pnp 00:02: [irq 1] >01:50:43,508 DEBUG kernel:[ 0.104028] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) >01:50:43,508 DEBUG kernel:[ 0.104062] pnp 00:03: [irq 12] >01:50:43,508 DEBUG kernel:[ 0.104077] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) >01:50:43,508 DEBUG kernel:[ 0.104098] pnp 00:04: [io 0x03f2-0x03f5] >01:50:43,508 DEBUG kernel:[ 0.104099] pnp 00:04: [io 0x03f7] >01:50:43,508 DEBUG kernel:[ 0.104114] pnp 00:04: [irq 6] >01:50:43,508 DEBUG kernel:[ 0.104116] pnp 00:04: [dma 2] >01:50:43,508 DEBUG kernel:[ 0.104132] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active) >01:50:43,508 DEBUG kernel:[ 0.104219] pnp 00:05: [io 0x03f8-0x03ff] >01:50:43,508 DEBUG kernel:[ 0.104235] pnp 00:05: [irq 4] >01:50:43,508 DEBUG kernel:[ 0.104259] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) >01:50:43,508 DEBUG kernel:[ 0.104381] pnp 00:06: [mem 0xfed00000-0xfed003ff] >01:50:43,508 DEBUG kernel:[ 0.104402] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active) >01:50:43,508 INFO kernel:[ 0.104534] pnp: PnP ACPI: found 7 devices >01:50:43,508 INFO kernel:[ 0.104535] ACPI: ACPI bus type pnp unregistered >01:50:43,508 DEBUG kernel:[ 0.110365] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] >01:50:43,508 DEBUG kernel:[ 0.110367] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff] >01:50:43,508 INFO kernel:[ 0.110395] NET: Registered protocol family 2 >01:50:43,508 INFO kernel:[ 0.111051] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) >01:50:43,508 INFO kernel:[ 0.111865] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >01:50:43,508 INFO kernel:[ 0.112030] TCP: Hash tables configured (established 131072 bind 65536) >01:50:43,508 INFO kernel:[ 0.112052] TCP: reno registered >01:50:43,508 INFO kernel:[ 0.112056] UDP hash table entries: 512 (order: 2, 16384 bytes) >01:50:43,508 INFO kernel:[ 0.112061] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >01:50:43,508 INFO kernel:[ 0.112116] NET: Registered protocol family 1 >01:50:43,508 INFO kernel:[ 0.112125] pci 0000:00:00.0: Limiting direct PCI/PCI transfers >01:50:43,508 INFO kernel:[ 0.112146] pci 0000:00:01.0: PIIX3: Enabling Passive Release >01:50:43,508 INFO kernel:[ 0.112171] pci 0000:00:01.0: Activating ISA DMA hang workarounds >01:50:43,508 WARNING kernel:[ 0.112335] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 >01:50:43,508 DEBUG kernel:[ 0.112473] pci 0000:00:02.0: Boot video device >01:50:43,508 DEBUG kernel:[ 0.112705] PCI: CLS 0 bytes, default 64 >01:50:43,508 INFO kernel:[ 0.112745] Unpacking initramfs... >01:50:43,508 INFO kernel:[ 2.896965] Freeing initrd memory: 26284k freed >01:50:43,508 NOTICE kernel:[ 2.903226] Initialise module verification >01:50:43,508 INFO kernel:[ 2.903266] audit: initializing netlink socket (disabled) >01:50:43,508 NOTICE kernel:[ 2.903277] type=2000 audit(1349315440.902:1): initialized >01:50:43,508 INFO kernel:[ 2.918996] HugeTLB registered 2 MB page size, pre-allocated 0 pages >01:50:43,508 NOTICE kernel:[ 2.920215] VFS: Disk quotas dquot_6.5.2 >01:50:43,508 WARNING kernel:[ 2.920252] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >01:50:43,508 INFO kernel:[ 2.920586] msgmni has been set to 1479 >01:50:43,508 DEBUG kernel:[ 2.920633] SELinux: Registering netfilter hooks >01:50:43,508 INFO kernel:[ 2.920990] alg: No test for stdrng (krng) >01:50:43,508 INFO kernel:[ 2.920994] NET: Registered protocol family 38 >01:50:43,508 NOTICE kernel:[ 2.920995] Key type asymmetric registered >01:50:43,508 NOTICE kernel:[ 2.920997] Asymmetric key parser 'x509' registered >01:50:43,509 INFO kernel:[ 2.921038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >01:50:43,509 INFO kernel:[ 2.921056] io scheduler noop registered >01:50:43,509 INFO kernel:[ 2.921057] io scheduler deadline registered >01:50:43,509 INFO kernel:[ 2.921079] io scheduler cfq registered (default) >01:50:43,509 INFO kernel:[ 2.921165] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >01:50:43,509 INFO kernel:[ 2.921180] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >01:50:43,509 INFO kernel:[ 2.921181] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >01:50:43,509 INFO kernel:[ 2.921261] acpiphp: Slot [3] registered >01:50:43,509 INFO kernel:[ 2.921277] acpiphp: Slot [4] registered >01:50:43,509 INFO kernel:[ 2.921290] acpiphp: Slot [5] registered >01:50:43,509 INFO kernel:[ 2.921303] acpiphp: Slot [6] registered >01:50:43,509 INFO kernel:[ 2.921316] acpiphp: Slot [7] registered >01:50:43,509 INFO kernel:[ 2.921331] acpiphp: Slot [8] registered >01:50:43,509 INFO kernel:[ 2.921345] acpiphp: Slot [9] registered >01:50:43,509 INFO kernel:[ 2.921359] acpiphp: Slot [10] registered >01:50:43,509 INFO kernel:[ 2.921374] acpiphp: Slot [11] registered >01:50:43,509 INFO kernel:[ 2.921389] acpiphp: Slot [12] registered >01:50:43,509 INFO kernel:[ 2.921403] acpiphp: Slot [13] registered >01:50:43,509 INFO kernel:[ 2.921416] acpiphp: Slot [14] registered >01:50:43,509 INFO kernel:[ 2.921429] acpiphp: Slot [15] registered >01:50:43,509 INFO kernel:[ 2.921444] acpiphp: Slot [16] registered >01:50:43,509 INFO kernel:[ 2.921457] acpiphp: Slot [17] registered >01:50:43,509 INFO kernel:[ 2.921471] acpiphp: Slot [18] registered >01:50:43,509 INFO kernel:[ 2.921484] acpiphp: Slot [19] registered >01:50:43,509 INFO kernel:[ 2.921499] acpiphp: Slot [20] registered >01:50:43,509 INFO kernel:[ 2.921512] acpiphp: Slot [21] registered >01:50:43,509 INFO kernel:[ 2.921526] acpiphp: Slot [22] registered >01:50:43,509 INFO kernel:[ 2.921541] acpiphp: Slot [23] registered >01:50:43,509 INFO kernel:[ 2.921574] acpiphp: Slot [24] registered >01:50:43,509 INFO kernel:[ 2.921588] acpiphp: Slot [25] registered >01:50:43,509 INFO kernel:[ 2.921602] acpiphp: Slot [26] registered >01:50:43,509 INFO kernel:[ 2.921615] acpiphp: Slot [27] registered >01:50:43,509 INFO kernel:[ 2.921631] acpiphp: Slot [28] registered >01:50:43,509 INFO kernel:[ 2.921644] acpiphp: Slot [29] registered >01:50:43,509 INFO kernel:[ 2.921658] acpiphp: Slot [30] registered >01:50:43,509 INFO kernel:[ 2.921671] acpiphp: Slot [31] registered >01:50:43,509 INFO kernel:[ 2.921847] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 >01:50:43,509 INFO kernel:[ 2.921850] ACPI: Power Button [PWRF] >01:50:43,509 INFO kernel:[ 2.923763] GHES: HEST is not enabled! >01:50:43,509 WARNING kernel:[ 2.923990] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 >01:50:43,509 DEBUG kernel:[ 2.924065] virtio-pci 0000:00:03.0: setting latency timer to 64 >01:50:43,509 WARNING kernel:[ 2.924341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 >01:50:43,509 DEBUG kernel:[ 2.924372] virtio-pci 0000:00:05.0: setting latency timer to 64 >01:50:43,509 WARNING kernel:[ 2.924612] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 >01:50:43,509 DEBUG kernel:[ 2.924643] virtio-pci 0000:00:06.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.924872] virtio-pci 0000:00:07.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.925089] virtio-pci 0000:00:08.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.925306] virtio-pci 0000:00:09.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.925504] virtio-pci 0000:00:0a.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.925708] virtio-pci 0000:00:0b.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.925903] virtio-pci 0000:00:0c.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.926134] virtio-pci 0000:00:0d.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.926297] virtio-pci 0000:00:0e.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.926482] virtio-pci 0000:00:0f.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.926664] virtio-pci 0000:00:10.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.926839] virtio-pci 0000:00:11.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.927036] virtio-pci 0000:00:12.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.927152] virtio-pci 0000:00:13.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.927330] virtio-pci 0000:00:14.0: setting latency timer to 64 >01:50:43,509 DEBUG kernel:[ 2.927506] virtio-pci 0000:00:15.0: setting latency timer to 64 >01:50:43,509 INFO kernel:[ 2.927599] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >01:50:43,509 INFO kernel:[ 2.950420] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >01:50:43,509 INFO kernel:[ 2.973379] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >01:50:43,509 DEBUG kernel:[ 2.973780] virtio-pci 0000:00:05.0: irq 40 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 2.973804] virtio-pci 0000:00:05.0: irq 41 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 3.001400] Non-volatile memory driver v1.3 >01:50:43,509 INFO kernel:[ 3.001405] Linux agpgart interface v0.103 >01:50:43,509 INFO kernel:[ 3.002253] loop: module loaded >01:50:43,509 DEBUG kernel:[ 3.002316] ata_piix 0000:00:01.1: version 2.13 >01:50:43,509 DEBUG kernel:[ 3.002410] ata_piix 0000:00:01.1: setting latency timer to 64 >01:50:43,509 INFO kernel:[ 3.002739] scsi0 : ata_piix >01:50:43,509 INFO kernel:[ 3.002788] scsi1 : ata_piix >01:50:43,509 INFO kernel:[ 3.002816] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc460 irq 14 >01:50:43,509 INFO kernel:[ 3.002817] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc468 irq 15 >01:50:43,509 INFO kernel:[ 3.002873] libphy: Fixed MDIO Bus: probed >01:50:43,509 INFO kernel:[ 3.002904] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >01:50:43,509 INFO kernel:[ 3.002917] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >01:50:43,509 INFO kernel:[ 3.002925] uhci_hcd: USB Universal Host Controller Interface driver >01:50:43,509 DEBUG kernel:[ 3.002981] uhci_hcd 0000:00:01.2: setting latency timer to 64 >01:50:43,509 INFO kernel:[ 3.002992] uhci_hcd 0000:00:01.2: UHCI Host Controller >01:50:43,509 INFO kernel:[ 3.003045] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 >01:50:43,509 INFO kernel:[ 3.003165] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c3c0 >01:50:43,509 INFO kernel:[ 3.003240] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 >01:50:43,509 INFO kernel:[ 3.003252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >01:50:43,509 INFO kernel:[ 3.003253] usb usb1: Product: UHCI Host Controller >01:50:43,509 INFO kernel:[ 3.003255] usb usb1: Manufacturer: Linux 3.6.0-1.fc18.x86_64 uhci_hcd >01:50:43,509 INFO kernel:[ 3.003256] usb usb1: SerialNumber: 0000:00:01.2 >01:50:43,509 INFO kernel:[ 3.003328] hub 1-0:1.0: USB hub found >01:50:43,509 INFO kernel:[ 3.003332] hub 1-0:1.0: 2 ports detected >01:50:43,509 INFO kernel:[ 3.003441] usbcore: registered new interface driver usbserial >01:50:43,509 INFO kernel:[ 3.003449] usbcore: registered new interface driver usbserial_generic >01:50:43,509 INFO kernel:[ 3.003454] USB Serial support registered for generic >01:50:43,509 INFO kernel:[ 3.003456] usbserial: USB Serial Driver core >01:50:43,509 INFO kernel:[ 3.003488] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 >01:50:43,509 INFO kernel:[ 3.004417] serio: i8042 KBD port at 0x60,0x64 irq 1 >01:50:43,509 INFO kernel:[ 3.004421] serio: i8042 AUX port at 0x60,0x64 irq 12 >01:50:43,509 INFO kernel:[ 3.004487] mousedev: PS/2 mouse device common for all mice >01:50:43,509 INFO kernel:[ 3.004861] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 >01:50:43,509 INFO kernel:[ 3.008684] rtc_cmos 00:01: RTC can wake from S4 >01:50:43,509 INFO kernel:[ 3.009058] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >01:50:43,509 INFO kernel:[ 3.009187] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs >01:50:43,509 INFO kernel:[ 3.009250] device-mapper: uevent: version 1.0.3 >01:50:43,509 INFO kernel:[ 3.009299] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com >01:50:43,509 INFO kernel:[ 3.009353] cpuidle: using governor ladder >01:50:43,509 INFO kernel:[ 3.009354] cpuidle: using governor menu >01:50:43,509 INFO kernel:[ 3.009402] EFI Variables Facility v0.08 2004-May-17 >01:50:43,509 INFO kernel:[ 3.009481] usbcore: registered new interface driver usbhid >01:50:43,509 INFO kernel:[ 3.009482] usbhid: USB HID core driver >01:50:43,509 INFO kernel:[ 3.009497] drop_monitor: Initializing network drop monitor service >01:50:43,509 INFO kernel:[ 3.009572] ip_tables: (C) 2000-2006 Netfilter Core Team >01:50:43,509 INFO kernel:[ 3.009604] TCP: cubic registered >01:50:43,509 INFO kernel:[ 3.009605] Initializing XFRM netlink socket >01:50:43,509 INFO kernel:[ 3.009686] NET: Registered protocol family 10 >01:50:43,509 INFO kernel:[ 3.009815] mip6: Mobile IPv6 >01:50:43,509 INFO kernel:[ 3.009817] NET: Registered protocol family 17 >01:50:43,509 DEBUG kernel:[ 3.009948] PM: Hibernation image not present or could not be loaded. >01:50:43,509 NOTICE kernel:[ 3.009949] Loading module verification certificates >01:50:43,509 NOTICE kernel:[ 3.010829] MODSIGN: Loaded cert 'Fedora kernel signing key: 597e09156e23cfd51d560fc0b6890e180ba98605' >01:50:43,509 INFO kernel:[ 3.010836] registered taskstats version 1 >01:50:43,509 INFO kernel:[ 3.011935] Magic number: 0:215:811 >01:50:43,509 INFO kernel:[ 3.012057] rtc_cmos 00:01: setting system clock to 2012-10-04 01:50:39 UTC (1349315439) >01:50:43,509 DEBUG kernel:[ 3.164923] ata2.01: NODEV after polling detection >01:50:43,509 INFO kernel:[ 3.165865] ata2.00: ATAPI: QEMU DVD-ROM, 1.0,1, max UDMA/100 >01:50:43,509 INFO kernel:[ 3.167189] ata2.00: configured for MWDMA2 >01:50:43,509 NOTICE kernel:[ 3.168707] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 1.0, PQ: 0 ANSI: 5 >01:50:43,509 WARNING kernel:[ 3.169888] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray >01:50:43,509 INFO kernel:[ 3.169893] cdrom: Uniform CD-ROM driver Revision: 3.20 >01:50:43,509 DEBUG kernel:[ 3.170152] sr 1:0:0:0: Attached scsi CD-ROM sr0 >01:50:43,509 NOTICE kernel:[ 3.170268] sr 1:0:0:0: Attached scsi generic sg0 type 5 >01:50:43,509 INFO kernel:[ 3.173732] Freeing unused kernel memory: 1036k freed >01:50:43,509 INFO kernel:[ 3.173956] Write protecting the kernel read-only data: 12288k >01:50:43,509 INFO kernel:[ 3.183930] Freeing unused kernel memory: 1860k freed >01:50:43,509 INFO kernel:[ 3.191700] Freeing unused kernel memory: 1416k freed >01:50:43,509 INFO kernel:[ 3.316072] usb 1-1: new full-speed USB device number 2 using uhci_hcd >01:50:43,509 INFO kernel:[ 3.323549] BIOS EDD facility v0.16 2004-Jun-25, 7 devices found >01:50:43,509 INFO kernel:[ 3.405285] squashfs: version 4.0 (2009/01/31) Phillip Lougher >01:50:43,509 INFO kernel:[ 3.408774] alua: device handler registered >01:50:43,509 INFO kernel:[ 3.411193] emc: device handler registered >01:50:43,509 INFO kernel:[ 3.413455] hp_sw: device handler registered >01:50:43,509 INFO kernel:[ 3.415947] rdac: device handler registered >01:50:43,509 INFO kernel:[ 3.431488] FDC 0 is a S82078B >01:50:43,509 INFO kernel:[ 3.442649] md: raid0 personality registered for level 0 >01:50:43,509 INFO kernel:[ 3.445742] md: raid1 personality registered for level 1 >01:50:43,509 INFO kernel:[ 3.448093] async_tx: api initialized (async) >01:50:43,509 INFO kernel:[ 3.449312] xor: automatically using best checksumming function: >01:50:43,509 INFO kernel:[ 3.459016] generic_sse: 9436.000 MB/sec >01:50:43,509 WARNING kernel:[ 3.479021] raid6: sse2x1 4328 MB/s >01:50:43,509 WARNING kernel:[ 3.496024] raid6: sse2x2 7851 MB/s >01:50:43,509 WARNING kernel:[ 3.513018] raid6: sse2x4 10152 MB/s >01:50:43,509 WARNING kernel:[ 3.513020] raid6: using algorithm sse2x4 (10152 MB/s) >01:50:43,509 WARNING kernel:[ 3.513021] raid6: using intx1 recovery algorithm >01:50:43,509 INFO kernel:[ 3.526861] md: raid6 personality registered for level 6 >01:50:43,509 INFO kernel:[ 3.526866] md: raid5 personality registered for level 5 >01:50:43,509 INFO kernel:[ 3.526869] md: raid4 personality registered for level 4 >01:50:43,509 INFO kernel:[ 3.536563] md: raid10 personality registered for level 10 >01:50:43,509 INFO kernel:[ 3.539375] md: linear personality registered for level -1 >01:50:43,509 INFO kernel:[ 3.548677] device-mapper: multipath: version 1.5.0 loaded >01:50:43,509 INFO kernel:[ 3.551371] device-mapper: multipath round-robin: version 1.0.0 loaded >01:50:43,509 INFO kernel:[ 3.558395] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 >01:50:43,509 INFO kernel:[ 3.558398] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 >01:50:43,509 INFO kernel:[ 3.558401] usb 1-1: Product: QEMU USB Tablet >01:50:43,509 INFO kernel:[ 3.558403] usb 1-1: Manufacturer: QEMU 1.0,1 >01:50:43,509 INFO kernel:[ 3.558405] usb 1-1: SerialNumber: 42 >01:50:43,509 INFO kernel:[ 3.566045] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 >01:50:43,509 INFO kernel:[ 3.599072] input: QEMU 1.0,1 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input3 >01:50:43,509 INFO kernel:[ 3.599160] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 1.0,1 QEMU USB Tablet] on usb-0000:00:01.2-1/input0 >01:50:43,509 INFO kernel:[ 3.603117] RPC: Registered named UNIX socket transport module. >01:50:43,509 INFO kernel:[ 3.603119] RPC: Registered udp transport module. >01:50:43,509 INFO kernel:[ 3.603121] RPC: Registered tcp transport module. >01:50:43,509 INFO kernel:[ 3.603122] RPC: Registered tcp NFSv4.1 backchannel transport module. >01:50:43,509 DEBUG kernel:[ 3.854570] virtio-pci 0000:00:03.0: irq 42 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 3.854625] virtio-pci 0000:00:03.0: irq 43 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 3.854669] virtio-pci 0000:00:03.0: irq 44 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 3.862723] virtio-pci 0000:00:06.0: irq 45 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 3.862759] virtio-pci 0000:00:06.0: irq 46 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 3.908733] tsc: Refined TSC clocksource calibration: 3311.131 MHz >01:50:43,509 INFO kernel:[ 3.993980] vda: vda1 vda2 vda3 >01:50:43,509 DEBUG kernel:[ 3.995489] virtio-pci 0000:00:07.0: irq 47 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 3.995553] virtio-pci 0000:00:07.0: irq 48 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.008690] vdb: >01:50:43,509 DEBUG kernel:[ 4.010260] virtio-pci 0000:00:08.0: irq 49 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.010413] virtio-pci 0000:00:08.0: irq 50 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.053149] vdc: >01:50:43,509 DEBUG kernel:[ 4.056199] virtio-pci 0000:00:09.0: irq 51 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.056429] virtio-pci 0000:00:09.0: irq 52 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.071442] vdd: >01:50:43,509 DEBUG kernel:[ 4.073842] virtio-pci 0000:00:0a.0: irq 53 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.074047] virtio-pci 0000:00:0a.0: irq 54 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.096993] vde: >01:50:43,509 DEBUG kernel:[ 4.100656] virtio-pci 0000:00:0b.0: irq 55 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.100973] virtio-pci 0000:00:0b.0: irq 56 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.117329] vdf: >01:50:43,509 DEBUG kernel:[ 4.121862] virtio-pci 0000:00:0c.0: irq 57 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.124235] virtio-pci 0000:00:0c.0: irq 58 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.144898] vdg: >01:50:43,509 DEBUG kernel:[ 4.151701] virtio-pci 0000:00:0d.0: irq 59 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.151732] virtio-pci 0000:00:0d.0: irq 60 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.167670] vdh: >01:50:43,509 DEBUG kernel:[ 4.173451] virtio-pci 0000:00:0e.0: irq 61 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.173957] virtio-pci 0000:00:0e.0: irq 62 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.199272] vdi: >01:50:43,509 DEBUG kernel:[ 4.205487] virtio-pci 0000:00:0f.0: irq 63 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.205629] virtio-pci 0000:00:0f.0: irq 64 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.223599] vdj: >01:50:43,509 DEBUG kernel:[ 4.228256] virtio-pci 0000:00:10.0: irq 65 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.228633] virtio-pci 0000:00:10.0: irq 66 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.245179] vdk: >01:50:43,509 DEBUG kernel:[ 4.249909] virtio-pci 0000:00:11.0: irq 67 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.249971] virtio-pci 0000:00:11.0: irq 68 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.265151] vdl: >01:50:43,509 DEBUG kernel:[ 4.269719] virtio-pci 0000:00:12.0: irq 69 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.270120] virtio-pci 0000:00:12.0: irq 70 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.287987] vdm: >01:50:43,509 DEBUG kernel:[ 4.289156] virtio-pci 0000:00:14.0: irq 71 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.289326] virtio-pci 0000:00:14.0: irq 72 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.301940] vdn: >01:50:43,509 DEBUG kernel:[ 4.303650] virtio-pci 0000:00:15.0: irq 73 for MSI/MSI-X >01:50:43,509 DEBUG kernel:[ 4.303995] virtio-pci 0000:00:15.0: irq 74 for MSI/MSI-X >01:50:43,509 INFO kernel:[ 4.327790] vdo: >01:50:43,509 DEBUG kernel:[ 4.638674] ISO 9660 Extensions: Microsoft Joliet Level 3 >01:50:43,509 DEBUG kernel:[ 4.643362] ISO 9660 Extensions: RRIP_1991A >01:50:43,509 INFO kernel:[ 4.765448] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >01:50:43,509 DEBUG kernel:[ 5.534421] SELinux: 2048 avtab hash slots, 94105 rules. >01:50:43,509 DEBUG kernel:[ 5.552304] SELinux: 2048 avtab hash slots, 94105 rules. >01:50:43,509 DEBUG kernel:[ 5.665021] SELinux: 9 users, 15 roles, 4245 types, 234 bools, 1 sens, 1024 cats >01:50:43,509 DEBUG kernel:[ 5.665025] SELinux: 83 classes, 94105 rules >01:50:43,509 INFO kernel:[ 5.669499] SELinux: Permission compromise_kernel in class capability2 not defined in policy. >01:50:43,509 INFO kernel:[ 5.669504] SELinux: the above unknown classes and permissions will be allowed >01:50:43,509 DEBUG kernel:[ 5.669511] SELinux: Completing initialization. >01:50:43,509 DEBUG kernel:[ 5.669512] SELinux: Setting up existing superblocks. >01:50:43,509 DEBUG kernel:[ 5.669518] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.669523] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.669532] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.669535] SELinux: initialized (dev proc, type proc), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.669545] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.669555] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.669979] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >01:50:43,509 DEBUG kernel:[ 5.669983] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670465] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >01:50:43,509 DEBUG kernel:[ 5.670472] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670474] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670484] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670488] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670493] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670501] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670707] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670709] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670713] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670793] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 5.670814] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670817] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670821] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670833] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670838] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670840] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670843] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670845] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670850] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670854] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670857] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 5.670866] SELinux: initialized (dev loop0, type squashfs), uses xattr >01:50:43,509 DEBUG kernel:[ 5.670881] SELinux: initialized (dev dm-0, type ext4), uses xattr >01:50:43,509 NOTICE kernel:[ 5.672587] type=1403 audit(1349315442.159:2): policy loaded auid=4294967295 ses=4294967295 >01:50:43,509 DEBUG kernel:[ 6.050258] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >01:50:43,509 DEBUG kernel:[ 6.193948] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 6.246176] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >01:50:43,509 DEBUG kernel:[ 6.310249] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >01:50:43,509 NOTICE kernel:[ 6.635876] type=1400 audit(1349315443.122:3): avc: denied { create } for pid=471 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >01:50:43,509 NOTICE kernel:[ 6.637867] type=1400 audit(1349315443.124:4): avc: denied { setattr } for pid=471 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=54107 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >01:50:43,509 NOTICE kernel:[ 6.637901] type=1400 audit(1349315443.124:5): avc: denied { relabelfrom } for pid=471 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=54107 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >01:50:43,659 INFO NetworkManager: <info> NetworkManager (version 0.9.7.0-1.git20120820.fc18) is starting... >01:50:43,659 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >01:50:43,659 INFO NetworkManager: <info> WEXT support is enabled >01:50:43,695 NOTICE kernel:[ 7.204955] type=1400 audit(1349315443.691:6): avc: denied { read } for pid=502 comm="bash" name=".profile" dev="dm-0" ino=18035 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >01:50:43,695 NOTICE kernel:[ 7.204964] type=1400 audit(1349315443.691:7): avc: denied { open } for pid=502 comm="bash" path="/root/.profile" dev="dm-0" ino=18035 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >01:50:43,734 NOTICE kernel:[ 7.230081] type=1400 audit(1349315443.717:8): avc: denied { read } for pid=502 comm="bash" name="linux" dev="dm-0" ino=16923 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >01:50:43,734 NOTICE kernel:[ 7.230096] type=1400 audit(1349315443.717:9): avc: denied { open } for pid=502 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=16923 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >01:50:43,734 NOTICE kernel:[ 7.230106] type=1400 audit(1349315443.717:10): avc: denied { getattr } for pid=502 comm="bash" path="/usr/share/terminfo/l/linux" dev="dm-0" ino=16923 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >01:50:43,905 INFO dbus-daemon: dbus[508]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >01:50:43,906 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >01:50:44,046 INFO polkitd: Started polkitd version 0.107 >01:50:44,150 INFO dbus-daemon: dbus[508]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >01:50:44,150 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >01:50:44,185 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >01:50:44,186 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >01:50:44,186 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >01:50:44,187 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >01:50:44,187 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >01:50:44,188 INFO NetworkManager: <info> trying to start the modem manager... >01:50:44,201 INFO dbus-daemon: dbus[508]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >01:50:44,201 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >01:50:44,206 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >01:50:44,253 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >01:50:44,260 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >01:50:44,277 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >01:50:44,278 INFO NetworkManager: <info> Networking is enabled by state file >01:50:44,282 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >01:50:44,283 INFO NetworkManager: <info> (eth0): carrier is OFF >01:50:44,283 ERR NetworkManager: <error> [1349315444.282446] [nm-device-ethernet.c:456] real_update_permanent_hw_address(): (eth0): unable to read permanent MAC address (error 0) >01:50:44,286 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'virtio_net' ifindex: 2) >01:50:44,286 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >01:50:44,287 INFO NetworkManager: <info> (eth0): now managed >01:50:44,287 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2] >01:50:44,289 INFO NetworkManager: <info> (eth0): bringing up device. >01:50:44,295 INFO NetworkManager: <info> (eth0): carrier now ON (device state 20) >01:50:44,302 INFO NetworkManager: <info> (eth0): preparing device. >01:50:44,304 INFO NetworkManager: <info> (eth0): deactivating device (reason 'managed') [2] >01:50:44,306 INFO NetworkManager: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0 >01:50:44,308 INFO modem-manager: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >01:50:44,309 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >01:50:44,312 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >01:50:44,315 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >01:50:44,316 INFO NetworkManager: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >01:50:44,317 INFO NetworkManager: <info> Auto-activating connection 'Wired connection 1'. >01:50:44,319 INFO NetworkManager: <info> Activation (eth0) starting connection 'Wired connection 1' >01:50:44,328 INFO NetworkManager: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0] >01:50:44,333 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled... >01:50:44,334 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started... >01:50:44,352 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled... >01:50:44,360 INFO NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete. >01:50:44,363 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting... >01:50:44,389 INFO NetworkManager: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0] >01:50:44,390 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful. >01:50:44,398 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >01:50:44,400 INFO NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete. >01:50:44,401 INFO NetworkManager: <info> modem-manager is now available >01:50:44,403 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >01:50:44,423 INFO NetworkManager: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0] >01:50:44,453 INFO NetworkManager: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds) >01:50:44,538 INFO NetworkManager: <info> dhclient started with pid 525 >01:50:44,538 INFO NetworkManager: <info> Activation (eth0) Beginning IP6 addrconf. >01:50:44,564 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >01:50:44,589 INFO dbus-daemon: modem-manager[518]: <info> ModemManager (version 0.6.0.0-1.fc18) starting... >01:50:44,633 INFO dbus-daemon: dbus[508]: [system] Successfully activated service 'org.freedesktop.ModemManager' >01:50:44,638 INFO systemd: Startup finished in 3s 193ms 724us (kernel) + 2s 581ms 601us (initrd) + 2s 246ms 911us (userspace) = 8s 22ms 236us. >01:50:44,647 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Option' >01:50:44,661 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Wavecom' >01:50:44,661 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'AnyData' >01:50:44,677 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Samsung' >01:50:44,691 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Linktop' >01:50:44,697 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Huawei' >01:50:44,698 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Option High-Speed' >01:50:44,705 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Longcheer' >01:50:44,719 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Gobi' >01:50:44,731 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Ericsson MBM' >01:50:44,732 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'MotoC' >01:50:44,744 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'ZTE' >01:50:44,763 INFO modem-manager: <info> Loaded plugin 'Option' >01:50:44,777 INFO modem-manager: <info> Loaded plugin 'Wavecom' >01:50:44,777 INFO modem-manager: <info> Loaded plugin 'AnyData' >01:50:44,781 INFO modem-manager: <info> Loaded plugin 'Samsung' >01:50:44,781 INFO modem-manager: <info> Loaded plugin 'Linktop' >01:50:44,785 INFO modem-manager: <info> Loaded plugin 'Huawei' >01:50:44,792 INFO modem-manager: <info> Loaded plugin 'Option High-Speed' >01:50:44,796 INFO modem-manager: <info> Loaded plugin 'Longcheer' >01:50:44,797 INFO modem-manager: <info> Loaded plugin 'Gobi' >01:50:44,800 INFO modem-manager: <info> Loaded plugin 'Ericsson MBM' >01:50:44,801 INFO modem-manager: <info> Loaded plugin 'MotoC' >01:50:44,802 INFO modem-manager: <info> Loaded plugin 'ZTE' >01:50:44,803 INFO modem-manager: <info> Loaded plugin 'SimTech' >01:50:44,819 INFO modem-manager: <info> Loaded plugin 'Nokia' >01:50:44,832 INFO modem-manager: <info> Loaded plugin 'Sierra' >01:50:44,839 INFO modem-manager: <info> Loaded plugin 'X22X' >01:50:44,840 INFO modem-manager: <info> Loaded plugin 'Novatel' >01:50:44,840 INFO modem-manager: <info> Loaded plugin 'Iridium' >01:50:44,842 INFO modem-manager: <info> Loaded plugin 'Cinterion' >01:50:44,843 INFO modem-manager: <info> Loaded plugin 'Generic' >01:50:44,857 INFO modem-manager: <info> Successfully loaded 20 plugins >01:50:44,857 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'SimTech' >01:50:44,864 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Nokia' >01:50:44,864 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Sierra' >01:50:44,865 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'X22X' >01:50:44,878 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Novatel' >01:50:44,880 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Iridium' >01:50:44,887 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Cinterion' >01:50:44,887 INFO dbus-daemon: modem-manager[518]: <info> Loaded plugin 'Generic' >01:50:44,889 INFO dbus-daemon: modem-manager[518]: <info> Successfully loaded 20 plugins >01:50:44,896 INFO dhclient: Internet Systems Consortium DHCP Client 4.2.4-P2 >01:50:44,903 INFO dhclient: Copyright 2004-2012 Internet Systems Consortium. >01:50:44,904 INFO dhclient: All rights reserved. >01:50:44,906 INFO dhclient: For info, please visit https://www.isc.org/software/dhcp/ >01:50:44,907 INFO dhclient: >01:50:44,908 INFO NetworkManager: <info> (eth0): DHCPv4 state changed nbi -> preinit >01:50:44,921 INFO dhclient: Listening on LPF/eth0/52:54:00:b8:27:95 >01:50:44,922 INFO dhclient: Sending on LPF/eth0/52:54:00:b8:27:95 >01:50:44,923 INFO dhclient: Sending on Socket/fallback >01:50:44,923 INFO dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x4d3d9cb7) >01:50:45,047 ERR systemd-udevd: ctx=0x7f1c0078a9c0 path=/lib/modules/3.6.0-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >01:50:45,047 ERR systemd-udevd: ctx=0x7f1c0078a9c0 path=/lib/modules/3.6.0-1.fc18.x86_64/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory >01:50:45,083 INFO kernel:[ 8.595446] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 >01:50:45,348 ERR systemd-udevd: ctx=0x7f1c0078a9c0 path=/lib/modules/3.6.0-1.fc18.x86_64/kernel/sound/core/snd-pcm.ko error=No such file or directory >01:50:45,439 WARNING kernel:[ 8.951873] microcode: AMD CPU family 0x6 not supported >01:50:45,465 ERR systemd-udevd: ctx=0x7f1c0078a9c0 path=/lib/modules/3.6.0-1.fc18.x86_64/kernel/arch/x86/kvm/kvm.ko error=No such file or directory >01:50:45,638 WARNING NetworkManager: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring... >01:50:47,345 NOTICE kernel:[ 10.857264] type=1400 audit(1349315447.344:11): avc: denied { read write } for pid=569 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=7311 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >01:50:47,353 WARNING kernel:[ 10.865830] auditd (570): /proc/570/oom_adj is deprecated, please use /proc/570/oom_score_adj instead. >01:50:47,657 INFO dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x4d3d9cb7) >01:50:47,658 INFO dhclient: DHCPOFFER from 192.168.0.1 >01:50:47,667 INFO dhclient: DHCPACK from 192.168.0.1 (xid=0x4d3d9cb7) >01:50:47,670 INFO NetworkManager: <info> (eth0): DHCPv4 state changed preinit -> bound >01:50:47,670 INFO NetworkManager: <info> address 192.168.0.121 >01:50:47,671 INFO NetworkManager: <info> prefix 24 (255.255.255.0) >01:50:47,671 INFO NetworkManager: <info> gateway 192.168.0.1 >01:50:47,671 INFO NetworkManager: <info> nameserver '192.168.0.1' >01:50:47,671 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >01:50:47,672 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >01:50:47,674 INFO dhclient: bound to 192.168.0.121 -- renewal in 33807 seconds. >01:50:48,675 INFO NetworkManager: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0] >01:50:48,677 INFO NetworkManager: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS. >01:50:48,678 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >01:50:48,683 INFO dbus-daemon: dbus[508]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >01:50:48,684 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >01:50:48,690 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >01:50:48,715 INFO dbus-daemon: dbus[508]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >01:50:48,717 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >01:50:48,941 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 14: /sbin/chkconfig: No such file or directory >01:50:49,032 INFO dbus-daemon: Failed to issue method call: Unit chronyd.service is not loaded. >01:50:51,912 INFO chrony-helper: tr: write error: Broken pipe >01:50:51,912 INFO chrony-helper: tr: write error >01:50:51,947 INFO chronyd: chronyd version 1.27-git1ca844 starting >01:50:51,949 INFO chronyd: Linux kernel major=3 minor=6 patch=0 >01:50:51,949 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 >01:50:52,745 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >01:50:52,745 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >01:50:52,745 NOTICE NetworkManager: ifcfg-rh: read connection 'System eth0' >01:50:52,747 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >01:50:56,166 INFO kernel:[ 19.677200] EXT4-fs (vda1): INFO: recovery required on readonly filesystem >01:50:56,166 INFO kernel:[ 19.677204] EXT4-fs (vda1): write access will be enabled during recovery >01:50:56,166 INFO kernel:[ 19.677988] EXT4-fs (vda1): recovery complete >01:50:56,202 INFO kernel:[ 19.713880] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) >01:50:56,208 DEBUG kernel:[ 19.718070] SELinux: initialized (dev vda1, type ext4), uses xattr >01:50:56,340 INFO kernel:[ 19.852994] EXT4-fs (vda3): INFO: recovery required on readonly filesystem >01:50:56,340 INFO kernel:[ 19.852996] EXT4-fs (vda3): write access will be enabled during recovery >01:50:57,092 INFO kernel:[ 20.603830] EXT4-fs (vda3): recovery complete >01:50:57,116 INFO kernel:[ 20.627088] EXT4-fs (vda3): mounted filesystem with ordered data mode. Opts: (null) >01:50:57,116 DEBUG kernel:[ 20.627107] SELinux: initialized (dev vda3, type ext4), uses xattr >01:50:57,358 INFO chronyd: Selected source 66.60.22.202 >01:50:57,358 WARNING chronyd: System clock wrong by 144.160099 seconds, adjustment started >01:53:21,518 WARNING chronyd: System clock was stepped by 144.160 seconds >01:53:23,382 INFO chronyd: Selected source 190.210.97.193 >01:53:28,650 INFO NetworkManager: <info> (eth0): IP6 addrconf timed out or failed. >01:53:28,653 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled... >01:53:28,653 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started... >01:53:28,653 INFO NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete. >01:53:43,392 INFO kernel:[ 43.333160] Btrfs loaded >01:53:43,510 INFO kernel:[ 43.451309] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >01:54:27,329 INFO chronyd: Selected source 200.11.116.1 >01:54:27,945 WARNING chronyd: System clock wrong by 0.583226 seconds, adjustment started >01:56:14,751 INFO kernel:[ 194.692650] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) >01:56:14,751 DEBUG kernel:[ 194.692882] SELinux: initialized (dev vda1, type ext4), uses xattr >01:56:14,844 INFO kernel:[ 194.785105] EXT4-fs (vda3): mounted filesystem with ordered data mode. Opts: (null) >01:56:14,844 DEBUG kernel:[ 194.785117] SELinux: initialized (dev vda3, type ext4), uses xattr >01:56:36,381 INFO chronyd: Selected source 190.210.97.193
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 862948
: 621244 |
621245
|
621246
|
621247
|
621248
|
621249
|
621250
|
621251
|
621252
|
621253
|
621254
|
621255
|
621256
|
621257
|
621881
|
624371