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 604433 Details for
Bug 848173
PartitioningError: /boot filesystem cannot be of type partition
[?]
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), 275.17 KB, created by
Mark Hamzy
on 2012-08-14 20:03:54 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Mark Hamzy
Created:
2012-08-14 20:03:54 UTC
Size:
275.17 KB
patch
obsolete
>anaconda 18.4 exception report >Traceback (most recent call first): > File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 327, in doAutoPartition > raise exn > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 259, in execute > doAutoPartition(storage, ksdata) > File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1595, in doKickstartStorage > ksdata.autopart.execute(storage, ksdata, instClass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 324, in execute > doKickstartStorage(self.storage, self.data, self.instclass) > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 107, in _runSpoke > action.execute() > File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 317, in _on_spoke_clicked > self._runSpoke(spoke) >PartitioningError: /boot filesystem cannot be of type partition > >Local variables in innermost frame: >errors: ['/boot filesystem cannot be of type partition'] >d: existing 608MB cdrom sr0 (5) with existing iso9660 filesystem >warnings: [] >exn: /boot filesystem cannot be of type partition >disks: [DiskDevice instance (0xfff96dd45d0) -- > name = sda status = True kids = 4 id = 0 > parents = [] > uuid = None size = 30720.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c290> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0xfff96d8c690>] >storage: <pyanaconda.storage.Storage object at 0xfff9731ec10> >devs: [] >p: PartSpec instance (0xfff9381d710) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4048 maxSize = None grow = False > >error: /boot filesystem cannot be of type partition >data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Use CDROM installation media >cdrom ># System language >lang en_US ># Run the Setup Agent on first boot >firstboot --enable >ignoredisk --only-use=sda ># Keyboard layouts >keyboard 'us'# Installation logging level >logging --level=info >#Root password >rootpw --lock ># System timezone >timezone America/New_York ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda >autopart --type=plain ># Partition clearing information >clearpart --all --initlabel --drives=sda > >%packages >@base-x >@fonts >@gnome-desktop > >%end > > > > >Exception occurred during state dump: >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 397, in dump > ret += self._dumpClass(obj, skipList=idSkipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 325, in _dumpClass > ret += self._dumpClass(item, level + 1, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 343, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 349, in _dumpClass > ret += self._dumpClass(value, level + 1, parentkey=curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 343, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 343, in _dumpClass > ret += self._dumpClass(v, level + 1, parentkey = curkey, skipList=skipList) > File "/usr/lib/python2.7/site-packages/meh/dump.py", line 297, in _dumpClass > for key, value in instance.__dict__.items(): >AttributeError: 'sqlite3.Connection' object has no attribute '__dict__' > > >/tmp/anaconda.log: >19:51:10,962 INFO anaconda: /sbin/anaconda 18.4 >19:51:25,294 INFO anaconda: 4194304 kB (4096 MB) are available >19:51:25,294 INFO anaconda: check_memory(): total:4096, needed:768, graphical:1280 >19:51:25,397 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >19:51:25,401 INFO anaconda: Default encoding = utf-8 >19:51:26,234 INFO anaconda: ISCSID is /sbin/iscsid >19:51:26,240 INFO anaconda: no initiator set >19:51:26,842 INFO anaconda: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >19:51:26,842 INFO anaconda: no /etc/zfcp.conf; not configuring zfcp >19:51:28,244 INFO anaconda: Display mode = g >19:51:28,256 INFO anaconda: 4194304 kB (4096 MB) are available >19:51:28,256 INFO anaconda: check_memory(): total:4096, needed:768, graphical:1280 >19:51:28,256 INFO anaconda.stdout: Starting VNC... >19:51:29,087 INFO anaconda: IPs (using first) of device eth0: ['9.5.250.145'] >19:51:30,220 INFO anaconda.stdout: The VNC server is now running. >19:51:30,223 WARN anaconda.stdout: > >WARNING!!! VNC server running with NO PASSWORD! >You can use the vncpassword=<password> boot option >if you would like to secure the server. > > >19:51:30,224 INFO anaconda.stdout: Please manually connect your vnc client to sharpie.rchland.ibm.com:1 (9.5.250.145) to begin the install. >19:51:30,246 INFO anaconda: Starting window manager, pid 1087. >19:51:38,087 INFO anaconda: using only installclass _Fedora >19:51:38,619 INFO anaconda: Detected 4048M of memory >19:51:38,623 INFO anaconda: Swap attempt of 4048M >19:51:41,429 INFO anaconda: no initiator set >19:51:46,858 DEBUG anaconda: required disklabel type for sda (1) is None >19:51:46,860 DEBUG anaconda: default disklabel type for sda is msdos >19:51:46,863 DEBUG anaconda: selecting msdos disklabel for sda based on size >19:52:09,126 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda2 on /mnt/sysimage as ext4 with options defaults,ro >19:52:09,263 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:52:10,704 DEBUG anaconda: isys.py:mount()- going to mount /dev/loop1 on /mnt/sysimage as ext4 with options defaults,ro >19:52:10,762 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-rw on /mnt/sysimage as ext4 with options defaults,ro >19:52:13,229 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/VolGroup-lv_root on /mnt/sysimage as ext4 with options defaults,ro >19:52:13,806 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >19:52:17,070 DEBUG anaconda: notifying kernel of 'change' event on device /sys/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0 >19:52:18,050 DEBUG anaconda: isys.py:mount()- going to mount /dev/sr0 on /mnt/install/source as iso9660 with options ro >19:52:18,120 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/install/source, removeDir = False >19:52:18,173 DEBUG anaconda: isys.py:mount()- going to mount /dev/sr0 on /mnt/install/source as iso9660 with options ro >15:55:22,134 WARN anaconda: /usr/lib64/python2.7/site-packages/gi/types.py:43: Warning: g_object_disconnect: invalid signal spec "button-release-event" > return info.invoke(*args, **kwargs) > >15:55:38,341 DEBUG anaconda: required disklabel type for sda (1) is None >15:55:38,345 DEBUG anaconda: default disklabel type for sda is msdos >15:55:38,348 DEBUG anaconda: selecting msdos disklabel for sda based on size >15:55:39,585 INFO anaconda: Detected 4048M of memory >15:55:39,588 INFO anaconda: Swap attempt of 4048M >15:55:41,136 INFO anaconda: no initiator set >15:55:42,989 DEBUG anaconda: required disklabel type for sda (1) is None >15:55:42,989 DEBUG anaconda: default disklabel type for sda is msdos >15:55:42,992 DEBUG anaconda: selecting msdos disklabel for sda based on size >15:55:52,861 DEBUG anaconda: isys.py:mount()- going to mount /dev/sda2 on /mnt/sysimage as ext4 with options defaults,ro >15:55:52,982 DEBUG anaconda: isys.py:umount()- going to unmount /mnt/sysimage, removeDir = False >15:55:54,396 DEBUG anaconda: isys.py:mount()- going to mount /dev/loop1 on /mnt/sysimage as ext4 with options defaults,ro >15:55:54,477 DEBUG anaconda: isys.py:mount()- going to mount /dev/mapper/live-rw on /mnt/sysimage as ext4 with options defaults,ro > > >/tmp/program.log: >19:51:26,020 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:51:26,254 INFO program: Running... modprobe fcoe >19:51:26,706 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >19:51:26,839 INFO program: No FCoE boot disk information is found in EDD! >19:51:26,848 INFO program: Running... modprobe scsi_wait_scan >19:51:26,945 INFO program: Running... rmmod scsi_wait_scan >19:51:27,026 INFO program: Running... udevadm settle --timeout=300 >19:51:27,931 INFO program: Running... multipath -d >19:51:28,089 INFO program: create: mpatha (SAIX_VDASD_00c0061a00004c00000001312047a27a.8) undef AIX,VDASD >19:51:28,096 INFO program: size=30G features='0' hwhandler='0' wp=undef >19:51:28,096 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >19:51:28,096 INFO program: `- 0:0:1:0 sda 8:0 undef ready running >19:51:28,110 INFO program: Running... multipath -ll >19:51:30,251 INFO program: Running... metacity --display :1 --sm-disable >19:51:35,073 ERR program: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. >19:51:38,908 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >19:51:38,909 INFO program: Running... systemctl start chronyd.service >19:51:42,858 INFO program: Running... modprobe scsi_wait_scan >19:51:43,038 INFO program: Running... rmmod scsi_wait_scan >19:51:43,287 INFO program: Running... udevadm settle --timeout=300 >19:51:44,346 INFO program: Running... modprobe scsi_wait_scan >19:51:44,547 INFO program: Running... rmmod scsi_wait_scan >19:51:44,827 INFO program: Running... udevadm settle --timeout=300 >19:51:46,446 INFO program: Running... multipath -d >19:51:46,581 INFO program: create: mpatha (SAIX_VDASD_00c0061a00004c00000001312047a27a.8) undef AIX,VDASD >19:51:46,582 INFO program: size=30G features='0' hwhandler='0' wp=undef >19:51:46,582 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >19:51:46,582 INFO program: `- 0:0:1:0 sda 8:0 undef ready running >19:51:46,587 INFO program: Running... multipath -ll >19:51:47,946 INFO program: Running... dumpe2fs -h /dev/sda2 >19:51:48,095 INFO program: Filesystem volume name: <none> >19:51:48,102 INFO program: Last mounted on: /boot >19:51:48,102 INFO program: Filesystem UUID: 072619ac-3691-4e57-b098-92bb3592a515 >19:51:48,102 INFO program: Filesystem magic number: 0xEF53 >19:51:48,102 INFO program: Filesystem revision #: 1 (dynamic) >19:51:48,102 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 >19:51:48,102 INFO program: Filesystem flags: unsigned_directory_hash >19:51:48,102 INFO program: Default mount options: (none) >19:51:48,103 INFO program: Filesystem state: clean >19:51:48,104 INFO program: Errors behavior: Continue >19:51:48,104 INFO program: Filesystem OS type: Linux >19:51:48,104 INFO program: Inode count: 128016 >19:51:48,105 INFO program: Block count: 512000 >19:51:48,105 INFO program: Reserved block count: 25600 >19:51:48,111 INFO program: Free blocks: 401126 >19:51:48,112 INFO program: Free inodes: 127990 >19:51:48,119 INFO program: First block: 1 >19:51:48,119 INFO program: Block size: 1024 >19:51:48,120 INFO program: Fragment size: 1024 >19:51:48,123 INFO program: Reserved GDT blocks: 256 >19:51:48,124 INFO program: Blocks per group: 8192 >19:51:48,124 INFO program: Fragments per group: 8192 >19:51:48,125 INFO program: Inodes per group: 2032 >19:51:48,132 INFO program: Inode blocks per group: 254 >19:51:48,136 INFO program: Flex block group size: 16 >19:51:48,136 INFO program: Filesystem created: Fri Jul 27 18:05:32 2012 >19:51:48,140 INFO program: Last mount time: Fri Jul 27 18:17:41 2012 >19:51:48,146 INFO program: Last write time: Fri Jul 27 18:40:01 2012 >19:51:48,147 INFO program: Mount count: 2 >19:51:48,147 INFO program: Maximum mount count: 32 >19:51:48,151 INFO program: Last checked: Fri Jul 27 18:05:32 2012 >19:51:48,152 INFO program: Check interval: 15552000 (6 months) >19:51:48,152 INFO program: Next check after: Wed Jan 23 18:05:32 2013 >19:51:48,158 INFO program: Lifetime writes: 107 MB >19:51:48,162 INFO program: Reserved blocks uid: 0 (user root) >19:51:48,162 INFO program: Reserved blocks gid: 0 (group root) >19:51:48,168 INFO program: First inode: 11 >19:51:48,174 INFO program: Inode size: 128 >19:51:48,174 INFO program: Journal inode: 8 >19:51:48,177 INFO program: Default directory hash: half_md4 >19:51:48,183 INFO program: Directory Hash Seed: 17c0fcdd-0efd-452f-a42a-f67077146be4 >19:51:48,183 INFO program: Journal backup: inode blocks >19:51:48,184 INFO program: Journal features: (none) >19:51:48,187 INFO program: Journal size: 8M >19:51:48,192 INFO program: Journal length: 8192 >19:51:48,193 INFO program: Journal sequence: 0x00000020 >19:51:48,193 INFO program: Journal start: 0 >19:51:48,201 INFO program: >19:51:48,202 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:48,205 INFO program: Running... dumpe2fs -h /dev/sda2 >19:51:48,274 INFO program: Filesystem volume name: <none> >19:51:48,274 INFO program: Last mounted on: /boot >19:51:48,274 INFO program: Filesystem UUID: 072619ac-3691-4e57-b098-92bb3592a515 >19:51:48,277 INFO program: Filesystem magic number: 0xEF53 >19:51:48,277 INFO program: Filesystem revision #: 1 (dynamic) >19:51:48,285 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 >19:51:48,287 INFO program: Filesystem flags: unsigned_directory_hash >19:51:48,287 INFO program: Default mount options: (none) >19:51:48,288 INFO program: Filesystem state: clean >19:51:48,289 INFO program: Errors behavior: Continue >19:51:48,289 INFO program: Filesystem OS type: Linux >19:51:48,289 INFO program: Inode count: 128016 >19:51:48,289 INFO program: Block count: 512000 >19:51:48,289 INFO program: Reserved block count: 25600 >19:51:48,289 INFO program: Free blocks: 401126 >19:51:48,289 INFO program: Free inodes: 127990 >19:51:48,290 INFO program: First block: 1 >19:51:48,290 INFO program: Block size: 1024 >19:51:48,292 INFO program: Fragment size: 1024 >19:51:48,292 INFO program: Reserved GDT blocks: 256 >19:51:48,296 INFO program: Blocks per group: 8192 >19:51:48,301 INFO program: Fragments per group: 8192 >19:51:48,301 INFO program: Inodes per group: 2032 >19:51:48,304 INFO program: Inode blocks per group: 254 >19:51:48,306 INFO program: Flex block group size: 16 >19:51:48,309 INFO program: Filesystem created: Fri Jul 27 18:05:32 2012 >19:51:48,309 INFO program: Last mount time: Fri Jul 27 18:17:41 2012 >19:51:48,314 INFO program: Last write time: Fri Jul 27 18:40:01 2012 >19:51:48,320 INFO program: Mount count: 2 >19:51:48,321 INFO program: Maximum mount count: 32 >19:51:48,321 INFO program: Last checked: Fri Jul 27 18:05:32 2012 >19:51:48,325 INFO program: Check interval: 15552000 (6 months) >19:51:48,331 INFO program: Next check after: Wed Jan 23 18:05:32 2013 >19:51:48,332 INFO program: Lifetime writes: 107 MB >19:51:48,334 INFO program: Reserved blocks uid: 0 (user root) >19:51:48,339 INFO program: Reserved blocks gid: 0 (group root) >19:51:48,339 INFO program: First inode: 11 >19:51:48,342 INFO program: Inode size: 128 >19:51:48,347 INFO program: Journal inode: 8 >19:51:48,347 INFO program: Default directory hash: half_md4 >19:51:48,353 INFO program: Directory Hash Seed: 17c0fcdd-0efd-452f-a42a-f67077146be4 >19:51:48,354 INFO program: Journal backup: inode blocks >19:51:48,358 INFO program: Journal features: (none) >19:51:48,361 INFO program: Journal size: 8M >19:51:48,366 INFO program: Journal length: 8192 >19:51:48,367 INFO program: Journal sequence: 0x00000020 >19:51:48,370 INFO program: Journal start: 0 >19:51:48,374 INFO program: >19:51:48,375 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:48,379 INFO program: Running... resize2fs -P /dev/sda2 >19:51:48,661 INFO program: Estimated minimum size of the filesystem: 101958 >19:51:48,664 ERR program: resize2fs 1.42 (29-Nov-2011) >19:51:50,181 INFO program: Running... dumpe2fs -h /dev/loop1 >19:51:50,238 INFO program: Filesystem volume name: Anaconda >19:51:50,239 INFO program: Last mounted on: / >19:51:50,239 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >19:51:50,239 INFO program: Filesystem magic number: 0xEF53 >19:51:50,239 INFO program: Filesystem revision #: 1 (dynamic) >19:51:50,239 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 >19:51:50,242 INFO program: Filesystem flags: unsigned_directory_hash >19:51:50,242 INFO program: Default mount options: user_xattr acl >19:51:50,248 INFO program: Filesystem state: clean >19:51:50,248 INFO program: Errors behavior: Continue >19:51:50,248 INFO program: Filesystem OS type: Linux >19:51:50,248 INFO program: Inode count: 65536 >19:51:50,248 INFO program: Block count: 1048576 >19:51:50,248 INFO program: Reserved block count: 0 >19:51:50,249 INFO program: Free blocks: 432434 >19:51:50,249 INFO program: Free inodes: 41901 >19:51:50,249 INFO program: First block: 1 >19:51:50,252 INFO program: Block size: 1024 >19:51:50,252 INFO program: Fragment size: 1024 >19:51:50,252 INFO program: Reserved GDT blocks: 256 >19:51:50,257 INFO program: Blocks per group: 8192 >19:51:50,257 INFO program: Fragments per group: 8192 >19:51:50,258 INFO program: Inodes per group: 512 >19:51:50,264 INFO program: Inode blocks per group: 128 >19:51:50,272 INFO program: Flex block group size: 16 >19:51:50,272 INFO program: Filesystem created: Tue Aug 14 18:51:17 2012 >19:51:50,273 INFO program: Last mount time: Tue Aug 14 18:52:12 2012 >19:51:50,273 INFO program: Last write time: Tue Aug 14 18:54:36 2012 >19:51:50,273 INFO program: Mount count: 2 >19:51:50,278 INFO program: Maximum mount count: -1 >19:51:50,279 INFO program: Last checked: Tue Aug 14 18:51:17 2012 >19:51:50,282 INFO program: Check interval: 0 (<none>) >19:51:50,288 INFO program: Lifetime writes: 32 MB >19:51:50,302 INFO program: Reserved blocks uid: 0 (user root) >19:51:50,302 INFO program: Reserved blocks gid: 0 (group root) >19:51:50,303 INFO program: First inode: 11 >19:51:50,303 INFO program: Inode size: 256 >19:51:50,303 INFO program: Required extra isize: 28 >19:51:50,303 INFO program: Desired extra isize: 28 >19:51:50,303 INFO program: Journal inode: 8 >19:51:50,307 INFO program: Default directory hash: half_md4 >19:51:50,307 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >19:51:50,308 INFO program: Journal backup: inode blocks >19:51:50,310 INFO program: Journal features: (none) >19:51:50,316 INFO program: Journal size: 32M >19:51:50,320 INFO program: Journal length: 32768 >19:51:50,320 INFO program: Journal sequence: 0x0000002c >19:51:50,320 INFO program: Journal start: 0 >19:51:50,321 INFO program: >19:51:50,327 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:50,332 INFO program: Running... dumpe2fs -h /dev/loop1 >19:51:50,381 INFO program: Filesystem volume name: Anaconda >19:51:50,384 INFO program: Last mounted on: / >19:51:50,385 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >19:51:50,385 INFO program: Filesystem magic number: 0xEF53 >19:51:50,386 INFO program: Filesystem revision #: 1 (dynamic) >19:51:50,387 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 >19:51:50,387 INFO program: Filesystem flags: unsigned_directory_hash >19:51:50,387 INFO program: Default mount options: user_xattr acl >19:51:50,387 INFO program: Filesystem state: clean >19:51:50,387 INFO program: Errors behavior: Continue >19:51:50,387 INFO program: Filesystem OS type: Linux >19:51:50,388 INFO program: Inode count: 65536 >19:51:50,388 INFO program: Block count: 1048576 >19:51:50,407 INFO program: Reserved block count: 0 >19:51:50,407 INFO program: Free blocks: 432434 >19:51:50,407 INFO program: Free inodes: 41901 >19:51:50,408 INFO program: First block: 1 >19:51:50,408 INFO program: Block size: 1024 >19:51:50,408 INFO program: Fragment size: 1024 >19:51:50,424 INFO program: Reserved GDT blocks: 256 >19:51:50,430 INFO program: Blocks per group: 8192 >19:51:50,431 INFO program: Fragments per group: 8192 >19:51:50,431 INFO program: Inodes per group: 512 >19:51:50,433 INFO program: Inode blocks per group: 128 >19:51:50,433 INFO program: Flex block group size: 16 >19:51:50,440 INFO program: Filesystem created: Tue Aug 14 18:51:17 2012 >19:51:50,440 INFO program: Last mount time: Tue Aug 14 18:52:12 2012 >19:51:50,443 INFO program: Last write time: Tue Aug 14 18:54:36 2012 >19:51:50,451 INFO program: Mount count: 2 >19:51:50,451 INFO program: Maximum mount count: -1 >19:51:50,455 INFO program: Last checked: Tue Aug 14 18:51:17 2012 >19:51:50,480 INFO program: Check interval: 0 (<none>) >19:51:50,486 INFO program: Lifetime writes: 32 MB >19:51:50,486 INFO program: Reserved blocks uid: 0 (user root) >19:51:50,486 INFO program: Reserved blocks gid: 0 (group root) >19:51:50,487 INFO program: First inode: 11 >19:51:50,487 INFO program: Inode size: 256 >19:51:50,487 INFO program: Required extra isize: 28 >19:51:50,487 INFO program: Desired extra isize: 28 >19:51:50,488 INFO program: Journal inode: 8 >19:51:50,491 INFO program: Default directory hash: half_md4 >19:51:50,491 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >19:51:50,494 INFO program: Journal backup: inode blocks >19:51:50,494 INFO program: Journal features: (none) >19:51:50,495 INFO program: Journal size: 32M >19:51:50,495 INFO program: Journal length: 32768 >19:51:50,495 INFO program: Journal sequence: 0x0000002c >19:51:50,508 INFO program: Journal start: 0 >19:51:50,510 INFO program: >19:51:50,511 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:50,511 INFO program: Running... resize2fs -P /dev/loop1 >19:51:50,564 INFO program: Couldn't find valid filesystem superblock. >19:51:50,567 ERR program: resize2fs 1.42 (29-Nov-2011) >19:51:50,572 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >19:51:51,130 INFO program: Running... modprobe scsi_wait_scan >19:51:51,223 INFO program: Running... rmmod scsi_wait_scan >19:51:51,301 INFO program: Running... udevadm settle --timeout=300 >19:51:52,103 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:51:52,163 INFO program: Filesystem volume name: Anaconda >19:51:52,163 INFO program: Last mounted on: / >19:51:52,163 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >19:51:52,170 INFO program: Filesystem magic number: 0xEF53 >19:51:52,171 INFO program: Filesystem revision #: 1 (dynamic) >19:51:52,171 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 >19:51:52,171 INFO program: Filesystem flags: unsigned_directory_hash >19:51:52,171 INFO program: Default mount options: user_xattr acl >19:51:52,171 INFO program: Filesystem state: clean >19:51:52,171 INFO program: Errors behavior: Continue >19:51:52,173 INFO program: Filesystem OS type: Linux >19:51:52,173 INFO program: Inode count: 65536 >19:51:52,179 INFO program: Block count: 1048576 >19:51:52,179 INFO program: Reserved block count: 0 >19:51:52,179 INFO program: Free blocks: 432434 >19:51:52,179 INFO program: Free inodes: 41901 >19:51:52,179 INFO program: First block: 1 >19:51:52,181 INFO program: Block size: 1024 >19:51:52,184 INFO program: Fragment size: 1024 >19:51:52,185 INFO program: Reserved GDT blocks: 256 >19:51:52,185 INFO program: Blocks per group: 8192 >19:51:52,191 INFO program: Fragments per group: 8192 >19:51:52,207 INFO program: Inodes per group: 512 >19:51:52,207 INFO program: Inode blocks per group: 128 >19:51:52,207 INFO program: Flex block group size: 16 >19:51:52,207 INFO program: Filesystem created: Tue Aug 14 18:51:17 2012 >19:51:52,209 INFO program: Last mount time: Tue Aug 14 19:50:19 2012 >19:51:52,210 INFO program: Last write time: Tue Aug 14 19:50:19 2012 >19:51:52,212 INFO program: Mount count: 3 >19:51:52,217 INFO program: Maximum mount count: -1 >19:51:52,217 INFO program: Last checked: Tue Aug 14 18:51:17 2012 >19:51:52,221 INFO program: Check interval: 0 (<none>) >19:51:52,247 INFO program: Lifetime writes: 32 MB >19:51:52,247 INFO program: Reserved blocks uid: 0 (user root) >19:51:52,247 INFO program: Reserved blocks gid: 0 (group root) >19:51:52,247 INFO program: First inode: 11 >19:51:52,248 INFO program: Inode size: 256 >19:51:52,248 INFO program: Required extra isize: 28 >19:51:52,255 INFO program: Desired extra isize: 28 >19:51:52,255 INFO program: Journal inode: 8 >19:51:52,256 INFO program: First orphan inode: 44540 >19:51:52,256 INFO program: Default directory hash: half_md4 >19:51:52,256 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >19:51:52,256 INFO program: Journal backup: inode blocks >19:51:52,261 INFO program: Journal features: (none) >19:51:52,266 INFO program: Journal size: 32M >19:51:52,267 INFO program: Journal length: 32768 >19:51:52,267 INFO program: Journal sequence: 0x0000002d >19:51:52,272 INFO program: Journal start: 1 >19:51:52,272 INFO program: >19:51:52,273 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:52,282 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >19:51:52,328 INFO program: Filesystem volume name: Anaconda >19:51:52,330 INFO program: Last mounted on: / >19:51:52,330 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >19:51:52,331 INFO program: Filesystem magic number: 0xEF53 >19:51:52,331 INFO program: Filesystem revision #: 1 (dynamic) >19:51:52,331 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 >19:51:52,331 INFO program: Filesystem flags: unsigned_directory_hash >19:51:52,338 INFO program: Default mount options: user_xattr acl >19:51:52,340 INFO program: Filesystem state: clean >19:51:52,340 INFO program: Errors behavior: Continue >19:51:52,341 INFO program: Filesystem OS type: Linux >19:51:52,341 INFO program: Inode count: 65536 >19:51:52,341 INFO program: Block count: 1048576 >19:51:52,346 INFO program: Reserved block count: 0 >19:51:52,346 INFO program: Free blocks: 432434 >19:51:52,348 INFO program: Free inodes: 41901 >19:51:52,349 INFO program: First block: 1 >19:51:52,354 INFO program: Block size: 1024 >19:51:52,354 INFO program: Fragment size: 1024 >19:51:52,354 INFO program: Reserved GDT blocks: 256 >19:51:52,355 INFO program: Blocks per group: 8192 >19:51:52,355 INFO program: Fragments per group: 8192 >19:51:52,355 INFO program: Inodes per group: 512 >19:51:52,365 INFO program: Inode blocks per group: 128 >19:51:52,366 INFO program: Flex block group size: 16 >19:51:52,372 INFO program: Filesystem created: Tue Aug 14 18:51:17 2012 >19:51:52,372 INFO program: Last mount time: Tue Aug 14 19:50:19 2012 >19:51:52,373 INFO program: Last write time: Tue Aug 14 19:50:19 2012 >19:51:52,373 INFO program: Mount count: 3 >19:51:52,373 INFO program: Maximum mount count: -1 >19:51:52,377 INFO program: Last checked: Tue Aug 14 18:51:17 2012 >19:51:52,384 INFO program: Check interval: 0 (<none>) >19:51:52,385 INFO program: Lifetime writes: 32 MB >19:51:52,385 INFO program: Reserved blocks uid: 0 (user root) >19:51:52,385 INFO program: Reserved blocks gid: 0 (group root) >19:51:52,385 INFO program: First inode: 11 >19:51:52,392 INFO program: Inode size: 256 >19:51:52,392 INFO program: Required extra isize: 28 >19:51:52,398 INFO program: Desired extra isize: 28 >19:51:52,403 INFO program: Journal inode: 8 >19:51:52,403 INFO program: First orphan inode: 44540 >19:51:52,403 INFO program: Default directory hash: half_md4 >19:51:52,412 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >19:51:52,413 INFO program: Journal backup: inode blocks >19:51:52,413 INFO program: Journal features: (none) >19:51:52,419 INFO program: Journal size: 32M >19:51:52,420 INFO program: Journal length: 32768 >19:51:52,420 INFO program: Journal sequence: 0x0000002d >19:51:52,425 INFO program: Journal start: 1 >19:51:52,427 INFO program: >19:51:52,432 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:52,435 INFO program: Running... resize2fs -P /dev/mapper/live-rw >19:51:52,495 INFO program: Estimated minimum size of the filesystem: 610517 >19:51:52,500 ERR program: resize2fs 1.42 (29-Nov-2011) >19:51:52,596 INFO program: Running... modprobe scsi_wait_scan >19:51:52,664 INFO program: Running... rmmod scsi_wait_scan >19:51:52,766 INFO program: Running... udevadm settle --timeout=300 >19:51:53,685 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup/lv_root >19:51:54,982 INFO program: Running... udevadm settle --timeout=300 >19:51:55,872 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup/lv_swap >19:51:57,055 INFO program: Running... udevadm settle --timeout=300 >19:51:57,858 INFO program: Running... modprobe scsi_wait_scan >19:51:57,948 INFO program: Running... rmmod scsi_wait_scan >19:51:58,081 INFO program: Running... udevadm settle --timeout=300 >19:51:59,061 INFO program: Running... dumpe2fs -h /dev/mapper/VolGroup-lv_root >19:51:59,146 INFO program: Filesystem volume name: <none> >19:51:59,151 INFO program: Last mounted on: / >19:51:59,154 INFO program: Filesystem UUID: e7e064cb-636e-4e65-a4cd-6bc29f2db4c0 >19:51:59,154 INFO program: Filesystem magic number: 0xEF53 >19:51:59,154 INFO program: Filesystem revision #: 1 (dynamic) >19:51:59,161 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 >19:51:59,161 INFO program: Filesystem flags: unsigned_directory_hash >19:51:59,161 INFO program: Default mount options: (none) >19:51:59,161 INFO program: Filesystem state: clean >19:51:59,161 INFO program: Errors behavior: Continue >19:51:59,161 INFO program: Filesystem OS type: Linux >19:51:59,166 INFO program: Inode count: 1545264 >19:51:59,166 INFO program: Block count: 6176768 >19:51:59,166 INFO program: Reserved block count: 308838 >19:51:59,167 INFO program: Free blocks: 5396489 >19:51:59,167 INFO program: Free inodes: 1435292 >19:51:59,167 INFO program: First block: 0 >19:51:59,167 INFO program: Block size: 4096 >19:51:59,167 INFO program: Fragment size: 4096 >19:51:59,171 INFO program: Reserved GDT blocks: 1022 >19:51:59,172 INFO program: Blocks per group: 32768 >19:51:59,174 INFO program: Fragments per group: 32768 >19:51:59,199 INFO program: Inodes per group: 8176 >19:51:59,199 INFO program: Inode blocks per group: 511 >19:51:59,199 INFO program: Flex block group size: 16 >19:51:59,200 INFO program: Filesystem created: Fri Jul 27 18:05:39 2012 >19:51:59,200 INFO program: Last mount time: Fri Jul 27 18:17:35 2012 >19:51:59,202 INFO program: Last write time: Fri Jul 27 18:17:26 2012 >19:51:59,202 INFO program: Mount count: 2 >19:51:59,202 INFO program: Maximum mount count: 32 >19:51:59,206 INFO program: Last checked: Fri Jul 27 18:05:39 2012 >19:51:59,206 INFO program: Check interval: 15552000 (6 months) >19:51:59,220 INFO program: Next check after: Wed Jan 23 18:05:39 2013 >19:51:59,220 INFO program: Lifetime writes: 7000 MB >19:51:59,220 INFO program: Reserved blocks uid: 0 (user root) >19:51:59,224 INFO program: Reserved blocks gid: 0 (group root) >19:51:59,225 INFO program: First inode: 11 >19:51:59,225 INFO program: Inode size: 256 >19:51:59,225 INFO program: Required extra isize: 28 >19:51:59,225 INFO program: Desired extra isize: 28 >19:51:59,226 INFO program: Journal inode: 8 >19:51:59,231 INFO program: Default directory hash: half_md4 >19:51:59,231 INFO program: Directory Hash Seed: dadf712b-c83f-4c71-8434-39618d8397ff >19:51:59,233 INFO program: Journal backup: inode blocks >19:51:59,233 INFO program: Journal features: journal_incompat_revoke >19:51:59,243 INFO program: Journal size: 128M >19:51:59,246 INFO program: Journal length: 32768 >19:51:59,246 INFO program: Journal sequence: 0x0000085d >19:51:59,246 INFO program: Journal start: 0 >19:51:59,249 INFO program: >19:51:59,250 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:59,273 INFO program: Running... dumpe2fs -h /dev/mapper/VolGroup-lv_root >19:51:59,350 INFO program: Filesystem volume name: <none> >19:51:59,353 INFO program: Last mounted on: / >19:51:59,358 INFO program: Filesystem UUID: e7e064cb-636e-4e65-a4cd-6bc29f2db4c0 >19:51:59,359 INFO program: Filesystem magic number: 0xEF53 >19:51:59,359 INFO program: Filesystem revision #: 1 (dynamic) >19:51:59,359 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 >19:51:59,359 INFO program: Filesystem flags: unsigned_directory_hash >19:51:59,359 INFO program: Default mount options: (none) >19:51:59,362 INFO program: Filesystem state: clean >19:51:59,362 INFO program: Errors behavior: Continue >19:51:59,363 INFO program: Filesystem OS type: Linux >19:51:59,364 INFO program: Inode count: 1545264 >19:51:59,367 INFO program: Block count: 6176768 >19:51:59,367 INFO program: Reserved block count: 308838 >19:51:59,367 INFO program: Free blocks: 5396489 >19:51:59,367 INFO program: Free inodes: 1435292 >19:51:59,368 INFO program: First block: 0 >19:51:59,373 INFO program: Block size: 4096 >19:51:59,374 INFO program: Fragment size: 4096 >19:51:59,375 INFO program: Reserved GDT blocks: 1022 >19:51:59,375 INFO program: Blocks per group: 32768 >19:51:59,380 INFO program: Fragments per group: 32768 >19:51:59,382 INFO program: Inodes per group: 8176 >19:51:59,384 INFO program: Inode blocks per group: 511 >19:51:59,385 INFO program: Flex block group size: 16 >19:51:59,391 INFO program: Filesystem created: Fri Jul 27 18:05:39 2012 >19:51:59,393 INFO program: Last mount time: Fri Jul 27 18:17:35 2012 >19:51:59,393 INFO program: Last write time: Fri Jul 27 18:17:26 2012 >19:51:59,399 INFO program: Mount count: 2 >19:51:59,399 INFO program: Maximum mount count: 32 >19:51:59,403 INFO program: Last checked: Fri Jul 27 18:05:39 2012 >19:51:59,406 INFO program: Check interval: 15552000 (6 months) >19:51:59,406 INFO program: Next check after: Wed Jan 23 18:05:39 2013 >19:51:59,411 INFO program: Lifetime writes: 7000 MB >19:51:59,414 INFO program: Reserved blocks uid: 0 (user root) >19:51:59,414 INFO program: Reserved blocks gid: 0 (group root) >19:51:59,415 INFO program: First inode: 11 >19:51:59,449 INFO program: Inode size: 256 >19:51:59,450 INFO program: Required extra isize: 28 >19:51:59,459 INFO program: Desired extra isize: 28 >19:51:59,460 INFO program: Journal inode: 8 >19:51:59,460 INFO program: Default directory hash: half_md4 >19:51:59,460 INFO program: Directory Hash Seed: dadf712b-c83f-4c71-8434-39618d8397ff >19:51:59,460 INFO program: Journal backup: inode blocks >19:51:59,460 INFO program: Journal features: journal_incompat_revoke >19:51:59,462 INFO program: Journal size: 128M >19:51:59,466 INFO program: Journal length: 32768 >19:51:59,467 INFO program: Journal sequence: 0x0000085d >19:51:59,467 INFO program: Journal start: 0 >19:51:59,467 INFO program: >19:51:59,467 ERR program: dumpe2fs 1.42 (29-Nov-2011) >19:51:59,471 INFO program: Running... resize2fs -P /dev/mapper/VolGroup-lv_root >19:51:59,560 INFO program: Estimated minimum size of the filesystem: 707113 >19:51:59,569 ERR program: resize2fs 1.42 (29-Nov-2011) >19:51:59,929 INFO program: Running... modprobe scsi_wait_scan >19:52:00,082 INFO program: Running... rmmod scsi_wait_scan >19:52:00,234 INFO program: Running... udevadm settle --timeout=300 >19:52:00,930 INFO program: Running... udevadm settle --timeout=300 >19:52:01,525 INFO program: Running... udevadm settle --timeout=300 >19:52:02,102 INFO program: Running... udevadm settle --timeout=300 >19:52:02,890 INFO program: Running... udevadm settle --timeout=300 >19:52:03,340 INFO program: Running... udevadm settle --timeout=300 >19:52:04,138 INFO program: Running... udevadm settle --timeout=300 >19:52:04,664 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup/lv_root >19:52:05,931 INFO program: Running... udevadm settle --timeout=300 >19:52:06,549 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup >19:52:07,480 INFO program: 0 logical volume(s) in volume group "VolGroup" now active >19:52:07,712 INFO program: Running... udevadm settle --timeout=300 >19:52:08,403 INFO program: Running... udevadm settle --timeout=300 >19:52:09,135 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >19:52:09,272 INFO program: Running... /bin/umount /mnt/sysimage >19:52:09,436 INFO program: Running... udevadm settle --timeout=300 >19:52:09,976 INFO program: Running... udevadm settle --timeout=300 >19:52:10,718 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/loop1 /mnt/sysimage >19:52:10,737 ERR program: mount: /dev/loop1 is already mounted or /mnt/sysimage busy >19:52:10,778 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/live-rw /mnt/sysimage >19:52:10,804 ERR program: mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy > /dev/mapper/live-rw is already mounted on / >19:52:10,862 INFO program: Running... lvm lvchange -a y --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup/lv_root >19:52:12,559 INFO program: Running... udevadm settle --timeout=300 >19:52:13,239 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/VolGroup-lv_root /mnt/sysimage >19:52:13,389 INFO program: Running... arch >19:52:13,691 INFO program: ppc64 >19:52:13,819 INFO program: Running... /bin/umount /mnt/sysimage >19:52:13,983 INFO program: Running... udevadm settle --timeout=300 >19:52:14,532 INFO program: Running... lvm lvchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup/lv_root >19:52:17,075 INFO program: Running... udevadm settle --timeout=300 >19:52:18,067 INFO program: Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/install/source >19:52:18,129 INFO program: Running... /bin/umount /mnt/install/source >19:52:18,183 INFO program: Running... /bin/mount -n -t iso9660 -o ro /dev/sr0 /mnt/install/source >15:52:53,764 INFO program: Running... modprobe btrfs >15:52:53,867 ERR program: FATAL: Module btrfs not found. >15:52:55,598 INFO program: Running... modprobe xfs >15:52:56,291 INFO program: Running... modprobe vfat >15:55:32,460 INFO program: Running... udevadm settle --timeout=300 >15:55:33,152 INFO program: Running... lvm vgchange -a n --config devices { filter=["r|/loop3$|","r|/loop4$|","r|/loop5$|","r|/loop6$|","r|/loop7$|"] } VolGroup >15:55:34,015 INFO program: 0 logical volume(s) in volume group "VolGroup" now active >15:55:34,716 INFO program: Running... udevadm settle --timeout=300 >15:55:35,933 INFO program: Running... udevadm settle --timeout=300 >15:55:37,525 INFO program: Running... udevadm settle --timeout=300 >15:55:38,444 INFO program: Running... modprobe scsi_wait_scan >15:55:38,838 INFO program: Running... rmmod scsi_wait_scan >15:55:39,027 INFO program: Running... udevadm settle --timeout=300 >15:55:41,150 INFO program: Running... modprobe scsi_wait_scan >15:55:41,220 INFO program: Running... rmmod scsi_wait_scan >15:55:41,332 INFO program: Running... udevadm settle --timeout=300 >15:55:41,826 INFO program: Running... modprobe scsi_wait_scan >15:55:41,892 INFO program: Running... rmmod scsi_wait_scan >15:55:42,001 INFO program: Running... udevadm settle --timeout=300 >15:55:42,554 INFO program: Running... multipath -d >15:55:42,701 INFO program: create: mpatha (SAIX_VDASD_00c0061a00004c00000001312047a27a.8) undef AIX,VDASD >15:55:42,707 INFO program: size=30G features='0' hwhandler='0' wp=undef >15:55:42,707 INFO program: `-+- policy='round-robin 0' prio=1 status=undef >15:55:42,707 INFO program: `- 0:0:1:0 sda 8:0 undef ready running >15:55:42,708 INFO program: Running... multipath -ll >15:55:44,030 INFO program: Running... dumpe2fs -h /dev/sda2 >15:55:44,113 INFO program: Filesystem volume name: <none> >15:55:44,121 INFO program: Last mounted on: /boot >15:55:44,121 INFO program: Filesystem UUID: 072619ac-3691-4e57-b098-92bb3592a515 >15:55:44,122 INFO program: Filesystem magic number: 0xEF53 >15:55:44,122 INFO program: Filesystem revision #: 1 (dynamic) >15:55:44,122 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:44,122 INFO program: Filesystem flags: unsigned_directory_hash >15:55:44,124 INFO program: Default mount options: (none) >15:55:44,130 INFO program: Filesystem state: clean >15:55:44,130 INFO program: Errors behavior: Continue >15:55:44,130 INFO program: Filesystem OS type: Linux >15:55:44,130 INFO program: Inode count: 128016 >15:55:44,131 INFO program: Block count: 512000 >15:55:44,131 INFO program: Reserved block count: 25600 >15:55:44,131 INFO program: Free blocks: 401126 >15:55:44,133 INFO program: Free inodes: 127990 >15:55:44,133 INFO program: First block: 1 >15:55:44,140 INFO program: Block size: 1024 >15:55:44,141 INFO program: Fragment size: 1024 >15:55:44,143 INFO program: Reserved GDT blocks: 256 >15:55:44,146 INFO program: Blocks per group: 8192 >15:55:44,146 INFO program: Fragments per group: 8192 >15:55:44,152 INFO program: Inodes per group: 2032 >15:55:44,155 INFO program: Inode blocks per group: 254 >15:55:44,160 INFO program: Flex block group size: 16 >15:55:44,161 INFO program: Filesystem created: Fri Jul 27 14:05:32 2012 >15:55:44,167 INFO program: Last mount time: Fri Jul 27 14:17:41 2012 >15:55:44,168 INFO program: Last write time: Fri Jul 27 14:40:01 2012 >15:55:44,174 INFO program: Mount count: 2 >15:55:44,180 INFO program: Maximum mount count: 32 >15:55:44,181 INFO program: Last checked: Fri Jul 27 14:05:32 2012 >15:55:44,184 INFO program: Check interval: 15552000 (6 months) >15:55:44,189 INFO program: Next check after: Wed Jan 23 13:05:32 2013 >15:55:44,189 INFO program: Lifetime writes: 107 MB >15:55:44,193 INFO program: Reserved blocks uid: 0 (user root) >15:55:44,197 INFO program: Reserved blocks gid: 0 (group root) >15:55:44,198 INFO program: First inode: 11 >15:55:44,204 INFO program: Inode size: 128 >15:55:44,210 INFO program: Journal inode: 8 >15:55:44,211 INFO program: Default directory hash: half_md4 >15:55:44,213 INFO program: Directory Hash Seed: 17c0fcdd-0efd-452f-a42a-f67077146be4 >15:55:44,220 INFO program: Journal backup: inode blocks >15:55:44,220 INFO program: Journal features: (none) >15:55:44,221 INFO program: Journal size: 8M >15:55:44,228 INFO program: Journal length: 8192 >15:55:44,229 INFO program: Journal sequence: 0x00000020 >15:55:44,229 INFO program: Journal start: 0 >15:55:44,234 INFO program: >15:55:44,235 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:44,242 INFO program: Running... dumpe2fs -h /dev/sda2 >15:55:44,330 INFO program: Filesystem volume name: <none> >15:55:44,330 INFO program: Last mounted on: /boot >15:55:44,331 INFO program: Filesystem UUID: 072619ac-3691-4e57-b098-92bb3592a515 >15:55:44,331 INFO program: Filesystem magic number: 0xEF53 >15:55:44,331 INFO program: Filesystem revision #: 1 (dynamic) >15:55:44,333 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:44,333 INFO program: Filesystem flags: unsigned_directory_hash >15:55:44,334 INFO program: Default mount options: (none) >15:55:44,334 INFO program: Filesystem state: clean >15:55:44,338 INFO program: Errors behavior: Continue >15:55:44,339 INFO program: Filesystem OS type: Linux >15:55:44,339 INFO program: Inode count: 128016 >15:55:44,339 INFO program: Block count: 512000 >15:55:44,339 INFO program: Reserved block count: 25600 >15:55:44,340 INFO program: Free blocks: 401126 >15:55:44,344 INFO program: Free inodes: 127990 >15:55:44,344 INFO program: First block: 1 >15:55:44,346 INFO program: Block size: 1024 >15:55:44,346 INFO program: Fragment size: 1024 >15:55:44,352 INFO program: Reserved GDT blocks: 256 >15:55:44,354 INFO program: Blocks per group: 8192 >15:55:44,359 INFO program: Fragments per group: 8192 >15:55:44,359 INFO program: Inodes per group: 2032 >15:55:44,360 INFO program: Inode blocks per group: 254 >15:55:44,367 INFO program: Flex block group size: 16 >15:55:44,368 INFO program: Filesystem created: Fri Jul 27 14:05:32 2012 >15:55:44,368 INFO program: Last mount time: Fri Jul 27 14:17:41 2012 >15:55:44,374 INFO program: Last write time: Fri Jul 27 14:40:01 2012 >15:55:44,379 INFO program: Mount count: 2 >15:55:44,379 INFO program: Maximum mount count: 32 >15:55:44,383 INFO program: Last checked: Fri Jul 27 14:05:32 2012 >15:55:44,385 INFO program: Check interval: 15552000 (6 months) >15:55:44,389 INFO program: Next check after: Wed Jan 23 13:05:32 2013 >15:55:44,389 INFO program: Lifetime writes: 107 MB >15:55:44,393 INFO program: Reserved blocks uid: 0 (user root) >15:55:44,398 INFO program: Reserved blocks gid: 0 (group root) >15:55:44,399 INFO program: First inode: 11 >15:55:44,400 INFO program: Inode size: 128 >15:55:44,403 INFO program: Journal inode: 8 >15:55:44,410 INFO program: Default directory hash: half_md4 >15:55:44,411 INFO program: Directory Hash Seed: 17c0fcdd-0efd-452f-a42a-f67077146be4 >15:55:44,413 INFO program: Journal backup: inode blocks >15:55:44,414 INFO program: Journal features: (none) >15:55:44,419 INFO program: Journal size: 8M >15:55:44,419 INFO program: Journal length: 8192 >15:55:44,420 INFO program: Journal sequence: 0x00000020 >15:55:44,425 INFO program: Journal start: 0 >15:55:44,429 INFO program: >15:55:44,429 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:44,435 INFO program: Running... resize2fs -P /dev/sda2 >15:55:44,526 INFO program: Estimated minimum size of the filesystem: 101958 >15:55:44,527 ERR program: resize2fs 1.42 (29-Nov-2011) >15:55:45,781 INFO program: Running... dumpe2fs -h /dev/loop1 >15:55:45,847 INFO program: Filesystem volume name: Anaconda >15:55:45,848 INFO program: Last mounted on: / >15:55:45,848 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >15:55:45,848 INFO program: Filesystem magic number: 0xEF53 >15:55:45,848 INFO program: Filesystem revision #: 1 (dynamic) >15:55:45,848 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:45,848 INFO program: Filesystem flags: unsigned_directory_hash >15:55:45,853 INFO program: Default mount options: user_xattr acl >15:55:45,853 INFO program: Filesystem state: clean >15:55:45,853 INFO program: Errors behavior: Continue >15:55:45,855 INFO program: Filesystem OS type: Linux >15:55:45,856 INFO program: Inode count: 65536 >15:55:45,856 INFO program: Block count: 1048576 >15:55:45,859 INFO program: Reserved block count: 0 >15:55:45,859 INFO program: Free blocks: 432434 >15:55:45,859 INFO program: Free inodes: 41901 >15:55:45,862 INFO program: First block: 1 >15:55:45,862 INFO program: Block size: 1024 >15:55:45,865 INFO program: Fragment size: 1024 >15:55:45,866 INFO program: Reserved GDT blocks: 256 >15:55:45,871 INFO program: Blocks per group: 8192 >15:55:45,871 INFO program: Fragments per group: 8192 >15:55:45,873 INFO program: Inodes per group: 512 >15:55:45,883 INFO program: Inode blocks per group: 128 >15:55:45,884 INFO program: Flex block group size: 16 >15:55:45,885 INFO program: Filesystem created: Tue Aug 14 14:51:17 2012 >15:55:45,890 INFO program: Last mount time: Tue Aug 14 14:52:12 2012 >15:55:45,891 INFO program: Last write time: Tue Aug 14 14:54:36 2012 >15:55:45,891 INFO program: Mount count: 2 >15:55:45,900 INFO program: Maximum mount count: -1 >15:55:45,901 INFO program: Last checked: Tue Aug 14 14:51:17 2012 >15:55:45,901 INFO program: Check interval: 0 (<none>) >15:55:45,907 INFO program: Lifetime writes: 32 MB >15:55:45,911 INFO program: Reserved blocks uid: 0 (user root) >15:55:45,911 INFO program: Reserved blocks gid: 0 (group root) >15:55:45,919 INFO program: First inode: 11 >15:55:45,919 INFO program: Inode size: 256 >15:55:45,920 INFO program: Required extra isize: 28 >15:55:45,930 INFO program: Desired extra isize: 28 >15:55:45,931 INFO program: Journal inode: 8 >15:55:45,931 INFO program: Default directory hash: half_md4 >15:55:45,934 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >15:55:45,936 INFO program: Journal backup: inode blocks >15:55:45,942 INFO program: Journal features: (none) >15:55:45,942 INFO program: Journal size: 32M >15:55:45,943 INFO program: Journal length: 32768 >15:55:45,949 INFO program: Journal sequence: 0x0000002c >15:55:45,950 INFO program: Journal start: 0 >15:55:45,954 INFO program: >15:55:45,960 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:45,964 INFO program: Running... dumpe2fs -h /dev/loop1 >15:55:46,015 INFO program: Filesystem volume name: Anaconda >15:55:46,017 INFO program: Last mounted on: / >15:55:46,018 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >15:55:46,018 INFO program: Filesystem magic number: 0xEF53 >15:55:46,018 INFO program: Filesystem revision #: 1 (dynamic) >15:55:46,018 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:46,018 INFO program: Filesystem flags: unsigned_directory_hash >15:55:46,018 INFO program: Default mount options: user_xattr acl >15:55:46,018 INFO program: Filesystem state: clean >15:55:46,019 INFO program: Errors behavior: Continue >15:55:46,023 INFO program: Filesystem OS type: Linux >15:55:46,023 INFO program: Inode count: 65536 >15:55:46,025 INFO program: Block count: 1048576 >15:55:46,026 INFO program: Reserved block count: 0 >15:55:46,026 INFO program: Free blocks: 432434 >15:55:46,026 INFO program: Free inodes: 41901 >15:55:46,027 INFO program: First block: 1 >15:55:46,028 INFO program: Block size: 1024 >15:55:46,029 INFO program: Fragment size: 1024 >15:55:46,037 INFO program: Reserved GDT blocks: 256 >15:55:46,038 INFO program: Blocks per group: 8192 >15:55:46,038 INFO program: Fragments per group: 8192 >15:55:46,043 INFO program: Inodes per group: 512 >15:55:46,044 INFO program: Inode blocks per group: 128 >15:55:46,050 INFO program: Flex block group size: 16 >15:55:46,051 INFO program: Filesystem created: Tue Aug 14 14:51:17 2012 >15:55:46,051 INFO program: Last mount time: Tue Aug 14 14:52:12 2012 >15:55:46,057 INFO program: Last write time: Tue Aug 14 14:54:36 2012 >15:55:46,058 INFO program: Mount count: 2 >15:55:46,058 INFO program: Maximum mount count: -1 >15:55:46,064 INFO program: Last checked: Tue Aug 14 14:51:17 2012 >15:55:46,067 INFO program: Check interval: 0 (<none>) >15:55:46,071 INFO program: Lifetime writes: 32 MB >15:55:46,071 INFO program: Reserved blocks uid: 0 (user root) >15:55:46,076 INFO program: Reserved blocks gid: 0 (group root) >15:55:46,082 INFO program: First inode: 11 >15:55:46,082 INFO program: Inode size: 256 >15:55:46,083 INFO program: Required extra isize: 28 >15:55:46,086 INFO program: Desired extra isize: 28 >15:55:46,091 INFO program: Journal inode: 8 >15:55:46,091 INFO program: Default directory hash: half_md4 >15:55:46,097 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >15:55:46,098 INFO program: Journal backup: inode blocks >15:55:46,098 INFO program: Journal features: (none) >15:55:46,103 INFO program: Journal size: 32M >15:55:46,107 INFO program: Journal length: 32768 >15:55:46,108 INFO program: Journal sequence: 0x0000002c >15:55:46,109 INFO program: Journal start: 0 >15:55:46,115 INFO program: >15:55:46,118 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:46,127 INFO program: Running... resize2fs -P /dev/loop1 >15:55:46,186 INFO program: Couldn't find valid filesystem superblock. >15:55:46,193 ERR program: resize2fs 1.42 (29-Nov-2011) >15:55:46,194 ERR program: resize2fs: Device or resource busy while trying to open /dev/loop1 >15:55:46,622 INFO program: Running... modprobe scsi_wait_scan >15:55:46,704 INFO program: Running... rmmod scsi_wait_scan >15:55:46,803 INFO program: Running... udevadm settle --timeout=300 >15:55:47,549 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:55:47,614 INFO program: Filesystem volume name: Anaconda >15:55:47,614 INFO program: Last mounted on: / >15:55:47,614 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >15:55:47,615 INFO program: Filesystem magic number: 0xEF53 >15:55:47,616 INFO program: Filesystem revision #: 1 (dynamic) >15:55:47,617 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:47,618 INFO program: Filesystem flags: unsigned_directory_hash >15:55:47,620 INFO program: Default mount options: user_xattr acl >15:55:47,621 INFO program: Filesystem state: clean >15:55:47,621 INFO program: Errors behavior: Continue >15:55:47,621 INFO program: Filesystem OS type: Linux >15:55:47,621 INFO program: Inode count: 65536 >15:55:47,621 INFO program: Block count: 1048576 >15:55:47,621 INFO program: Reserved block count: 0 >15:55:47,622 INFO program: Free blocks: 432434 >15:55:47,622 INFO program: Free inodes: 41901 >15:55:47,626 INFO program: First block: 1 >15:55:47,626 INFO program: Block size: 1024 >15:55:47,635 INFO program: Fragment size: 1024 >15:55:47,635 INFO program: Reserved GDT blocks: 256 >15:55:47,635 INFO program: Blocks per group: 8192 >15:55:47,635 INFO program: Fragments per group: 8192 >15:55:47,635 INFO program: Inodes per group: 512 >15:55:47,637 INFO program: Inode blocks per group: 128 >15:55:47,637 INFO program: Flex block group size: 16 >15:55:47,639 INFO program: Filesystem created: Tue Aug 14 14:51:17 2012 >15:55:47,640 INFO program: Last mount time: Tue Aug 14 15:50:19 2012 >15:55:47,646 INFO program: Last write time: Tue Aug 14 15:50:19 2012 >15:55:47,649 INFO program: Mount count: 3 >15:55:47,650 INFO program: Maximum mount count: -1 >15:55:47,655 INFO program: Last checked: Tue Aug 14 14:51:17 2012 >15:55:47,656 INFO program: Check interval: 0 (<none>) >15:55:47,662 INFO program: Lifetime writes: 32 MB >15:55:47,663 INFO program: Reserved blocks uid: 0 (user root) >15:55:47,663 INFO program: Reserved blocks gid: 0 (group root) >15:55:47,671 INFO program: First inode: 11 >15:55:47,671 INFO program: Inode size: 256 >15:55:47,672 INFO program: Required extra isize: 28 >15:55:47,678 INFO program: Desired extra isize: 28 >15:55:47,684 INFO program: Journal inode: 8 >15:55:47,684 INFO program: First orphan inode: 44540 >15:55:47,686 INFO program: Default directory hash: half_md4 >15:55:47,695 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >15:55:47,696 INFO program: Journal backup: inode blocks >15:55:47,698 INFO program: Journal features: (none) >15:55:47,705 INFO program: Journal size: 32M >15:55:47,706 INFO program: Journal length: 32768 >15:55:47,708 INFO program: Journal sequence: 0x0000002d >15:55:47,712 INFO program: Journal start: 1 >15:55:47,713 INFO program: >15:55:47,716 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:47,720 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >15:55:47,785 INFO program: Filesystem volume name: Anaconda >15:55:47,786 INFO program: Last mounted on: / >15:55:47,787 INFO program: Filesystem UUID: b74524e1-b210-4b44-9dce-5d193d6a57c2 >15:55:47,787 INFO program: Filesystem magic number: 0xEF53 >15:55:47,791 INFO program: Filesystem revision #: 1 (dynamic) >15:55:47,791 INFO program: Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super huge_file uninit_bg dir_nlink extra_isize >15:55:47,791 INFO program: Filesystem flags: unsigned_directory_hash >15:55:47,791 INFO program: Default mount options: user_xattr acl >15:55:47,791 INFO program: Filesystem state: clean >15:55:47,792 INFO program: Errors behavior: Continue >15:55:47,792 INFO program: Filesystem OS type: Linux >15:55:47,792 INFO program: Inode count: 65536 >15:55:47,796 INFO program: Block count: 1048576 >15:55:47,797 INFO program: Reserved block count: 0 >15:55:47,798 INFO program: Free blocks: 432434 >15:55:47,798 INFO program: Free inodes: 41901 >15:55:47,805 INFO program: First block: 1 >15:55:47,806 INFO program: Block size: 1024 >15:55:47,808 INFO program: Fragment size: 1024 >15:55:47,815 INFO program: Reserved GDT blocks: 256 >15:55:47,816 INFO program: Blocks per group: 8192 >15:55:47,817 INFO program: Fragments per group: 8192 >15:55:47,819 INFO program: Inodes per group: 512 >15:55:47,820 INFO program: Inode blocks per group: 128 >15:55:47,820 INFO program: Flex block group size: 16 >15:55:47,825 INFO program: Filesystem created: Tue Aug 14 14:51:17 2012 >15:55:47,827 INFO program: Last mount time: Tue Aug 14 15:50:19 2012 >15:55:47,828 INFO program: Last write time: Tue Aug 14 15:50:19 2012 >15:55:47,828 INFO program: Mount count: 3 >15:55:47,831 INFO program: Maximum mount count: -1 >15:55:47,831 INFO program: Last checked: Tue Aug 14 14:51:17 2012 >15:55:47,831 INFO program: Check interval: 0 (<none>) >15:55:47,831 INFO program: Lifetime writes: 32 MB >15:55:47,832 INFO program: Reserved blocks uid: 0 (user root) >15:55:47,832 INFO program: Reserved blocks gid: 0 (group root) >15:55:47,832 INFO program: First inode: 11 >15:55:47,836 INFO program: Inode size: 256 >15:55:47,837 INFO program: Required extra isize: 28 >15:55:47,839 INFO program: Desired extra isize: 28 >15:55:47,839 INFO program: Journal inode: 8 >15:55:47,840 INFO program: First orphan inode: 44540 >15:55:47,840 INFO program: Default directory hash: half_md4 >15:55:47,840 INFO program: Directory Hash Seed: 8ac6022c-156a-4ca8-8f2a-082c73f0014f >15:55:47,840 INFO program: Journal backup: inode blocks >15:55:47,840 INFO program: Journal features: (none) >15:55:47,848 INFO program: Journal size: 32M >15:55:47,848 INFO program: Journal length: 32768 >15:55:47,852 INFO program: Journal sequence: 0x0000002d >15:55:47,852 INFO program: Journal start: 1 >15:55:47,853 INFO program: >15:55:47,853 ERR program: dumpe2fs 1.42 (29-Nov-2011) >15:55:47,853 INFO program: Running... resize2fs -P /dev/mapper/live-rw >15:55:47,907 INFO program: Estimated minimum size of the filesystem: 610517 >15:55:47,909 ERR program: resize2fs 1.42 (29-Nov-2011) >15:55:47,974 INFO program: Running... modprobe scsi_wait_scan >15:55:48,041 INFO program: Running... rmmod scsi_wait_scan >15:55:48,143 INFO program: Running... udevadm settle --timeout=300 >15:55:48,701 INFO program: Running... udevadm settle --timeout=300 >15:55:49,215 INFO program: Running... udevadm settle --timeout=300 >15:55:49,987 INFO program: Running... udevadm settle --timeout=300 >15:55:50,518 INFO program: Running... udevadm settle --timeout=300 >15:55:51,093 INFO program: Running... udevadm settle --timeout=300 >15:55:51,836 INFO program: Running... udevadm settle --timeout=300 >15:55:52,308 INFO program: Running... udevadm settle --timeout=300 >19:55:52,874 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/sda2 /mnt/sysimage >19:55:52,991 INFO program: Running... /bin/umount /mnt/sysimage >15:55:53,154 INFO program: Running... udevadm settle --timeout=300 >15:55:53,634 INFO program: Running... udevadm settle --timeout=300 >19:55:54,413 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/loop1 /mnt/sysimage >19:55:54,438 ERR program: mount: /dev/loop1 is already mounted or /mnt/sysimage busy >19:55:54,490 INFO program: Running... /bin/mount -n -t ext4 -o defaults,ro /dev/mapper/live-rw /mnt/sysimage >19:55:54,513 ERR program: mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy > /dev/mapper/live-rw is already mounted on / > > >/tmp/storage.log: >19:51:16,079 DEBUG storage: registered device format class MultipathMember as multipath_member >19:51:16,099 DEBUG storage: registered device format class MDRaidMember as mdmember >19:51:16,104 DEBUG storage: registered device format class BIOSBoot as biosboot >19:51:16,123 DEBUG storage: registered device format class LVMPhysicalVolume as lvmpv >19:51:16,412 DEBUG storage: registered device format class Ext2FS as ext2 >19:51:16,412 DEBUG storage: registered device format class Ext3FS as ext3 >19:51:16,412 DEBUG storage: registered device format class Ext4FS as ext4 >19:51:16,420 DEBUG storage: registered device format class FATFS as vfat >19:51:16,421 DEBUG storage: registered device format class EFIFS as efi >19:51:16,424 DEBUG storage: registered device format class BTRFS as btrfs >19:51:16,425 DEBUG storage: registered device format class GFS2 as gfs2 >19:51:16,425 DEBUG storage: registered device format class JFS as jfs >19:51:16,425 DEBUG storage: registered device format class ReiserFS as reiserfs >19:51:16,425 DEBUG storage: registered device format class XFS as xfs >19:51:16,429 DEBUG storage: registered device format class HFS as hfs >19:51:16,431 DEBUG storage: registered device format class AppleBootstrapFS as appleboot >19:51:16,431 DEBUG storage: registered device format class HFSPlus as hfs+ >19:51:16,431 DEBUG storage: registered device format class NTFS as ntfs >19:51:16,432 DEBUG storage: registered device format class NFS as nfs >19:51:16,432 DEBUG storage: registered device format class NFSv4 as nfs4 >19:51:16,432 DEBUG storage: registered device format class Iso9660FS as iso9660 >19:51:16,432 DEBUG storage: registered device format class NoDevFS as nodev >19:51:16,438 DEBUG storage: registered device format class DevPtsFS as devpts >19:51:16,438 DEBUG storage: registered device format class ProcFS as proc >19:51:16,441 DEBUG storage: registered device format class SysFS as sysfs >19:51:16,441 DEBUG storage: registered device format class TmpFS as tmpfs >19:51:16,447 DEBUG storage: registered device format class BindFS as bind >19:51:16,447 DEBUG storage: registered device format class SELinuxFS as selinuxfs >19:51:16,448 DEBUG storage: registered device format class USBFS as usbfs >19:51:16,723 DEBUG storage: registered device format class LUKS as luks >19:51:16,738 DEBUG storage: registered device format class DMRaidMember as dmraidmember >19:51:16,787 DEBUG storage: registered device format class DiskLabel as disklabel >19:51:16,820 DEBUG storage: registered device format class SwapSpace as swap >19:51:16,832 DEBUG storage: registered device format class PPCPRePBoot as prepboot >19:51:27,857 DEBUG storage: MultipathTopology._build_topology: >19:51:27,859 DEBUG storage: /etc/multipath.conf contents: >19:51:27,861 DEBUG storage: # multipath.conf written by anaconda >19:51:27,861 DEBUG storage: >19:51:27,862 DEBUG storage: defaults { >19:51:27,862 DEBUG storage: user_friendly_names yes >19:51:27,862 DEBUG storage: } >19:51:27,862 DEBUG storage: blacklist { >19:51:27,862 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:51:27,862 DEBUG storage: devnode "^hd[a-z]" >19:51:27,869 DEBUG storage: devnode "^dcssblk[0-9]*" >19:51:27,869 DEBUG storage: device { >19:51:27,871 DEBUG storage: vendor "DGC" >19:51:27,871 DEBUG storage: product "LUNZ" >19:51:27,871 DEBUG storage: } >19:51:27,871 DEBUG storage: device { >19:51:27,871 DEBUG storage: vendor "IBM" >19:51:27,877 DEBUG storage: product "S/390.*" >19:51:27,878 DEBUG storage: } >19:51:27,880 DEBUG storage: # don't count normal SATA devices as multipaths >19:51:27,887 DEBUG storage: device { >19:51:27,888 DEBUG storage: vendor "ATA" >19:51:27,888 DEBUG storage: } >19:51:27,894 DEBUG storage: # don't count 3ware devices as multipaths >19:51:27,895 DEBUG storage: device { >19:51:27,895 DEBUG storage: vendor "3ware" >19:51:27,900 DEBUG storage: } >19:51:27,901 DEBUG storage: device { >19:51:27,906 DEBUG storage: vendor "AMCC" >19:51:27,906 DEBUG storage: } >19:51:27,909 DEBUG storage: # nor highpoint devices >19:51:27,914 DEBUG storage: device { >19:51:27,915 DEBUG storage: vendor "HPT" >19:51:27,919 DEBUG storage: } >19:51:27,920 DEBUG storage: } >19:51:27,925 DEBUG storage: multipaths { >19:51:27,926 DEBUG storage: } >19:51:27,927 DEBUG storage: (end of /etc/multipath.conf) >19:51:28,176 INFO storage: MultipathTopology: not a multipath: ['sda'] >19:51:28,183 INFO storage: MultipathTopology: found singlepath device: sda >19:51:28,183 INFO storage: MultipathTopology: found non-disk device: sda1 >19:51:28,183 INFO storage: MultipathTopology: found non-disk device: sda2 >19:51:28,184 INFO storage: MultipathTopology: found non-disk device: sda3 >19:51:28,188 INFO storage: MultipathTopology: found non-disk device: sr0 >19:51:28,190 INFO storage: MultipathTopology: found singlepath device: loop0 >19:51:28,194 INFO storage: MultipathTopology: found singlepath device: loop1 >19:51:28,194 INFO storage: MultipathTopology: found singlepath device: loop2 >19:51:28,195 INFO storage: MultipathTopology: found singlepath device: loop3 >19:51:28,195 INFO storage: MultipathTopology: found singlepath device: loop4 >19:51:28,195 INFO storage: MultipathTopology: found singlepath device: loop5 >19:51:28,195 INFO storage: MultipathTopology: found singlepath device: loop6 >19:51:28,199 INFO storage: MultipathTopology: found singlepath device: loop7 >19:51:28,204 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:51:41,445 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >19:51:42,342 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >19:51:44,177 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >19:51:44,190 INFO storage: sr0 looks to be the live device; marking as protected >19:51:46,337 DEBUG storage: MultipathTopology._build_topology: >19:51:46,338 DEBUG storage: /etc/multipath.conf contents: >19:51:46,338 DEBUG storage: # multipath.conf written by anaconda >19:51:46,338 DEBUG storage: >19:51:46,340 DEBUG storage: defaults { >19:51:46,345 DEBUG storage: user_friendly_names yes >19:51:46,346 DEBUG storage: } >19:51:46,346 DEBUG storage: blacklist { >19:51:46,346 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >19:51:46,346 DEBUG storage: devnode "^hd[a-z]" >19:51:46,346 DEBUG storage: devnode "^dcssblk[0-9]*" >19:51:46,346 DEBUG storage: device { >19:51:46,347 DEBUG storage: vendor "DGC" >19:51:46,347 DEBUG storage: product "LUNZ" >19:51:46,348 DEBUG storage: } >19:51:46,348 DEBUG storage: device { >19:51:46,348 DEBUG storage: vendor "IBM" >19:51:46,351 DEBUG storage: product "S/390.*" >19:51:46,352 DEBUG storage: } >19:51:46,352 DEBUG storage: # don't count normal SATA devices as multipaths >19:51:46,359 DEBUG storage: device { >19:51:46,361 DEBUG storage: vendor "ATA" >19:51:46,362 DEBUG storage: } >19:51:46,362 DEBUG storage: # don't count 3ware devices as multipaths >19:51:46,368 DEBUG storage: device { >19:51:46,377 DEBUG storage: vendor "3ware" >19:51:46,378 DEBUG storage: } >19:51:46,383 DEBUG storage: device { >19:51:46,383 DEBUG storage: vendor "AMCC" >19:51:46,388 DEBUG storage: } >19:51:46,388 DEBUG storage: # nor highpoint devices >19:51:46,391 DEBUG storage: device { >19:51:46,398 DEBUG storage: vendor "HPT" >19:51:46,398 DEBUG storage: } >19:51:46,404 DEBUG storage: } >19:51:46,405 DEBUG storage: multipaths { >19:51:46,405 DEBUG storage: } >19:51:46,413 DEBUG storage: (end of /etc/multipath.conf) >19:51:46,673 INFO storage: MultipathTopology: not a multipath: ['sda'] >19:51:46,674 INFO storage: MultipathTopology: found singlepath device: sda >19:51:46,679 INFO storage: MultipathTopology: found non-disk device: sda1 >19:51:46,681 INFO storage: MultipathTopology: found non-disk device: sda2 >19:51:46,681 INFO storage: MultipathTopology: found non-disk device: sda3 >19:51:46,682 INFO storage: MultipathTopology: found non-disk device: sr0 >19:51:46,682 INFO storage: MultipathTopology: found singlepath device: loop0 >19:51:46,682 INFO storage: MultipathTopology: found singlepath device: loop1 >19:51:46,682 INFO storage: MultipathTopology: found singlepath device: loop2 >19:51:46,691 INFO storage: MultipathTopology: found singlepath device: loop3 >19:51:46,691 INFO storage: MultipathTopology: found singlepath device: loop4 >19:51:46,691 INFO storage: MultipathTopology: found singlepath device: loop5 >19:51:46,691 INFO storage: MultipathTopology: found singlepath device: loop6 >19:51:46,692 INFO storage: MultipathTopology: found singlepath device: loop7 >19:51:46,692 INFO storage: MultipathTopology: found singlepath device: dm-0 >19:51:46,692 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >19:51:46,723 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8 /dev/disk/by-path/scsi-0:0:1:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40223764', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > '/dev/disk/by-path/scsi-0:0:1:0'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda'} ; name: sda ; >19:51:46,727 INFO storage: scanning sda (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda)... >19:51:46,732 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:46,742 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:46,751 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >19:51:46,768 INFO storage: sda is a disk >19:51:46,768 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:46,808 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >19:51:46,808 INFO storage: added disk sda (id 0) to device tree >19:51:46,811 DEBUG storage: looking up parted Device: /dev/sda >19:51:46,838 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >19:51:46,848 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >19:51:46,855 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >19:51:46,878 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >19:51:47,102 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 0xfff96d9e650>, <parted.partition.Partition object at 0xfff96d9e9d0>, <parted.partition.Partition object at 0xfff96d9ec10>] > device: <parted.device.Device object at 0xfff96d9e490> > PedDisk: <_ped.Disk object at 0xfff96d9f290> >19:51:47,102 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >19:51:47,124 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >19:51:47,153 INFO storage: got device: DiskDevice instance (0xfff96dd45d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 30720.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c290> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xfff96d8c690> >19:51:47,164 INFO storage: got format: DiskLabel instance (0xfff96d8c750) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 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 0xfff96d9e650>, <parted.partition.Partition object at 0xfff96d9e9d0>, <parted.partition.Partition object at 0xfff96d9ec10>] > device: <parted.device.Device object at 0xfff96d9e490> > PedDisk: <_ped.Disk object at 0xfff96d9f290> > origPartedDisk = <parted.disk.Disk object at 0xfff96d9ed90> > partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c560> > >19:51:47,309 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part1 /dev/disk/by-path/scsi-0:0:1:0-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '8192', > 'ID_PART_ENTRY_TYPE': '0x41', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40276756', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part1', > '/dev/disk/by-path/scsi-0:0:1:0-part1'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1'} ; name: sda1 ; >19:51:47,311 INFO storage: scanning sda1 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1)... >19:51:47,314 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >19:51:47,323 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:47,324 INFO storage: sda1 is a partition >19:51:47,332 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >19:51:47,359 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:47,372 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (0) with existing msdos disklabel >19:51:47,388 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >19:51:47,421 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:51:47,421 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:47,430 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >19:51:47,431 DEBUG storage: looking up parted Partition: /dev/sda1 >19:51:47,444 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >19:51:47,452 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >19:51:47,456 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >19:51:47,461 DEBUG storage: getFormat('prepboot') returning PPCPRePBoot instance >19:51:47,471 DEBUG storage: PartitionDevice._setFormat: sda1 ; >19:51:47,481 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: prepboot ; >19:51:47,482 INFO storage: added partition sda1 (id 1) to device tree >19:51:47,489 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >19:51:47,496 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >19:51:47,504 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >19:51:47,512 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >19:51:47,578 WARN storage: disklabel detected but not usable on sda1 >19:51:47,582 DEBUG storage: no type or existing type for sda1, bailing >19:51:47,585 DEBUG storage: looking up parted Device: /dev/sda1 >19:51:47,596 INFO storage: got device: PartitionDevice instance (0xfff96d23590) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 30720MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 4.0 > format = existing prepboot > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 8192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4, 64, 32) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c830> > target size = 0 path = /dev/sda1 > 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 0xfff96d9e550> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff96d9e790> PedPartition: <_ped.Partition object at 0xfff96d9b410> > disk = existing 30720MB disk sda (0) with existing msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = boot, prep >19:51:47,602 INFO storage: got format: PPCPRePBoot instance (0xfff96d23750) -- > type = prepboot name = PPC PReP Boot status = False > device = /dev/sda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >19:51:47,657 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part2 /dev/disk/by-path/scsi-0:0:1:0-part2 /dev/disk/by-uuid/072619ac-3691-4e57-b098-92bb3592a515', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '072619ac-3691-4e57-b098-92bb3592a515', > 'ID_FS_UUID_ENC': '072619ac-3691-4e57-b098-92bb3592a515', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '10240', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40387959', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part2', > '/dev/disk/by-path/scsi-0:0:1:0-part2', > '/dev/disk/by-uuid/072619ac-3691-4e57-b098-92bb3592a515'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2'} ; name: sda2 ; >19:51:47,663 INFO storage: scanning sda2 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2)... >19:51:47,668 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >19:51:47,678 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:47,678 INFO storage: sda2 is a partition >19:51:47,691 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >19:51:47,697 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:47,704 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (0) with existing msdos disklabel >19:51:47,722 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >19:51:47,737 DEBUG storage: PartitionDevice._setFormat: sda2 ; >19:51:47,740 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:47,750 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >19:51:47,753 DEBUG storage: looking up parted Partition: /dev/sda2 >19:51:47,757 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >19:51:47,771 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >19:51:47,778 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >19:51:47,807 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >19:51:47,807 INFO storage: added partition sda2 (id 2) to device tree >19:51:47,815 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >19:51:47,826 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >19:51:47,834 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >19:51:47,837 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >19:51:47,941 WARN storage: disklabel detected but not usable on sda2 >19:51:47,946 INFO storage: type detected on 'sda2' is 'ext4' >19:51:48,705 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:48,706 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:48,712 DEBUG storage: PartitionDevice._setFormat: sda2 ; >19:51:48,722 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >19:51:48,728 DEBUG storage: looking up parted Device: /dev/sda2 >19:51:48,756 INFO storage: got device: PartitionDevice instance (0xfff96d23cd0) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 30720MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c9e0> > target size = 0 path = /dev/sda2 > 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 0xfff96d9e550> fileSystem: <parted.filesystem.FileSystem object at 0xfff96d9eb10> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff96d9ea90> PedPartition: <_ped.Partition object at 0xfff96d9b470> > disk = existing 30720MB disk sda (0) with existing msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = >19:51:48,764 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:48,768 INFO storage: got format: Ext4FS instance (0xfff96d239d0) -- > type = ext4 name = ext4 status = False > device = /dev/sda2 uuid = 072619ac-3691-4e57-b098-92bb3592a515 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >19:51:48,809 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part3 /dev/disk/by-path/scsi-0:0:1:0-part3', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'ID_FS_UUID_ENC': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1034240', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '61880320', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'LVM2_LV_ATTR': ['-wi-----', '-wi-----'], > 'LVM2_LV_NAME': ['lv_root', 'lv_swap'], > 'LVM2_LV_SIZE': ['24707072.00', '6225920.00'], > 'LVM2_LV_UUID': ['goJ9b2-QoUP-w5u6-v70w-i4W5-JM3h-vPZNa1', > '79O1Of-xKO3-6xEJ-8lVk-dUWb-mFPN-By0JLN'], > 'LVM2_PE_START': '1024.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/sda3', > 'LVM2_PV_PE_ALLOC_COUNT': '944', > 'LVM2_PV_PE_COUNT': '944', > 'LVM2_PV_SIZE': '30932992.00', > 'LVM2_PV_UUID': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'LVM2_VG_EXTENT_COUNT': '944', > 'LVM2_VG_EXTENT_SIZE': '32768.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'VolGroup', > 'LVM2_VG_SIZE': '30932992.00', > 'LVM2_VG_UUID': 'vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n', > 'MAJOR': '8', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40348831', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part3', > '/dev/disk/by-path/scsi-0:0:1:0-part3'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3'} ; name: sda3 ; >19:51:48,810 INFO storage: scanning sda3 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3)... >19:51:48,819 DEBUG storage: DeviceTree.getDeviceByName: name: sda3 ; >19:51:48,825 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:48,827 INFO storage: sda3 is a partition >19:51:48,859 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda3 ; >19:51:48,873 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >19:51:48,884 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (0) with existing msdos disklabel >19:51:48,894 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >19:51:48,920 DEBUG storage: PartitionDevice._setFormat: sda3 ; >19:51:48,926 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:48,945 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >19:51:48,945 DEBUG storage: looking up parted Partition: /dev/sda3 >19:51:48,957 DEBUG storage: PartitionDevice.probe: sda3 ; exists: True ; >19:51:48,967 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >19:51:48,977 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >19:51:48,997 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >19:51:48,997 INFO storage: added partition sda3 (id 3) to device tree >19:51:49,004 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >19:51:49,026 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: dos ; >19:51:49,036 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >19:51:49,050 DEBUG storage: DiskLabel.__init__: device: /dev/sda3 ; labelType: dos ; exists: True ; >19:51:49,142 WARN storage: disklabel detected but not usable on sda3 >19:51:49,147 INFO storage: type detected on 'sda3' is 'LVM2_member' >19:51:49,154 DEBUG storage: LVMPhysicalVolume.__init__: vgName: VolGroup ; uuid: 3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV ; exists: True ; vgUuid: vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n ; label: None ; peStart: 1.0 ; device: /dev/sda3 ; serial: 00c0061a00004c00000001312047a27a.8 ; >19:51:49,158 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >19:51:49,163 DEBUG storage: PartitionDevice._setFormat: sda3 ; >19:51:49,196 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: lvmpv ; >19:51:49,202 DEBUG storage: DeviceTree.handleUdevLVMPVFormat: type: lvmpv ; name: sda3 ; >19:51:49,223 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup ; >19:51:49,231 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:49,249 DEBUG storage: PartitionDevice.addChild: kids: 0 ; name: sda3 ; >19:51:49,250 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:49,262 DEBUG storage: LVMVolumeGroupDevice._setFormat: VolGroup ; current: None ; type: None ; >19:51:49,264 INFO storage: added lvmvg VolGroup (id 4) to device tree >19:51:49,276 DEBUG storage: looking up parted Device: /dev/sda3 >19:51:49,295 INFO storage: got device: PartitionDevice instance (0xfff96d46fd0) -- > name = sda3 status = True kids = 1 id = 3 > parents = ['existing 30720MB disk sda (0) with existing msdos disklabel'] > uuid = None size = 30215.0 > format = existing lvmpv > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61880320 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (30215, 64, 32) biosGeometry: (3851, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c4d0> > target size = 0 path = /dev/sda3 > 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 0xfff96d9e550> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff96d9ec50> PedPartition: <_ped.Partition object at 0xfff96d9b4d0> > disk = existing 30720MB disk sda (0) with existing msdos disklabel > start = 1034240 end = 62914559 length = 61880320 > flags = lvm >19:51:49,296 INFO storage: got format: LVMPhysicalVolume instance (0xfff96d4a590) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda3 uuid = 3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV exists = True > options = None supported = True formattable = True resizable = False > vgName = VolGroup vgUUID = vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n peStart = 1.0 >19:51:49,331 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-label/Fedora_17_ppc64 /dev/disk/by-path/scsi-0:0:3:0', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '257', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FOR_SEAT': 'block-scsi-0_0_3_0', > 'ID_FS_LABEL': 'Fedora_17_ppc64', > 'ID_FS_LABEL_ENC': 'Fedora_17_ppc64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'VOPTA', > 'ID_MODEL_ENC': 'VOPTA\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:3:0', > 'ID_PATH_TAG': 'scsi-0_0_3_0', > 'ID_SCSI': '1', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '40279215', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-label/Fedora_17_ppc64', > '/dev/disk/by-path/scsi-0:0:3:0'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0'} ; name: sr0 ; >19:51:49,332 INFO storage: scanning sr0 (/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0)... >19:51:49,344 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >19:51:49,353 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:49,353 INFO storage: sr0 is a cdrom >19:51:49,364 DEBUG storage: DeviceTree.addUdevOpticalDevice: >19:51:49,368 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:49,382 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >19:51:49,383 INFO storage: added cdrom sr0 (id 5) to device tree >19:51:49,400 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:49,437 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:51:49,448 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:51:49,466 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:51:49,474 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:51:49,609 WARN storage: disklabel detected but not usable on sr0 >19:51:49,615 INFO storage: type detected on 'sr0' is 'iso9660' >19:51:49,622 DEBUG storage: Iso9660FS.supported: supported: True ; >19:51:49,622 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >19:51:49,633 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >19:51:49,663 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:51:49,677 DEBUG storage: looking up parted Device: /dev/sr0 >19:51:49,684 INFO storage: got device: OpticalDevice instance (0xfff96d4ab50) -- > name = sr0 status = True kids = 0 id = 5 > parents = [] > uuid = None size = 608.764648438 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0 partedDevice = parted.Device instance -- > model: AIX VOPTA path: /dev/sr0 type: 1 > sectorSize: 512 physicalSectorSize: 2048 > length: 1246750 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: True > hardwareGeometry: (77, 255, 63) biosGeometry: (77, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723cb90> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >19:51:49,694 DEBUG storage: Iso9660FS.supported: supported: True ; >19:51:49,696 INFO storage: got format: Iso9660FS instance (0xfff94ac7110) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = None exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_17_ppc64 size = 0 targetSize = 0 > >19:51:49,707 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': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40110389', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >19:51:49,711 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >19:51:49,729 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >19:51:49,737 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:49,741 INFO storage: loop0 is a loop device >19:51:49,744 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >19:51:49,757 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >19:51:49,763 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:49,768 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:49,796 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >19:51:49,808 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 6) to device tree >19:51:49,819 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >19:51:49,819 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:49,843 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:51:49,854 INFO storage: added loop loop0 (id 7) to device tree >19:51:49,859 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >19:51:49,869 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >19:51:49,873 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:51:49,882 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >19:51:49,893 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >19:51:49,938 WARN storage: disklabel detected but not usable on loop0 >19:51:49,940 INFO storage: type detected on 'loop0' is 'squashfs' >19:51:49,940 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >19:51:49,954 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >19:51:49,964 INFO storage: got device: LoopDevice instance (0xfff94ac7710) -- > name = loop0 status = False kids = 0 id = 7 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (6)'] > 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 >19:51:49,986 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2', > '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': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_UUID_ENC': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40222079', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >19:51:49,986 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >19:51:50,001 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:51:50,013 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:50,015 INFO storage: loop1 is a loop device >19:51:50,024 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >19:51:50,035 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >19:51:50,049 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:50,053 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:50,075 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >19:51:50,075 INFO storage: added file /LiveOS/rootfs.img (id 8) to device tree >19:51:50,087 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >19:51:50,088 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:50,096 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >19:51:50,100 INFO storage: added loop loop1 (id 9) to device tree >19:51:50,125 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >19:51:50,144 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >19:51:50,166 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:50,170 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:50,171 DEBUG storage: device loop1 does not contain a disklabel >19:51:50,171 INFO storage: type detected on 'loop1' is 'ext4' >19:51:50,592 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:50,593 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:50,613 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >19:51:50,618 INFO storage: got device: LoopDevice instance (0xfff94ac7c90) -- > name = loop1 status = False kids = 0 id = 9 > parents = ['existing 0MB file /LiveOS/rootfs.img (8)'] > 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 >19:51:50,624 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:50,630 INFO storage: got format: Ext4FS instance (0xfff94ace310) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = b74524e1-b210-4b44-9dce-5d193d6a57c2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:51:50,641 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40105503', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >19:51:50,653 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >19:51:50,666 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:51:50,671 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:50,688 INFO storage: loop2 is a loop device >19:51:50,692 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >19:51:50,708 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >19:51:50,716 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:50,719 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:50,736 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >19:51:50,739 INFO storage: added file /overlay (deleted) (id 10) to device tree >19:51:50,749 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >19:51:50,749 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:50,762 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >19:51:50,764 INFO storage: added loop loop2 (id 11) to device tree >19:51:50,771 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >19:51:50,788 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >19:51:50,794 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:50,802 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >19:51:50,825 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >19:51:50,879 WARN storage: disklabel detected but not usable on loop2 >19:51:50,892 DEBUG storage: no type or existing type for loop2, bailing >19:51:50,898 INFO storage: got device: LoopDevice instance (0xfff94ad8110) -- > name = loop2 status = False kids = 0 id = 11 > parents = ['existing 0MB file /overlay (deleted) (10)'] > 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 >19:51:50,988 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': '40104700', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >19:51:51,001 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >19:51:51,001 DEBUG storage: lvm filter: adding loop3 to the reject list >19:51:51,020 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': '40108731', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >19:51:51,020 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >19:51:51,021 DEBUG storage: lvm filter: adding loop4 to the reject list >19:51:51,042 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': '40103851', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >19:51:51,043 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >19:51:51,043 DEBUG storage: lvm filter: adding loop5 to the reject list >19:51:51,072 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': '40104591', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >19:51:51,089 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >19:51:51,089 DEBUG storage: lvm filter: adding loop6 to the reject list >19:51:51,107 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': '40109320', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >19:51:51,108 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >19:51:51,110 DEBUG storage: lvm filter: adding loop7 to the reject list >19:51:51,119 DEBUG storage: Skipping a device mapper drive (dm-0) for now >19:51:51,807 INFO storage: devices to scan: ['dm-0'] >19:51:51,828 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/b74524e1-b210-4b44-9dce-5d193d6a57c2 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SBIN_PATH': '/sbin', > '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': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_UUID_ENC': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25374086', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >19:51:51,845 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >19:51:51,857 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:51:51,866 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:51,866 INFO storage: live-rw is a device-mapper device >19:51:51,877 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >19:51:51,911 DEBUG storage: LVMVolumeGroupDevice.getDMNode: VolGroup ; status: True ; >19:51:51,915 DEBUG storage: failed to find dm node for VolGroup >19:51:51,926 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >19:51:51,936 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (9) with existing ext4 filesystem >19:51:51,961 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >19:51:51,975 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (11) >19:51:51,984 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >19:51:52,017 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:52,038 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >19:51:52,044 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:52,053 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >19:51:52,053 INFO storage: added dm live-rw (id 12) to device tree >19:51:52,072 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >19:51:52,076 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >19:51:52,091 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:52,092 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:52,092 DEBUG storage: device live-rw does not contain a disklabel >19:51:52,096 INFO storage: type detected on 'live-rw' is 'ext4' >19:51:52,521 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:52,531 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:52,540 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >19:51:52,549 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >19:51:52,578 INFO storage: got device: DMDevice instance (0xfff94ae6cd0) -- > name = live-rw status = True kids = 0 id = 12 > parents = ['existing 0MB loop loop2 (11)'] > 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 0xfff94ad1560> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >19:51:52,588 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:52,591 INFO storage: got format: Ext4FS instance (0xfff94ae6e90) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = b74524e1-b210-4b44-9dce-5d193d6a57c2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >19:51:53,571 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_root ; >19:51:53,585 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:53,593 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 0 ; name: VolGroup ; >19:51:53,594 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:53,624 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_root ; current: None ; type: None ; >19:51:53,624 DEBUG storage: Adding VolGroup-lv_root/24128MB to VolGroup >19:51:53,624 INFO storage: added lvmlv VolGroup-lv_root (id 13) to device tree >19:51:53,633 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup-lv_root ; status: False ; controllable: True ; orig: False ; >19:51:53,653 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup-lv_root ; orig: False ; >19:51:53,666 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup ; status: True ; controllable: True ; orig: False ; >19:51:53,684 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup-lv_root ; status: False ; controllable: True ; orig: False ; >19:51:55,766 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup-lv_root >19:51:55,786 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_swap ; >19:51:55,801 DEBUG storage: DeviceTree.getDeviceByName returned None >19:51:55,812 DEBUG storage: LVMVolumeGroupDevice.addChild: kids: 1 ; name: VolGroup ; >19:51:55,812 DEBUG storage: getFormat('None') returning DeviceFormat instance >19:51:55,818 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_swap ; current: None ; type: None ; >19:51:55,823 DEBUG storage: Adding VolGroup-lv_swap/6080MB to VolGroup >19:51:55,824 INFO storage: added lvmlv VolGroup-lv_swap (id 14) to device tree >19:51:55,834 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup-lv_swap ; status: False ; controllable: True ; orig: False ; >19:51:55,851 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup-lv_swap ; orig: False ; >19:51:55,858 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup ; status: True ; controllable: True ; orig: False ; >19:51:55,866 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup-lv_swap ; status: False ; controllable: True ; orig: False ; >19:51:57,850 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup-lv_swap >19:51:58,931 INFO storage: devices to scan: ['dm-1', 'dm-2'] >19:51:58,958 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/VolGroup/lv_root /dev/disk/by-id/dm-name-VolGroup-lv_root /dev/disk/by-id/dm-uuid-LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0ngoJ9b2QoUPw5u6v70wi4W5JM3hvPZNa1 /dev/disk/by-uuid/e7e064cb-636e-4e65-a4cd-6bc29f2db4c0 /dev/mapper/VolGroup-lv_root', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lv_root', > 'DM_NAME': 'VolGroup-lv_root', > 'DM_SBIN_PATH': '/sbin', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0ngoJ9b2QoUPw5u6v70wi4W5JM3hvPZNa1', > 'DM_VG_NAME': 'VolGroup', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'e7e064cb-636e-4e65-a4cd-6bc29f2db4c0', > 'ID_FS_UUID_ENC': 'e7e064cb-636e-4e65-a4cd-6bc29f2db4c0', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '120462824', > 'name': 'dm-1', > 'symlinks': ['/dev/VolGroup/lv_root', > '/dev/disk/by-id/dm-name-VolGroup-lv_root', > '/dev/disk/by-id/dm-uuid-LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0ngoJ9b2QoUPw5u6v70wi4W5JM3hvPZNa1', > '/dev/disk/by-uuid/e7e064cb-636e-4e65-a4cd-6bc29f2db4c0', > '/dev/mapper/VolGroup-lv_root'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: VolGroup-lv_root ; >19:51:58,962 INFO storage: scanning VolGroup-lv_root (/devices/virtual/block/dm-1)... >19:51:58,982 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_root ; >19:51:59,000 DEBUG storage: DeviceTree.getDeviceByName returned existing 24128MB lvmlv VolGroup-lv_root (13) >19:51:59,009 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: VolGroup-lv_root ; >19:51:59,019 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: VolGroup-lv_root ; label_type: None ; >19:51:59,046 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:59,054 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:59,055 DEBUG storage: device VolGroup-lv_root does not contain a disklabel >19:51:59,055 INFO storage: type detected on 'VolGroup-lv_root' is 'ext4' >19:51:59,588 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:59,589 DEBUG storage: getFormat('ext4') returning Ext4FS instance >19:51:59,606 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_root ; current: None ; type: ext4 ; >19:51:59,635 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup >19:51:59,641 DEBUG storage: VolGroup size is 30208MB >19:51:59,661 DEBUG storage: vg VolGroup has 0MB free >19:51:59,661 DEBUG storage: VolGroup size is 30208MB >19:51:59,667 DEBUG storage: vg VolGroup has 0MB free >19:51:59,673 INFO storage: got device: LVMLogicalVolumeDevice instance (0xfff94ae6050) -- > name = VolGroup-lv_root status = True kids = 0 id = 13 > parents = ['existing 30208MB lvmvg VolGroup (4)'] > uuid = goJ9b2-QoUP-w5u6-v70w-i4W5-JM3h-vPZNa1 size = 24128.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/VolGroup-lv_root type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 49414144 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (3075, 255, 63) biosGeometry: (3075, 255, 63) > PedDevice: <_ped.Device object at 0xfff94ad17a0> > target size = 24128.0 path = /dev/mapper/VolGroup-lv_root > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xfff96d4a490) -- > name = VolGroup status = True kids = 2 id = 4 > parents = ['existing 30215MB partition sda3 (3) with existing lvmpv'] > uuid = vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n size = 30208 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/VolGroup > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 32.0 PE Count = 944 > PE Free = 0 PV Count = 1 > LV Names = ['lv_root', 'lv_swap'] modified = False > extents = 944.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 30215MB partition sda3 (3) with existing lvmpv'] > LVs = ['existing 24128MB lvmlv VolGroup-lv_root (13) with existing ext4 filesystem', > 'existing 6080MB lvmlv VolGroup-lv_swap (14)'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 24128MB >19:51:59,687 DEBUG storage: Ext4FS.supported: supported: True ; >19:51:59,688 INFO storage: got format: Ext4FS instance (0xfff94af69d0) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/VolGroup-lv_root uuid = e7e064cb-636e-4e65-a4cd-6bc29f2db4c0 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 24128.0 targetSize = 24128.0 > >19:51:59,727 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/VolGroup/lv_swap /dev/disk/by-id/dm-name-VolGroup-lv_swap /dev/disk/by-id/dm-uuid-LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0n79O1OfxKO36xEJ8lVkdUWbmFPNBy0JLN /dev/disk/by-uuid/3b00b941-7606-41b1-98ef-f22ce8e7582e /dev/mapper/VolGroup-lv_swap', > 'DEVNAME': 'dm-2', > 'DEVPATH': '/devices/virtual/block/dm-2', > 'DEVTYPE': 'disk', > 'DM_LV_NAME': 'lv_swap', > 'DM_NAME': 'VolGroup-lv_swap', > 'DM_SBIN_PATH': '/sbin', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'DM_UUID': 'LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0n79O1OfxKO36xEJ8lVkdUWbmFPNBy0JLN', > 'DM_VG_NAME': 'VolGroup', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '3b00b941-7606-41b1-98ef-f22ce8e7582e', > 'ID_FS_UUID_ENC': '3b00b941-7606-41b1-98ef-f22ce8e7582e', > 'ID_FS_VERSION': '2', > 'MAJOR': '253', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '122639750', > 'name': 'dm-2', > 'symlinks': ['/dev/VolGroup/lv_swap', > '/dev/disk/by-id/dm-name-VolGroup-lv_swap', > '/dev/disk/by-id/dm-uuid-LVM-vV8cTjnHAtXmN6a2BsbRlIXvMLLSvF0n79O1OfxKO36xEJ8lVkdUWbmFPNBy0JLN', > '/dev/disk/by-uuid/3b00b941-7606-41b1-98ef-f22ce8e7582e', > '/dev/mapper/VolGroup-lv_swap'], > 'sysfs_path': '/devices/virtual/block/dm-2'} ; name: VolGroup-lv_swap ; >19:51:59,728 INFO storage: scanning VolGroup-lv_swap (/devices/virtual/block/dm-2)... >19:51:59,739 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_swap ; >19:51:59,753 DEBUG storage: DeviceTree.getDeviceByName returned existing 6080MB lvmlv VolGroup-lv_swap (14) >19:51:59,768 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: VolGroup-lv_swap ; >19:51:59,781 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: VolGroup-lv_swap ; label_type: None ; >19:51:59,802 DEBUG storage: SwapSpace.__init__: >19:51:59,808 DEBUG storage: getFormat('swap') returning SwapSpace instance >19:51:59,809 DEBUG storage: device VolGroup-lv_swap does not contain a disklabel >19:51:59,809 INFO storage: type detected on 'VolGroup-lv_swap' is 'swap' >19:51:59,825 DEBUG storage: SwapSpace.__init__: device: /dev/mapper/VolGroup-lv_swap ; serial: None ; uuid: 3b00b941-7606-41b1-98ef-f22ce8e7582e ; exists: True ; label: None ; >19:51:59,826 DEBUG storage: getFormat('swap') returning SwapSpace instance >19:51:59,833 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_swap ; current: None ; type: swap ; >19:51:59,860 DEBUG storage: looking up parted Device: /dev/mapper/VolGroup >19:51:59,864 DEBUG storage: VolGroup size is 30208MB >19:51:59,876 DEBUG storage: vg VolGroup has 0MB free >19:51:59,877 DEBUG storage: VolGroup size is 30208MB >19:51:59,881 DEBUG storage: vg VolGroup has 0MB free >19:51:59,890 INFO storage: got device: LVMLogicalVolumeDevice instance (0xfff94ae6490) -- > name = VolGroup-lv_swap status = True kids = 0 id = 14 > parents = ['existing 30208MB lvmvg VolGroup (4)'] > uuid = 79O1Of-xKO3-6xEJ-8lVk-dUWb-mFPN-By0JLN size = 6080.0 > format = existing swap > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/VolGroup-lv_swap type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 12451840 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (775, 255, 63) biosGeometry: (775, 255, 63) > PedDevice: <_ped.Device object at 0xfff94ad18c0> > target size = 6080.0 path = /dev/mapper/VolGroup-lv_swap > format args = [] originalFormat = None target = None dmUuid = None VG device = LVMVolumeGroupDevice instance (0xfff96d4a490) -- > name = VolGroup status = True kids = 2 id = 4 > parents = ['existing 30215MB partition sda3 (3) with existing lvmpv'] > uuid = vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n size = 30208 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/mapper/VolGroup > format args = [] originalFormat = None target = None dmUuid = None free = 0.0 PE Size = 32.0 PE Count = 944 > PE Free = 0 PV Count = 1 > LV Names = ['lv_root', 'lv_swap'] modified = False > extents = 944.0 free space = 0 > free extents = 0.0 reserved percent = 0 reserved space = 0 > PVs = ['existing 30215MB partition sda3 (3) with existing lvmpv'] > LVs = ['existing 24128MB lvmlv VolGroup-lv_root (13) with existing ext4 filesystem', > 'existing 6080MB lvmlv VolGroup-lv_swap (14) with existing swap'] > percent = 0 > mirrored = False stripes = 1 snapshot total = 0MB > VG space used = 6080MB >19:51:59,924 INFO storage: got format: SwapSpace instance (0xfff94784d90) -- > type = swap name = swap status = False > device = /dev/mapper/VolGroup-lv_swap uuid = 3b00b941-7606-41b1-98ef-f22ce8e7582e exists = True > options = supported = True formattable = True resizable = False > priority = None label = None >19:52:00,855 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_root ; >19:52:00,866 DEBUG storage: DeviceTree.getDeviceByName returned existing 24128MB lvmlv VolGroup-lv_root (13) with existing ext4 filesystem >19:52:00,872 DEBUG storage: DeviceTree.getDeviceByName: name: VolGroup-lv_swap ; >19:52:00,887 DEBUG storage: DeviceTree.getDeviceByName returned existing 6080MB lvmlv VolGroup-lv_swap (14) with existing swap >19:52:00,904 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >19:52:00,922 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >19:52:00,930 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >19:52:01,487 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:52:01,500 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:01,523 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:02,091 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >19:52:02,848 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:52:02,866 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:02,890 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:03,322 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >19:52:04,102 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >19:52:04,115 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:52:04,126 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >19:52:04,131 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup-lv_root ; status: True ; controllable: True ; >19:52:04,662 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup-lv_root ; status: True ; controllable: True ; >19:52:05,870 DEBUG storage: LVMVolumeGroupDevice.teardown: VolGroup ; status: True ; controllable: True ; >19:52:05,910 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup ; status: False ; type: None ; >19:52:05,928 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup ; status: False ; type: None ; >19:52:06,546 DEBUG storage: LVMVolumeGroupDevice._teardown: VolGroup ; status: True ; controllable: True ; >19:52:07,665 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >19:52:07,694 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >19:52:07,709 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >19:52:08,362 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:52:08,377 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:08,400 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:08,922 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup-lv_swap ; status: False ; controllable: True ; >19:52:08,927 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >19:52:08,940 INFO storage: edd: collected mbr signatures: {'sda': '0x000e49ca'} >19:52:08,952 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >19:52:09,121 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:52:09,253 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >19:52:09,948 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >19:52:09,958 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:09,976 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >19:52:10,692 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >19:52:10,701 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:52:10,738 WARN storage: mount of loop1 as ext4 failed: mount failed: (32, 'mount: /dev/loop1 is already mounted or /mnt/sysimage busy') >19:52:10,745 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >19:52:10,759 DEBUG storage: DMDevice.setup: live-rw ; status: True ; controllable: False ; orig: False ; >19:52:10,762 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:52:10,805 WARN storage: mount of live-rw as ext4 failed: mount failed: (32, 'mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy\n /dev/mapper/live-rw is already mounted on /') >19:52:10,812 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >19:52:10,826 DEBUG storage: LVMLogicalVolumeDevice.setup: VolGroup-lv_root ; status: False ; controllable: True ; orig: False ; >19:52:10,836 DEBUG storage: LVMLogicalVolumeDevice.setupParents: kids: 0 ; name: VolGroup-lv_root ; orig: False ; >19:52:10,845 DEBUG storage: LVMVolumeGroupDevice.setup: VolGroup ; status: True ; controllable: True ; orig: False ; >19:52:10,861 DEBUG storage: LVMLogicalVolumeDevice._setup: VolGroup-lv_root ; status: False ; controllable: True ; orig: False ; >19:52:13,224 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >19:52:13,704 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:52:13,717 INFO storage: error parsing blkid.tab: [Errno 2] No such file or directory: '/mnt/sysimage/etc/blkid/blkid.tab' >19:52:13,717 DEBUG storage: parsing /mnt/sysimage/etc/crypttab >19:52:13,718 DEBUG storage: parsing /mnt/sysimage/etc/blkid/blkid.tab >19:52:13,720 DEBUG storage: crypttab maps: [] >19:52:13,724 DEBUG storage: parsing /mnt/sysimage/etc/fstab >19:52:13,751 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/VolGroup-lv_root ; >19:52:13,765 DEBUG storage: DeviceTree.getDeviceByPath returned existing 24128MB lvmlv VolGroup-lv_root (13) with existing ext4 filesystem >19:52:13,769 DEBUG storage: resolved '/dev/mapper/VolGroup-lv_root' to 'VolGroup-lv_root' (lvmlv) >19:52:13,773 DEBUG storage: resolved 'UUID=072619ac-3691-4e57-b098-92bb3592a515' to 'sda2' (partition) >19:52:13,779 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/mapper/VolGroup-lv_swap ; >19:52:13,791 DEBUG storage: DeviceTree.getDeviceByPath returned existing 6080MB lvmlv VolGroup-lv_swap (14) with existing swap >19:52:13,791 DEBUG storage: resolved '/dev/mapper/VolGroup-lv_swap' to 'VolGroup-lv_swap' (lvmlv) >19:52:13,800 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup-lv_root ; status: True ; controllable: True ; >19:52:14,531 DEBUG storage: LVMLogicalVolumeDevice._teardown: VolGroup-lv_root ; status: True ; controllable: True ; >19:52:15,838 DEBUG storage: VolGroup size is 30208MB >19:52:15,847 DEBUG storage: vg VolGroup has 0MB free >19:52:15,848 DEBUG storage: VolGroup size is 30208MB >19:52:15,853 DEBUG storage: vg VolGroup has 0MB free >19:52:15,867 DEBUG storage: Ext4FS.supported: supported: True ; >19:52:15,889 DEBUG storage: Ext4FS.supported: supported: True ; >19:52:15,903 DEBUG storage: Ext4FS.supported: supported: True ; >19:52:15,924 DEBUG storage: Ext4FS.supported: supported: True ; >19:52:15,941 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:52:15,967 DEBUG storage: Iso9660FS.supported: supported: True ; >19:52:17,053 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >19:52:17,070 INFO storage: updating format of device: existing 608MB cdrom sr0 (5) with existing iso9660 filesystem >19:52:17,524 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >19:52:17,534 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >19:52:17,542 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >19:52:17,560 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >19:52:17,652 WARN storage: disklabel detected but not usable on sr0 >19:52:17,658 DEBUG storage: no type or existing type for sr0, bailing >19:52:17,658 INFO storage: got format: existing iso9660 filesystem >19:52:18,048 INFO storage: set SELinux context for mountpoint /mnt/install/source to system_u:object_r:var_run_t:s0 >19:52:18,172 INFO storage: set SELinux context for mountpoint /mnt/install/source to system_u:object_r:var_run_t:s0 >15:52:53,414 DEBUG storage: Iso9660FS.supported: supported: True ; >15:52:53,430 DEBUG storage: Iso9660FS.supported: supported: True ; >15:52:53,442 DEBUG storage: NFSv4.supported: supported: False ; >15:52:53,457 DEBUG storage: NFSv4.supported: supported: False ; >15:52:53,471 DEBUG storage: SELinuxFS.supported: supported: False ; >15:52:53,490 DEBUG storage: SELinuxFS.supported: supported: False ; >15:52:53,507 DEBUG storage: Ext4FS.supported: supported: True ; >15:52:53,519 DEBUG storage: Ext4FS.supported: supported: True ; >15:52:53,536 DEBUG storage: Ext3FS.supported: supported: True ; >15:52:53,550 DEBUG storage: Ext3FS.supported: supported: True ; >15:52:53,566 DEBUG storage: Ext2FS.supported: supported: True ; >15:52:53,581 DEBUG storage: Ext2FS.supported: supported: True ; >15:52:53,610 DEBUG storage: SysFS.supported: supported: False ; >15:52:53,626 DEBUG storage: SysFS.supported: supported: False ; >15:52:53,645 DEBUG storage: MultipathMember.__init__: >15:52:53,655 DEBUG storage: MDRaidMember.__init__: >15:52:53,670 DEBUG storage: ProcFS.supported: supported: False ; >15:52:53,677 DEBUG storage: ProcFS.supported: supported: False ; >15:52:53,688 DEBUG storage: SwapSpace.__init__: >15:52:53,711 DEBUG storage: NoDevFS.supported: supported: False ; >15:52:53,717 DEBUG storage: NoDevFS.supported: supported: False ; >15:52:53,729 DEBUG storage: DevPtsFS.supported: supported: False ; >15:52:53,740 DEBUG storage: DevPtsFS.supported: supported: False ; >15:52:53,759 DEBUG storage: BTRFS.supported: supported: True ; >15:52:54,659 ERR storage: Could not load kernel module btrfs >15:52:54,953 DEBUG storage: BTRFS.supported: supported: False ; >15:52:55,200 DEBUG storage: USBFS.supported: supported: False ; >15:52:55,234 DEBUG storage: USBFS.supported: supported: False ; >15:52:55,552 DEBUG storage: DiskLabel.__init__: >15:52:55,553 INFO storage: DiskLabel.partedDevice returning None >15:52:55,573 DEBUG storage: HFSPlus.supported: supported: False ; >15:52:55,580 DEBUG storage: HFSPlus.supported: supported: False ; >15:52:55,592 DEBUG storage: XFS.supported: supported: True ; >15:52:56,124 DEBUG storage: XFS.supported: supported: True ; >15:52:56,150 DEBUG storage: TmpFS.supported: supported: False ; >15:52:56,161 DEBUG storage: TmpFS.supported: supported: False ; >15:52:56,171 DEBUG storage: LUKS.__init__: >15:52:56,179 DEBUG storage: NTFS.supported: supported: False ; >15:52:56,189 DEBUG storage: NTFS.supported: supported: False ; >15:52:56,209 DEBUG storage: BindFS.supported: supported: False ; >15:52:56,216 DEBUG storage: BindFS.supported: supported: False ; >15:52:56,228 DEBUG storage: HFS.supported: supported: False ; >15:52:56,238 DEBUG storage: HFS.supported: supported: False ; >15:52:56,246 DEBUG storage: LVMPhysicalVolume.__init__: >15:52:56,261 DEBUG storage: NFS.supported: supported: False ; >15:52:56,270 DEBUG storage: NFS.supported: supported: False ; >15:52:56,284 DEBUG storage: FATFS.supported: supported: True ; >15:52:56,454 DEBUG storage: FATFS.supported: supported: True ; >15:52:56,472 DEBUG storage: DMRaidMember.__init__: >15:55:31,875 DEBUG storage: clearpart: looking at sda3 >15:55:31,881 DEBUG storage: removing sda3 >15:55:31,886 DEBUG storage: devices to remove: ['VolGroup', 'VolGroup-lv_root', 'VolGroup-lv_swap'] >15:55:31,918 DEBUG storage: leaves to remove: ['VolGroup-lv_root', 'VolGroup-lv_swap'] >15:55:31,943 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:31,988 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_root ; current: ext4 ; type: None ; >15:55:31,992 INFO storage: registered action: [0] Destroy Format ext4 filesystem on lvmlv VolGroup-lv_root (id 13) >15:55:32,263 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup-lv_root ; status: False ; controllable: True ; >15:55:32,273 INFO storage: removed lvmlv VolGroup-lv_root (id 13) from device tree >15:55:32,284 DEBUG storage: LVMVolumeGroupDevice.removeChild: kids: 2 ; name: VolGroup ; >15:55:32,287 INFO storage: registered action: [1] Destroy Device lvmlv VolGroup-lv_root (id 13) >15:55:32,311 DEBUG storage: SwapSpace.teardown: device: /dev/mapper/VolGroup-lv_swap ; status: False ; type: swap ; >15:55:32,311 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:32,320 DEBUG storage: LVMLogicalVolumeDevice._setFormat: VolGroup-lv_swap ; current: swap ; type: None ; >15:55:32,325 INFO storage: registered action: [2] Destroy Format swap on lvmlv VolGroup-lv_swap (id 14) >15:55:32,399 DEBUG storage: LVMLogicalVolumeDevice.teardown: VolGroup-lv_swap ; status: False ; controllable: True ; >15:55:32,400 INFO storage: removed lvmlv VolGroup-lv_swap (id 14) from device tree >15:55:32,416 DEBUG storage: LVMVolumeGroupDevice.removeChild: kids: 1 ; name: VolGroup ; >15:55:32,419 INFO storage: registered action: [3] Destroy Device lvmlv VolGroup-lv_swap (id 14) >15:55:32,419 DEBUG storage: devices to remove: ['VolGroup'] >15:55:32,425 DEBUG storage: leaves to remove: ['VolGroup'] >15:55:32,434 DEBUG storage: LVMVolumeGroupDevice.teardown: VolGroup ; status: True ; controllable: True ; >15:55:32,445 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup ; status: False ; type: None ; >15:55:32,459 DEBUG storage: DeviceFormat.teardown: device: /dev/mapper/VolGroup ; status: False ; type: None ; >15:55:33,150 DEBUG storage: LVMVolumeGroupDevice._teardown: VolGroup ; status: True ; controllable: True ; >15:55:34,274 INFO storage: removed lvmvg VolGroup (id 4) from device tree >15:55:34,289 DEBUG storage: PartitionDevice.removeChild: kids: 1 ; name: sda3 ; >15:55:34,289 INFO storage: registered action: [4] Destroy Device lvmvg VolGroup (id 4) >15:55:34,507 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >15:55:34,617 DEBUG storage: PartitionDevice._setFormat: sda3 ; >15:55:34,620 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:34,634 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: lvmpv ; type: None ; >15:55:34,640 INFO storage: registered action: [5] Destroy Format lvmpv on partition sda3 (id 3) >15:55:34,651 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >15:55:34,672 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >15:55:34,710 DEBUG storage: DeviceFormat.teardown: device: /dev/sda3 ; status: False ; type: None ; >15:55:35,492 INFO storage: removed partition sda3 (id 3) from device tree >15:55:35,505 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >15:55:35,513 INFO storage: registered action: [6] Destroy Device partition sda3 (id 3) >15:55:35,555 DEBUG storage: partitions: ['sda1', 'sda2'] >15:55:35,555 DEBUG storage: clearpart: looking at sda2 >15:55:35,555 DEBUG storage: removing sda2 >15:55:35,728 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:55:35,728 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:35,749 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: ext4 ; type: None ; >15:55:35,749 INFO storage: registered action: [7] Destroy Format ext4 filesystem on partition sda2 (id 2) >15:55:35,769 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >15:55:35,931 DEBUG storage: DeviceFormat.teardown: device: /dev/sda2 ; status: False ; type: None ; >15:55:36,702 INFO storage: removed partition sda2 (id 2) from device tree >15:55:37,038 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >15:55:37,039 INFO storage: registered action: [8] Destroy Device partition sda2 (id 2) >15:55:37,044 DEBUG storage: partitions: ['sda1'] >15:55:37,124 DEBUG storage: clearpart: looking at sda1 >15:55:37,344 DEBUG storage: removing sda1 >15:55:37,357 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >15:55:37,375 DEBUG storage: PartitionDevice._setFormat: sda1 ; >15:55:37,380 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:37,389 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: prepboot ; type: None ; >15:55:37,389 INFO storage: registered action: [9] Destroy Format prepboot on partition sda1 (id 1) >15:55:37,442 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >15:55:37,461 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >15:55:37,525 DEBUG storage: DeviceFormat.teardown: device: /dev/sda1 ; status: False ; type: None ; >15:55:38,145 INFO storage: removed partition sda1 (id 1) from device tree >15:55:38,186 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:38,186 INFO storage: registered action: [10] Destroy Device partition sda1 (id 1) >15:55:38,302 DEBUG storage: partitions: [] >15:55:38,306 DEBUG storage: checking whether disk sda has an empty extended >15:55:38,310 DEBUG storage: extended is None ; logicals is [] >15:55:38,310 DEBUG storage: clearpart: initializing sda >15:55:38,327 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:38,332 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:38,340 DEBUG storage: DiskDevice._setFormat: sda ; current: disklabel ; type: None ; >15:55:38,340 INFO storage: registered action: [11] Destroy Format msdos disklabel on disk sda (id 0) >15:55:38,363 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; >15:55:38,376 DEBUG storage: DiskLabel.freshPartedDisk: device: /dev/sda ; labelType: msdos ; >15:55:38,383 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 0xfff91bce490> > PedDisk: <_ped.Disk object at 0xfff91bcf560> >15:55:38,383 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >15:55:38,394 DEBUG storage: DeviceFormat.teardown: device: /dev/sda ; status: False ; type: None ; >15:55:38,437 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >15:55:38,443 INFO storage: registered action: [12] Create Format msdos disklabel on disk sda (id 0) >15:55:38,443 DEBUG storage: new disk order: [] >15:55:39,572 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:55:39,585 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:39,590 DEBUG storage: doAutoPart: True >15:55:39,590 DEBUG storage: encryptedAutoPart: False >15:55:39,590 DEBUG storage: autoPartType: 0 >15:55:39,590 DEBUG storage: clearPartType: 1 >15:55:39,590 DEBUG storage: clearPartDisks: ['sda'] >15:55:39,590 DEBUG storage: autoPartitionRequests: >PartSpec instance (0xfff92cbdfd0) -- > mountpoint = / lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True >PartSpec instance (0xfff9391fd90) -- > mountpoint = /home lv = True singlePV = False btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True >PartSpec instance (0xfff98fd1750) -- > mountpoint = /boot lv = False singlePV = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False >PartSpec instance (0xfff98fd1710) -- > mountpoint = None lv = False singlePV = False btrfs = False > weight = 5000 fstype = prepboot encrypted = False > size = 4 maxSize = None grow = False >PartSpec instance (0xfff9381d710) -- > mountpoint = None lv = True singlePV = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 4048 maxSize = None grow = False > >15:55:39,591 DEBUG storage: storage.disks: ['sda'] >15:55:39,596 DEBUG storage: storage.partitioned: ['sda'] >15:55:39,597 DEBUG storage: all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sr0'] >15:55:39,609 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:39,626 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:39,626 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:39,627 DEBUG storage: boot disk: sda >15:55:39,637 DEBUG storage: candidate disks: [DiskDevice instance (0xfff96dd45d0) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 30720.0 > format = non-existent msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c290> > target size = 0 path = /dev/sda > format args = [] originalFormat = disklabel removable = False partedDevice = <parted.device.Device object at 0xfff96d8c690>] >15:55:39,639 DEBUG storage: devs: [] >15:55:39,646 DEBUG storage: stage1 device cannot be of type disk >15:55:39,655 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:39,657 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:39,667 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:39,678 DEBUG storage: PartitionDevice._setFormat: req0 ; >15:55:39,694 DEBUG storage: PartitionDevice._setFormat: req0 ; current: None ; type: ext4 ; >15:55:39,702 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:39,702 INFO storage: added partition req0 (id 15) to device tree >15:55:39,708 INFO storage: registered action: [13] Create Device partition req0 (id 15) >15:55:39,708 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:39,709 INFO storage: registered action: [14] Create Format ext4 filesystem mounted at / on partition req0 (id 15) >15:55:39,724 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:39,725 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:39,731 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:39,743 DEBUG storage: PartitionDevice._setFormat: req1 ; >15:55:39,757 DEBUG storage: PartitionDevice._setFormat: req1 ; current: None ; type: ext4 ; >15:55:39,769 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:39,776 INFO storage: added partition req1 (id 16) to device tree >15:55:39,776 INFO storage: registered action: [15] Create Device partition req1 (id 16) >15:55:39,776 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:39,777 INFO storage: registered action: [16] Create Format ext4 filesystem mounted at /boot on partition req1 (id 16) >15:55:39,777 DEBUG storage: getFormat('prepboot') returning PPCPRePBoot instance >15:55:39,791 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:39,799 DEBUG storage: PartitionDevice._setFormat: req2 ; >15:55:39,809 DEBUG storage: PartitionDevice._setFormat: req2 ; current: None ; type: prepboot ; >15:55:39,825 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:39,825 INFO storage: added partition req2 (id 17) to device tree >15:55:39,825 INFO storage: registered action: [17] Create Device partition req2 (id 17) >15:55:39,826 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:39,826 INFO storage: registered action: [18] Create Format prepboot on partition req2 (id 17) >15:55:39,839 DEBUG storage: SwapSpace.__init__: mountpoint: None ; >15:55:39,840 DEBUG storage: getFormat('swap') returning SwapSpace instance >15:55:39,855 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:39,861 DEBUG storage: PartitionDevice._setFormat: req3 ; >15:55:39,873 DEBUG storage: PartitionDevice._setFormat: req3 ; current: None ; type: swap ; >15:55:39,886 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:39,888 INFO storage: added partition req3 (id 18) to device tree >15:55:39,888 INFO storage: registered action: [19] Create Device partition req3 (id 18) >15:55:39,890 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:39,890 INFO storage: registered action: [20] Create Format swap on partition req3 (id 18) >15:55:39,905 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:55:39,908 DEBUG storage: removing all non-preexisting partitions ['req0(id 15)', 'req1(id 16)', 'req2(id 17)', 'req3(id 18)'] from disk(s) ['sda'] >15:55:39,910 DEBUG storage: allocatePartitions: disks=['sda'] ; partitions=['req0(id 15)', 'req1(id 16)', 'req2(id 17)', 'req3(id 18)'] >15:55:39,911 DEBUG storage: removing all non-preexisting partitions ['req2(id 17)', 'req1(id 16)', 'req3(id 18)', 'req0(id 15)'] from disk(s) ['sda'] >15:55:39,926 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:39,938 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:39,942 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:39,949 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:39,965 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:39,965 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:39,965 DEBUG storage: allocating partition: req2 ; id: 17 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 4MB ; grow: False ; max_size: 0 >15:55:39,965 DEBUG storage: checking freespace on sda >15:55:39,966 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=4MB boot=True best=None grow=False >15:55:39,970 DEBUG storage: current free range is 63-62914559 (30719MB) >15:55:39,970 DEBUG storage: updating use_disk to sda, type: 0 >15:55:39,970 DEBUG storage: new free: 63-62914559 / 30719MB >15:55:39,970 DEBUG storage: new free allows for 0 sectors of growth >15:55:39,970 DEBUG storage: found free space for bootable request >15:55:39,971 DEBUG storage: adjusted start sector from 63 to 2048 >15:55:39,979 DEBUG storage: created partition sda1 of 4MB and added it to /dev/sda >15:55:39,996 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >15:55:40,002 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71ed0> PedPartition: <_ped.Partition object at 0xfff91b6fe30> >15:55:40,014 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >15:55:40,026 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:40,038 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >15:55:40,043 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b713d0> PedPartition: <_ped.Partition object at 0xfff91b6fef0> >15:55:40,055 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,061 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,061 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,076 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,090 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,090 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,091 DEBUG storage: allocating partition: req1 ; id: 16 ; disks: ['sda'] ; >boot: True ; primary: False ; size: 500MB ; grow: False ; max_size: 0 >15:55:40,091 DEBUG storage: checking freespace on sda >15:55:40,091 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=500MB boot=True best=None grow=False >15:55:40,098 DEBUG storage: current free range is 63-2047 (0MB) >15:55:40,098 DEBUG storage: current free range is 10240-62914559 (30715MB) >15:55:40,105 DEBUG storage: updating use_disk to sda, type: 0 >15:55:40,105 DEBUG storage: new free: 10240-62914559 / 30715MB >15:55:40,105 DEBUG storage: new free allows for 0 sectors of growth >15:55:40,105 DEBUG storage: found free space for bootable request >15:55:40,108 DEBUG storage: created partition sda2 of 500MB and added it to /dev/sda >15:55:40,120 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >15:55:40,125 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f0d0> PedPartition: <_ped.Partition object at 0xfff91b6ff50> >15:55:40,136 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >15:55:40,143 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >15:55:40,163 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >15:55:40,164 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f150> PedPartition: <_ped.Partition object at 0xfff91b6ffb0> >15:55:40,177 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,187 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,195 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,207 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,218 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,218 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,221 DEBUG storage: allocating partition: req3 ; id: 18 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 4048MB ; grow: False ; max_size: 0 >15:55:40,221 DEBUG storage: checking freespace on sda >15:55:40,222 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=0 req_size=4048MB boot=False best=None grow=False >15:55:40,227 DEBUG storage: current free range is 63-2047 (0MB) >15:55:40,228 DEBUG storage: current free range is 1034240-62914559 (30215MB) >15:55:40,232 DEBUG storage: updating use_disk to sda, type: 0 >15:55:40,233 DEBUG storage: new free: 1034240-62914559 / 30215MB >15:55:40,233 DEBUG storage: new free allows for 0 sectors of growth >15:55:40,240 DEBUG storage: created partition sda3 of 4048MB and added it to /dev/sda >15:55:40,252 DEBUG storage: PartitionDevice._setPartedPartition: req3 ; >15:55:40,253 DEBUG storage: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f590> PedPartition: <_ped.Partition object at 0xfff98df1050> >15:55:40,266 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >15:55:40,276 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >15:55:40,290 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >15:55:40,294 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f790> PedPartition: <_ped.Partition object at 0xfff98df1170> >15:55:40,307 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,327 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,327 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,335 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:40,350 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:40,351 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:40,351 DEBUG storage: allocating partition: req0 ; id: 15 ; disks: ['sda'] ; >boot: False ; primary: False ; size: 1024MB ; grow: True ; max_size: 51200 >15:55:40,351 DEBUG storage: checking freespace on sda >15:55:40,352 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=2 req_size=1024MB boot=False best=None grow=True >15:55:40,352 DEBUG storage: current free range is 63-2047 (0MB) >15:55:40,357 DEBUG storage: current free range is 9324544-62914559 (26167MB) >15:55:40,359 DEBUG storage: evaluating growth potential for new layout >15:55:40,359 DEBUG storage: calculating growth for disk /dev/sda >15:55:40,372 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >15:55:40,373 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7fad0> PedPartition: <_ped.Partition object at 0xfff91b6fe90> >15:55:40,387 DEBUG storage: PartitionDevice._setDisk: sda4 ; new: sda ; old: None ; >15:55:40,393 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >15:55:40,397 DEBUG storage: adding request 17 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,398 DEBUG storage: adding request 16 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,398 DEBUG storage: adding request 18 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,404 DEBUG storage: Chunk.growRequests: 62914497 on /dev/sda start = 63 end = 62914559 >sectorSize = 512 > >15:55:40,404 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >15:55:40,404 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >15:55:40,404 DEBUG storage: req: PartitionRequest instance -- >id = 18 name = sda3 growable = False >base = 8290304 growth = 0 max_grow = 0 >done = True >15:55:40,405 DEBUG storage: request 17 (sda1) growth: 0 (0MB) size: 4MB >15:55:40,405 DEBUG storage: request 16 (sda2) growth: 0 (0MB) size: 500MB >15:55:40,405 DEBUG storage: request 18 (sda3) growth: 0 (0MB) size: 4048MB >15:55:40,408 DEBUG storage: disk /dev/sda growth: 0 (0MB) >15:55:40,420 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >15:55:40,420 DEBUG storage: device sda4 new partedPartition None >15:55:40,441 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >15:55:40,453 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >15:55:40,453 DEBUG storage: total growth: 0 sectors >15:55:40,453 DEBUG storage: updating use_disk to sda, type: 2 >15:55:40,458 DEBUG storage: new free: 9324544-62914559 / 26167MB >15:55:40,458 DEBUG storage: new free allows for 0 sectors of growth >15:55:40,458 DEBUG storage: creating extended partition >15:55:40,463 DEBUG storage: recalculating free space >15:55:40,463 DEBUG storage: getBestFreeSpaceRegion: disk=/dev/sda part_type=1 req_size=1024MB boot=False best=None grow=True >15:55:40,463 DEBUG storage: looking for intersection between extended (9324544-62914559) and free (63-2047) >15:55:40,463 DEBUG storage: free region not suitable for request >15:55:40,469 DEBUG storage: looking for intersection between extended (9324544-62914559) and free (9324607-62914559) >15:55:40,475 DEBUG storage: current free range is 9324607-62914559 (26166MB) >15:55:40,476 DEBUG storage: adjusted start sector from 9324607 to 9328640 >15:55:40,476 DEBUG storage: created partition sda5 of 1024MB and added it to /dev/sda >15:55:40,485 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >15:55:40,488 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71910> PedPartition: <_ped.Partition object at 0xfff91b9a3b0> >15:55:40,498 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >15:55:40,507 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >15:55:40,527 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >15:55:40,529 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f910> PedPartition: <_ped.Partition object at 0xfff98df1290> >15:55:40,534 DEBUG storage: growPartitions: disks=['sda'], partitions=['sda5(id 15)', 'sda2(id 16)', 'sda1(id 17)', 'sda3(id 18)'] >15:55:40,534 DEBUG storage: growable partitions are ['sda5'] >15:55:40,534 DEBUG storage: adding request 15 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,535 DEBUG storage: adding request 16 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,535 DEBUG storage: adding request 17 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,538 DEBUG storage: adding request 18 to chunk 62914497 (63-62914559) on /dev/sda >15:55:40,538 DEBUG storage: disk sda has 1 chunks >15:55:40,539 DEBUG storage: Chunk.growRequests: 62914497 on /dev/sda start = 63 end = 62914559 >sectorSize = 512 > >15:55:40,540 DEBUG storage: req: PartitionRequest instance -- >id = 17 name = sda1 growable = False >base = 8192 growth = 0 max_grow = 0 >done = True >15:55:40,541 DEBUG storage: req: PartitionRequest instance -- >id = 16 name = sda2 growable = False >base = 1024000 growth = 0 max_grow = 0 >done = True >15:55:40,541 DEBUG storage: req: PartitionRequest instance -- >id = 18 name = sda3 growable = False >base = 8290304 growth = 0 max_grow = 0 >done = True >15:55:40,545 DEBUG storage: req: PartitionRequest instance -- >id = 15 name = sda5 growable = True >base = 2097152 growth = 0 max_grow = 102760448 >done = False >15:55:40,546 DEBUG storage: 1 requests and 51494849 (25143MB) left in chunk >15:55:40,546 DEBUG storage: adding 51494849 (25143MB) to 15 (sda5) >15:55:40,546 DEBUG storage: new grow amount for request 15 (sda5) is 51494849 units, or 25143MB >15:55:40,546 DEBUG storage: growing partitions on sda >15:55:40,548 DEBUG storage: partition sda1 (17): 0 >15:55:40,550 DEBUG storage: new geometry for sda1: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fc10> >15:55:40,555 DEBUG storage: partition sda2 (16): 0 >15:55:40,556 DEBUG storage: new geometry for sda2: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fd10> >15:55:40,557 DEBUG storage: partition sda3 (18): 0 >15:55:40,563 DEBUG storage: new geometry for sda3: parted.Geometry instance -- > start: 1034240 end: 9324543 length: 8290304 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fe90> >15:55:40,563 DEBUG storage: partition sda5 (15): 1 >15:55:40,567 DEBUG storage: new geometry for sda5: parted.Geometry instance -- > start: 9326592 end: 62914559 length: 53587968 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7e050> >15:55:40,571 DEBUG storage: removing all non-preexisting partitions ['sda1(id 17)', 'sda2(id 16)', 'sda3(id 18)', 'sda5(id 15)'] from disk(s) ['sda'] >15:55:40,593 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >15:55:40,593 DEBUG storage: device sda1 new partedPartition None >15:55:40,608 DEBUG storage: PartitionDevice._setDisk: req2 ; new: None ; old: sda ; >15:55:40,623 DEBUG storage: DiskDevice.removeChild: kids: 4 ; name: sda ; >15:55:40,632 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >15:55:40,632 DEBUG storage: device sda2 new partedPartition None >15:55:40,646 DEBUG storage: PartitionDevice._setDisk: req1 ; new: None ; old: sda ; >15:55:40,658 DEBUG storage: DiskDevice.removeChild: kids: 3 ; name: sda ; >15:55:40,671 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >15:55:40,671 DEBUG storage: device sda3 new partedPartition None >15:55:40,685 DEBUG storage: PartitionDevice._setDisk: req3 ; new: None ; old: sda ; >15:55:40,692 DEBUG storage: DiskDevice.removeChild: kids: 2 ; name: sda ; >15:55:40,706 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >15:55:40,706 DEBUG storage: device sda5 new partedPartition None >15:55:40,713 DEBUG storage: PartitionDevice._setDisk: req0 ; new: None ; old: sda ; >15:55:40,731 DEBUG storage: DiskDevice.removeChild: kids: 1 ; name: sda ; >15:55:40,732 DEBUG storage: removing empty extended partition from sda >15:55:40,732 DEBUG storage: back from removeNewPartitions >15:55:40,738 DEBUG storage: extended: parted.Geometry instance -- > start: 9324544 end: 62914559 length: 53590016 > device: <parted.device.Device object at 0xfff91b7f650> PedGeometry: <_ped.Geometry object at 0xfff91b7f4d0> >15:55:40,738 DEBUG storage: setting up new geometry for extended on sda >15:55:40,738 DEBUG storage: new geometry for extended: parted.Geometry instance -- > start: 9324544 end: 62914559 length: 53590016 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b6bfd0> >15:55:40,740 DEBUG storage: setting req2 new geometry: parted.Geometry instance -- > start: 2048 end: 10239 length: 8192 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fc10> >15:55:40,750 DEBUG storage: PartitionDevice._setPartedPartition: req2 ; >15:55:40,755 DEBUG storage: device req2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71190> PedPartition: <_ped.Partition object at 0xfff98df10b0> >15:55:40,761 DEBUG storage: PartitionDevice._setDisk: sda1 ; new: sda ; old: None ; >15:55:40,776 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:40,788 DEBUG storage: PartitionDevice._setPartedPartition: sda1 ; >15:55:40,797 DEBUG storage: device sda1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f1d0> PedPartition: <_ped.Partition object at 0xfff98df1050> >15:55:40,798 DEBUG storage: setting req1 new geometry: parted.Geometry instance -- > start: 10240 end: 1034239 length: 1024000 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fd10> >15:55:40,807 DEBUG storage: PartitionDevice._setPartedPartition: req1 ; >15:55:40,809 DEBUG storage: device req1 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71cd0> PedPartition: <_ped.Partition object at 0xfff98df1110> >15:55:40,819 DEBUG storage: PartitionDevice._setDisk: sda2 ; new: sda ; old: None ; >15:55:40,831 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >15:55:40,857 DEBUG storage: PartitionDevice._setPartedPartition: sda2 ; >15:55:40,858 DEBUG storage: device sda2 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7e1d0> PedPartition: <_ped.Partition object at 0xfff98df11d0> >15:55:40,858 DEBUG storage: setting req3 new geometry: parted.Geometry instance -- > start: 1034240 end: 9324543 length: 8290304 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7fe90> >15:55:40,874 DEBUG storage: PartitionDevice._setPartedPartition: req3 ; >15:55:40,875 DEBUG storage: device req3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7f5d0> PedPartition: <_ped.Partition object at 0xfff98df1230> >15:55:40,887 DEBUG storage: PartitionDevice._setDisk: sda3 ; new: sda ; old: None ; >15:55:40,898 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >15:55:40,912 DEBUG storage: PartitionDevice._setPartedPartition: sda3 ; >15:55:40,917 DEBUG storage: device sda3 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7e890> PedPartition: <_ped.Partition object at 0xfff98df13b0> >15:55:40,918 DEBUG storage: setting sda-1 new geometry: parted.Geometry instance -- > start: 9324544 end: 62914559 length: 53590016 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b6bfd0> >15:55:40,923 DEBUG storage: setting req0 new geometry: parted.Geometry instance -- > start: 9326592 end: 62914559 length: 53587968 > device: <parted.device.Device object at 0xfff91bce150> PedGeometry: <_ped.Geometry object at 0xfff91b7e050> >15:55:40,936 DEBUG storage: PartitionDevice._setPartedPartition: req0 ; >15:55:40,937 DEBUG storage: device req0 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7fcd0> PedPartition: <_ped.Partition object at 0xfff98df12f0> >15:55:40,945 DEBUG storage: PartitionDevice._setDisk: sda5 ; new: sda ; old: None ; >15:55:40,961 DEBUG storage: DiskDevice.addChild: kids: 3 ; name: sda ; >15:55:40,975 DEBUG storage: PartitionDevice._setPartedPartition: sda5 ; >15:55:40,983 DEBUG storage: device sda5 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 5 path: /dev/sda5 type: 1 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b7eb50> PedPartition: <_ped.Partition object at 0xfff98df1470> >15:55:40,997 DEBUG storage: DeviceTree.getDeviceByName: name: sda4 ; >15:55:41,007 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:41,019 DEBUG storage: DiskDevice.addChild: kids: 4 ; name: sda ; >15:55:41,033 DEBUG storage: PartitionDevice._setFormat: sda4 ; >15:55:41,033 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:41,045 DEBUG storage: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >15:55:41,057 DEBUG storage: DiskDevice.removeChild: kids: 5 ; name: sda ; >15:55:41,064 DEBUG storage: PartitionDevice._setPartedPartition: sda4 ; >15:55:41,069 DEBUG storage: device sda4 new partedPartition parted.Partition instance -- > disk: <parted.disk.Disk object at 0xfff91bce450> fileSystem: None > number: 4 path: /dev/sda4 type: 2 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71e50> PedPartition: <_ped.Partition object at 0xfff91b6fef0> >15:55:41,071 INFO storage: added partition sda4 (id 19) to device tree >15:55:41,081 DEBUG storage: DeviceTree.getDeviceByPath: path: /dev/sda ; >15:55:41,094 DEBUG storage: DeviceTree.getDeviceByPath returned existing 30720MB disk sda (0) with non-existent msdos disklabel >15:55:41,095 DEBUG storage: resolved '/dev/sda' to 'sda' (disk) >15:55:41,098 DEBUG storage: stage1 device cannot be of type disk >15:55:41,099 DEBUG storage: _is_valid_disklabel(sda1) returning True >15:55:41,105 DEBUG storage: _is_valid_size(sda1) returning True >15:55:41,105 DEBUG storage: _is_valid_location(sda1) returning True >15:55:41,105 WARN storage: sda1 not bootable >15:55:41,105 DEBUG storage: _is_valid_format(sda1) returning True >15:55:41,106 DEBUG storage: is_valid_stage1_device(sda1) returning True >15:55:41,123 DEBUG storage: _is_valid_disklabel(sda1) returning True >15:55:41,128 DEBUG storage: _is_valid_size(sda1) returning True >15:55:41,128 DEBUG storage: _is_valid_location(sda1) returning True >15:55:41,128 WARN storage: sda1 not bootable >15:55:41,128 DEBUG storage: _is_valid_format(sda1) returning True >15:55:41,129 DEBUG storage: is_valid_stage1_device(sda1) returning True >15:55:41,130 DEBUG storage: _is_valid_disklabel(sda2) returning True >15:55:41,131 DEBUG storage: _is_valid_size(sda2) returning True >15:55:41,131 DEBUG storage: _is_valid_location(sda2) returning True >15:55:41,135 DEBUG storage: _is_valid_partition(sda2) returning True >15:55:41,135 DEBUG storage: _is_valid_format(sda2) returning True >15:55:41,135 DEBUG storage: is_valid_stage2_device(sda2) returning False >15:55:41,135 ERR storage: /boot filesystem cannot be of type partition >15:55:41,148 INFO storage: not going to create backup copy of non-existent /etc/mdadm.conf >15:55:41,149 INFO storage: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is ['sda'] >15:55:41,815 DEBUG storage: protected device spec /dev/sr0 resolved to sr0 >15:55:41,820 INFO storage: sr0 looks to be the live device; marking as protected >15:55:42,482 DEBUG storage: MultipathTopology._build_topology: >15:55:42,482 DEBUG storage: /etc/multipath.conf contents: >15:55:42,482 DEBUG storage: # multipath.conf written by anaconda >15:55:42,486 DEBUG storage: >15:55:42,492 DEBUG storage: defaults { >15:55:42,492 DEBUG storage: user_friendly_names yes >15:55:42,495 DEBUG storage: } >15:55:42,495 DEBUG storage: blacklist { >15:55:42,495 DEBUG storage: devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" >15:55:42,495 DEBUG storage: devnode "^hd[a-z]" >15:55:42,495 DEBUG storage: devnode "^dcssblk[0-9]*" >15:55:42,496 DEBUG storage: device { >15:55:42,496 DEBUG storage: vendor "DGC" >15:55:42,496 DEBUG storage: product "LUNZ" >15:55:42,496 DEBUG storage: } >15:55:42,501 DEBUG storage: device { >15:55:42,501 DEBUG storage: vendor "IBM" >15:55:42,502 DEBUG storage: product "S/390.*" >15:55:42,502 DEBUG storage: } >15:55:42,502 DEBUG storage: # don't count normal SATA devices as multipaths >15:55:42,505 DEBUG storage: device { >15:55:42,507 DEBUG storage: vendor "ATA" >15:55:42,507 DEBUG storage: } >15:55:42,515 DEBUG storage: # don't count 3ware devices as multipaths >15:55:42,516 DEBUG storage: device { >15:55:42,516 DEBUG storage: vendor "3ware" >15:55:42,520 DEBUG storage: } >15:55:42,522 DEBUG storage: device { >15:55:42,523 DEBUG storage: vendor "AMCC" >15:55:42,530 DEBUG storage: } >15:55:42,530 DEBUG storage: # nor highpoint devices >15:55:42,538 DEBUG storage: device { >15:55:42,538 DEBUG storage: vendor "HPT" >15:55:42,539 DEBUG storage: } >15:55:42,549 DEBUG storage: } >15:55:42,550 DEBUG storage: multipaths { >15:55:42,550 DEBUG storage: } >15:55:42,553 DEBUG storage: (end of /etc/multipath.conf) >15:55:42,789 INFO storage: MultipathTopology: not a multipath: ['sda'] >15:55:42,793 INFO storage: MultipathTopology: found singlepath device: sda >15:55:42,800 INFO storage: MultipathTopology: found non-disk device: sda1 >15:55:42,800 INFO storage: MultipathTopology: found non-disk device: sda2 >15:55:42,800 INFO storage: MultipathTopology: found non-disk device: sda3 >15:55:42,801 INFO storage: MultipathTopology: found non-disk device: sr0 >15:55:42,803 INFO storage: MultipathTopology: found singlepath device: loop0 >15:55:42,810 INFO storage: MultipathTopology: found singlepath device: loop1 >15:55:42,810 INFO storage: MultipathTopology: found singlepath device: loop2 >15:55:42,810 INFO storage: MultipathTopology: found singlepath device: loop3 >15:55:42,811 INFO storage: MultipathTopology: found singlepath device: loop4 >15:55:42,813 INFO storage: MultipathTopology: found singlepath device: loop5 >15:55:42,820 INFO storage: MultipathTopology: found singlepath device: loop6 >15:55:42,820 INFO storage: MultipathTopology: found singlepath device: loop7 >15:55:42,820 INFO storage: MultipathTopology: found singlepath device: dm-0 >15:55:42,822 INFO storage: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sr0', 'loop0', 'loop1', 'loop2', 'loop3', 'loop4', 'loop5', 'loop6', 'loop7', 'dm-0'] >15:55:42,862 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8 /dev/disk/by-path/scsi-0:0:1:0', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40223764', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > '/dev/disk/by-path/scsi-0:0:1:0'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda'} ; name: sda ; >15:55:42,866 INFO storage: scanning sda (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda)... >15:55:42,875 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:55:42,891 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:42,909 DEBUG storage: DeviceTree.addUdevDiskDevice: name: sda ; >15:55:42,914 INFO storage: sda is a disk >15:55:42,915 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:42,938 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: None ; >15:55:42,939 INFO storage: added disk sda (id 20) to device tree >15:55:42,939 DEBUG storage: looking up parted Device: /dev/sda >15:55:42,956 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda ; >15:55:42,969 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: dos ; >15:55:42,988 DEBUG storage: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >15:55:43,009 DEBUG storage: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >15:55:43,182 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 0xfff96efc590>, <parted.partition.Partition object at 0xfff91c1f550>, <parted.partition.Partition object at 0xfff91b71090>] > device: <parted.device.Device object at 0xfff96efc250> > PedDisk: <_ped.Disk object at 0xfff91b7a9e0> >15:55:43,182 DEBUG storage: getFormat('disklabel') returning DiskLabel instance >15:55:43,197 DEBUG storage: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >15:55:43,211 INFO storage: got device: DiskDevice instance (0xfff96ef1950) -- > name = sda status = True kids = 0 id = 20 > parents = [] > uuid = None size = 30720.0 > format = existing msdos disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff9723c830> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xfff96efc4d0> >15:55:43,223 INFO storage: got format: DiskLabel instance (0xfff96efc210) -- > type = disklabel name = partition table (MSDOS) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = msdos partition count = 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 0xfff96efc590>, <parted.partition.Partition object at 0xfff91c1f550>, <parted.partition.Partition object at 0xfff91b71090>] > device: <parted.device.Device object at 0xfff96efc250> > PedDisk: <_ped.Disk object at 0xfff91b7a9e0> > origPartedDisk = <parted.disk.Disk object at 0xfff91b71650> > partedDevice = parted.Device instance -- > model: AIX VDASD path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 62914560 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 1 busy: False > hardwareGeometry: (30720, 64, 32) biosGeometry: (3916, 255, 63) > PedDevice: <_ped.Device object at 0xfff968709e0> > >15:55:43,260 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part1 /dev/disk/by-path/scsi-0:0:1:0-part1', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '8192', > 'ID_PART_ENTRY_TYPE': '0x41', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40276756', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part1', > '/dev/disk/by-path/scsi-0:0:1:0-part1'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1'} ; name: sda1 ; >15:55:43,261 INFO storage: scanning sda1 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1)... >15:55:43,274 DEBUG storage: DeviceTree.getDeviceByName: name: sda1 ; >15:55:43,285 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:43,285 INFO storage: sda1 is a partition >15:55:43,303 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda1 ; >15:55:43,314 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:55:43,330 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (20) with existing msdos disklabel >15:55:43,342 DEBUG storage: DiskDevice.addChild: kids: 0 ; name: sda ; >15:55:43,358 DEBUG storage: PartitionDevice._setFormat: sda1 ; >15:55:43,358 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:43,376 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >15:55:43,376 DEBUG storage: looking up parted Partition: /dev/sda1 >15:55:43,391 DEBUG storage: PartitionDevice.probe: sda1 ; exists: True ; >15:55:43,401 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >15:55:43,422 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >15:55:43,424 DEBUG storage: getFormat('prepboot') returning PPCPRePBoot instance >15:55:43,441 DEBUG storage: PartitionDevice._setFormat: sda1 ; >15:55:43,460 DEBUG storage: PartitionDevice._setFormat: sda1 ; current: None ; type: prepboot ; >15:55:43,461 INFO storage: added partition sda1 (id 21) to device tree >15:55:43,471 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >15:55:43,488 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: dos ; >15:55:43,498 DEBUG storage: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >15:55:43,507 DEBUG storage: DiskLabel.__init__: device: /dev/sda1 ; labelType: dos ; exists: True ; >15:55:43,582 WARN storage: disklabel detected but not usable on sda1 >15:55:43,592 DEBUG storage: no type or existing type for sda1, bailing >15:55:43,601 DEBUG storage: looking up parted Device: /dev/sda1 >15:55:43,610 INFO storage: got device: PartitionDevice instance (0xfff94ae6e90) -- > name = sda1 status = True kids = 0 id = 21 > parents = ['existing 30720MB disk sda (20) with existing msdos disklabel'] > uuid = None size = 4.0 > format = existing prepboot > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 8192 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4, 64, 32) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0xfff9677f7a0> > target size = 0 path = /dev/sda1 > 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 0xfff96efc350> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff96efc5d0> PedPartition: <_ped.Partition object at 0xfff971d5b90> > disk = existing 30720MB disk sda (20) with existing msdos disklabel > start = 2048 end = 10239 length = 8192 > flags = boot, prep >15:55:43,622 INFO storage: got format: PPCPRePBoot instance (0xfff94af0510) -- > type = prepboot name = PPC PReP Boot status = False > device = /dev/sda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >15:55:43,661 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part2 /dev/disk/by-path/scsi-0:0:1:0-part2 /dev/disk/by-uuid/072619ac-3691-4e57-b098-92bb3592a515', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '072619ac-3691-4e57-b098-92bb3592a515', > 'ID_FS_UUID_ENC': '072619ac-3691-4e57-b098-92bb3592a515', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '10240', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '1024000', > 'ID_PART_ENTRY_TYPE': '0x83', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40387959', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part2', > '/dev/disk/by-path/scsi-0:0:1:0-part2', > '/dev/disk/by-uuid/072619ac-3691-4e57-b098-92bb3592a515'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2'} ; name: sda2 ; >15:55:43,662 INFO storage: scanning sda2 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2)... >15:55:43,677 DEBUG storage: DeviceTree.getDeviceByName: name: sda2 ; >15:55:43,688 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:43,699 INFO storage: sda2 is a partition >15:55:43,707 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda2 ; >15:55:43,723 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:55:43,739 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (20) with existing msdos disklabel >15:55:43,746 DEBUG storage: DiskDevice.addChild: kids: 1 ; name: sda ; >15:55:43,772 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:55:43,774 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:43,790 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >15:55:43,790 DEBUG storage: looking up parted Partition: /dev/sda2 >15:55:43,805 DEBUG storage: PartitionDevice.probe: sda2 ; exists: True ; >15:55:43,820 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >15:55:43,832 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >15:55:43,847 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >15:55:43,847 INFO storage: added partition sda2 (id 22) to device tree >15:55:43,862 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >15:55:43,875 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: dos ; >15:55:43,887 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:55:43,896 DEBUG storage: DiskLabel.__init__: device: /dev/sda2 ; labelType: dos ; exists: True ; >15:55:44,018 WARN storage: disklabel detected but not usable on sda2 >15:55:44,019 INFO storage: type detected on 'sda2' is 'ext4' >15:55:44,549 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:44,550 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:44,563 DEBUG storage: PartitionDevice._setFormat: sda2 ; >15:55:44,579 DEBUG storage: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >15:55:44,584 DEBUG storage: looking up parted Device: /dev/sda2 >15:55:44,596 INFO storage: got device: PartitionDevice instance (0xfff96ef6f90) -- > name = sda2 status = True kids = 0 id = 22 > parents = ['existing 30720MB disk sda (20) with existing msdos disklabel'] > uuid = None size = 500.0 > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 1024000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (500, 64, 32) biosGeometry: (63, 255, 63) > PedDevice: <_ped.Device object at 0xfff9655bcb0> > target size = 0 path = /dev/sda2 > 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 0xfff96efc350> fileSystem: <parted.filesystem.FileSystem object at 0xfff91c1fed0> > number: 2 path: /dev/sda2 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91c1f410> PedPartition: <_ped.Partition object at 0xfff971d5d70> > disk = existing 30720MB disk sda (20) with existing msdos disklabel > start = 10240 end = 1034239 length = 1024000 > flags = >15:55:44,621 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:44,624 INFO storage: got format: Ext4FS instance (0xfff91b7e6d0) -- > type = ext4 name = ext4 status = False > device = /dev/sda2 uuid = 072619ac-3691-4e57-b098-92bb3592a515 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = None size = 500.0 targetSize = 500.0 > >15:55:44,665 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part3 /dev/disk/by-path/scsi-0:0:1:0-part3', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_BUS': 'scsi', > 'ID_FS_TYPE': 'LVM2_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'ID_FS_UUID_ENC': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'ID_FS_VERSION': 'LVM2 001', > 'ID_MODEL': 'VDASD', > 'ID_MODEL_ENC': 'VDASD\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '1034240', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '61880320', > 'ID_PART_ENTRY_TYPE': '0x8e', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:1:0', > 'ID_PATH_TAG': 'scsi-0_0_1_0', > 'ID_REVISION': '0001', > 'ID_SCSI': '1', > 'ID_SERIAL': 'SAIX_VDASD_00c0061a00004c00000001312047a27a.8', > 'ID_SERIAL_SHORT': '00c0061a00004c00000001312047a27a.8', > 'ID_TYPE': 'disk', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'LVM2_LV_ATTR': ['-wi-----', '-wi-----'], > 'LVM2_LV_NAME': ['lv_root', 'lv_swap'], > 'LVM2_LV_SIZE': ['24707072.00', '6225920.00'], > 'LVM2_LV_UUID': ['goJ9b2-QoUP-w5u6-v70w-i4W5-JM3h-vPZNa1', > '79O1Of-xKO3-6xEJ-8lVk-dUWb-mFPN-By0JLN'], > 'LVM2_PE_START': '1024.00', > 'LVM2_PV_COUNT': '1', > 'LVM2_PV_NAME': '/dev/sda3', > 'LVM2_PV_PE_ALLOC_COUNT': '944', > 'LVM2_PV_PE_COUNT': '944', > 'LVM2_PV_SIZE': '30932992.00', > 'LVM2_PV_UUID': '3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV', > 'LVM2_VG_EXTENT_COUNT': '944', > 'LVM2_VG_EXTENT_SIZE': '32768.00', > 'LVM2_VG_FREE': '0', > 'LVM2_VG_FREE_COUNT': '0', > 'LVM2_VG_NAME': 'VolGroup', > 'LVM2_VG_SIZE': '30932992.00', > 'LVM2_VG_UUID': 'vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n', > 'MAJOR': '8', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '40348831', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/scsi-SAIX_VDASD_00c0061a00004c00000001312047a27a.8-part3', > '/dev/disk/by-path/scsi-0:0:1:0-part3'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3'} ; name: sda3 ; >15:55:44,669 INFO storage: scanning sda3 (/devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3)... >15:55:44,681 DEBUG storage: DeviceTree.getDeviceByName: name: sda3 ; >15:55:44,698 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:44,698 INFO storage: sda3 is a partition >15:55:44,712 DEBUG storage: DeviceTree.addUdevPartitionDevice: name: sda3 ; >15:55:44,723 DEBUG storage: DeviceTree.getDeviceByName: name: sda ; >15:55:44,743 DEBUG storage: DeviceTree.getDeviceByName returned existing 30720MB disk sda (20) with existing msdos disklabel >15:55:44,755 DEBUG storage: DiskDevice.addChild: kids: 2 ; name: sda ; >15:55:44,775 DEBUG storage: PartitionDevice._setFormat: sda3 ; >15:55:44,780 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:44,788 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >15:55:44,788 DEBUG storage: looking up parted Partition: /dev/sda3 >15:55:44,802 DEBUG storage: PartitionDevice.probe: sda3 ; exists: True ; >15:55:44,813 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >15:55:44,827 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >15:55:44,843 DEBUG storage: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >15:55:44,843 INFO storage: added partition sda3 (id 23) to device tree >15:55:44,862 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >15:55:44,873 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: dos ; >15:55:44,884 DEBUG storage: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >15:55:44,901 DEBUG storage: DiskLabel.__init__: device: /dev/sda3 ; labelType: dos ; exists: True ; >15:55:44,963 WARN storage: disklabel detected but not usable on sda3 >15:55:44,965 INFO storage: type detected on 'sda3' is 'LVM2_member' >15:55:44,982 DEBUG storage: LVMPhysicalVolume.__init__: vgName: VolGroup ; uuid: 3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV ; exists: True ; vgUuid: vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n ; label: None ; peStart: 1.0 ; device: /dev/sda3 ; serial: 00c0061a00004c00000001312047a27a.8 ; >15:55:44,982 DEBUG storage: getFormat('LVM2_member') returning LVMPhysicalVolume instance >15:55:44,993 DEBUG storage: PartitionDevice._setFormat: sda3 ; >15:55:45,009 DEBUG storage: PartitionDevice._setFormat: sda3 ; current: None ; type: lvmpv ; >15:55:45,010 DEBUG storage: looking up parted Device: /dev/sda3 >15:55:45,023 INFO storage: got device: PartitionDevice instance (0xfff94af0450) -- > name = sda3 status = True kids = 0 id = 23 > parents = ['existing 30720MB disk sda (20) with existing msdos disklabel'] > uuid = None size = 30215.0 > format = existing lvmpv > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/vio/30000002/host0/target0:0:1/0:0:1:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 61880320 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (30215, 64, 32) biosGeometry: (3851, 255, 63) > PedDevice: <_ped.Device object at 0xfff9655bdd0> > target size = 0 path = /dev/sda3 > 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 0xfff96efc350> fileSystem: None > number: 3 path: /dev/sda3 type: 0 > name: None active: True busy: False > geometry: <parted.geometry.Geometry object at 0xfff91b71390> PedPartition: <_ped.Partition object at 0xfff971d5950> > disk = existing 30720MB disk sda (20) with existing msdos disklabel > start = 1034240 end = 62914559 length = 61880320 > flags = lvm >15:55:45,031 INFO storage: got format: LVMPhysicalVolume instance (0xfff91b71e50) -- > type = lvmpv name = physical volume (LVM) status = False > device = /dev/sda3 uuid = 3swJGV-8Nub-OBUV-sDn8-HXJd-4sPT-gy3TyV exists = True > options = None supported = True formattable = True resizable = False > vgName = VolGroup vgUUID = vV8cTj-nHAt-XmN6-a2Bs-bRlI-XvML-LSvF0n peStart = 1.0 >15:55:45,059 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/cdrom /dev/disk/by-label/Fedora_17_ppc64 /dev/disk/by-path/scsi-0:0:3:0', > 'DEVNAME': 'sr0', > 'DEVPATH': '/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_BUS': 'scsi', > 'ID_CDROM': '1', > 'ID_CDROM_CD': '1', > 'ID_CDROM_CD_RW': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_DVD_RAM': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '257', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FOR_SEAT': 'block-scsi-0_0_3_0', > 'ID_FS_LABEL': 'Fedora_17_ppc64', > 'ID_FS_LABEL_ENC': 'Fedora_17_ppc64', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'VOPTA', > 'ID_MODEL_ENC': 'VOPTA\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PATH': 'scsi-0:0:3:0', > 'ID_PATH_TAG': 'scsi-0_0_3_0', > 'ID_SCSI': '1', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'AIX', > 'ID_VENDOR_ENC': 'AIX\\x20\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':seat:systemd:uaccess:', > 'USEC_INITIALIZED': '40279215', > 'name': 'sr0', > 'symlinks': ['/dev/cdrom', > '/dev/disk/by-label/Fedora_17_ppc64', > '/dev/disk/by-path/scsi-0:0:3:0'], > 'sysfs_path': '/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0'} ; name: sr0 ; >15:55:45,059 INFO storage: scanning sr0 (/devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0)... >15:55:45,073 DEBUG storage: DeviceTree.getDeviceByName: name: sr0 ; >15:55:45,084 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:45,086 INFO storage: sr0 is a cdrom >15:55:45,094 DEBUG storage: DeviceTree.addUdevOpticalDevice: >15:55:45,096 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:45,111 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: None ; >15:55:45,112 INFO storage: added cdrom sr0 (id 24) to device tree >15:55:45,124 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:55:45,159 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: sr0 ; >15:55:45,171 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: sr0 ; label_type: dos ; >15:55:45,179 DEBUG storage: OpticalDevice.setup: sr0 ; status: True ; controllable: True ; orig: False ; >15:55:45,192 DEBUG storage: DiskLabel.__init__: device: /dev/sr0 ; labelType: dos ; exists: True ; >15:55:45,267 WARN storage: disklabel detected but not usable on sr0 >15:55:45,272 INFO storage: type detected on 'sr0' is 'iso9660' >15:55:45,286 DEBUG storage: Iso9660FS.supported: supported: True ; >15:55:45,291 DEBUG storage: getFormat('iso9660') returning Iso9660FS instance >15:55:45,300 DEBUG storage: OpticalDevice._setFormat: sr0 ; current: None ; type: iso9660 ; >15:55:45,317 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:55:45,335 DEBUG storage: looking up parted Device: /dev/sr0 >15:55:45,339 INFO storage: got device: OpticalDevice instance (0xfff96efc090) -- > name = sr0 status = True kids = 0 id = 24 > parents = [] > uuid = None size = 608.764648438 > format = existing iso9660 filesystem > major = 11 minor = 0 exists = True protected = True > sysfs path = /devices/vio/30000002/host0/target0:0:3/0:0:3:0/block/sr0 partedDevice = parted.Device instance -- > model: AIX VOPTA path: /dev/sr0 type: 1 > sectorSize: 512 physicalSectorSize: 2048 > length: 1246750 openCount: 0 readOnly: True > externalMode: False dirty: False bootDirty: False > host: 0 did: 3 busy: True > hardwareGeometry: (77, 255, 63) biosGeometry: (77, 255, 63) > PedDevice: <_ped.Device object at 0xfff9655bd40> > target size = 0 path = /dev/sr0 > format args = [] originalFormat = None >15:55:45,354 DEBUG storage: Iso9660FS.supported: supported: True ; >15:55:45,355 INFO storage: got format: Iso9660FS instance (0xfff91b7ecd0) -- > type = iso9660 name = iso9660 status = False > device = /dev/sr0 uuid = None exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_17_ppc64 size = 0 targetSize = 0 > >15:55:45,374 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': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40110389', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >15:55:45,375 INFO storage: scanning loop0 (/devices/virtual/block/loop0)... >15:55:45,384 DEBUG storage: DeviceTree.getDeviceByName: name: loop0 ; >15:55:45,398 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:45,399 INFO storage: loop0 is a loop device >15:55:45,413 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop0 ; >15:55:45,423 DEBUG storage: DeviceTree.getDeviceByName: name: /run/initramfs/live/LiveOS/squashfs.img ; >15:55:45,440 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:45,441 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:45,455 DEBUG storage: FileDevice._setFormat: /run/initramfs/live/LiveOS/squashfs.img ; current: None ; type: None ; >15:55:45,462 INFO storage: added file /run/initramfs/live/LiveOS/squashfs.img (id 25) to device tree >15:55:45,478 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /run/initramfs/live/LiveOS/squashfs.img ; >15:55:45,479 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:45,494 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:55:45,497 INFO storage: added loop loop0 (id 26) to device tree >15:55:45,510 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >15:55:45,517 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >15:55:45,518 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:55:45,532 DEBUG storage: LoopDevice.setup: loop0 ; status: False ; controllable: False ; orig: False ; >15:55:45,546 DEBUG storage: DiskLabel.__init__: device: /dev/loop0 ; labelType: None ; exists: True ; >15:55:45,593 WARN storage: disklabel detected but not usable on loop0 >15:55:45,593 INFO storage: type detected on 'loop0' is 'squashfs' >15:55:45,594 DEBUG storage: getFormat('squashfs') returning DeviceFormat instance >15:55:45,605 DEBUG storage: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >15:55:45,607 INFO storage: got device: LoopDevice instance (0xfff91b71550) -- > name = loop0 status = False kids = 0 id = 26 > parents = ['existing 0MB file /run/initramfs/live/LiveOS/squashfs.img (25)'] > 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 >15:55:45,630 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2', > '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': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_UUID_ENC': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40222079', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >15:55:45,634 INFO storage: scanning loop1 (/devices/virtual/block/loop1)... >15:55:45,643 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >15:55:45,652 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:45,652 INFO storage: loop1 is a loop device >15:55:45,658 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop1 ; >15:55:45,670 DEBUG storage: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >15:55:45,683 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:45,686 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:45,702 DEBUG storage: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >15:55:45,702 INFO storage: added file /LiveOS/rootfs.img (id 27) to device tree >15:55:45,714 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >15:55:45,714 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:45,733 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >15:55:45,734 INFO storage: added loop loop1 (id 28) to device tree >15:55:45,744 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >15:55:45,761 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >15:55:45,774 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:45,776 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:45,780 DEBUG storage: device loop1 does not contain a disklabel >15:55:45,781 INFO storage: type detected on 'loop1' is 'ext4' >15:55:46,213 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:46,216 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:46,230 DEBUG storage: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >15:55:46,238 INFO storage: got device: LoopDevice instance (0xfff91b7ef10) -- > name = loop1 status = False kids = 0 id = 28 > parents = ['existing 0MB file /LiveOS/rootfs.img (27)'] > 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 >15:55:46,253 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:46,255 INFO storage: got format: Ext4FS instance (0xfff91b7ed10) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = b74524e1-b210-4b44-9dce-5d193d6a57c2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >15:55:46,275 DEBUG storage: DeviceTree.addUdevDevice: info: {'ANACBIN': '/sbin', > 'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'USEC_INITIALIZED': '40105503', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >15:55:46,276 INFO storage: scanning loop2 (/devices/virtual/block/loop2)... >15:55:46,288 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >15:55:46,298 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:46,299 INFO storage: loop2 is a loop device >15:55:46,315 DEBUG storage: DeviceTree.addUdevLoopDevice: name: loop2 ; >15:55:46,328 DEBUG storage: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >15:55:46,343 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:46,344 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:46,359 DEBUG storage: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >15:55:46,360 INFO storage: added file /overlay (deleted) (id 29) to device tree >15:55:46,374 DEBUG storage: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >15:55:46,375 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:46,391 DEBUG storage: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >15:55:46,392 INFO storage: added loop loop2 (id 30) to device tree >15:55:46,399 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >15:55:46,423 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >15:55:46,426 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:46,442 DEBUG storage: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >15:55:46,455 DEBUG storage: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >15:55:46,511 WARN storage: disklabel detected but not usable on loop2 >15:55:46,512 DEBUG storage: no type or existing type for loop2, bailing >15:55:46,520 INFO storage: got device: LoopDevice instance (0xfff91b7ef50) -- > name = loop2 status = False kids = 0 id = 30 > parents = ['existing 0MB file /overlay (deleted) (29)'] > 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 >15:55:46,533 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': '40104700', > 'name': 'loop3', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop3'} ; name: loop3 ; >15:55:46,536 INFO storage: ignoring loop3 (/devices/virtual/block/loop3) >15:55:46,538 DEBUG storage: lvm filter: adding loop3 to the reject list >15:55:46,555 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': '40108731', > 'name': 'loop4', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop4'} ; name: loop4 ; >15:55:46,557 INFO storage: ignoring loop4 (/devices/virtual/block/loop4) >15:55:46,561 DEBUG storage: lvm filter: adding loop4 to the reject list >15:55:46,576 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': '40103851', > 'name': 'loop5', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop5'} ; name: loop5 ; >15:55:46,581 INFO storage: ignoring loop5 (/devices/virtual/block/loop5) >15:55:46,581 DEBUG storage: lvm filter: adding loop5 to the reject list >15:55:46,594 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': '40104591', > 'name': 'loop6', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop6'} ; name: loop6 ; >15:55:46,595 INFO storage: ignoring loop6 (/devices/virtual/block/loop6) >15:55:46,596 DEBUG storage: lvm filter: adding loop6 to the reject list >15:55:46,613 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': '40109320', > 'name': 'loop7', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop7'} ; name: loop7 ; >15:55:46,614 INFO storage: ignoring loop7 (/devices/virtual/block/loop7) >15:55:46,616 DEBUG storage: lvm filter: adding loop7 to the reject list >15:55:46,621 DEBUG storage: Skipping a device mapper drive (dm-0) for now >15:55:47,326 INFO storage: devices to scan: ['dm-0'] >15:55:47,357 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/b74524e1-b210-4b44-9dce-5d193d6a57c2 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SBIN_PATH': '/sbin', > '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': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_UUID_ENC': 'b74524e1-b210-4b44-9dce-5d193d6a57c2', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '25374086', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/b74524e1-b210-4b44-9dce-5d193d6a57c2', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >15:55:47,358 INFO storage: scanning live-rw (/devices/virtual/block/dm-0)... >15:55:47,372 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >15:55:47,380 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:47,386 INFO storage: live-rw is a device-mapper device >15:55:47,396 DEBUG storage: DeviceTree.addUdevDMDevice: name: live-rw ; >15:55:47,413 DEBUG storage: DeviceTree.getDeviceByName: name: loop1 ; >15:55:47,425 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (28) with existing ext4 filesystem >15:55:47,444 DEBUG storage: DeviceTree.getDeviceByName: name: loop2 ; >15:55:47,457 DEBUG storage: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (30) >15:55:47,469 DEBUG storage: DeviceTree.getDeviceByName: name: live-rw ; >15:55:47,484 DEBUG storage: DeviceTree.getDeviceByName returned None >15:55:47,499 DEBUG storage: LoopDevice.addChild: kids: 0 ; name: loop2 ; >15:55:47,499 DEBUG storage: getFormat('None') returning DeviceFormat instance >15:55:47,510 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: None ; >15:55:47,510 INFO storage: added dm live-rw (id 31) to device tree >15:55:47,522 DEBUG storage: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >15:55:47,533 DEBUG storage: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >15:55:47,540 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:47,549 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:47,549 DEBUG storage: device live-rw does not contain a disklabel >15:55:47,549 INFO storage: type detected on 'live-rw' is 'ext4' >15:55:47,929 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:47,932 DEBUG storage: getFormat('ext4') returning Ext4FS instance >15:55:47,943 DEBUG storage: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >15:55:47,947 DEBUG storage: looking up parted Device: /dev/mapper/live-rw >15:55:47,950 INFO storage: got device: DMDevice instance (0xfff91b7eed0) -- > name = live-rw status = True kids = 0 id = 31 > parents = ['existing 0MB loop loop2 (30)'] > 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 0xfff9723c5f0> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >15:55:47,967 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:47,969 INFO storage: got format: Ext4FS instance (0xfff98e02690) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = b74524e1-b210-4b44-9dce-5d193d6a57c2 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 1024.0 targetSize = 1024.0 > >15:55:48,663 DEBUG storage: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >15:55:48,679 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >15:55:48,697 DEBUG storage: PPCPRePBoot.teardown: device: /dev/sda1 ; status: False ; type: prepboot ; >15:55:49,173 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >15:55:49,190 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:49,215 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:49,977 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >15:55:50,466 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >15:55:50,498 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:50,514 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:51,050 DEBUG storage: PartitionDevice.teardown: sda3 ; status: True ; controllable: True ; >15:55:51,068 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >15:55:51,093 DEBUG storage: LVMPhysicalVolume.teardown: device: /dev/sda3 ; status: False ; type: lvmpv ; >15:55:51,794 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >15:55:51,815 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:51,835 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:52,297 DEBUG storage: OpticalDevice.teardown: sr0 ; status: True ; controllable: True ; >15:55:52,771 DEBUG storage: LoopDevice.teardown: loop0 ; status: False ; controllable: False ; >15:55:52,784 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >15:55:52,801 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >15:55:52,803 INFO storage: not going to restore from backup of non-existent /etc/mdadm.conf >15:55:52,828 INFO storage: edd: collected mbr signatures: {'sda': '0x000e49ca'} >15:55:52,835 DEBUG storage: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >15:55:52,860 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >15:55:52,979 DEBUG storage: PartitionDevice.teardown: sda2 ; status: True ; controllable: True ; >15:55:53,599 DEBUG storage: DiskDevice.teardown: sda ; status: True ; controllable: True ; >15:55:53,615 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:53,632 DEBUG storage: DiskLabel.teardown: device: /dev/sda ; status: False ; type: disklabel ; >15:55:54,392 DEBUG storage: LoopDevice.setup: loop1 ; status: False ; controllable: False ; orig: False ; >15:55:54,395 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >15:55:54,439 WARN storage: mount of loop1 as ext4 failed: mount failed: (32, 'mount: /dev/loop1 is already mounted or /mnt/sysimage busy') >15:55:54,461 DEBUG storage: LoopDevice.teardown: loop1 ; status: False ; controllable: False ; >15:55:54,471 DEBUG storage: DMDevice.setup: live-rw ; status: True ; controllable: False ; orig: False ; >15:55:54,477 INFO storage: set SELinux context for mountpoint /mnt/sysimage to system_u:object_r:mnt_t:s0 >15:55:54,515 WARN storage: mount of live-rw as ext4 failed: mount failed: (32, 'mount: /dev/mapper/live-rw is already mounted or /mnt/sysimage busy\n /dev/mapper/live-rw is already mounted on /') >15:55:54,531 DEBUG storage: DMDevice.teardown: live-rw ; status: True ; controllable: False ; >15:55:54,546 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:54,562 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:54,590 DEBUG storage: Ext4FS.supported: supported: True ; >15:55:54,607 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; >15:55:54,635 DEBUG storage: Iso9660FS.supported: supported: True ; >15:55:54,846 DEBUG storage: OpticalDevice.mediaPresent: sr0 ; status: True ; > > >/tmp/ifcfg.log: >19:51:28,257 DEBUG ifcfg: Network object created called > > >/proc/cmdline: >ro root=live:CDLABEL=Fedora_17_ppc64 vnc ip=9.5.250.145::9.5.250.1:255.255.255.0:sharpie.rchland.ibm.com:eth0:none ip=9.5.252.203::9.5.252.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 > > >/tmp/syslog: >19:50:41,149 INFO kernel:imklog 5.8.10, log source = /proc/kmsg started. >19:50:41,149 INFO rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="909" x-info="http://www.rsyslog.com"] start >19:50:41,150 INFO kernel:[ 0.000000] Phyp-dump disabled at boot time >19:50:41,150 ERR systemd-remount: Failed to open /etc/fstab: No such file or directory >19:50:41,150 DEBUG kernel:[ 0.000000] Allocated 2097152 bytes for 1024 pacas at c00000000eb90000 >19:50:41,150 INFO kernel:[ 0.000000] Using pSeries machine description >19:50:41,150 DEBUG kernel:[ 0.000000] Page orders: linear mapping = 24, virtual = 16, io = 12, vmemmap = 24 >19:50:41,150 INFO systemd-fsck: Root directory is writable, skipping check. >19:50:41,150 WARNING (plymouth): Failed at step EXEC spawning /bin/plymouth: No such file or directory >19:50:41,150 WARNING (lymouthd): Failed at step EXEC spawning /sbin/plymouthd: No such file or directory >19:50:41,150 INFO systemd-tmpfile: Successfully loaded SELinux database in 99ms 579us, size on heap is 535K. >19:50:41,150 WARNING (plymouth): Failed at step EXEC spawning /bin/plymouth: No such file or directory >19:50:41,150 WARNING (plymouth): Failed at step EXEC spawning /bin/plymouth: No such file or directory >19:50:41,150 ERR udevd: setfilecon /dev/vcsa2 failed: No such file or directory >19:50:41,150 INFO kernel:[ 0.000000] Using 1TB segments >19:50:41,153 WARNING kernel:[ 0.000000] Found initrd at 0xc000000003980000:0xc00000000502eec8 >19:50:41,153 INFO kernel:[ 0.000000] bootconsole [udbg0] enabled >19:50:41,153 INFO kernel:[ 0.000000] Partition configured for 56 cpus. >19:50:41,153 INFO kernel:[ 0.000000] CPU maps initialized for 4 threads per core >19:50:41,153 DEBUG kernel:[ 0.000000] (thread shift is 2) >19:50:41,153 DEBUG kernel:[ 0.000000] Freed 1966080 bytes for unused pacas >19:50:41,153 WARNING kernel:[ 0.000000] Starting Linux PPC64 #1 SMP Mon May 14 10:18:37 MST 2012 >19:50:41,153 WARNING kernel:[ 0.000000] ----------------------------------------------------- >19:50:41,153 WARNING kernel:[ 0.000000] ppc64_pft_size = 0x1a >19:50:41,153 WARNING kernel:[ 0.000000] physicalMemorySize = 0x100000000 >19:50:41,153 WARNING kernel:[ 0.000000] htab_hash_mask = 0x7ffff >19:50:41,153 WARNING kernel:[ 0.000000] ----------------------------------------------------- >19:50:41,153 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >19:50:41,153 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >19:50:41,153 NOTICE kernel:[ 0.000000] Linux version 3.3.4-5.fc17.ppc64 (mockbuild@ppc-builder2.qa.fedoraproject.org) (gcc version 4.7.0 20120504 (Red Hat 4.7.0-4) (GCC) ) #1 SMP Mon May 14 10:18:37 MST 2012 >19:50:41,153 WARNING kernel:[ 0.000000] [boot]0012 Setup Arch >19:50:41,153 DEBUG kernel:[ 0.000000] Node 0 Memory: 0x0-0x100000000 >19:50:41,153 WARNING kernel:[ 0.000000] EEH: No capable adapters found >19:50:41,153 INFO kernel:[ 0.000000] PPC64 nvram contains 15360 bytes >19:50:41,153 WARNING kernel:[ 0.000000] Zone PFN ranges: >19:50:41,153 WARNING kernel:[ 0.000000] DMA 0x00000000 -> 0x00010000 >19:50:41,153 WARNING kernel:[ 0.000000] Normal empty >19:50:41,153 WARNING kernel:[ 0.000000] Movable zone start PFN for each node >19:50:41,153 WARNING kernel:[ 0.000000] Early memory PFN ranges >19:50:41,153 WARNING kernel:[ 0.000000] 0: 0x00000000 -> 0x00010000 >19:50:41,153 DEBUG kernel:[ 0.000000] On node 0 totalpages: 65536 >19:50:41,153 DEBUG kernel:[ 0.000000] DMA zone: 56 pages used for memmap >19:50:41,153 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >19:50:41,153 DEBUG kernel:[ 0.000000] DMA zone: 65480 pages, LIFO batch:1 >19:50:41,153 WARNING kernel:[ 0.000000] [boot]0015 Setup Done >19:50:41,153 INFO kernel:[ 0.000000] PERCPU: Embedded 2 pages/cpu @c000000001700000 s84608 r0 d46464 u131072 >19:50:41,153 DEBUG kernel:[ 0.000000] pcpu-alloc: s84608 r0 d46464 u131072 alloc=1*1048576 >19:50:41,153 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 >19:50:41,153 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 >19:50:41,153 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 [0] 40 41 42 43 44 45 46 47 >19:50:41,153 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 48 49 50 51 52 53 54 55 >19:50:41,153 WARNING kernel:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 65480 >19:50:41,153 WARNING kernel:[ 0.000000] Policy zone: DMA >19:50:41,153 NOTICE kernel:[ 0.000000] Kernel command line: ro root=live:CDLABEL=Fedora_17_ppc64 vnc ip=9.5.250.145::9.5.250.1:255.255.255.0:sharpie.rchland.ibm.com:eth0:none ip=9.5.252.203::9.5.252.1:255.255.255.0::eth1:none nameserver=9.10.244.100 bootdev=eth0 >19:50:41,153 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes) >19:50:41,153 WARNING kernel:[ 0.000000] freeing bootmem node 0 >19:50:41,153 INFO kernel:[ 0.000000] Memory: 4102976k/4194304k available (17920k kernel code, 91328k reserved, 1856k data, 2952k bss, 6656k init) >19:50:41,153 INFO kernel:[ 0.000000] SLUB: Genslabs=19, HWalign=128, Order=0-3, MinObjects=0, CPUs=56, Nodes=256 >19:50:41,153 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >19:50:41,153 INFO kernel:[ 0.000000] NR_IRQS:512 nr_irqs:512 16 >19:50:41,153 DEBUG kernel:[ 0.000000] pic: no ISA interrupt controller >19:50:41,153 DEBUG kernel:[ 0.000000] time_init: decrementer frequency = 512.000000 MHz >19:50:41,153 DEBUG kernel:[ 0.000000] time_init: processor frequency = 3550.000000 MHz >19:50:41,153 INFO kernel:[ 0.000000] clocksource: timebase mult[1f40000] shift[24] registered >19:50:41,153 DEBUG kernel:[ 0.000000] clockevent: decrementer mult[83126e98] shift[32] cpu[0] >19:50:41,153 INFO kernel:[ 0.000000] Console: colour dummy device 80x25 >19:50:41,153 INFO kernel:[ 0.000000] console [hvc0] enabled, bootconsole disabled >19:50:41,153 INFO kernel:[ 0.000000] allocated 1048576 bytes of page_cgroup >19:50:41,153 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >19:50:41,153 INFO kernel:[ 0.012873] pid_max: default: 57344 minimum: 448 >19:50:41,153 INFO kernel:[ 0.013008] Security Framework initialized >19:50:41,153 INFO kernel:[ 0.013026] SELinux: Initializing. >19:50:41,153 DEBUG kernel:[ 0.013033] SELinux: Starting in permissive mode >19:50:41,153 INFO kernel:[ 0.017703] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes) >19:50:41,153 INFO kernel:[ 0.018705] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes) >19:50:41,153 INFO kernel:[ 0.021233] Mount-cache hash table entries: 4096 >19:50:41,153 INFO kernel:[ 0.028605] Initializing cgroup subsys cpuacct >19:50:41,153 INFO kernel:[ 0.028614] Initializing cgroup subsys memory >19:50:41,153 INFO kernel:[ 0.028694] Initializing cgroup subsys devices >19:50:41,153 INFO kernel:[ 0.028699] Initializing cgroup subsys freezer >19:50:41,153 INFO kernel:[ 0.028703] Initializing cgroup subsys net_cls >19:50:41,153 INFO kernel:[ 0.028708] Initializing cgroup subsys blkio >19:50:41,153 INFO kernel:[ 0.028714] Initializing cgroup subsys perf_event >19:50:41,153 INFO kernel:[ 0.028765] ftrace: allocating 21118 entries in 8 pages >19:50:41,153 INFO kernel:[ 0.063777] POWER7 performance monitor hardware support registered >19:50:41,153 INFO kernel:[ 0.250290] Brought up 56 CPUs >19:50:41,153 DEBUG kernel:[ 0.250317] Node 0 CPUs: 0-55 >19:50:41,153 INFO kernel:[ 0.250564] Enabling Asymmetric SMT scheduling >19:50:41,153 INFO kernel:[ 0.271183] devtmpfs: initialized >19:50:41,153 INFO kernel:[ 0.297202] atomic64 test passed >19:50:41,153 INFO kernel:[ 0.297347] NET: Registered protocol family 16 >19:50:41,153 INFO kernel:[ 0.297368] IBM eBus Device Driver >19:50:41,153 INFO kernel:[ 0.327918] PCI: Probing PCI hardware >19:50:41,153 DEBUG kernel:[ 0.327932] PCI: Probing PCI hardware done >19:50:41,153 WARNING kernel:[ 0.327940] opal: Node not found >19:50:41,153 INFO kernel:[ 0.342184] bio: create slab <bio-0> at 0 >19:50:41,153 INFO kernel:[ 0.349725] vgaarb: loaded >19:50:41,153 NOTICE kernel:[ 0.349885] SCSI subsystem initialized >19:50:41,153 DEBUG kernel:[ 0.351726] libata version 3.00 loaded. >19:50:41,153 INFO kernel:[ 0.351802] usbcore: registered new interface driver usbfs >19:50:41,153 INFO kernel:[ 0.351825] usbcore: registered new interface driver hub >19:50:41,153 INFO kernel:[ 0.360745] usbcore: registered new device driver usb >19:50:41,153 INFO kernel:[ 0.369326] NetLabel: Initializing >19:50:41,153 INFO kernel:[ 0.369333] NetLabel: domain hash size = 128 >19:50:41,153 INFO kernel:[ 0.369338] NetLabel: protocols = UNLABELED CIPSOv4 >19:50:41,153 INFO kernel:[ 0.369360] NetLabel: unlabeled traffic allowed by default >19:50:41,153 INFO kernel:[ 0.369392] Switching to clocksource timebase >19:50:41,153 INFO kernel:[ 0.500194] NET: Registered protocol family 2 >19:50:41,153 INFO kernel:[ 0.500369] IP route cache hash table entries: 32768 (order: 2, 262144 bytes) >19:50:41,153 INFO kernel:[ 0.502602] TCP established hash table entries: 131072 (order: 5, 2097152 bytes) >19:50:41,153 INFO kernel:[ 0.508770] TCP bind hash table entries: 65536 (order: 4, 1048576 bytes) >19:50:41,153 INFO kernel:[ 0.511136] TCP: Hash tables configured (established 131072 bind 65536) >19:50:41,153 INFO kernel:[ 0.511149] TCP reno registered >19:50:41,153 INFO kernel:[ 0.511166] UDP hash table entries: 2048 (order: 0, 65536 bytes) >19:50:41,153 INFO kernel:[ 0.511214] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes) >19:50:41,153 INFO kernel:[ 0.514884] NET: Registered protocol family 1 >19:50:41,153 DEBUG kernel:[ 0.514903] PCI: CLS 0 bytes, default 128 >19:50:41,153 INFO kernel:[ 0.514978] Unpacking initramfs... >19:50:41,153 INFO kernel:[ 17.731598] Freeing initrd memory: 23232k freed >19:50:41,153 DEBUG kernel:[ 17.736443] RTAS daemon started >19:50:41,153 DEBUG kernel:[ 17.737560] RTAS: event: 340, Type: Platform Error, Severity: 2 >19:50:41,153 INFO kernel:[ 17.737762] vio 30000000: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.769198] IOMMU table initialized, virtual merging enabled >19:50:41,153 INFO kernel:[ 17.786406] vio 30000004: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.836341] vio 4000: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.836382] vio 4001: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.836414] vio 4002: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.836443] vio 4004: Warning: IOMMU dma not supported: mask 0xffffffffffffffff, table unavailable >19:50:41,153 INFO kernel:[ 17.839344] audit: initializing netlink socket (disabled) >19:50:41,153 NOTICE kernel:[ 17.839380] type=2000 audit(1344973811.790:1): initialized >19:50:41,153 INFO kernel:[ 18.289334] HugeTLB registered 16 MB page size, pre-allocated 0 pages >19:50:41,153 INFO kernel:[ 18.289353] HugeTLB registered 16 GB page size, pre-allocated 0 pages >19:50:41,153 NOTICE kernel:[ 18.301392] VFS: Disk quotas dquot_6.5.2 >19:50:41,153 WARNING kernel:[ 18.301592] Dquot-cache hash table entries: 8192 (order 0, 65536 bytes) >19:50:41,153 INFO kernel:[ 18.309161] msgmni has been set to 8060 >19:50:41,153 DEBUG kernel:[ 18.309319] SELinux: Registering netfilter hooks >19:50:41,153 INFO kernel:[ 18.328036] alg: No test for stdrng (krng) >19:50:41,153 INFO kernel:[ 18.328065] NET: Registered protocol family 38 >19:50:41,153 INFO kernel:[ 18.328153] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) >19:50:41,153 INFO kernel:[ 18.329518] io scheduler noop registered >19:50:41,153 INFO kernel:[ 18.329527] io scheduler deadline registered >19:50:41,153 INFO kernel:[ 18.329642] io scheduler cfq registered (default) >19:50:41,153 INFO kernel:[ 18.329724] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >19:50:41,153 DEBUG kernel:[ 18.331384] vio_register_driver: driver hvc_console registering >19:50:41,153 INFO kernel:[ 18.359224] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >19:50:41,153 INFO kernel:[ 18.371623] Linux agpgart interface v0.103 >19:50:41,153 INFO kernel:[ 18.389303] loop: module loaded >19:50:41,153 INFO kernel:[ 18.389373] Uniform Multi-Platform E-IDE driver >19:50:41,153 INFO kernel:[ 18.389441] ide-gd driver 1.18 >19:50:41,153 INFO kernel:[ 18.389617] Fixed MDIO Bus: probed >19:50:41,153 INFO kernel:[ 18.391171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >19:50:41,153 INFO kernel:[ 18.391211] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >19:50:41,153 INFO kernel:[ 18.391235] uhci_hcd: USB Universal Host Controller Interface driver >19:50:41,153 INFO kernel:[ 18.391313] usbcore: registered new interface driver usbserial >19:50:41,153 INFO kernel:[ 18.391329] USB Serial support registered for generic >19:50:41,153 INFO kernel:[ 18.391346] usbcore: registered new interface driver usbserial_generic >19:50:41,153 INFO kernel:[ 18.391353] usbserial: USB Serial Driver core >19:50:41,153 INFO kernel:[ 18.392863] mousedev: PS/2 mouse device common for all mice >19:50:41,153 INFO kernel:[ 18.397739] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0 >19:50:41,153 INFO kernel:[ 18.397866] device-mapper: uevent: version 1.0.3 >19:50:41,153 INFO kernel:[ 18.400363] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com >19:50:41,153 INFO kernel:[ 18.400610] usbcore: registered new interface driver usbhid >19:50:41,153 INFO kernel:[ 18.400617] usbhid: USB HID core driver >19:50:41,153 INFO kernel:[ 18.400803] ip_tables: (C) 2000-2006 Netfilter Core Team >19:50:41,153 INFO kernel:[ 18.403234] TCP cubic registered >19:50:41,153 INFO kernel:[ 18.403244] Initializing XFRM netlink socket >19:50:41,153 INFO kernel:[ 18.403515] NET: Registered protocol family 10 >19:50:41,153 INFO kernel:[ 18.403919] Mobile IPv6 >19:50:41,153 INFO kernel:[ 18.403927] NET: Registered protocol family 17 >19:50:41,153 NOTICE kernel:[ 18.403939] Registering the dns_resolver key type >19:50:41,153 DEBUG kernel:[ 18.403967] Running MSI bitmap self-tests ... >19:50:41,153 DEBUG kernel:[ 18.410712] PM: Hibernation image not present or could not be loaded. >19:50:41,153 INFO kernel:[ 18.411592] registered taskstats version 1 >19:50:41,153 INFO kernel:[ 18.419273] rtc-generic rtc-generic: setting system clock to 2012-08-14 19:50:12 UTC (1344973812) >19:50:41,153 INFO kernel:[ 18.419293] Initializing network drop monitor service >19:50:41,153 INFO kernel:[ 18.427742] Freeing unused kernel memory: 6656k freed >19:50:41,153 DEBUG kernel:[ 18.731541] RTAS: event: 341, Type: Platform Error, Severity: 2 >19:50:41,153 INFO kernel:[ 19.843365] squashfs: version 4.0 (2009/01/31) Phillip Lougher >19:50:41,153 INFO kernel:[ 19.861255] Loading iSCSI transport class v2.0-870. >19:50:41,153 NOTICE kernel:[ 19.873481] iscsi: registered transport (tcp) >19:50:41,153 INFO kernel:[ 19.887701] alua: device handler registered >19:50:41,153 INFO kernel:[ 19.894179] emc: device handler registered >19:50:41,153 INFO kernel:[ 19.904408] hp_sw: device handler registered >19:50:41,153 INFO kernel:[ 19.920637] rdac: device handler registered >19:50:41,153 INFO kernel:[ 20.072842] md: raid0 personality registered for level 0 >19:50:41,153 INFO kernel:[ 20.086831] md: raid1 personality registered for level 1 >19:50:41,153 INFO kernel:[ 20.100276] async_tx: api initialized (async) >19:50:41,153 INFO kernel:[ 20.100548] xor: measuring software checksum speed >19:50:41,153 INFO kernel:[ 20.149870] 8regs : 2432.000 MB/sec >19:50:41,153 INFO kernel:[ 20.201101] 8regs_prefetch: 2419.200 MB/sec >19:50:41,153 INFO kernel:[ 20.249265] 32regs : 2937.600 MB/sec >19:50:41,153 INFO kernel:[ 20.299170] 32regs_prefetch: 2169.600 MB/sec >19:50:41,153 INFO kernel:[ 20.299187] xor: using function: 32regs (2937.600 MB/sec) >19:50:41,153 WARNING kernel:[ 20.470447] raid6: int64x1 375 MB/s >19:50:41,153 WARNING kernel:[ 20.640296] raid6: int64x2 721 MB/s >19:50:41,153 WARNING kernel:[ 20.809272] raid6: int64x4 838 MB/s >19:50:41,153 WARNING kernel:[ 20.980678] raid6: int64x8 495 MB/s >19:50:41,153 WARNING kernel:[ 21.150093] raid6: altivecx1 1000 MB/s >19:50:41,153 WARNING kernel:[ 21.320067] raid6: altivecx2 1526 MB/s >19:50:41,153 WARNING kernel:[ 21.491171] raid6: altivecx4 1992 MB/s >19:50:41,153 WARNING kernel:[ 21.659144] raid6: altivecx8 1718 MB/s >19:50:41,153 WARNING kernel:[ 21.659161] raid6: using algorithm altivecx4 (1992 MB/s) >19:50:41,153 INFO kernel:[ 21.664561] md: raid6 personality registered for level 6 >19:50:41,153 INFO kernel:[ 21.664572] md: raid5 personality registered for level 5 >19:50:41,153 INFO kernel:[ 21.664578] md: raid4 personality registered for level 4 >19:50:41,153 INFO kernel:[ 21.712063] md: raid10 personality registered for level 10 >19:50:41,153 INFO kernel:[ 21.725094] md: linear personality registered for level -1 >19:50:41,153 INFO kernel:[ 21.778752] device-mapper: multipath: version 1.3.0 loaded >19:50:41,154 INFO kernel:[ 21.784715] device-mapper: multipath round-robin: version 1.0.0 loaded >19:50:41,154 INFO kernel:[ 22.738314] RPC: Registered named UNIX socket transport module. >19:50:41,154 INFO kernel:[ 22.738338] RPC: Registered udp transport module. >19:50:41,154 INFO kernel:[ 22.738344] RPC: Registered tcp transport module. >19:50:41,154 INFO kernel:[ 22.738350] RPC: Registered tcp NFSv4.1 backchannel transport module. >19:50:41,154 DEBUG kernel:[ 23.817668] ibmveth: IBM Power Virtual Ethernet Driver 1.04 >19:50:41,154 DEBUG kernel:[ 23.819046] vio_register_driver: driver ibmveth registering >19:50:41,154 DEBUG kernel:[ 23.821557] vio_register_driver: driver ibmvscsi registering >19:50:41,154 INFO kernel:[ 23.830308] ibmvscsi 30000002: SRP_VERSION: 16.a >19:50:41,154 INFO kernel:[ 23.830672] scsi0 : IBM POWER Virtual SCSI Adapter 1.5.9 >19:50:41,154 INFO kernel:[ 23.831876] ibmvscsi 30000002: partner initialization complete >19:50:41,154 INFO kernel:[ 23.832115] ibmvscsi 30000002: host srp version: 16.a, host partition vios (1), OS 3, max io 262144 >19:50:41,154 INFO kernel:[ 23.832715] ibmvscsi 30000002: Client reserve enabled >19:50:41,154 INFO kernel:[ 23.832735] ibmvscsi 30000002: sent SRP login >19:50:41,154 INFO kernel:[ 23.832865] ibmvscsi 30000002: SRP_LOGIN succeeded >19:50:41,154 INFO kernel:[ 23.867768] ibmvscsi 30000005: SRP_VERSION: 16.a >19:50:41,154 WARNING kernel:[ 23.867822] ibmvscsi 30000005: Error -7 opening adapter >19:50:41,154 ERR kernel:[ 23.867845] ibmvscsi 30000005: couldn't initialize crq. rc=-1 >19:50:41,154 WARNING kernel:[ 23.869019] ibmvscsi: probe of 30000005 failed with error -1 >19:50:41,154 NOTICE kernel:[ 23.869653] scsi 0:0:1:0: Direct-Access AIX VDASD 0001 PQ: 0 ANSI: 3 >19:50:41,154 ERR kernel:[ 23.870401] ibmveth 30000003: (unregistered net_device): unable to change checksum offload settings. 1 rc=0 ret_attr=2600 >19:50:41,154 ERR kernel:[ 23.873156] ibmveth 30000006: (unregistered net_device): unable to change checksum offload settings. 1 rc=0 ret_attr=2e00 >19:50:41,154 NOTICE kernel:[ 23.881614] scsi 0:0:3:0: CD-ROM AIX VOPTA PQ: 0 ANSI: 4 >19:50:41,154 NOTICE kernel:[ 24.348267] sd 0:0:1:0: Attached scsi generic sg0 type 0 >19:50:41,154 NOTICE kernel:[ 24.350192] sd 0:0:1:0: [sda] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB) >19:50:41,154 NOTICE kernel:[ 24.350300] sd 0:0:1:0: [sda] Write Protect is off >19:50:41,154 DEBUG kernel:[ 24.350317] sd 0:0:1:0: [sda] Mode Sense: 17 00 00 08 >19:50:41,154 NOTICE kernel:[ 24.351198] sd 0:0:1:0: [sda] Cache data unavailable >19:50:41,154 ERR kernel:[ 24.351209] sd 0:0:1:0: [sda] Assuming drive cache: write through >19:50:41,154 WARNING kernel:[ 24.357767] sr0: scsi-1 drive >19:50:41,154 INFO kernel:[ 24.357779] cdrom: Uniform CD-ROM driver Revision: 3.20 >19:50:41,154 DEBUG kernel:[ 24.358024] sr 0:0:3:0: Attached scsi CD-ROM sr0 >19:50:41,154 NOTICE kernel:[ 24.358398] sr 0:0:3:0: Attached scsi generic sg1 type 5 >19:50:41,154 NOTICE kernel:[ 24.361327] sd 0:0:1:0: [sda] Cache data unavailable >19:50:41,154 ERR kernel:[ 24.361337] sd 0:0:1:0: [sda] Assuming drive cache: write through >19:50:41,154 INFO kernel:[ 24.368289] sda: sda1 sda2 sda3 >19:50:41,154 NOTICE kernel:[ 24.380863] sd 0:0:1:0: [sda] Cache data unavailable >19:50:41,154 ERR kernel:[ 24.380877] sd 0:0:1:0: [sda] Assuming drive cache: write through >19:50:41,154 NOTICE kernel:[ 24.380886] sd 0:0:1:0: [sda] Attached SCSI disk >19:50:41,154 DEBUG kernel:[ 25.192831] ISO 9660 Extensions: Microsoft Joliet Level 3 >19:50:41,154 DEBUG kernel:[ 25.216281] ISO 9660 Extensions: RRIP_1991A >19:50:41,154 INFO kernel:[ 25.636943] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >19:50:41,154 DEBUG kernel:[ 31.479873] SELinux: 2048 avtab hash slots, 99000 rules. >19:50:41,154 DEBUG kernel:[ 31.576115] SELinux: 2048 avtab hash slots, 99000 rules. >19:50:41,154 DEBUG kernel:[ 32.130298] SELinux: 9 users, 15 roles, 4112 types, 222 bools, 1 sens, 1024 cats >19:50:41,154 DEBUG kernel:[ 32.130306] SELinux: 83 classes, 99000 rules >19:50:41,154 INFO kernel:[ 32.161304] SELinux: Permission ptrace_child in class process not defined in policy. >19:50:41,154 INFO kernel:[ 32.161497] SELinux: the above unknown classes and permissions will be allowed >19:50:41,154 DEBUG kernel:[ 32.161512] SELinux: Completing initialization. >19:50:41,154 DEBUG kernel:[ 32.161515] SELinux: Setting up existing superblocks. >19:50:41,154 DEBUG kernel:[ 32.161529] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.161540] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.161549] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.161557] SELinux: initialized (dev proc, type proc), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.161579] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.161601] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.167875] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >19:50:41,156 DEBUG kernel:[ 32.167888] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.178482] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >19:50:41,156 DEBUG kernel:[ 32.178495] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.178502] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.178521] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.178531] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.178541] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.178572] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.183707] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.183722] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.200429] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.200442] SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 32.201261] SELinux: initialized (dev loop0, type squashfs), uses xattr >19:50:41,156 DEBUG kernel:[ 32.201305] SELinux: initialized (dev dm-0, type ext4), uses xattr >19:50:41,156 NOTICE kernel:[ 32.419381] type=1403 audit(1344973826.500:2): policy loaded auid=4294967295 ses=4294967295 >19:50:41,156 DEBUG kernel:[ 32.739426] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 32.810773] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.259791] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.340381] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.421299] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.499252] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.580118] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.659349] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.739399] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 33.820346] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 35.293323] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 35.758502] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >19:50:41,156 DEBUG kernel:[ 36.374982] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 36.921766] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >19:50:41,156 DEBUG kernel:[ 37.097402] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >19:50:41,156 INFO kernel:[ 40.460017] EXT4-fs (dm-0): re-mounted. Opts: user_xattr,barrier=1,data=ordered >19:50:41,156 NOTICE kernel:[ 43.806883] type=1400 audit(1344973837.880:3): avc: denied { create } for pid=884 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:50:41,156 NOTICE kernel:[ 43.806974] type=1400 audit(1344973837.880:4): avc: denied { setattr } for pid=884 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=18814 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:50:41,156 NOTICE kernel:[ 43.807077] type=1400 audit(1344973837.880:5): avc: denied { relabelfrom } for pid=884 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=18814 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >19:50:41,157 NOTICE kernel:[ 46.211211] type=1400 audit(1344973840.290:6): avc: denied { execute } for pid=905 comm="bash" name="hostname" dev="dm-0" ino=9493 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:50:41,157 NOTICE kernel:[ 46.211230] type=1400 audit(1344973840.290:7): avc: denied { read open } for pid=905 comm="bash" name="hostname" dev="dm-0" ino=9493 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:50:41,157 NOTICE kernel:[ 46.212565] type=1400 audit(1344973840.290:8): avc: denied { execute_no_trans } for pid=905 comm="bash" path="/usr/bin/hostname" dev="dm-0" ino=9493 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:hostname_exec_t:s0 tclass=file >19:50:41,157 NOTICE kernel:[ 46.281763] type=1400 audit(1344973840.360:9): avc: denied { read } for pid=902 comm="bash" name=".profile" dev="dm-0" ino=8195 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:50:41,157 NOTICE kernel:[ 46.281781] type=1400 audit(1344973840.360:10): avc: denied { open } for pid=902 comm="bash" name=".profile" dev="dm-0" ino=8195 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >19:50:41,157 NOTICE kernel:[ 46.643532] type=1400 audit(1344973840.720:12): avc: denied { read } for pid=903 comm="bash" name="linux" dev="dm-0" ino=50903 scontext=system_u:system_r:getty_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file >19:50:41,169 INFO NetworkManager: <info> NetworkManager (version 0.9.4.0-7.git20120403.fc17) is starting... >19:50:41,176 INFO NetworkManager: <info> Read config file /etc/NetworkManager/NetworkManager.conf >19:50:41,177 WARNING systemd: Cannot add dependency job for unit lvm2-monitor.service, ignoring: Unit dm-event.socket failed to load: No such file or directory. See system logs and 'systemctl status dm-event.socket' for details. >19:50:42,707 INFO dbus-daemon: dbus[918]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) >19:50:42,714 NOTICE dbus: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) >19:50:42,980 INFO polkitd: started daemon version 0.104 using authority implementation `local' version `0.104' >19:50:42,985 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:50:42,985 INFO dbus-daemon: dbus[918]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >19:50:43,172 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >19:50:43,180 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >19:50:43,183 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:50:43,183 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >19:50:43,184 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... >19:50:43,194 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >19:50:43,195 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >19:50:43,195 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth1 ... >19:50:43,198 NOTICE NetworkManager: ifcfg-rh: read connection 'Boot Disk' >19:50:43,233 INFO NetworkManager: <info> trying to start the modem manager... >19:50:43,233 NOTICE dbus: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >19:50:43,234 INFO dbus-daemon: dbus[918]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper) >19:50:43,238 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >19:50:43,270 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >19:50:43,275 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >19:50:43,277 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >19:50:43,279 INFO NetworkManager: <info> Networking is enabled by state file >19:50:43,281 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:50:43,286 INFO NetworkManager: <info> (eth0): carrier is ON >19:50:43,289 ERR NetworkManager: <error> [1344973843.286303] [nm-device-ethernet.c:456] real_update_permanent_hw_address(): (eth0): unable to read permanent MAC address (error 0) >19:50:43,291 INFO NetworkManager: <info> (eth0): new Ethernet device (driver: 'ibmveth' ifindex: 2) >19:50:43,296 INFO NetworkManager: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0 >19:50:43,320 INFO NetworkManager: <info> (eth0): now managed >19:50:43,322 INFO NetworkManager: <info> (eth0): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >19:50:43,326 INFO NetworkManager: <info> (eth0): preparing device. >19:50:43,331 INFO NetworkManager: <info> Activation (eth0) starting connection 'Boot Disk' >19:50:43,332 INFO NetworkManager: <info> (eth0): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >19:50:43,337 WARNING NetworkManager: (nm-device.c:2343):nm_device_activate_schedule_stage3_ip_config_start: runtime check failed: (state >= NM_DEVICE_STATE_PREPARE && state <= NM_DEVICE_STATE_NEED_AUTH) >19:50:43,341 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. >19:50:43,342 WARNING NetworkManager: <warn> failed to allocate link cache: (-10) Operation not supported >19:50:43,346 INFO NetworkManager: <info> (eth1): carrier is ON >19:50:43,350 ERR NetworkManager: <error> [1344973843.332693] [nm-device-ethernet.c:456] real_update_permanent_hw_address(): (eth1): unable to read permanent MAC address (error 0) >19:50:43,352 INFO NetworkManager: <info> (eth1): new Ethernet device (driver: 'ibmveth' ifindex: 3) >19:50:43,352 INFO NetworkManager: <info> (eth1): exported as /org/freedesktop/NetworkManager/Devices/1 >19:50:43,358 INFO NetworkManager: <info> (eth1): now managed >19:50:43,365 INFO NetworkManager: <info> (eth1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >19:50:43,366 INFO NetworkManager: <info> (eth1): preparing device. >19:50:43,369 INFO NetworkManager: <info> Activation (eth1) starting connection 'Boot Disk' >19:50:43,373 INFO NetworkManager: <info> (eth1): device state change: unavailable -> ip-config (reason 'none') [20 70 0] >19:50:43,373 WARNING NetworkManager: (nm-device.c:2343):nm_device_activate_schedule_stage3_ip_config_start: runtime check failed: (state >= NM_DEVICE_STATE_PREPARE && state <= NM_DEVICE_STATE_NEED_AUTH) >19:50:43,374 INFO NetworkManager: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) scheduled. >19:50:43,379 WARNING NetworkManager: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files >19:50:43,380 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started... >19:50:43,385 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:50:43,385 INFO NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete. >19:50:43,388 INFO NetworkManager: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) started... >19:50:43,389 INFO NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >19:50:43,390 INFO NetworkManager: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) complete. >19:50:43,394 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started... >19:50:43,401 INFO dbus-daemon: modem-manager[926]: <info> ModemManager (version 0.5.2.0-1.fc17) starting... >19:50:43,402 INFO NetworkManager: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0] >19:50:43,402 INFO modem-manager: <info> ModemManager (version 0.5.2.0-1.fc17) starting... >19:50:43,411 INFO NetworkManager: <info> Policy set 'Boot Disk' (eth0) as default for IPv4 routing and DNS. >19:50:43,411 INFO NetworkManager: <info> Activation (eth0) successful, device activated. >19:50:43,416 INFO NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete. >19:50:43,418 INFO NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) started... >19:50:43,421 NOTICE dbus: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:50:43,426 INFO NetworkManager: <info> Policy set 'Boot Disk' (eth0) as default for IPv4 routing and DNS. >19:50:43,427 INFO NetworkManager: <info> (eth1): device state change: ip-config -> activated (reason 'none') [70 100 0] >19:50:43,430 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.ModemManager' >19:50:43,435 INFO NetworkManager: <info> Activation (eth1) successful, device activated. >19:50:43,435 INFO NetworkManager: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) complete. >19:50:43,436 INFO NetworkManager: <info> modem-manager is now available >19:50:43,440 INFO dbus-daemon: dbus[918]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper) >19:50:43,441 INFO dbus-daemon: dbus[918]: [system] Successfully activated service 'org.freedesktop.ModemManager' >19:50:43,458 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Nokia >19:50:43,460 INFO modem-manager: <info> Loaded plugin Nokia >19:50:43,479 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin MotoC >19:50:43,481 INFO modem-manager: <info> Loaded plugin MotoC >19:50:43,494 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Gobi >19:50:43,495 INFO modem-manager: <info> Loaded plugin Gobi >19:50:43,498 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Longcheer >19:50:43,500 INFO modem-manager: <info> Loaded plugin Longcheer >19:50:43,504 INFO modem-manager: <info> Loaded plugin Wavecom >19:50:43,505 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Wavecom >19:50:43,516 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:50:43,516 INFO dbus-daemon: dbus[918]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >19:50:43,525 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Sierra >19:50:43,528 INFO modem-manager: <info> Loaded plugin Sierra >19:50:43,531 INFO modem-manager: <info> Loaded plugin Novatel >19:50:43,532 INFO modem-manager: <info> Loaded plugin X22X >19:50:43,532 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Novatel >19:50:43,538 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin X22X >19:50:43,553 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Option High-Speed >19:50:43,553 INFO modem-manager: <info> Loaded plugin Option High-Speed >19:50:43,560 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Linktop >19:50:43,564 INFO modem-manager: <info> Loaded plugin Linktop >19:50:43,576 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin SimTech >19:50:43,580 INFO modem-manager: <info> Loaded plugin SimTech >19:50:43,594 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Samsung >19:50:43,595 INFO modem-manager: <info> Loaded plugin Samsung >19:50:43,595 INFO modem-manager: <info> Loaded plugin ZTE >19:50:43,599 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin ZTE >19:50:43,634 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin AnyData >19:50:43,635 INFO modem-manager: <info> Loaded plugin AnyData >19:50:43,637 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Huawei >19:50:43,640 INFO modem-manager: <info> Loaded plugin Huawei >19:50:43,644 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Generic >19:50:43,645 INFO modem-manager: <info> Loaded plugin Generic >19:50:43,669 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Option >19:50:43,671 INFO modem-manager: <info> Loaded plugin Option >19:50:43,675 INFO modem-manager: <info> Loaded plugin Ericsson MBM >19:50:43,675 INFO dbus-daemon: modem-manager[926]: <info> Loaded plugin Ericsson MBM >19:50:43,678 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 13: /sbin/ip: No such file or directory >19:50:43,928 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/20-chrony: line 6: /sbin/ip: No such file or directory >19:50:44,044 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/04-iscsi: line 13: /sbin/ip: No such file or directory >19:50:44,140 INFO dbus-daemon: /etc/NetworkManager/dispatcher.d/20-chrony: line 6: /sbin/ip: No such file or directory >19:51:02,140 WARNING kernel:[ 68.047759] audit_printk_skb: 11 callbacks suppressed >19:51:02,140 NOTICE kernel:[ 68.047765] type=1400 audit(1344973862.120:17): avc: denied { read write } for pid=983 comm="hostname" name="1" dev="devpts" ino=4 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >19:51:02,723 INFO systemd: Startup finished in 18s 483ms 923us (kernel) + 15s 343ms 953us (initrd) + 34s 754ms 143us (userspace) = 1min 8s 582ms 19us. >19:51:25,388 NOTICE kernel:[ 91.290525] type=1400 audit(1344973885.370:18): avc: denied { append } for pid=986 comm="auditd" path="/tmp/anaconda.log" dev="dm-0" ino=44530 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:initrc_tmp_t:s0 tclass=file >19:51:25,388 NOTICE kernel:[ 91.292362] type=1400 audit(1344973885.370:19): avc: denied { read write } for pid=986 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=10269 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >19:51:25,399 WARNING kernel:[ 91.307908] auditd (987): /proc/987/oom_adj is deprecated, please use /proc/987/oom_score_adj instead. >19:51:39,067 WARNING systemd: Cannot add dependency job for unit lvm2-monitor.service, ignoring: Unit dm-event.socket failed to load: No such file or directory. See system logs and 'systemctl status dm-event.socket' for details. >19:51:40,659 INFO chrony-helper: tr: write error: Broken pipe >19:51:40,662 INFO chrony-helper: tr: write error >19:51:40,981 INFO chronyd: chronyd version 1.27-pre1 starting >19:51:40,987 INFO chronyd: Linux kernel major=3 minor=3 patch=4 >19:51:40,990 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 >19:51:46,489 INFO chronyd: Selected source 69.122.22.85 >19:52:09,207 INFO kernel:[ 135.597924] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >19:52:09,228 DEBUG kernel:[ 135.609227] SELinux: initialized (dev sda2, type ext4), uses xattr >19:52:13,347 INFO kernel:[ 139.730676] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) >19:52:13,347 DEBUG kernel:[ 139.730693] SELinux: initialized (dev dm-1, type ext4), uses xattr >19:52:52,545 WARNING chronyd: System clock wrong by 0.975771 seconds, adjustment started >19:52:56,097 INFO kernel:[ 183.149963] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled >19:52:56,105 INFO kernel:[ 183.162060] SGI XFS Quota Management subsystem >19:53:56,817 INFO chronyd: Can't synchronise: no majority >19:53:58,109 INFO chronyd: Selected source 69.64.72.238 >19:55:01,395 INFO chronyd: Selected source 38.229.71.1 >19:55:52,954 INFO kernel:[ 359.073390] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) >19:55:52,954 DEBUG kernel:[ 359.079264] SELinux: initialized (dev sda2, type ext4), uses xattr
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 848173
:
604432
| 604433 |
606702