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 926040 Details for
Bug 1129239
OSError: [Errno 9] Bad file descriptor
[?]
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), 387.63 KB, created by
Frantisek Hanzlik
on 2014-08-12 11:16:14 UTC
(
hide
)
Description:
File: anaconda-tb
Filename:
MIME Type:
Creator:
Frantisek Hanzlik
Created:
2014-08-12 11:16:14 UTC
Size:
387.63 KB
patch
obsolete
>anaconda 20.25.15-1 exception report >Traceback (most recent call first): > File "/usr/lib/python2.7/subprocess.py", line 747, in __init__ > self.stdout = os.fdopen(c2pread, 'rb', bufsize) > File "/usr/lib/python2.7/site-packages/blivet/util.py", line 40, in _run_program > preexec_fn=chroot, cwd=root, env=env) > File "/usr/lib/python2.7/site-packages/blivet/util.py", line 56, in run_program > return _run_program(*args, **kwargs)[0] > File "/usr/lib/python2.7/site-packages/blivet/udev.py", line 86, in udev_settle > util.run_program(["udevadm", "settle", "--timeout=300"]) > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 745, in _preTeardown > udev_settle() > File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 756, in teardown > if not self._preTeardown(recursive=recursive): > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2001, in teardownAll > device.teardown(recursive=True) > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1970, in _populate > self.teardownAll() > File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1906, in populate > self._populate() > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 416, in reset > self.devicetree.populate(cleanupOnly=cleanupOnly) > File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 142, in storageInitialize > storage.reset() > File "/usr/lib/python2.7/threading.py", line 764, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 192, in run > threading.Thread.run(self, *args, **kwargs) >OSError: [Errno 9] Bad file descriptor > >Local variables in innermost frame: >stderr: -2 >shell: False >errread: None >p2cread: None >stdout: -1 >startupinfo: None >close_fds: True >c2pread: 44 >stdin: None >args: ['udevadm', 'settle', '--timeout=300'] >executable: None >errwrite: 46 >cwd: / >self: <subprocess.Popen object at 0xb22e1e4c> >p2cwrite: None >env: {'LANG': 'en_US.UTF-8', 'LC_NUMERIC': 'C', 'TERM': 'screen', 'SHELL': '/bin/bash', 'XAUTHORITY': '/root/.Xauthority', 'LC_ALL': 'C', 'SHLVL': '1', 'INSTALL_PATH': '/', 'TMUX': '/tmp/tmux-0/default,1161,0', 'LVM_SUPPRESS_FD_WARNINGS': '1', 'PWD': '/root', 'MALLOC_PERTURB_': '204', 'TMUX_PANE': '%0', 'GCONF_GLOBAL_LOCKS': '1', 'MALLOC_CHECK_': '2', 'PATH': '/usr/bin:/bin:/sbin:/usr/sbin:/mnt/sysimage/bin:/mnt/sysimage/usr/bin:/mnt/sysimage/usr/sbin:/mnt/sysimage/sbin:/sbin:/usr/sbin', 'HOME': '/tmp', 'DISPLAY': ':1', '_': '/sbin/anaconda'} >c2pwrite: 46 >bufsize: 0 >creationflags: 0 >preexec_fn: <function chroot at 0xb2268f44> >universal_newlines: False > > >Anaconda instance, containing members: >_instClass: DefaultInstall instance, containing members: >_intf: GraphicalUserInterface instance, containing members: > _intf.instclass: Already dumped (DefaultInstall instance) > _intf._mehInterface: GraphicalExceptionHandlingIface instance, containing members: > _intf._mehInterface._lightbox_func: <bound method GraphicalUserInterface.lightbox_over_current_action of <pyanaconda.ui.gui.GraphicalUserInterface object at 0xb28306cc>> > _intf._quitDialog: <class 'pyanaconda.ui.gui.QuitDialog'> > _intf.data: #version=DEVEL ># System authorization information >auth --enableshadow --passalgo=sha512 ># Install OS instead of upgrade >install >repo --name="mupdates" --baseurl=http://192.168.1.22/fedoralinux/20/i386/updates --cost=1000 >repo --name="rff" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free --cost=1000 >repo --name="rffu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free-updates --cost=1000 >repo --name="rfnf" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree --cost=1000 >repo --name="rfnfu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree-updates --cost=1000 >repo --name="moje" --baseurl=http://192.168.1.22/fedoralinux/20/i386/moje --cost=1000 > ># Use NFS installation media >nfs --server=192.168.1.22 --dir=/mnt/ARCHIV/dist/RH/fedora/20/i386/os ># Firewall configuration >firewall --enabled --port=22221:tcp --trust=ethe0 --service=ssh ># Run the Setup Agent on first boot >firstboot --enable ># Keyboard layouts >keyboard --vckeymap=us --xlayouts='us','cz (qwerty)' --switch='grp:alt_shift_toggle' ># System language >lang en_US.UTF-8 --addsupport=cs_CZ.UTF-8 > ># Network information >network --bootproto=static --gateway=192.168.1.254 --hostname=nas.zamecek.home --ip=192.168.1.250 --nameserver=192.168.1.254 --netmask=255.255.255.0 --noipv6 ># Root password >rootpw --iscrypted $6$QtELgZ3Gc5uuy.oH$OrTCnlHs/MqIjreUTOoa.8lWXgmeYzZV0mMiGuwsNc6sZhrE0YWpdQJJrrI4wqaQCuqspFykK.2T6oYmQt4xN/ ># SELinux configuration >selinux --permissive ># System services >services --enabled="chronyd" ># System timezone >timezone Europe/Prague --isUtc --ntpservers=0.cz.pool.ntp.org,2.cz.pool.ntp.org,1.cz.pool.ntp.org >user --name=hanzlik --password=$6$0qhwyi/qEzQv9eaB$bb0h3fr9KCKSDbXNBLASSpI2hg8FSMqDUN4w46PcIfTlDlloMG3H0zlTJrRPyCklsZ/q/M4XB8KvWShU5eJfe/ --iscrypted --gecos="Franta Hanzlik" ># X Window System configuration information >xconfig --defaultdesktop=MATE --startxonboot ># System bootloader configuration >bootloader --location=mbr --boot-drive=sdb > >%packages >@admin-tools >@base-x >@basic-desktop >@dial-up >@directory-server >@dns-server >@editors >@firefox >@ftp-server >@graphical-internet >@guest-agents >@hardware-support >@legacy-network-server >@legacy-software-support >@mate-desktop >@mongodb >@mysql >@network-server >@php >@printing >@server-cfg >@smb-server >@sql-server >@standard >@system-tools >@text-internet >@virtualization >@web-server >MAKEDEV >acpi >acpitool >apg >arc >arj >beep >bridge-utils >cabextract >chrony >conntrack-tools >dbf >dbview >dd_rescue >ddrescue >dialog >fakeroot >fdupes >freeipmi >fuse >glx-utils >gnuplot >gnutls-utils >gpm >graphviz >hddtemp >hdparm >incron >iotop >ipmitool >ipmiutil >joe >libcgroup-tools >libvirt-client >lm_sensors >logwatch >lshw >lshw-gui >lsscsi >lynx >lzop >macchanger >mate-document-viewer >mate-document-viewer-caja >mc >minicom >moreutils >mtools >net-snmp-gui >net-snmp-utils >net-tools >netdiscover >netpbm >netstat-nat >nfswatch >nmap-frontend >ntfsprogs >ntop >ntp >ntpdate >ntsysv >p7zip >p7zip-plugins >pipestat >ploticus >plotutils >plplot >pmtools >powertop >procinfo >procinfo-ng >procps-ng >pwauth >pwgen >recode >redir >rednotebook >renameutils >rp-pppoe >rssh >samdump2 >samefile >sane-backends-drivers-cameras >sane-backends-drivers-scanners >scantailor >schedtool >schroot >sendmail-cf >sendmail-milter >setserial >sharutils >shed >sox >speex-tools >squashfs-tools >star >statserial >sysfsutils >sysstat >system-config-printer >system-config-printer-udev >system-switch-displaymanager >system-switch-displaymanager-gnome >system-switch-mail-gnome >tcp_wrappers >testdisk >tmux >ttf2pt1 >tuna >tunctl >udunits2 >unace >unetbootin >unicode-ucd >unoconv >unpaper >unrar >unrtf >unshield >uperf >upnp-inspector >upx >usb_modeswitch >usbmon >usbredir >usbview >utrac >uuid >vconfig >veusz >vtun >wammu >wavemon >wdfs >wemux >wf >whois >wifi-radar >wipe >wireshark-gnome >wol >wpa_supplicant-gui >wput >x11vnc >x86info >xautomation >xbacklight >xbase >xca >xcf-pixbuf-loader >xclip >xcm >xdaliclock >xdialog >xdotool >xgnokii >xhotkeys >xinput_calibrator >xkbset >xkeycaps >xlcrack >xls2csv >xpdf >xrestop >xsupplicant >xsupplicant-ui >xvattr >xvkbd >yacpi >yad >yanone-kaffeesatz-fonts >yanone-tagesschrift-fonts >ytnef >ytree >yum-langpacks >yum-metadata-parser >yum-plugin-downloadonly >yum-plugin-fastestmirror >yum-plugin-keys >yum-plugin-post-transaction-actions >yum-plugin-priorities >yum-plugin-protectbase >yum-plugin-ps >yum-plugin-remove-with-leaves >yum-plugin-show-leaves >yum-plugin-tsflags >yum-plugin-versionlock >yum-presto >yum-utils >zint >-BackupPC >-PackageKit-command-not-found >-PackageKit-yum-plugin >-biosdevname >-chrony >-empathy >-evince >-evolution >-evolution-NetworkManager >-evolution-help >-firewalld >-fontpackages-devel >-gnome-disk-utility >-gnome-packagekit >-gnome-pilot >-gnome-user-docs >-ibus-anthy >-ibus-chewing >-ibus-hangul >-ibus-hunspell-table >-ibus-m17n >-ibus-pinyin >-ibus-pinyin-db-open-phrase >-ibus-rawcode >-isdn4k-utils >-linux-atm >-lklug-fonts >-lohit-assamese-fonts >-lohit-bengali-fonts >-lohit-devanagari-fonts >-lohit-gujarati-fonts >-lohit-kannada-fonts >-lohit-malayalam-fonts >-lohit-marathi-fonts >-lohit-nepali-fonts >-lohit-oriya-fonts >-lohit-punjabi-fonts >-lohit-tamil-fonts >-lohit-telugu-fonts >-mod-perl >-mod_python >-mysql-connector-odbc >-network-manager-applet >-nhn-nanum-gothic-fonts >-openconnect >-orca >-slrn >-spamassassin >-sssd >-sssd-client >-sssd-common >-sssd-ipa >-sssd-krb5 >-sssd-krb5-common >-sssd-ldap >-thai-scalable-waree-fonts >-tomboy >-vlgothic-fonts >-vpnc >-ypbind >-yumex > >%end > > > _intf.storage: Blivet instance, containing members: > _intf.storage.clearPartChoice: None > _intf.storage.eddDict: {} > _intf.storage.dasd: DASD instance, containing members: > _intf.storage.dasd.dasdfmt: /sbin/dasdfmt > _intf.storage.dasd.commonArgv: [-y, -d, cdl, -b, 4096] > _intf.storage.dasd.started: True > _intf.storage.dasd.totalCylinders: 0 > _intf.storage.dasd._maxFormatJobs: 0 > _intf.storage.dasd._devices: [] > _intf.storage.dasd._completedCylinders: 0.0 > _intf.storage.dasd._dasdlist: [] > _intf.storage.roots: [] > _intf.storage.zfcp: ZFCP instance, containing members: > _intf.storage.zfcp.down: False > _intf.storage.zfcp.hasReadConfig: True > _intf.storage.zfcp.intf: None > _intf.storage.zfcp.fcpdevs: set([]) > _intf.storage._defaultFSType: ext4 > _intf.storage.autoPartEscrowCert: None > _intf.storage.iscsi: iscsi instance, containing members: > _intf.storage.iscsi.initiatorSet: False > _intf.storage.iscsi.ifaces: {} > _intf.storage.iscsi.started: False > _intf.storage.iscsi._initiator: Skipped > _intf.storage.iscsi.discovered_targets: {} > _intf.storage.iscsi.ibftNodes: [] > _intf.storage.escrowCertificates: {} > _intf.storage.fsset: FSSet instance, containing members: > _intf.storage.fsset.origFStab: None > _intf.storage.fsset._fstab_swaps: set([]) > _intf.storage.fsset._usb: None > _intf.storage.fsset.devicetree: DeviceTree instance, containing members: > _intf.storage.fsset.devicetree.dasd: Already dumped (DASD instance) > _intf.storage.fsset.devicetree.populated: True > _intf.storage.fsset.devicetree.exclusiveDisks: [] > _intf.storage.fsset.devicetree._actions: [] > _intf.storage.fsset.devicetree.iscsi: Already dumped (iscsi instance) > _intf.storage.fsset.devicetree._cleanup: False > _intf.storage.fsset.devicetree._devices: [existing 76293MB disk sda (0) with existing gpt disklabel >, existing 1MB partition sda1 (1) with existing biosboot >, existing 450MB partition sda2 (2) with existing ext4 filesystem >, existing 4096MB partition sda3 (3) with existing swap >, existing 32768MB partition sda4 (4) with existing ext4 filesystem >, existing 38978MB partition sda5 (5) with existing ext4 filesystem >, existing 1907729MB disk sdb (6) with existing gpt disklabel >, existing 952320MB partition sdb1 (7) with existing mdmember >, existing 3808768MB mdarray 0 (8) >, existing 955408MB partition sdb2 (9) with existing mdmember >, existing 3821120MB mdarray 1 (10) >, existing 1907729MB disk sdc (11) with existing gpt disklabel >, existing 952320MB partition sdc1 (12) with existing mdmember >, existing 955408MB partition sdc2 (13) with existing mdmember >, existing 1907729MB disk sdd (14) with existing gpt disklabel >, existing 952320MB partition sdd1 (15) with existing mdmember >, existing 955408MB partition sdd2 (16) with existing mdmember >, existing 1907729MB disk sde (17) with existing gpt disklabel >, existing 952320MB partition sde1 (18) with existing mdmember >, existing 955408MB partition sde2 (19) with existing mdmember >, existing 1907729MB disk sdf (20) with existing gpt disklabel >, existing 952320MB partition sdf1 (21) with existing mdmember >, existing 955408MB partition sdf2 (22) with existing mdmember >, existing 1850MB disk sdg (23) with existing iso9660 filesystem >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 24 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /run/install/repo/LiveOS/squashfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 25 > controllable: False > uuid: None > _format: existing squashfs > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 0 > _vendor: Skipped > _name: loop0 > protected: False > originalFormat: existing squashfs > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 26 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /LiveOS/rootfs.img > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 27 > controllable: False > uuid: None > _format: Ext4FS instance, containing members: > _format.errors: False > _format.uuid: 21e0e124-875f-41c1-bb6a-b4daee6e5c61 > _format.exists: True > _format._mountpoint: None > _format._majorminor: None > _format._minInstanceSize: 0.0 > _format._mountType: ext4 > _format.fsprofile: None > _format.label: Anaconda > _format._targetSize: 2048.0 > _format.dirty: False > _format._size: 2048.0 > _format.mountopts: None > _format.mountpoint: None > _format._device: /dev/loop1 > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [/dev/disk/by-label/Anaconda, /dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop1 > protected: False > originalFormat: Ext4FS instance, containing members: > originalFormat.errors: False > originalFormat.uuid: 21e0e124-875f-41c1-bb6a-b4daee6e5c61 > originalFormat.exists: True > originalFormat._mountpoint: None > originalFormat.mountpoint: None > originalFormat._majorminor: None > originalFormat._mountType: ext4 > originalFormat.fsprofile: None > originalFormat.label: Anaconda > originalFormat._targetSize: 2048.0 > originalFormat.dirty: False > originalFormat._minInstanceSize: 0.0 > originalFormat.mountopts: None > originalFormat._size: 2048.0 > originalFormat._device: /dev/loop1 > _serial: None >, FileDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 28 > controllable: False > uuid: None > _format: existing None > parents: [] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: /overlay (deleted) > protected: False > originalFormat: existing None > _serial: None >, LoopDevice instance, containing members: > major: 0 > _partedDevice: None > exists: True > _size: 0 > id: 29 > controllable: False > uuid: None > _format: existing None > parents: [Already dumped (FileDevice instance) >] > deviceLinks: [] > minor: 0 > fstabComment: Skipped > bus: Skipped > sysfsPath: Skipped > _targetSize: 0 > _model: Skipped > kids: 1 > _vendor: Skipped > _name: loop2 > protected: False > originalFormat: existing None > _serial: None >, existing 2048MB dm live-rw (30) with existing ext4 filesystem >, existing 2048MB dm live-base (31) with existing ext4 filesystem >] > _intf.storage.fsset.devicetree.ignoredDisks: [] > _intf.storage.fsset.devicetree._completed_actions: [] > _intf.storage.fsset.devicetree.names: [sda, sda1, sda2, sda3, sda4, sda5, sdb, sdb1, 0, sdb2, 1, sdc, sdc1, sdc2, sdd, sdd1, sdd2, sde, sde1, sde2, sdf, sdf1, sdf2, sdg, sdg1, loop0, /run/install/repo/LiveOS/squashfs.img, loop1, /LiveOS/rootfs.img, loop2, /overlay (deleted), live-rw, live-base, md0, md1] > _intf.storage.fsset.devicetree.liveBackingDevice: None > _intf.storage.fsset.devicetree.protectedDevNames: [sdg] > _intf.storage.fsset.devicetree.unusedRaidMembers: [] > _intf.storage.fsset.devicetree.diskImages: {} > _intf.storage.fsset.devicetree._hidden: [] > _intf.storage.fsset.devicetree.protectedDevSpecs: [LABEL=Fedora_20_i386] > _intf.storage.fsset.preserveLines: [] > _intf.storage.fsset._run: None > _intf.storage.fsset._devshm: None > _intf.storage.fsset._dev: None > _intf.storage.fsset.blkidTab: None > _intf.storage.fsset._proc: None > _intf.storage.fsset.active: False > _intf.storage.fsset.cryptTab: None > _intf.storage.fsset._devpts: None > _intf.storage.fsset._sysfs: None > _intf.storage.fsset._selinux: None > _intf.storage.config: StorageDiscoveryConfig instance, containing members: > _intf.storage.config.clearPartType: None > _intf.storage.config.clearNonExistent: False > _intf.storage.config.ignoredDisks: [] > _intf.storage.config.protectedDevSpecs: [LABEL=Fedora_20_i386] > _intf.storage.config.ignoreDiskInteractive: False > _intf.storage.config.exclusiveDisks: [] > _intf.storage.config.clearPartDevices: [] > _intf.storage.config.zeroMbr: False > _intf.storage.config.diskImages: {} > _intf.storage.config.clearPartDisks: [] > _intf.storage.config.mpathFriendlyNames: True > _intf.storage.config.initializeDisks: False > _intf.storage.size_sets: [] > _intf.storage.autoPartType: 2 > _intf.storage._bootloader: GRUB2 instance, containing members: > _intf.storage._bootloader._disk_order: [] > _intf.storage._bootloader.console_options: Skipped > _intf.storage._bootloader.console: Skipped > _intf.storage._bootloader.skip_bootloader: False > _intf.storage._bootloader.warnings: [] > _intf.storage._bootloader.chain_images: [] > _intf.storage._bootloader.stage2_is_preferred_stage1: False > _intf.storage._bootloader.disks: [] > _intf.storage._bootloader.problems: [] > _intf.storage._bootloader._update_only: False > _intf.storage._bootloader._default_image: None > _intf.storage._bootloader.stage2_device: None > _intf.storage._bootloader.encrypted_password: Skipped > _intf.storage._bootloader.errors: [] > _intf.storage._bootloader.stage1_device: None > _intf.storage._bootloader._timeout: None > _intf.storage._bootloader.stage1_disk: None > _intf.storage._bootloader.password: None > _intf.storage._bootloader.dracut_args: > _intf.storage._bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _intf.storage._bootloader.linux_images: [] > _intf.storage.devicetree: Already dumped (DeviceTree instance) > _intf.storage._dumpFile: /tmp/storage.state > _intf.storage.ksdata: Already dumped (AnacondaKSHandler instance) > _intf.storage.services: set([]) > _intf.storage.encryptionPassphrase: None > _intf.storage.encryptionCipher: None > _intf.storage.doAutoPart: False > _intf.storage.encryptionRetrofit: False > _intf.storage._nextID: 0 > _intf.storage.fcoe: fcoe instance, containing members: > _intf.storage.fcoe.started: True > _intf.storage.fcoe.nics: [] > _intf.storage.fcoe.lldpadStarted: False > _intf.storage.autoPartitionRequests: [PartSpec instance (0xb283084c) -- > mountpoint = / lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 maxSize = 51200 grow = True > >, PartSpec instance (0xb28307ec) -- > mountpoint = /home lv = True singlePV = False thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 maxSize = None grow = True > >, PartSpec instance (0xb28307cc) -- > mountpoint = /boot lv = False singlePV = False thin = False btrfs = False > weight = 2000 fstype = ext4 encrypted = False > size = 500 maxSize = None grow = False > >, PartSpec instance (0xb28308ac) -- > mountpoint = None lv = False singlePV = False thin = False btrfs = False > weight = 5000 fstype = biosboot encrypted = False > size = 1 maxSize = None grow = False > >, PartSpec instance (0xb283088c) -- > mountpoint = None lv = True singlePV = False thin = False btrfs = False > weight = 0 fstype = swap encrypted = True > size = 0 maxSize = None grow = False > >] > _intf.storage.autoPartAddBackupPassphrase: False > _intf.storage.encryptedAutoPart: False > _intf._isFinal: True > _intf._distributionText: <function distributionText at 0xb733187c> > _intf._ui: None > _intf._actions: Skipped > _intf.payload: YumPayload instance, containing members: > _intf.payload._groups: None > _intf.payload._yum: Skipped > _intf.payload.install_device: None > _intf.payload._root_dir: /tmp/yum.root > _intf.payload._repos_dir: /etc/yum.repos.d,/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d > _intf.payload._setup: False > _intf.payload._requiredPackages: [] > _intf.payload._requiredGroups: [] > _intf.payload.storage: None > _intf.payload._base_repo: None > _intf.payload.txID: None > _intf.payload.default_repos: [fedora, rawhide] > _intf.payload._createdInitrds: False > _intf.payload._packages: [] > _intf.payload._space_required: 3 GB > _intf.payload._base_repo_lock: <_RLock owner=None count=0> > _intf.payload.data: Already dumped (AnacondaKSHandler instance) > _intf.payload._kernelVersionList: [] > _intf._currentAction: SummaryHub instance, containing members: > _intf._currentAction._window: HubWindow instance, containing members: > _intf._currentAction._spokes: {'SoftwareSelectionSpoke': SoftwareSelectionSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._addonStates: {} > _intf._currentAction._spokes.selectedGroups: [] > _intf._currentAction._spokes._environmentStore: ListStore instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._errorMsgs: None > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.environment: None > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._origEnvironment: None > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.excludedGroups: [] > _intf._currentAction._spokes._addonStore: ListStore instance, containing members: > _intf._currentAction._spokes._selectFlag: False > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._environmentAddons: {} > _intf._currentAction._spokes._tx_id: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._origAddons: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: >, 'FilterSpoke': FilterSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.ancestors: [] > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [] > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._notebook: Notebook instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes.pages: [SearchPage instance, containing members: > _lunEntry: Entry instance, containing members: > _portCombo: ComboBoxText instance, containing members: > _targetEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _wwidEntry: Entry instance, containing members: >, MultipathPage instance, containing members: > _wwidEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, OtherPage instance, containing members: > _idEntry: Entry instance, containing members: > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > filterActive: False > _combo: ComboBoxText instance, containing members: > model: TreeModelFilter instance, containing members: > _icCombo: ComboBoxText instance, containing members: > _vendorCombo: ComboBoxText instance, containing members: >, RaidPage instance, containing members: > filterActive: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >, ZPage instance, containing members: > filterActive: False > _isS390: False > builder: Already dumped (Builder instance) > storage: Already dumped (Blivet instance) > model: TreeModelFilter instance, containing members: >] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._addDisksButton: None >, 'NetworkSpoke': NetworkSpoke instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.network_control_box: NetworkControlBox instance, containing members: > _intf._currentAction._spokes.network_control_box.spoke: Already dumped (NetworkSpoke instance) > _intf._currentAction._spokes.network_control_box.builder: Already dumped (Builder instance) > _intf._currentAction._spokes.network_control_box._running_nmce: None > _intf._currentAction._spokes.network_control_box.selected_ssid: None > _intf._currentAction._spokes.network_control_box.client: Client instance, containing members: > _intf._currentAction._spokes.network_control_box.entry_hostname: Entry instance, containing members: > _intf._currentAction._spokes.network_control_box._updating_device: False >, 'SourceSpoke': SourceSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._updatesBox: Box instance, containing members: > _intf._currentAction._spokes._repoNameWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._repoNameWarningBox: Box instance, containing members: > _intf._currentAction._spokes._nfsOptsBox: Box instance, containing members: > _intf._currentAction._spokes._repoProxyPasswordEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._autodetectButton: RadioButton instance, containing members: > _intf._currentAction._spokes._autodetectLabel: Label instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._proxyButton: Button instance, containing members: > _intf._currentAction._spokes._repoStore: ListStore instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._repoEntryBox: Grid instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._networkButton: RadioButton instance, containing members: > _intf._currentAction._spokes._cdrom: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._proxyUrl: Skipped > _intf._currentAction._spokes._isoChooserButton: Button instance, containing members: > _intf._currentAction._spokes._mirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoMirrorlistCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._repoProxyUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._protocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._repoProxyUsernameEntry: Entry instance, containing members: > _intf._currentAction._spokes._autodetectBox: Grid instance, containing members: > _intf._currentAction._spokes._repoNamesWarningBox: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._verifyIsoButton: Button instance, containing members: > _intf._currentAction._spokes._currentIsoFile: None > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._origIsoChooserButton: _Choose an ISO > _intf._currentAction._spokes._repoProtocolComboBox: ComboBoxText instance, containing members: > _intf._currentAction._spokes._urlEntry: Entry instance, containing members: > _intf._currentAction._spokes._noUpdatesCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._repoUrlEntry: Entry instance, containing members: > _intf._currentAction._spokes._repoNameEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: False > _intf._currentAction._spokes._repoSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._repoNamesWarningLabel: Label instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._proxyChange: False > _intf._currentAction._spokes._ready: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._networkBox: Box instance, containing members: > _intf._currentAction._spokes._isoBox: Box instance, containing members: > _intf._currentAction._spokes._isoButton: RadioButton instance, containing members: >, 'KeyboardSpoke': KeyboardSpoke instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._store: ListStore instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog: ConfigureSwitchingDialog instance, containing members: > _intf._currentAction._spokes._switching_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._switching_dialog.applyOnSkip: False > _intf._currentAction._spokes._switching_dialog._switchingOptsSort: TreeModelSort instance, containing members: > _intf._currentAction._spokes._switching_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._switching_dialog.skipTo: None > _intf._currentAction._spokes._switching_dialog._check_list: [] > _intf._currentAction._spokes._switching_dialog._xkl_wrapper: Skipped > _intf._currentAction._spokes._switching_dialog._switchingOptsStore: ListStore instance, containing members: > _intf._currentAction._spokes._switching_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._add_dialog: None > _intf._currentAction._spokes._downButton: ToolButton instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._layoutSwitchLabel: Label instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._confirmed: False > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._previewButton: ToolButton instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._remove_last_attempt: False > _intf._currentAction._spokes._upButton: ToolButton instance, containing members: >, 'CustomPartitioningSpoke': CustomPartitioningSpoke instance, containing members: > _intf._currentAction._spokes._selectedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._configureBox: Box instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes._device_container_name: None > _intf._currentAction._spokes._accordion: Accordion instance, containing members: > _intf._currentAction._spokes._accordion._expanders: [] > _intf._currentAction._spokes._fs_types: [ext4, ext3, ext2, swap, BIOS Boot, xfs] > _intf._currentAction._spokes._initialized: False > _intf._currentAction._spokes._encryptCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes._addButton: ToolButton instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._modifyContainerButton: Button instance, containing members: > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes._incompleteDeviceOptionsLabel: Label instance, containing members: > _intf._currentAction._spokes._reformatCheckbox: CheckButton instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._devices: [] > _intf._currentAction._spokes._partitionsViewport: Viewport instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes._removeButton: ToolButton instance, containing members: > _intf._currentAction._spokes._typeCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._current_selector: None > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._partitionsNotebook: Notebook instance, containing members: > _intf._currentAction._spokes._totalSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._containerCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._device_container_encrypted: False > _intf._currentAction._spokes._incompleteDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._mountPointEntry: Entry instance, containing members: > _intf._currentAction._spokes._uneditableDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._summaryButton: Button instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._whenCreateLabel: Label instance, containing members: > _intf._currentAction._spokes._selectedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._encryptedDeviceLabel: Label instance, containing members: > _intf._currentAction._spokes._device_container_size: 0 > _intf._currentAction._spokes._containerLabel: Label instance, containing members: > _intf._currentAction._spokes._labelEntry: Entry instance, containing members: > _intf._currentAction._spokes._nameEntry: Entry instance, containing members: > _intf._currentAction._spokes.selector: None > _intf._currentAction._spokes._raidStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._applyButton: Button instance, containing members: > _intf._currentAction._spokes._passphraseEntry: Entry instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._media_disks: [] > _intf._currentAction._spokes._raidLevelCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._availableSpaceLabel: Label instance, containing members: > _intf._currentAction._spokes._sizeEntry: Entry instance, containing members: > _intf._currentAction._spokes._error: None > _intf._currentAction._spokes._configButton: ToolButton instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._encryptedDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._raidLevelLabel: Label instance, containing members: > _intf._currentAction._spokes._device_disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._fsCombo: ComboBoxText instance, containing members: > _intf._currentAction._spokes._free_space: 0 B > _intf._currentAction._spokes._device_container_raid_level: None > _intf._currentAction._spokes._device_name_dict: {0: None, 1: None, 2: , 3: , 4: , 5: None} > _intf._currentAction._spokes._incompleteDeviceDescLabel: Label instance, containing members: > _intf._currentAction._spokes._uneditableDeviceDescLabel: Label instance, containing members: >, 'LangsupportSpoke': LangsupportSpoke instance, containing members: > _intf._currentAction._spokes._langSelection: TreeSelection instance, containing members: > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._localeStore: ListStore instance, containing members: > _intf._currentAction._spokes._localeView: TreeView instance, containing members: > _intf._currentAction._spokes._arrow: Image instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._langView: TreeView instance, containing members: > _intf._currentAction._spokes._languageStoreFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._languageEntry: Entry instance, containing members: > _intf._currentAction._spokes._langSelectedColumn: TreeViewColumn instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._langSelectedRenderer: CellRendererPixbuf instance, containing members: > _intf._currentAction._spokes._selected_locales: set([]) > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._localeSelection: None > _intf._currentAction._spokes._languageStore: ListStore instance, containing members: >, 'DatetimeSpoke': DatetimeSpoke instance, containing members: > _intf._currentAction._spokes._kickstarted: True > _intf._currentAction._spokes._visitedSinceApplied: False > _intf._currentAction._spokes._monthCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._radioButton24h: RadioButton instance, containing members: > _intf._currentAction._spokes._amPmLabel: Label instance, containing members: > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes._monthsStore: ListStore instance, containing members: > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes._ntpSwitch: Switch instance, containing members: > _intf._currentAction._spokes.applyOnSkip: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes._regions_zones: OrderedDict([('Africa', set(['Kinshasa', 'Harare', 'Dar_es_Salaam', 'Addis_Ababa', 'Brazzaville', 'Johannesburg', 'Maseru', 'Dakar', 'Bissau', 'Lubumbashi', 'Luanda', 'Bangui', 'Khartoum', 'Mbabane', 'Malabo', 'Niamey', 'Sao_Tome', 'Nouakchott', 'Ouagadougou', 'Tripoli', 'Windhoek', 'Ndjamena', 'Algiers', 'Lome', 'Kampala', 'Kigali', 'Freetown', 'Juba', 'Gaborone', 'Ceuta', 'El_Aaiun', 'Accra', 'Tunis', 'Bamako', 'Porto-Novo', 'Mogadishu', 'Nairobi', 'Maputo', 'Casablanca', 'Banjul', 'Monrovia', 'Cairo', 'Abidjan', 'Bujumbura', 'Djibouti', 'Lagos', 'Conakry', 'Blantyre', 'Asmara', 'Libreville', 'Douala', 'Lusaka'])), ('America', set(['Monterrey', 'Regina', 'Goose_Bay', 'Argentina/La_Rioja', 'Fortaleza', 'Aruba', 'North_Dakota/Center', 'Tegucigalpa', 'Santiago', 'Guatemala', 'Swift_Current', 'Argentina/Buenos_Aires', 'Dominica', 'Scoresbysund', 'Havana', 'Yellowknife', 'Dawson_Creek', 'Indiana/Indianapolis', 'Adak', 'Indiana/Vincennes', 'Antigua', 'Bahia', 'Rankin_Inlet', 'Jamaica', 'St_Thomas', 'Cuiaba', 'Edmonton', 'Indiana/Marengo', 'Grand_Turk', 'Paramaribo', 'Campo_Grande', 'Argentina/Tucuman', 'Caracas', 'Argentina/San_Juan', 'Denver', 'Argentina/Cordoba', 'St_Vincent', 'Eirunepe', 'St_Johns', 'New_York', 'Boise', 'Cambridge_Bay', 'Miquelon', 'Rainy_River', 'Inuvik', 'Argentina/Salta', 'Creston', 'Maceio', 'Belem', 'Argentina/Jujuy', 'Indiana/Winamac', 'Resolute', 'Metlakatla', 'North_Dakota/New_Salem', 'Boa_Vista', 'Glace_Bay', 'Puerto_Rico', 'Araguaina', 'Sao_Paulo', 'Los_Angeles', 'Dawson', 'Pangnirtung', 'Whitehorse', 'La_Paz', 'Chihuahua', 'Merida', 'Rio_Branco', 'Panama', 'Cayenne', 'Mazatlan', 'Sitka', 'St_Lucia', 'Lower_Princes', 'Cancun', 'Manaus', 'Bahia_Banderas', 'Moncton', 'Asuncion', 'Belize', 'Indiana/Knox', 'Toronto', 'Santa_Isabel', 'St_Kitts', 'Danmarkshavn', 'Blanc-Sablon', 'Detroit', 'Atikokan', 'Grenada', 'Argentina/Rio_Gallegos', 'Port-au-Prince', 'Matamoros', 'Port_of_Spain', 'Argentina/Catamarca', 'Hermosillo', 'Halifax', 'Lima', 'Nome', 'Barbados', 'Curacao', 'Kentucky/Louisville', 'Chicago', 'Santarem', 'Godthab', 'Kentucky/Monticello', 'Porto_Velho', 'Winnipeg', 'Vancouver', 'Argentina/Mendoza', 'Ojinaga', 'St_Barthelemy', 'Anguilla', 'Montevideo', 'Marigot', 'Santo_Domingo', 'Phoenix', 'Noronha', 'Cayman', 'Argentina/Ushuaia', 'Yakutat', 'El_Salvador', 'Indiana/Tell_City', 'Martinique', 'Nassau', 'Guayaquil', 'Mexico_City', 'Thule', 'Kralendijk', 'Argentina/San_Luis', 'Anchorage', 'Montserrat', 'Nipigon', 'Thunder_Bay', 'Managua', 'Guyana', 'Recife', 'Guadeloupe', 'Menominee', 'Tijuana', 'Iqaluit', 'Bogota', 'North_Dakota/Beulah', 'Tortola', 'Juneau', 'Indiana/Petersburg', 'Costa_Rica', 'Indiana/Vevay'])), ('Antarctica', set(['DumontDUrville', 'Vostok', 'Syowa', 'Palmer', 'Casey', 'Rothera', 'McMurdo', 'Macquarie', 'Davis', 'Mawson'])), ('Arctic', set(['Longyearbyen'])), ('Asia', set(['Karachi', 'Choibalsan', 'Vladivostok', 'Kashgar', 'Rangoon', 'Aqtobe', 'Kuwait', 'Kuala_Lumpur', 'Gaza', 'Dubai', 'Samarkand', 'Ho_Chi_Minh', 'Damascus', 'Thimphu', 'Yekaterinburg', 'Manila', 'Amman', 'Kolkata', 'Hovd', 'Beirut', 'Nicosia', 'Almaty', 'Bahrain', 'Brunei', 'Hong_Kong', 'Magadan', 'Aqtau', 'Tashkent', 'Singapore', 'Phnom_Penh', 'Irkutsk', 'Tokyo', 'Muscat', 'Bangkok', 'Yerevan', 'Baghdad', 'Qyzylorda', 'Taipei', 'Omsk', 'Tehran', 'Bishkek', 'Ulaanbaatar', 'Shanghai', 'Kamchatka', 'Chongqing', 'Dhaka', 'Novokuznetsk', 'Dushanbe', 'Sakhalin', 'Kuching', 'Anadyr', 'Khandyga', 'Jakarta', 'Yakutsk', 'Ust-Nera', 'Pontianak', 'Makassar', 'Krasnoyarsk', 'Kathmandu', 'Aden', 'Urumqi', 'Oral', 'Tbilisi', 'Harbin', 'Seoul', 'Kabul', 'Dili', 'Ashgabat', 'Macau', 'Riyadh', 'Baku', 'Qatar', 'Jayapura', 'Hebron', 'Colombo', 'Novosibirsk', 'Pyongyang', 'Jerusalem', 'Vientiane'])), ('Atlantic', set(['Reykjavik', 'Cape_Verde', 'Azores', 'Faroe', 'Canary', 'Bermuda', 'Madeira', 'St_Helena', 'Stanley', 'South_Georgia'])), ('Australia', set(['Melbourne', 'Eucla', 'Brisbane', 'Lindeman', 'Broken_Hill', 'Hobart', 'Lord_Howe', 'Perth', 'Sydney', 'Currie', 'Darwin', 'Adelaide'])), ('Europe', set(['Kiev', 'Istanbul', 'Paris', 'Oslo', 'Riga', 'Athens', 'Luxembourg', 'Andorra', 'Gibraltar', 'Tirane', 'Ljubljana', 'Chisinau', 'Simferopol', 'Vienna', 'Busingen', 'Zagreb', 'Stockholm', 'Warsaw', 'Moscow', 'Skopje', 'Bratislava', 'Berlin', 'Brussels', 'Uzhgorod', 'Budapest', 'San_Marino', 'Helsinki', 'Vaduz', 'Vatican', 'Dublin', 'Podgorica', 'Minsk', 'Malta', 'Guernsey', 'Monaco', 'Jersey', 'Mariehamn', 'Bucharest', 'Isle_of_Man', 'Belgrade', 'Zurich', 'Tallinn', 'Madrid', 'Prague', 'Sofia', 'Zaporozhye', 'Samara', 'Rome', 'London', 'Lisbon', 'Volgograd', 'Amsterdam', 'Copenhagen', 'Kaliningrad', 'Vilnius', 'Sarajevo'])), ('Indian', set(['Cocos', 'Maldives', 'Comoro', 'Mayotte', 'Antananarivo', 'Mahe', 'Mauritius', 'Chagos', 'Reunion', 'Kerguelen', 'Christmas'])), ('Pacific', set(['Kwajalein', 'Palau', 'Auckland', 'Pitcairn', 'Chuuk', 'Galapagos', 'Marquesas', 'Nauru', 'Easter', 'Guadalcanal', 'Saipan', 'Tarawa', 'Tongatapu', 'Noumea', 'Pago_Pago', 'Wallis', 'Wake', 'Apia', 'Honolulu', 'Rarotonga', 'Chatham', 'Kosrae', 'Fakaofo', 'Norfolk', 'Majuro', 'Kiritimati', 'Pohnpei', 'Efate', 'Gambier', 'Niue', 'Johnston', 'Midway', 'Guam', 'Funafuti', 'Port_Moresby', 'Tahiti', 'Enderbury', 'Fiji'])), ('US', set(['Mountain', 'Arizona', 'Central', 'Eastern', 'Hawaii', 'Pacific', 'Alaska'])), ('Etc', set(['UTC', 'GMT-10', 'GMT-11', 'GMT-12', 'GMT-13', 'GMT-14', 'GMT+8', 'GMT+9', 'GMT+1', 'GMT+2', 'GMT+3', 'GMT+4', 'GMT+5', 'GMT+6', 'GMT+7', 'GMT+12', 'GMT+10', 'GMT+11', 'GMT-8', 'GMT-9', 'GMT-6', 'GMT-7', 'GMT-4', 'GMT-5', 'GMT-2', 'GMT-3', 'GMT-1', 'GMT']))]) > _intf._currentAction._spokes._months_nums: {'February': 2, 'October': 10, 'March': 3, 'August': 8, 'May': 5, 'January': 1, 'June': 6, 'September': 9, 'April': 4, 'December': 12, 'July': 7, 'November': 11} > _intf._currentAction._spokes._tzmap: TimezoneMap instance, containing members: > _intf._currentAction._spokes._yearCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes._update_datetime_timer_id: None > _intf._currentAction._spokes._cityCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._regionCombo: ComboBox instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._dayCombo: ComboBox instance, containing members: > _intf._currentAction._spokes._amPmUp: Button instance, containing members: > _intf._currentAction._spokes._citiesStore: ListStore instance, containing members: > _intf._currentAction._spokes._amPmDown: Button instance, containing members: > _intf._currentAction._spokes._minutesLabel: Label instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._yearsStore: ListStore instance, containing members: > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes._daysStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog: NTPconfigDialog instance, containing members: > _intf._currentAction._spokes._config_dialog._window: Dialog instance, containing members: > _intf._currentAction._spokes._config_dialog.applyOnSkip: False > _intf._currentAction._spokes._config_dialog.builder: Builder instance, containing members: > _intf._currentAction._spokes._config_dialog._epoch: 0 > _intf._currentAction._spokes._config_dialog._epoch_lock: <thread.lock object at 0xb39e28f0> > _intf._currentAction._spokes._config_dialog.skipTo: None > _intf._currentAction._spokes._config_dialog._serversStore: ListStore instance, containing members: > _intf._currentAction._spokes._config_dialog._check_list: [] > _intf._currentAction._spokes._config_dialog._threads_counter: 3 > _intf._currentAction._spokes._config_dialog._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._config_dialog._serverEntry: Entry instance, containing members: > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._old_region: None > _intf._currentAction._spokes._citiesFilter: TreeModelFilter instance, containing members: > _intf._currentAction._spokes._start_updating_timer_id: None > _intf._currentAction._spokes._hoursLabel: Label instance, containing members: > _intf._currentAction._spokes._regionsStore: ListStore instance, containing members: > _intf._currentAction._spokes._old_city: None > _intf._currentAction._spokes._daysFilter: TreeModelFilter instance, containing members: >, 'StorageSpoke': StorageSpoke instance, containing members: > _intf._currentAction._spokes.clearPartType: 2 > _intf._currentAction._spokes._visitedSinceApplied: True > _intf._currentAction._spokes.encrypted: False > _intf._currentAction._spokes._check_list: [] > _intf._currentAction._spokes.passphrase: Skipped > _intf._currentAction._spokes.payload: Already dumped (YumPayload instance) > _intf._currentAction._spokes.applyOnSkip: True > _intf._currentAction._spokes.autopart: False > _intf._currentAction._spokes.storage: Already dumped (Blivet instance) > _intf._currentAction._spokes._cur_clicked_overview: None > _intf._currentAction._spokes.skipTo: None > _intf._currentAction._spokes.specialized_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selected_disks: [] > _intf._currentAction._spokes._previous_autopart: False > _intf._currentAction._spokes.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction._spokes.autoPartType: None > _intf._currentAction._spokes.local_disks_box: Box instance, containing members: > _intf._currentAction._spokes.selector: SpokeSelector instance, containing members: > _intf._currentAction._spokes._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction._spokes._last_clicked_overview: None > _intf._currentAction._spokes.builder: Builder instance, containing members: > _intf._currentAction._spokes.disks: [] > _intf._currentAction._spokes._window: SpokeWindow instance, containing members: > _intf._currentAction._spokes._ready: False >} > _intf._currentAction._checker: FileSystemSpaceChecker instance, containing members: > _intf._currentAction._checker.error_message: Not enough space in filesystems for the current software selection. An additional 3 GB is needed. > _intf._currentAction._checker.storage: Already dumped (Blivet instance) > _intf._currentAction._checker.payload: Already dumped (YumPayload instance) > _intf._currentAction._checker.success: False > _intf._currentAction._checker.deficit: 3 GB > _intf._currentAction.applyOnSkip: False > _intf._currentAction.instclass: Already dumped (DefaultInstall instance) > _intf._currentAction.paths: {'spokes': [('pyanaconda.ui.gui.spokes.%s', '/tmp/updates/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/site-python/pyanaconda/ui/gui/spokes'), ('pyanaconda.ui.gui.spokes.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/spokes')], 'categories': [('pyanaconda.ui.gui.categories.%s', '/tmp/updates/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/site-python/pyanaconda/ui/gui/categories'), ('pyanaconda.ui.gui.categories.%s', '/usr/lib/python2.7/site-packages/pyanaconda/ui/gui/categories')]} > _intf._currentAction.builder: Builder instance, containing members: > _intf._currentAction.storage: Already dumped (Blivet instance) > _intf._currentAction._inSpoke: False > _intf._currentAction.skipTo: None > _intf._currentAction._environs: [anaconda] > _intf._currentAction._check_list: [] > _intf._currentAction._autoContinue: True > _intf._currentAction._notReadySpokes: [Already dumped (SourceSpoke instance) >, Already dumped (SoftwareSelectionSpoke instance) >, Already dumped (StorageSpoke instance) >] > _intf._currentAction._data: Already dumped (AnacondaKSHandler instance) > _intf._currentAction.payload: Already dumped (YumPayload instance) > _intf._currentAction._incompleteSpokes: [Already dumped (SourceSpoke instance) >, Already dumped (StorageSpoke instance) >] >updateSrc: None >rootParts: None >id: None >rescue: False >mediaDevice: None >methodstr: nfs:192.168.1.22:/mnt/ARCHIV/dist/RH/fedora/20/i386/os >proxyPassword: None >desktop: Desktop instance, containing members: > desktop._runlevel: 3 > desktop.desktop: None >canReIPL: False >xdriver: None >stage2: hd:LABEL=Fedora_20_i386 >rescue_mount: True >_bootloader: GRUB2 instance, containing members: > _bootloader._disk_order: [] > _bootloader.console_options: Skipped > _bootloader.console: Skipped > _bootloader.skip_bootloader: False > _bootloader.warnings: [] > _bootloader.chain_images: [] > _bootloader.stage2_is_preferred_stage1: False > _bootloader.disks: [] > _bootloader.problems: [] > _bootloader._update_only: False > _bootloader._default_image: None > _bootloader.stage2_device: None > _bootloader.encrypted_password: Skipped > _bootloader.errors: [] > _bootloader.stage1_device: None > _bootloader._timeout: None > _bootloader.stage1_disk: None > _bootloader.password: None > _bootloader.dracut_args: > _bootloader.boot_args: $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) > _bootloader.linux_images: [] >_payload: Already dumped (YumPayload instance) >displayMode: g >ksdata: Already dumped (AnacondaKSHandler instance) >proxyUsername: None >extraModules: [] >mehConfig: Config instance, containing members: > mehConfig.programArch: i686 > mehConfig.callbackDict: {'lsblk_output': (<function lsblk_callback at 0xb1f37bfc>, True), 'type': (<function <lambda> at 0xb1f37d4c>, True), 'nmcli_dev_list': (<function nmcli_dev_list_callback at 0xb1f37c34>, True)} > mehConfig.attrSkipList: [_intf._actions, _intf._currentAction._xklwrapper, _intf._currentAction._spokes["KeyboardSpoke"]._xkl_wrapper, _intf._currentAction.language.translations, _intf._currentAction.language.locales, _intf._currentAction._spokes["PasswordSpoke"]._oldweak, _intf._currentAction._spokes["PasswordSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._password, _intf._currentAction._spokes["UserSpoke"]._oldweak, _intf.storage.bootloader.password, _intf.storage.data, _intf.storage.encryptionPassphrase, _bootloader.encrypted_password, _bootloader.password, payload._groups, payload._yum] > mehConfig.programVersion: 20.25.15-1 > mehConfig.localSkipList: [passphrase, password, _oldweak, _password] > mehConfig.programName: anaconda > mehConfig.fileList: [/tmp/anaconda.log, /tmp/packaging.log, /tmp/program.log, /tmp/storage.log, /tmp/ifcfg.log, /tmp/yum.log, /mnt/sysimage/root/install.log, /proc/cmdline, /tmp/syslog, /run/install/ks.cfg] >isHeadless: False >reIPLMessage: None >_storage: Already dumped (Blivet instance) >dir: None >opts: {'noipv6': False, 'noipv4': False, 'updateSrc': None, 'selinux': True, 'module': [], 'syslog': None, 'leavebootorder': False, 'images': [], 'dmraid': True, 'armPlatform': None, 'dnf': False, 'memcheck': True, 'iscsi': False, 'ksfile': '/run/install/ks.cfg', 'dirinstall': False, 'kbdtype': None, 'runres': None, 'xdriver': None, 'display_mode': 'g', 'stage2': 'hd:LABEL=Fedora_20_i386', 'method': 'nfs:192.168.1.22:/mnt/ARCHIV/dist/RH/fedora/20/i386/os', 'vncpassword': '', 'vnc': False, 'rescue': False, 'noverifyssl': False, 'autostep': False, 'geoloc': None, 'proxy': None, 'dlabel': False, 'vncconnect': None, 'lang': None, 'askmethod': False, 'liveinst': False, 'loglevel': None, 'isHeadless': False, 'eject': True, 'rescue_nomount': False, 'keymap': None, 'mpath': True, 'ibft': True, 'debug': False, 'extlinux': False, 'multiLib': False, 'nofb': None, 'targetArch': None} >proxy: None > >Registered callbacks: > > >/tmp/anaconda.log: >11:05:46,960 INFO anaconda: /sbin/anaconda 20.25.15-1 >11:05:47,341 INFO anaconda: 3407872 kB (3328 MB) are available >11:05:47,342 INFO anaconda: check_memory(): total:3328, needed:512, graphical:512 >11:05:47,374 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda'] >11:05:47,375 INFO anaconda: Default encoding = utf-8 >11:05:48,204 INFO anaconda: Display mode = g >11:05:48,205 INFO anaconda: 3407872 kB (3328 MB) are available >11:05:48,205 INFO anaconda: check_memory(): total:3328, needed:512, graphical:512 >11:05:49,260 DEBUG anaconda: X server has signalled a successful start. >11:05:49,264 INFO anaconda: Starting window manager, pid 1255. >11:05:49,397 INFO anaconda: Started spice-vdagent. >11:05:50,452 INFO anaconda: Running Thread: AnaXklWrapperInitThread (-1272882368) >11:05:50,518 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >11:05:50,519 WARN anaconda: module import of __init__ failed: <type 'exceptions.AttributeError'> >11:05:50,520 INFO anaconda: using only installclass _Fedora >11:05:51,398 INFO anaconda: bootloader GRUB2 on X86 platform >11:05:51,399 INFO anaconda: bootloader GRUB2 on X86 platform >11:05:51,443 DEBUG anaconda: network: devices found ['p6p1'] >11:05:51,483 ERR anaconda: Kickstart: The provided network interface does not exist >11:05:51,666 INFO anaconda: unspecified network --device in kickstart, using p6p1 (first active device) >11:05:51,707 DEBUG anaconda: network: setting real kickstart ONBOOT value for devices ['p6p1'] >11:05:51,722 INFO anaconda: Running Thread: AnaStorageThread (-1309791424) >11:05:51,722 INFO anaconda: Running Thread: AnaTimeInitThread (-1318184128) >11:05:51,723 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (-1326576832) >11:05:51,725 INFO anaconda: Running Thread: AnaPayloadThread (-1334969536) >11:05:51,762 INFO anaconda: got 0 NTP servers from DHCP >11:05:51,763 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (-1326576832) >11:05:51,794 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (-1326576832) >11:05:51,795 INFO anaconda: Starting geolocation lookup >11:05:51,799 INFO anaconda: Geolocation provider: Fedora GeoIP >11:05:52,514 INFO anaconda: Thread Done: AnaXklWrapperInitThread (-1272882368) >11:05:53,003 INFO anaconda: Thread Done: AnaTimeInitThread (-1318184128) >11:05:53,065 INFO anaconda: Geolocation lookup finished in 1.3 seconds >11:05:53,065 INFO anaconda: got results from geolocation >11:05:53,066 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (-1326576832) >11:05:54,220 DEBUG anaconda: network standalone spoke (init): completed: ['p6p1'] >11:05:54,825 INFO anaconda: Running Thread: AnaDateTimeThread (-1326576832) >11:05:54,840 INFO anaconda: fs space: 0 B needed: 3 GB >11:05:54,940 INFO anaconda: Thread Done: AnaDateTimeThread (-1326576832) >11:05:55,154 INFO anaconda: fs space: 0 B needed: 3 GB >11:05:55,477 INFO anaconda: fs space: 0 B needed: 3 GB >11:05:55,572 INFO anaconda: Running Thread: AnaSourceWatcher (-1358632128) >11:05:55,614 INFO anaconda: Running Thread: AnaSoftwareWatcher (-1368077504) >11:05:55,646 INFO anaconda: Running Thread: AnaStorageWatcher (-1376470208) >11:05:55,695 INFO anaconda: Running Thread: AnaCustomStorageInit (-1384862912) >11:05:55,960 DEBUG anaconda: network: selected device p6p1 >11:05:56,422 INFO anaconda: setting installation environment hostname to nas.zamecek.home >11:05:56,967 INFO anaconda: Running Thread: AnaNTPserver0 (-1350239424) >11:05:56,982 INFO anaconda: Running Thread: AnaNTPserver1 (-1318184128) >11:05:56,991 INFO anaconda: Running Thread: AnaNTPserver2 (-1393255616) >11:05:56,998 INFO anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0xb2329dac> >11:05:56,999 INFO anaconda: setting <pyanaconda.ui.gui.spokes.source.SourceSpoke object at 0xb4c55d6c> status to: Probing storage... >11:05:56,999 INFO anaconda: setting <pyanaconda.ui.gui.spokes.software.SoftwareSelectionSpoke object at 0xb283bdac> status to: Downloading package metadata... >11:05:56,999 INFO anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0xb283cb6c> status to: Probing storage... >11:05:57,017 INFO anaconda: Thread Done: AnaNTPserver0 (-1350239424) >11:05:57,029 INFO anaconda: Thread Done: AnaNTPserver2 (-1393255616) >11:05:57,031 INFO anaconda: Thread Done: AnaNTPserver1 (-1318184128) >11:05:57,396 INFO anaconda: setting <pyanaconda.ui.gui.spokes.network.NetworkSpoke object at 0xb2243f8c> status to: Wired (p6p1) connected >11:05:57,741 DEBUG anaconda: running handleException >11:05:57,741 DEBUG anaconda: Gtk running, queuing exception handler to the main loop >11:05:57,748 INFO anaconda: Thread Done: AnaStorageThread (-1309791424) >11:05:57,752 INFO anaconda: Thread Done: AnaPayloadThread (-1334969536) >11:05:57,760 INFO anaconda: Thread Done: AnaStorageWatcher (-1376470208) >11:05:57,760 INFO anaconda: Thread Done: AnaSoftwareWatcher (-1368077504) >11:05:57,786 INFO anaconda: Thread Done: AnaSourceWatcher (-1358632128) > > >/tmp/packaging.log: > > >/tmp/program.log: >11:05:47,483 INFO program: Running... udevadm trigger --action=change --subsystem-match=block >11:05:47,497 DEBUG program: Return code: 0 >11:05:47,497 INFO program: Running... udevadm settle --timeout=300 >11:05:47,794 DEBUG program: Return code: 0 >11:05:47,797 INFO program: Running... modprobe fcoe >11:05:47,958 DEBUG program: Return code: 0 >11:05:47,960 INFO program: Running... /usr/libexec/fcoe/fcoe_edd.sh -i >11:05:47,972 INFO program: No FCoE boot disk information is found in EDD! >11:05:47,973 DEBUG program: Return code: 1 >11:05:48,019 INFO program: Running... loadkeys us >11:05:48,143 INFO program: Loading /lib/kbd/keymaps/xkb/us.map.gz >11:05:48,144 DEBUG program: Return code: 0 >11:05:49,264 INFO program: Running... metacity --display :1 --sm-disable >11:05:49,265 INFO program: Running... spice-vdagent >11:05:49,396 DEBUG program: Return code: 0 >11:05:51,724 INFO program: Running... hwclock --hctosys --utc >11:05:53,002 DEBUG program: Return code: 0 >11:05:53,003 INFO program: Running... udevadm settle --timeout=300 >11:05:53,039 DEBUG program: Return code: 0 >11:05:53,039 INFO program: Running... systemctl start chronyd.service >11:05:53,127 DEBUG program: Return code: 0 >11:05:53,131 INFO program: Running... udevadm settle --timeout=300 >11:05:53,158 DEBUG program: Return code: 0 >11:05:53,400 INFO program: Running... multipath -c /dev/sda >11:05:53,408 INFO program: /dev/sda is not a valid multipath device path >11:05:53,408 DEBUG program: Return code: 1 >11:05:53,711 INFO program: Running... dumpe2fs -h /dev/sda2 >11:05:53,743 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:53,744 INFO program: Filesystem volume name: boot >11:05:53,744 INFO program: Last mounted on: /mnt/m >11:05:53,744 INFO program: Filesystem UUID: 7fc17b2a-98b3-4cbe-a931-2e17df53cc3a >11:05:53,744 INFO program: Filesystem magic number: 0xEF53 >11:05:53,744 INFO program: Filesystem revision #: 1 (dynamic) >11:05:53,745 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 >11:05:53,745 INFO program: Filesystem flags: signed_directory_hash >11:05:53,745 INFO program: Default mount options: user_xattr acl >11:05:53,745 INFO program: Filesystem state: clean >11:05:53,745 INFO program: Errors behavior: Continue >11:05:53,745 INFO program: Filesystem OS type: Linux >11:05:53,745 INFO program: Inode count: 115368 >11:05:53,745 INFO program: Block count: 460800 >11:05:53,746 INFO program: Reserved block count: 23040 >11:05:53,746 INFO program: Free blocks: 435555 >11:05:53,746 INFO program: Free inodes: 115331 >11:05:53,746 INFO program: First block: 1 >11:05:53,746 INFO program: Block size: 1024 >11:05:53,746 INFO program: Fragment size: 1024 >11:05:53,746 INFO program: Reserved GDT blocks: 256 >11:05:53,747 INFO program: Blocks per group: 8192 >11:05:53,747 INFO program: Fragments per group: 8192 >11:05:53,747 INFO program: Inodes per group: 2024 >11:05:53,747 INFO program: Inode blocks per group: 253 >11:05:53,747 INFO program: Flex block group size: 16 >11:05:53,747 INFO program: Filesystem created: Tue Aug 5 17:26:42 2014 >11:05:53,747 INFO program: Last mount time: Wed Aug 6 12:11:31 2014 >11:05:53,748 INFO program: Last write time: Wed Aug 6 13:59:33 2014 >11:05:53,748 INFO program: Mount count: 4 >11:05:53,748 INFO program: Maximum mount count: -1 >11:05:53,748 INFO program: Last checked: Tue Aug 5 17:26:42 2014 >11:05:53,748 INFO program: Check interval: 0 (<none>) >11:05:53,748 INFO program: Lifetime writes: 23 MB >11:05:53,749 INFO program: Reserved blocks uid: 0 (user root) >11:05:53,749 INFO program: Reserved blocks gid: 0 (group root) >11:05:53,749 INFO program: First inode: 11 >11:05:53,749 INFO program: Inode size: 128 >11:05:53,749 INFO program: Journal inode: 8 >11:05:53,751 INFO program: Default directory hash: half_md4 >11:05:53,751 INFO program: Directory Hash Seed: d03afcb3-1fa3-4842-aa40-c1e17b57af61 >11:05:53,751 INFO program: Journal backup: inode blocks >11:05:53,751 INFO program: Journal features: (none) >11:05:53,753 INFO program: Journal size: 8M >11:05:53,753 INFO program: Journal length: 8192 >11:05:53,754 INFO program: Journal sequence: 0x00000038 >11:05:53,754 INFO program: Journal start: 0 >11:05:53,754 INFO program: >11:05:53,754 DEBUG program: Return code: 0 >11:05:53,755 INFO program: Running... resize2fs -P /dev/sda2 >11:05:53,819 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:53,820 INFO program: Estimated minimum size of the filesystem: 14098 >11:05:53,820 DEBUG program: Return code: 0 >11:05:53,963 INFO program: Running... dumpe2fs -h /dev/sda4 >11:05:54,027 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:54,028 INFO program: Filesystem volume name: f20 >11:05:54,029 INFO program: Last mounted on: <not available> >11:05:54,030 INFO program: Filesystem UUID: 606725b1-6585-467d-b22b-724bacaa4509 >11:05:54,031 INFO program: Filesystem magic number: 0xEF53 >11:05:54,032 INFO program: Filesystem revision #: 1 (dynamic) >11:05:54,033 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 >11:05:54,034 INFO program: Filesystem flags: signed_directory_hash >11:05:54,035 INFO program: Default mount options: user_xattr acl >11:05:54,036 INFO program: Filesystem state: clean >11:05:54,037 INFO program: Errors behavior: Continue >11:05:54,039 INFO program: Filesystem OS type: Linux >11:05:54,039 INFO program: Inode count: 2097152 >11:05:54,039 INFO program: Block count: 8388608 >11:05:54,039 INFO program: Reserved block count: 419430 >11:05:54,040 INFO program: Free blocks: 8211950 >11:05:54,040 INFO program: Free inodes: 2097141 >11:05:54,040 INFO program: First block: 0 >11:05:54,040 INFO program: Block size: 4096 >11:05:54,040 INFO program: Fragment size: 4096 >11:05:54,041 INFO program: Reserved GDT blocks: 1022 >11:05:54,041 INFO program: Blocks per group: 32768 >11:05:54,041 INFO program: Fragments per group: 32768 >11:05:54,041 INFO program: Inodes per group: 8192 >11:05:54,041 INFO program: Inode blocks per group: 512 >11:05:54,041 INFO program: Flex block group size: 16 >11:05:54,042 INFO program: Filesystem created: Tue Aug 5 17:27:05 2014 >11:05:54,042 INFO program: Last mount time: n/a >11:05:54,042 INFO program: Last write time: Tue Aug 5 17:27:05 2014 >11:05:54,042 INFO program: Mount count: 0 >11:05:54,043 INFO program: Maximum mount count: -1 >11:05:54,043 INFO program: Last checked: Tue Aug 5 17:27:05 2014 >11:05:54,043 INFO program: Check interval: 0 (<none>) >11:05:54,043 INFO program: Lifetime writes: 132 MB >11:05:54,043 INFO program: Reserved blocks uid: 0 (user root) >11:05:54,043 INFO program: Reserved blocks gid: 0 (group root) >11:05:54,044 INFO program: First inode: 11 >11:05:54,044 INFO program: Inode size: 256 >11:05:54,044 INFO program: Required extra isize: 28 >11:05:54,044 INFO program: Desired extra isize: 28 >11:05:54,044 INFO program: Journal inode: 8 >11:05:54,044 INFO program: Default directory hash: half_md4 >11:05:54,044 INFO program: Directory Hash Seed: 07f52009-ade7-4c86-8aca-d53bb2923659 >11:05:54,045 INFO program: Journal backup: inode blocks >11:05:54,045 INFO program: Journal features: (none) >11:05:54,045 INFO program: Journal size: 128M >11:05:54,045 INFO program: Journal length: 32768 >11:05:54,045 INFO program: Journal sequence: 0x00000001 >11:05:54,045 INFO program: Journal start: 0 >11:05:54,045 INFO program: >11:05:54,046 DEBUG program: Return code: 0 >11:05:54,046 INFO program: Running... resize2fs -P /dev/sda4 >11:05:54,061 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:54,062 INFO program: Estimated minimum size of the filesystem: 60222 >11:05:54,062 DEBUG program: Return code: 0 >11:05:54,130 INFO program: Running... dumpe2fs -h /dev/sda5 >11:05:54,179 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:54,179 INFO program: Filesystem volume name: home >11:05:54,180 INFO program: Last mounted on: <not available> >11:05:54,180 INFO program: Filesystem UUID: f13427a0-59e2-4464-abd6-2159ce809198 >11:05:54,180 INFO program: Filesystem magic number: 0xEF53 >11:05:54,180 INFO program: Filesystem revision #: 1 (dynamic) >11:05:54,180 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 >11:05:54,180 INFO program: Filesystem flags: signed_directory_hash >11:05:54,180 INFO program: Default mount options: user_xattr acl >11:05:54,181 INFO program: Filesystem state: clean >11:05:54,181 INFO program: Errors behavior: Continue >11:05:54,181 INFO program: Filesystem OS type: Linux >11:05:54,181 INFO program: Inode count: 2498560 >11:05:54,181 INFO program: Block count: 9978601 >11:05:54,181 INFO program: Reserved block count: 498930 >11:05:54,182 INFO program: Free blocks: 9776757 >11:05:54,182 INFO program: Free inodes: 2498549 >11:05:54,182 INFO program: First block: 0 >11:05:54,182 INFO program: Block size: 4096 >11:05:54,182 INFO program: Fragment size: 4096 >11:05:54,182 INFO program: Reserved GDT blocks: 1021 >11:05:54,183 INFO program: Blocks per group: 32768 >11:05:54,183 INFO program: Fragments per group: 32768 >11:05:54,183 INFO program: Inodes per group: 8192 >11:05:54,183 INFO program: Inode blocks per group: 512 >11:05:54,183 INFO program: Flex block group size: 16 >11:05:54,183 INFO program: Filesystem created: Tue Aug 5 17:27:19 2014 >11:05:54,183 INFO program: Last mount time: n/a >11:05:54,184 INFO program: Last write time: Tue Aug 5 17:27:19 2014 >11:05:54,184 INFO program: Mount count: 0 >11:05:54,184 INFO program: Maximum mount count: -1 >11:05:54,184 INFO program: Last checked: Tue Aug 5 17:27:19 2014 >11:05:54,184 INFO program: Check interval: 0 (<none>) >11:05:54,184 INFO program: Lifetime writes: 132 MB >11:05:54,185 INFO program: Reserved blocks uid: 0 (user root) >11:05:54,185 INFO program: Reserved blocks gid: 0 (group root) >11:05:54,185 INFO program: First inode: 11 >11:05:54,185 INFO program: Inode size: 256 >11:05:54,185 INFO program: Required extra isize: 28 >11:05:54,185 INFO program: Desired extra isize: 28 >11:05:54,185 INFO program: Journal inode: 8 >11:05:54,186 INFO program: Default directory hash: half_md4 >11:05:54,186 INFO program: Directory Hash Seed: 914857e2-e86d-4329-b0aa-682624bc87cb >11:05:54,186 INFO program: Journal backup: inode blocks >11:05:54,186 INFO program: Journal features: (none) >11:05:54,186 INFO program: Journal size: 128M >11:05:54,187 INFO program: Journal length: 32768 >11:05:54,187 INFO program: Journal sequence: 0x00000001 >11:05:54,188 INFO program: Journal start: 0 >11:05:54,188 INFO program: >11:05:54,188 DEBUG program: Return code: 0 >11:05:54,189 INFO program: Running... resize2fs -P /dev/sda5 >11:05:54,221 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:54,222 INFO program: Estimated minimum size of the filesystem: 63402 >11:05:54,222 DEBUG program: Return code: 0 >11:05:54,252 INFO program: Running... multipath -c /dev/sdb >11:05:54,264 INFO program: /dev/sdb is not a valid multipath device path >11:05:54,264 DEBUG program: Return code: 1 >11:05:54,400 INFO program: Running... mdadm --examine --export /dev/sdb1 >11:05:54,410 INFO program: MD_LEVEL=raid5 >11:05:54,410 INFO program: MD_DEVICES=5 >11:05:54,411 INFO program: MD_NAME=localhost:0 >11:05:54,411 INFO program: MD_ARRAY_SIZE=3993.78GB >11:05:54,411 INFO program: MD_UUID=349bdeab:ef57394b:76c157b2:f88bd39a >11:05:54,411 INFO program: MD_UPDATE_TIME=1407571538 >11:05:54,411 INFO program: MD_DEV_UUID=ccb580ab:58cdfb1b:02cfa4d3:532428ee >11:05:54,411 INFO program: MD_EVENTS=2076 >11:05:54,412 DEBUG program: Return code: 0 >11:05:54,412 INFO program: Running... mdadm --examine --brief /dev/sdb1 >11:05:54,422 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=349bdeab:ef57394b:76c157b2:f88bd39a name=localhost:0 >11:05:54,422 DEBUG program: Return code: 0 >11:05:54,839 INFO program: Running... udevadm settle --timeout=300 >11:05:54,872 DEBUG program: Return code: 0 >11:05:54,941 INFO program: Running... udevadm settle --timeout=300 >11:05:54,958 DEBUG program: Return code: 0 >11:05:54,960 INFO program: Running... mdadm --incremental --quiet /dev/sdb1 >11:05:54,974 DEBUG program: Return code: 1 >11:05:55,025 INFO program: Running... systemctl status chronyd.service >11:05:55,047 INFO program: chronyd.service - NTP client/server >11:05:55,049 INFO program: Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) >11:05:55,050 INFO program: Active: active (running) since Tue 2014-08-12 11:05:53 UTC; 1s ago >11:05:55,051 INFO program: Process: 1288 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) >11:05:55,052 INFO program: Process: 1285 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) >11:05:55,053 INFO program: Main PID: 1287 (chronyd) >11:05:55,054 INFO program: CGroup: /system.slice/chronyd.service >11:05:55,055 INFO program: `-1287 /usr/sbin/chronyd -u chrony >11:05:55,056 INFO program: >11:05:55,056 INFO program: Aug 12 11:05:53 ws129.hanzlici.cz systemd[1]: Started NTP client/server. >11:05:55,057 DEBUG program: Return code: 0 >11:05:55,081 INFO program: Running... mdadm --examine --export /dev/sdb2 >11:05:55,091 INFO program: MD_LEVEL=raid5 >11:05:55,092 INFO program: MD_DEVICES=5 >11:05:55,092 INFO program: MD_NAME=localhost:1 >11:05:55,092 INFO program: MD_ARRAY_SIZE=4006.73GB >11:05:55,092 INFO program: MD_UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb >11:05:55,092 INFO program: MD_UPDATE_TIME=1407571538 >11:05:55,093 INFO program: MD_DEV_UUID=b4a07fac:14f3e32f:da16611d:37e32d92 >11:05:55,093 INFO program: MD_EVENTS=2303 >11:05:55,093 DEBUG program: Return code: 0 >11:05:55,093 INFO program: Running... mdadm --examine --brief /dev/sdb2 >11:05:55,102 INFO program: ARRAY /dev/md/1 metadata=1.2 UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb name=localhost:1 >11:05:55,102 DEBUG program: Return code: 0 >11:05:55,108 INFO program: Running... udevadm settle --timeout=300 >11:05:55,128 DEBUG program: Return code: 0 >11:05:55,195 INFO program: Running... udevadm settle --timeout=300 >11:05:55,220 DEBUG program: Return code: 0 >11:05:55,221 INFO program: Running... mdadm --incremental --quiet /dev/sdb2 >11:05:55,228 DEBUG program: Return code: 1 >11:05:55,248 INFO program: Running... multipath -c /dev/sdc >11:05:55,259 INFO program: /dev/sdc is not a valid multipath device path >11:05:55,260 DEBUG program: Return code: 1 >11:05:55,438 INFO program: Running... mdadm --examine --export /dev/sdc1 >11:05:55,453 INFO program: MD_LEVEL=raid5 >11:05:55,453 INFO program: MD_DEVICES=5 >11:05:55,453 INFO program: MD_NAME=localhost:0 >11:05:55,453 INFO program: MD_ARRAY_SIZE=3993.78GB >11:05:55,453 INFO program: MD_UUID=349bdeab:ef57394b:76c157b2:f88bd39a >11:05:55,453 INFO program: MD_UPDATE_TIME=1407571538 >11:05:55,453 INFO program: MD_DEV_UUID=2f5577ea:17b7aabd:16520c9d:dcbdf7d3 >11:05:55,454 INFO program: MD_EVENTS=2076 >11:05:55,454 DEBUG program: Return code: 0 >11:05:55,454 INFO program: Running... mdadm --examine --brief /dev/sdc1 >11:05:55,469 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=349bdeab:ef57394b:76c157b2:f88bd39a name=localhost:0 >11:05:55,469 DEBUG program: Return code: 0 >11:05:55,521 INFO program: Running... udevadm settle --timeout=300 >11:05:55,543 DEBUG program: Return code: 0 >11:05:55,543 INFO program: Running... mdadm --incremental --quiet /dev/sdc1 >11:05:55,552 DEBUG program: Return code: 1 >11:05:55,601 INFO program: Running... mdadm --examine --export /dev/sdc2 >11:05:55,620 INFO program: MD_LEVEL=raid5 >11:05:55,621 INFO program: MD_DEVICES=5 >11:05:55,621 INFO program: MD_NAME=localhost:1 >11:05:55,621 INFO program: MD_ARRAY_SIZE=4006.73GB >11:05:55,621 INFO program: MD_UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb >11:05:55,622 INFO program: MD_UPDATE_TIME=1407571538 >11:05:55,622 INFO program: MD_DEV_UUID=b14300c7:b89b68dd:f3b1cf48:10723aca >11:05:55,622 INFO program: MD_EVENTS=2303 >11:05:55,622 DEBUG program: Return code: 0 >11:05:55,623 INFO program: Running... mdadm --examine --brief /dev/sdc2 >11:05:55,633 INFO program: ARRAY /dev/md/1 metadata=1.2 UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb name=localhost:1 >11:05:55,634 DEBUG program: Return code: 0 >11:05:55,662 INFO program: Running... udevadm settle --timeout=300 >11:05:55,683 DEBUG program: Return code: 0 >11:05:55,684 INFO program: Running... mdadm --incremental --quiet /dev/sdc2 >11:05:55,703 DEBUG program: Return code: 1 >11:05:55,746 INFO program: Running... multipath -c /dev/sdd >11:05:55,760 INFO program: /dev/sdd is not a valid multipath device path >11:05:55,762 DEBUG program: Return code: 1 >11:05:55,908 INFO program: Running... mdadm --examine --export /dev/sdd1 >11:05:55,928 INFO program: MD_LEVEL=raid5 >11:05:55,930 INFO program: MD_DEVICES=5 >11:05:55,932 INFO program: MD_NAME=localhost:0 >11:05:55,932 INFO program: MD_ARRAY_SIZE=3993.78GB >11:05:55,934 INFO program: MD_UUID=349bdeab:ef57394b:76c157b2:f88bd39a >11:05:55,935 INFO program: MD_UPDATE_TIME=1407571538 >11:05:55,938 INFO program: MD_DEV_UUID=35353f85:ed0a6843:6aef6f12:9dd1eec1 >11:05:55,938 INFO program: MD_EVENTS=2076 >11:05:55,939 DEBUG program: Return code: 0 >11:05:55,940 INFO program: Running... mdadm --examine --brief /dev/sdd1 >11:05:55,962 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=349bdeab:ef57394b:76c157b2:f88bd39a name=localhost:0 >11:05:55,964 DEBUG program: Return code: 0 >11:05:56,022 INFO program: Running... udevadm settle --timeout=300 >11:05:56,048 DEBUG program: Return code: 0 >11:05:56,049 INFO program: Running... mdadm --incremental --quiet /dev/sdd1 >11:05:56,058 DEBUG program: Return code: 1 >11:05:56,103 INFO program: Running... mdadm --examine --export /dev/sdd2 >11:05:56,113 INFO program: MD_LEVEL=raid5 >11:05:56,114 INFO program: MD_DEVICES=5 >11:05:56,114 INFO program: MD_NAME=localhost:1 >11:05:56,114 INFO program: MD_ARRAY_SIZE=4006.73GB >11:05:56,114 INFO program: MD_UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb >11:05:56,114 INFO program: MD_UPDATE_TIME=1407571538 >11:05:56,115 INFO program: MD_DEV_UUID=59e856b0:296c0ba1:3526cdfb:93816833 >11:05:56,115 INFO program: MD_EVENTS=2303 >11:05:56,115 DEBUG program: Return code: 0 >11:05:56,115 INFO program: Running... mdadm --examine --brief /dev/sdd2 >11:05:56,124 INFO program: ARRAY /dev/md/1 metadata=1.2 UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb name=localhost:1 >11:05:56,124 DEBUG program: Return code: 0 >11:05:56,137 INFO program: Running... udevadm settle --timeout=300 >11:05:56,154 DEBUG program: Return code: 0 >11:05:56,155 INFO program: Running... mdadm --incremental --quiet /dev/sdd2 >11:05:56,165 DEBUG program: Return code: 1 >11:05:56,183 INFO program: Running... multipath -c /dev/sde >11:05:56,194 INFO program: /dev/sde is not a valid multipath device path >11:05:56,195 DEBUG program: Return code: 1 >11:05:56,334 INFO program: Running... mdadm --examine --export /dev/sde1 >11:05:56,342 INFO program: MD_LEVEL=raid5 >11:05:56,342 INFO program: MD_DEVICES=5 >11:05:56,342 INFO program: MD_NAME=localhost:0 >11:05:56,343 INFO program: MD_ARRAY_SIZE=3993.78GB >11:05:56,343 INFO program: MD_UUID=349bdeab:ef57394b:76c157b2:f88bd39a >11:05:56,343 INFO program: MD_UPDATE_TIME=1407571538 >11:05:56,343 INFO program: MD_DEV_UUID=9f3d5c9f:a5b97a13:92de01a8:3bee7e14 >11:05:56,343 INFO program: MD_EVENTS=2076 >11:05:56,344 DEBUG program: Return code: 0 >11:05:56,344 INFO program: Running... mdadm --examine --brief /dev/sde1 >11:05:56,353 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=349bdeab:ef57394b:76c157b2:f88bd39a name=localhost:0 >11:05:56,354 DEBUG program: Return code: 0 >11:05:56,367 INFO program: Running... udevadm settle --timeout=300 >11:05:56,385 DEBUG program: Return code: 0 >11:05:56,386 INFO program: Running... mdadm --incremental --quiet /dev/sde1 >11:05:56,395 DEBUG program: Return code: 1 >11:05:56,423 INFO program: Running... hostnamectl set-hostname nas.zamecek.home >11:05:56,464 DEBUG program: Return code: 0 >11:05:56,464 INFO program: Running... mdadm --examine --export /dev/sde2 >11:05:56,474 INFO program: MD_LEVEL=raid5 >11:05:56,475 INFO program: MD_DEVICES=5 >11:05:56,475 INFO program: MD_NAME=localhost:1 >11:05:56,475 INFO program: MD_ARRAY_SIZE=4006.73GB >11:05:56,475 INFO program: MD_UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb >11:05:56,476 INFO program: MD_UPDATE_TIME=1407571538 >11:05:56,476 INFO program: MD_DEV_UUID=4e1280f1:37c08dcb:37eeb989:e1ce9661 >11:05:56,476 INFO program: MD_EVENTS=2303 >11:05:56,476 DEBUG program: Return code: 0 >11:05:56,477 INFO program: Running... mdadm --examine --brief /dev/sde2 >11:05:56,490 INFO program: ARRAY /dev/md/1 metadata=1.2 UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb name=localhost:1 >11:05:56,491 DEBUG program: Return code: 0 >11:05:56,506 INFO program: Running... udevadm settle --timeout=300 >11:05:56,525 DEBUG program: Return code: 0 >11:05:56,525 INFO program: Running... mdadm --incremental --quiet /dev/sde2 >11:05:56,534 DEBUG program: Return code: 1 >11:05:56,551 INFO program: Running... multipath -c /dev/sdf >11:05:56,561 INFO program: /dev/sdf is not a valid multipath device path >11:05:56,561 DEBUG program: Return code: 1 >11:05:56,768 INFO program: Running... mdadm --examine --export /dev/sdf1 >11:05:56,788 INFO program: MD_LEVEL=raid5 >11:05:56,790 INFO program: MD_DEVICES=5 >11:05:56,791 INFO program: MD_NAME=localhost:0 >11:05:56,792 INFO program: MD_ARRAY_SIZE=3993.78GB >11:05:56,793 INFO program: MD_UUID=349bdeab:ef57394b:76c157b2:f88bd39a >11:05:56,794 INFO program: MD_UPDATE_TIME=1407571538 >11:05:56,795 INFO program: MD_DEV_UUID=b7d7167b:e57efa32:770e566a:fd546fee >11:05:56,796 INFO program: MD_EVENTS=2076 >11:05:56,797 DEBUG program: Return code: 0 >11:05:56,798 INFO program: Running... mdadm --examine --brief /dev/sdf1 >11:05:56,812 INFO program: ARRAY /dev/md/0 metadata=1.2 UUID=349bdeab:ef57394b:76c157b2:f88bd39a name=localhost:0 >11:05:56,813 DEBUG program: Return code: 0 >11:05:56,828 INFO program: Running... udevadm settle --timeout=300 >11:05:56,845 DEBUG program: Return code: 0 >11:05:56,846 INFO program: Running... mdadm --incremental --quiet /dev/sdf1 >11:05:56,856 DEBUG program: Return code: 1 >11:05:56,899 INFO program: Running... mdadm --examine --export /dev/sdf2 >11:05:56,913 INFO program: MD_LEVEL=raid5 >11:05:56,914 INFO program: MD_DEVICES=5 >11:05:56,914 INFO program: MD_NAME=localhost:1 >11:05:56,914 INFO program: MD_ARRAY_SIZE=4006.73GB >11:05:56,915 INFO program: MD_UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb >11:05:56,915 INFO program: MD_UPDATE_TIME=1407571538 >11:05:56,916 INFO program: MD_DEV_UUID=ace37921:380d8b06:d6213f58:446c97da >11:05:56,916 INFO program: MD_EVENTS=2303 >11:05:56,916 DEBUG program: Return code: 0 >11:05:56,917 INFO program: Running... mdadm --examine --brief /dev/sdf2 >11:05:56,927 INFO program: ARRAY /dev/md/1 metadata=1.2 UUID=486d43e1:fe3998a6:b6cdb191:c22b70bb name=localhost:1 >11:05:56,927 DEBUG program: Return code: 0 >11:05:56,953 INFO program: Running... udevadm settle --timeout=300 >11:05:56,973 DEBUG program: Return code: 0 >11:05:56,973 INFO program: Running... mdadm --incremental --quiet /dev/sdf2 >11:05:56,981 DEBUG program: Return code: 1 >11:05:57,023 INFO program: Running... multipath -c /dev/sdg >11:05:57,033 INFO program: /dev/sdg is not a valid multipath device path >11:05:57,033 DEBUG program: Return code: 1 >11:05:57,124 INFO program: Running... dumpe2fs -h /dev/loop1 >11:05:57,136 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:57,136 INFO program: Filesystem volume name: Anaconda >11:05:57,137 INFO program: Last mounted on: / >11:05:57,137 INFO program: Filesystem UUID: 21e0e124-875f-41c1-bb6a-b4daee6e5c61 >11:05:57,138 INFO program: Filesystem magic number: 0xEF53 >11:05:57,138 INFO program: Filesystem revision #: 1 (dynamic) >11:05:57,138 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 >11:05:57,139 INFO program: Filesystem flags: signed_directory_hash >11:05:57,139 INFO program: Default mount options: user_xattr acl >11:05:57,139 INFO program: Filesystem state: clean >11:05:57,140 INFO program: Errors behavior: Continue >11:05:57,140 INFO program: Filesystem OS type: Linux >11:05:57,140 INFO program: Inode count: 131072 >11:05:57,140 INFO program: Block count: 2097152 >11:05:57,141 INFO program: Reserved block count: 0 >11:05:57,141 INFO program: Free blocks: 1291520 >11:05:57,141 INFO program: Free inodes: 102712 >11:05:57,141 INFO program: First block: 1 >11:05:57,141 INFO program: Block size: 1024 >11:05:57,142 INFO program: Fragment size: 1024 >11:05:57,142 INFO program: Reserved GDT blocks: 256 >11:05:57,142 INFO program: Blocks per group: 8192 >11:05:57,142 INFO program: Fragments per group: 8192 >11:05:57,142 INFO program: Inodes per group: 512 >11:05:57,143 INFO program: Inode blocks per group: 128 >11:05:57,143 INFO program: Flex block group size: 16 >11:05:57,143 INFO program: Filesystem created: Thu Dec 12 12:51:34 2013 >11:05:57,143 INFO program: Last mount time: Thu Dec 12 12:51:59 2013 >11:05:57,143 INFO program: Last write time: Thu Dec 12 12:52:08 2013 >11:05:57,143 INFO program: Mount count: 2 >11:05:57,144 INFO program: Maximum mount count: -1 >11:05:57,144 INFO program: Last checked: Thu Dec 12 12:51:34 2013 >11:05:57,144 INFO program: Check interval: 0 (<none>) >11:05:57,144 INFO program: Lifetime writes: 32 MB >11:05:57,145 INFO program: Reserved blocks uid: 0 (user root) >11:05:57,145 INFO program: Reserved blocks gid: 0 (group root) >11:05:57,145 INFO program: First inode: 11 >11:05:57,145 INFO program: Inode size: 256 >11:05:57,146 INFO program: Required extra isize: 28 >11:05:57,146 INFO program: Desired extra isize: 28 >11:05:57,146 INFO program: Journal inode: 8 >11:05:57,147 INFO program: Default directory hash: half_md4 >11:05:57,147 INFO program: Directory Hash Seed: 42138488-c99f-4add-b471-6c790100ad2c >11:05:57,147 INFO program: Journal backup: inode blocks >11:05:57,147 INFO program: Journal features: (none) >11:05:57,147 INFO program: Journal size: 32M >11:05:57,148 INFO program: Journal length: 32768 >11:05:57,148 INFO program: Journal sequence: 0x00000009 >11:05:57,148 INFO program: Journal start: 0 >11:05:57,148 INFO program: >11:05:57,149 DEBUG program: Return code: 0 >11:05:57,149 INFO program: Running... resize2fs -P /dev/loop1 >11:05:57,160 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:57,160 INFO program: resize2fs: Device or resource busy while trying to open /dev/loop1 >11:05:57,160 INFO program: Couldn't find valid filesystem superblock. >11:05:57,161 DEBUG program: Return code: 1 >11:05:57,227 INFO program: Running... dumpe2fs -h /dev/mapper/live-rw >11:05:57,237 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:57,238 INFO program: Filesystem volume name: Anaconda >11:05:57,238 INFO program: Last mounted on: / >11:05:57,238 INFO program: Filesystem UUID: 21e0e124-875f-41c1-bb6a-b4daee6e5c61 >11:05:57,238 INFO program: Filesystem magic number: 0xEF53 >11:05:57,239 INFO program: Filesystem revision #: 1 (dynamic) >11:05:57,239 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 >11:05:57,239 INFO program: Filesystem flags: signed_directory_hash >11:05:57,239 INFO program: Default mount options: user_xattr acl >11:05:57,240 INFO program: Filesystem state: clean >11:05:57,240 INFO program: Errors behavior: Continue >11:05:57,240 INFO program: Filesystem OS type: Linux >11:05:57,240 INFO program: Inode count: 131072 >11:05:57,241 INFO program: Block count: 2097152 >11:05:57,241 INFO program: Reserved block count: 0 >11:05:57,242 INFO program: Free blocks: 1291520 >11:05:57,242 INFO program: Free inodes: 102712 >11:05:57,242 INFO program: First block: 1 >11:05:57,243 INFO program: Block size: 1024 >11:05:57,243 INFO program: Fragment size: 1024 >11:05:57,243 INFO program: Reserved GDT blocks: 256 >11:05:57,243 INFO program: Blocks per group: 8192 >11:05:57,244 INFO program: Fragments per group: 8192 >11:05:57,244 INFO program: Inodes per group: 512 >11:05:57,244 INFO program: Inode blocks per group: 128 >11:05:57,245 INFO program: Flex block group size: 16 >11:05:57,245 INFO program: Filesystem created: Thu Dec 12 12:51:34 2013 >11:05:57,245 INFO program: Last mount time: Tue Aug 12 11:05:36 2014 >11:05:57,246 INFO program: Last write time: Tue Aug 12 11:05:36 2014 >11:05:57,246 INFO program: Mount count: 3 >11:05:57,246 INFO program: Maximum mount count: -1 >11:05:57,247 INFO program: Last checked: Thu Dec 12 12:51:34 2013 >11:05:57,248 INFO program: Check interval: 0 (<none>) >11:05:57,248 INFO program: Lifetime writes: 32 MB >11:05:57,249 INFO program: Reserved blocks uid: 0 (user root) >11:05:57,250 INFO program: Reserved blocks gid: 0 (group root) >11:05:57,250 INFO program: First inode: 11 >11:05:57,251 INFO program: Inode size: 256 >11:05:57,251 INFO program: Required extra isize: 28 >11:05:57,251 INFO program: Desired extra isize: 28 >11:05:57,252 INFO program: Journal inode: 8 >11:05:57,252 INFO program: Default directory hash: half_md4 >11:05:57,253 INFO program: Directory Hash Seed: 42138488-c99f-4add-b471-6c790100ad2c >11:05:57,253 INFO program: Journal backup: inode blocks >11:05:57,253 INFO program: Journal features: (none) >11:05:57,254 INFO program: Journal size: 32M >11:05:57,254 INFO program: Journal length: 32768 >11:05:57,255 INFO program: Journal sequence: 0x0000000a >11:05:57,257 INFO program: Journal start: 1 >11:05:57,261 INFO program: >11:05:57,264 DEBUG program: Return code: 0 >11:05:57,266 INFO program: Running... resize2fs -P /dev/mapper/live-rw >11:05:57,292 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:57,293 INFO program: Estimated minimum size of the filesystem: 790124 >11:05:57,293 DEBUG program: Return code: 0 >11:05:57,334 INFO program: Running... dumpe2fs -h /dev/mapper/live-base >11:05:57,343 INFO program: dumpe2fs 1.42.8 (20-Jun-2013) >11:05:57,343 INFO program: Filesystem volume name: Anaconda >11:05:57,343 INFO program: Last mounted on: / >11:05:57,344 INFO program: Filesystem UUID: 21e0e124-875f-41c1-bb6a-b4daee6e5c61 >11:05:57,344 INFO program: Filesystem magic number: 0xEF53 >11:05:57,344 INFO program: Filesystem revision #: 1 (dynamic) >11:05:57,345 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 >11:05:57,345 INFO program: Filesystem flags: signed_directory_hash >11:05:57,345 INFO program: Default mount options: user_xattr acl >11:05:57,345 INFO program: Filesystem state: clean >11:05:57,346 INFO program: Errors behavior: Continue >11:05:57,346 INFO program: Filesystem OS type: Linux >11:05:57,346 INFO program: Inode count: 131072 >11:05:57,346 INFO program: Block count: 2097152 >11:05:57,346 INFO program: Reserved block count: 0 >11:05:57,346 INFO program: Free blocks: 1291520 >11:05:57,347 INFO program: Free inodes: 102712 >11:05:57,347 INFO program: First block: 1 >11:05:57,347 INFO program: Block size: 1024 >11:05:57,347 INFO program: Fragment size: 1024 >11:05:57,348 INFO program: Reserved GDT blocks: 256 >11:05:57,348 INFO program: Blocks per group: 8192 >11:05:57,348 INFO program: Fragments per group: 8192 >11:05:57,348 INFO program: Inodes per group: 512 >11:05:57,348 INFO program: Inode blocks per group: 128 >11:05:57,349 INFO program: Flex block group size: 16 >11:05:57,349 INFO program: Filesystem created: Thu Dec 12 12:51:34 2013 >11:05:57,349 INFO program: Last mount time: Thu Dec 12 12:51:59 2013 >11:05:57,349 INFO program: Last write time: Thu Dec 12 12:52:08 2013 >11:05:57,349 INFO program: Mount count: 2 >11:05:57,349 INFO program: Maximum mount count: -1 >11:05:57,350 INFO program: Last checked: Thu Dec 12 12:51:34 2013 >11:05:57,350 INFO program: Check interval: 0 (<none>) >11:05:57,350 INFO program: Lifetime writes: 32 MB >11:05:57,350 INFO program: Reserved blocks uid: 0 (user root) >11:05:57,351 INFO program: Reserved blocks gid: 0 (group root) >11:05:57,351 INFO program: First inode: 11 >11:05:57,351 INFO program: Inode size: 256 >11:05:57,351 INFO program: Required extra isize: 28 >11:05:57,351 INFO program: Desired extra isize: 28 >11:05:57,352 INFO program: Journal inode: 8 >11:05:57,352 INFO program: Default directory hash: half_md4 >11:05:57,352 INFO program: Directory Hash Seed: 42138488-c99f-4add-b471-6c790100ad2c >11:05:57,352 INFO program: Journal backup: inode blocks >11:05:57,352 INFO program: Journal features: (none) >11:05:57,353 INFO program: Journal size: 32M >11:05:57,353 INFO program: Journal length: 32768 >11:05:57,353 INFO program: Journal sequence: 0x00000009 >11:05:57,353 INFO program: Journal start: 0 >11:05:57,354 INFO program: >11:05:57,354 DEBUG program: Return code: 0 >11:05:57,354 INFO program: Running... resize2fs -P /dev/mapper/live-base >11:05:57,363 INFO program: resize2fs 1.42.8 (20-Jun-2013) >11:05:57,363 INFO program: resize2fs: Operation not permitted while trying to open /dev/mapper/live-base >11:05:57,364 INFO program: Couldn't find valid filesystem superblock. >11:05:57,366 DEBUG program: Return code: 1 >11:05:57,427 INFO program: Running... modprobe btrfs >11:05:57,591 DEBUG program: Return code: 0 >11:05:57,592 INFO program: Running... udevadm settle --timeout=300 >11:05:57,619 DEBUG program: Return code: 0 >11:05:57,619 INFO program: Running... modprobe xfs >11:05:57,721 DEBUG program: Return code: 0 >11:05:57,726 INFO program: Running... udevadm settle --timeout=300 >11:05:57,740 ERR program: Error running udevadm: Bad file descriptor > > >/tmp/storage.log: >11:05:47,795 INFO blivet: ISCSID is /sbin/iscsid >11:05:47,796 INFO blivet: no initiator set >11:05:47,973 INFO blivet: No FCoE EDD info found: No FCoE boot disk information is found in EDD! >11:05:47,974 INFO blivet: no /etc/zfcp.conf; not configuring zfcp >11:05:50,451 DEBUG blivet: trying to set new default fstype to 'ext4' >11:05:50,510 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:50,510 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:50,511 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:51,398 INFO blivet: Detected 3344M of memory >11:05:51,398 INFO blivet: Suggested swap size (3344 M) exceeds 10 % of disk space, using 10 % of disk space (0 M) instead. >11:05:51,399 INFO blivet: Swap attempt of 0M >11:05:51,723 INFO blivet: resetting Blivet (version 0.23.9) instance <blivet.Blivet object at 0xb4bf3f6c> >11:05:51,724 INFO blivet: no initiator set >11:05:51,725 INFO blivet: not going to create backup copy of non-existent /etc/mdadm.conf >11:05:51,729 INFO blivet: DeviceTree.populate: ignoredDisks is [] ; exclusiveDisks is [] >11:05:53,063 DEBUG blivet: protected device spec LABEL=Fedora_20_i386 resolved to sdg >11:05:53,377 INFO blivet: devices to scan: ['sda', 'sda1', 'sda2', 'sda3', 'sda4', 'sda5', 'sdb', 'sdb1', 'sdb2', 'sdc', 'sdc1', 'sdc2', 'sdd', 'sdd1', 'sdd2', 'sde', 'sde1', 'sde2', 'sdf', 'sdf1', 'sdf2', 'sdg', 'sdg1', 'loop0', 'loop1', 'loop2', 'dm-0', 'dm-1', 'md0', 'md1'] >11:05:53,386 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'DEVNAME': 'sda', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332549', > 'name': 'sda', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda'} ; name: sda ; >11:05:53,387 INFO blivet: scanning sda (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda)... >11:05:53,388 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:53,390 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:53,394 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sda ; >11:05:53,395 INFO blivet: sda is a disk >11:05:53,396 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:53,399 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: None ; >11:05:53,409 INFO blivet: added disk sda (id 0) to device tree >11:05:53,409 DEBUG blivet: looking up parted Device: /dev/sda >11:05:53,412 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda ; >11:05:53,413 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda ; label_type: gpt ; >11:05:53,415 DEBUG blivet: DiskDevice.setup: sda ; status: True ; controllable: True ; orig: False ; >11:05:53,415 DEBUG blivet: required disklabel type for sda (1) is None >11:05:53,416 DEBUG blivet: default disklabel type for sda is msdos >11:05:53,416 DEBUG blivet: selecting msdos disklabel for sda based on size >11:05:53,418 DEBUG blivet: DiskLabel.__init__: device: /dev/sda ; labelType: msdos ; exists: True ; >11:05:53,607 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 5 > lastPartitionNumber: 5 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb211854c>, <parted.partition.Partition object at 0xb21185cc>, <parted.partition.Partition object at 0xb211860c>, <parted.partition.Partition object at 0xb211872c>, <parted.partition.Partition object at 0xb211882c>] > device: <parted.device.Device object at 0xb211824c> > PedDisk: <_ped.Disk object at 0xb211832c> >11:05:53,608 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:53,610 DEBUG blivet: DiskDevice._setFormat: sda ; current: None ; type: disklabel ; >11:05:53,612 INFO blivet: got device: DiskDevice instance (0xb4ad424c) -- > name = sda status = True kids = 0 id = 0 > parents = [] > uuid = None size = 76293.9453125 > format = existing gpt disklabel > major = 8 minor = 0 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda partedDevice = parted.Device instance -- > model: ATA WDC WD800JD-75MS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 156250000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (9726, 255, 63) biosGeometry: (9726, 255, 63) > PedDevice: <_ped.Device object at 0xb212468c> > target size = 0 path = /dev/sda > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb4ad48ec> >11:05:53,615 INFO blivet: got format: DiskLabel instance (0xb4ad4fcc) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sda uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 5 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 5 > lastPartitionNumber: 5 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb211854c>, <parted.partition.Partition object at 0xb21185cc>, <parted.partition.Partition object at 0xb211860c>, <parted.partition.Partition object at 0xb211872c>, <parted.partition.Partition object at 0xb211882c>] > device: <parted.device.Device object at 0xb211824c> > PedDisk: <_ped.Disk object at 0xb211832c> > origPartedDisk = <parted.disk.Disk object at 0xb4ad4ecc> > partedDevice = parted.Device instance -- > model: ATA WDC WD800JD-75MS path: /dev/sda type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 156250000 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 1 did: 0 busy: False > hardwareGeometry: (9726, 255, 63) biosGeometry: (9726, 255, 63) > PedDevice: <_ped.Device object at 0xb212056c> > >11:05:53,623 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part1 /dev/disk/by-partlabel/BIOS\\x20boot\\x20partition /dev/disk/by-partuuid/f0a69bbb-3fbf-4273-b5a3-79231bc23844', > 'DEVNAME': 'sda1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NAME': 'BIOS\\x20boot\\x20partition', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '34', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '2048', > 'ID_PART_ENTRY_TYPE': '21686148-6449-6e6f-744e-656564454649', > 'ID_PART_ENTRY_UUID': 'f0a69bbb-3fbf-4273-b5a3-79231bc23844', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332562', > 'name': 'sda1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part1', > '/dev/disk/by-partlabel/BIOS\\x20boot\\x20partition', > '/dev/disk/by-partuuid/f0a69bbb-3fbf-4273-b5a3-79231bc23844'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1'} ; name: sda1 ; >11:05:53,624 INFO blivet: scanning sda1 (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1)... >11:05:53,625 DEBUG blivet: DeviceTree.getDeviceByName: name: sda1 ; >11:05:53,626 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:53,626 INFO blivet: sda1 is a partition >11:05:53,627 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda1 ; >11:05:53,628 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:53,629 DEBUG blivet: DeviceTree.getDeviceByName returned existing 76293MB disk sda (0) with existing gpt disklabel >11:05:53,630 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sda ; >11:05:53,631 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >11:05:53,631 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:53,632 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: None ; >11:05:53,633 DEBUG blivet: looking up parted Partition: /dev/sda1 >11:05:53,634 DEBUG blivet: PartitionDevice.probe: sda1 ; exists: True ; >11:05:53,635 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 1 ; >11:05:53,636 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 10 ; >11:05:53,637 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda1 ; flag: 12 ; >11:05:53,637 DEBUG blivet: getFormat('biosboot') returning BIOSBoot instance >11:05:53,638 DEBUG blivet: PartitionDevice._setFormat: sda1 ; >11:05:53,639 DEBUG blivet: PartitionDevice._setFormat: sda1 ; current: None ; type: biosboot ; >11:05:53,639 INFO blivet: added partition sda1 (id 1) to device tree >11:05:53,640 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda1 ; >11:05:53,641 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda1 ; label_type: gpt ; >11:05:53,642 DEBUG blivet: PartitionDevice.setup: sda1 ; status: True ; controllable: True ; orig: False ; >11:05:53,643 DEBUG blivet: DiskLabel.__init__: device: /dev/sda1 ; labelType: gpt ; exists: True ; >11:05:53,648 WARN blivet: disklabel detected but not usable on sda1 >11:05:53,649 DEBUG blivet: no type or existing type for sda1, bailing >11:05:53,649 DEBUG blivet: looking up parted Device: /dev/sda1 >11:05:53,651 INFO blivet: got device: PartitionDevice instance (0xb4ad494c) -- > name = sda1 status = True kids = 0 id = 1 > parents = ['existing 76293MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 1.0 > format = existing biosboot > major = 8 minor = 1 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda1 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 2048 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (0, 255, 63) biosGeometry: (0, 255, 63) > PedDevice: <_ped.Device object at 0xb2120aac> > target size = 0 path = /dev/sda1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb211836c> fileSystem: None > number: 1 path: /dev/sda1 type: 0 > name: BIOS boot partition active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb21185ec> PedPartition: <_ped.Partition object at 0xb21227ac> > disk = existing 76293MB disk sda (0) with existing gpt disklabel > start = 34 end = 2081 length = 2048 > flags = bios_grub >11:05:53,652 INFO blivet: got format: BIOSBoot instance (0xb231f5ec) -- > type = biosboot name = BIOS Boot status = False > device = /dev/sda1 uuid = None exists = True > options = None supported = True formattable = True resizable = False > >11:05:53,658 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part2 /dev/disk/by-label/boot /dev/disk/by-partlabel/Linux\\x20filesystem /dev/disk/by-partuuid/ac3cb440-1a30-4c4d-922e-41cf683e41f0 /dev/disk/by-uuid/7fc17b2a-98b3-4cbe-a931-2e17df53cc3a', > 'DEVNAME': 'sda2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'boot', > 'ID_FS_LABEL_ENC': 'boot', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '7fc17b2a-98b3-4cbe-a931-2e17df53cc3a', > 'ID_FS_UUID_ENC': '7fc17b2a-98b3-4cbe-a931-2e17df53cc3a', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NAME': 'Linux\\x20filesystem', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '2082', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '921600', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': 'ac3cb440-1a30-4c4d-922e-41cf683e41f0', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332576', > 'name': 'sda2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part2', > '/dev/disk/by-label/boot', > '/dev/disk/by-partlabel/Linux\\x20filesystem', > '/dev/disk/by-partuuid/ac3cb440-1a30-4c4d-922e-41cf683e41f0', > '/dev/disk/by-uuid/7fc17b2a-98b3-4cbe-a931-2e17df53cc3a'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2'} ; name: sda2 ; >11:05:53,660 INFO blivet: scanning sda2 (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2)... >11:05:53,660 DEBUG blivet: DeviceTree.getDeviceByName: name: sda2 ; >11:05:53,661 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:53,662 INFO blivet: sda2 is a partition >11:05:53,663 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda2 ; >11:05:53,665 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:53,666 DEBUG blivet: DeviceTree.getDeviceByName returned existing 76293MB disk sda (0) with existing gpt disklabel >11:05:53,667 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sda ; >11:05:53,668 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >11:05:53,668 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:53,669 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: None ; >11:05:53,669 DEBUG blivet: looking up parted Partition: /dev/sda2 >11:05:53,670 DEBUG blivet: PartitionDevice.probe: sda2 ; exists: True ; >11:05:53,672 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 1 ; >11:05:53,672 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 10 ; >11:05:53,673 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda2 ; flag: 12 ; >11:05:53,674 INFO blivet: added partition sda2 (id 2) to device tree >11:05:53,674 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda2 ; >11:05:53,675 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda2 ; label_type: gpt ; >11:05:53,678 DEBUG blivet: PartitionDevice.setup: sda2 ; status: True ; controllable: True ; orig: False ; >11:05:53,679 DEBUG blivet: DiskLabel.__init__: device: /dev/sda2 ; labelType: gpt ; exists: True ; >11:05:53,700 WARN blivet: disklabel detected but not usable on sda2 >11:05:53,710 INFO blivet: type detected on 'sda2' is 'ext4' >11:05:53,820 DEBUG blivet: padding min size from 14 up to 15 >11:05:53,824 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:53,824 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:53,826 DEBUG blivet: PartitionDevice._setFormat: sda2 ; >11:05:53,827 DEBUG blivet: PartitionDevice._setFormat: sda2 ; current: None ; type: ext4 ; >11:05:53,828 DEBUG blivet: looking up parted Device: /dev/sda2 >11:05:53,830 INFO blivet: got device: PartitionDevice instance (0xb231ff0c) -- > name = sda2 status = True kids = 0 id = 2 > parents = ['existing 76293MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 450.0 > format = existing ext4 filesystem > major = 8 minor = 2 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda2 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 921600 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (57, 255, 63) biosGeometry: (57, 255, 63) > PedDevice: <_ped.Device object at 0xb21208cc> > target size = 0 path = /dev/sda2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb211836c> fileSystem: <parted.filesystem.FileSystem object at 0xb211862c> > number: 2 path: /dev/sda2 type: 0 > name: Linux filesystem active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb211844c> PedPartition: <_ped.Partition object at 0xb21227dc> > disk = existing 76293MB disk sda (0) with existing gpt disklabel > start = 2082 end = 923681 length = 921600 > flags = >11:05:53,837 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:53,837 INFO blivet: got format: Ext4FS instance (0xb21180ac) -- > type = ext4 name = ext4 status = False > device = /dev/sda2 uuid = 7fc17b2a-98b3-4cbe-a931-2e17df53cc3a exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = boot size = 450.0 targetSize = 450.0 > >11:05:53,844 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part3 /dev/disk/by-label/swapA /dev/disk/by-partlabel/Linux\\x20swap /dev/disk/by-partuuid/82ef5222-c55f-4a73-81d9-2e3bb453e0e6 /dev/disk/by-uuid/496b5f3a-7da7-4147-b75b-cb66aba93c0a', > 'DEVNAME': 'sda3', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'swapA', > 'ID_FS_LABEL_ENC': 'swapA', > 'ID_FS_TYPE': 'swap', > 'ID_FS_USAGE': 'other', > 'ID_FS_UUID': '496b5f3a-7da7-4147-b75b-cb66aba93c0a', > 'ID_FS_UUID_ENC': '496b5f3a-7da7-4147-b75b-cb66aba93c0a', > 'ID_FS_VERSION': '2', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NAME': 'Linux\\x20swap', > 'ID_PART_ENTRY_NUMBER': '3', > 'ID_PART_ENTRY_OFFSET': '923682', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '8388608', > 'ID_PART_ENTRY_TYPE': '0657fd6d-a4ab-43c4-84e5-0933c84b4f4f', > 'ID_PART_ENTRY_UUID': '82ef5222-c55f-4a73-81d9-2e3bb453e0e6', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '3', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332589', > 'name': 'sda3', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part3', > '/dev/disk/by-label/swapA', > '/dev/disk/by-partlabel/Linux\\x20swap', > '/dev/disk/by-partuuid/82ef5222-c55f-4a73-81d9-2e3bb453e0e6', > '/dev/disk/by-uuid/496b5f3a-7da7-4147-b75b-cb66aba93c0a'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3'} ; name: sda3 ; >11:05:53,845 INFO blivet: scanning sda3 (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3)... >11:05:53,846 DEBUG blivet: DeviceTree.getDeviceByName: name: sda3 ; >11:05:53,847 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:53,847 INFO blivet: sda3 is a partition >11:05:53,848 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda3 ; >11:05:53,849 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:53,853 DEBUG blivet: DeviceTree.getDeviceByName returned existing 76293MB disk sda (0) with existing gpt disklabel >11:05:53,854 DEBUG blivet: DiskDevice.addChild: kids: 2 ; name: sda ; >11:05:53,855 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >11:05:53,855 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:53,856 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: None ; >11:05:53,857 DEBUG blivet: looking up parted Partition: /dev/sda3 >11:05:53,858 DEBUG blivet: PartitionDevice.probe: sda3 ; exists: True ; >11:05:53,859 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 1 ; >11:05:53,860 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 10 ; >11:05:53,861 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda3 ; flag: 12 ; >11:05:53,861 INFO blivet: added partition sda3 (id 3) to device tree >11:05:53,862 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda3 ; >11:05:53,863 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda3 ; label_type: gpt ; >11:05:53,865 DEBUG blivet: PartitionDevice.setup: sda3 ; status: True ; controllable: True ; orig: False ; >11:05:53,865 DEBUG blivet: DiskLabel.__init__: device: /dev/sda3 ; labelType: gpt ; exists: True ; >11:05:53,872 WARN blivet: disklabel detected but not usable on sda3 >11:05:53,872 INFO blivet: type detected on 'sda3' is 'swap' >11:05:53,876 DEBUG blivet: SwapSpace.__init__: device: /dev/sda3 ; serial: WD-WMAM9EL80316 ; uuid: 496b5f3a-7da7-4147-b75b-cb66aba93c0a ; exists: True ; label: swapA ; >11:05:53,876 DEBUG blivet: getFormat('swap') returning SwapSpace instance >11:05:53,877 DEBUG blivet: PartitionDevice._setFormat: sda3 ; >11:05:53,878 DEBUG blivet: PartitionDevice._setFormat: sda3 ; current: None ; type: swap ; >11:05:53,879 DEBUG blivet: looking up parted Device: /dev/sda3 >11:05:53,880 INFO blivet: got device: PartitionDevice instance (0xb2321e6c) -- > name = sda3 status = True kids = 0 id = 3 > parents = ['existing 76293MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 4096.0 > format = existing swap > major = 8 minor = 3 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda3 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 8388608 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (522, 255, 63) biosGeometry: (522, 255, 63) > PedDevice: <_ped.Device object at 0xb2120e6c> > target size = 0 path = /dev/sda3 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb211836c> fileSystem: <parted.filesystem.FileSystem object at 0xb211864c> > number: 3 path: /dev/sda3 type: 0 > name: Linux swap active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb21186ec> PedPartition: <_ped.Partition object at 0xb212280c> > disk = existing 76293MB disk sda (0) with existing gpt disklabel > start = 923682 end = 9312289 length = 8388608 > flags = >11:05:53,881 INFO blivet: got format: SwapSpace instance (0xb2324e2c) -- > type = swap name = swap status = False > device = /dev/sda3 uuid = 496b5f3a-7da7-4147-b75b-cb66aba93c0a exists = True > options = supported = True formattable = True resizable = False > priority = None label = swapA >11:05:53,887 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part4 /dev/disk/by-label/f20 /dev/disk/by-partlabel/Linux\\x20filesystem /dev/disk/by-partuuid/60bf52d1-d844-4522-a4a8-ce7ca324a52c /dev/disk/by-uuid/606725b1-6585-467d-b22b-724bacaa4509', > 'DEVNAME': 'sda4', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'f20', > 'ID_FS_LABEL_ENC': 'f20', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '606725b1-6585-467d-b22b-724bacaa4509', > 'ID_FS_UUID_ENC': '606725b1-6585-467d-b22b-724bacaa4509', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NAME': 'Linux\\x20filesystem', > 'ID_PART_ENTRY_NUMBER': '4', > 'ID_PART_ENTRY_OFFSET': '9312290', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '67108864', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '60bf52d1-d844-4522-a4a8-ce7ca324a52c', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '4', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332602', > 'name': 'sda4', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part4', > '/dev/disk/by-label/f20', > '/dev/disk/by-partlabel/Linux\\x20filesystem', > '/dev/disk/by-partuuid/60bf52d1-d844-4522-a4a8-ce7ca324a52c', > '/dev/disk/by-uuid/606725b1-6585-467d-b22b-724bacaa4509'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4'} ; name: sda4 ; >11:05:53,888 INFO blivet: scanning sda4 (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4)... >11:05:53,889 DEBUG blivet: DeviceTree.getDeviceByName: name: sda4 ; >11:05:53,890 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:53,890 INFO blivet: sda4 is a partition >11:05:53,892 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda4 ; >11:05:53,892 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:53,893 DEBUG blivet: DeviceTree.getDeviceByName returned existing 76293MB disk sda (0) with existing gpt disklabel >11:05:53,894 DEBUG blivet: DiskDevice.addChild: kids: 3 ; name: sda ; >11:05:53,895 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >11:05:53,896 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:53,897 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: None ; >11:05:53,897 DEBUG blivet: looking up parted Partition: /dev/sda4 >11:05:53,898 DEBUG blivet: PartitionDevice.probe: sda4 ; exists: True ; >11:05:53,899 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 1 ; >11:05:53,901 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 10 ; >11:05:53,902 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda4 ; flag: 12 ; >11:05:53,902 INFO blivet: added partition sda4 (id 4) to device tree >11:05:53,903 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda4 ; >11:05:53,904 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda4 ; label_type: gpt ; >11:05:53,905 DEBUG blivet: PartitionDevice.setup: sda4 ; status: True ; controllable: True ; orig: False ; >11:05:53,906 DEBUG blivet: DiskLabel.__init__: device: /dev/sda4 ; labelType: gpt ; exists: True ; >11:05:53,961 WARN blivet: disklabel detected but not usable on sda4 >11:05:53,962 INFO blivet: type detected on 'sda4' is 'ext4' >11:05:54,063 DEBUG blivet: padding min size from 236 up to 259 >11:05:54,068 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:54,069 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:54,070 DEBUG blivet: PartitionDevice._setFormat: sda4 ; >11:05:54,071 DEBUG blivet: PartitionDevice._setFormat: sda4 ; current: None ; type: ext4 ; >11:05:54,071 DEBUG blivet: looking up parted Device: /dev/sda4 >11:05:54,073 INFO blivet: got device: PartitionDevice instance (0xb2321d2c) -- > name = sda4 status = True kids = 0 id = 4 > parents = ['existing 76293MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 32768.0 > format = existing ext4 filesystem > major = 8 minor = 4 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda4 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 67108864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4177, 255, 63) biosGeometry: (4177, 255, 63) > PedDevice: <_ped.Device object at 0xb2120ecc> > target size = 0 path = /dev/sda4 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb211836c> fileSystem: <parted.filesystem.FileSystem object at 0xb211870c> > number: 4 path: /dev/sda4 type: 0 > name: Linux filesystem active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb21187cc> PedPartition: <_ped.Partition object at 0xb212283c> > disk = existing 76293MB disk sda (0) with existing gpt disklabel > start = 9312290 end = 76421153 length = 67108864 > flags = >11:05:54,074 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:54,075 INFO blivet: got format: Ext4FS instance (0xb2118e2c) -- > type = ext4 name = ext4 status = False > device = /dev/sda4 uuid = 606725b1-6585-467d-b22b-724bacaa4509 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = f20 size = 32768.0 targetSize = 32768.0 > >11:05:54,081 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part5 /dev/disk/by-label/home /dev/disk/by-partlabel/Linux\\x20filesystem /dev/disk/by-partuuid/603b6997-265e-4c27-b6e4-80005b1892b9 /dev/disk/by-uuid/f13427a0-59e2-4464-abd6-2159ce809198', > 'DEVNAME': 'sda5', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_AAM': '1', > 'ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE': '128', > 'ID_ATA_FEATURE_SET_AAM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE': '128', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '0', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'home', > 'ID_FS_LABEL_ENC': 'home', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'f13427a0-59e2-4464-abd6-2159ce809198', > 'ID_FS_UUID_ENC': 'f13427a0-59e2-4464-abd6-2159ce809198', > 'ID_FS_VERSION': '1.0', > 'ID_MODEL': 'WDC_WD800JD-75MSA3', > 'ID_MODEL_ENC': 'WDC\\x20WD800JD-75MSA3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:0', > 'ID_PART_ENTRY_NAME': 'Linux\\x20filesystem', > 'ID_PART_ENTRY_NUMBER': '5', > 'ID_PART_ENTRY_OFFSET': '76421154', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '79828813', > 'ID_PART_ENTRY_TYPE': '0fc63daf-8483-4772-8e79-3d69d8477de4', > 'ID_PART_ENTRY_UUID': '603b6997-265e-4c27-b6e4-80005b1892b9', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '4cbf7119-55db-4e75-b62c-7ced6e9e22c9', > 'ID_REVISION': '10.01E04', > 'ID_SERIAL': 'WDC_WD800JD-75MSA3_WD-WMAM9EL80316', > 'ID_SERIAL_SHORT': 'WD-WMAM9EL80316', > 'ID_TYPE': 'disk', > 'MAJOR': '8', > 'MINOR': '5', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332616', > 'name': 'sda5', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD800JD-75MSA3_WD-WMAM9EL80316-part5', > '/dev/disk/by-label/home', > '/dev/disk/by-partlabel/Linux\\x20filesystem', > '/dev/disk/by-partuuid/603b6997-265e-4c27-b6e4-80005b1892b9', > '/dev/disk/by-uuid/f13427a0-59e2-4464-abd6-2159ce809198'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5'} ; name: sda5 ; >11:05:54,082 INFO blivet: scanning sda5 (/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5)... >11:05:54,083 DEBUG blivet: DeviceTree.getDeviceByName: name: sda5 ; >11:05:54,084 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:54,084 INFO blivet: sda5 is a partition >11:05:54,085 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sda5 ; >11:05:54,086 DEBUG blivet: DeviceTree.getDeviceByName: name: sda ; >11:05:54,087 DEBUG blivet: DeviceTree.getDeviceByName returned existing 76293MB disk sda (0) with existing gpt disklabel >11:05:54,088 DEBUG blivet: DiskDevice.addChild: kids: 4 ; name: sda ; >11:05:54,089 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >11:05:54,089 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:54,090 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: None ; >11:05:54,090 DEBUG blivet: looking up parted Partition: /dev/sda5 >11:05:54,092 DEBUG blivet: PartitionDevice.probe: sda5 ; exists: True ; >11:05:54,093 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 1 ; >11:05:54,094 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 10 ; >11:05:54,095 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sda5 ; flag: 12 ; >11:05:54,095 INFO blivet: added partition sda5 (id 5) to device tree >11:05:54,096 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sda5 ; >11:05:54,097 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sda5 ; label_type: gpt ; >11:05:54,098 DEBUG blivet: PartitionDevice.setup: sda5 ; status: True ; controllable: True ; orig: False ; >11:05:54,099 DEBUG blivet: DiskLabel.__init__: device: /dev/sda5 ; labelType: gpt ; exists: True ; >11:05:54,128 WARN blivet: disklabel detected but not usable on sda5 >11:05:54,129 INFO blivet: type detected on 'sda5' is 'ext4' >11:05:54,222 DEBUG blivet: padding min size from 248 up to 272 >11:05:54,224 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:54,224 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:54,226 DEBUG blivet: PartitionDevice._setFormat: sda5 ; >11:05:54,228 DEBUG blivet: PartitionDevice._setFormat: sda5 ; current: None ; type: ext4 ; >11:05:54,230 DEBUG blivet: looking up parted Device: /dev/sda5 >11:05:54,232 INFO blivet: got device: PartitionDevice instance (0xb23278cc) -- > name = sda5 status = True kids = 0 id = 5 > parents = ['existing 76293MB disk sda (0) with existing gpt disklabel'] > uuid = None size = 38978.9125977 > format = existing ext4 filesystem > major = 8 minor = 5 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sda5 type: 0 > sectorSize: 512 physicalSectorSize: 512 > length: 79828813 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (4969, 255, 63) biosGeometry: (4969, 255, 63) > PedDevice: <_ped.Device object at 0xb21204ac> > target size = 0 path = /dev/sda5 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb211836c> fileSystem: <parted.filesystem.FileSystem object at 0xb4ad4f4c> > number: 5 path: /dev/sda5 type: 0 > name: Linux filesystem active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb21188cc> PedPartition: <_ped.Partition object at 0xb212286c> > disk = existing 76293MB disk sda (0) with existing gpt disklabel > start = 76421154 end = 156249966 length = 79828813 > flags = >11:05:54,235 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:54,236 INFO blivet: got format: Ext4FS instance (0xb23278ac) -- > type = ext4 name = ext4 status = False > device = /dev/sda5 uuid = f13427a0-59e2-4464-abd6-2159ce809198 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = home size = 38978.0 targetSize = 38978.0 > >11:05:54,244 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752 /dev/disk/by-id/wwn-0x50014ee25f887477', > 'DEVNAME': 'sdb', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f7df6eb9-aaea-42f0-b1d0-beb3fcbc627a', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064752', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f887477', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f887477', > 'MAJOR': '8', > 'MINOR': '16', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332776', > 'name': 'sdb', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752', > '/dev/disk/by-id/wwn-0x50014ee25f887477'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb'} ; name: sdb ; >11:05:54,245 INFO blivet: scanning sdb (/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb)... >11:05:54,247 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >11:05:54,248 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:54,249 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdb ; >11:05:54,250 INFO blivet: sdb is a disk >11:05:54,250 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:54,252 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: None ; >11:05:54,266 INFO blivet: added disk sdb (id 6) to device tree >11:05:54,267 DEBUG blivet: looking up parted Device: /dev/sdb >11:05:54,270 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb ; >11:05:54,273 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb ; label_type: gpt ; >11:05:54,276 DEBUG blivet: DiskDevice.setup: sdb ; status: True ; controllable: True ; orig: False ; >11:05:54,277 DEBUG blivet: required disklabel type for sdb (1) is None >11:05:54,278 DEBUG blivet: default disklabel type for sdb is msdos >11:05:54,279 DEBUG blivet: selecting msdos disklabel for sdb based on size >11:05:54,281 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb ; labelType: msdos ; exists: True ; >11:05:54,361 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb232f46c>, <parted.partition.Partition object at 0xb232f44c>] > device: <parted.device.Device object at 0xb232f06c> > PedDisk: <_ped.Disk object at 0xb232f14c> >11:05:54,362 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:54,363 DEBUG blivet: DiskDevice._setFormat: sdb ; current: None ; type: disklabel ; >11:05:54,364 INFO blivet: got device: DiskDevice instance (0xb232474c) -- > name = sdb status = True kids = 0 id = 6 > parents = [] > uuid = None size = 1907729.08594 > format = existing gpt disklabel > major = 8 minor = 16 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb2120a4c> > target size = 0 path = /dev/sdb > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb2324dcc> >11:05:54,366 INFO blivet: got format: DiskLabel instance (0xb2329f4c) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdb uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb232f46c>, <parted.partition.Partition object at 0xb232f44c>] > device: <parted.device.Device object at 0xb232f06c> > PedDisk: <_ped.Disk object at 0xb232f14c> > origPartedDisk = <parted.disk.Disk object at 0xb232f4cc> > partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdb type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 2 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb233002c> > >11:05:54,372 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752-part1 /dev/disk/by-id/wwn-0x50014ee25f887477-part1 /dev/disk/by-partlabel/Linux\\x20RAID /dev/disk/by-partuuid/a04a47a8-804a-4aa9-97e4-44f10421b883', > 'DEVNAME': 'sdb1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:0', > 'ID_FS_LABEL_ENC': 'localhost:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_ENC': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_SUB': 'ccb580ab-58cd-fb1b-02cf-a4d3532428ee', > 'ID_FS_UUID_SUB_ENC': 'ccb580ab-58cd-fb1b-02cf-a4d3532428ee', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'Linux\\x20RAID', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1950351360', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': 'a04a47a8-804a-4aa9-97e4-44f10421b883', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f7df6eb9-aaea-42f0-b1d0-beb3fcbc627a', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064752', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f887477', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f887477', > 'MAJOR': '8', > 'MINOR': '17', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332793', > 'name': 'sdb1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752-part1', > '/dev/disk/by-id/wwn-0x50014ee25f887477-part1', > '/dev/disk/by-partlabel/Linux\\x20RAID', > '/dev/disk/by-partuuid/a04a47a8-804a-4aa9-97e4-44f10421b883'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1'} ; name: sdb1 ; >11:05:54,373 INFO blivet: scanning sdb1 (/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1)... >11:05:54,374 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb1 ; >11:05:54,375 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:54,376 INFO blivet: sdb1 is a partition >11:05:54,377 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb1 ; >11:05:54,378 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >11:05:54,379 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdb (6) with existing gpt disklabel >11:05:54,380 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdb ; >11:05:54,381 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >11:05:54,381 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:54,382 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: None ; >11:05:54,382 DEBUG blivet: looking up parted Partition: /dev/sdb1 >11:05:54,383 DEBUG blivet: PartitionDevice.probe: sdb1 ; exists: True ; >11:05:54,384 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 1 ; >11:05:54,387 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 10 ; >11:05:54,388 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb1 ; flag: 12 ; >11:05:54,388 INFO blivet: added partition sdb1 (id 7) to device tree >11:05:54,389 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb1 ; >11:05:54,391 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb1 ; label_type: gpt ; >11:05:54,392 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >11:05:54,393 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb1 ; labelType: gpt ; exists: True ; >11:05:54,399 WARN blivet: disklabel detected but not usable on sdb1 >11:05:54,422 INFO blivet: type detected on 'sdb1' is 'linux_raid_member' >11:05:54,423 DEBUG blivet: MDRaidMember.__init__: uuid: 349bdeab-ef57-394b-76c1-57b2f88bd39a ; exists: True ; label: localhost:0 ; device: /dev/sdb1 ; serial: WD-WCC4M3064752 ; mdUuid: 349bdeab:ef57394b:76c157b2:f88bd39a ; biosraid: False ; >11:05:54,424 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:54,816 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; >11:05:54,819 DEBUG blivet: PartitionDevice._setFormat: sdb1 ; current: None ; type: mdmember ; >11:05:54,833 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb1 ; >11:05:54,838 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >11:05:54,913 INFO blivet: using name 0 for md array containing member sdb1 >11:05:54,914 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:54,925 DEBUG blivet: MDRaidArrayDevice._setFormat: 0 ; current: None ; type: None ; >11:05:54,931 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: 0 ; status: False ; >11:05:54,934 DEBUG blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdb1 ; status: True ; >11:05:54,936 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb1 ; >11:05:54,938 DEBUG blivet: PartitionDevice.setup: sdb1 ; status: True ; controllable: True ; orig: False ; >11:05:54,975 WARN blivet: failed to add member /dev/sdb1 to md array /dev/md/0: mdadd failed for /dev/sdb1: running mdadm --incremental --quiet /dev/sdb1 failed >11:05:54,975 DEBUG blivet: looking up parted Device: /dev/md/0 >11:05:54,976 INFO blivet: added mdarray 0 (id 8) to device tree >11:05:54,977 DEBUG blivet: looking up parted Device: /dev/sdb1 >11:05:54,978 INFO blivet: got device: PartitionDevice instance (0xb2329e4c) -- > name = sdb1 status = True kids = 1 id = 7 > parents = ['existing 1907729MB disk sdb (6) with existing gpt disklabel'] > uuid = None size = 952320.0 > format = existing mdmember > major = 8 minor = 17 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1950351360 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121403, 255, 63) biosGeometry: (121403, 255, 63) > PedDevice: <_ped.Device object at 0xb233074c> > target size = 0 path = /dev/sdb1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb232f18c> fileSystem: None > number: 1 path: /dev/sdb1 type: 0 > name: Linux RAID active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb232f2ac> PedPartition: <_ped.Partition object at 0xb2328f2c> > disk = existing 1907729MB disk sdb (6) with existing gpt disklabel > start = 2048 end = 1950353407 length = 1950351360 > flags = raid >11:05:54,978 INFO blivet: got format: MDRaidMember instance (0xb2321f4c) -- > type = mdmember name = software RAID status = False > device = /dev/sdb1 uuid = 349bdeab-ef57-394b-76c1-57b2f88bd39a exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 349bdeab:ef57394b:76c157b2:f88bd39a biosraid = False >11:05:54,984 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752-part2 /dev/disk/by-id/wwn-0x50014ee25f887477-part2 /dev/disk/by-partlabel/Linux\\x20RAID /dev/disk/by-partuuid/42bd3dbe-99d1-4622-a6fc-9ad6c3514b37', > 'DEVNAME': 'sdb2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:1', > 'ID_FS_LABEL_ENC': 'localhost:1', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_ENC': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_SUB': 'b4a07fac-14f3-e32f-da16-611d37e32d92', > 'ID_FS_UUID_SUB_ENC': 'b4a07fac-14f3-e32f-da16-611d37e32d92', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:16', > 'ID_PART_ENTRY_NAME': 'Linux\\x20RAID', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1950353408', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1956675727', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '42bd3dbe-99d1-4622-a6fc-9ad6c3514b37', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f7df6eb9-aaea-42f0-b1d0-beb3fcbc627a', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064752', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f887477', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f887477', > 'MAJOR': '8', > 'MINOR': '18', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '332809', > 'name': 'sdb2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064752-part2', > '/dev/disk/by-id/wwn-0x50014ee25f887477-part2', > '/dev/disk/by-partlabel/Linux\\x20RAID', > '/dev/disk/by-partuuid/42bd3dbe-99d1-4622-a6fc-9ad6c3514b37'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2'} ; name: sdb2 ; >11:05:54,985 INFO blivet: scanning sdb2 (/devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2)... >11:05:54,986 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb2 ; >11:05:54,986 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:54,987 INFO blivet: sdb2 is a partition >11:05:54,987 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdb2 ; >11:05:54,988 DEBUG blivet: DeviceTree.getDeviceByName: name: sdb ; >11:05:54,990 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdb (6) with existing gpt disklabel >11:05:54,991 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdb ; >11:05:54,992 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >11:05:54,992 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:54,993 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: None ; >11:05:54,994 DEBUG blivet: looking up parted Partition: /dev/sdb2 >11:05:55,026 DEBUG blivet: PartitionDevice.probe: sdb2 ; exists: True ; >11:05:55,042 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 1 ; >11:05:55,050 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 10 ; >11:05:55,060 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdb2 ; flag: 12 ; >11:05:55,061 INFO blivet: added partition sdb2 (id 9) to device tree >11:05:55,065 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdb2 ; >11:05:55,069 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdb2 ; label_type: gpt ; >11:05:55,070 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >11:05:55,071 DEBUG blivet: DiskLabel.__init__: device: /dev/sdb2 ; labelType: gpt ; exists: True ; >11:05:55,079 WARN blivet: disklabel detected but not usable on sdb2 >11:05:55,103 INFO blivet: type detected on 'sdb2' is 'linux_raid_member' >11:05:55,104 DEBUG blivet: MDRaidMember.__init__: uuid: 486d43e1-fe39-98a6-b6cd-b191c22b70bb ; exists: True ; label: localhost:1 ; device: /dev/sdb2 ; serial: WD-WCC4M3064752 ; mdUuid: 486d43e1:fe3998a6:b6cdb191:c22b70bb ; biosraid: False ; >11:05:55,104 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:55,105 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; >11:05:55,106 DEBUG blivet: PartitionDevice._setFormat: sdb2 ; current: None ; type: mdmember ; >11:05:55,107 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdb2 ; >11:05:55,108 DEBUG blivet: DeviceTree.getDeviceByUuid returned None >11:05:55,188 INFO blivet: using name 1 for md array containing member sdb2 >11:05:55,188 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,189 DEBUG blivet: MDRaidArrayDevice._setFormat: 1 ; current: None ; type: None ; >11:05:55,191 DEBUG blivet: MDRaidArrayDevice.updateSysfsPath: 1 ; status: False ; >11:05:55,192 DEBUG blivet: MDRaidArrayDevice._addDevice: 1 ; device: sdb2 ; status: True ; >11:05:55,193 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdb2 ; >11:05:55,195 DEBUG blivet: PartitionDevice.setup: sdb2 ; status: True ; controllable: True ; orig: False ; >11:05:55,228 WARN blivet: failed to add member /dev/sdb2 to md array /dev/md/1: mdadd failed for /dev/sdb2: running mdadm --incremental --quiet /dev/sdb2 failed >11:05:55,229 DEBUG blivet: looking up parted Device: /dev/md/1 >11:05:55,229 INFO blivet: added mdarray 1 (id 10) to device tree >11:05:55,230 DEBUG blivet: looking up parted Device: /dev/sdb2 >11:05:55,231 INFO blivet: got device: PartitionDevice instance (0xb234554c) -- > name = sdb2 status = True kids = 1 id = 9 > parents = ['existing 1907729MB disk sdb (6) with existing gpt disklabel'] > uuid = None size = 955408.069824 > format = existing mdmember > major = 8 minor = 18 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdb2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1956675727 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121797, 255, 63) biosGeometry: (121797, 255, 63) > PedDevice: <_ped.Device object at 0xb233086c> > target size = 0 path = /dev/sdb2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb232f18c> fileSystem: None > number: 2 path: /dev/sdb2 type: 0 > name: Linux RAID active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb232f48c> PedPartition: <_ped.Partition object at 0xb232b1dc> > disk = existing 1907729MB disk sdb (6) with existing gpt disklabel > start = 1950353408 end = 3907029134 length = 1956675727 > flags = raid >11:05:55,232 INFO blivet: got format: MDRaidMember instance (0xb283178c) -- > type = mdmember name = software RAID status = False > device = /dev/sdb2 uuid = 486d43e1-fe39-98a6-b6cd-b191c22b70bb exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 486d43e1:fe3998a6:b6cdb191:c22b70bb biosraid = False >11:05:55,237 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196 /dev/disk/by-id/wwn-0x50014ee20a33439a', > 'DEVNAME': 'sdc', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f46638bf-2763-41bc-88ea-6216bdf1b8a2', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196', > 'ID_SERIAL_SHORT': 'WD-WCC4M3089196', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee20a33439a', > 'ID_WWN_WITH_EXTENSION': '0x50014ee20a33439a', > 'MAJOR': '8', > 'MINOR': '32', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333018', > 'name': 'sdc', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196', > '/dev/disk/by-id/wwn-0x50014ee20a33439a'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc'} ; name: sdc ; >11:05:55,239 INFO blivet: scanning sdc (/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc)... >11:05:55,240 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >11:05:55,241 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:55,244 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdc ; >11:05:55,246 INFO blivet: sdc is a disk >11:05:55,246 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,248 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: None ; >11:05:55,260 INFO blivet: added disk sdc (id 11) to device tree >11:05:55,261 DEBUG blivet: looking up parted Device: /dev/sdc >11:05:55,263 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc ; >11:05:55,266 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc ; label_type: gpt ; >11:05:55,269 DEBUG blivet: DiskDevice.setup: sdc ; status: True ; controllable: True ; orig: False ; >11:05:55,269 DEBUG blivet: required disklabel type for sdc (1) is None >11:05:55,270 DEBUG blivet: default disklabel type for sdc is msdos >11:05:55,270 DEBUG blivet: selecting msdos disklabel for sdc based on size >11:05:55,273 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc ; labelType: msdos ; exists: True ; >11:05:55,359 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb4a3ee4c>, <parted.partition.Partition object at 0xb4a3ebac>] > device: <parted.device.Device object at 0xb234948c> > PedDisk: <_ped.Disk object at 0xb234954c> >11:05:55,360 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:55,361 DEBUG blivet: DiskDevice._setFormat: sdc ; current: None ; type: disklabel ; >11:05:55,362 INFO blivet: got device: DiskDevice instance (0xb4a27f4c) -- > name = sdc status = True kids = 0 id = 11 > parents = [] > uuid = None size = 1907729.08594 > format = existing gpt disklabel > major = 8 minor = 32 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb2330c2c> > target size = 0 path = /dev/sdc > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb4c55d8c> >11:05:55,365 INFO blivet: got format: DiskLabel instance (0xb234920c) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdc uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb4a3ee4c>, <parted.partition.Partition object at 0xb4a3ebac>] > device: <parted.device.Device object at 0xb234948c> > PedDisk: <_ped.Disk object at 0xb234954c> > origPartedDisk = <parted.disk.Disk object at 0xb4a3ef8c> > partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdc type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 3 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb23307ac> > >11:05:55,373 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196-part1 /dev/disk/by-id/wwn-0x50014ee20a33439a-part1 /dev/disk/by-partuuid/00cdef98-5573-40d2-b582-605f2f12ebee', > 'DEVNAME': 'sdc1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:0', > 'ID_FS_LABEL_ENC': 'localhost:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_ENC': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_SUB': '2f5577ea-17b7-aabd-1652-0c9ddcbdf7d3', > 'ID_FS_UUID_SUB_ENC': '2f5577ea-17b7-aabd-1652-0c9ddcbdf7d3', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1950351360', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '00cdef98-5573-40d2-b582-605f2f12ebee', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f46638bf-2763-41bc-88ea-6216bdf1b8a2', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196', > 'ID_SERIAL_SHORT': 'WD-WCC4M3089196', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee20a33439a', > 'ID_WWN_WITH_EXTENSION': '0x50014ee20a33439a', > 'MAJOR': '8', > 'MINOR': '33', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333038', > 'name': 'sdc1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196-part1', > '/dev/disk/by-id/wwn-0x50014ee20a33439a-part1', > '/dev/disk/by-partuuid/00cdef98-5573-40d2-b582-605f2f12ebee'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1'} ; name: sdc1 ; >11:05:55,375 INFO blivet: scanning sdc1 (/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1)... >11:05:55,377 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc1 ; >11:05:55,379 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:55,380 INFO blivet: sdc1 is a partition >11:05:55,383 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc1 ; >11:05:55,385 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >11:05:55,388 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdc (11) with existing gpt disklabel >11:05:55,392 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdc ; >11:05:55,396 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >11:05:55,397 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,401 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: None ; >11:05:55,401 DEBUG blivet: looking up parted Partition: /dev/sdc1 >11:05:55,407 DEBUG blivet: PartitionDevice.probe: sdc1 ; exists: True ; >11:05:55,411 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 1 ; >11:05:55,414 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 10 ; >11:05:55,418 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc1 ; flag: 12 ; >11:05:55,419 INFO blivet: added partition sdc1 (id 12) to device tree >11:05:55,422 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc1 ; >11:05:55,425 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc1 ; label_type: gpt ; >11:05:55,429 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >11:05:55,433 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc1 ; labelType: gpt ; exists: True ; >11:05:55,438 WARN blivet: disklabel detected but not usable on sdc1 >11:05:55,470 INFO blivet: type detected on 'sdc1' is 'linux_raid_member' >11:05:55,471 DEBUG blivet: MDRaidMember.__init__: uuid: 349bdeab-ef57-394b-76c1-57b2f88bd39a ; exists: True ; label: localhost:0 ; device: /dev/sdc1 ; serial: WD-WCC4M3089196 ; mdUuid: 349bdeab:ef57394b:76c157b2:f88bd39a ; biosraid: False ; >11:05:55,471 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:55,472 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; >11:05:55,473 DEBUG blivet: PartitionDevice._setFormat: sdc1 ; current: None ; type: mdmember ; >11:05:55,473 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc1 ; >11:05:55,475 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:55,475 INFO blivet: Using 128MB superBlockSize >11:05:55,475 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:55,475 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3808768MB mdarray 0 (8) >11:05:55,490 DEBUG blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdc1 ; status: True ; >11:05:55,507 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdc1 ; >11:05:55,520 DEBUG blivet: PartitionDevice.setup: sdc1 ; status: True ; controllable: True ; orig: False ; >11:05:55,552 WARN blivet: failed to add member /dev/sdc1 to md array /dev/md/0: mdadd failed for /dev/sdc1: running mdadm --incremental --quiet /dev/sdc1 failed >11:05:55,553 DEBUG blivet: looking up parted Device: /dev/sdc1 >11:05:55,555 INFO blivet: got device: PartitionDevice instance (0xb4a447cc) -- > name = sdc1 status = True kids = 1 id = 12 > parents = ['existing 1907729MB disk sdc (11) with existing gpt disklabel'] > uuid = None size = 952320.0 > format = existing mdmember > major = 8 minor = 33 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1950351360 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121403, 255, 63) biosGeometry: (121403, 255, 63) > PedDevice: <_ped.Device object at 0xb2330cec> > target size = 0 path = /dev/sdc1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb234934c> fileSystem: None > number: 1 path: /dev/sdc1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb4a3eb6c> PedPartition: <_ped.Partition object at 0xb21195cc> > disk = existing 1907729MB disk sdc (11) with existing gpt disklabel > start = 2048 end = 1950353407 length = 1950351360 > flags = raid >11:05:55,556 INFO blivet: got format: MDRaidMember instance (0xb4a3e3ac) -- > type = mdmember name = software RAID status = False > device = /dev/sdc1 uuid = 349bdeab-ef57-394b-76c1-57b2f88bd39a exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 349bdeab:ef57394b:76c157b2:f88bd39a biosraid = False >11:05:55,565 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196-part2 /dev/disk/by-id/wwn-0x50014ee20a33439a-part2 /dev/disk/by-partuuid/ed624e3e-7470-4265-bca6-55ad18e12230', > 'DEVNAME': 'sdc2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '276', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:1', > 'ID_FS_LABEL_ENC': 'localhost:1', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_ENC': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_SUB': 'b14300c7-b89b-68dd-f3b1-cf4810723aca', > 'ID_FS_UUID_SUB_ENC': 'b14300c7-b89b-68dd-f3b1-cf4810723aca', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:32', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1950353408', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1956675727', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': 'ed624e3e-7470-4265-bca6-55ad18e12230', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'f46638bf-2763-41bc-88ea-6216bdf1b8a2', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196', > 'ID_SERIAL_SHORT': 'WD-WCC4M3089196', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee20a33439a', > 'ID_WWN_WITH_EXTENSION': '0x50014ee20a33439a', > 'MAJOR': '8', > 'MINOR': '34', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333058', > 'name': 'sdc2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3089196-part2', > '/dev/disk/by-id/wwn-0x50014ee20a33439a-part2', > '/dev/disk/by-partuuid/ed624e3e-7470-4265-bca6-55ad18e12230'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2'} ; name: sdc2 ; >11:05:55,568 INFO blivet: scanning sdc2 (/devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2)... >11:05:55,570 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc2 ; >11:05:55,571 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:55,572 INFO blivet: sdc2 is a partition >11:05:55,575 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdc2 ; >11:05:55,577 DEBUG blivet: DeviceTree.getDeviceByName: name: sdc ; >11:05:55,579 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdc (11) with existing gpt disklabel >11:05:55,580 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdc ; >11:05:55,581 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; >11:05:55,582 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,583 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: None ; >11:05:55,583 DEBUG blivet: looking up parted Partition: /dev/sdc2 >11:05:55,584 DEBUG blivet: PartitionDevice.probe: sdc2 ; exists: True ; >11:05:55,585 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 1 ; >11:05:55,587 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 10 ; >11:05:55,588 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdc2 ; flag: 12 ; >11:05:55,589 INFO blivet: added partition sdc2 (id 13) to device tree >11:05:55,590 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdc2 ; >11:05:55,591 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdc2 ; label_type: gpt ; >11:05:55,592 DEBUG blivet: PartitionDevice.setup: sdc2 ; status: True ; controllable: True ; orig: False ; >11:05:55,593 DEBUG blivet: DiskLabel.__init__: device: /dev/sdc2 ; labelType: gpt ; exists: True ; >11:05:55,597 WARN blivet: disklabel detected but not usable on sdc2 >11:05:55,634 INFO blivet: type detected on 'sdc2' is 'linux_raid_member' >11:05:55,636 DEBUG blivet: MDRaidMember.__init__: uuid: 486d43e1-fe39-98a6-b6cd-b191c22b70bb ; exists: True ; label: localhost:1 ; device: /dev/sdc2 ; serial: WD-WCC4M3089196 ; mdUuid: 486d43e1:fe3998a6:b6cdb191:c22b70bb ; biosraid: False ; >11:05:55,636 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:55,642 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; >11:05:55,644 DEBUG blivet: PartitionDevice._setFormat: sdc2 ; current: None ; type: mdmember ; >11:05:55,646 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdc2 ; >11:05:55,651 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:55,652 INFO blivet: Using 128MB superBlockSize >11:05:55,655 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:55,655 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3821120MB mdarray 1 (10) >11:05:55,657 DEBUG blivet: MDRaidArrayDevice._addDevice: 1 ; device: sdc2 ; status: True ; >11:05:55,659 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdc2 ; >11:05:55,661 DEBUG blivet: PartitionDevice.setup: sdc2 ; status: True ; controllable: True ; orig: False ; >11:05:55,704 WARN blivet: failed to add member /dev/sdc2 to md array /dev/md/1: mdadd failed for /dev/sdc2: running mdadm --incremental --quiet /dev/sdc2 failed >11:05:55,705 DEBUG blivet: looking up parted Device: /dev/sdc2 >11:05:55,708 INFO blivet: got device: PartitionDevice instance (0xb283b54c) -- > name = sdc2 status = True kids = 1 id = 13 > parents = ['existing 1907729MB disk sdc (11) with existing gpt disklabel'] > uuid = None size = 955408.069824 > format = existing mdmember > major = 8 minor = 34 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata3/host2/target2:0:0/2:0:0:0/block/sdc/sdc2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdc2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1956675727 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121797, 255, 63) biosGeometry: (121797, 255, 63) > PedDevice: <_ped.Device object at 0xb2330c8c> > target size = 0 path = /dev/sdc2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb234934c> fileSystem: None > number: 2 path: /dev/sdc2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb4a3ecec> PedPartition: <_ped.Partition object at 0xb211914c> > disk = existing 1907729MB disk sdc (11) with existing gpt disklabel > start = 1950353408 end = 3907029134 length = 1956675727 > flags = raid >11:05:55,710 INFO blivet: got format: MDRaidMember instance (0xb4a9d18c) -- > type = mdmember name = software RAID status = False > device = /dev/sdc2 uuid = 486d43e1-fe39-98a6-b6cd-b191c22b70bb exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 486d43e1:fe3998a6:b6cdb191:c22b70bb biosraid = False >11:05:55,724 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888 /dev/disk/by-id/wwn-0x50014ee2b4ddb9f3', > 'DEVNAME': 'sdd', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '99c20da4-8779-4459-88ee-100fa85424f4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888', > 'ID_SERIAL_SHORT': 'WD-WCC4M3031888', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b4ddb9f3', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b4ddb9f3', > 'MAJOR': '8', > 'MINOR': '48', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333289', > 'name': 'sdd', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888', > '/dev/disk/by-id/wwn-0x50014ee2b4ddb9f3'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd'} ; name: sdd ; >11:05:55,736 INFO blivet: scanning sdd (/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd)... >11:05:55,737 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >11:05:55,738 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:55,740 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdd ; >11:05:55,744 INFO blivet: sdd is a disk >11:05:55,744 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,745 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: None ; >11:05:55,747 DEBUG blivet: BindFS.supported: supported: False ; >11:05:55,751 DEBUG blivet: BindFS.supported: supported: False ; >11:05:55,752 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:05:55,753 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:05:55,756 DEBUG blivet: NFSv4.supported: supported: False ; >11:05:55,760 DEBUG blivet: NFSv4.supported: supported: False ; >11:05:55,763 INFO blivet: added disk sdd (id 14) to device tree >11:05:55,764 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:05:55,764 DEBUG blivet: looking up parted Device: /dev/sdd >11:05:55,767 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd ; >11:05:55,768 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd ; label_type: gpt ; >11:05:55,769 DEBUG blivet: DiskDevice.setup: sdd ; status: True ; controllable: True ; orig: False ; >11:05:55,769 DEBUG blivet: required disklabel type for sdd (1) is None >11:05:55,769 DEBUG blivet: default disklabel type for sdd is msdos >11:05:55,770 DEBUG blivet: selecting msdos disklabel for sdd based on size >11:05:55,770 DEBUG blivet: SELinuxFS.supported: supported: False ; >11:05:55,773 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd ; labelType: msdos ; exists: True ; >11:05:55,774 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:55,860 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:55,864 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb233eecc>, <parted.partition.Partition object at 0xb233ed8c>] > device: <parted.device.Device object at 0xb2243b4c> > PedDisk: <_ped.Disk object at 0xb2243a0c> >11:05:55,865 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:55,867 DEBUG blivet: DiskDevice._setFormat: sdd ; current: None ; type: disklabel ; >11:05:55,868 INFO blivet: got device: DiskDevice instance (0xb234cfcc) -- > name = sdd status = True kids = 0 id = 14 > parents = [] > uuid = None size = 1907729.08594 > format = existing gpt disklabel > major = 8 minor = 48 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d26c> > target size = 0 path = /dev/sdd > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb2356c6c> >11:05:55,870 INFO blivet: got format: DiskLabel instance (0xb224338c) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdd uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb233eecc>, <parted.partition.Partition object at 0xb233ed8c>] > device: <parted.device.Device object at 0xb2243b4c> > PedDisk: <_ped.Disk object at 0xb2243a0c> > origPartedDisk = <parted.disk.Disk object at 0xb22437ec> > partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdd type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 4 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d3ec> > >11:05:55,879 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888-part1 /dev/disk/by-id/wwn-0x50014ee2b4ddb9f3-part1 /dev/disk/by-partuuid/ba8b425a-c2a1-4648-b17e-94899e53a377', > 'DEVNAME': 'sdd1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:0', > 'ID_FS_LABEL_ENC': 'localhost:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_ENC': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_SUB': '35353f85-ed0a-6843-6aef-6f129dd1eec1', > 'ID_FS_UUID_SUB_ENC': '35353f85-ed0a-6843-6aef-6f129dd1eec1', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:48', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1950351360', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': 'ba8b425a-c2a1-4648-b17e-94899e53a377', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '99c20da4-8779-4459-88ee-100fa85424f4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888', > 'ID_SERIAL_SHORT': 'WD-WCC4M3031888', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b4ddb9f3', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b4ddb9f3', > 'MAJOR': '8', > 'MINOR': '49', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333311', > 'name': 'sdd1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888-part1', > '/dev/disk/by-id/wwn-0x50014ee2b4ddb9f3-part1', > '/dev/disk/by-partuuid/ba8b425a-c2a1-4648-b17e-94899e53a377'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1'} ; name: sdd1 ; >11:05:55,880 INFO blivet: scanning sdd1 (/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1)... >11:05:55,881 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd1 ; >11:05:55,882 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:55,882 INFO blivet: sdd1 is a partition >11:05:55,883 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdd1 ; >11:05:55,884 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >11:05:55,886 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdd (14) with existing gpt disklabel >11:05:55,887 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdd ; >11:05:55,889 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >11:05:55,889 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:55,891 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: None ; >11:05:55,891 DEBUG blivet: looking up parted Partition: /dev/sdd1 >11:05:55,893 DEBUG blivet: PartitionDevice.probe: sdd1 ; exists: True ; >11:05:55,894 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 1 ; >11:05:55,895 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 10 ; >11:05:55,896 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd1 ; flag: 12 ; >11:05:55,897 INFO blivet: added partition sdd1 (id 15) to device tree >11:05:55,898 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd1 ; >11:05:55,899 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd1 ; label_type: gpt ; >11:05:55,900 DEBUG blivet: PartitionDevice.setup: sdd1 ; status: True ; controllable: True ; orig: False ; >11:05:55,902 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd1 ; labelType: gpt ; exists: True ; >11:05:55,906 WARN blivet: disklabel detected but not usable on sdd1 >11:05:55,966 INFO blivet: type detected on 'sdd1' is 'linux_raid_member' >11:05:55,976 DEBUG blivet: MDRaidMember.__init__: uuid: 349bdeab-ef57-394b-76c1-57b2f88bd39a ; exists: True ; label: localhost:0 ; device: /dev/sdd1 ; serial: WD-WCC4M3031888 ; mdUuid: 349bdeab:ef57394b:76c157b2:f88bd39a ; biosraid: False ; >11:05:55,977 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:55,984 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; >11:05:55,990 DEBUG blivet: PartitionDevice._setFormat: sdd1 ; current: None ; type: mdmember ; >11:05:55,995 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdd1 ; >11:05:56,002 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:56,004 INFO blivet: Using 128MB superBlockSize >11:05:56,006 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:56,006 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3808768MB mdarray 0 (8) >11:05:56,011 DEBUG blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdd1 ; status: True ; >11:05:56,015 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdd1 ; >11:05:56,021 DEBUG blivet: PartitionDevice.setup: sdd1 ; status: True ; controllable: True ; orig: False ; >11:05:56,058 WARN blivet: failed to add member /dev/sdd1 to md array /dev/md/0: mdadd failed for /dev/sdd1: running mdadm --incremental --quiet /dev/sdd1 failed >11:05:56,060 DEBUG blivet: looking up parted Device: /dev/sdd1 >11:05:56,062 INFO blivet: got device: PartitionDevice instance (0xb283eb6c) -- > name = sdd1 status = True kids = 1 id = 15 > parents = ['existing 1907729MB disk sdd (14) with existing gpt disklabel'] > uuid = None size = 952320.0 > format = existing mdmember > major = 8 minor = 49 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdd1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1950351360 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121403, 255, 63) biosGeometry: (121403, 255, 63) > PedDevice: <_ped.Device object at 0xb226d50c> > target size = 0 path = /dev/sdd1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb2243c0c> fileSystem: None > number: 1 path: /dev/sdd1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb233ee2c> PedPartition: <_ped.Partition object at 0xb2260a7c> > disk = existing 1907729MB disk sdd (14) with existing gpt disklabel > start = 2048 end = 1950353407 length = 1950351360 > flags = raid >11:05:56,063 INFO blivet: got format: MDRaidMember instance (0xb224336c) -- > type = mdmember name = software RAID status = False > device = /dev/sdd1 uuid = 349bdeab-ef57-394b-76c1-57b2f88bd39a exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 349bdeab:ef57394b:76c157b2:f88bd39a biosraid = False >11:05:56,072 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888-part2 /dev/disk/by-id/wwn-0x50014ee2b4ddb9f3-part2 /dev/disk/by-partuuid/9f665a00-115b-40bd-8e16-c7472d786553', > 'DEVNAME': 'sdd2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '284', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:1', > 'ID_FS_LABEL_ENC': 'localhost:1', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_ENC': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_SUB': '59e856b0-296c-0ba1-3526-cdfb93816833', > 'ID_FS_UUID_SUB_ENC': '59e856b0-296c-0ba1-3526-cdfb93816833', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:48', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1950353408', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1956675727', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '9f665a00-115b-40bd-8e16-c7472d786553', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '99c20da4-8779-4459-88ee-100fa85424f4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888', > 'ID_SERIAL_SHORT': 'WD-WCC4M3031888', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b4ddb9f3', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b4ddb9f3', > 'MAJOR': '8', > 'MINOR': '50', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333334', > 'name': 'sdd2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3031888-part2', > '/dev/disk/by-id/wwn-0x50014ee2b4ddb9f3-part2', > '/dev/disk/by-partuuid/9f665a00-115b-40bd-8e16-c7472d786553'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2'} ; name: sdd2 ; >11:05:56,072 INFO blivet: scanning sdd2 (/devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2)... >11:05:56,073 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd2 ; >11:05:56,074 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,075 INFO blivet: sdd2 is a partition >11:05:56,076 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdd2 ; >11:05:56,078 DEBUG blivet: DeviceTree.getDeviceByName: name: sdd ; >11:05:56,080 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdd (14) with existing gpt disklabel >11:05:56,081 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdd ; >11:05:56,083 DEBUG blivet: PartitionDevice._setFormat: sdd2 ; >11:05:56,083 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,085 DEBUG blivet: PartitionDevice._setFormat: sdd2 ; current: None ; type: None ; >11:05:56,086 DEBUG blivet: looking up parted Partition: /dev/sdd2 >11:05:56,087 DEBUG blivet: PartitionDevice.probe: sdd2 ; exists: True ; >11:05:56,089 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd2 ; flag: 1 ; >11:05:56,090 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd2 ; flag: 10 ; >11:05:56,092 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdd2 ; flag: 12 ; >11:05:56,093 INFO blivet: added partition sdd2 (id 16) to device tree >11:05:56,094 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdd2 ; >11:05:56,096 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdd2 ; label_type: gpt ; >11:05:56,097 DEBUG blivet: PartitionDevice.setup: sdd2 ; status: True ; controllable: True ; orig: False ; >11:05:56,099 DEBUG blivet: DiskLabel.__init__: device: /dev/sdd2 ; labelType: gpt ; exists: True ; >11:05:56,103 WARN blivet: disklabel detected but not usable on sdd2 >11:05:56,125 INFO blivet: type detected on 'sdd2' is 'linux_raid_member' >11:05:56,126 DEBUG blivet: MDRaidMember.__init__: uuid: 486d43e1-fe39-98a6-b6cd-b191c22b70bb ; exists: True ; label: localhost:1 ; device: /dev/sdd2 ; serial: WD-WCC4M3031888 ; mdUuid: 486d43e1:fe3998a6:b6cdb191:c22b70bb ; biosraid: False ; >11:05:56,126 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:56,127 DEBUG blivet: PartitionDevice._setFormat: sdd2 ; >11:05:56,129 DEBUG blivet: PartitionDevice._setFormat: sdd2 ; current: None ; type: mdmember ; >11:05:56,130 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdd2 ; >11:05:56,132 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:56,132 INFO blivet: Using 128MB superBlockSize >11:05:56,132 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:56,133 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3821120MB mdarray 1 (10) >11:05:56,134 DEBUG blivet: MDRaidArrayDevice._addDevice: 1 ; device: sdd2 ; status: True ; >11:05:56,135 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdd2 ; >11:05:56,136 DEBUG blivet: PartitionDevice.setup: sdd2 ; status: True ; controllable: True ; orig: False ; >11:05:56,165 WARN blivet: failed to add member /dev/sdd2 to md array /dev/md/1: mdadd failed for /dev/sdd2: running mdadm --incremental --quiet /dev/sdd2 failed >11:05:56,166 DEBUG blivet: looking up parted Device: /dev/sdd2 >11:05:56,168 INFO blivet: got device: PartitionDevice instance (0xb217c12c) -- > name = sdd2 status = True kids = 1 id = 16 > parents = ['existing 1907729MB disk sdd (14) with existing gpt disklabel'] > uuid = None size = 955408.069824 > format = existing mdmember > major = 8 minor = 50 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata4/host3/target3:0:0/3:0:0:0/block/sdd/sdd2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdd2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1956675727 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121797, 255, 63) biosGeometry: (121797, 255, 63) > PedDevice: <_ped.Device object at 0xb226d5cc> > target size = 0 path = /dev/sdd2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb2243c0c> fileSystem: None > number: 2 path: /dev/sdd2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb233efec> PedPartition: <_ped.Partition object at 0xb2260aac> > disk = existing 1907729MB disk sdd (14) with existing gpt disklabel > start = 1950353408 end = 3907029134 length = 1956675727 > flags = raid >11:05:56,169 INFO blivet: got format: MDRaidMember instance (0xb211846c) -- > type = mdmember name = software RAID status = False > device = /dev/sdd2 uuid = 486d43e1-fe39-98a6-b6cd-b191c22b70bb exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 486d43e1:fe3998a6:b6cdb191:c22b70bb biosraid = False >11:05:56,175 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757 /dev/disk/by-id/wwn-0x50014ee25f888a63', > 'DEVNAME': 'sde', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'b2fcc458-774f-4c7b-af31-9ddb73f571e4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064757', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f888a63', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f888a63', > 'MAJOR': '8', > 'MINOR': '64', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333612', > 'name': 'sde', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757', > '/dev/disk/by-id/wwn-0x50014ee25f888a63'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde'} ; name: sde ; >11:05:56,176 INFO blivet: scanning sde (/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde)... >11:05:56,177 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >11:05:56,179 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,180 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sde ; >11:05:56,181 INFO blivet: sde is a disk >11:05:56,181 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,183 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: None ; >11:05:56,195 INFO blivet: added disk sde (id 17) to device tree >11:05:56,196 DEBUG blivet: looking up parted Device: /dev/sde >11:05:56,198 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde ; >11:05:56,200 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sde ; label_type: gpt ; >11:05:56,202 DEBUG blivet: DiskDevice.setup: sde ; status: True ; controllable: True ; orig: False ; >11:05:56,203 DEBUG blivet: required disklabel type for sde (1) is None >11:05:56,204 DEBUG blivet: default disklabel type for sde is msdos >11:05:56,204 DEBUG blivet: selecting msdos disklabel for sde based on size >11:05:56,207 DEBUG blivet: DiskLabel.__init__: device: /dev/sde ; labelType: msdos ; exists: True ; >11:05:56,287 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb232966c>, <parted.partition.Partition object at 0xb232978c>] > device: <parted.device.Device object at 0xb23295ac> > PedDisk: <_ped.Disk object at 0xb23299ec> >11:05:56,290 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:56,291 DEBUG blivet: DiskDevice._setFormat: sde ; current: None ; type: disklabel ; >11:05:56,294 INFO blivet: got device: DiskDevice instance (0xb232f98c) -- > name = sde status = True kids = 0 id = 17 > parents = [] > uuid = None size = 1907729.08594 > format = existing gpt disklabel > major = 8 minor = 64 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d62c> > target size = 0 path = /dev/sde > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb232f76c> >11:05:56,296 INFO blivet: got format: DiskLabel instance (0xb283e92c) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sde uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb232966c>, <parted.partition.Partition object at 0xb232978c>] > device: <parted.device.Device object at 0xb23295ac> > PedDisk: <_ped.Disk object at 0xb23299ec> > origPartedDisk = <parted.disk.Disk object at 0xb232946c> > partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sde type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 5 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d6ec> > >11:05:56,303 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757-part1 /dev/disk/by-id/wwn-0x50014ee25f888a63-part1 /dev/disk/by-partuuid/52c63602-2e1e-4493-84e8-72b0e5cbe6ca', > 'DEVNAME': 'sde1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:0', > 'ID_FS_LABEL_ENC': 'localhost:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_ENC': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_SUB': '9f3d5c9f-a5b9-7a13-92de-01a83bee7e14', > 'ID_FS_UUID_SUB_ENC': '9f3d5c9f-a5b9-7a13-92de-01a83bee7e14', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1950351360', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '52c63602-2e1e-4493-84e8-72b0e5cbe6ca', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'b2fcc458-774f-4c7b-af31-9ddb73f571e4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064757', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f888a63', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f888a63', > 'MAJOR': '8', > 'MINOR': '65', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333637', > 'name': 'sde1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757-part1', > '/dev/disk/by-id/wwn-0x50014ee25f888a63-part1', > '/dev/disk/by-partuuid/52c63602-2e1e-4493-84e8-72b0e5cbe6ca'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1'} ; name: sde1 ; >11:05:56,305 INFO blivet: scanning sde1 (/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1)... >11:05:56,306 DEBUG blivet: DeviceTree.getDeviceByName: name: sde1 ; >11:05:56,307 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,308 INFO blivet: sde1 is a partition >11:05:56,309 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde1 ; >11:05:56,310 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >11:05:56,311 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sde (17) with existing gpt disklabel >11:05:56,313 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sde ; >11:05:56,315 DEBUG blivet: PartitionDevice._setFormat: sde1 ; >11:05:56,315 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,316 DEBUG blivet: PartitionDevice._setFormat: sde1 ; current: None ; type: None ; >11:05:56,317 DEBUG blivet: looking up parted Partition: /dev/sde1 >11:05:56,318 DEBUG blivet: PartitionDevice.probe: sde1 ; exists: True ; >11:05:56,320 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 1 ; >11:05:56,321 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 10 ; >11:05:56,323 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde1 ; flag: 12 ; >11:05:56,323 INFO blivet: added partition sde1 (id 18) to device tree >11:05:56,324 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde1 ; >11:05:56,325 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sde1 ; label_type: gpt ; >11:05:56,327 DEBUG blivet: PartitionDevice.setup: sde1 ; status: True ; controllable: True ; orig: False ; >11:05:56,328 DEBUG blivet: DiskLabel.__init__: device: /dev/sde1 ; labelType: gpt ; exists: True ; >11:05:56,332 WARN blivet: disklabel detected but not usable on sde1 >11:05:56,354 INFO blivet: type detected on 'sde1' is 'linux_raid_member' >11:05:56,356 DEBUG blivet: MDRaidMember.__init__: uuid: 349bdeab-ef57-394b-76c1-57b2f88bd39a ; exists: True ; label: localhost:0 ; device: /dev/sde1 ; serial: WD-WCC4M3064757 ; mdUuid: 349bdeab:ef57394b:76c157b2:f88bd39a ; biosraid: False ; >11:05:56,356 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:56,357 DEBUG blivet: PartitionDevice._setFormat: sde1 ; >11:05:56,358 DEBUG blivet: PartitionDevice._setFormat: sde1 ; current: None ; type: mdmember ; >11:05:56,359 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde1 ; >11:05:56,362 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:56,362 INFO blivet: Using 128MB superBlockSize >11:05:56,362 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:56,363 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3808768MB mdarray 0 (8) >11:05:56,364 DEBUG blivet: MDRaidArrayDevice._addDevice: 0 ; device: sde1 ; status: True ; >11:05:56,365 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sde1 ; >11:05:56,366 DEBUG blivet: PartitionDevice.setup: sde1 ; status: True ; controllable: True ; orig: False ; >11:05:56,396 WARN blivet: failed to add member /dev/sde1 to md array /dev/md/0: mdadd failed for /dev/sde1: running mdadm --incremental --quiet /dev/sde1 failed >11:05:56,397 DEBUG blivet: looking up parted Device: /dev/sde1 >11:05:56,399 INFO blivet: got device: PartitionDevice instance (0xb232488c) -- > name = sde1 status = True kids = 1 id = 18 > parents = ['existing 1907729MB disk sde (17) with existing gpt disklabel'] > uuid = None size = 952320.0 > format = existing mdmember > major = 8 minor = 65 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1950351360 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121403, 255, 63) biosGeometry: (121403, 255, 63) > PedDevice: <_ped.Device object at 0xb226d56c> > target size = 0 path = /dev/sde1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb232948c> fileSystem: None > number: 1 path: /dev/sde1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb232932c> PedPartition: <_ped.Partition object at 0xb2260b3c> > disk = existing 1907729MB disk sde (17) with existing gpt disklabel > start = 2048 end = 1950353407 length = 1950351360 > flags = raid >11:05:56,400 INFO blivet: got format: MDRaidMember instance (0xb232916c) -- > type = mdmember name = software RAID status = False > device = /dev/sde1 uuid = 349bdeab-ef57-394b-76c1-57b2f88bd39a exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 349bdeab:ef57394b:76c157b2:f88bd39a biosraid = False >11:05:56,408 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757-part2 /dev/disk/by-id/wwn-0x50014ee25f888a63-part2 /dev/disk/by-partuuid/6f0d40e3-b8e3-46d4-8572-81b49e77a177', > 'DEVNAME': 'sde2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '286', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:1', > 'ID_FS_LABEL_ENC': 'localhost:1', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_ENC': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_SUB': '4e1280f1-37c0-8dcb-37ee-b989e1ce9661', > 'ID_FS_UUID_SUB_ENC': '4e1280f1-37c0-8dcb-37ee-b989e1ce9661', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:64', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1950353408', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1956675727', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '6f0d40e3-b8e3-46d4-8572-81b49e77a177', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': 'b2fcc458-774f-4c7b-af31-9ddb73f571e4', > 'ID_REVISION': '80.00A80', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757', > 'ID_SERIAL_SHORT': 'WD-WCC4M3064757', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee25f888a63', > 'ID_WWN_WITH_EXTENSION': '0x50014ee25f888a63', > 'MAJOR': '8', > 'MINOR': '66', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '333662', > 'name': 'sde2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M3064757-part2', > '/dev/disk/by-id/wwn-0x50014ee25f888a63-part2', > '/dev/disk/by-partuuid/6f0d40e3-b8e3-46d4-8572-81b49e77a177'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2'} ; name: sde2 ; >11:05:56,409 INFO blivet: scanning sde2 (/devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2)... >11:05:56,410 DEBUG blivet: DeviceTree.getDeviceByName: name: sde2 ; >11:05:56,411 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,412 INFO blivet: sde2 is a partition >11:05:56,413 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sde2 ; >11:05:56,414 DEBUG blivet: DeviceTree.getDeviceByName: name: sde ; >11:05:56,415 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sde (17) with existing gpt disklabel >11:05:56,417 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sde ; >11:05:56,418 DEBUG blivet: PartitionDevice._setFormat: sde2 ; >11:05:56,419 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,420 DEBUG blivet: PartitionDevice._setFormat: sde2 ; current: None ; type: None ; >11:05:56,420 DEBUG blivet: looking up parted Partition: /dev/sde2 >11:05:56,421 DEBUG blivet: PartitionDevice.probe: sde2 ; exists: True ; >11:05:56,424 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 1 ; >11:05:56,429 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 10 ; >11:05:56,432 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sde2 ; flag: 12 ; >11:05:56,432 INFO blivet: added partition sde2 (id 19) to device tree >11:05:56,434 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sde2 ; >11:05:56,435 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sde2 ; label_type: gpt ; >11:05:56,437 DEBUG blivet: PartitionDevice.setup: sde2 ; status: True ; controllable: True ; orig: False ; >11:05:56,438 DEBUG blivet: DiskLabel.__init__: device: /dev/sde2 ; labelType: gpt ; exists: True ; >11:05:56,446 WARN blivet: disklabel detected but not usable on sde2 >11:05:56,493 INFO blivet: type detected on 'sde2' is 'linux_raid_member' >11:05:56,495 DEBUG blivet: MDRaidMember.__init__: uuid: 486d43e1-fe39-98a6-b6cd-b191c22b70bb ; exists: True ; label: localhost:1 ; device: /dev/sde2 ; serial: WD-WCC4M3064757 ; mdUuid: 486d43e1:fe3998a6:b6cdb191:c22b70bb ; biosraid: False ; >11:05:56,495 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:56,499 DEBUG blivet: PartitionDevice._setFormat: sde2 ; >11:05:56,500 DEBUG blivet: PartitionDevice._setFormat: sde2 ; current: None ; type: mdmember ; >11:05:56,501 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sde2 ; >11:05:56,502 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:56,503 INFO blivet: Using 128MB superBlockSize >11:05:56,503 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:56,503 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3821120MB mdarray 1 (10) >11:05:56,504 DEBUG blivet: MDRaidArrayDevice._addDevice: 1 ; device: sde2 ; status: True ; >11:05:56,505 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sde2 ; >11:05:56,506 DEBUG blivet: PartitionDevice.setup: sde2 ; status: True ; controllable: True ; orig: False ; >11:05:56,535 WARN blivet: failed to add member /dev/sde2 to md array /dev/md/1: mdadd failed for /dev/sde2: running mdadm --incremental --quiet /dev/sde2 failed >11:05:56,536 DEBUG blivet: looking up parted Device: /dev/sde2 >11:05:56,537 INFO blivet: got device: PartitionDevice instance (0xb234ceac) -- > name = sde2 status = True kids = 1 id = 19 > parents = ['existing 1907729MB disk sde (17) with existing gpt disklabel'] > uuid = None size = 955408.069824 > format = existing mdmember > major = 8 minor = 66 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sde2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1956675727 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121797, 255, 63) biosGeometry: (121797, 255, 63) > PedDevice: <_ped.Device object at 0xb226d86c> > target size = 0 path = /dev/sde2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb232948c> fileSystem: None > number: 2 path: /dev/sde2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb232974c> PedPartition: <_ped.Partition object at 0xb226ff2c> > disk = existing 1907729MB disk sde (17) with existing gpt disklabel > start = 1950353408 end = 3907029134 length = 1956675727 > flags = raid >11:05:56,539 INFO blivet: got format: MDRaidMember instance (0xb2270c2c) -- > type = mdmember name = software RAID status = False > device = /dev/sde2 uuid = 486d43e1-fe39-98a6-b6cd-b191c22b70bb exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 486d43e1:fe3998a6:b6cdb191:c22b70bb biosraid = False >11:05:56,545 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9 /dev/disk/by-id/wwn-0x50014ee2b5538ee6', > 'DEVNAME': 'sdf', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7684d02c-5935-4486-a604-fd17401dbc1b', > 'ID_REVISION': '82.00A82', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9', > 'ID_SERIAL_SHORT': 'WD-WCC4M5LPUUU9', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b5538ee6', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b5538ee6', > 'MAJOR': '8', > 'MINOR': '80', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '335406', > 'name': 'sdf', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9', > '/dev/disk/by-id/wwn-0x50014ee2b5538ee6'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf'} ; name: sdf ; >11:05:56,546 INFO blivet: scanning sdf (/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf)... >11:05:56,547 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >11:05:56,548 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,549 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdf ; >11:05:56,549 INFO blivet: sdf is a disk >11:05:56,550 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,551 DEBUG blivet: DiskDevice._setFormat: sdf ; current: None ; type: None ; >11:05:56,561 INFO blivet: added disk sdf (id 20) to device tree >11:05:56,562 DEBUG blivet: looking up parted Device: /dev/sdf >11:05:56,567 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdf ; >11:05:56,569 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdf ; label_type: gpt ; >11:05:56,571 DEBUG blivet: DiskDevice.setup: sdf ; status: True ; controllable: True ; orig: False ; >11:05:56,571 DEBUG blivet: required disklabel type for sdf (1) is None >11:05:56,571 DEBUG blivet: default disklabel type for sdf is msdos >11:05:56,571 DEBUG blivet: selecting msdos disklabel for sdf based on size >11:05:56,572 DEBUG blivet: DiskLabel.__init__: device: /dev/sdf ; labelType: msdos ; exists: True ; >11:05:56,600 DEBUG blivet: Set pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb22cb1ec>, <parted.partition.Partition object at 0xb235670c>] > device: <parted.device.Device object at 0xb234022c> > PedDisk: <_ped.Disk object at 0xb23403ac> >11:05:56,602 DEBUG blivet: getFormat('disklabel') returning DiskLabel instance >11:05:56,607 DEBUG blivet: DiskDevice._setFormat: sdf ; current: None ; type: disklabel ; >11:05:56,610 INFO blivet: got device: DiskDevice instance (0xb4ad41cc) -- > name = sdf status = True kids = 0 id = 20 > parents = [] > uuid = None size = 1907729.08594 > format = existing gpt disklabel > major = 8 minor = 80 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d8cc> > target size = 0 path = /dev/sdf > format args = [] originalFormat = None removable = False partedDevice = <parted.device.Device object at 0xb21aaeac> >11:05:56,612 INFO blivet: got format: DiskLabel instance (0xb2321b8c) -- > type = disklabel name = partition table (GPT) status = False > device = /dev/sdf uuid = None exists = True > options = None supported = False formattable = True resizable = False > type = gpt partition count = 2 sectorSize = 512 > align_offset = 0 align_grain = 2048 > partedDisk = parted.Disk instance -- > type: gpt primaryPartitionCount: 2 > lastPartitionNumber: 2 maxPrimaryPartitionCount: 128 > partitions: [<parted.partition.Partition object at 0xb22cb1ec>, <parted.partition.Partition object at 0xb235670c>] > device: <parted.device.Device object at 0xb234022c> > PedDisk: <_ped.Disk object at 0xb23403ac> > origPartedDisk = <parted.disk.Disk object at 0xb235616c> > partedDevice = parted.Device instance -- > model: ATA WDC WD20EFRX-68E path: /dev/sdf type: 1 > sectorSize: 512 physicalSectorSize: 4096 > length: 3907029168 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 6 did: 0 busy: False > hardwareGeometry: (243201, 255, 63) biosGeometry: (243201, 255, 63) > PedDevice: <_ped.Device object at 0xb226d92c> > >11:05:56,626 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9-part1 /dev/disk/by-id/wwn-0x50014ee2b5538ee6-part1 /dev/disk/by-partlabel/Linux\\x20RAID /dev/disk/by-partuuid/ef265527-a4e4-4654-b05a-581ae133ec1f', > 'DEVNAME': 'sdf1', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:0', > 'ID_FS_LABEL_ENC': 'localhost:0', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_ENC': '349bdeab-ef57-394b-76c1-57b2f88bd39a', > 'ID_FS_UUID_SUB': 'b7d7167b-e57e-fa32-770e-566afd546fee', > 'ID_FS_UUID_SUB_ENC': 'b7d7167b-e57e-fa32-770e-566afd546fee', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NAME': 'Linux\\x20RAID', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '2048', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1950351360', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': 'ef265527-a4e4-4654-b05a-581ae133ec1f', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7684d02c-5935-4486-a604-fd17401dbc1b', > 'ID_REVISION': '82.00A82', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9', > 'ID_SERIAL_SHORT': 'WD-WCC4M5LPUUU9', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b5538ee6', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b5538ee6', > 'MAJOR': '8', > 'MINOR': '81', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '335434', > 'name': 'sdf1', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9-part1', > '/dev/disk/by-id/wwn-0x50014ee2b5538ee6-part1', > '/dev/disk/by-partlabel/Linux\\x20RAID', > '/dev/disk/by-partuuid/ef265527-a4e4-4654-b05a-581ae133ec1f'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1'} ; name: sdf1 ; >11:05:56,632 INFO blivet: scanning sdf1 (/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1)... >11:05:56,639 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf1 ; >11:05:56,646 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,647 INFO blivet: sdf1 is a partition >11:05:56,653 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdf1 ; >11:05:56,660 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >11:05:56,668 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdf (20) with existing gpt disklabel >11:05:56,676 DEBUG blivet: DiskDevice.addChild: kids: 0 ; name: sdf ; >11:05:56,683 DEBUG blivet: PartitionDevice._setFormat: sdf1 ; >11:05:56,685 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,693 DEBUG blivet: PartitionDevice._setFormat: sdf1 ; current: None ; type: None ; >11:05:56,695 DEBUG blivet: looking up parted Partition: /dev/sdf1 >11:05:56,702 DEBUG blivet: PartitionDevice.probe: sdf1 ; exists: True ; >11:05:56,709 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 1 ; >11:05:56,717 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 10 ; >11:05:56,724 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf1 ; flag: 12 ; >11:05:56,726 INFO blivet: added partition sdf1 (id 21) to device tree >11:05:56,732 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdf1 ; >11:05:56,739 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdf1 ; label_type: gpt ; >11:05:56,747 DEBUG blivet: PartitionDevice.setup: sdf1 ; status: True ; controllable: True ; orig: False ; >11:05:56,756 DEBUG blivet: DiskLabel.__init__: device: /dev/sdf1 ; labelType: gpt ; exists: True ; >11:05:56,767 WARN blivet: disklabel detected but not usable on sdf1 >11:05:56,813 INFO blivet: type detected on 'sdf1' is 'linux_raid_member' >11:05:56,815 DEBUG blivet: MDRaidMember.__init__: uuid: 349bdeab-ef57-394b-76c1-57b2f88bd39a ; exists: True ; label: localhost:0 ; device: /dev/sdf1 ; serial: WD-WCC4M5LPUUU9 ; mdUuid: 349bdeab:ef57394b:76c157b2:f88bd39a ; biosraid: False ; >11:05:56,816 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:56,817 DEBUG blivet: PartitionDevice._setFormat: sdf1 ; >11:05:56,819 DEBUG blivet: PartitionDevice._setFormat: sdf1 ; current: None ; type: mdmember ; >11:05:56,820 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf1 ; >11:05:56,822 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:56,823 INFO blivet: Using 128MB superBlockSize >11:05:56,823 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:56,823 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3808768MB mdarray 0 (8) >11:05:56,825 DEBUG blivet: MDRaidArrayDevice._addDevice: 0 ; device: sdf1 ; status: True ; >11:05:56,826 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdf1 ; >11:05:56,828 DEBUG blivet: PartitionDevice.setup: sdf1 ; status: True ; controllable: True ; orig: False ; >11:05:56,856 WARN blivet: failed to add member /dev/sdf1 to md array /dev/md/0: mdadd failed for /dev/sdf1: running mdadm --incremental --quiet /dev/sdf1 failed >11:05:56,857 DEBUG blivet: looking up parted Device: /dev/sdf1 >11:05:56,858 INFO blivet: got device: PartitionDevice instance (0xb283e46c) -- > name = sdf1 status = True kids = 1 id = 21 > parents = ['existing 1907729MB disk sdf (20) with existing gpt disklabel'] > uuid = None size = 952320.0 > format = existing mdmember > major = 8 minor = 81 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf1 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf1 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1950351360 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121403, 255, 63) biosGeometry: (121403, 255, 63) > PedDevice: <_ped.Device object at 0xb226da4c> > target size = 0 path = /dev/sdf1 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb234ce0c> fileSystem: None > number: 1 path: /dev/sdf1 type: 0 > name: Linux RAID active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb2356a4c> PedPartition: <_ped.Partition object at 0xb227529c> > disk = existing 1907729MB disk sdf (20) with existing gpt disklabel > start = 2048 end = 1950353407 length = 1950351360 > flags = raid >11:05:56,859 INFO blivet: got format: MDRaidMember instance (0xb2349bec) -- > type = mdmember name = software RAID status = False > device = /dev/sdf1 uuid = 349bdeab-ef57-394b-76c1-57b2f88bd39a exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 349bdeab:ef57394b:76c157b2:f88bd39a biosraid = False >11:05:56,866 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9-part2 /dev/disk/by-id/wwn-0x50014ee2b5538ee6-part2 /dev/disk/by-partlabel/Linux\\x20RAID /dev/disk/by-partuuid/1594bc54-065b-41c4-9581-84f88388a485', > 'DEVNAME': 'sdf2', > 'DEVPATH': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2', > 'DEVTYPE': 'partition', > 'ID_ATA': '1', > 'ID_ATA_DOWNLOAD_MICROCODE': '1', > 'ID_ATA_FEATURE_SET_HPA': '1', > 'ID_ATA_FEATURE_SET_HPA_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PM': '1', > 'ID_ATA_FEATURE_SET_PM_ENABLED': '1', > 'ID_ATA_FEATURE_SET_PUIS': '1', > 'ID_ATA_FEATURE_SET_PUIS_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY': '1', > 'ID_ATA_FEATURE_SET_SECURITY_ENABLED': '0', > 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN': '272', > 'ID_ATA_FEATURE_SET_SMART': '1', > 'ID_ATA_FEATURE_SET_SMART_ENABLED': '1', > 'ID_ATA_ROTATION_RATE_RPM': '5400', > 'ID_ATA_SATA': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN1': '1', > 'ID_ATA_SATA_SIGNAL_RATE_GEN2': '1', > 'ID_ATA_WRITE_CACHE': '1', > 'ID_ATA_WRITE_CACHE_ENABLED': '1', > 'ID_BUS': 'ata', > 'ID_FS_LABEL': 'localhost:1', > 'ID_FS_LABEL_ENC': 'localhost:1', > 'ID_FS_TYPE': 'linux_raid_member', > 'ID_FS_USAGE': 'raid', > 'ID_FS_UUID': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_ENC': '486d43e1-fe39-98a6-b6cd-b191c22b70bb', > 'ID_FS_UUID_SUB': 'ace37921-380d-8b06-d621-3f58446c97da', > 'ID_FS_UUID_SUB_ENC': 'ace37921-380d-8b06-d621-3f58446c97da', > 'ID_FS_VERSION': '1.2', > 'ID_MODEL': 'WDC_WD20EFRX-68EUZN0', > 'ID_MODEL_ENC': 'WDC\\x20WD20EFRX-68EUZN0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_ENTRY_DISK': '8:80', > 'ID_PART_ENTRY_NAME': 'Linux\\x20RAID', > 'ID_PART_ENTRY_NUMBER': '2', > 'ID_PART_ENTRY_OFFSET': '1950353408', > 'ID_PART_ENTRY_SCHEME': 'gpt', > 'ID_PART_ENTRY_SIZE': '1956675727', > 'ID_PART_ENTRY_TYPE': 'a19d880f-05fc-4d3b-a006-743f0f84911e', > 'ID_PART_ENTRY_UUID': '1594bc54-065b-41c4-9581-84f88388a485', > 'ID_PART_TABLE_TYPE': 'gpt', > 'ID_PART_TABLE_UUID': '7684d02c-5935-4486-a604-fd17401dbc1b', > 'ID_REVISION': '82.00A82', > 'ID_SERIAL': 'WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9', > 'ID_SERIAL_SHORT': 'WD-WCC4M5LPUUU9', > 'ID_TYPE': 'disk', > 'ID_WWN': '0x50014ee2b5538ee6', > 'ID_WWN_WITH_EXTENSION': '0x50014ee2b5538ee6', > 'MAJOR': '8', > 'MINOR': '82', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '335464', > 'name': 'sdf2', > 'symlinks': ['/dev/disk/by-id/ata-WDC_WD20EFRX-68EUZN0_WD-WCC4M5LPUUU9-part2', > '/dev/disk/by-id/wwn-0x50014ee2b5538ee6-part2', > '/dev/disk/by-partlabel/Linux\\x20RAID', > '/dev/disk/by-partuuid/1594bc54-065b-41c4-9581-84f88388a485'], > 'sysfs_path': '/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2'} ; name: sdf2 ; >11:05:56,866 INFO blivet: scanning sdf2 (/devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2)... >11:05:56,867 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf2 ; >11:05:56,868 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:56,869 INFO blivet: sdf2 is a partition >11:05:56,870 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdf2 ; >11:05:56,871 DEBUG blivet: DeviceTree.getDeviceByName: name: sdf ; >11:05:56,873 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1907729MB disk sdf (20) with existing gpt disklabel >11:05:56,874 DEBUG blivet: DiskDevice.addChild: kids: 1 ; name: sdf ; >11:05:56,876 DEBUG blivet: PartitionDevice._setFormat: sdf2 ; >11:05:56,876 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:56,878 DEBUG blivet: PartitionDevice._setFormat: sdf2 ; current: None ; type: None ; >11:05:56,879 DEBUG blivet: looking up parted Partition: /dev/sdf2 >11:05:56,880 DEBUG blivet: PartitionDevice.probe: sdf2 ; exists: True ; >11:05:56,882 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 1 ; >11:05:56,883 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 10 ; >11:05:56,884 DEBUG blivet: PartitionDevice.getFlag: path: /dev/sdf2 ; flag: 12 ; >11:05:56,885 INFO blivet: added partition sdf2 (id 22) to device tree >11:05:56,886 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdf2 ; >11:05:56,887 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: sdf2 ; label_type: gpt ; >11:05:56,889 DEBUG blivet: PartitionDevice.setup: sdf2 ; status: True ; controllable: True ; orig: False ; >11:05:56,890 DEBUG blivet: DiskLabel.__init__: device: /dev/sdf2 ; labelType: gpt ; exists: True ; >11:05:56,898 WARN blivet: disklabel detected but not usable on sdf2 >11:05:56,928 INFO blivet: type detected on 'sdf2' is 'linux_raid_member' >11:05:56,929 DEBUG blivet: MDRaidMember.__init__: uuid: 486d43e1-fe39-98a6-b6cd-b191c22b70bb ; exists: True ; label: localhost:1 ; device: /dev/sdf2 ; serial: WD-WCC4M5LPUUU9 ; mdUuid: 486d43e1:fe3998a6:b6cdb191:c22b70bb ; biosraid: False ; >11:05:56,932 DEBUG blivet: getFormat('linux_raid_member') returning MDRaidMember instance >11:05:56,935 DEBUG blivet: PartitionDevice._setFormat: sdf2 ; >11:05:56,938 DEBUG blivet: PartitionDevice._setFormat: sdf2 ; current: None ; type: mdmember ; >11:05:56,940 DEBUG blivet: DeviceTree.handleUdevMDMemberFormat: type: mdmember ; name: sdf2 ; >11:05:56,944 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:56,944 INFO blivet: Using 128MB superBlockSize >11:05:56,945 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:56,945 DEBUG blivet: DeviceTree.getDeviceByUuid returned existing 3821120MB mdarray 1 (10) >11:05:56,948 DEBUG blivet: MDRaidArrayDevice._addDevice: 1 ; device: sdf2 ; status: True ; >11:05:56,950 DEBUG blivet: PartitionDevice.addChild: kids: 0 ; name: sdf2 ; >11:05:56,952 DEBUG blivet: PartitionDevice.setup: sdf2 ; status: True ; controllable: True ; orig: False ; >11:05:56,982 WARN blivet: failed to add member /dev/sdf2 to md array /dev/md/1: mdadd failed for /dev/sdf2: running mdadm --incremental --quiet /dev/sdf2 failed >11:05:56,983 DEBUG blivet: looking up parted Device: /dev/sdf2 >11:05:56,985 INFO blivet: got device: PartitionDevice instance (0xb234c0ac) -- > name = sdf2 status = True kids = 1 id = 22 > parents = ['existing 1907729MB disk sdf (20) with existing gpt disklabel'] > uuid = None size = 955408.069824 > format = existing mdmember > major = 8 minor = 82 exists = True protected = False > sysfs path = /devices/pci0000:00/0000:00:11.0/ata6/host5/target5:0:0/5:0:0:0/block/sdf/sdf2 partedDevice = parted.Device instance -- > model: Unknown path: /dev/sdf2 type: 0 > sectorSize: 512 physicalSectorSize: 4096 > length: 1956675727 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (121797, 255, 63) biosGeometry: (121797, 255, 63) > PedDevice: <_ped.Device object at 0xb226db0c> > target size = 0 path = /dev/sdf2 > format args = [] originalFormat = None grow = None max size = 0 bootable = None > part type = 0 primary = None start sector = None end sector = None > partedPartition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0xb234ce0c> fileSystem: None > number: 2 path: /dev/sdf2 type: 0 > name: Linux RAID active: True busy: False > geometry: <parted.geometry.Geometry object at 0xb2356acc> PedPartition: <_ped.Partition object at 0xb22752fc> > disk = existing 1907729MB disk sdf (20) with existing gpt disklabel > start = 1950353408 end = 3907029134 length = 1956675727 > flags = raid >11:05:56,985 INFO blivet: got format: MDRaidMember instance (0xb224304c) -- > type = mdmember name = software RAID status = False > device = /dev/sdf2 uuid = 486d43e1-fe39-98a6-b6cd-b191c22b70bb exists = True > options = None supported = True formattable = True resizable = False > mdUUID = 486d43e1:fe3998a6:b6cdb191:c22b70bb biosraid = False >11:05:56,995 DEBUG blivet: Ext3FS.supported: supported: True ; >11:05:56,996 DEBUG blivet: Ext3FS.supported: supported: True ; >11:05:57,015 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Verbatim_0302_12022278020106-0:0 /dev/disk/by-label/Fedora\\x2020\\x20i386 /dev/disk/by-path/pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/2013-12-12-13-02-19-00', > 'DEVNAME': 'sdg', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg', > 'DEVTYPE': 'disk', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20_i386', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020\\x20i386', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-13-02-19-00', > 'ID_FS_UUID_ENC': '2013-12-12-13-02-19-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': '0302', > 'ID_MODEL_ENC': '0302', > 'ID_MODEL_ID': '0302', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6721a13f', > 'ID_PATH': 'pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_12_2-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Verbatim_0302_12022278020106-0:0', > 'ID_SERIAL_SHORT': '12022278020106', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Verbatim', > 'ID_VENDOR_ENC': 'Verbatim', > 'ID_VENDOR_ID': '18a5', > 'MAJOR': '8', > 'MINOR': '96', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '339517', > 'name': 'sdg', > 'symlinks': ['/dev/disk/by-id/usb-Verbatim_0302_12022278020106-0:0', > '/dev/disk/by-label/Fedora\\x2020\\x20i386', > '/dev/disk/by-path/pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0', > '/dev/disk/by-uuid/2013-12-12-13-02-19-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg'} ; name: sdg ; >11:05:57,018 INFO blivet: scanning sdg (/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg)... >11:05:57,019 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg ; >11:05:57,019 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,020 DEBUG blivet: DeviceTree.addUdevDiskDevice: name: sdg ; >11:05:57,021 INFO blivet: sdg is a disk >11:05:57,022 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,023 DEBUG blivet: DiskDevice._setFormat: sdg ; current: None ; type: None ; >11:05:57,034 INFO blivet: added disk sdg (id 23) to device tree >11:05:57,034 DEBUG blivet: looking up parted Device: /dev/sdg >11:05:57,041 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: sdg ; >11:05:57,043 INFO blivet: type detected on 'sdg' is 'iso9660' >11:05:57,045 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:05:57,045 DEBUG blivet: getFormat('iso9660') returning Iso9660FS instance >11:05:57,047 DEBUG blivet: DiskDevice._setFormat: sdg ; current: None ; type: iso9660 ; >11:05:57,048 INFO blivet: got device: DiskDevice instance (0xb234512c) -- > name = sdg status = True kids = 0 id = 23 > parents = [] > uuid = None size = 1850.0 > format = existing iso9660 filesystem > major = 8 minor = 96 exists = True protected = True > sysfs path = /devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg partedDevice = parted.Device instance -- > model: Verbatim path: /dev/sdg type: 1 > sectorSize: 512 physicalSectorSize: 512 > length: 3788800 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 0 did: 0 busy: True > hardwareGeometry: (1850, 64, 32) biosGeometry: (235, 255, 63) > PedDevice: <_ped.Device object at 0xb226dc2c> > target size = 0 path = /dev/sdg > format args = [] originalFormat = None removable = True partedDevice = <parted.device.Device object at 0xb4b4230c> >11:05:57,049 DEBUG blivet: Iso9660FS.supported: supported: True ; >11:05:57,050 INFO blivet: got format: Iso9660FS instance (0xb2243c2c) -- > type = iso9660 name = iso9660 status = False > device = /dev/sdg uuid = 2013-12-12-13-02-19-00 exists = True > options = ro supported = True formattable = False resizable = False > mountpoint = None mountopts = None > label = Fedora_20_i386 size = 0.0 targetSize = 0.0 > >11:05:57,056 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/usb-Verbatim_0302_12022278020106-0:0-part1 /dev/disk/by-label/Fedora\\x2020\\x20i386 /dev/disk/by-path/pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0-part1 /dev/disk/by-uuid/2013-12-12-13-02-19-00', > 'DEVNAME': 'sdg1', > 'DEVPATH': '/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg/sdg1', > 'DEVTYPE': 'partition', > 'ID_BUS': 'usb', > 'ID_FS_APPLICATION_ID': 'GENISOIMAGE\\x20ISO\\x209660\\x2fHFS\\x20FILESYSTEM\\x20CREATOR\\x20\\x28C\\x29\\x201993\\x20E.YOUNGDALE\\x20\\x28C\\x29\\x201997-2006\\x20J.PEARSON\\x2fJ.SCHILLING\\x20\\x28C\\x29\\x202006-2007\\x20CDRKIT\\x20TEAM', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora_20_i386', > 'ID_FS_LABEL_ENC': 'Fedora\\x2020\\x20i386', > 'ID_FS_SYSTEM_ID': 'LINUX', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2013-12-12-13-02-19-00', > 'ID_FS_UUID_ENC': '2013-12-12-13-02-19-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_INSTANCE': '0:0', > 'ID_MODEL': '0302', > 'ID_MODEL_ENC': '0302', > 'ID_MODEL_ID': '0302', > 'ID_PART_ENTRY_DISK': '8:96', > 'ID_PART_ENTRY_FLAGS': '0x80', > 'ID_PART_ENTRY_NUMBER': '1', > 'ID_PART_ENTRY_OFFSET': '0', > 'ID_PART_ENTRY_SCHEME': 'dos', > 'ID_PART_ENTRY_SIZE': '731136', > 'ID_PART_ENTRY_TYPE': '0x17', > 'ID_PART_ENTRY_UUID': '6721a13f-01', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '6721a13f', > 'ID_PATH': 'pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0', > 'ID_PATH_TAG': 'pci-0000_00_12_2-usb-0_1_1_0-scsi-0_0_0_0', > 'ID_REVISION': '8.07', > 'ID_SERIAL': 'Verbatim_0302_12022278020106-0:0', > 'ID_SERIAL_SHORT': '12022278020106', > 'ID_TYPE': 'disk', > 'ID_USB_DRIVER': 'usb-storage', > 'ID_USB_INTERFACES': ':080650:', > 'ID_USB_INTERFACE_NUM': '00', > 'ID_VENDOR': 'Verbatim', > 'ID_VENDOR_ENC': 'Verbatim', > 'ID_VENDOR_ID': '18a5', > 'MAJOR': '8', > 'MINOR': '97', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '339559', > 'name': 'sdg1', > 'symlinks': ['/dev/disk/by-id/usb-Verbatim_0302_12022278020106-0:0-part1', > '/dev/disk/by-label/Fedora\\x2020\\x20i386', > '/dev/disk/by-path/pci-0000:00:12.2-usb-0:1:1.0-scsi-0:0:0:0-part1', > '/dev/disk/by-uuid/2013-12-12-13-02-19-00'], > 'sysfs_path': '/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg/sdg1'} ; name: sdg1 ; >11:05:57,060 INFO blivet: scanning sdg1 (/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1:1.0/host6/target6:0:0/6:0:0:0/block/sdg/sdg1)... >11:05:57,061 DEBUG blivet: Ext2FS.supported: supported: True ; >11:05:57,063 DEBUG blivet: Ext2FS.supported: supported: True ; >11:05:57,064 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg1 ; >11:05:57,068 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,069 INFO blivet: sdg1 is a partition >11:05:57,070 DEBUG blivet: DeviceTree.addUdevPartitionDevice: name: sdg1 ; >11:05:57,071 DEBUG blivet: DeviceTree.getDeviceByName: name: sdg ; >11:05:57,073 DEBUG blivet: DeviceTree.getDeviceByName returned existing 1850MB disk sdg (23) with existing iso9660 filesystem >11:05:57,073 DEBUG blivet: lvm filter: adding sdg1 to the reject list >11:05:57,074 DEBUG blivet: ignoring partition sdg1 on iso9660 >11:05:57,074 DEBUG blivet: no device or no media present >11:05:57,077 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '1024.0', > 'MAJOR': '7', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '356985', > 'name': 'loop0', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop0'} ; name: loop0 ; >11:05:57,078 INFO blivet: scanning loop0 (/devices/virtual/block/loop0)... >11:05:57,079 DEBUG blivet: DeviceTree.getDeviceByName: name: loop0 ; >11:05:57,080 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,081 INFO blivet: loop0 is a loop device >11:05:57,082 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop0 ; >11:05:57,083 DEBUG blivet: DeviceTree.getDeviceByName: name: /run/install/repo/LiveOS/squashfs.img ; >11:05:57,084 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,085 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,087 DEBUG blivet: FileDevice._setFormat: /run/install/repo/LiveOS/squashfs.img ; current: None ; type: None ; >11:05:57,087 INFO blivet: added file /run/install/repo/LiveOS/squashfs.img (id 24) to device tree >11:05:57,089 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /run/install/repo/LiveOS/squashfs.img ; >11:05:57,090 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,091 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: None ; >11:05:57,091 INFO blivet: added loop loop0 (id 25) to device tree >11:05:57,093 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop0 ; >11:05:57,095 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop0 ; label_type: None ; >11:05:57,095 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >11:05:57,095 DEBUG blivet: device loop0 does not contain a disklabel >11:05:57,096 INFO blivet: type detected on 'loop0' is 'squashfs' >11:05:57,096 DEBUG blivet: getFormat('squashfs') returning DeviceFormat instance >11:05:57,097 DEBUG blivet: LoopDevice._setFormat: loop0 ; current: None ; type: squashfs ; >11:05:57,098 INFO blivet: got device: LoopDevice instance (0xb234c5ec) -- > name = loop0 status = False kids = 0 id = 25 > parents = ['existing 0MB file /run/install/repo/LiveOS/squashfs.img (24)'] > uuid = None size = 0 > format = existing squashfs > major = 0 minor = 0 exists = True protected = False > sysfs path = partedDevice = None > target size = 0 path = /dev/loop0 > format args = [] originalFormat = None >11:05:57,098 INFO blivet: got format: DeviceFormat instance (0xb224032c) -- > type = squashfs name = squashfs status = False > device = /dev/loop0 uuid = None exists = True > options = None supported = False formattable = False resizable = False > >11:05:57,102 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-label/Anaconda /dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61', > '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': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_UUID_ENC': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '357382', > 'name': 'loop1', > 'symlinks': ['/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61'], > 'sysfs_path': '/devices/virtual/block/loop1'} ; name: loop1 ; >11:05:57,102 INFO blivet: scanning loop1 (/devices/virtual/block/loop1)... >11:05:57,103 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:05:57,105 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,105 INFO blivet: loop1 is a loop device >11:05:57,106 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop1 ; >11:05:57,108 DEBUG blivet: DeviceTree.getDeviceByName: name: /LiveOS/rootfs.img ; >11:05:57,110 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,110 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,112 DEBUG blivet: FileDevice._setFormat: /LiveOS/rootfs.img ; current: None ; type: None ; >11:05:57,113 INFO blivet: added file /LiveOS/rootfs.img (id 26) to device tree >11:05:57,115 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /LiveOS/rootfs.img ; >11:05:57,115 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,116 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: None ; >11:05:57,117 INFO blivet: added loop loop1 (id 27) to device tree >11:05:57,118 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop1 ; >11:05:57,120 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop1 ; label_type: None ; >11:05:57,122 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,123 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,123 DEBUG blivet: device loop1 does not contain a disklabel >11:05:57,124 INFO blivet: type detected on 'loop1' is 'ext4' >11:05:57,161 DEBUG blivet: using current size 0 as min size >11:05:57,163 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,163 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,165 DEBUG blivet: LoopDevice._setFormat: loop1 ; current: None ; type: ext4 ; >11:05:57,166 INFO blivet: got device: LoopDevice instance (0xb234c7ac) -- > name = loop1 status = False kids = 0 id = 27 > parents = ['existing 0MB file /LiveOS/rootfs.img (26)'] > 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 >11:05:57,168 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,168 INFO blivet: got format: Ext4FS instance (0xb217c08c) -- > type = ext4 name = ext4 status = False > device = /dev/loop1 uuid = 21e0e124-875f-41c1-bb6a-b4daee6e5c61 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >11:05:57,171 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVNAME': 'loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'MAJOR': '7', > 'MINOR': '2', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '357784', > 'name': 'loop2', > 'symlinks': [], > 'sysfs_path': '/devices/virtual/block/loop2'} ; name: loop2 ; >11:05:57,171 INFO blivet: scanning loop2 (/devices/virtual/block/loop2)... >11:05:57,172 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >11:05:57,174 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,174 INFO blivet: loop2 is a loop device >11:05:57,175 DEBUG blivet: DeviceTree.addUdevLoopDevice: name: loop2 ; >11:05:57,177 DEBUG blivet: DeviceTree.getDeviceByName: name: /overlay (deleted) ; >11:05:57,178 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,178 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,180 DEBUG blivet: FileDevice._setFormat: /overlay (deleted) ; current: None ; type: None ; >11:05:57,181 INFO blivet: added file /overlay (deleted) (id 28) to device tree >11:05:57,182 DEBUG blivet: FileDevice.addChild: kids: 0 ; name: /overlay (deleted) ; >11:05:57,183 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,185 DEBUG blivet: LoopDevice._setFormat: loop2 ; current: None ; type: None ; >11:05:57,185 INFO blivet: added loop loop2 (id 29) to device tree >11:05:57,186 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: loop2 ; >11:05:57,187 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: loop2 ; label_type: None ; >11:05:57,188 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,189 DEBUG blivet: LoopDevice.setup: loop2 ; status: False ; controllable: False ; orig: False ; >11:05:57,191 DEBUG blivet: DiskLabel.__init__: device: /dev/loop2 ; labelType: None ; exists: True ; >11:05:57,194 WARN blivet: disklabel detected but not usable on loop2 >11:05:57,194 DEBUG blivet: no type or existing type for loop2, bailing >11:05:57,195 INFO blivet: got device: LoopDevice instance (0xb234046c) -- > name = loop2 status = False kids = 0 id = 29 > parents = ['existing 0MB file /overlay (deleted) (28)'] > 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 >11:05:57,200 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw /dev/disk/by-label/Anaconda /dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61 /dev/mapper/live-rw', > 'DEVNAME': 'dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_UUID_ENC': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '910095', > 'name': 'dm-0', > 'symlinks': ['/dev/disk/by-id/dm-name-live-rw', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61', > '/dev/mapper/live-rw'], > 'sysfs_path': '/devices/virtual/block/dm-0'} ; name: live-rw ; >11:05:57,201 INFO blivet: scanning live-rw (/devices/virtual/block/dm-0)... >11:05:57,202 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >11:05:57,203 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,204 INFO blivet: live-rw is a device-mapper device >11:05:57,205 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-rw ; >11:05:57,207 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:05:57,208 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (27) with existing ext4 filesystem >11:05:57,210 DEBUG blivet: DeviceTree.getDeviceByName: name: loop2 ; >11:05:57,212 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop2 (29) >11:05:57,214 DEBUG blivet: DeviceTree.getDeviceByName: name: live-rw ; >11:05:57,215 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,217 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop2 ; >11:05:57,218 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,219 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: None ; >11:05:57,220 INFO blivet: added dm live-rw (id 30) to device tree >11:05:57,222 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-rw ; >11:05:57,223 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-rw ; label_type: None ; >11:05:57,225 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,226 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,226 DEBUG blivet: device live-rw does not contain a disklabel >11:05:57,227 INFO blivet: type detected on 'live-rw' is 'ext4' >11:05:57,260 DEBUG blivet: SysFS.supported: supported: False ; >11:05:57,264 DEBUG blivet: SysFS.supported: supported: False ; >11:05:57,276 DEBUG blivet: MultipathMember.__init__: >11:05:57,280 DEBUG blivet: MDRaidMember.__init__: >11:05:57,282 DEBUG blivet: ProcFS.supported: supported: False ; >11:05:57,284 DEBUG blivet: ProcFS.supported: supported: False ; >11:05:57,285 DEBUG blivet: SwapSpace.__init__: >11:05:57,293 DEBUG blivet: padding min size from 772 up to 849 >11:05:57,294 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,295 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,296 DEBUG blivet: DMDevice._setFormat: live-rw ; current: None ; type: ext4 ; >11:05:57,297 DEBUG blivet: looking up parted Device: /dev/mapper/live-rw >11:05:57,304 INFO blivet: got device: DMDevice instance (0xb283b64c) -- > name = live-rw status = True kids = 0 id = 30 > parents = ['existing 0MB loop loop2 (29)'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-0 partedDevice = parted.Device instance -- > model: Linux device-mapper (snapshot) path: /dev/mapper/live-rw type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: True > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0xb226df2c> > target size = 0 path = /dev/mapper/live-rw > format args = [] originalFormat = None target = None dmUuid = None >11:05:57,308 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,308 INFO blivet: got format: Ext4FS instance (0xb2342e8c) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-rw uuid = 21e0e124-875f-41c1-bb6a-b4daee6e5c61 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >11:05:57,312 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base /dev/disk/by-label/Anaconda /dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61 /dev/mapper/live-base', > 'DEVNAME': 'dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_UUID_ENC': '21e0e124-875f-41c1-bb6a-b4daee6e5c61', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '926616', > 'name': 'dm-1', > 'symlinks': ['/dev/disk/by-id/dm-name-live-base', > '/dev/disk/by-label/Anaconda', > '/dev/disk/by-uuid/21e0e124-875f-41c1-bb6a-b4daee6e5c61', > '/dev/mapper/live-base'], > 'sysfs_path': '/devices/virtual/block/dm-1'} ; name: live-base ; >11:05:57,313 INFO blivet: scanning live-base (/devices/virtual/block/dm-1)... >11:05:57,314 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >11:05:57,316 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,316 INFO blivet: live-base is a device-mapper device >11:05:57,317 DEBUG blivet: DeviceTree.addUdevDMDevice: name: live-base ; >11:05:57,319 DEBUG blivet: DMDevice.getDMNode: live-rw ; status: True ; >11:05:57,320 DEBUG blivet: DeviceTree.getDeviceByName: name: loop1 ; >11:05:57,322 DEBUG blivet: DeviceTree.getDeviceByName returned existing 0MB loop loop1 (27) with existing ext4 filesystem >11:05:57,324 DEBUG blivet: DeviceTree.getDeviceByName: name: live-base ; >11:05:57,325 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,327 DEBUG blivet: LoopDevice.addChild: kids: 0 ; name: loop1 ; >11:05:57,327 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,329 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: None ; >11:05:57,329 INFO blivet: added dm live-base (id 31) to device tree >11:05:57,330 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: live-base ; >11:05:57,331 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: live-base ; label_type: None ; >11:05:57,333 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,333 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,334 DEBUG blivet: device live-base does not contain a disklabel >11:05:57,334 INFO blivet: type detected on 'live-base' is 'ext4' >11:05:57,367 DEBUG blivet: using current size 0 as min size >11:05:57,369 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,369 DEBUG blivet: getFormat('ext4') returning Ext4FS instance >11:05:57,371 DEBUG blivet: DMDevice._setFormat: live-base ; current: None ; type: ext4 ; >11:05:57,371 DEBUG blivet: looking up parted Device: /dev/mapper/live-base >11:05:57,374 INFO blivet: got device: DMDevice instance (0xb4bb508c) -- > name = live-base status = True kids = 0 id = 31 > parents = ['existing 0MB loop loop1 (27) with existing ext4 filesystem'] > uuid = None size = 2048.0 > format = existing ext4 filesystem > major = 0 minor = 0 exists = True protected = True > sysfs path = /devices/virtual/block/dm-1 partedDevice = parted.Device instance -- > model: Linux device-mapper (linear) path: /dev/mapper/live-base type: 12 > sectorSize: 512 physicalSectorSize: 512 > length: 4194304 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (261, 255, 63) biosGeometry: (261, 255, 63) > PedDevice: <_ped.Device object at 0xb226dc8c> > target size = 0 path = /dev/mapper/live-base > format args = [] originalFormat = None target = None dmUuid = None >11:05:57,377 DEBUG blivet: Ext4FS.supported: supported: True ; >11:05:57,378 INFO blivet: got format: Ext4FS instance (0xb234230c) -- > type = ext4 name = ext4 status = False > device = /dev/mapper/live-base uuid = 21e0e124-875f-41c1-bb6a-b4daee6e5c61 exists = True > options = defaults supported = True formattable = True resizable = True > mountpoint = None mountopts = None > label = Anaconda size = 2048.0 targetSize = 2048.0 > >11:05:57,382 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-localhost:0 /dev/disk/by-id/md-uuid-349bdeab:ef57394b:76c157b2:f88bd39a /dev/md/0', > 'DEVNAME': 'md0', > 'DEVPATH': '/devices/virtual/block/md0', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '5', > 'MD_DEVICE_sdb1_DEV': '/dev/sdb1', > 'MD_DEVICE_sdb1_ROLE': '0', > 'MD_DEVICE_sdc1_DEV': '/dev/sdc1', > 'MD_DEVICE_sdc1_ROLE': '1', > 'MD_DEVICE_sdd1_DEV': '/dev/sdd1', > 'MD_DEVICE_sdd1_ROLE': '2', > 'MD_DEVICE_sde1_DEV': '/dev/sde1', > 'MD_DEVICE_sde1_ROLE': '3', > 'MD_DEVICE_sdf1_DEV': '/dev/sdf1', > 'MD_DEVICE_sdf1_ROLE': '4', > 'MD_DEVNAME': '0', > 'MD_LEVEL': 'raid5', > 'MD_METADATA': '1.2', > 'MD_NAME': 'localhost:0', > 'MD_UUID': '349bdeab:ef57394b:76c157b2:f88bd39a', > 'MINOR': '0', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '818357', > 'name': 'md0', > 'symlinks': ['/dev/disk/by-id/md-name-localhost:0', > '/dev/disk/by-id/md-uuid-349bdeab:ef57394b:76c157b2:f88bd39a', > '/dev/md/0'], > 'sysfs_path': '/devices/virtual/block/md0'} ; name: md0 ; >11:05:57,383 INFO blivet: scanning md0 (/devices/virtual/block/md0)... >11:05:57,384 DEBUG blivet: DeviceTree.getDeviceByName: name: md0 ; >11:05:57,386 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,387 DEBUG blivet: DeviceTree.getDeviceByName: name: 0 ; >11:05:57,388 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:57,389 INFO blivet: Using 128MB superBlockSize >11:05:57,389 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:57,390 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3808768MB mdarray 0 (8) >11:05:57,392 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: 0 ; >11:05:57,393 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: 0 ; label_type: None ; >11:05:57,393 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,395 DEBUG blivet: MDRaidArrayDevice.setup: 0 ; status: True ; controllable: True ; orig: False ; >11:05:57,396 DEBUG blivet: DiskLabel.__init__: device: /dev/md/0 ; labelType: None ; exists: True ; >11:05:57,414 WARN blivet: disklabel detected but not usable on 0 >11:05:57,415 DEBUG blivet: no type or existing type for md0, bailing >11:05:57,420 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:57,420 INFO blivet: Using 128MB superBlockSize >11:05:57,420 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:57,422 INFO blivet: got device: MDRaidArrayDevice instance (0xb234902c) -- > name = 0 status = True kids = 0 id = 8 > parents = ['existing 952320MB partition sdb1 (7) with existing mdmember', > 'existing 952320MB partition sdc1 (12) with existing mdmember', > 'existing 952320MB partition sdd1 (15) with existing mdmember', > 'existing 952320MB partition sde1 (18) with existing mdmember', > 'existing 952320MB partition sdf1 (21) with existing mdmember'] > uuid = 349bdeab:ef57394b:76c157b2:f88bd39a size = 3808768.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md0 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/0 type: 17 > sectorSize: 512 physicalSectorSize: 4096 > length: 7800356864 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (975044608, 2, 4) biosGeometry: (485549, 255, 63) > PedDevice: <_ped.Device object at 0xb2120f8c> > target size = 0 path = /dev/md/0 > format args = None originalFormat = None level = 5 spares = 0 > members = 5 > total devices = 5 metadata version = 1.2 >11:05:57,425 DEBUG blivet: DeviceTree.addUdevDevice: info: {'DEVLINKS': '/dev/disk/by-id/md-name-localhost:1 /dev/disk/by-id/md-uuid-486d43e1:fe3998a6:b6cdb191:c22b70bb /dev/md/1', > 'DEVNAME': 'md1', > 'DEVPATH': '/devices/virtual/block/md1', > 'DEVTYPE': 'disk', > 'MAJOR': '9', > 'MD_DEVICES': '5', > 'MD_DEVICE_sdb2_DEV': '/dev/sdb2', > 'MD_DEVICE_sdb2_ROLE': '0', > 'MD_DEVICE_sdc2_DEV': '/dev/sdc2', > 'MD_DEVICE_sdc2_ROLE': '1', > 'MD_DEVICE_sdd2_DEV': '/dev/sdd2', > 'MD_DEVICE_sdd2_ROLE': '2', > 'MD_DEVICE_sde2_DEV': '/dev/sde2', > 'MD_DEVICE_sde2_ROLE': '3', > 'MD_DEVICE_sdf2_DEV': '/dev/sdf2', > 'MD_DEVICE_sdf2_ROLE': '4', > 'MD_DEVNAME': '1', > 'MD_LEVEL': 'raid5', > 'MD_METADATA': '1.2', > 'MD_NAME': 'localhost:1', > 'MD_UUID': '486d43e1:fe3998a6:b6cdb191:c22b70bb', > 'MINOR': '1', > 'MPATH_SBIN_PATH': '/sbin', > 'SUBSYSTEM': 'block', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '800375', > 'name': 'md1', > 'symlinks': ['/dev/disk/by-id/md-name-localhost:1', > '/dev/disk/by-id/md-uuid-486d43e1:fe3998a6:b6cdb191:c22b70bb', > '/dev/md/1'], > 'sysfs_path': '/devices/virtual/block/md1'} ; name: md1 ; >11:05:57,426 DEBUG blivet: DevPtsFS.supported: supported: False ; >11:05:57,426 DEBUG blivet: DevPtsFS.supported: supported: False ; >11:05:57,427 DEBUG blivet: BTRFS.supported: supported: True ; >11:05:57,431 INFO blivet: scanning md1 (/devices/virtual/block/md1)... >11:05:57,432 DEBUG blivet: DeviceTree.getDeviceByName: name: md1 ; >11:05:57,434 DEBUG blivet: DeviceTree.getDeviceByName returned None >11:05:57,435 DEBUG blivet: DeviceTree.getDeviceByName: name: 1 ; >11:05:57,435 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:57,436 INFO blivet: Using 128MB superBlockSize >11:05:57,436 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:57,437 DEBUG blivet: DeviceTree.getDeviceByName returned existing 3821120MB mdarray 1 (10) >11:05:57,438 DEBUG blivet: DeviceTree.handleUdevDeviceFormat: name: 1 ; >11:05:57,439 DEBUG blivet: DeviceTree.handleUdevDiskLabelFormat: device: 1 ; label_type: None ; >11:05:57,439 DEBUG blivet: getFormat('None') returning DeviceFormat instance >11:05:57,440 DEBUG blivet: MDRaidArrayDevice.setup: 1 ; status: True ; controllable: True ; orig: False ; >11:05:57,441 DEBUG blivet: DiskLabel.__init__: device: /dev/md/1 ; labelType: None ; exists: True ; >11:05:57,448 WARN blivet: disklabel detected but not usable on 1 >11:05:57,448 DEBUG blivet: no type or existing type for md1, bailing >11:05:57,451 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:57,451 INFO blivet: Using 128MB superBlockSize >11:05:57,451 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:57,453 INFO blivet: got device: MDRaidArrayDevice instance (0xb58e8c2c) -- > name = 1 status = True kids = 0 id = 10 > parents = ['existing 955408MB partition sdb2 (9) with existing mdmember', > 'existing 955408MB partition sdc2 (13) with existing mdmember', > 'existing 955408MB partition sdd2 (16) with existing mdmember', > 'existing 955408MB partition sde2 (19) with existing mdmember', > 'existing 955408MB partition sdf2 (22) with existing mdmember'] > uuid = 486d43e1:fe3998a6:b6cdb191:c22b70bb size = 3821120.0 > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = /devices/virtual/block/md1 partedDevice = parted.Device instance -- > model: Linux Software RAID Array path: /dev/md/1 type: 17 > sectorSize: 512 physicalSectorSize: 4096 > length: 7825653760 openCount: 0 readOnly: False > externalMode: False dirty: False bootDirty: False > host: 13107 did: 13107 busy: False > hardwareGeometry: (978206720, 2, 4) biosGeometry: (487124, 255, 63) > PedDevice: <_ped.Device object at 0xb2330bcc> > target size = 0 path = /dev/md/1 > format args = None originalFormat = None level = 5 spares = 0 > members = 5 > total devices = 5 metadata version = 1.2 >11:05:57,598 DEBUG blivet: USBFS.supported: supported: False ; >11:05:57,600 DEBUG blivet: USBFS.supported: supported: False ; >11:05:57,601 DEBUG blivet: DiskLabel.__init__: >11:05:57,601 INFO blivet: DiskLabel.partedDevice returning None >11:05:57,602 DEBUG blivet: HFSPlus.supported: supported: False ; >11:05:57,603 DEBUG blivet: HFSPlus.supported: supported: False ; >11:05:57,604 DEBUG blivet: XFS.supported: supported: True ; >11:05:57,638 DEBUG blivet: PartitionDevice.teardown: sda1 ; status: True ; controllable: True ; >11:05:57,646 DEBUG blivet: BIOSBoot.teardown: device: /dev/sda1 ; status: False ; type: biosboot ; >11:05:57,650 DEBUG blivet: BIOSBoot.teardown: device: /dev/sda1 ; status: False ; type: biosboot ; >11:05:57,722 DEBUG blivet: XFS.supported: supported: True ; >11:05:57,723 DEBUG blivet: TmpFS.supported: supported: True ; >11:05:57,740 INFO blivet: not going to restore from backup of non-existent /etc/mdadm.conf >11:05:57,756 DEBUG blivet: raw RAID 5 size == 3809280.0 >11:05:57,761 DEBUG blivet: LUKS.__init__: >11:05:57,761 INFO blivet: Using 128MB superBlockSize >11:05:57,763 DEBUG blivet: existing RAID 5 size == 3808768.0 >11:05:57,764 DEBUG blivet: raw RAID 5 size == 3821632.2793 >11:05:57,762 DEBUG blivet: NTFS.supported: supported: False ; >11:05:57,764 INFO blivet: Using 128MB superBlockSize >11:05:57,766 DEBUG blivet: existing RAID 5 size == 3821120.0 >11:05:57,767 DEBUG blivet: NTFS.supported: supported: False ; >11:05:57,792 DEBUG blivet: NoDevFS.supported: supported: False ; >11:05:57,797 DEBUG blivet: NoDevFS.supported: supported: False ; >11:05:57,798 DEBUG blivet: HFS.supported: supported: False ; >11:05:57,899 DEBUG blivet: HFS.supported: supported: False ; >11:05:58,910 DEBUG blivet: LVMPhysicalVolume.__init__: > > >/tmp/ifcfg.log: >11:05:51,444 DEBUG ifcfg: content of files (network initialization): >11:05:51,445 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p6p1: >11:05:51,445 DEBUG ifcfg: # Generated by parse-kickstart >11:05:51,445 DEBUG ifcfg: UUID=a259bc64-cdba-4636-a7ac-c49e27a34ae5 >11:05:51,445 DEBUG ifcfg: DNS1=192.168.1.254 >11:05:51,445 DEBUG ifcfg: IPADDR=192.168.1.250 >11:05:51,446 DEBUG ifcfg: GATEWAY=192.168.1.254 >11:05:51,446 DEBUG ifcfg: HWADDR=74:d4:35:3d:d7:f0 >11:05:51,446 DEBUG ifcfg: NETMASK=255.255.255.0 >11:05:51,446 DEBUG ifcfg: BOOTPROTO=static >11:05:51,446 DEBUG ifcfg: DEVICE=p6p1 >11:05:51,446 DEBUG ifcfg: ONBOOT=yes >11:05:51,447 DEBUG ifcfg: IPV6INIT=no >11:05:51,463 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [116, 212, 53, 61, 215, 240]}, 'connection': {'timestamp': 1407841541L, 'interface-name': 'p6p1', 'type': '802-3-ethernet', 'id': 'System p6p1', 'uuid': 'a259bc64-cdba-4636-a7ac-c49e27a34ae5'}, 'ipv4': {'routes': [], 'addresses': [[4194412736L, 24L, 4261521600L]], 'dns': [4261521600L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] >11:05:51,618 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p6p1 >11:05:51,619 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p6p1 >11:05:51,621 DEBUG ifcfg: IfcfFile.read /etc/sysconfig/network-scripts/ifcfg-p6p1 >11:05:51,707 DEBUG ifcfg: content of files (setting real kickstart ONBOOT value for devices ['p6p1']): >11:05:51,708 DEBUG ifcfg: /etc/sysconfig/network-scripts/ifcfg-p6p1: >11:05:51,708 DEBUG ifcfg: # Generated by parse-kickstart >11:05:51,708 DEBUG ifcfg: UUID=a259bc64-cdba-4636-a7ac-c49e27a34ae5 >11:05:51,708 DEBUG ifcfg: DNS1=192.168.1.254 >11:05:51,708 DEBUG ifcfg: BOOTPROTO=none >11:05:51,708 DEBUG ifcfg: DEVICE=p6p1 >11:05:51,708 DEBUG ifcfg: ONBOOT=yes >11:05:51,709 DEBUG ifcfg: IPV6INIT=no >11:05:51,709 DEBUG ifcfg: HWADDR=74:D4:35:3D:D7:F0 >11:05:51,709 DEBUG ifcfg: TYPE=Ethernet >11:05:51,709 DEBUG ifcfg: IPADDR0=192.168.1.250 >11:05:51,709 DEBUG ifcfg: PREFIX0=24 >11:05:51,709 DEBUG ifcfg: GATEWAY0=192.168.1.254 >11:05:51,709 DEBUG ifcfg: DEFROUTE=yes >11:05:51,710 DEBUG ifcfg: IPV4_FAILURE_FATAL=no >11:05:51,710 DEBUG ifcfg: NAME="System p6p1" >11:05:51,720 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'s390-options': {}, 'mac-address': [116, 212, 53, 61, 215, 240]}, 'connection': {'timestamp': 1407841541L, 'interface-name': 'p6p1', 'type': '802-3-ethernet', 'id': 'System p6p1', 'uuid': 'a259bc64-cdba-4636-a7ac-c49e27a34ae5'}, 'ipv4': {'routes': [], 'addresses': [[4194412736L, 24L, 4261521600L]], 'dns': [4261521600L], 'method': 'manual'}, 'ipv6': {'routes': [], 'addresses': [], 'dns': [], 'method': 'ignore'}}] > > >/proc/cmdline: >initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020\x20i386 ks=http://192.168.1.22/ks/20/nas.zamecek32-ks.cfg BOOT_IMAGE=vmlinuz > > >/tmp/syslog: >11:05:39,854 INFO rsyslogd: [origin software="rsyslogd" swVersion="7.4.2" x-pid="1123" x-info="http://www.rsyslog.com"] start >11:05:39,858 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuset >11:05:39,858 INFO kernel:[ 0.000000] Initializing cgroup subsys cpu >11:05:39,858 INFO kernel:[ 0.000000] Initializing cgroup subsys cpuacct >11:05:39,858 NOTICE kernel:[ 0.000000] Linux version 3.11.10-301.fc20.i686 (mockbuild@bkernel02) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Thu Dec 5 14:21:31 UTC 2013 >11:05:39,858 INFO kernel:[ 0.000000] e820: BIOS-provided physical RAM map: >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000093fff] usable >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfdeffff] usable >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cfdf0000-0x00000000cfdf2fff] ACPI NVS >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cfdf3000-0x00000000cfdfffff] ACPI data >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved >11:05:39,858 INFO kernel:[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000010fffffff] usable >11:05:39,858 NOTICE kernel:[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! >11:05:39,858 INFO kernel:[ 0.000000] SMBIOS 2.4 present. >11:05:39,858 DEBUG kernel:[ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-78LMT-S2/GA-78LMT-S2, BIOS F5 10/19/2012 >11:05:39,858 DEBUG kernel:[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >11:05:39,858 DEBUG kernel:[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable >11:05:39,858 INFO kernel:[ 0.000000] e820: last_pfn = 0xcfdf0 max_arch_pfn = 0x100000 >11:05:39,858 DEBUG kernel:[ 0.000000] MTRR default type: uncachable >11:05:39,858 DEBUG kernel:[ 0.000000] MTRR fixed ranges enabled: >11:05:39,858 DEBUG kernel:[ 0.000000] 00000-9FFFF write-back >11:05:39,858 DEBUG kernel:[ 0.000000] A0000-BFFFF uncachable >11:05:39,858 DEBUG kernel:[ 0.000000] C0000-C7FFF write-protect >11:05:39,858 DEBUG kernel:[ 0.000000] C8000-FFFFF uncachable >11:05:39,858 DEBUG kernel:[ 0.000000] MTRR variable ranges enabled: >11:05:39,858 DEBUG kernel:[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back >11:05:39,858 DEBUG kernel:[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back >11:05:39,858 DEBUG kernel:[ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back >11:05:39,858 DEBUG kernel:[ 0.000000] 3 base 0000CFE00000 mask FFFFFFE00000 uncachable >11:05:39,858 DEBUG kernel:[ 0.000000] 4 disabled >11:05:39,858 DEBUG kernel:[ 0.000000] 5 disabled >11:05:39,858 DEBUG kernel:[ 0.000000] 6 disabled >11:05:39,858 DEBUG kernel:[ 0.000000] 7 disabled >11:05:39,858 DEBUG kernel:[ 0.000000] TOM2: 0000000130000000 aka 4864M >11:05:39,858 INFO kernel:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 >11:05:39,858 DEBUG kernel:[ 0.000000] e820: update [mem 0xcfe00000-0xffffffff] usable ==> reserved >11:05:39,858 INFO kernel:[ 0.000000] found SMP MP-table at [mem 0x000f5d10-0x000f5d1f] mapped at [c00f5d10] >11:05:39,858 DEBUG kernel:[ 0.000000] initial memory mapped: [mem 0x00000000-0x013fffff] >11:05:39,858 DEBUG kernel:[ 0.000000] Base memory trampoline at [c0090000] 90000 size 16384 >11:05:39,858 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x00000000-0x000fffff] page 4k >11:05:39,858 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x36c00000-0x36ffffff] >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x36c00000-0x36ffffff] page 2M >11:05:39,858 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36bfffff] >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x30000000-0x36bfffff] page 2M >11:05:39,858 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff] >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x00100000-0x003fffff] page 4k >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M >11:05:39,858 INFO kernel:[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fdfff] >11:05:39,858 DEBUG kernel:[ 0.000000] [mem 0x37000000-0x373fdfff] page 4k >11:05:39,858 DEBUG kernel:[ 0.000000] BRK [0x00e13000, 0x00e13fff] PGTABLE >11:05:39,858 DEBUG kernel:[ 0.000000] BRK [0x00e14000, 0x00e15fff] PGTABLE >11:05:39,858 INFO kernel:[ 0.000000] RAMDISK: [mem 0x7dfd7000-0x7fffefff] >11:05:39,858 INFO kernel:[ 0.000000] Allocated new RAMDISK: [mem 0x353d6000-0x373fd623] >11:05:39,858 INFO kernel:[ 0.000000] Move RAMDISK from [mem 0x7dfd7000-0x7fffe623] to [mem 0x353d6000-0x373fd623] >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: RSDP 000f7720 00014 (v00 GBT ) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: RSDT cfdf3000 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: FACP cfdf3080 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: DSDT cfdf3100 064C0 (v01 GBT GBTUACPI 00001000 MSFT 03000000) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: FACS cfdf0000 00040 >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: SSDT cfdf9680 0095E (v01 PTLTD POWERNOW 00000001 LTP 00000001) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: MSDM cfdfa000 00055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: HPET cfdfa080 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: MCFG cfdfa0c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: TAMG cfdfa100 000A2 (v01 GBT GBT B0 5455312E BG?? 45240101) >11:05:39,858 WARNING kernel:[ 0.000000] ACPI: APIC cfdf95c0 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101) >11:05:39,858 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >11:05:39,858 NOTICE kernel:[ 0.000000] 2441MB HIGHMEM available. >11:05:39,858 NOTICE kernel:[ 0.000000] 883MB LOWMEM available. >11:05:39,858 INFO kernel:[ 0.000000] mapped low ram: 0 - 373fe000 >11:05:39,858 INFO kernel:[ 0.000000] low ram: 0 - 373fe000 >11:05:39,858 DEBUG kernel:[ 0.000000] BRK [0x00e16000, 0x00e16fff] PGTABLE >11:05:39,858 WARNING kernel:[ 0.000000] Zone ranges: >11:05:39,858 WARNING kernel:[ 0.000000] DMA [mem 0x00001000-0x00ffffff] >11:05:39,858 WARNING kernel:[ 0.000000] Normal [mem 0x01000000-0x373fdfff] >11:05:39,858 WARNING kernel:[ 0.000000] HighMem [mem 0x373fe000-0xcfdeffff] >11:05:39,858 WARNING kernel:[ 0.000000] Movable zone start for each node >11:05:39,858 WARNING kernel:[ 0.000000] Early memory node ranges >11:05:39,858 WARNING kernel:[ 0.000000] node 0: [mem 0x00001000-0x00093fff] >11:05:39,858 WARNING kernel:[ 0.000000] node 0: [mem 0x00100000-0xcfdeffff] >11:05:39,858 DEBUG kernel:[ 0.000000] On node 0 totalpages: 851331 >11:05:39,858 DEBUG kernel:[ 0.000000] free_area_init_node: node 0, pgdat c0c42b80, node_mem_map f39d6020 >11:05:39,858 DEBUG kernel:[ 0.000000] DMA zone: 32 pages used for memmap >11:05:39,858 DEBUG kernel:[ 0.000000] DMA zone: 0 pages reserved >11:05:39,858 DEBUG kernel:[ 0.000000] DMA zone: 3987 pages, LIFO batch:0 >11:05:39,858 DEBUG kernel:[ 0.000000] Normal zone: 1736 pages used for memmap >11:05:39,858 DEBUG kernel:[ 0.000000] Normal zone: 222206 pages, LIFO batch:31 >11:05:39,858 DEBUG kernel:[ 0.000000] HighMem zone: 4884 pages used for memmap >11:05:39,858 DEBUG kernel:[ 0.000000] HighMem zone: 625138 pages, LIFO batch:31 >11:05:39,858 INFO kernel:[ 0.000000] Using APIC driver default >11:05:39,858 INFO kernel:[ 0.000000] ACPI: PM-Timer IO Port: 0x4008 >11:05:39,858 DEBUG kernel:[ 0.000000] ACPI: Local APIC address 0xfee00000 >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1]) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) >11:05:39,858 INFO kernel:[ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 >11:05:39,858 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >11:05:39,858 INFO kernel:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) >11:05:39,858 DEBUG kernel:[ 0.000000] ACPI: IRQ0 used by override. >11:05:39,858 DEBUG kernel:[ 0.000000] ACPI: IRQ2 used by override. >11:05:39,858 DEBUG kernel:[ 0.000000] ACPI: IRQ9 used by override. >11:05:39,858 INFO kernel:[ 0.000000] Using ACPI (MADT) for SMP configuration information >11:05:39,858 INFO kernel:[ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000 >11:05:39,858 INFO kernel:[ 0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs >11:05:39,858 DEBUG kernel:[ 0.000000] nr_irqs_gsi: 40 >11:05:39,858 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x00094000-0x0009ffff] >11:05:39,858 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] >11:05:39,858 INFO kernel:[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] >11:05:39,859 INFO kernel:[ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices >11:05:39,859 INFO kernel:[ 0.000000] Booting paravirtualized kernel on bare hardware >11:05:39,859 INFO kernel:[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:8 nr_node_ids:1 >11:05:39,859 INFO kernel:[ 0.000000] PERCPU: Embedded 14 pages/cpu @f3954000 s32960 r0 d24384 u57344 >11:05:39,859 DEBUG kernel:[ 0.000000] pcpu-alloc: s32960 r0 d24384 u57344 alloc=14*4096 >11:05:39,859 DEBUG kernel:[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 >11:05:39,859 WARNING kernel:[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 849563 >11:05:39,859 NOTICE kernel:[ 0.000000] Kernel command line: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020\x20i386 ks=http://192.168.1.22/ks/20/nas.zamecek32-ks.cfg BOOT_IMAGE=vmlinuz >11:05:39,859 INFO kernel:[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) >11:05:39,859 INFO kernel:[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) >11:05:39,859 INFO kernel:[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) >11:05:39,859 INFO kernel:[ 0.000000] Initializing CPU#0 >11:05:39,859 INFO kernel:[ 0.000000] allocated 6811512 bytes of page_cgroup >11:05:39,859 INFO kernel:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups >11:05:39,859 INFO kernel:[ 0.000000] Initializing HighMem for node 0 (000373fe:000cfdf0) >11:05:39,859 WARNING kernel:[ 0.000000] Memory: 3327404K/3405324K available (5661K kernel code, 555K rwdata, 2324K rodata, 716K init, 1004K bss, 77920K reserved, 2500552K highmem) >11:05:39,859 INFO kernel:[ 0.000000] virtual kernel memory layout: >11:05:39,859 INFO kernel:[ 0.000000] fixmap : 0xffa95000 - 0xfffff000 (5544 kB) >11:05:39,859 INFO kernel:[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) >11:05:39,859 INFO kernel:[ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB) >11:05:39,859 INFO kernel:[ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB) >11:05:39,859 INFO kernel:[ 0.000000] .init : 0xc0c59000 - 0xc0d0c000 ( 716 kB) >11:05:39,859 INFO kernel:[ 0.000000] .data : 0xc0987a75 - 0xc0c58c00 (2884 kB) >11:05:39,859 INFO kernel:[ 0.000000] .text : 0xc0400000 - 0xc0987a75 (5662 kB) >11:05:39,859 INFO kernel:[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. >11:05:39,859 INFO kernel:[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 >11:05:39,859 INFO kernel:[ 0.000000] Hierarchical RCU implementation. >11:05:39,859 INFO kernel:[ 0.000000] RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8. >11:05:39,859 INFO kernel:[ 0.000000] NR_IRQS:2304 nr_irqs:744 16 >11:05:39,859 DEBUG kernel:[ 0.000000] CPU 0 irqstacks, hard=f2c0a000 soft=f2c0c000 >11:05:39,859 INFO kernel:[ 0.000000] Console: colour VGA+ 80x25 >11:05:39,859 INFO kernel:[ 0.000000] console [tty0] enabled >11:05:39,859 DEBUG kernel:[ 0.000000] hpet clockevent registered >11:05:39,859 INFO kernel:[ 0.001000] tsc: Fast TSC calibration using PIT >11:05:39,859 INFO kernel:[ 0.002000] tsc: Detected 3414.926 MHz processor >11:05:39,859 INFO kernel:[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6829.85 BogoMIPS (lpj=3414926) >11:05:39,859 INFO kernel:[ 0.000106] pid_max: default: 32768 minimum: 301 >11:05:39,859 INFO kernel:[ 0.000189] Security Framework initialized >11:05:39,859 INFO kernel:[ 0.000242] SELinux: Initializing. >11:05:39,859 DEBUG kernel:[ 0.000296] SELinux: Starting in permissive mode >11:05:39,859 INFO kernel:[ 0.000332] Mount-cache hash table entries: 512 >11:05:39,859 INFO kernel:[ 0.000539] Initializing cgroup subsys memory >11:05:39,859 INFO kernel:[ 0.000594] Initializing cgroup subsys devices >11:05:39,859 INFO kernel:[ 0.000643] Initializing cgroup subsys freezer >11:05:39,859 INFO kernel:[ 0.000692] Initializing cgroup subsys net_cls >11:05:39,859 INFO kernel:[ 0.000741] Initializing cgroup subsys blkio >11:05:39,859 INFO kernel:[ 0.000790] Initializing cgroup subsys perf_event >11:05:39,859 INFO kernel:[ 0.000856] CPU: Physical Processor ID: 0 >11:05:39,859 INFO kernel:[ 0.000904] CPU: Processor Core ID: 0 >11:05:39,859 INFO kernel:[ 0.000954] mce: CPU supports 6 MCE banks >11:05:39,859 INFO kernel:[ 0.001006] LVT offset 0 assigned for vector 0xf9 >11:05:39,859 INFO kernel:[ 0.001056] process: using AMD E400 aware idle routine >11:05:39,859 INFO kernel:[ 0.001116] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8 >11:05:39,859 INFO kernel:[ 0.001116] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64 >11:05:39,859 INFO kernel:[ 0.001116] tlb_flushall_shift: 4 >11:05:39,859 INFO kernel:[ 0.001302] Freeing SMP alternatives memory: 24K (c0d0c000 - c0d12000) >11:05:39,859 INFO kernel:[ 0.001985] ACPI: Core revision 20130517 >11:05:39,859 WARNING kernel:[ 0.004564] ACPI: All ACPI Tables successfully acquired >11:05:39,859 INFO kernel:[ 0.017091] ftrace: allocating 24377 entries in 48 pages >11:05:39,859 INFO kernel:[ 0.331236] Enabling APIC mode: Flat. Using 1 I/O APICs >11:05:39,859 INFO kernel:[ 0.331845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >11:05:39,859 INFO kernel:[ 0.341899] smpboot: CPU0: AMD Athlon(tm) II X2 270 Processor (fam: 10, model: 06, stepping: 03) >11:05:39,859 INFO kernel:[ 0.443300] Performance Events: AMD PMU driver. >11:05:39,859 INFO kernel:[ 0.443376] ... version: 0 >11:05:39,859 INFO kernel:[ 0.443424] ... bit width: 48 >11:05:39,859 INFO kernel:[ 0.443473] ... generic registers: 4 >11:05:39,859 INFO kernel:[ 0.443521] ... value mask: 0000ffffffffffff >11:05:39,859 INFO kernel:[ 0.443569] ... max period: 00007fffffffffff >11:05:39,859 INFO kernel:[ 0.443618] ... fixed-purpose events: 0 >11:05:39,859 INFO kernel:[ 0.443666] ... event mask: 000000000000000f >11:05:39,859 INFO kernel:[ 0.444708] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >11:05:39,859 DEBUG kernel:[ 0.444829] CPU 1 irqstacks, hard=f2cf6000 soft=f2d00000 >11:05:39,859 INFO kernel:[ 0.454944] Initializing CPU#1 >11:05:39,859 INFO kernel:[ 0.444830] smpboot: Booting Node 0, Processors #1 >11:05:39,859 INFO kernel:[ 0.458018] Brought up 2 CPUs >11:05:39,859 INFO kernel:[ 0.458055] process: System has AMD C1E enabled >11:05:39,859 INFO kernel:[ 0.458072] process: Switch to broadcast mode on CPU1 >11:05:39,859 INFO kernel:[ 0.458265] smpboot: Total of 2 processors activated (13659.70 BogoMIPS) >11:05:39,859 INFO kernel:[ 0.458839] process: Switch to broadcast mode on CPU0 >11:05:39,859 INFO kernel:[ 0.458949] devtmpfs: initialized >11:05:39,859 INFO kernel:[ 0.459188] PM: Registering ACPI NVS region [mem 0xcfdf0000-0xcfdf2fff] (12288 bytes) >11:05:39,859 INFO kernel:[ 0.459989] atomic64 test passed for i586+ platform with CX8 and with SSE >11:05:39,859 INFO kernel:[ 0.460059] RTC time: 11:05:23, date: 08/12/14 >11:05:39,859 INFO kernel:[ 0.460156] NET: Registered protocol family 16 >11:05:39,859 DEBUG kernel:[ 0.460271] node 0 link 0: io port [c000, ffff] >11:05:39,859 INFO kernel:[ 0.460273] TOM: 00000000d0000000 aka 3328M >11:05:39,859 DEBUG kernel:[ 0.460322] Fam 10h mmconf [mem 0xe0000000-0xe00fffff] >11:05:39,859 DEBUG kernel:[ 0.460323] node 0 link 0: mmio [a0000, bffff] >11:05:39,859 DEBUG kernel:[ 0.460325] node 0 link 0: mmio [d0000000, dfffffff] >11:05:39,859 DEBUG kernel:[ 0.460327] node 0 link 0: mmio [f0000000, fe02ffff] >11:05:39,859 DEBUG kernel:[ 0.460328] node 0 link 0: mmio [e0000000, e03fffff] ==> [e0100000, e03fffff] >11:05:39,859 INFO kernel:[ 0.460331] TOM2: 0000000130000000 aka 4864M >11:05:39,859 DEBUG kernel:[ 0.460379] bus: [bus 00-03] on node 0 link 0 >11:05:39,859 DEBUG kernel:[ 0.460380] bus: 00 [io 0x0000-0xffff] >11:05:39,859 DEBUG kernel:[ 0.460382] bus: 00 [mem 0x000a0000-0x000bffff] >11:05:39,859 DEBUG kernel:[ 0.460383] bus: 00 [mem 0xd0000000-0xdfffffff] >11:05:39,859 DEBUG kernel:[ 0.460383] bus: 00 [mem 0xe0400000-0xffffffff] >11:05:39,859 DEBUG kernel:[ 0.460384] bus: 00 [mem 0xe0100000-0xe03fffff] >11:05:39,859 INFO kernel:[ 0.460431] ACPI: bus type PCI registered >11:05:39,859 INFO kernel:[ 0.460480] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >11:05:39,859 INFO kernel:[ 0.460572] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >11:05:39,859 INFO kernel:[ 0.460643] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 >11:05:39,859 INFO kernel:[ 0.460692] PCI: Using MMCONFIG for extended config space >11:05:39,859 INFO kernel:[ 0.460740] PCI: Using configuration type 1 for base access >11:05:39,859 INFO kernel:[ 0.461529] bio: create slab <bio-0> at 0 >11:05:39,859 INFO kernel:[ 0.461696] ACPI: Added _OSI(Module Device) >11:05:39,859 INFO kernel:[ 0.461747] ACPI: Added _OSI(Processor Device) >11:05:39,859 INFO kernel:[ 0.461798] ACPI: Added _OSI(3.0 _SCP Extensions) >11:05:39,859 INFO kernel:[ 0.461846] ACPI: Added _OSI(Processor Aggregator Device) >11:05:39,859 DEBUG kernel:[ 0.462327] ACPI: EC: Look up EC in DSDT >11:05:39,859 INFO kernel:[ 0.465121] ACPI: Interpreter enabled >11:05:39,859 WARNING kernel:[ 0.465183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571) >11:05:39,859 WARNING kernel:[ 0.465308] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) >11:05:39,859 INFO kernel:[ 0.466089] ACPI: (supports S0 S3 S4 S5) >11:05:39,859 INFO kernel:[ 0.466140] ACPI: Using IOAPIC for interrupt routing >11:05:39,859 INFO kernel:[ 0.466244] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >11:05:39,859 INFO kernel:[ 0.466362] ACPI: No dock devices found. >11:05:39,859 INFO kernel:[ 0.517115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >11:05:39,859 INFO kernel:[ 0.517173] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM >11:05:39,859 INFO kernel:[ 0.517244] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08) >11:05:39,859 INFO kernel:[ 0.517447] PCI host bridge to bus 0000:00 >11:05:39,859 INFO kernel:[ 0.517497] pci_bus 0000:00: root bus resource [bus 00-ff] >11:05:39,859 INFO kernel:[ 0.517547] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] >11:05:39,859 INFO kernel:[ 0.517596] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] >11:05:39,860 INFO kernel:[ 0.517646] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] >11:05:39,860 INFO kernel:[ 0.517696] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] >11:05:39,860 INFO kernel:[ 0.517746] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff] >11:05:39,860 DEBUG kernel:[ 0.517804] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.517814] pci 0000:00:00.0: reg 0x1c: [mem 0xe0000000-0xffffffff 64bit] >11:05:39,860 DEBUG kernel:[ 0.517882] pci 0000:00:01.0: [1022:9602] type 01 class 0x060400 >11:05:39,860 DEBUG kernel:[ 0.517949] pci 0000:00:06.0: [1022:9606] type 01 class 0x060400 >11:05:39,860 DEBUG kernel:[ 0.517977] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold >11:05:39,860 INFO kernel:[ 0.518008] pci 0000:00:06.0: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.518095] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 >11:05:39,860 DEBUG kernel:[ 0.518113] pci 0000:00:11.0: reg 0x10: [io 0xff00-0xff07] >11:05:39,860 DEBUG kernel:[ 0.518124] pci 0000:00:11.0: reg 0x14: [io 0xfe00-0xfe03] >11:05:39,860 DEBUG kernel:[ 0.518132] pci 0000:00:11.0: reg 0x18: [io 0xfd00-0xfd07] >11:05:39,860 DEBUG kernel:[ 0.518141] pci 0000:00:11.0: reg 0x1c: [io 0xfc00-0xfc03] >11:05:39,860 DEBUG kernel:[ 0.518150] pci 0000:00:11.0: reg 0x20: [io 0xfb00-0xfb0f] >11:05:39,860 DEBUG kernel:[ 0.518159] pci 0000:00:11.0: reg 0x24: [mem 0xfe02f000-0xfe02f3ff] >11:05:39,860 DEBUG kernel:[ 0.518248] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 >11:05:39,860 DEBUG kernel:[ 0.518260] pci 0000:00:12.0: reg 0x10: [mem 0xfe02e000-0xfe02efff] >11:05:39,860 INFO kernel:[ 0.518340] pci 0000:00:12.0: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.518410] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310 >11:05:39,860 DEBUG kernel:[ 0.518423] pci 0000:00:12.1: reg 0x10: [mem 0xfe02d000-0xfe02dfff] >11:05:39,860 INFO kernel:[ 0.518501] pci 0000:00:12.1: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.518575] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 >11:05:39,860 DEBUG kernel:[ 0.518593] pci 0000:00:12.2: reg 0x10: [mem 0xfe02c000-0xfe02c0ff] >11:05:39,860 DEBUG kernel:[ 0.518670] pci 0000:00:12.2: supports D1 D2 >11:05:39,860 DEBUG kernel:[ 0.518671] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot >11:05:39,860 INFO kernel:[ 0.518707] pci 0000:00:12.2: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.518784] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 >11:05:39,860 DEBUG kernel:[ 0.518797] pci 0000:00:13.0: reg 0x10: [mem 0xfe02b000-0xfe02bfff] >11:05:39,860 INFO kernel:[ 0.518876] pci 0000:00:13.0: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.518946] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310 >11:05:39,860 DEBUG kernel:[ 0.518958] pci 0000:00:13.1: reg 0x10: [mem 0xfe02a000-0xfe02afff] >11:05:39,860 INFO kernel:[ 0.519037] pci 0000:00:13.1: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.519112] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 >11:05:39,860 DEBUG kernel:[ 0.519132] pci 0000:00:13.2: reg 0x10: [mem 0xfe029000-0xfe0290ff] >11:05:39,860 DEBUG kernel:[ 0.519209] pci 0000:00:13.2: supports D1 D2 >11:05:39,860 DEBUG kernel:[ 0.519211] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot >11:05:39,860 INFO kernel:[ 0.519245] pci 0000:00:13.2: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.519325] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 >11:05:39,860 DEBUG kernel:[ 0.519454] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a >11:05:39,860 DEBUG kernel:[ 0.519469] pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007] >11:05:39,860 DEBUG kernel:[ 0.519477] pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003] >11:05:39,860 DEBUG kernel:[ 0.519486] pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007] >11:05:39,860 DEBUG kernel:[ 0.519494] pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003] >11:05:39,860 DEBUG kernel:[ 0.519503] pci 0000:00:14.1: reg 0x20: [io 0xfa00-0xfa0f] >11:05:39,860 DEBUG kernel:[ 0.519592] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 >11:05:39,860 DEBUG kernel:[ 0.519612] pci 0000:00:14.2: reg 0x10: [mem 0xfe024000-0xfe027fff 64bit] >11:05:39,860 DEBUG kernel:[ 0.519674] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold >11:05:39,860 INFO kernel:[ 0.519706] pci 0000:00:14.2: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.519778] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 >11:05:39,860 DEBUG kernel:[ 0.519883] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 >11:05:39,860 INFO kernel:[ 0.519940] pci 0000:00:14.4: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.520013] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 >11:05:39,860 DEBUG kernel:[ 0.520026] pci 0000:00:14.5: reg 0x10: [mem 0xfe028000-0xfe028fff] >11:05:39,860 INFO kernel:[ 0.520105] pci 0000:00:14.5: System wakeup disabled by ACPI >11:05:39,860 DEBUG kernel:[ 0.520184] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.520229] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.520274] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.520317] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.520363] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000 >11:05:39,860 DEBUG kernel:[ 0.520441] pci 0000:01:05.0: [1002:9616] type 00 class 0x030000 >11:05:39,860 DEBUG kernel:[ 0.520448] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref] >11:05:39,860 DEBUG kernel:[ 0.520452] pci 0000:01:05.0: reg 0x14: [io 0xee00-0xeeff] >11:05:39,860 DEBUG kernel:[ 0.520455] pci 0000:01:05.0: reg 0x18: [mem 0xfdff0000-0xfdffffff] >11:05:39,860 DEBUG kernel:[ 0.520464] pci 0000:01:05.0: reg 0x24: [mem 0xfde00000-0xfdefffff] >11:05:39,860 DEBUG kernel:[ 0.520478] pci 0000:01:05.0: supports D1 D2 >11:05:39,860 INFO kernel:[ 0.520524] pci 0000:00:01.0: PCI bridge to [bus 01] >11:05:39,860 DEBUG kernel:[ 0.520576] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >11:05:39,860 DEBUG kernel:[ 0.520578] pci 0000:00:01.0: bridge window [mem 0xfde00000-0xfdffffff] >11:05:39,860 DEBUG kernel:[ 0.520581] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] >11:05:39,860 DEBUG kernel:[ 0.520620] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 >11:05:39,860 DEBUG kernel:[ 0.520631] pci 0000:02:00.0: reg 0x10: [io 0xde00-0xdeff] >11:05:39,860 DEBUG kernel:[ 0.520650] pci 0000:02:00.0: reg 0x18: [mem 0xfdaff000-0xfdafffff 64bit pref] >11:05:39,860 DEBUG kernel:[ 0.520662] pci 0000:02:00.0: reg 0x20: [mem 0xfdaf8000-0xfdafbfff 64bit pref] >11:05:39,860 DEBUG kernel:[ 0.520713] pci 0000:02:00.0: supports D1 D2 >11:05:39,860 DEBUG kernel:[ 0.520714] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold >11:05:39,860 INFO kernel:[ 0.522165] pci 0000:00:06.0: PCI bridge to [bus 02] >11:05:39,860 DEBUG kernel:[ 0.522220] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff] >11:05:39,860 DEBUG kernel:[ 0.522223] pci 0000:00:06.0: bridge window [mem 0xfdd00000-0xfddfffff] >11:05:39,860 DEBUG kernel:[ 0.522226] pci 0000:00:06.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] >11:05:39,860 INFO kernel:[ 0.522309] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522361] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff] >11:05:39,860 DEBUG kernel:[ 0.522364] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff] >11:05:39,860 DEBUG kernel:[ 0.522368] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff pref] >11:05:39,860 DEBUG kernel:[ 0.522370] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522371] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522373] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522374] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522376] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff] (subtractive decode) >11:05:39,860 DEBUG kernel:[ 0.522386] pci_bus 0000:00: on NUMA node 0 >11:05:39,860 INFO kernel:[ 0.538226] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.538621] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.539009] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.539402] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.539788] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.540177] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.540564] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 INFO kernel:[ 0.540952] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled. >11:05:39,860 DEBUG kernel:[ 0.541591] ACPI: \_SB_.PCI0: notify handler is installed >11:05:39,860 DEBUG kernel:[ 0.541614] Found 1 acpi root devices >11:05:39,860 INFO kernel:[ 0.541709] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none >11:05:39,860 INFO kernel:[ 0.541779] vgaarb: loaded >11:05:39,860 INFO kernel:[ 0.541827] vgaarb: bridge control possible 0000:01:05.0 >11:05:39,860 NOTICE kernel:[ 0.541943] SCSI subsystem initialized >11:05:39,860 INFO kernel:[ 0.541992] ACPI: bus type ATA registered >11:05:39,860 DEBUG kernel:[ 0.542087] libata version 3.00 loaded. >11:05:39,860 INFO kernel:[ 0.542101] ACPI: bus type USB registered >11:05:39,860 INFO kernel:[ 0.542164] usbcore: registered new interface driver usbfs >11:05:39,860 INFO kernel:[ 0.542217] usbcore: registered new interface driver hub >11:05:39,860 INFO kernel:[ 0.542307] usbcore: registered new device driver usb >11:05:39,860 INFO kernel:[ 0.542422] PCI: Using ACPI for IRQ routing >11:05:39,860 DEBUG kernel:[ 0.550716] PCI: pci_cache_line_size set to 64 bytes >11:05:39,860 INFO kernel:[ 0.550722] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit] >11:05:39,860 DEBUG kernel:[ 0.550833] e820: reserve RAM buffer [mem 0x00094000-0x0009ffff] >11:05:39,860 DEBUG kernel:[ 0.550834] e820: reserve RAM buffer [mem 0xcfdf0000-0xcfffffff] >11:05:39,860 INFO kernel:[ 0.550896] NetLabel: Initializing >11:05:39,860 INFO kernel:[ 0.550944] NetLabel: domain hash size = 128 >11:05:39,860 INFO kernel:[ 0.550992] NetLabel: protocols = UNLABELED CIPSOv4 >11:05:39,860 INFO kernel:[ 0.551046] NetLabel: unlabeled traffic allowed by default >11:05:39,860 INFO kernel:[ 0.551133] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 >11:05:39,860 INFO kernel:[ 0.551316] hpet0: 4 comparators, 32-bit 14.318180 MHz counter >11:05:39,860 INFO kernel:[ 0.553409] Switched to clocksource hpet >11:05:39,860 INFO kernel:[ 0.557199] pnp: PnP ACPI init >11:05:39,860 INFO kernel:[ 0.557260] ACPI: bus type PNP registered >11:05:39,860 INFO kernel:[ 0.557380] system 00:00: [io 0x0840-0x0847] has been reserved >11:05:39,860 INFO kernel:[ 0.557437] system 00:00: [io 0x04d0-0x04d1] has been reserved >11:05:39,860 INFO kernel:[ 0.557486] system 00:00: [io 0x0220-0x0225] has been reserved >11:05:39,860 INFO kernel:[ 0.557536] system 00:00: [io 0x0290-0x0294] has been reserved >11:05:39,860 DEBUG kernel:[ 0.557587] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >11:05:39,860 WARNING kernel:[ 0.577564] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,860 INFO kernel:[ 0.577690] system 00:01: [io 0x4100-0x411f] has been reserved >11:05:39,860 INFO kernel:[ 0.577740] system 00:01: [io 0x0228-0x022f] has been reserved >11:05:39,860 INFO kernel:[ 0.577790] system 00:01: [io 0x040b] has been reserved >11:05:39,860 INFO kernel:[ 0.577840] system 00:01: [io 0x04d6] has been reserved >11:05:39,860 INFO kernel:[ 0.577892] system 00:01: [io 0x0c00-0x0c01] has been reserved >11:05:39,860 INFO kernel:[ 0.577942] system 00:01: [io 0x0c14] has been reserved >11:05:39,860 INFO kernel:[ 0.577993] system 00:01: [io 0x0c50-0x0c52] has been reserved >11:05:39,860 INFO kernel:[ 0.578044] system 00:01: [io 0x0c6c-0x0c6d] has been reserved >11:05:39,860 INFO kernel:[ 0.578093] system 00:01: [io 0x0c6f] has been reserved >11:05:39,860 INFO kernel:[ 0.578143] system 00:01: [io 0x0cd0-0x0cd1] has been reserved >11:05:39,860 INFO kernel:[ 0.578194] system 00:01: [io 0x0cd2-0x0cd3] has been reserved >11:05:39,860 INFO kernel:[ 0.578244] system 00:01: [io 0x0cd4-0x0cdf] has been reserved >11:05:39,860 INFO kernel:[ 0.578295] system 00:01: [io 0x4000-0x40fe] could not be reserved >11:05:39,860 INFO kernel:[ 0.578345] system 00:01: [io 0x4210-0x4217] has been reserved >11:05:39,860 INFO kernel:[ 0.578396] system 00:01: [io 0x0b00-0x0b0f] has been reserved >11:05:39,861 INFO kernel:[ 0.578455] system 00:01: [io 0x0b10-0x0b1f] has been reserved >11:05:39,861 INFO kernel:[ 0.578505] system 00:01: [io 0x0b20-0x0b3f] has been reserved >11:05:39,861 INFO kernel:[ 0.578555] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved >11:05:39,861 DEBUG kernel:[ 0.578628] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >11:05:39,861 DEBUG kernel:[ 0.578701] pnp 00:02: [dma 4] >11:05:39,861 DEBUG kernel:[ 0.578718] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) >11:05:39,861 DEBUG kernel:[ 0.578773] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) >11:05:39,861 DEBUG kernel:[ 0.578800] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) >11:05:39,861 DEBUG kernel:[ 0.578816] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) >11:05:39,861 DEBUG kernel:[ 0.578839] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active) >11:05:39,861 DEBUG kernel:[ 0.578943] pnp 00:07: [dma 2] >11:05:39,861 DEBUG kernel:[ 0.578967] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active) >11:05:39,861 DEBUG kernel:[ 0.579123] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active) >11:05:39,861 DEBUG kernel:[ 0.579167] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active) >11:05:39,861 DEBUG kernel:[ 0.579203] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active) >11:05:39,861 INFO kernel:[ 0.579239] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved >11:05:39,861 DEBUG kernel:[ 0.579291] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) >11:05:39,861 WARNING kernel:[ 0.579392] pnp 00:0c: disabling [mem 0x000d4600-0x000d7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 WARNING kernel:[ 0.579470] pnp 00:0c: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 WARNING kernel:[ 0.579542] pnp 00:0c: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 WARNING kernel:[ 0.579615] pnp 00:0c: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 WARNING kernel:[ 0.579687] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 WARNING kernel:[ 0.579759] pnp 00:0c: disabling [mem 0x00100000-0xcfdeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] >11:05:39,861 INFO kernel:[ 0.579843] pnp 00:0c: [Firmware Bug]: [mem 0x00000000-0xffffffff disabled] covers only part of AMD MMCONFIG area [mem 0xe0000000-0xe00fffff]; adding more reservations >11:05:39,861 INFO kernel:[ 0.579951] system 00:0c: [mem 0xcfdf0000-0xcfdfffff] could not be reserved >11:05:39,861 INFO kernel:[ 0.580001] system 00:0c: [mem 0xffff0000-0xffffffff] has been reserved >11:05:39,861 INFO kernel:[ 0.580051] system 00:0c: [mem 0xcfe00000-0xcfefffff] has been reserved >11:05:39,861 INFO kernel:[ 0.580101] system 00:0c: [mem 0xcff00000-0xcfffffff] could not be reserved >11:05:39,861 INFO kernel:[ 0.580151] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved >11:05:39,861 INFO kernel:[ 0.580201] system 00:0c: [mem 0xfee00000-0xfee00fff] could not be reserved >11:05:39,861 INFO kernel:[ 0.580251] system 00:0c: [mem 0xfff80000-0xfffeffff] has been reserved >11:05:39,861 DEBUG kernel:[ 0.580301] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) >11:05:39,861 INFO kernel:[ 0.580314] pnp: PnP ACPI: found 13 devices >11:05:39,861 INFO kernel:[ 0.580362] ACPI: bus type PNP unregistered >11:05:39,861 INFO kernel:[ 0.617094] pci 0000:00:01.0: PCI bridge to [bus 01] >11:05:39,861 INFO kernel:[ 0.617144] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >11:05:39,861 INFO kernel:[ 0.617195] pci 0000:00:01.0: bridge window [mem 0xfde00000-0xfdffffff] >11:05:39,861 INFO kernel:[ 0.617245] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] >11:05:39,861 INFO kernel:[ 0.617317] pci 0000:00:06.0: PCI bridge to [bus 02] >11:05:39,861 INFO kernel:[ 0.617366] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff] >11:05:39,861 INFO kernel:[ 0.617416] pci 0000:00:06.0: bridge window [mem 0xfdd00000-0xfddfffff] >11:05:39,861 INFO kernel:[ 0.617471] pci 0000:00:06.0: bridge window [mem 0xfda00000-0xfdafffff 64bit pref] >11:05:39,861 INFO kernel:[ 0.617543] pci 0000:00:14.4: PCI bridge to [bus 03] >11:05:39,861 INFO kernel:[ 0.617593] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff] >11:05:39,861 INFO kernel:[ 0.617645] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff] >11:05:39,861 INFO kernel:[ 0.617697] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff pref] >11:05:39,861 DEBUG kernel:[ 0.617857] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] >11:05:39,861 DEBUG kernel:[ 0.617858] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] >11:05:39,861 DEBUG kernel:[ 0.617860] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] >11:05:39,861 DEBUG kernel:[ 0.617861] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] >11:05:39,861 DEBUG kernel:[ 0.617863] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff] >11:05:39,861 DEBUG kernel:[ 0.617864] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >11:05:39,861 DEBUG kernel:[ 0.617866] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdffffff] >11:05:39,861 DEBUG kernel:[ 0.617867] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] >11:05:39,861 DEBUG kernel:[ 0.617869] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] >11:05:39,861 DEBUG kernel:[ 0.617870] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff] >11:05:39,861 DEBUG kernel:[ 0.617872] pci_bus 0000:02: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref] >11:05:39,861 DEBUG kernel:[ 0.617874] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] >11:05:39,861 DEBUG kernel:[ 0.617875] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff] >11:05:39,861 DEBUG kernel:[ 0.617876] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff pref] >11:05:39,861 DEBUG kernel:[ 0.617878] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] >11:05:39,861 DEBUG kernel:[ 0.617879] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] >11:05:39,861 DEBUG kernel:[ 0.617881] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] >11:05:39,861 DEBUG kernel:[ 0.617882] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff] >11:05:39,861 DEBUG kernel:[ 0.617884] pci_bus 0000:03: resource 8 [mem 0xd0000000-0xfebfffff] >11:05:39,861 INFO kernel:[ 0.617910] NET: Registered protocol family 2 >11:05:39,861 INFO kernel:[ 0.618066] TCP established hash table entries: 8192 (order: 4, 65536 bytes) >11:05:39,861 INFO kernel:[ 0.618144] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) >11:05:39,861 INFO kernel:[ 0.618213] TCP: Hash tables configured (established 8192 bind 8192) >11:05:39,861 INFO kernel:[ 0.618275] TCP: reno registered >11:05:39,861 INFO kernel:[ 0.618324] UDP hash table entries: 512 (order: 2, 16384 bytes) >11:05:39,861 INFO kernel:[ 0.618377] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) >11:05:39,861 INFO kernel:[ 0.618483] NET: Registered protocol family 1 >11:05:39,861 WARNING kernel:[ 0.618536] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled >11:05:39,861 DEBUG kernel:[ 0.928768] pci 0000:01:05.0: Boot video device >11:05:39,861 DEBUG kernel:[ 0.928774] PCI: CLS 64 bytes, default 64 >11:05:39,861 INFO kernel:[ 0.928810] Unpacking initramfs... >11:05:39,861 INFO kernel:[ 4.109562] Freeing initrd memory: 32928K (f53d6000 - f73fe000) >11:05:39,861 INFO kernel:[ 4.109703] LVT offset 1 assigned for vector 0x400 >11:05:39,861 INFO kernel:[ 4.109758] IBS: LVT offset 1 assigned >11:05:39,861 INFO kernel:[ 4.109833] perf: AMD IBS detected (0x0000001f) >11:05:39,861 INFO kernel:[ 4.110053] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) >11:05:39,861 NOTICE kernel:[ 4.110103] apm: disabled - APM is not SMP safe. >11:05:39,861 NOTICE kernel:[ 4.110491] Initialise system trusted keyring >11:05:39,861 INFO kernel:[ 4.110577] audit: initializing netlink socket (disabled) >11:05:39,861 NOTICE kernel:[ 4.110634] type=2000 audit(1407841526.687:1): initialized >11:05:39,861 WARNING kernel:[ 4.123775] bounce pool size: 64 pages >11:05:39,861 INFO kernel:[ 4.123835] HugeTLB registered 4 MB page size, pre-allocated 0 pages >11:05:39,861 INFO kernel:[ 4.124685] zbud: loaded >11:05:39,861 NOTICE kernel:[ 4.124832] VFS: Disk quotas dquot_6.5.2 >11:05:39,861 WARNING kernel:[ 4.124928] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) >11:05:39,861 INFO kernel:[ 4.125294] msgmni has been set to 1679 >11:05:39,861 NOTICE kernel:[ 4.125385] Key type big_key registered >11:05:39,861 DEBUG kernel:[ 4.125434] SELinux: Registering netfilter hooks >11:05:39,861 INFO kernel:[ 4.126064] alg: No test for stdrng (krng) >11:05:39,861 INFO kernel:[ 4.126137] NET: Registered protocol family 38 >11:05:39,861 NOTICE kernel:[ 4.126190] Key type asymmetric registered >11:05:39,861 NOTICE kernel:[ 4.126238] Asymmetric key parser 'x509' registered >11:05:39,861 INFO kernel:[ 4.126344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >11:05:39,861 INFO kernel:[ 4.126460] io scheduler noop registered >11:05:39,861 INFO kernel:[ 4.126510] io scheduler deadline registered >11:05:39,861 INFO kernel:[ 4.126576] io scheduler cfq registered (default) >11:05:39,861 DEBUG kernel:[ 4.126717] pcieport 0000:00:06.0: irq 40 for MSI/MSI-X >11:05:39,861 INFO kernel:[ 4.126764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >11:05:39,861 INFO kernel:[ 4.126821] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >11:05:39,861 INFO kernel:[ 4.126973] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 >11:05:39,861 INFO kernel:[ 4.127044] ACPI: Power Button [PWRB] >11:05:39,861 INFO kernel:[ 4.127118] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 >11:05:39,861 INFO kernel:[ 4.127188] ACPI: Power Button [PWRF] >11:05:39,861 NOTICE kernel:[ 4.127256] ACPI: processor limited to max C-state 1 >11:05:39,861 INFO kernel:[ 4.127373] GHES: HEST is not enabled! >11:05:39,861 INFO kernel:[ 4.127464] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled >11:05:39,861 INFO kernel:[ 4.148137] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A >11:05:39,861 INFO kernel:[ 4.149339] Non-volatile memory driver v1.3 >11:05:39,861 INFO kernel:[ 4.149388] Linux agpgart interface v0.103 >11:05:39,861 DEBUG kernel:[ 4.149623] ahci 0000:00:11.0: version 3.0 >11:05:39,861 INFO kernel:[ 4.149799] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode >11:05:39,861 INFO kernel:[ 4.149870] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc >11:05:39,861 INFO kernel:[ 4.150531] scsi0 : ahci >11:05:39,861 INFO kernel:[ 4.150726] scsi1 : ahci >11:05:39,861 INFO kernel:[ 4.150874] scsi2 : ahci >11:05:39,861 INFO kernel:[ 4.151028] scsi3 : ahci >11:05:39,861 INFO kernel:[ 4.151181] scsi4 : ahci >11:05:39,861 INFO kernel:[ 4.151341] scsi5 : ahci >11:05:39,861 INFO kernel:[ 4.151456] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22 >11:05:39,861 INFO kernel:[ 4.151528] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22 >11:05:39,861 INFO kernel:[ 4.151598] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22 >11:05:39,861 INFO kernel:[ 4.151669] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22 >11:05:39,861 INFO kernel:[ 4.151740] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f300 irq 22 >11:05:39,861 INFO kernel:[ 4.151811] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f380 irq 22 >11:05:39,861 INFO kernel:[ 4.151966] libphy: Fixed MDIO Bus: probed >11:05:39,861 INFO kernel:[ 4.152118] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >11:05:39,861 INFO kernel:[ 4.152167] ehci-pci: EHCI PCI platform driver >11:05:39,861 INFO kernel:[ 4.152336] ehci-pci 0000:00:12.2: EHCI Host Controller >11:05:39,861 INFO kernel:[ 4.152440] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 >11:05:39,861 INFO kernel:[ 4.152513] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround >11:05:39,861 INFO kernel:[ 4.152592] ehci-pci 0000:00:12.2: debug port 1 >11:05:39,861 INFO kernel:[ 4.152678] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe02c000 >11:05:39,861 INFO kernel:[ 4.158341] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 >11:05:39,861 INFO kernel:[ 4.158411] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >11:05:39,861 INFO kernel:[ 4.158470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.158541] usb usb1: Product: EHCI Host Controller >11:05:39,862 INFO kernel:[ 4.158589] usb usb1: Manufacturer: Linux 3.11.10-301.fc20.i686 ehci_hcd >11:05:39,862 INFO kernel:[ 4.158639] usb usb1: SerialNumber: 0000:00:12.2 >11:05:39,862 INFO kernel:[ 4.158805] hub 1-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.158855] hub 1-0:1.0: 6 ports detected >11:05:39,862 INFO kernel:[ 4.159081] ehci-pci 0000:00:13.2: EHCI Host Controller >11:05:39,862 INFO kernel:[ 4.159199] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2 >11:05:39,862 INFO kernel:[ 4.159271] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround >11:05:39,862 INFO kernel:[ 4.159369] ehci-pci 0000:00:13.2: debug port 1 >11:05:39,862 INFO kernel:[ 4.159456] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe029000 >11:05:39,862 INFO kernel:[ 4.165346] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 >11:05:39,862 INFO kernel:[ 4.165417] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >11:05:39,862 INFO kernel:[ 4.165467] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.165537] usb usb2: Product: EHCI Host Controller >11:05:39,862 INFO kernel:[ 4.165586] usb usb2: Manufacturer: Linux 3.11.10-301.fc20.i686 ehci_hcd >11:05:39,862 INFO kernel:[ 4.165635] usb usb2: SerialNumber: 0000:00:13.2 >11:05:39,862 INFO kernel:[ 4.165802] hub 2-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.165853] hub 2-0:1.0: 6 ports detected >11:05:39,862 INFO kernel:[ 4.165992] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >11:05:39,862 INFO kernel:[ 4.166041] ohci-pci: OHCI PCI platform driver >11:05:39,862 INFO kernel:[ 4.166189] ohci-pci 0000:00:12.0: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.166344] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3 >11:05:39,862 INFO kernel:[ 4.166444] ohci-pci 0000:00:12.0: irq 16, io mem 0xfe02e000 >11:05:39,862 INFO kernel:[ 4.221408] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 >11:05:39,862 INFO kernel:[ 4.221461] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.221530] usb usb3: Product: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.221579] usb usb3: Manufacturer: Linux 3.11.10-301.fc20.i686 ohci_hcd >11:05:39,862 INFO kernel:[ 4.221628] usb usb3: SerialNumber: 0000:00:12.0 >11:05:39,862 INFO kernel:[ 4.221802] hub 3-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.221854] hub 3-0:1.0: 3 ports detected >11:05:39,862 INFO kernel:[ 4.222058] ohci-pci 0000:00:12.1: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.222174] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4 >11:05:39,862 INFO kernel:[ 4.222257] ohci-pci 0000:00:12.1: irq 16, io mem 0xfe02d000 >11:05:39,862 INFO kernel:[ 4.276431] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 >11:05:39,862 INFO kernel:[ 4.276483] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.276553] usb usb4: Product: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.276602] usb usb4: Manufacturer: Linux 3.11.10-301.fc20.i686 ohci_hcd >11:05:39,862 INFO kernel:[ 4.276651] usb usb4: SerialNumber: 0000:00:12.1 >11:05:39,862 INFO kernel:[ 4.276819] hub 4-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.276872] hub 4-0:1.0: 3 ports detected >11:05:39,862 INFO kernel:[ 4.277087] ohci-pci 0000:00:13.0: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.277210] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5 >11:05:39,862 INFO kernel:[ 4.277310] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe02b000 >11:05:39,862 INFO kernel:[ 4.332461] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 >11:05:39,862 INFO kernel:[ 4.332513] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.332583] usb usb5: Product: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.332633] usb usb5: Manufacturer: Linux 3.11.10-301.fc20.i686 ohci_hcd >11:05:39,862 INFO kernel:[ 4.332682] usb usb5: SerialNumber: 0000:00:13.0 >11:05:39,862 INFO kernel:[ 4.332844] hub 5-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.332897] hub 5-0:1.0: 3 ports detected >11:05:39,862 INFO kernel:[ 4.333106] ohci-pci 0000:00:13.1: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.333224] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6 >11:05:39,862 INFO kernel:[ 4.333308] ohci-pci 0000:00:13.1: irq 18, io mem 0xfe02a000 >11:05:39,862 INFO kernel:[ 4.387486] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >11:05:39,862 INFO kernel:[ 4.387539] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.387609] usb usb6: Product: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.387658] usb usb6: Manufacturer: Linux 3.11.10-301.fc20.i686 ohci_hcd >11:05:39,862 INFO kernel:[ 4.387707] usb usb6: SerialNumber: 0000:00:13.1 >11:05:39,862 INFO kernel:[ 4.387872] hub 6-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.387925] hub 6-0:1.0: 3 ports detected >11:05:39,862 INFO kernel:[ 4.388130] ohci-pci 0000:00:14.5: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.388247] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7 >11:05:39,862 INFO kernel:[ 4.388331] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe028000 >11:05:39,862 INFO kernel:[ 4.442531] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 >11:05:39,862 INFO kernel:[ 4.442585] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >11:05:39,862 INFO kernel:[ 4.442655] usb usb7: Product: OHCI PCI host controller >11:05:39,862 INFO kernel:[ 4.442704] usb usb7: Manufacturer: Linux 3.11.10-301.fc20.i686 ohci_hcd >11:05:39,862 INFO kernel:[ 4.442754] usb usb7: SerialNumber: 0000:00:14.5 >11:05:39,862 INFO kernel:[ 4.442924] hub 7-0:1.0: USB hub found >11:05:39,862 INFO kernel:[ 4.442976] hub 7-0:1.0: 2 ports detected >11:05:39,862 INFO kernel:[ 4.443087] uhci_hcd: USB Universal Host Controller Interface driver >11:05:39,862 INFO kernel:[ 4.443181] usbcore: registered new interface driver usbserial >11:05:39,862 INFO kernel:[ 4.443234] usbcore: registered new interface driver usbserial_generic >11:05:39,862 INFO kernel:[ 4.443286] usbserial: USB Serial support registered for generic >11:05:39,862 INFO kernel:[ 4.443362] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 >11:05:39,862 INFO kernel:[ 4.443839] serio: i8042 KBD port at 0x60,0x64 irq 1 >11:05:39,862 INFO kernel:[ 4.443891] serio: i8042 AUX port at 0x60,0x64 irq 12 >11:05:39,862 INFO kernel:[ 4.444029] mousedev: PS/2 mouse device common for all mice >11:05:39,862 INFO kernel:[ 4.444258] rtc_cmos 00:04: RTC can wake from S4 >11:05:39,862 INFO kernel:[ 4.444466] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 >11:05:39,862 INFO kernel:[ 4.444548] rtc_cmos 00:04: alarms up to one month, 242 bytes nvram, hpet irqs >11:05:39,862 INFO kernel:[ 4.444686] device-mapper: uevent: version 1.0.3 >11:05:39,862 INFO kernel:[ 4.444814] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com >11:05:39,862 INFO kernel:[ 4.444894] cpuidle: using governor menu >11:05:39,862 INFO kernel:[ 4.445125] hidraw: raw HID events driver (C) Jiri Kosina >11:05:39,862 INFO kernel:[ 4.445237] usbcore: registered new interface driver usbhid >11:05:39,862 INFO kernel:[ 4.445286] usbhid: USB HID core driver >11:05:39,862 INFO kernel:[ 4.445359] drop_monitor: Initializing network drop monitor service >11:05:39,862 INFO kernel:[ 4.445491] ip_tables: (C) 2000-2006 Netfilter Core Team >11:05:39,862 INFO kernel:[ 4.445567] TCP: cubic registered >11:05:39,862 INFO kernel:[ 4.445617] Initializing XFRM netlink socket >11:05:39,862 INFO kernel:[ 4.445743] NET: Registered protocol family 10 >11:05:39,862 INFO kernel:[ 4.445904] mip6: Mobile IPv6 >11:05:39,862 INFO kernel:[ 4.445953] NET: Registered protocol family 17 >11:05:39,862 INFO kernel:[ 4.446125] Using IPI No-Shortcut mode >11:05:39,862 DEBUG kernel:[ 4.446271] PM: Hibernation image not present or could not be loaded. >11:05:39,862 NOTICE kernel:[ 4.446274] Loading compiled-in X.509 certificates >11:05:39,862 NOTICE kernel:[ 4.448879] Loaded X.509 cert 'Fedora kernel signing key: 306a445485f593a7d17666ed6e88708151c751d4' >11:05:39,862 INFO kernel:[ 4.448956] registered taskstats version 1 >11:05:39,862 INFO kernel:[ 4.449282] Magic number: 10:591:74 >11:05:39,862 INFO kernel:[ 4.449424] rtc_cmos 00:04: setting system clock to 2014-08-12 11:05:27 UTC (1407841527) >11:05:39,862 INFO kernel:[ 4.460500] usb 1-1: new high-speed USB device number 2 using ehci-pci >11:05:39,862 INFO kernel:[ 4.474166] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 >11:05:39,862 INFO kernel:[ 4.583064] usb 1-1: New USB device found, idVendor=18a5, idProduct=0302 >11:05:39,862 INFO kernel:[ 4.583118] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >11:05:39,862 INFO kernel:[ 4.583167] usb 1-1: SerialNumber: 12022278020106 >11:05:39,862 INFO kernel:[ 4.611590] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 INFO kernel:[ 4.612258] ata1.00: ATA-7: WDC WD800JD-75MSA3, 10.01E04, max UDMA/133 >11:05:39,862 INFO kernel:[ 4.612312] ata1.00: 156250000 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 INFO kernel:[ 4.612584] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 INFO kernel:[ 4.613002] ata1.00: configured for UDMA/133 >11:05:39,862 NOTICE kernel:[ 4.613183] scsi 0:0:0:0: Direct-Access ATA WDC WD800JD-75MS 10.0 PQ: 0 ANSI: 5 >11:05:39,862 INFO kernel:[ 4.613245] ata2.00: ATA-9: WDC WD20EFRX-68EUZN0, 80.00A80, max UDMA/133 >11:05:39,862 INFO kernel:[ 4.613246] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 NOTICE kernel:[ 4.613496] sd 0:0:0:0: [sda] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB) >11:05:39,862 NOTICE kernel:[ 4.613500] sd 0:0:0:0: Attached scsi generic sg0 type 0 >11:05:39,862 INFO kernel:[ 4.613555] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 INFO kernel:[ 4.613727] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 INFO kernel:[ 4.613803] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 INFO kernel:[ 4.613872] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >11:05:39,862 NOTICE kernel:[ 4.613882] sd 0:0:0:0: [sda] Write Protect is off >11:05:39,862 DEBUG kernel:[ 4.613884] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >11:05:39,862 NOTICE kernel:[ 4.613892] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,862 INFO kernel:[ 4.614823] ata2.00: configured for UDMA/133 >11:05:39,862 INFO kernel:[ 4.614941] ata3.00: ATA-9: WDC WD20EFRX-68EUZN0, 80.00A80, max UDMA/133 >11:05:39,862 NOTICE kernel:[ 4.614962] scsi 1:0:0:0: Direct-Access ATA WDC WD20EFRX-68E 80.0 PQ: 0 ANSI: 5 >11:05:39,862 INFO kernel:[ 4.615069] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 INFO kernel:[ 4.615128] ata6.00: ATA-9: WDC WD20EFRX-68EUZN0, 82.00A82, max UDMA/133 >11:05:39,862 INFO kernel:[ 4.615182] ata6.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 INFO kernel:[ 4.615234] ata4.00: ATA-9: WDC WD20EFRX-68EUZN0, 80.00A80, max UDMA/133 >11:05:39,862 NOTICE kernel:[ 4.615244] sd 1:0:0:0: Attached scsi generic sg1 type 0 >11:05:39,862 NOTICE kernel:[ 4.615290] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >11:05:39,862 NOTICE kernel:[ 4.615291] sd 1:0:0:0: [sdb] 4096-byte physical blocks >11:05:39,862 NOTICE kernel:[ 4.615327] sd 1:0:0:0: [sdb] Write Protect is off >11:05:39,862 DEBUG kernel:[ 4.615328] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00 >11:05:39,862 NOTICE kernel:[ 4.615345] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,862 INFO kernel:[ 4.615621] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 INFO kernel:[ 4.615830] ata5.00: ATA-9: WDC WD20EFRX-68EUZN0, 80.00A80, max UDMA/133 >11:05:39,862 INFO kernel:[ 4.615881] ata5.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA >11:05:39,862 INFO kernel:[ 4.616201] ata6.00: configured for UDMA/133 >11:05:39,863 INFO kernel:[ 4.616268] ata3.00: configured for UDMA/133 >11:05:39,863 INFO kernel:[ 4.616329] ata4.00: configured for UDMA/133 >11:05:39,863 NOTICE kernel:[ 4.616455] scsi 2:0:0:0: Direct-Access ATA WDC WD20EFRX-68E 80.0 PQ: 0 ANSI: 5 >11:05:39,863 INFO kernel:[ 4.616532] ata5.00: configured for UDMA/133 >11:05:39,863 NOTICE kernel:[ 4.616727] sd 2:0:0:0: Attached scsi generic sg2 type 0 >11:05:39,863 NOTICE kernel:[ 4.616737] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >11:05:39,863 NOTICE kernel:[ 4.616738] sd 2:0:0:0: [sdc] 4096-byte physical blocks >11:05:39,863 NOTICE kernel:[ 4.616757] sd 2:0:0:0: [sdc] Write Protect is off >11:05:39,863 DEBUG kernel:[ 4.616758] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 >11:05:39,863 NOTICE kernel:[ 4.616767] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,863 NOTICE kernel:[ 4.617170] scsi 3:0:0:0: Direct-Access ATA WDC WD20EFRX-68E 80.0 PQ: 0 ANSI: 5 >11:05:39,863 NOTICE kernel:[ 4.617332] sd 3:0:0:0: Attached scsi generic sg3 type 0 >11:05:39,863 NOTICE kernel:[ 4.617337] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >11:05:39,863 NOTICE kernel:[ 4.617338] sd 3:0:0:0: [sdd] 4096-byte physical blocks >11:05:39,863 NOTICE kernel:[ 4.617372] sd 3:0:0:0: [sdd] Write Protect is off >11:05:39,863 DEBUG kernel:[ 4.617373] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 >11:05:39,863 NOTICE kernel:[ 4.617390] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,863 NOTICE kernel:[ 4.617776] scsi 4:0:0:0: Direct-Access ATA WDC WD20EFRX-68E 80.0 PQ: 0 ANSI: 5 >11:05:39,863 NOTICE kernel:[ 4.617950] sd 4:0:0:0: Attached scsi generic sg4 type 0 >11:05:39,863 NOTICE kernel:[ 4.617961] sd 4:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >11:05:39,863 NOTICE kernel:[ 4.617962] sd 4:0:0:0: [sde] 4096-byte physical blocks >11:05:39,863 NOTICE kernel:[ 4.617996] sd 4:0:0:0: [sde] Write Protect is off >11:05:39,863 DEBUG kernel:[ 4.617997] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00 >11:05:39,863 NOTICE kernel:[ 4.618013] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,863 NOTICE kernel:[ 4.618365] scsi 5:0:0:0: Direct-Access ATA WDC WD20EFRX-68E 82.0 PQ: 0 ANSI: 5 >11:05:39,863 NOTICE kernel:[ 4.618529] sd 5:0:0:0: Attached scsi generic sg5 type 0 >11:05:39,863 NOTICE kernel:[ 4.618531] sd 5:0:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) >11:05:39,863 NOTICE kernel:[ 4.618532] sd 5:0:0:0: [sdf] 4096-byte physical blocks >11:05:39,863 NOTICE kernel:[ 4.618566] sd 5:0:0:0: [sdf] Write Protect is off >11:05:39,863 DEBUG kernel:[ 4.618567] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00 >11:05:39,863 NOTICE kernel:[ 4.618583] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,863 INFO kernel:[ 4.659605] sdb: sdb1 sdb2 >11:05:39,863 NOTICE kernel:[ 4.660073] sd 1:0:0:0: [sdb] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.670364] sdf: sdf1 sdf2 >11:05:39,863 NOTICE kernel:[ 4.670803] sd 5:0:0:0: [sdf] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.670849] sdc: sdc1 sdc2 >11:05:39,863 NOTICE kernel:[ 4.671098] sd 2:0:0:0: [sdc] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.673984] sda: sda1 sda2 sda3 sda4 sda5 >11:05:39,863 NOTICE kernel:[ 4.674398] sd 0:0:0:0: [sda] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.674512] sde: sde1 sde2 >11:05:39,863 NOTICE kernel:[ 4.674991] sd 4:0:0:0: [sde] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.676694] sdd: sdd1 sdd2 >11:05:39,863 NOTICE kernel:[ 4.677110] sd 3:0:0:0: [sdd] Attached SCSI disk >11:05:39,863 INFO kernel:[ 4.677331] Freeing unused kernel memory: 716K (c0c59000 - c0d0c000) >11:05:39,863 INFO kernel:[ 4.677422] Write protecting the kernel text: 5664k >11:05:39,863 INFO kernel:[ 4.677501] Write protecting the kernel read-only data: 2328k >11:05:39,863 INFO kernel:[ 4.702002] device-mapper: multipath: version 1.5.1 loaded >11:05:39,863 INFO kernel:[ 4.750336] BIOS EDD facility v0.16 2004-Jun-25, 7 devices found >11:05:39,863 DEBUG kernel:[ 4.841328] psmouse serio1: hgpk: ID: 10 00 64 >11:05:39,863 INFO kernel:[ 4.955567] squashfs: version 4.0 (2009/01/31) Phillip Lougher >11:05:39,863 INFO kernel:[ 4.960022] Loading iSCSI transport class v2.0-870. >11:05:39,863 NOTICE kernel:[ 4.968737] iscsi: registered transport (tcp) >11:05:39,863 INFO kernel:[ 4.972639] alua: device handler registered >11:05:39,863 INFO kernel:[ 4.976447] emc: device handler registered >11:05:39,863 INFO kernel:[ 4.980309] hp_sw: device handler registered >11:05:39,863 INFO kernel:[ 4.984260] rdac: device handler registered >11:05:39,863 INFO kernel:[ 4.988912] Floppy drive(s): fd0 is unknown type 13 (usb?) >11:05:39,863 INFO kernel:[ 5.003595] FDC 0 is a post-1991 82077 >11:05:39,863 INFO kernel:[ 5.012391] No iBFT detected. >11:05:39,863 INFO kernel:[ 5.016277] md: raid0 personality registered for level 0 >11:05:39,863 INFO kernel:[ 5.020399] md: raid1 personality registered for level 1 >11:05:39,863 INFO kernel:[ 5.024339] async_tx: api initialized (async) >11:05:39,863 INFO kernel:[ 5.027221] xor: measuring software checksum speed >11:05:39,863 INFO kernel:[ 5.036742] pIII_sse : 13200.000 MB/sec >11:05:39,863 INFO kernel:[ 5.046748] prefetch64-sse: 13420.000 MB/sec >11:05:39,863 INFO kernel:[ 5.046806] xor: using function: prefetch64-sse (13420.000 MB/sec) >11:05:39,863 WARNING kernel:[ 5.069773] raid6: mmxx1 2820 MB/s >11:05:39,863 WARNING kernel:[ 5.086770] raid6: mmxx2 5273 MB/s >11:05:39,863 WARNING kernel:[ 5.103837] raid6: sse1x1 750 MB/s >11:05:39,863 WARNING kernel:[ 5.120794] raid6: sse1x2 1441 MB/s >11:05:39,863 WARNING kernel:[ 5.137802] raid6: sse2x1 1585 MB/s >11:05:39,863 WARNING kernel:[ 5.154828] raid6: sse2x2 3281 MB/s >11:05:39,863 WARNING kernel:[ 5.171824] raid6: int32x1 1414 MB/s >11:05:39,863 WARNING kernel:[ 5.188833] raid6: int32x2 1410 MB/s >11:05:39,863 WARNING kernel:[ 5.205871] raid6: int32x4 1281 MB/s >11:05:39,863 WARNING kernel:[ 5.222841] raid6: int32x8 984 MB/s >11:05:39,863 WARNING kernel:[ 5.222898] raid6: using algorithm mmxx2 (5273 MB/s) >11:05:39,863 WARNING kernel:[ 5.222947] raid6: using intx1 recovery algorithm >11:05:39,863 INFO kernel:[ 5.223001] tsc: Refined TSC clocksource calibration: 3415.105 MHz >11:05:39,863 INFO kernel:[ 5.234391] md: raid6 personality registered for level 6 >11:05:39,863 INFO kernel:[ 5.234442] md: raid5 personality registered for level 5 >11:05:39,863 INFO kernel:[ 5.234490] md: raid4 personality registered for level 4 >11:05:39,863 INFO kernel:[ 5.240808] md: raid10 personality registered for level 10 >11:05:39,863 INFO kernel:[ 5.244594] md: linear personality registered for level -1 >11:05:39,863 INFO kernel:[ 5.253564] device-mapper: multipath round-robin: version 1.0.0 loaded >11:05:39,863 INFO kernel:[ 5.275968] RPC: Registered named UNIX socket transport module. >11:05:39,863 INFO kernel:[ 5.276031] RPC: Registered udp transport module. >11:05:39,863 INFO kernel:[ 5.276079] RPC: Registered tcp transport module. >11:05:39,863 INFO kernel:[ 5.276128] RPC: Registered tcp NFSv4.1 backchannel transport module. >11:05:39,863 INFO kernel:[ 5.439262] wmi: Mapper loaded >11:05:39,863 INFO kernel:[ 5.451292] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded >11:05:39,863 WARNING kernel:[ 5.451354] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control >11:05:39,863 DEBUG kernel:[ 5.451742] r8169 0000:02:00.0: irq 41 for MSI/MSI-X >11:05:39,863 INFO kernel:[ 5.451879] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xf7c24000, 74:d4:35:3d:d7:f0, XID 0c900800 IRQ 41 >11:05:39,863 INFO kernel:[ 5.451969] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] >11:05:39,863 INFO kernel:[ 5.453566] [drm] Initialized drm 1.1.0 20060810 >11:05:39,863 INFO kernel:[ 5.458572] usb-storage 1-1:1.0: USB Mass Storage device detected >11:05:39,863 INFO kernel:[ 5.462520] scsi7 : pata_atiixp >11:05:39,863 INFO kernel:[ 5.465334] scsi6 : usb-storage 1-1:1.0 >11:05:39,863 INFO kernel:[ 5.465448] usbcore: registered new interface driver usb-storage >11:05:39,863 INFO kernel:[ 5.465487] scsi8 : pata_atiixp >11:05:39,863 INFO kernel:[ 5.465697] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14 >11:05:39,863 INFO kernel:[ 5.465751] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15 >11:05:39,863 INFO kernel:[ 5.489866] [drm] radeon kernel modesetting enabled. >11:05:39,863 INFO kernel:[ 5.490170] [drm] initializing kernel modesetting (RS780 0x1002:0x9616 0x1458:0xD000). >11:05:39,863 INFO kernel:[ 5.490257] [drm] register mmio base: 0xFDFF0000 >11:05:39,863 INFO kernel:[ 5.490306] [drm] register mmio size: 65536 >11:05:39,863 INFO kernel:[ 5.490821] ATOM BIOS: B27732 >11:05:39,863 INFO kernel:[ 5.490891] radeon 0000:01:05.0: VRAM: 512M 0x00000000C0000000 - 0x00000000DFFFFFFF (512M used) >11:05:39,863 INFO kernel:[ 5.490991] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF >11:05:39,863 INFO kernel:[ 5.491070] [drm] Detected VRAM RAM=512M, BAR=256M >11:05:39,863 INFO kernel:[ 5.491126] [drm] RAM width 32bits DDR >11:05:39,863 INFO kernel:[ 5.491226] [TTM] Zone kernel: Available graphics memory: 430260 kiB >11:05:39,863 INFO kernel:[ 5.491277] [TTM] Zone highmem: Available graphics memory: 1680536 kiB >11:05:39,863 INFO kernel:[ 5.491335] [TTM] Initializing pool allocator >11:05:39,863 INFO kernel:[ 5.491412] [drm] radeon: 512M of VRAM memory ready >11:05:39,863 INFO kernel:[ 5.491465] [drm] radeon: 512M of GTT memory ready. >11:05:39,863 INFO kernel:[ 5.491522] [drm] GART: num cpu pages 131072, num gpu pages 131072 >11:05:39,863 INFO kernel:[ 5.496512] [drm] Loading RS780 Microcode >11:05:39,863 INFO kernel:[ 5.497505] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000). >11:05:39,863 INFO kernel:[ 5.497717] radeon 0000:01:05.0: WB enabled >11:05:39,863 INFO kernel:[ 5.497786] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xff576c00 >11:05:39,863 INFO kernel:[ 5.497857] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xff576c0c >11:05:39,863 INFO kernel:[ 5.497949] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). >11:05:39,863 INFO kernel:[ 5.498027] [drm] Driver supports precise vblank timestamp query. >11:05:39,863 INFO kernel:[ 5.498371] [drm] radeon: irq initialized. >11:05:39,863 DEBUG kernel:[ 5.498515] radeon 0000:01:05.0: setting latency timer to 64 >11:05:39,863 INFO kernel:[ 5.529793] [drm] ring test on 0 succeeded in 1 usecs >11:05:39,863 INFO kernel:[ 5.529904] [drm] ring test on 3 succeeded in 1 usecs >11:05:39,863 INFO kernel:[ 5.530099] [drm] ib test on ring 0 succeeded in 0 usecs >11:05:39,863 INFO kernel:[ 5.535307] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3 >11:05:39,863 INFO kernel:[ 5.990306] [drm] ib test on ring 3 succeeded in 0 usecs >11:05:39,863 INFO kernel:[ 5.990487] [drm] Radeon Display Connectors >11:05:39,863 INFO kernel:[ 5.990553] [drm] Connector 0: >11:05:39,863 INFO kernel:[ 5.990606] [drm] VGA-1 >11:05:39,863 INFO kernel:[ 5.990654] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c >11:05:39,863 INFO kernel:[ 5.990723] [drm] Encoders: >11:05:39,863 INFO kernel:[ 5.990771] [drm] CRT1: INTERNAL_KLDSCP_DAC1 >11:05:39,863 INFO kernel:[ 5.990830] [drm] radeon: power management initialized >11:05:39,863 INFO kernel:[ 6.023936] [drm] fb mappable at 0xD0142000 >11:05:39,863 INFO kernel:[ 6.023989] [drm] vram apper at 0xD0000000 >11:05:39,863 INFO kernel:[ 6.024037] [drm] size 8294400 >11:05:39,864 INFO kernel:[ 6.024085] [drm] fb depth is 24 >11:05:39,864 INFO kernel:[ 6.024132] [drm] pitch is 7680 >11:05:39,864 INFO kernel:[ 6.024339] fbcon: radeondrmfb (fb0) is primary device >11:05:39,864 INFO kernel:[ 6.037293] Console: switching to colour frame buffer device 240x67 >11:05:39,864 INFO kernel:[ 6.045540] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device >11:05:39,864 INFO kernel:[ 6.045579] radeon 0000:01:05.0: registered panic notifier >11:05:39,864 INFO kernel:[ 6.045614] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0 >11:05:39,864 INFO kernel:[ 6.223476] Switched to clocksource tsc >11:05:39,864 INFO kernel:[ 6.463642] r8169 0000:02:00.0 p6p1: link down >11:05:39,864 INFO kernel:[ 6.463718] r8169 0000:02:00.0 p6p1: link down >11:05:39,864 INFO kernel:[ 6.463778] IPv6: ADDRCONF(NETDEV_UP): p6p1: link is not ready >11:05:39,864 NOTICE kernel:[ 6.469384] scsi 6:0:0:0: Direct-Access Verbatim 8.07 PQ: 0 ANSI: 4 >11:05:39,864 NOTICE kernel:[ 6.469612] sd 6:0:0:0: Attached scsi generic sg6 type 0 >11:05:39,864 NOTICE kernel:[ 6.471882] sd 6:0:0:0: [sdg] 3788800 512-byte logical blocks: (1.93 GB/1.80 GiB) >11:05:39,864 NOTICE kernel:[ 6.473009] sd 6:0:0:0: [sdg] Write Protect is off >11:05:39,864 DEBUG kernel:[ 6.473046] sd 6:0:0:0: [sdg] Mode Sense: 23 00 00 00 >11:05:39,864 NOTICE kernel:[ 6.474128] sd 6:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA >11:05:39,864 INFO kernel:[ 6.485787] sdg: sdg1 >11:05:39,864 NOTICE kernel:[ 6.490288] sd 6:0:0:0: [sdg] Attached SCSI removable disk >11:05:39,864 INFO kernel:[ 8.958099] r8169 0000:02:00.0 p6p1: link up >11:05:39,864 INFO kernel:[ 8.958138] IPv6: ADDRCONF(NETDEV_CHANGE): p6p1: link becomes ready >11:05:39,864 DEBUG kernel:[ 12.203111] ISO 9660 Extensions: Microsoft Joliet Level 3 >11:05:39,864 DEBUG kernel:[ 12.208748] ISO 9660 Extensions: RRIP_1991A >11:05:39,864 INFO kernel:[ 12.315429] loop: module loaded >11:05:39,864 INFO kernel:[ 12.342942] bio: create slab <bio-1> at 1 >11:05:39,864 INFO kernel:[ 12.353145] bio: create slab <bio-2> at 2 >11:05:39,864 INFO kernel:[ 13.586238] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) >11:05:39,864 DEBUG kernel:[ 14.652896] SELinux: 2048 avtab hash slots, 101316 rules. >11:05:39,864 DEBUG kernel:[ 14.664049] SELinux: 2048 avtab hash slots, 101316 rules. >11:05:39,864 DEBUG kernel:[ 14.676924] SELinux: 8 users, 83 roles, 4634 types, 265 bools, 1 sens, 1024 cats >11:05:39,864 DEBUG kernel:[ 14.676928] SELinux: 83 classes, 101316 rules >11:05:39,864 DEBUG kernel:[ 14.680982] SELinux: Completing initialization. >11:05:39,864 DEBUG kernel:[ 14.680985] SELinux: Setting up existing superblocks. >11:05:39,864 DEBUG kernel:[ 14.680992] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.680996] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.681004] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.681009] SELinux: initialized (dev proc, type proc), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.681015] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.681046] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.681744] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs >11:05:39,864 DEBUG kernel:[ 14.681747] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682423] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs >11:05:39,864 DEBUG kernel:[ 14.682428] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682431] SELinux: initialized (dev devpts, type devpts), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682448] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682453] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682458] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682467] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682818] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682820] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682827] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682945] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 14.682966] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682973] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682974] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682978] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682982] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682988] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682991] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682993] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.682996] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.683002] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.683006] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.683010] SELinux: initialized (dev sdg, type iso9660), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 14.683019] SELinux: initialized (dev loop0, type squashfs), uses xattr >11:05:39,864 DEBUG kernel:[ 14.683034] SELinux: initialized (dev dm-0, type ext4), uses xattr >11:05:39,864 NOTICE kernel:[ 14.698859] type=1403 audit(1407841537.743:2): policy loaded auid=4294967295 ses=4294967295 >11:05:39,864 DEBUG kernel:[ 15.142111] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 15.299875] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts >11:05:39,864 DEBUG kernel:[ 15.354401] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs >11:05:39,864 DEBUG kernel:[ 15.354655] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs >11:05:39,864 INFO kernel:[ 15.937738] acpi-cpufreq: overriding BIOS provided _PSD data >11:05:39,864 WARNING kernel:[ 15.968614] ACPI Warning: 0x00000b00-0x00000b07 SystemIO conflicts with Region \SOR1 1 (20130517/utaddress-251) >11:05:39,864 INFO kernel:[ 15.968621] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver >11:05:39,864 INFO kernel:[ 16.138758] microcode: CPU0: patch_level=0x010000c8 >11:05:39,864 INFO kernel:[ 16.230968] md: bind<sdc2> >11:05:39,864 INFO kernel:[ 16.235908] md: bind<sdd2> >11:05:39,864 INFO kernel:[ 16.238881] microcode: CPU1: patch_level=0x010000c8 >11:05:39,864 INFO kernel:[ 16.238948] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >11:05:39,864 INFO kernel:[ 16.246973] md: bind<sdd1> >11:05:39,864 INFO kernel:[ 16.248524] md: bind<sdb1> >11:05:39,864 INFO kernel:[ 16.250344] md: bind<sdc1> >11:05:39,864 INFO kernel:[ 16.252220] md: bind<sdb2> >11:05:39,864 INFO kernel:[ 16.259823] md: bind<sde2> >11:05:39,864 INFO kernel:[ 16.263816] md: bind<sde1> >11:05:39,864 INFO kernel:[ 16.277561] md: bind<sdf1> >11:05:39,864 INFO kernel:[ 16.289838] md/raid:md0: device sdf1 operational as raid disk 4 >11:05:39,864 INFO kernel:[ 16.289842] md/raid:md0: device sde1 operational as raid disk 3 >11:05:39,864 INFO kernel:[ 16.289843] md/raid:md0: device sdc1 operational as raid disk 1 >11:05:39,864 INFO kernel:[ 16.289845] md/raid:md0: device sdb1 operational as raid disk 0 >11:05:39,864 INFO kernel:[ 16.289846] md/raid:md0: device sdd1 operational as raid disk 2 >11:05:39,864 INFO kernel:[ 16.290155] md/raid:md0: allocated 5294kB >11:05:39,864 INFO kernel:[ 16.292070] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2 >11:05:39,864 DEBUG kernel:[ 16.292073] RAID conf printout: >11:05:39,864 DEBUG kernel:[ 16.292074] --- level:5 rd:5 wd:5 >11:05:39,864 DEBUG kernel:[ 16.292075] disk 0, o:1, dev:sdb1 >11:05:39,864 DEBUG kernel:[ 16.292076] disk 1, o:1, dev:sdc1 >11:05:39,864 DEBUG kernel:[ 16.292077] disk 2, o:1, dev:sdd1 >11:05:39,864 DEBUG kernel:[ 16.292079] disk 3, o:1, dev:sde1 >11:05:39,864 DEBUG kernel:[ 16.292080] disk 4, o:1, dev:sdf1 >11:05:39,864 INFO kernel:[ 16.292178] created bitmap (8 pages) for device md0 >11:05:39,864 INFO kernel:[ 16.292535] md0: bitmap initialized from disk: read 1 pages, set 0 of 14878 bits >11:05:39,864 INFO kernel:[ 16.332661] md0: detected capacity change from 0 to 3993782714368 >11:05:39,864 INFO kernel:[ 16.334124] md: bind<sdf2> >11:05:39,864 INFO kernel:[ 16.342051] md/raid:md1: device sdf2 operational as raid disk 4 >11:05:39,864 INFO kernel:[ 16.342060] md/raid:md1: device sde2 operational as raid disk 3 >11:05:39,864 INFO kernel:[ 16.342066] md/raid:md1: device sdb2 operational as raid disk 0 >11:05:39,864 INFO kernel:[ 16.342070] md/raid:md1: device sdd2 operational as raid disk 2 >11:05:39,864 INFO kernel:[ 16.342075] md/raid:md1: device sdc2 operational as raid disk 1 >11:05:39,864 INFO kernel:[ 16.342985] md/raid:md1: allocated 5294kB >11:05:39,864 INFO kernel:[ 16.343461] md/raid:md1: raid level 5 active with 5 out of 5 devices, algorithm 2 >11:05:39,864 DEBUG kernel:[ 16.343465] RAID conf printout: >11:05:39,864 DEBUG kernel:[ 16.343469] --- level:5 rd:5 wd:5 >11:05:39,864 DEBUG kernel:[ 16.343473] disk 0, o:1, dev:sdb2 >11:05:39,864 DEBUG kernel:[ 16.343477] disk 1, o:1, dev:sdc2 >11:05:39,864 DEBUG kernel:[ 16.343481] disk 2, o:1, dev:sdd2 >11:05:39,864 DEBUG kernel:[ 16.343485] disk 3, o:1, dev:sde2 >11:05:39,864 DEBUG kernel:[ 16.343489] disk 4, o:1, dev:sdf2 >11:05:39,864 INFO kernel:[ 16.344156] created bitmap (8 pages) for device md1 >11:05:39,864 INFO kernel:[ 16.345333] md1: bitmap initialized from disk: read 1 pages, set 0 of 14927 bits >11:05:39,864 NOTICE kernel:[ 16.373013] type=1400 audit(1407841539.416:3): avc: denied { create } for pid=1110 comm="systemd-tmpfile" name="tmp" scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >11:05:39,864 NOTICE kernel:[ 16.373075] type=1400 audit(1407841539.416:4): avc: denied { setattr } for pid=1110 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=82970 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >11:05:39,864 NOTICE kernel:[ 16.373108] type=1400 audit(1407841539.416:5): avc: denied { relabelfrom } for pid=1110 comm="systemd-tmpfile" name="tmp" dev="dm-0" ino=82970 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_t:s0 tclass=dir >11:05:39,864 INFO kernel:[ 16.380330] md0: unknown partition table >11:05:39,864 INFO kernel:[ 16.410186] md1: detected capacity change from 0 to 4006734725120 >11:05:39,864 INFO kernel:[ 16.449256] md1: unknown partition table >11:05:39,867 NOTICE kernel:[ 16.822639] type=1400 audit(1407841539.865:6): avc: denied { read } for pid=1129 comm="bash" name=".profile" dev="dm-0" ino=107202 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >11:05:39,867 NOTICE kernel:[ 16.822677] type=1400 audit(1407841539.865:7): avc: denied { open } for pid=1129 comm="bash" path="/root/.profile" dev="dm-0" ino=107202 scontext=system_u:system_r:getty_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file >11:05:40,616 INFO NetworkManager: <info> NetworkManager (version 0.9.9.0-20.git20131003.fc20) is starting... >11:05:40,617 INFO NetworkManager: <info> Read config: /etc/NetworkManager/NetworkManager.conf >11:05:40,617 INFO NetworkManager: <info> WEXT support is enabled >11:05:40,738 INFO kernel:[ 17.693653] cfg80211: Calling CRDA to update world regulatory domain >11:05:40,955 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' >11:05:41,107 INFO polkitd: Started polkitd version 0.112 >11:05:41,426 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.PolicyKit1' >11:05:41,488 WARNING NetworkManager: ifcfg-rh: Could not get hostname: failed to read /etc/sysconfig/network >11:05:41,490 NOTICE NetworkManager: ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1 >11:05:41,490 INFO NetworkManager: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >11:05:41,491 INFO NetworkManager: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. >11:05:41,492 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-p6p1 ... >11:05:41,496 NOTICE NetworkManager: ifcfg-rh: read connection 'System p6p1' >11:05:41,598 NOTICE NetworkManager: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... >11:05:41,602 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' >11:05:41,642 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.login1' >11:05:41,650 INFO NetworkManager: <info> monitoring kernel firmware directory '/lib/firmware'. >11:05:41,691 INFO NetworkManager: <info> WiFi hardware radio set enabled >11:05:41,697 INFO NetworkManager: <info> WiFi enabled by radio killswitch; enabled by state file >11:05:41,697 INFO NetworkManager: <info> WWAN enabled by radio killswitch; enabled by state file >11:05:41,697 INFO NetworkManager: <info> WiMAX enabled by radio killswitch; enabled by state file >11:05:41,697 INFO NetworkManager: <info> Networking is enabled by state file >11:05:41,707 INFO NetworkManager: <info> (lo): link connected >11:05:41,707 INFO NetworkManager: <info> (lo): carrier is ON >11:05:41,707 INFO NetworkManager: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1) >11:05:41,707 INFO NetworkManager: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0 >11:05:41,707 INFO NetworkManager: <info> (lo): No existing connection detected. >11:05:41,709 INFO NetworkManager: <info> (p6p1): link connected >11:05:41,710 INFO NetworkManager: <info> (p6p1): carrier is ON >11:05:41,711 INFO NetworkManager: <info> (p6p1): new Ethernet device (driver: 'r8169' ifindex: 2) >11:05:41,711 INFO NetworkManager: <info> (p6p1): exported as /org/freedesktop/NetworkManager/Devices/1 >11:05:41,711 INFO NetworkManager: <info> (p6p1): Generating connection from current device status. >11:05:41,712 INFO NetworkManager: <info> (p6p1): Using generated connection: 'p6p1' >11:05:41,712 INFO NetworkManager: <info> (p6p1): device state change: unmanaged -> unavailable (reason 'connection-assumed') [10 20 41] >11:05:41,717 INFO NetworkManager: <info> (p6p1): device state change: unavailable -> disconnected (reason 'none') [20 30 0] >11:05:41,742 WARNING NetworkManager: <warn> Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files >11:05:41,742 INFO NetworkManager: <info> Auto-activating connection 'System p6p1'. >11:05:41,742 INFO NetworkManager: <info> Activation (p6p1) starting connection 'System p6p1' >11:05:41,742 INFO NetworkManager: <info> (p6p1): device state change: disconnected -> prepare (reason 'none') [30 40 0] >11:05:41,743 INFO NetworkManager: <info> NetworkManager state is now CONNECTING >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 1 of 5 (Device Prepare) scheduled... >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 1 of 5 (Device Prepare) started... >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 2 of 5 (Device Configure) scheduled... >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 1 of 5 (Device Prepare) complete. >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 2 of 5 (Device Configure) starting... >11:05:41,743 INFO NetworkManager: <info> (p6p1): device state change: prepare -> config (reason 'none') [40 50 0] >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 2 of 5 (Device Configure) successful. >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 3 of 5 (IP Configure Start) scheduled. >11:05:41,743 INFO NetworkManager: <info> Activation (p6p1) Stage 2 of 5 (Device Configure) complete. >11:05:41,744 INFO NetworkManager: <info> Activation (p6p1) Stage 3 of 5 (IP Configure Start) started... >11:05:41,744 INFO NetworkManager: <info> (p6p1): device state change: config -> ip-config (reason 'none') [50 70 0] >11:05:41,744 INFO NetworkManager: <info> Activation (p6p1) Stage 5 of 5 (IPv4 Configure Commit) scheduled... >11:05:41,744 INFO NetworkManager: <info> Activation (p6p1) Stage 3 of 5 (IP Configure Start) complete. >11:05:41,744 INFO NetworkManager: <info> Activation (p6p1) Stage 5 of 5 (IPv4 Commit) started... >11:05:41,744 INFO NetworkManager: <info> (p6p1): device state change: ip-config -> ip-check (reason 'none') [70 80 0] >11:05:41,745 INFO NetworkManager: <info> Activation (p6p1) Stage 5 of 5 (IPv4 Commit) complete. >11:05:41,745 INFO NetworkManager: <info> (p6p1): device state change: ip-check -> secondaries (reason 'none') [80 90 0] >11:05:41,745 INFO NetworkManager: <info> (p6p1): device state change: secondaries -> activated (reason 'none') [90 100 0] >11:05:41,745 INFO NetworkManager: <info> NetworkManager state is now CONNECTED_GLOBAL >11:05:41,746 INFO NetworkManager: <info> Policy set 'System p6p1' (p6p1) as default for IPv4 routing and DNS. >11:05:41,746 INFO NetworkManager: <info> Activation (p6p1) successful, device activated. >11:05:41,748 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' >11:05:41,748 INFO NetworkManager: <info> startup complete >11:05:41,766 INFO NetworkManager: <info> Setting system hostname to 'ws129.hanzlici.cz' (from address lookup) >11:05:41,800 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' >11:05:47,372 NOTICE kernel:[ 24.331183] type=1400 audit(1407841547.370:8): avc: denied { read write } for pid=1213 comm="auditd" path="/dev/mapper/control" dev="devtmpfs" ino=1166 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >11:05:48,036 NOTICE kernel:[ 24.995631] type=1400 audit(1407841548.034:9): avc: denied { read write } for pid=1245 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:48,039 NOTICE kernel:[ 24.998330] type=1400 audit(1407841548.037:10): avc: denied { open } for pid=1245 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:48,039 NOTICE kernel:[ 24.998375] type=1400 audit(1407841548.037:11): avc: denied { ioctl } for pid=1245 comm="loadkeys" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:loadkeys_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:48,149 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' >11:05:48,167 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.locale1' >11:05:49,875 NOTICE kernel:[ 26.833407] type=1400 audit(1407841549.871:12): avc: denied { open } for pid=1138 comm="in:imfile" path="/tmp/X.log" dev="tmpfs" ino=18061 scontext=system_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file >11:05:50,268 NOTICE kernel:[ 27.228837] type=1400 audit(1407841550.266:13): avc: denied { read write } for pid=1261 comm="dbus-daemon" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:51,704 NOTICE NetworkManager: ifcfg-rh: updating /etc/sysconfig/network-scripts/ifcfg-p6p1 >11:05:51,742 NOTICE kernel:[ 28.703307] type=1400 audit(1407841551.740:14): avc: denied { read write } for pid=1279 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:51,742 NOTICE kernel:[ 28.703863] type=1400 audit(1407841551.740:15): avc: denied { read write } for pid=1279 comm="hwclock" path="/dev/mapper/control" dev="devtmpfs" ino=1166 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:lvm_control_t:s0 tclass=chr_file >11:05:53,002 NOTICE kernel:[ 29.550659] type=1400 audit(1407841553.000:16): avc: denied { ioctl } for pid=1279 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:53,002 NOTICE kernel:[ 29.550697] type=1400 audit(1407841553.000:17): avc: denied { getattr } for pid=1279 comm="hwclock" path="/dev/pts/0" dev="devpts" ino=3 scontext=system_u:system_r:hwclock_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file >11:05:53,088 INFO chronyd: chronyd version 1.29 starting >11:05:53,089 INFO chronyd: Linux kernel major=3 minor=11 patch=10 >11:05:53,089 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 >11:05:53,109 INFO chronyd: Generated key 1 >11:05:56,443 NOTICE dbus: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' >11:05:56,457 NOTICE dbus: [system] Successfully activated service 'org.freedesktop.hostname1' >11:05:57,452 INFO chronyd: Selected source 37.157.199.158 >11:05:57,589 INFO kernel:[ 34.141817] bio: create slab <bio-3> at 3 >11:05:57,592 INFO kernel:[ 34.143121] Btrfs loaded >11:05:57,722 INFO kernel:[ 34.273201] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled > > >/run/install/ks.cfg: >#version=20 >install > ># System authorization information >auth --enableshadow --passalgo=sha512 > ># Use NFS installation media (od F19 by mely fungovat volby '$releasever' a '$basearch' ># (za $releasever se dosadi napr. '20' a za $basearch 'i386' n. 'x86_64'). ALE NE TADY: >#nfs --server=192.168.1.22 --dir=/mnt/ARCHIV/dist/RH/fedora/$releasever/$basearch/os >nfs --server=192.168.1.22 --dir=/mnt/ARCHIV/dist/RH/fedora/20/i386/os >#nfs --server=ws22: --dir=/mnt/ARCHIV/dist/RH/fedora/20/x86_64/os --opts="nolock" ># Use CDROM installation media >#cdrom > ># Run the Setup Agent on first boot >firstboot --enable > ># Keyboard layouts >#keyboard --vckeymap=cz-lat2-prog --xlayouts='us','cz' --switch='grp:alt_shift_toggle' >keyboard --vckeymap=us --xlayouts='us','cz (qwerty)' --switch='grp:alt_shift_toggle' > ># System language >lang en_US.UTF-8 --addsupport=cs_CZ.UTF-8 >#lang cs_CZ.UTF-8 --addsupport=en_US.UTF-8 > ># IP behem instalace (+ maska, DNS a GW if nechci behem instalace DHCP): >#ip=dhcp >#netmask=255.255.255.0 >#gateway=192.168.1.254 >#dns=192.168.1.254 >#noipv6 > ># Network information ># nemohu mit '--device=eth0', protoze po startu mam ne eth0, ale treba 'p4p2' (i kdyz dam 'net.ifcnames=0' kernelu). A '--biosdevname=0' ># anakonda nezna (ac by podle Inst Guide mela) a krachne >network --onboot=yes --noipv6 --bootproto=static --gateway=192.168.1.254 --ip=192.168.1.250 --nameserver=192.168.1.254 --netmask=255.255.255.0 --hostname=nas.zamecek.home ># druhy 'network ...' davat nebudu, kdyz nevim device: >#network --onboot=yes --device=eth1 --noipv6 --bootproto=static --ip=192.168.0.250 --netmask=255.255.255.0 > ># System timezone >timezone Europe/Prague --isUtc --ntpservers=0.cz.pool.ntp.org,1.cz.pool.ntp.org,2.cz.pool.ntp.org > ># Root password >rootpw --iscrypted $6$QtELgZ3Gc5uuy.oH$OrTCnlHs/MqIjreUTOoa.8lWXgmeYzZV0mMiGuwsNc6sZhrE0YWpdQJJrrI4wqaQCuqspFykK.2T6oYmQt4xN/ >user --name=hanzlik --password=$6$0qhwyi/qEzQv9eaB$bb0h3fr9KCKSDbXNBLASSpI2hg8FSMqDUN4w46PcIfTlDlloMG3H0zlTJrRPyCklsZ/q/M4XB8KvWShU5eJfe/ --iscrypted --gecos="Franta Hanzlik" > ># X Window System configuration information >xconfig --startxonboot --defaultdesktop=MATE > ># System bootloader configuration >#bootloader --location=mbr --boot-drive=sda --timeout=8 --append="disable ipv6.disable=1 net.ifnames=0 systemd.log_target=syslog-or-kmsg acpi_enforce_resources=lax" >bootloader --location=mbr --boot-drive=sda >bootloader --location=mbr --boot-drive=sdb > ># Partition clearing information >#clearpart --none --initlabel > >#selinux --enforcing >selinux --permissive > >firewall --trust=ethe0 --service=ssh --port=22221:tcp > ># Disk partitioning information >#part /home --fstype="ext4" --onpart=sda3 --label=homik >#part / --fstype="ext4" --onpart=sda2 --label=f19 >#part /mnt/zalohy --fstype="ext4" --onpart=sda4 --label=zalohy >#part swap --fstype="swap" --onpart=sda1 > ># Tohle nefunguje: >#repo --name="mupdates" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/updates --cost=1000 >#repo --name="rff" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-free --cost=1000 >#repo --name="rffu" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-free-updates --cost=1000 >#repo --name="rfnf" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-nonfree --cost=1000 >#repo --name="rfnfu" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/rpmfusion-nonfree-updates --cost=1000 >#repo --name="moje" --baseurl=http://192.168.1.22/fedoralinux/$releasever/$basearch/moje --cost=1000 > >repo --name="mupdates" --baseurl=http://192.168.1.22/fedoralinux/20/i386/updates --cost=1000 >repo --name="rff" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free --cost=1000 >repo --name="rffu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-free-updates --cost=1000 >repo --name="rfnf" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree --cost=1000 >repo --name="rfnfu" --baseurl=http://192.168.1.22/fedoralinux/20/i386/rpmfusion-nonfree-updates --cost=1000 >repo --name="moje" --baseurl=http://192.168.1.22/fedoralinux/20/i386/moje --cost=1000 > ># Core a Base jsou vzdy defaultne vybrany >%packages >@admin-tools >@base-x >@basic-desktop >@dial-up >@directory-server >@dns-server >@editors ># Tohle zavlece 'R' a spoustu balastu (-devel knihovny, gcc atd.): >#@engineering-and-scientific >@firefox >#@fonts >@ftp-server >@graphical-internet >#@graphics >@guest-agents >@hardware-support >#@java >@legacy-network-server >@legacy-software-support >#@libreoffice >@mate-desktop >@mongodb >#@multimedia >@mysql >@network-server >#@office >@php >@printing >@server-cfg >@smb-server >#@sound-and-video >@sql-server >@standard >@system-tools >@text-internet >@virtualization >@web-server > ># Tohle nefunguje (zajimave je, ze se to rozvine na "GET /ks/%24releasever/_must-be HTTP/1.1" 404 221 "-" "urlgrabber/3.9.1"): ># (ale %24 je asi '$') >#%include http://192.168.1.22/ks/$releasever/_must-be >#%include http://192.168.1.22/ks/$releasever/_must-not-be >#%include http://192.168.1.22/ks/$releasever/_mate >#%include http://192.168.1.22/ks/$releasever/_pro-zaloha_cfg ># tohle je OK: >%include http://192.168.1.22/ks/20/_must-be >%include http://192.168.1.22/ks/20/_must-not-be >%include http://192.168.1.22/ks/20/_mate >%include http://192.168.1.22/ks/20/_pro-zaloha_cfg > >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1129239
: 926040 |
926041
|
926042
|
926043
|
926044
|
926045
|
926046
|
926047
|
926048
|
926049
|
926050