All of lore.kernel.org
 help / color / mirror / Atom feed
* XFS issue xfs goes offline with various messages drive not recoverable without reboot
@ 2014-09-25  7:30 Simon Dray
  2014-09-25  8:12 ` Dave Chinner
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Dray @ 2014-09-25  7:30 UTC (permalink / raw)
  To: xfs


[-- Attachment #1.1: Type: text/plain, Size: 2860 bytes --]

Dear Sirs

I wonder if you can help with an issue we see re-occuring on a regular basis with one of our HP systems which uses a HP 420 Raid controller

Action taken

We first saw the following:
[root@ content]# ls
ls: cannot open directory .: Input/output error


[root@ /]# ls -ltr
ls: cannot access content
total 358
d?????????? ? ? ? ? ? content
drwxr-xr-x. 2 root root 4096 Jun 28 2011 srv
drwxr-xr-x. 2 root root 4096 Jun 28 2011 media
drwxr-xr-x. 2 root root 4096 Feb 22 2012 cgroup
drwx------. 2 root root 16384 Jul 21 2012 lost+found
drwxr-xr-x. 2 root root 4096 Jul 21 2012 selinux

We try to run:
[root@ /]# xfs_check /dev/md0
xfs_check: /dev/md0 contains a mounted and writable filesystem
fatal error -- couldn't initialize XFS library
We also tried to umount the /dev/md0 before runniing xfs_check but no luck. We received the error: device is in use

We use xfs for one of our large raid file systems and we are seeing the xfs filesystem go offline with the following messages in dmesg

messages-20140921:Sep 18 23:01: kernel: XFS (md0): Device md0: metadata write error block 0x5e28623d8
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): I/O error occurred: meta-data dev md0 block 0x445cccc40 ("xlog_iodone") error 5 buf count 32768
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_do_force_shutdown(0x2) called from line 891 of file fs/xfs/xfs_log.c. Return address = 0xffffffffa2c428dc
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Log I/O Error Detected. Shutting down filesystem
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Please umount the filesystem and rectify the problem(s)
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_imap_to_bp: xfs_trans_read_buf() returned error 5.
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_iunlink_remove: xfs_itobp() returned error 5.
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): I/O error occurred: meta-data dev md0 block 0x445cccc80 ("xlog_iodone") error 5 buf count 32768
messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_do_force_shutdown(0x2) called from line 891 of file fs/xfs/xfs_log.c. Return address = 0xffffffffa2c428dc

XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.

In all occurrences the only way to recover from this is to reboot the system and allow xfs_repair to run during boot this clears the issue until next time

We have checked the RAID health and nothing seems to be amiss, if you could help with this it would be much appreciated


Best regards Simon


Simon Dray *

p: +44.1223 716.400
p: +44.1223 716.476
e: sdray@espial.com

1st Floor, 335 Cambridge Science Park, Milton Road, Cambridge, Cambridgeshire, CB4 0WN, United Kingdom.

Understanding is a three-edged sword


[-- Attachment #1.2: Type: text/html, Size: 7347 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-09-25  7:30 XFS issue xfs goes offline with various messages drive not recoverable without reboot Simon Dray
@ 2014-09-25  8:12 ` Dave Chinner
  2014-10-02 11:05   ` Simon Dray
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Chinner @ 2014-09-25  8:12 UTC (permalink / raw)
  To: Simon Dray; +Cc: xfs

On Thu, Sep 25, 2014 at 07:30:23AM +0000, Simon Dray wrote:
> Dear Sirs
> 
> I wonder if you can help with an issue we see re-occuring on a regular basis with one of our HP systems which uses a HP 420 Raid controller

tl;dr: more information is needed about your system to make sense of
the problem. See here:

http://xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_problem.3F

> Action taken
> 
> We first saw the following:
> [root@ content]# ls
> ls: cannot open directory .: Input/output error

The filesystem has shut down due to a fatal error.

> We try to run:
> [root@ /]# xfs_check /dev/md0
> xfs_check: /dev/md0 contains a mounted and writable filesystem
> fatal error -- couldn't initialize XFS library

FYI, xfs_check was deprecated a quite a while ago. It no longer
exists in current releases....

> We also tried to umount the /dev/md0 before runniing xfs_check but no luck. We received the error: device is in use

That can happen if the storage has gone bad and IOs have been lost.

> We use xfs for one of our large raid file systems and we are seeing the xfs filesystem go offline with the following messages in dmesg
> 
> messages-20140921:Sep 18 23:01: kernel: XFS (md0): Device md0: metadata write error block 0x5e28623d8

What messages occurred before this? Something reported an IO error
back to XFS, and so that something should have logged an error
message...

> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): I/O error occurred: meta-data dev md0 block 0x445cccc40 ("xlog_iodone") error 5 buf count 32768
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_do_force_shutdown(0x2) called from line 891 of file fs/xfs/xfs_log.c. Return address = 0xffffffffa2c428dc
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Log I/O Error Detected. Shutting down filesystem
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Please umount the filesystem and rectify the problem(s)
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_imap_to_bp: xfs_trans_read_buf() returned error 5.
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_iunlink_remove: xfs_itobp() returned error 5.

Yup, kernel code is at least 2 years old, because we removed
xfs_itobp in mid 2012... ;)

> In all occurrences the only way to recover from this is to reboot
> the system and allow xfs_repair to run during boot this clears the
> issue until next time
> 
> We have checked the RAID health and nothing seems to be amiss, if
> you could help with this it would be much appreciated

That's par for the course when hardware raid goes AWOL - they almost
never report that they had a problem when they hang (e.g. firmware
crashes so can't log an event to say it crashed).

But really, more information about your system and more complete
logs are needed to be able to make any progress triaging the
problem.

Cheers,

Dave.
-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-09-25  8:12 ` Dave Chinner
@ 2014-10-02 11:05   ` Simon Dray
  2014-10-02 15:37     ` Eric Sandeen
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Dray @ 2014-10-02 11:05 UTC (permalink / raw)
  To: Dave Chinner; +Cc: xfs

[-- Attachment #1: Type: text/plain, Size: 3549 bytes --]

Dave Hi

Not sure if I should send this to you direct or not, I now have further information on the issue as per the reporting xfs issues page

I would appreciate any insight you can give on the issue, I believe it to a hardware issue but need confirmation either way


Best regards Simon

-----Original Message-----
From: Dave Chinner [mailto:david@fromorbit.com] 
Sent: 25 September 2014 09:13
To: Simon Dray
Cc: xfs@oss.sgi.com
Subject: Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot

On Thu, Sep 25, 2014 at 07:30:23AM +0000, Simon Dray wrote:
> Dear Sirs
> 
> I wonder if you can help with an issue we see re-occuring on a regular 
> basis with one of our HP systems which uses a HP 420 Raid controller

tl;dr: more information is needed about your system to make sense of the problem. See here:

http://xfs.org/index.php/XFS_FAQ#Q:_What_information_should_I_include_when_reporting_a_problem.3F

> Action taken
> 
> We first saw the following:
> [root@ content]# ls
> ls: cannot open directory .: Input/output error

The filesystem has shut down due to a fatal error.

> We try to run:
> [root@ /]# xfs_check /dev/md0
> xfs_check: /dev/md0 contains a mounted and writable filesystem fatal 
> error -- couldn't initialize XFS library

FYI, xfs_check was deprecated a quite a while ago. It no longer exists in current releases....

> We also tried to umount the /dev/md0 before runniing xfs_check but no 
> luck. We received the error: device is in use

That can happen if the storage has gone bad and IOs have been lost.

> We use xfs for one of our large raid file systems and we are seeing 
> the xfs filesystem go offline with the following messages in dmesg
> 
> messages-20140921:Sep 18 23:01: kernel: XFS (md0): Device md0: 
> metadata write error block 0x5e28623d8

What messages occurred before this? Something reported an IO error back to XFS, and so that something should have logged an error message...

> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): I/O error 
> occurred: meta-data dev md0 block 0x445cccc40 ("xlog_iodone") error 5 
> buf count 32768 messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): 
> xfs_do_force_shutdown(0x2) called from line 891 of file 
> fs/xfs/xfs_log.c. Return address = 0xffffffffa2c428dc messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Log I/O Error Detected. Shutting down filesystem messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): Please umount the filesystem and rectify the problem(s) messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_imap_to_bp: xfs_trans_read_buf() returned error 5.
> messages-20140921:Sep 18 23:01:04 kernel: XFS (md0): xfs_iunlink_remove: xfs_itobp() returned error 5.

Yup, kernel code is at least 2 years old, because we removed xfs_itobp in mid 2012... ;)

> In all occurrences the only way to recover from this is to reboot the 
> system and allow xfs_repair to run during boot this clears the issue 
> until next time
> 
> We have checked the RAID health and nothing seems to be amiss, if you 
> could help with this it would be much appreciated

That's par for the course when hardware raid goes AWOL - they almost never report that they had a problem when they hang (e.g. firmware crashes so can't log an event to say it crashed).

But really, more information about your system and more complete logs are needed to be able to make any progress triaging the problem.

Cheers,

Dave.
--
Dave Chinner
david@fromorbit.com

[-- Attachment #2: logs.txt --]
[-- Type: text/plain, Size: 272481 bytes --]


- contents of /proc/meminfo
MemTotal:       49372936 kB
MemFree:         4159780 kB
Buffers:          324276 kB
Cached:         15141748 kB
SwapCached:            0 kB
Active:         13060596 kB
Inactive:        4290780 kB
Active(anon):    1948488 kB
Inactive(anon):        8 kB
Active(file):   11112108 kB
Inactive(file):  4290772 kB
Unevictable:      187860 kB
Mlocked:          110188 kB
SwapTotal:       4300792 kB
SwapFree:        4300792 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       2124104 kB
Mapped:            80344 kB
Shmem:               240 kB
Slab:            2024924 kB
SReclaimable:    1469592 kB
SUnreclaim:       555332 kB
KernelStack:       10600 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    16488316 kB
Committed_AS:    1571604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      397336 kB
VmallocChunk:   34316883696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1118208 kB
HugePages_Total:   12206
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       10100 kB
DirectMap2M:     4132864 kB
DirectMap1G:    46137344 kB


- contents of /proc/mounts
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,relatime,size=24676140k,nr_inodes=6169035,mode=755 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
/dev/sda2 / ext4 rw,relatime,barrier=1,stripe=896,data=ordered 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,relatime 0 0
/dev/sda1 /boot ext4 rw,relatime,barrier=1,stripe=3584,data=ordered 0 0
/dev/sda4 /usr ext4 rw,relatime,barrier=1,stripe=896,data=ordered 0 0
/dev/md0 /content xfs rw,noatime,attr2,delaylog,sunit=7168,swidth=7168,noquota 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
/etc/auto.misc /misc autofs rw,relatime,fd=7,pgrp=4554,timeout=300,minproto=5,maxproto=5,indirect 0 0
-hosts /net autofs rw,relatime,fd=13,pgrp=4554,timeout=300,minproto=5,maxproto=5,indirect 0 0


- contents of /proc/partitions
major minor  #blocks  name

   8       16   37748160 sdb
   8       32   37748160 sdc
   8       48 6115630360 sdd
   8       64 6115630360 sde
   8       80 6115630360 sdf
   8        0   37748160 sda
   8        1     261632 sda1
   8        2    8601600 sda2
   8        3    4300800 sda3
   8        4   24579072 sda4
   9        0 18346879488 md0

- xfs_info output on the filesystem in question
[root@ ~]#  xfs_info /content/
xfs_info: /content/ is not a mounted XFS filesystem
[root@ ~]# ls /content
ls: cannot access /content
[root@ ~]# mount
/dev/sda2 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/sda1 on /boot type ext4 (rw)
/dev/sda4 on /usr type ext4 (rw)
/dev/md0 on /content type xfs (rw,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)


-dmesg
[root@ ~]# dmesg
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-279.el6.x86_64 (root@build6.kasenna.wan) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Wed Mar 20 06:36:31 PDT 2013
Command line: ro root=UUID=2a59e0c6-7c6a-45b4-973e-28e1837357a9 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet exclude_cpus=31,27,23,19,29,25,21,17 hugepages=12206
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
 BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bddde000 (usable)
 BIOS-e820: 00000000bddde000 - 00000000bde0e000 (ACPI data)
 BIOS-e820: 00000000bde0e000 - 00000000d0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fee10000 (reserved)
 BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000c3efff000 (usable)
DMI 2.7 present.
SMBIOS version 2.7 @ 0xF4F20
DMI: HP ProLiant DL385p Gen8, BIOS A28 12/08/2012
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0xc3efff max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-FFFFF write-back
MTRR variable ranges enabled:
  0 base 000000000000 mask FFFF80000000 write-back
  1 base 000080000000 mask FFFFC0000000 write-back
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
TOM2: 0000000c3f000000 aka 50160M
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xbddde max_arch_pfn = 0x400000000
initial memory mapped : 0 - 20000000
Using GB pages for direct mapping
init_memory_mapping: 0000000000000000-00000000bddde000
 0000000000 - 0080000000 page 1G
 0080000000 - 00bdc00000 page 2M
 00bdc00000 - 00bddde000 page 4k
kernel direct mapping tables up to bddde000 @ 8000-b000
init_memory_mapping: 0000000100000000-0000000c3efff000
 0100000000 - 0c00000000 page 1G
 0c00000000 - 0c3ee00000 page 2M
 0c3ee00000 - 0c3efff000 page 4k
kernel direct mapping tables up to c3efff000 @ a000-d000
RAMDISK: 36fa3000 - 37fef24f
ACPI: RSDP 00000000000f4ee0 00024 (v02 HP    )
ACPI: XSDT 00000000bdde1880 000D4 (v01 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: FACP 00000000bdde1980 000F4 (v03 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: DSDT 00000000bdde1a80 0D2F7 (v01 HP         DSDT 00000001 INTL 20061109)
ACPI: FACS 00000000bddde140 00040
ACPI: SPCR 00000000bddde180 00050 (v01 HP     SPCRRBSU 00000001   Ò? 0000162E)
ACPI: MCFG 00000000bddde200 0003C (v01 HP     ProLiant 00000001      00000000)
ACPI: HPET 00000000bddde240 00038 (v01 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: SPMI 00000000bddde280 00040 (v05 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: ERST 00000000bddde2c0 00230 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: APIC 00000000bddde500 0016A (v01 HP     ProLiant 00000002      00000000)
ACPI: SRAT 00000000bddde800 00320 (v02 AMD    AGESA    00000001 AMD  00000001)
ACPI: FFFF 00000000bdddf000 00176 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: BERT 00000000bdddf180 00030 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: HEST 00000000bdddf1c0 0018C (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: FFFF 00000000bdddf380 00064 (v02 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: SLIT 00000000bdddf400 0003C (v01 AMD    AGESA    00000001 AMD  00000001)
ACPI: PCCT 00000000bdde1800 0006E (v01 HP     Proliant 00000001   PH 0000504D)
ACPI: IVRS 00000000bdddf800 001C8 (v01  AMD     RD890S 00202031 AMD  00000000)
ACPI: SSDT 00000000bddeed80 00125 (v03     HP  CRSPCI0 00000002   HP 00000001)
ACPI: SSDT 00000000bddeeec0 0BF06 (v03 HP      pci1cmn 00000002 INTL 20120503)
ACPI: SSDT 00000000bddfae00 00076 (v03     HP  CRSPCI1 00000002   HP 00000001)
ACPI: SSDT 00000000bddfae80 00701 (v01     HP      pcc 00000001 INTL 20120503)
ACPI: SSDT 00000000bddfb5c0 00377 (v01     HP     pmab 00000001 INTL 20120503)
ACPI: SSDT 00000000bddfb940 05524 (v01     HP     pcc2 00000001 INTL 20120503)
ACPI: SSDT 00000000bde00e80 00BA4 (v02 AMD    POWERNOW 00000001 AMD  00000001)
ACPI: Local APIC address 0xfee00000
SRAT: PXM 0 -> APIC 32 -> Node 0
SRAT: PXM 0 -> APIC 33 -> Node 0
SRAT: PXM 0 -> APIC 34 -> Node 0
SRAT: PXM 0 -> APIC 35 -> Node 0
SRAT: PXM 0 -> APIC 36 -> Node 0
SRAT: PXM 0 -> APIC 37 -> Node 0
SRAT: PXM 0 -> APIC 38 -> Node 0
SRAT: PXM 0 -> APIC 39 -> Node 0
SRAT: PXM 1 -> APIC 40 -> Node 1
SRAT: PXM 1 -> APIC 41 -> Node 1
SRAT: PXM 1 -> APIC 42 -> Node 1
SRAT: PXM 1 -> APIC 43 -> Node 1
SRAT: PXM 1 -> APIC 44 -> Node 1
SRAT: PXM 1 -> APIC 45 -> Node 1
SRAT: PXM 1 -> APIC 46 -> Node 1
SRAT: PXM 1 -> APIC 47 -> Node 1
SRAT: PXM 2 -> APIC 64 -> Node 2
SRAT: PXM 2 -> APIC 65 -> Node 2
SRAT: PXM 2 -> APIC 66 -> Node 2
SRAT: PXM 2 -> APIC 67 -> Node 2
SRAT: PXM 2 -> APIC 68 -> Node 2
SRAT: PXM 2 -> APIC 69 -> Node 2
SRAT: PXM 2 -> APIC 70 -> Node 2
SRAT: PXM 2 -> APIC 71 -> Node 2
SRAT: PXM 3 -> APIC 72 -> Node 3
SRAT: PXM 3 -> APIC 73 -> Node 3
SRAT: PXM 3 -> APIC 74 -> Node 3
SRAT: PXM 3 -> APIC 75 -> Node 3
SRAT: PXM 3 -> APIC 76 -> Node 3
SRAT: PXM 3 -> APIC 77 -> Node 3
SRAT: PXM 3 -> APIC 78 -> Node 3
SRAT: PXM 3 -> APIC 79 -> Node 3
SRAT: Node 0 PXM 0 0-a0000
SRAT: Node 0 PXM 0 100000-c0000000
SRAT: Node 0 PXM 0 100000000-440000000
SRAT: Node 1 PXM 1 440000000-640000000
SRAT: Node 2 PXM 2 640000000-a40000000
SRAT: Node 3 PXM 3 a40000000-c3f000000
NUMA: Allocated memnodemap from c000 - 24800
NUMA: Using 20 for the hash shift.
Bootmem setup node 0 0000000000000000-0000000440000000
  NODE_DATA [0000000000024800 - 00000000000587ff]
  bootmap [0000000000100000 -  0000000000187fff] pages 88
(10 early reservations) ==> bootmem [0000000000 - 0440000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 0002012224]    TEXT DATA BSS ==> [0001000000 - 0002012224]
  #3 [0036fa3000 - 0037fef24f]          RAMDISK ==> [0036fa3000 - 0037fef24f]
  #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
  #5 [0002013000 - 00020133f3]              BRK ==> [0002013000 - 00020133f3]
  #6 [0000008000 - 000000a000]          PGTABLE ==> [0000008000 - 000000a000]
  #7 [000000a000 - 000000c000]          PGTABLE ==> [000000a000 - 000000c000]
  #8 [0000001000 - 000000103c]        ACPI SLIT ==> [0000001000 - 000000103c]
  #9 [000000c000 - 0000024800]       MEMNODEMAP ==> [000000c000 - 0000024800]
Bootmem setup node 1 0000000440000000-0000000640000000
  NODE_DATA [0000000440000040 - 000000044003403f]
  bootmap [0000000440035000 -  0000000440074fff] pages 40
(10 early reservations) ==> bootmem [0440000000 - 0640000000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0001000000 - 0002012224]    TEXT DATA BSS
  #3 [0036fa3000 - 0037fef24f]          RAMDISK
  #4 [000009f400 - 0000100000]    BIOS reserved
  #5 [0002013000 - 00020133f3]              BRK
  #6 [0000008000 - 000000a000]          PGTABLE
  #7 [000000a000 - 000000c000]          PGTABLE
  #8 [0000001000 - 000000103c]        ACPI SLIT
  #9 [000000c000 - 0000024800]       MEMNODEMAP
Bootmem setup node 2 0000000640000000-0000000a40000000
  NODE_DATA [0000000640000080 - 000000064003407f]
  bootmap [0000000640035000 -  00000006400b4fff] pages 80
(10 early reservations) ==> bootmem [0640000000 - 0a40000000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0001000000 - 0002012224]    TEXT DATA BSS
  #3 [0036fa3000 - 0037fef24f]          RAMDISK
  #4 [000009f400 - 0000100000]    BIOS reserved
  #5 [0002013000 - 00020133f3]              BRK
  #6 [0000008000 - 000000a000]          PGTABLE
  #7 [000000a000 - 000000c000]          PGTABLE
  #8 [0000001000 - 000000103c]        ACPI SLIT
  #9 [000000c000 - 0000024800]       MEMNODEMAP
Bootmem setup node 3 0000000a40000000-0000000c3efff000
  NODE_DATA [0000000a400000c0 - 0000000a400340bf]
  bootmap [0000000a40035000 -  0000000a40074dff] pages 40
(10 early reservations) ==> bootmem [0a40000000 - 0c3efff000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0001000000 - 0002012224]    TEXT DATA BSS
  #3 [0036fa3000 - 0037fef24f]          RAMDISK
  #4 [000009f400 - 0000100000]    BIOS reserved
  #5 [0002013000 - 00020133f3]              BRK
  #6 [0000008000 - 000000a000]          PGTABLE
  #7 [000000a000 - 000000c000]          PGTABLE
  #8 [0000001000 - 000000103c]        ACPI SLIT
  #9 [000000c000 - 0000024800]       MEMNODEMAP
found SMP MP-table at [ffff8800000f4f60] f4f60
Reserving 132MB of memory at 48MB for crashkernel (System RAM: 50159MB)
 [ffffea0000000000-ffffea000edfffff] PMD -> [ffff880028600000-ffff8800365fffff] on node 0
 [ffffea000ee00000-ffffea0015dfffff] PMD -> [ffff880440200000-ffff8804471fffff] on node 1
 [ffffea0015e00000-ffffea0023dfffff] PMD -> [ffff880640200000-ffff88064e1fffff] on node 2
 [ffffea0023e00000-ffffea002adfffff] PMD -> [ffff880a40200000-ffff880a471fffff] on node 3
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00c3efff
Movable zone start PFN for each node
early_node_map[6] active PFN ranges
    0: 0x00000001 -> 0x0000009f
    0: 0x00000100 -> 0x000bddde
    0: 0x00100000 -> 0x00440000
    1: 0x00440000 -> 0x00640000
    2: 0x00640000 -> 0x00a40000
    3: 0x00a40000 -> 0x00c3efff
On node 0 totalpages: 4185468
  DMA zone: 56 pages used for memmap
  DMA zone: 127 pages reserved
  DMA zone: 3815 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 759318 pages, LIFO batch:31
  Normal zone: 46592 pages used for memmap
  Normal zone: 3361280 pages, LIFO batch:31
On node 1 totalpages: 2097152
  Normal zone: 28672 pages used for memmap
  Normal zone: 2068480 pages, LIFO batch:31
On node 2 totalpages: 4194304
  Normal zone: 57344 pages used for memmap
  Normal zone: 4136960 pages, LIFO batch:31
On node 3 totalpages: 2093055
  Normal zone: 28616 pages used for memmap
  Normal zone: 2064439 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x920
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x20] enabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x40] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x21] enabled)
ACPI: LAPIC (acpi_id[0x11] lapic_id[0x41] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x22] enabled)
ACPI: LAPIC (acpi_id[0x12] lapic_id[0x42] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x23] enabled)
ACPI: LAPIC (acpi_id[0x13] lapic_id[0x43] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x24] enabled)
ACPI: LAPIC (acpi_id[0x14] lapic_id[0x44] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x25] enabled)
ACPI: LAPIC (acpi_id[0x15] lapic_id[0x45] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x26] enabled)
ACPI: LAPIC (acpi_id[0x16] lapic_id[0x46] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x27] enabled)
ACPI: LAPIC (acpi_id[0x17] lapic_id[0x47] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x28] enabled)
ACPI: LAPIC (acpi_id[0x18] lapic_id[0x48] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x29] enabled)
ACPI: LAPIC (acpi_id[0x19] lapic_id[0x49] enabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x2a] enabled)
ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x4a] enabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x2b] enabled)
ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x4b] enabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x2c] enabled)
ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x4c] enabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x2d] enabled)
ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x4d] enabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x2e] enabled)
ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x4e] enabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x2f] enabled)
ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x4f] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x09] address[0xfaffc000] gsi_base[24])
IOAPIC[1]: apic_id 9, version 33, address 0xfaffc000, GSI 24-55
ACPI: IOAPIC (id[0x0a] address[0xfd7fc000] gsi_base[56])
IOAPIC[2]: apic_id 10, version 33, address 0xfd7fc000, GSI 56-87
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x1166a201 base: 0xfed00000
SMP: Allowing 32 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 88
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
PM: Registered nosave memory: 00000000bddde000 - 00000000bde0e000
PM: Registered nosave memory: 00000000bde0e000 - 00000000d0000000
PM: Registered nosave memory: 00000000d0000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fee10000
PM: Registered nosave memory: 00000000fee10000 - 00000000ff800000
PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
Allocating PCI resources starting at d0000000 (gap: d0000000:2ec00000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:4096 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:4
PERCPU: Embedded 31 pages/cpu @ffff880028200000 s94424 r8192 d24360 u262144
pcpu-alloc: s94424 r8192 d24360 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 02 04 06 08 10 12 14 [1] 01 03 05 07 09 11 13 15
pcpu-alloc: [2] 16 18 20 22 24 26 28 30 [3] 17 19 21 23 25 27 29 31
Built 4 zonelists in Zone order, mobility grouping on.  Total pages: 12394292
Policy zone: Normal
Kernel command line: ro root=UUID=2a59e0c6-7c6a-45b4-973e-28e1837357a9 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=132M@0M  KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet exclude_cpus=31,27,23,19,29,25,21,17 hugepages=12206
PID hash table entries: 4096 (order: 3, 32768 bytes)
xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Checking aperture...
No AGP bridge found
Node 0: aperture @ 20000000 size 32 MB
Aperture pointing to e820 RAM. Ignoring.
Your BIOS doesn't leave a aperture memory hole
Please enable the IOMMU option in the BIOS setup
This costs you 64 MB of RAM
Mapping aperture over 65536 KB of RAM @ 20000000
PM: Registered nosave memory: 0000000020000000 - 0000000024000000
AMD-Vi disabled by default: pass amd_iommu=on to enable
Memory: 49352284k/51363836k available (5155k kernel code, 1083920k absent, 927632k reserved, 7164k data, 1260k init)
Hierarchical RCU implementation.
NR_IRQS:33024 nr_irqs:1752
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 402653184 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2094.854 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 4189.70 BogoMIPS (lpj=2094854)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
Initializing cgroup subsys perf_event
Initializing cgroup subsys net_prio
tseg: 00be000000
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 7 MCE banks
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 21041 entries in 83 pages
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: AMD Opteron(TM) Processor 6272                  stepping 02
Performance Events: Broken BIOS detected, complain to your hardware vendor.
[Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR c0010202 is 430076)
AMD Family 15h PMU driver.
... version:                0
... bit width:              48
... generic registers:      6
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   0
... event mask:             000000000000003f
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   2, Processors  #1 Ok.
Booting Node   0, Processors  #2 Ok.
Booting Node   2, Processors  #3 Ok.
Booting Node   0, Processors  #4 Ok.
Booting Node   2, Processors  #5 Ok.
Booting Node   0, Processors  #6 Ok.
Booting Node   2, Processors  #7 Ok.
Booting Node   0, Processors  #8 Ok.
Booting Node   2, Processors  #9 Ok.
Booting Node   0, Processors  #10 Ok.
Booting Node   2, Processors  #11 Ok.
Booting Node   0, Processors  #12 Ok.
Booting Node   2, Processors  #13 Ok.
Booting Node   0, Processors  #14 Ok.
Booting Node   2, Processors  #15 Ok.
Booting Node   1, Processors  #16 Ok.
Booting Node   3, Processors  #17 Ok.
Booting Node   1, Processors  #18 Ok.
Booting Node   3, Processors  #19 Ok.
Booting Node   1, Processors  #20 Ok.
Booting Node   3, Processors  #21 Ok.
Booting Node   1, Processors  #22 Ok.
Booting Node   3, Processors  #23 Ok.
Booting Node   1, Processors  #24 Ok.
Booting Node   3, Processors  #25 Ok.
Booting Node   1, Processors  #26 Ok.
Booting Node   3, Processors  #27 Ok.
Booting Node   1, Processors  #28 Ok.
Booting Node   3, Processors  #29 Ok.
Booting Node   1, Processors  #30 Ok.
Booting Node   3, Processors  #31 Ok.
Brought up 32 CPUs
Total of 32 processors activated (134059.58 BogoMIPS).
sizeof(vma)=200 bytes
sizeof(page)=56 bytes
sizeof(inode)=592 bytes
sizeof(dentry)=192 bytes
sizeof(ext3inode)=800 bytes
sizeof(buffer_head)=104 bytes
sizeof(skbuff)=232 bytes
sizeof(task_struct)=2648 bytes
devtmpfs: initialized
regulator: core version 0.5
NET: Registered protocol family 16
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MCFG configuration 0: base c0000000 segment 0 buses 0 - 255
PCI: MCFG area at c0000000 reserved in E820
PCI: Using MMCONFIG at c0000000 - cfffffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
HEST: Table parsing has been initialized.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
pci_root PNP0A08:00: host bridge window [mem 0xfaf00000-0xfd6fffff]
pci_root PNP0A08:00: host bridge window [io  0x1000-0xffff]
pci_root PNP0A08:00: host bridge window [io  0x0000-0x03af]
pci_root PNP0A08:00: host bridge window [io  0x03e0-0x0cf7]
pci_root PNP0A08:00: host bridge window [io  0x0d00-0x0fff]
pci_root PNP0A08:00: host bridge window [mem 0xfed00000-0xfed03fff]
pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
pci_root PNP0A08:00: host bridge window [io  0x03b0-0x03bb]
pci_root PNP0A08:00: host bridge window [io  0x03c0-0x03df]
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:0b.0: PME# disabled
pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:0c.0: PME# disabled
pci 0000:00:11.0: reg 10: [io  0x1000-0x1007]
pci 0000:00:11.0: reg 14: [io  0x1008-0x100b]
pci 0000:00:11.0: reg 18: [io  0x1010-0x1017]
pci 0000:00:11.0: reg 1c: [io  0x1018-0x101b]
pci 0000:00:11.0: reg 20: [io  0x1020-0x102f]
pci 0000:00:11.0: reg 24: [mem 0xfc4f0000-0xfc4f03ff]
pci 0000:00:11.0: set SATA to AHCI mode
pci 0000:00:12.0: reg 10: [mem 0xfc4e0000-0xfc4e0fff]
pci 0000:00:12.1: reg 10: [mem 0xfc4d0000-0xfc4d0fff]
pci 0000:00:12.2: reg 10: [mem 0xfc4c0000-0xfc4c00ff]
pci 0000:00:12.2: supports D1 D2
pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
pci 0000:00:12.2: PME# disabled
pci 0000:00:13.0: reg 10: [mem 0xfc4b0000-0xfc4b0fff]
pci 0000:00:13.1: reg 10: [mem 0xfc4a0000-0xfc4a0fff]
pci 0000:00:13.2: reg 10: [mem 0xfc490000-0xfc4900ff]
pci 0000:00:13.2: supports D1 D2
pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
pci 0000:00:13.2: PME# disabled
pci 0000:00:14.1: reg 10: [io  0x01f0-0x01f7]
pci 0000:00:14.1: reg 14: [io  0x03f4-0x03f7]
pci 0000:00:14.1: reg 18: [io  0x0170-0x0177]
pci 0000:00:14.1: reg 1c: [io  0x0374-0x0377]
pci 0000:00:14.1: reg 20: [io  0x0500-0x050f]
pci 0000:03:00.0: reg 10: [mem 0xfd200000-0xfd2fffff 64bit]
pci 0000:03:00.0: reg 18: [mem 0xfd1f0000-0xfd1f03ff 64bit]
pci 0000:03:00.0: reg 20: [io  0x4000-0x40ff]
pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
pci 0000:03:00.0: PME# supported from D0 D1 D3hot
pci 0000:03:00.0: PME# disabled
pci 0000:00:02.0: PCI bridge to [bus 03-03]
pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
pci 0000:00:02.0:   bridge window [mem 0xfd100000-0xfd2fffff]
pci 0000:00:02.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:02:00.0: reg 10: [io  0x3000-0x30ff]
pci 0000:02:00.0: reg 14: [mem 0xfd0f0000-0xfd0f01ff]
pci 0000:02:00.0: reg 18: [io  0x3400-0x34ff]
pci 0000:02:00.1: reg 10: [mem 0xfb000000-0xfbffffff pref]
pci 0000:02:00.1: reg 14: [mem 0xfd0e0000-0xfd0e3fff]
pci 0000:02:00.1: reg 18: [mem 0xfc800000-0xfcffffff]
pci 0000:02:00.2: reg 10: [io  0x3800-0x38ff]
pci 0000:02:00.2: reg 14: [mem 0xfc7f0000-0xfc7f00ff]
pci 0000:02:00.2: reg 18: [mem 0xfc600000-0xfc6fffff]
pci 0000:02:00.2: reg 1c: [mem 0xfc580000-0xfc5fffff]
pci 0000:02:00.2: reg 20: [mem 0xfc570000-0xfc577fff]
pci 0000:02:00.2: reg 24: [mem 0xfc560000-0xfc567fff]
pci 0000:02:00.2: reg 30: [mem 0x00000000-0x0000ffff pref]
pci 0000:02:00.2: PME# supported from D0 D3hot D3cold
pci 0000:02:00.2: PME# disabled
pci 0000:02:00.4: reg 20: [io  0x3c00-0x3c1f]
pci 0000:00:0a.0: PCI bridge to [bus 02-02]
pci 0000:00:0a.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:0a.0:   bridge window [mem 0xfc500000-0xfd0fffff]
pci 0000:00:0a.0:   bridge window [mem 0xfb000000-0xfbffffff 64bit pref]
pci 0000:08:00.0: reg 10: [mem 0xfd680000-0xfd6fffff 64bit]
pci 0000:08:00.0: reg 20: [mem 0xfd670000-0xfd673fff 64bit]
pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
pci 0000:08:00.0: PME# disabled
pci 0000:08:00.1: reg 10: [mem 0xfd580000-0xfd5fffff 64bit]
pci 0000:08:00.1: reg 20: [mem 0xfd570000-0xfd573fff 64bit]
pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
pci 0000:08:00.1: PME# disabled
pci 0000:08:00.2: reg 10: [mem 0xfd480000-0xfd4fffff 64bit]
pci 0000:08:00.2: reg 20: [mem 0xfd470000-0xfd473fff 64bit]
pci 0000:08:00.2: PME# supported from D0 D3hot D3cold
pci 0000:08:00.2: PME# disabled
pci 0000:08:00.3: reg 10: [mem 0xfd380000-0xfd3fffff 64bit]
pci 0000:08:00.3: reg 20: [mem 0xfd370000-0xfd373fff 64bit]
pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
pci 0000:08:00.3: PME# disabled
pci 0000:00:0b.0: PCI bridge to [bus 08-0a]
pci 0000:00:0b.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:00:0b.0:   bridge window [mem 0xfd300000-0xfd6fffff]
pci 0000:00:0b.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:04:00.0: reg 10: [mem 0xfc3f0000-0xfc3fffff 64bit pref]
pci 0000:04:00.0: reg 18: [mem 0xfc3e0000-0xfc3effff 64bit pref]
pci 0000:04:00.0: reg 20: [mem 0xfc3d0000-0xfc3dffff 64bit pref]
pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:04:00.1: reg 10: [mem 0xfc3c0000-0xfc3cffff 64bit pref]
pci 0000:04:00.1: reg 18: [mem 0xfc3b0000-0xfc3bffff 64bit pref]
pci 0000:04:00.1: reg 20: [mem 0xfc3a0000-0xfc3affff 64bit pref]
pci 0000:04:00.1: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
pci 0000:04:00.1: PME# disabled
pci 0000:04:00.2: reg 10: [mem 0xfc390000-0xfc39ffff 64bit pref]
pci 0000:04:00.2: reg 18: [mem 0xfc380000-0xfc38ffff 64bit pref]
pci 0000:04:00.2: reg 20: [mem 0xfc370000-0xfc37ffff 64bit pref]
pci 0000:04:00.2: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:04:00.2: PME# supported from D0 D3hot D3cold
pci 0000:04:00.2: PME# disabled
pci 0000:04:00.3: reg 10: [mem 0xfc360000-0xfc36ffff 64bit pref]
pci 0000:04:00.3: reg 18: [mem 0xfc350000-0xfc35ffff 64bit pref]
pci 0000:04:00.3: reg 20: [mem 0xfc340000-0xfc34ffff 64bit pref]
pci 0000:04:00.3: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
pci 0000:04:00.3: PME# disabled
pci 0000:00:0c.0: PCI bridge to [bus 04-04]
pci 0000:00:0c.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:00:0c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:0c.0:   bridge window [mem 0xfc300000-0xfc3fffff 64bit pref]
pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:14.4:   bridge window [mem 0xfaf00000-0xfd6fffff] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x1000-0xffff] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x0d00-0x0fff] (subtractive decode)
pci 0000:00:14.4:   bridge window [mem 0xfed00000-0xfed03fff] (subtractive decode)
pci 0000:00:14.4:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x03b0-0x03bb] (subtractive decode)
pci 0000:00:14.4:   bridge window [io  0x03c0-0x03df] (subtractive decode)
pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.G13A._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.G112._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.G12C._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.G12B._PRT]
 pci0000:00: Requesting ACPI _OSC control (0x1d)
Firmware did not grant requested _OSC control
Unable to assume _OSC PCIe control. Disabling ASPM
ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7f])
pci_root PNP0A08:01: host bridge window [mem 0xfd700000-0xfdffffff]
pci 0000:40:03.0: PME# supported from D0 D3hot D3cold
pci 0000:40:03.0: PME# disabled
pci 0000:40:0b.0: PME# supported from D0 D3hot D3cold
pci 0000:40:0b.0: PME# disabled
pci 0000:44:00.0: reg 10: [mem 0xfdf80000-0xfdffffff 64bit]
pci 0000:44:00.0: reg 20: [mem 0xfdf70000-0xfdf73fff 64bit]
pci 0000:44:00.0: PME# supported from D0 D3hot D3cold
pci 0000:44:00.0: PME# disabled
pci 0000:44:00.1: reg 10: [mem 0xfde80000-0xfdefffff 64bit]
pci 0000:44:00.1: reg 20: [mem 0xfde70000-0xfde73fff 64bit]
pci 0000:44:00.1: PME# supported from D0 D3hot D3cold
pci 0000:44:00.1: PME# disabled
pci 0000:44:00.2: reg 10: [mem 0xfdd80000-0xfddfffff 64bit]
pci 0000:44:00.2: reg 20: [mem 0xfdd70000-0xfdd73fff 64bit]
pci 0000:44:00.2: PME# supported from D0 D3hot D3cold
pci 0000:44:00.2: PME# disabled
pci 0000:44:00.3: reg 10: [mem 0xfdc80000-0xfdcfffff 64bit]
pci 0000:44:00.3: reg 20: [mem 0xfdc70000-0xfdc73fff 64bit]
pci 0000:44:00.3: PME# supported from D0 D3hot D3cold
pci 0000:44:00.3: PME# disabled
pci 0000:40:03.0: PCI bridge to [bus 44-46]
pci 0000:40:03.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:40:03.0:   bridge window [mem 0xfdc00000-0xfdffffff]
pci 0000:40:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:41:00.0: reg 10: [mem 0xfdb80000-0xfdbfffff 64bit]
pci 0000:41:00.0: reg 20: [mem 0xfdb70000-0xfdb73fff 64bit]
pci 0000:41:00.0: PME# supported from D0 D3hot D3cold
pci 0000:41:00.0: PME# disabled
pci 0000:41:00.1: reg 10: [mem 0xfda80000-0xfdafffff 64bit]
pci 0000:41:00.1: reg 20: [mem 0xfda70000-0xfda73fff 64bit]
pci 0000:41:00.1: PME# supported from D0 D3hot D3cold
pci 0000:41:00.1: PME# disabled
pci 0000:41:00.2: reg 10: [mem 0xfd980000-0xfd9fffff 64bit]
pci 0000:41:00.2: reg 20: [mem 0xfd970000-0xfd973fff 64bit]
pci 0000:41:00.2: PME# supported from D0 D3hot D3cold
pci 0000:41:00.2: PME# disabled
pci 0000:41:00.3: reg 10: [mem 0xfd880000-0xfd8fffff 64bit]
pci 0000:41:00.3: reg 20: [mem 0xfd870000-0xfd873fff 64bit]
pci 0000:41:00.3: PME# supported from D0 D3hot D3cold
pci 0000:41:00.3: PME# disabled
pci 0000:40:0b.0: PCI bridge to [bus 41-43]
pci 0000:40:0b.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:40:0b.0:   bridge window [mem 0xfd800000-0xfdbfffff]
pci 0000:40:0b.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1.G22B._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI1.G213._PRT]
 pci0000:40: Requesting ACPI _OSC control (0x1d)
Firmware did not grant requested _OSC control
Unable to assume _OSC PCIe control. Disabling ASPM
ACPI: PCI Interrupt Link [I020] (IRQs *24)
ACPI: PCI Interrupt Link [I021] (IRQs *25)
ACPI: PCI Interrupt Link [I022] (IRQs *26)
ACPI: PCI Interrupt Link [I023] (IRQs *27)
ACPI: PCI Interrupt Link [I030] (IRQs *28)
ACPI: PCI Interrupt Link [I031] (IRQs *29)
ACPI: PCI Interrupt Link [I032] (IRQs *30)
ACPI: PCI Interrupt Link [I033] (IRQs *31)
ACPI: PCI Interrupt Link [I040] (IRQs *44)
ACPI: PCI Interrupt Link [I041] (IRQs *45)
ACPI: PCI Interrupt Link [I042] (IRQs *46)
ACPI: PCI Interrupt Link [I043] (IRQs *47)
ACPI: PCI Interrupt Link [I050] (IRQs *48)
ACPI: PCI Interrupt Link [I051] (IRQs *49)
ACPI: PCI Interrupt Link [I052] (IRQs *50)
ACPI: PCI Interrupt Link [I053] (IRQs *51)
ACPI: PCI Interrupt Link [I060] (IRQs *47)
ACPI: PCI Interrupt Link [I061] (IRQs *44)
ACPI: PCI Interrupt Link [I062] (IRQs *45)
ACPI: PCI Interrupt Link [I063] (IRQs *46)
ACPI: PCI Interrupt Link [I070] (IRQs *24)
ACPI: PCI Interrupt Link [I071] (IRQs *25)
ACPI: PCI Interrupt Link [I072] (IRQs *26)
ACPI: PCI Interrupt Link [I073] (IRQs *27)
ACPI: PCI Interrupt Link [I090] (IRQs *24)
ACPI: PCI Interrupt Link [I091] (IRQs *24)
ACPI: PCI Interrupt Link [I092] (IRQs *24)
ACPI: PCI Interrupt Link [I093] (IRQs *24)
ACPI: PCI Interrupt Link [I0A0] (IRQs *24)
ACPI: PCI Interrupt Link [I0A1] (IRQs *25)
ACPI: PCI Interrupt Link [I0A2] (IRQs *26)
ACPI: PCI Interrupt Link [I0A3] (IRQs *27)
ACPI: PCI Interrupt Link [I0B0] (IRQs *32)
ACPI: PCI Interrupt Link [I0B1] (IRQs *33)
ACPI: PCI Interrupt Link [I0B2] (IRQs *34)
ACPI: PCI Interrupt Link [I0B3] (IRQs *35)
ACPI: PCI Interrupt Link [I0C0] (IRQs *36)
ACPI: PCI Interrupt Link [I0C1] (IRQs *37)
ACPI: PCI Interrupt Link [I0C2] (IRQs *38)
ACPI: PCI Interrupt Link [I0C3] (IRQs *39)
ACPI: PCI Interrupt Link [I0D0] (IRQs *40)
ACPI: PCI Interrupt Link [I0D1] (IRQs *41)
ACPI: PCI Interrupt Link [I0D2] (IRQs *42)
ACPI: PCI Interrupt Link [I0D3] (IRQs *43)
ACPI: PCI Interrupt Link [BI02] (IRQs *52)
ACPI: PCI Interrupt Link [BI03] (IRQs *52)
ACPI: PCI Interrupt Link [BI04] (IRQs *52)
ACPI: PCI Interrupt Link [BI05] (IRQs *52)
ACPI: PCI Interrupt Link [BI06] (IRQs *54)
ACPI: PCI Interrupt Link [BI07] (IRQs *24)
ACPI: PCI Interrupt Link [BI08] (IRQs *24)
ACPI: PCI Interrupt Link [BI09] (IRQs *24)
ACPI: PCI Interrupt Link [BI0A] (IRQs *24)
ACPI: PCI Interrupt Link [BI0B] (IRQs *54)
ACPI: PCI Interrupt Link [BI0C] (IRQs *54)
ACPI: PCI Interrupt Link [BI0D] (IRQs *54)
ACPI: PCI Interrupt Link [PI20] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI21] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI22] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI23] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI30] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI31] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI32] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI33] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI40] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI41] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI42] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI43] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI50] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI51] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI52] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI53] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI60] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI61] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI62] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI63] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI70] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI71] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI72] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI73] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI90] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI91] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI92] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI93] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR4] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR5] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR6] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR7] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR8] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR9] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRA] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRC] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRD] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [USB1] (IRQs *22)
ACPI: PCI Interrupt Link [USB2] (IRQs *23)
ACPI: PCI Interrupt Link [USB3] (IRQs *23)
ACPI: PCI Interrupt Link [USB4] (IRQs *22)
ACPI: Invalid _PRS IRQ 0
ACPI: PCI Interrupt Link [U1PI] (IRQs) *0
ACPI: Invalid _PRS IRQ 0
ACPI: PCI Interrupt Link [U2PI] (IRQs) *0
ACPI: Invalid _PRS IRQ 0
ACPI: PCI Interrupt Link [U3PI] (IRQs) *0
ACPI: Invalid _PRS IRQ 0
ACPI: PCI Interrupt Link [U4PI] (IRQs) *0
ACPI: PCI Interrupt Link [SATA] (IRQs *16)
ACPI: Invalid _PRS IRQ 0
ACPI: PCI Interrupt Link [SATP] (IRQs) *0
ACPI: PCI Interrupt Link [I020] (IRQs *56)
ACPI: PCI Interrupt Link [I021] (IRQs *57)
ACPI: PCI Interrupt Link [I022] (IRQs *58)
ACPI: PCI Interrupt Link [I023] (IRQs *59)
ACPI: PCI Interrupt Link [I030] (IRQs *60)
ACPI: PCI Interrupt Link [I031] (IRQs *61)
ACPI: PCI Interrupt Link [I032] (IRQs *62)
ACPI: PCI Interrupt Link [I033] (IRQs *63)
ACPI: PCI Interrupt Link [I040] (IRQs *76)
ACPI: PCI Interrupt Link [I041] (IRQs *77)
ACPI: PCI Interrupt Link [I042] (IRQs *78)
ACPI: PCI Interrupt Link [I043] (IRQs *79)
ACPI: PCI Interrupt Link [I050] (IRQs *80)
ACPI: PCI Interrupt Link [I051] (IRQs *81)
ACPI: PCI Interrupt Link [I052] (IRQs *82)
ACPI: PCI Interrupt Link [I053] (IRQs *83)
ACPI: PCI Interrupt Link [I060] (IRQs *79)
ACPI: PCI Interrupt Link [I061] (IRQs *76)
ACPI: PCI Interrupt Link [I062] (IRQs *77)
ACPI: PCI Interrupt Link [I063] (IRQs *78)
ACPI: PCI Interrupt Link [I070] (IRQs *56)
ACPI: PCI Interrupt Link [I071] (IRQs *57)
ACPI: PCI Interrupt Link [I072] (IRQs *58)
ACPI: PCI Interrupt Link [I073] (IRQs *59)
ACPI: PCI Interrupt Link [I090] (IRQs *24)
ACPI: PCI Interrupt Link [I091] (IRQs *24)
ACPI: PCI Interrupt Link [I092] (IRQs *24)
ACPI: PCI Interrupt Link [I093] (IRQs *24)
ACPI: PCI Interrupt Link [I0A0] (IRQs *56)
ACPI: PCI Interrupt Link [I0A1] (IRQs *57)
ACPI: PCI Interrupt Link [I0A2] (IRQs *58)
ACPI: PCI Interrupt Link [I0A3] (IRQs *59)
ACPI: PCI Interrupt Link [I0B0] (IRQs *64)
ACPI: PCI Interrupt Link [I0B1] (IRQs *65)
ACPI: PCI Interrupt Link [I0B2] (IRQs *66)
ACPI: PCI Interrupt Link [I0B3] (IRQs *67)
ACPI: PCI Interrupt Link [I0C0] (IRQs *56)
ACPI: PCI Interrupt Link [I0C1] (IRQs *57)
ACPI: PCI Interrupt Link [I0C2] (IRQs *58)
ACPI: PCI Interrupt Link [I0C3] (IRQs *59)
ACPI: PCI Interrupt Link [I0D0] (IRQs *72)
ACPI: PCI Interrupt Link [I0D1] (IRQs *73)
ACPI: PCI Interrupt Link [I0D2] (IRQs *74)
ACPI: PCI Interrupt Link [I0D3] (IRQs *75)
ACPI: PCI Interrupt Link [BI02] (IRQs *84)
ACPI: PCI Interrupt Link [BI03] (IRQs *84)
ACPI: PCI Interrupt Link [BI04] (IRQs *84)
ACPI: PCI Interrupt Link [BI05] (IRQs *84)
ACPI: PCI Interrupt Link [BI06] (IRQs *86)
ACPI: PCI Interrupt Link [BI07] (IRQs *56)
ACPI: PCI Interrupt Link [BI08] (IRQs *56)
ACPI: PCI Interrupt Link [BI09] (IRQs *56)
ACPI: PCI Interrupt Link [BI0A] (IRQs *56)
ACPI: PCI Interrupt Link [BI0B] (IRQs *86)
ACPI: PCI Interrupt Link [BI0C] (IRQs *86)
ACPI: PCI Interrupt Link [BI0D] (IRQs *86)
ACPI: PCI Interrupt Link [PI20] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI21] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI22] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI23] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI30] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI31] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI32] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI33] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI40] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI41] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI42] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI43] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI50] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI51] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI52] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI53] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI60] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI61] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI62] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI63] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI70] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI71] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI72] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI73] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI90] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI91] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI92] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PI93] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIA3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIB3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIC3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID0] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID1] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PID3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR2] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR3] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR4] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR5] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR6] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR7] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR8] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIR9] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRA] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRC] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [PIRD] (IRQs 10 11) *0, disabled.
vgaarb: device added: PCI:0000:02:00.1,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:02:00.1
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 comparators, 32-bit 14.318180 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
pnp 00:01: [io  0x0010-0x001f]
pnp 00:01: [io  0x0020-0x003f]
pnp 00:01: [io  0x00a0-0x00bf]
pnp 00:01: [io  0x0050-0x0053]
pnp 00:01: [io  0x0070-0x0079]
pnp 00:01: [io  0x0090-0x009f]
pnp 00:01: [io  0x00f0]
pnp 00:01: [io  0x0379-0x037a]
pnp 00:01: [io  0x0400-0x043f]
pnp 00:01: [io  0x04d0-0x04d1]
pnp 00:01: [io  0x04d6]
pnp 00:01: [io  0x0520]
pnp 00:01: [io  0x0580-0x059f]
pnp 00:01: [io  0x0600-0x067f]
pnp 00:01: [io  0x0700-0x0703]
pnp 00:01: [io  0x0820-0x082f]
pnp 00:01: [io  0x0900-0x09fe]
pnp 00:01: [io  0x0c06-0x0c07]
pnp 00:01: [io  0x0c14]
pnp 00:01: [io  0x0c4a]
pnp 00:01: [io  0x0c50-0x0c52]
pnp 00:01: [io  0x0c6c]
pnp 00:01: [io  0x0c6f]
pnp 00:01: [io  0x0c80-0x0c83]
pnp 00:01: [io  0x0c90-0x0c9f]
pnp 00:01: [io  0x0ca0-0x0ca5]
pnp 00:01: [io  0x0cd0-0x0cdf]
pnp 00:01: [io  0x0f50-0x0f58]
pnp 00:01: [io  0x0b00-0x0b3f]
pnp 00:01: [io  0x02f8-0x02ff]
pnp 00:01: [mem 0xc0000000-0xcfffffff]
pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: [io  0x0ca2-0x0ca3]
pnp 00:02: Plug and Play ACPI device, IDs IPI0001 (active)
pnp 00:03: [mem 0xfed00000-0xfed003ff]
pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:04: [dma 7]
pnp 00:04: [io  0x0000-0x000f]
pnp 00:04: [io  0x0080-0x008f]
pnp 00:04: [io  0x00c0-0x00df]
pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:05: [io  0x0061]
pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:06: [io  0x0060]
pnp 00:06: [io  0x0064]
pnp 00:06: [irq 1]
pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
pnp 00:07: [irq 12]
pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
pnp 00:08: [io  0x002e-0x002f]
pnp 00:08: [io  0x0620-0x065f]
pnp 00:08: [io  0x0680-0x069f]
pnp 00:08: [io  0x0600-0x061f]
pnp 00:08: [io  0x0660-0x067f]
pnp 00:08: [io  0x0300-0x031f]
pnp 00:08: Plug and Play ACPI device, IDs PNP0a06 (active)
pnp 00:09: [irq 4]
pnp 00:09: [io  0x03f8-0x03ff]
pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
pnp 00:0a: [io  0x0070-0x0071]
pnp 00:0a: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:0b: [mem 0xfaff4000-0xfaff7fff]
pnp 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:0c: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
pnp 00:0d: [mem 0xfd7f4000-0xfd7f7fff]
pnp 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: [io  0x0379-0x037a] has been reserved
system 00:01: [io  0x0400-0x043f] has been reserved
system 00:01: [io  0x04d0-0x04d1] has been reserved
system 00:01: [io  0x04d6] has been reserved
system 00:01: [io  0x0520] has been reserved
system 00:01: [io  0x0580-0x059f] has been reserved
system 00:01: [io  0x0600-0x067f] has been reserved
system 00:01: [io  0x0700-0x0703] has been reserved
system 00:01: [io  0x0820-0x082f] has been reserved
system 00:01: [io  0x0900-0x09fe] has been reserved
system 00:01: [io  0x0c06-0x0c07] has been reserved
system 00:01: [io  0x0c14] has been reserved
system 00:01: [io  0x0c4a] has been reserved
system 00:01: [io  0x0c50-0x0c52] has been reserved
system 00:01: [io  0x0c6c] has been reserved
system 00:01: [io  0x0c6f] has been reserved
system 00:01: [io  0x0c80-0x0c83] has been reserved
system 00:01: [io  0x0c90-0x0c9f] has been reserved
system 00:01: [io  0x0ca0-0x0ca5] has been reserved
system 00:01: [io  0x0cd0-0x0cdf] has been reserved
system 00:01: [io  0x0f50-0x0f58] has been reserved
system 00:01: [io  0x0b00-0x0b3f] has been reserved
system 00:01: [io  0x02f8-0x02ff] has been reserved
system 00:01: [mem 0xc0000000-0xcfffffff] has been reserved
system 00:0b: [mem 0xfaff4000-0xfaff7fff] has been reserved
system 00:0d: [mem 0xfd7f4000-0xfd7f7fff] has been reserved
PCI: max bus depth: 1 pci_try_num: 2
pci 0000:00:02.0: BAR 15: assigned [mem 0xfc000000-0xfc0fffff pref]
pci 0000:00:0c.0: BAR 14: assigned [mem 0xfc100000-0xfc1fffff]
pci 0000:03:00.0: BAR 6: assigned [mem 0xfc000000-0xfc07ffff pref]
pci 0000:00:02.0: PCI bridge to [bus 03-03]
pci 0000:00:02.0: PCI bridge to [bus 03-03]
pci 0000:00:02.0:   bridge window [io  0x4000-0x4fff]
pci 0000:00:02.0:   bridge window [mem 0xfd100000-0xfd2fffff]
pci 0000:00:02.0:   bridge window [mem 0xfc000000-0xfc0fffff pref]
pci 0000:02:00.2: BAR 6: assigned [mem 0xfc500000-0xfc50ffff pref]
pci 0000:00:0a.0: PCI bridge to [bus 02-02]
pci 0000:00:0a.0: PCI bridge to [bus 02-02]
pci 0000:00:0a.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:0a.0:   bridge window [mem 0xfc500000-0xfd0fffff]
pci 0000:00:0a.0:   bridge window [mem 0xfb000000-0xfbffffff 64bit pref]
pci 0000:00:0b.0: PCI bridge to [bus 08-0a]
pci 0000:00:0b.0: PCI bridge to [bus 08-0a]
pci 0000:00:0b.0:   bridge window [io  disabled]
pci 0000:00:0b.0:   bridge window [mem 0xfd300000-0xfd6fffff]
pci 0000:00:0b.0:   bridge window [mem pref disabled]
pci 0000:04:00.0: BAR 6: assigned [mem 0xfc300000-0xfc31ffff pref]
pci 0000:04:00.1: BAR 6: assigned [mem 0xfc320000-0xfc33ffff pref]
pci 0000:04:00.2: BAR 6: assigned [mem 0xfc100000-0xfc11ffff pref]
pci 0000:04:00.3: BAR 6: assigned [mem 0xfc120000-0xfc13ffff pref]
pci 0000:00:0c.0: PCI bridge to [bus 04-04]
pci 0000:00:0c.0: PCI bridge to [bus 04-04]
pci 0000:00:0c.0:   bridge window [io  disabled]
pci 0000:00:0c.0:   bridge window [mem 0xfc100000-0xfc1fffff]
pci 0000:00:0c.0:   bridge window [mem 0xfc300000-0xfc3fffff 64bit pref]
pci 0000:00:14.4: PCI bridge to [bus 01-01]
pci 0000:00:14.4: PCI bridge to [bus 01-01]
pci 0000:00:14.4:   bridge window [io  disabled]
pci 0000:00:14.4:   bridge window [mem disabled]
pci 0000:00:14.4:   bridge window [mem pref disabled]
pci 0000:40:03.0: PCI bridge to [bus 44-46]
pci 0000:40:03.0: PCI bridge to [bus 44-46]
pci 0000:40:03.0:   bridge window [io  disabled]
pci 0000:40:03.0:   bridge window [mem 0xfdc00000-0xfdffffff]
pci 0000:40:03.0:   bridge window [mem pref disabled]
pci 0000:40:0b.0: PCI bridge to [bus 41-43]
pci 0000:40:0b.0: PCI bridge to [bus 41-43]
pci 0000:40:0b.0:   bridge window [io  disabled]
pci 0000:40:0b.0:   bridge window [mem 0xfd800000-0xfdbfffff]
pci 0000:40:0b.0:   bridge window [mem pref disabled]
ACPI: PCI Interrupt Link [BI02] enabled at IRQ 52
  alloc irq_desc for 52 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:02.0: PCI INT A -> Link[BI02] -> GSI 52 (level, high) -> IRQ 52
pci 0000:00:02.0: setting latency timer to 64
ACPI: PCI Interrupt Link [BI0A] enabled at IRQ 24
  alloc irq_desc for 24 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:0a.0: PCI INT A -> Link[BI0A] -> GSI 24 (level, high) -> IRQ 24
pci 0000:00:0a.0: setting latency timer to 64
ACPI: PCI Interrupt Link [BI0B] enabled at IRQ 54
  alloc irq_desc for 54 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:0b.0: PCI INT A -> Link[BI0B] -> GSI 54 (level, high) -> IRQ 54
pci 0000:00:0b.0: setting latency timer to 64
ACPI: PCI Interrupt Link [BI0C] enabled at IRQ 54
pci 0000:00:0c.0: PCI INT A -> Link[BI0C] -> GSI 54 (level, high) -> IRQ 54
pci 0000:00:0c.0: setting latency timer to 64
ACPI: PCI Interrupt Link [BI03] enabled at IRQ 84
  alloc irq_desc for 84 on node -1
  alloc kstat_irqs on node -1
pci 0000:40:03.0: PCI INT A -> Link[BI03] -> GSI 84 (level, high) -> IRQ 84
pci 0000:40:03.0: setting latency timer to 64
ACPI: PCI Interrupt Link [BI0B] enabled at IRQ 86
  alloc irq_desc for 86 on node -1
  alloc kstat_irqs on node -1
pci 0000:40:0b.0: PCI INT A -> Link[BI0B] -> GSI 86 (level, high) -> IRQ 86
pci 0000:40:0b.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [mem 0xfaf00000-0xfd6fffff]
pci_bus 0000:00: resource 5 [io  0x1000-0xffff]
pci_bus 0000:00: resource 6 [io  0x0000-0x03af]
pci_bus 0000:00: resource 7 [io  0x03e0-0x0cf7]
pci_bus 0000:00: resource 8 [io  0x0d00-0x0fff]
pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed03fff]
pci_bus 0000:00: resource 10 [mem 0xfed40000-0xfed44fff]
pci_bus 0000:00: resource 11 [io  0x03b0-0x03bb]
pci_bus 0000:00: resource 12 [io  0x03c0-0x03df]
pci_bus 0000:00: resource 13 [mem 0x000a0000-0x000bffff]
pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:03: resource 1 [mem 0xfd100000-0xfd2fffff]
pci_bus 0000:03: resource 2 [mem 0xfc000000-0xfc0fffff pref]
pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfd0fffff]
pci_bus 0000:02: resource 2 [mem 0xfb000000-0xfbffffff 64bit pref]
pci_bus 0000:08: resource 1 [mem 0xfd300000-0xfd6fffff]
pci_bus 0000:04: resource 1 [mem 0xfc100000-0xfc1fffff]
pci_bus 0000:04: resource 2 [mem 0xfc300000-0xfc3fffff 64bit pref]
pci_bus 0000:01: resource 4 [mem 0xfaf00000-0xfd6fffff]
pci_bus 0000:01: resource 5 [io  0x1000-0xffff]
pci_bus 0000:01: resource 6 [io  0x0000-0x03af]
pci_bus 0000:01: resource 7 [io  0x03e0-0x0cf7]
pci_bus 0000:01: resource 8 [io  0x0d00-0x0fff]
pci_bus 0000:01: resource 9 [mem 0xfed00000-0xfed03fff]
pci_bus 0000:01: resource 10 [mem 0xfed40000-0xfed44fff]
pci_bus 0000:01: resource 11 [io  0x03b0-0x03bb]
pci_bus 0000:01: resource 12 [io  0x03c0-0x03df]
pci_bus 0000:01: resource 13 [mem 0x000a0000-0x000bffff]
pci_bus 0000:40: resource 4 [mem 0xfd700000-0xfdffffff]
pci_bus 0000:44: resource 1 [mem 0xfdc00000-0xfdffffff]
pci_bus 0000:41: resource 1 [mem 0xfd800000-0xfdbfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
ACPI: PCI Interrupt Link [USB1] enabled at IRQ 22
  alloc irq_desc for 22 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:12.0: PCI INT A -> Link[USB1] -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:12.0: PCI INT A disabled
pci 0000:00:12.1: PCI INT A -> Link[USB1] -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:12.1: PCI INT A disabled
ACPI: PCI Interrupt Link [USB2] enabled at IRQ 23
  alloc irq_desc for 23 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:12.2: PCI INT B -> Link[USB2] -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:12.2: PCI INT B disabled
ACPI: PCI Interrupt Link [USB3] enabled at IRQ 23
pci 0000:00:13.0: PCI INT A -> Link[USB3] -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:13.0: PCI INT A disabled
pci 0000:00:13.1: PCI INT A -> Link[USB3] -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:13.1: PCI INT A disabled
ACPI: PCI Interrupt Link [USB4] enabled at IRQ 22
pci 0000:00:13.2: PCI INT B -> Link[USB4] -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:13.2: PCI INT B disabled
pci 0000:02:00.1: Boot video device
ACPI: PCI Interrupt Link [I061] enabled at IRQ 44
  alloc irq_desc for 44 on node -1
  alloc kstat_irqs on node -1
pci 0000:02:00.4: PCI INT B -> Link[I061] -> GSI 44 (level, high) -> IRQ 44
pci 0000:02:00.4: PCI INT B disabled
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 16688k freed
PCI-DMA: Disabling AGP.
PCI-DMA: aperture base @ 20000000 size 65536 KB
PCI-DMA: using GART IOMMU.
PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
audit: initializing netlink socket (disabled)
type=2000 audit(1411123456.520:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 12206 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 32768
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key 8793A98C5057AD9A
- User ID: Red Hat, Inc. (Kernel Module GPG key)
- Added public key D4A26C9CCD09BEDA
- User ID: Red Hat Enterprise Linux Driver Update Program <secalert@redhat.com>
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler prio registered
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button [PWRF]
ACPI: acpi_idle registered with cpuidle
ERST: Could not register with persistent store
ERST: Error Record Serialization Table (ERST) support is initialized.
GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
crash memory driver: version 1.1
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Refined TSC clocksource calibration: 2094.749 MHz.
Switching to clocksource tsc
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input1
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:12.2: PCI INT B -> Link[USB2] -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:12.2: EHCI Host Controller
ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
ehci_hcd 0000:00:12.2: debug port 1
ehci_hcd 0000:00:12.2: irq 23, io mem 0xfc4c0000
ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-279.el6.x86_64 ehci_hcd
usb usb1: SerialNumber: 0000:00:12.2
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ehci_hcd 0000:00:13.2: PCI INT B -> Link[USB4] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:13.2: EHCI Host Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
ehci_hcd 0000:00:13.2: debug port 1
ehci_hcd 0000:00:13.2: irq 22, io mem 0xfc490000
ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32-279.el6.x86_64 ehci_hcd
usb usb2: SerialNumber: 0000:00:13.2
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd 0000:00:12.0: PCI INT A -> Link[USB1] -> GSI 22 (level, low) -> IRQ 22
ohci_hcd 0000:00:12.0: OHCI Host Controller
ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:12.0: irq 22, io mem 0xfc4e0000
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: OHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32-279.el6.x86_64 ohci_hcd
usb usb3: SerialNumber: 0000:00:12.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ohci_hcd 0000:00:12.1: PCI INT A -> Link[USB1] -> GSI 22 (level, low) -> IRQ 22
ohci_hcd 0000:00:12.1: OHCI Host Controller
ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:12.1: irq 22, io mem 0xfc4d0000
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: OHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32-279.el6.x86_64 ohci_hcd
usb usb4: SerialNumber: 0000:00:12.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ohci_hcd 0000:00:13.0: PCI INT A -> Link[USB3] -> GSI 23 (level, low) -> IRQ 23
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:13.0: irq 23, io mem 0xfc4b0000
usb 1-2: new high speed USB device number 2 using ehci_hcd
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: OHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32-279.el6.x86_64 ohci_hcd
usb usb5: SerialNumber: 0000:00:13.0
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 3 ports detected
ohci_hcd 0000:00:13.1: PCI INT A -> Link[USB3] -> GSI 23 (level, low) -> IRQ 23
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
ohci_hcd 0000:00:13.1: irq 23, io mem 0xfc4a0000
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: OHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32-279.el6.x86_64 ohci_hcd
usb usb6: SerialNumber: 0000:00:13.1
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 3 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:02:00.4: PCI INT B -> Link[I061] -> GSI 44 (level, high) -> IRQ 44
uhci_hcd 0000:02:00.4: setting latency timer to 64
uhci_hcd 0000:02:00.4: UHCI Host Controller
uhci_hcd 0000:02:00.4: new USB bus registered, assigned bus number 7
uhci_hcd 0000:02:00.4: port count misdetected? forcing to 2 ports
uhci_hcd 0000:02:00.4: irq 44, io base 0x00003c00
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.32-279.el6.x86_64 uhci_hcd
usb usb7: SerialNumber: 0000:02:00.4
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:0a: RTC can wake from S4
rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
EFI Variables Facility v0.08 2004-May-17
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
rtc_cmos 00:0a: setting system clock to 2014-09-19 10:44:21 UTC (1411123461)
Initalizing network drop monitor service
Freeing unused kernel memory: 1260k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 968k freed
Freeing unused kernel memory: 1732k freed
dracut: dracut-004-283.el6
usb 1-2: New USB device found, idVendor=0424, idProduct=2660
usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 2 ports detected
dracut: rd_NO_LUKS: removing cryptoluks activation
dracut: rd_NO_LVM: removing LVM activation
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.22.6-ioctl (2011-10-19) initialised: dm-devel@redhat.com
udev: starting version 147
dracut: Starting plymouth daemon
dracut: rd_NO_DM: removing DM RAID activation
dracut: rd_NO_MD: removing MD RAID activation
ahci 0000:00:11.0: version 3.0
ACPI: PCI Interrupt Link [SATA] enabled at IRQ 16
  alloc irq_desc for 16 on node -1
  alloc kstat_irqs on node -1
ahci 0000:00:11.0: PCI INT A -> Link[SATA] -> GSI 16 (level, low) -> IRQ 16
ahci 0000:00:11.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
scsi0 : ahci
ata1: SATA max UDMA/133 abar m1024@0xfc4f0000 port 0xfc4f0100 irq 16
ata1: SATA link down (SStatus 0 SControl 300)
pata_atiixp 0000:00:14.1: can't derive routing for PCI INT A
pata_atiixp 0000:00:14.1: setting latency timer to 64
scsi1 : pata_atiixp
scsi2 : pata_atiixp
ata2: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x500 irq 14
ata3: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x508 irq 15
uhci_hcd 0000:02:00.4: Controller not stopped yet!
HP HPSA Driver (v 3.1.0-4)
ACPI: PCI Interrupt Link [I020] enabled at IRQ 24
hpsa 0000:03:00.0: PCI INT A -> Link[I020] -> GSI 24 (level, high) -> IRQ 24
hpsa 0000:03:00.0: MSIX
  alloc irq_desc for 88 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 88 for MSI/MSI-X
  alloc irq_desc for 89 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 89 for MSI/MSI-X
  alloc irq_desc for 90 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 90 for MSI/MSI-X
  alloc irq_desc for 91 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 91 for MSI/MSI-X
  alloc irq_desc for 92 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 92 for MSI/MSI-X
  alloc irq_desc for 93 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 93 for MSI/MSI-X
  alloc irq_desc for 94 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 94 for MSI/MSI-X
  alloc irq_desc for 95 on node -1
  alloc kstat_irqs on node -1
hpsa 0000:03:00.0: irq 95 for MSI/MSI-X
hpsa 0000:03:00.0: hpsa0: <0x323b> at IRQ 88 using DAC
scsi3 : hpsa
hpsa 0000:03:00.0: RAID              device c3b3t0l0 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l0 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l1 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l2 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l3 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l4 added.
hpsa 0000:03:00.0: Direct-Access     device c3b0t0l5 added.
scsi 3:3:0:0: RAID              HP       P420i            3.42 PQ: 0 ANSI: 5
scsi 3:0:0:0: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
scsi 3:0:0:1: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
scsi 3:0:0:2: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
scsi 3:0:0:3: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
scsi 3:0:0:4: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
scsi 3:0:0:5: Direct-Access     HP       LOGICAL VOLUME   3.42 PQ: 0 ANSI: 5
sd 3:0:0:1: [sdb] 75496320 512-byte logical blocks: (38.6 GB/35.9 GiB)
sd 3:0:0:0: [sda] 75496320 512-byte logical blocks: (38.6 GB/35.9 GiB)
sd 3:0:0:2: [sdc] 75496320 512-byte logical blocks: (38.6 GB/35.9 GiB)
sd 3:0:0:3: [sdd] 12231260720 512-byte logical blocks: (6.26 TB/5.69 TiB)
sd 3:0:0:1: [sdb] Write Protect is off
sd 3:0:0:1: [sdb] Mode Sense: 73 00 00 08
sd 3:0:0:2: [sdc] Write Protect is off
sd 3:0:0:2: [sdc] Mode Sense: 73 00 00 08
sd 3:0:0:4: [sde] 12231260720 512-byte logical blocks: (6.26 TB/5.69 TiB)
sd 3:0:0:1: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:5: [sdf] 12231260720 512-byte logical blocks: (6.26 TB/5.69 TiB)
sd 3:0:0:2: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:0: [sda] Write Protect is off
sd 3:0:0:0: [sda] Mode Sense: 73 00 00 08
sd 3:0:0:3: [sdd] Write Protect is off
sd 3:0:0:3: [sdd] Mode Sense: 73 00 00 08
sd 3:0:0:4: [sde] Write Protect is off
sd 3:0:0:4: [sde] Mode Sense: 73 00 00 08
sd 3:0:0:5: [sdf] Write Protect is off
sd 3:0:0:5: [sdf] Mode Sense: 73 00 00 08
sd 3:0:0:3: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:4: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:5: [sdf] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sd 3:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
 sdc:
 sdb:
 sdd:
 sde:
 sdf: unknown partition table
 unknown partition table
 sda: unknown partition table
 unknown partition table
sd 3:0:0:2: [sdc] Attached SCSI disk
sd 3:0:0:1: [sdb] Attached SCSI disk
 sda1 sda2 sda3 sda4
 unknown partition table
sd 3:0:0:5: [sdf] Attached SCSI disk
sd 3:0:0:3: [sdd] Attached SCSI disk
sd 3:0:0:4: [sde] Attached SCSI disk
sd 3:0:0:0: [sda] Attached SCSI disk
EXT4-fs (sda2): INFO: recovery required on readonly filesystem
EXT4-fs (sda2): write access will be enabled during recovery
EXT4-fs (sda2): recovery complete
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts:
dracut: Mounted root filesystem /dev/sda2
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1411123463.640:2): selinux=0 auid=4294967295 ses=4294967295
dracut:
dracut: Switching root
udev: starting version 147
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
MCE: In-kernel MCE decoding enabled.
EDAC MC: Ver: 2.1.0 Jun 13 2012
AMD64 EDAC driver v3.4.0
EDAC amd64: DRAM ECC enabled.
EDAC amd64: F15h detected (node 0).
EDAC MC: DCT0 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC MC: DCT1 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC amd64: using x8 syndromes.
EDAC amd64: MCT channel count: 2
EDAC amd64: CS4: Registered DDR3 RAM
EDAC amd64: CS5: Registered DDR3 RAM
EDAC MC0: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:18.2
EDAC amd64: DRAM ECC enabled.
EDAC amd64: F15h detected (node 1).
EDAC MC: DCT0 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC MC: DCT1 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:     0MB 5:     0MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC amd64: using x8 syndromes.
EDAC amd64: MCT channel count: 1
EDAC amd64: CS4: Registered DDR3 RAM
EDAC amd64: CS5: Registered DDR3 RAM
EDAC MC1: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:19.2
EDAC amd64: DRAM ECC enabled.
EDAC amd64: F15h detected (node 2).
EDAC MC: DCT0 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC MC: DCT1 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC amd64: using x8 syndromes.
EDAC amd64: MCT channel count: 2
EDAC amd64: CS4: Registered DDR3 RAM
EDAC amd64: CS5: Registered DDR3 RAM
EDAC MC2: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:1a.2
EDAC amd64: DRAM ECC enabled.
EDAC amd64: F15h detected (node 3).
EDAC MC: DCT0 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:  4096MB 5:  4096MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC MC: DCT1 chip selects:
EDAC amd64: MC: 0:     0MB 1:     0MB
EDAC amd64: MC: 2:     0MB 3:     0MB
EDAC amd64: MC: 4:     0MB 5:     0MB
EDAC amd64: MC: 6:     0MB 7:     0MB
EDAC amd64: using x8 syndromes.
EDAC amd64: MCT channel count: 1
EDAC amd64: CS4: Registered DDR3 RAM
EDAC amd64: CS5: Registered DDR3 RAM
EDAC MC3: Giving out device to 'amd64_edac' 'F15h': DEV 0000:00:1b.2
EDAC PCI0: Giving out device to module 'amd64_edac' controller 'EDAC PCI controller': DEV '0000:00:18.2' (POLLED)
ACPI: PCI Interrupt Link [I060] enabled at IRQ 47
  alloc irq_desc for 47 on node -1
  alloc kstat_irqs on node -1
hpwdt 0000:02:00.0: PCI INT A -> Link[I060] -> GSI 47 (level, high) -> IRQ 47
hpwdt: New timer passed in is 30 seconds.
hpwdt 0000:02:00.0: HP Watchdog Timer Driver: NMI decoding initialized, allow kernel dump: OFF (default = 0/OFF), priority: LAST (default = 0/LAST).
hpwdt 0000:02:00.0: HP Watchdog Timer Driver: 1.3.0, timer margin: 30 seconds (nowayout=0).
hpilo 0000:02:00.2: PCI INT B -> Link[I061] -> GSI 44 (level, high) -> IRQ 44
hpilo 0000:02:00.2: setting latency timer to 64
scsi 3:3:0:0: Attached scsi generic sg0 type 12
sd 3:0:0:0: Attached scsi generic sg1 type 0
sd 3:0:0:1: Attached scsi generic sg2 type 0
sd 3:0:0:2: Attached scsi generic sg3 type 0
sd 3:0:0:3: Attached scsi generic sg4 type 0
sd 3:0:0:4: Attached scsi generic sg5 type 0
sd 3:0:0:5: Attached scsi generic sg6 type 0
dca service started, version 1.12.1
md: bind<sde>
md: sdc does not have a valid v1.2 superblock, not importing!
md: md_import_device returned -22
md: md127 stopped.
md: bind<sdd>
md: sdb does not have a valid v1.2 superblock, not importing!
md: md_import_device returned -22
md: md127 stopped.
md: bind<sdf>
md: raid0 personality registered for level 0
bio: create slab <bio-1> at 1
md/raid0:md0: md_size is 36693758976 sectors.
md: RAID0 configuration for md0 - 1 zone
md: zone0=[sdd/sde/sdf]
      zone-offset=         0KB, device-offset=         0KB, size=18346879488KB

md0: detected capacity change from 0 to 18787204595712
 md0: unknown partition table
Intel(R) Gigabit Ethernet Network Driver - version 3.0.22
Copyright (c) 2007-2010 Intel Corporation.
ACPI: PCI Interrupt Link [I0B3] enabled at IRQ 35
  alloc irq_desc for 35 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.0: PCI INT D -> Link[I0B3] -> GSI 35 (level, high) -> IRQ 35
igb 0000:08:00.0: setting latency timer to 64
  alloc irq_desc for 96 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.0: irq 96 for MSI/MSI-X
  alloc irq_desc for 97 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.0: irq 97 for MSI/MSI-X
igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.0: eth0: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fc
igb 0000:08:00.0: eth0: PBA No: E84069-010
igb 0000:08:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B2] enabled at IRQ 34
  alloc irq_desc for 34 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.1: PCI INT C -> Link[I0B2] -> GSI 34 (level, high) -> IRQ 34
igb 0000:08:00.1: setting latency timer to 64
  alloc irq_desc for 98 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.1: irq 98 for MSI/MSI-X
  alloc irq_desc for 99 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.1: irq 99 for MSI/MSI-X
igb 0000:08:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.1: eth1: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fd
igb 0000:08:00.1: eth1: PBA No: E84069-010
igb 0000:08:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B1] enabled at IRQ 33
  alloc irq_desc for 33 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.2: PCI INT B -> Link[I0B1] -> GSI 33 (level, high) -> IRQ 33
igb 0000:08:00.2: setting latency timer to 64
  alloc irq_desc for 100 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.2: irq 100 for MSI/MSI-X
  alloc irq_desc for 101 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.2: irq 101 for MSI/MSI-X
igb 0000:08:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.2: eth2: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fe
igb 0000:08:00.2: eth2: PBA No: E84069-010
igb 0000:08:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B0] enabled at IRQ 32
  alloc irq_desc for 32 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.3: PCI INT A -> Link[I0B0] -> GSI 32 (level, high) -> IRQ 32
igb 0000:08:00.3: setting latency timer to 64
  alloc irq_desc for 102 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.3: irq 102 for MSI/MSI-X
  alloc irq_desc for 103 on node -1
  alloc kstat_irqs on node -1
igb 0000:08:00.3: irq 103 for MSI/MSI-X
igb 0000:08:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.3: eth3: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:ff
igb 0000:08:00.3: eth3: PBA No: E84069-010
igb 0000:08:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I033] enabled at IRQ 63
  alloc irq_desc for 63 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.0: PCI INT D -> Link[I033] -> GSI 63 (level, high) -> IRQ 63
igb 0000:44:00.0: setting latency timer to 64
  alloc irq_desc for 104 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.0: irq 104 for MSI/MSI-X
  alloc irq_desc for 105 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.0: irq 105 for MSI/MSI-X
igb 0000:44:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.0: eth4: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:30
igb 0000:44:00.0: eth4: PBA No: E84069-010
igb 0000:44:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I032] enabled at IRQ 62
  alloc irq_desc for 62 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.1: PCI INT C -> Link[I032] -> GSI 62 (level, high) -> IRQ 62
igb 0000:44:00.1: setting latency timer to 64
  alloc irq_desc for 106 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.1: irq 106 for MSI/MSI-X
  alloc irq_desc for 107 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.1: irq 107 for MSI/MSI-X
igb 0000:44:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.1: eth5: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:31
igb 0000:44:00.1: eth5: PBA No: E84069-010
igb 0000:44:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I031] enabled at IRQ 61
  alloc irq_desc for 61 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.2: PCI INT B -> Link[I031] -> GSI 61 (level, high) -> IRQ 61
igb 0000:44:00.2: setting latency timer to 64
  alloc irq_desc for 108 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.2: irq 108 for MSI/MSI-X
  alloc irq_desc for 109 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.2: irq 109 for MSI/MSI-X
igb 0000:44:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.2: eth6: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:32
igb 0000:44:00.2: eth6: PBA No: E84069-010
igb 0000:44:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I030] enabled at IRQ 60
  alloc irq_desc for 60 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.3: PCI INT A -> Link[I030] -> GSI 60 (level, high) -> IRQ 60
igb 0000:44:00.3: setting latency timer to 64
  alloc irq_desc for 110 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.3: irq 110 for MSI/MSI-X
  alloc irq_desc for 111 on node -1
  alloc kstat_irqs on node -1
igb 0000:44:00.3: irq 111 for MSI/MSI-X
igb 0000:44:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.3: eth7: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:33
igb 0000:44:00.3: eth7: PBA No: E84069-010
igb 0000:44:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B3] enabled at IRQ 67
  alloc irq_desc for 67 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.0: PCI INT D -> Link[I0B3] -> GSI 67 (level, high) -> IRQ 67
igb 0000:41:00.0: setting latency timer to 64
  alloc irq_desc for 112 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.0: irq 112 for MSI/MSI-X
  alloc irq_desc for 113 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.0: irq 113 for MSI/MSI-X
igb 0000:41:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.0: eth8: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:98
igb 0000:41:00.0: eth8: PBA No: E84069-010
igb 0000:41:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B2] enabled at IRQ 66
  alloc irq_desc for 66 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.1: PCI INT C -> Link[I0B2] -> GSI 66 (level, high) -> IRQ 66
igb 0000:41:00.1: setting latency timer to 64
  alloc irq_desc for 114 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.1: irq 114 for MSI/MSI-X
  alloc irq_desc for 115 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.1: irq 115 for MSI/MSI-X
igb 0000:41:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.1: eth9: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:99
igb 0000:41:00.1: eth9: PBA No: E84069-010
igb 0000:41:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B1] enabled at IRQ 65
  alloc irq_desc for 65 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.2: PCI INT B -> Link[I0B1] -> GSI 65 (level, high) -> IRQ 65
igb 0000:41:00.2: setting latency timer to 64
  alloc irq_desc for 116 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.2: irq 116 for MSI/MSI-X
  alloc irq_desc for 117 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.2: irq 117 for MSI/MSI-X
igb 0000:41:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.2: eth10: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:9a
igb 0000:41:00.2: eth10: PBA No: E84069-010
igb 0000:41:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
ACPI: PCI Interrupt Link [I0B0] enabled at IRQ 64
  alloc irq_desc for 64 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.3: PCI INT A -> Link[I0B0] -> GSI 64 (level, high) -> IRQ 64
igb 0000:41:00.3: setting latency timer to 64
  alloc irq_desc for 118 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.3: irq 118 for MSI/MSI-X
  alloc irq_desc for 119 on node -1
  alloc kstat_irqs on node -1
igb 0000:41:00.3: irq 119 for MSI/MSI-X
igb 0000:41:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.3: eth11: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:9b
igb 0000:41:00.3: eth11: PBA No: E84069-010
igb 0000:41:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
power_meter ACPI000D:00: Found ACPI power meter.
tg3.c:v3.122 (December 7, 2011)
ACPI: PCI Interrupt Link [I0C0] enabled at IRQ 36
  alloc irq_desc for 36 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: PCI INT A -> Link[I0C0] -> GSI 36 (level, high) -> IRQ 36
tg3 0000:04:00.0: setting latency timer to 64
tg3 0000:04:00.0: eth12: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:e8
tg3 0000:04:00.0: eth12: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.0: eth12: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.0: eth12: dma_rwctrl[00000001] dma_mask[64-bit]
ACPI: PCI Interrupt Link [I0C1] enabled at IRQ 37
  alloc irq_desc for 37 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.1: PCI INT B -> Link[I0C1] -> GSI 37 (level, high) -> IRQ 37
tg3 0000:04:00.1: setting latency timer to 64
tg3 0000:04:00.1: eth13: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:e9
tg3 0000:04:00.1: eth13: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.1: eth13: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.1: eth13: dma_rwctrl[00000001] dma_mask[64-bit]
tg3 0000:04:00.2: PCI INT A -> Link[I0C0] -> GSI 36 (level, high) -> IRQ 36
tg3 0000:04:00.2: setting latency timer to 64
tg3 0000:04:00.2: eth14: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:ea
tg3 0000:04:00.2: eth14: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.2: eth14: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.2: eth14: dma_rwctrl[00000001] dma_mask[64-bit]
tg3 0000:04:00.3: PCI INT B -> Link[I0C1] -> GSI 37 (level, high) -> IRQ 37
tg3 0000:04:00.3: setting latency timer to 64
tg3 0000:04:00.3: eth15: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:eb
tg3 0000:04:00.3: eth15: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.3: eth15: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.3: eth15: dma_rwctrl[00000001] dma_mask[64-bit]
udev: renamed network interface eth12 to rename14
platform microcode: firmware: requesting amd-ucode/microcode_amd_fam15h.bin
microcode: CPU0: patch_level=0x600062e
microcode: CPU1: patch_level=0x600062e
microcode: CPU2: patch_level=0x600062e
microcode: CPU3: patch_level=0x600062e
microcode: CPU4: patch_level=0x600062e
microcode: CPU5: patch_level=0x600062e
microcode: CPU6: patch_level=0x600062e
microcode: CPU7: patch_level=0x600062e
microcode: CPU8: patch_level=0x600062e
microcode: CPU9: patch_level=0x600062e
microcode: CPU10: patch_level=0x600062e
microcode: CPU11: patch_level=0x600062e
microcode: CPU12: patch_level=0x600062e
microcode: CPU13: patch_level=0x600062e
microcode: CPU14: patch_level=0x600062e
microcode: CPU15: patch_level=0x600062e
microcode: CPU16: patch_level=0x600062e
microcode: CPU17: patch_level=0x600062e
microcode: CPU18: patch_level=0x600062e
microcode: CPU19: patch_level=0x600062e
microcode: CPU20: patch_level=0x600062e
microcode: CPU21: patch_level=0x600062e
microcode: CPU22: patch_level=0x600062e
microcode: CPU23: patch_level=0x600062e
microcode: CPU24: patch_level=0x600062e
microcode: CPU25: patch_level=0x600062e
microcode: CPU26: patch_level=0x600062e
microcode: CPU27: patch_level=0x600062e
microcode: CPU28: patch_level=0x600062e
microcode: CPU29: patch_level=0x600062e
microcode: CPU30: patch_level=0x600062e
microcode: CPU31: patch_level=0x600062e
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
readahead: starting
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
Loading kernel module for a network device with CAP_SYS_MODULE (deprecated).  Use CAP_NET_ADMIN and alias netdev-bond0 instead
tg3 0000:04:00.3: PCI INT B disabled
tg3 0000:04:00.2: PCI INT A disabled
tg3 0000:04:00.1: PCI INT B disabled
tg3 0000:04:00.0: PCI INT A disabled
igb 0000:41:00.3: PCI INT A disabled
igb 0000:41:00.2: PCI INT B disabled
igb 0000:41:00.1: PCI INT C disabled
igb 0000:41:00.0: PCI INT D disabled
igb 0000:44:00.3: PCI INT A disabled
igb 0000:44:00.2: PCI INT B disabled
igb 0000:44:00.1: PCI INT C disabled
igb 0000:44:00.0: PCI INT D disabled
igb 0000:08:00.3: PCI INT A disabled
igb 0000:08:00.2: PCI INT B disabled
igb 0000:08:00.1: PCI INT C disabled
igb 0000:08:00.0: PCI INT D disabled
tg3.c:v3.122 (December 7, 2011)
tg3 0000:04:00.0: PCI INT A -> Link[I0C0] -> GSI 36 (level, high) -> IRQ 36
tg3 0000:04:00.0: setting latency timer to 64
tg3 0000:04:00.0: eth0: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:e8
tg3 0000:04:00.0: eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.0: eth0: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.0: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
tg3 0000:04:00.1: PCI INT B -> Link[I0C1] -> GSI 37 (level, high) -> IRQ 37
tg3 0000:04:00.1: setting latency timer to 64
udev: renamed network interface eth0 to eth13
tg3 0000:04:00.1: eth0: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:e9
tg3 0000:04:00.1: eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.1: eth0: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.1: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
tg3 0000:04:00.2: PCI INT A -> Link[I0C0] -> GSI 36 (level, high) -> IRQ 36
tg3 0000:04:00.2: setting latency timer to 64
udev: renamed network interface eth0 to rename21
tg3 0000:04:00.2: eth0: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:ea
tg3 0000:04:00.2: eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.2: eth0: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.2: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
tg3 0000:04:00.3: PCI INT B -> Link[I0C1] -> GSI 37 (level, high) -> IRQ 37
tg3 0000:04:00.3: setting latency timer to 64
udev: renamed network interface eth0 to eth14
tg3 0000:04:00.3: eth0: Tigon3 [partno(629133-001) rev 5719001] (PCI Express) MAC address ac:16:2d:77:8c:eb
tg3 0000:04:00.3: eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
tg3 0000:04:00.3: eth0: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
tg3 0000:04:00.3: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
udev: renamed network interface eth0 to eth15
Intel(R) Gigabit Ethernet Network Driver - version 3.0.22
Copyright (c) 2007-2010 Intel Corporation.
igb 0000:08:00.0: PCI INT D -> Link[I0B3] -> GSI 35 (level, high) -> IRQ 35
igb 0000:08:00.0: setting latency timer to 64
igb 0000:08:00.0: irq 96 for MSI/MSI-X
igb 0000:08:00.0: irq 97 for MSI/MSI-X
hpn: hpn_tick_per_msec 2094854 hpn_tick_per_slot 523713 hpn_tick_per_pace_cycle 2145128448
hpn: hpn_segment_t 24 hpn_frame_t 88 hpn_frag 16 hpn_packet_desc 184/184
hpn: register_hpndev: dev=eth0 tag=igb link sleep 1/0
igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.0: eth0: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fc
igb 0000:08:00.0: eth0: PBA No: E84069-010
igb 0000:08:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:08:00.1: PCI INT C -> Link[I0B2] -> GSI 34 (level, high) -> IRQ 34
igb 0000:08:00.1: setting latency timer to 64
igb 0000:08:00.1: irq 98 for MSI/MSI-X
igb 0000:08:00.1: irq 99 for MSI/MSI-X
hpn: register_hpndev: dev=eth1 tag=igb link sleep 1/0
igb 0000:08:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.1: eth1: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fd
igb 0000:08:00.1: eth1: PBA No: E84069-010
igb 0000:08:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:08:00.2: PCI INT B -> Link[I0B1] -> GSI 33 (level, high) -> IRQ 33
igb 0000:08:00.2: setting latency timer to 64
igb 0000:08:00.2: irq 100 for MSI/MSI-X
igb 0000:08:00.2: irq 101 for MSI/MSI-X
igb 0000:08:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.2: eth2: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:fe
igb 0000:08:00.2: eth2: PBA No: E84069-010
igb 0000:08:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:08:00.3: PCI INT A -> Link[I0B0] -> GSI 32 (level, high) -> IRQ 32
igb 0000:08:00.3: setting latency timer to 64
igb 0000:08:00.3: irq 102 for MSI/MSI-X
igb 0000:08:00.3: irq 103 for MSI/MSI-X
igb 0000:08:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.3: eth3: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ee:ff
igb 0000:08:00.3: eth3: PBA No: E84069-010
igb 0000:08:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:44:00.0: PCI INT D -> Link[I033] -> GSI 63 (level, high) -> IRQ 63
igb 0000:44:00.0: setting latency timer to 64
igb 0000:44:00.0: irq 104 for MSI/MSI-X
igb 0000:44:00.0: irq 105 for MSI/MSI-X
igb 0000:44:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.0: eth4: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:30
igb 0000:44:00.0: eth4: PBA No: E84069-010
igb 0000:44:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:44:00.1: PCI INT C -> Link[I032] -> GSI 62 (level, high) -> IRQ 62
igb 0000:44:00.1: setting latency timer to 64
igb 0000:44:00.1: irq 106 for MSI/MSI-X
igb 0000:44:00.1: irq 107 for MSI/MSI-X
igb 0000:44:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.1: eth5: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:31
igb 0000:44:00.1: eth5: PBA No: E84069-010
igb 0000:44:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:44:00.2: PCI INT B -> Link[I031] -> GSI 61 (level, high) -> IRQ 61
igb 0000:44:00.2: setting latency timer to 64
igb 0000:44:00.2: irq 108 for MSI/MSI-X
igb 0000:44:00.2: irq 109 for MSI/MSI-X
igb 0000:44:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.2: eth6: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:32
igb 0000:44:00.2: eth6: PBA No: E84069-010
igb 0000:44:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:44:00.3: PCI INT A -> Link[I030] -> GSI 60 (level, high) -> IRQ 60
igb 0000:44:00.3: setting latency timer to 64
igb 0000:44:00.3: irq 110 for MSI/MSI-X
igb 0000:44:00.3: irq 111 for MSI/MSI-X
igb 0000:44:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:44:00.3: eth7: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:ef:33
igb 0000:44:00.3: eth7: PBA No: E84069-010
igb 0000:44:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:41:00.0: PCI INT D -> Link[I0B3] -> GSI 67 (level, high) -> IRQ 67
igb 0000:41:00.0: setting latency timer to 64
igb 0000:41:00.0: irq 112 for MSI/MSI-X
igb 0000:41:00.0: irq 113 for MSI/MSI-X
hpn: register_hpndev: dev=eth8 tag=igb link sleep 1/0
igb 0000:41:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.0: eth8: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:98
igb 0000:41:00.0: eth8: PBA No: E84069-010
igb 0000:41:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:41:00.1: PCI INT C -> Link[I0B2] -> GSI 66 (level, high) -> IRQ 66
igb 0000:41:00.1: setting latency timer to 64
igb 0000:41:00.1: irq 114 for MSI/MSI-X
igb 0000:41:00.1: irq 115 for MSI/MSI-X
hpn: register_hpndev: dev=eth9 tag=igb link sleep 1/0
igb 0000:41:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.1: eth9: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:99
igb 0000:41:00.1: eth9: PBA No: E84069-010
igb 0000:41:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:41:00.2: PCI INT B -> Link[I0B1] -> GSI 65 (level, high) -> IRQ 65
igb 0000:41:00.2: setting latency timer to 64
igb 0000:41:00.2: irq 116 for MSI/MSI-X
igb 0000:41:00.2: irq 117 for MSI/MSI-X
igb 0000:41:00.2: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.2: eth10: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:9a
igb 0000:41:00.2: eth10: PBA No: E84069-010
igb 0000:41:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
igb 0000:41:00.3: PCI INT A -> Link[I0B0] -> GSI 64 (level, high) -> IRQ 64
igb 0000:41:00.3: setting latency timer to 64
igb 0000:41:00.3: irq 118 for MSI/MSI-X
igb 0000:41:00.3: irq 119 for MSI/MSI-X
igb 0000:41:00.3: Intel(R) Gigabit Ethernet Network Connection
igb 0000:41:00.3: eth11: (PCIe:5.0GT/s:Width x4) ac:16:2d:94:f2:9b
igb 0000:41:00.3: eth11: PBA No: E84069-010
igb 0000:41:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
e1000e: Intel(R) PRO/1000 Network Driver - 1.3.17
e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
Intel(R) 10 Gigabit PCI Express Network Driver - version 3.8.21
Copyright (c) 1999-2012 Intel Corporation.
lo: Disabled Privacy Extensions
bonding: bond0: Setting MII monitoring interval to 100.
bonding: bond0: setting mode to active-backup (1).
8021q: adding VLAN 0 to HW filter on device bond0
ADDRCONF(NETDEV_UP): bond0: link is not ready
bonding: bond0: Adding slave eth13.
  alloc irq_desc for 120 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: irq 120 for MSI/MSI-X
  alloc irq_desc for 121 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: irq 121 for MSI/MSI-X
  alloc irq_desc for 122 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: irq 122 for MSI/MSI-X
  alloc irq_desc for 123 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: irq 123 for MSI/MSI-X
  alloc irq_desc for 124 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.0: irq 124 for MSI/MSI-X
bonding: bond0: enslaving eth13 as a backup interface with a down link.
bonding: bond0: Unable to set eth12 as primary slave.
tg3 0000:04:00.0: eth13: Link is up at 1000 Mbps, full duplex
tg3 0000:04:00.0: eth13: Flow control is on for TX and on for RX
tg3 0000:04:00.0: eth13: EEE is disabled
bond0: link status definitely up for interface eth13, 1000 Mbps full duplex.
bonding: bond0: making interface eth13 the new active one.
bonding: bond0: first active interface up!
ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
bonding: bond1: Setting MII monitoring interval to 100.
bonding: bond1: setting mode to 802.3ad (4).
bonding: bond1: Setting LACP rate to fast (1).
8021q: adding VLAN 0 to HW filter on device bond1
ADDRCONF(NETDEV_UP): bond1: link is not ready
bonding: bond1: Adding slave eth10.
8021q: adding VLAN 0 to HW filter on device eth10
bonding: bond1: enslaving eth10 as a backup interface with a down link.
bonding: bond1: Adding slave eth11.
8021q: adding VLAN 0 to HW filter on device eth11
bonding: bond1: enslaving eth11 as a backup interface with a down link.
bonding: bond1: Adding slave eth4.
8021q: adding VLAN 0 to HW filter on device eth4
bonding: bond1: enslaving eth4 as a backup interface with a down link.
bonding: bond1: Adding slave eth5.
8021q: adding VLAN 0 to HW filter on device eth5
bonding: bond1: enslaving eth5 as a backup interface with a down link.
bonding: bond1: Adding slave eth6.
8021q: adding VLAN 0 to HW filter on device eth6
bonding: bond1: enslaving eth6 as a backup interface with a down link.
bonding: bond1: Adding slave eth7.
8021q: adding VLAN 0 to HW filter on device eth7
bonding: bond1: enslaving eth7 as a backup interface with a down link.
igb: eth11 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth11, 1000 Mbps full duplex.
ADDRCONF(NETDEV_CHANGE): bond1: link becomes ready
igb: eth6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth6, 1000 Mbps full duplex.
igb: eth7 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth7, 1000 Mbps full duplex.
igb: eth10 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth10, 1000 Mbps full duplex.
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth4, 1000 Mbps full duplex.
igb: eth5 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
bond1: link status definitely up for interface eth5, 1000 Mbps full duplex.
igb 0000:08:00.0: changing MTU from 1500 to 9000
8021q: adding VLAN 0 to HW filter on device eth0
ADDRCONF(NETDEV_UP): eth0: link is not ready
igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
bond0: no IPv6 routers present
igb 0000:08:00.1: changing MTU from 1500 to 9000
8021q: adding VLAN 0 to HW filter on device eth1
ADDRCONF(NETDEV_UP): eth1: link is not ready
igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
igb 0000:41:00.0: changing MTU from 1500 to 9000
bond1: no IPv6 routers present
8021q: adding VLAN 0 to HW filter on device eth8
ADDRCONF(NETDEV_UP): eth8: link is not ready
igb: eth8 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth8: link becomes ready
igb 0000:41:00.1: changing MTU from 1500 to 9000
8021q: adding VLAN 0 to HW filter on device eth9
ADDRCONF(NETDEV_UP): eth9: link is not ready
eth0: no IPv6 routers present
igb: eth9 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
ADDRCONF(NETDEV_CHANGE): eth9: link becomes ready
  alloc irq_desc for 125 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.2: irq 125 for MSI/MSI-X
  alloc irq_desc for 126 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.2: irq 126 for MSI/MSI-X
  alloc irq_desc for 127 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.2: irq 127 for MSI/MSI-X
  alloc irq_desc for 128 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.2: irq 128 for MSI/MSI-X
  alloc irq_desc for 129 on node -1
  alloc kstat_irqs on node -1
tg3 0000:04:00.2: irq 129 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth14: link is not ready
eth1: no IPv6 routers present
tg3 0000:04:00.2: eth14: Link is up at 1000 Mbps, full duplex
tg3 0000:04:00.2: eth14: Flow control is off for TX and off for RX
tg3 0000:04:00.2: eth14: EEE is disabled
ADDRCONF(NETDEV_CHANGE): eth14: link becomes ready
eth8: no IPv6 routers present
EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts:
SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
XFS (md0): Mounting Filesystem
XFS (md0): Ending clean mount
Adding 4300792k swap on /dev/sda3.  Priority:-1 extents:1 across:4300792k
process `snmptrapd' is using obsolete setsockopt SO_BSDCOMPAT
bonding: bond0: Setting MII monitoring interval to 100.
unable to update mode of bond0 because it has slaves.
8021q: adding VLAN 0 to HW filter on device bond0
bonding: bond0: Unable to set eth12 as primary slave.
bonding: bond1: Setting MII monitoring interval to 100.
unable to update mode of bond1 because it has slaves.
bonding: bond1: Setting LACP rate to fast (1).
8021q: adding VLAN 0 to HW filter on device bond1
eth9: no IPv6 routers present
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
eth14: no IPv6 routers present
bond0: no IPv6 routers present
bond1: no IPv6 routers present
process `isc' is using obsolete setsockopt SO_BSDCOMPAT
process `nodeagent' is using obsolete setsockopt SO_BSDCOMPAT
process `isc' is using obsolete setsockopt SO_BSDCOMPAT
process `snmpd' is using obsolete setsockopt SO_BSDCOMPAT
device bond0 entered promiscuous mode
device eth13 entered promiscuous mode
device bond0 left promiscuous mode
device eth13 left promiscuous mode
device bond0 entered promiscuous mode
device eth13 entered promiscuous mode
device bond0 left promiscuous mode
device eth13 left promiscuous mode
device bond0 entered promiscuous mode
device eth13 entered promiscuous mode
device bond0 left promiscuous mode
device eth13 left promiscuous mode
device bond0 entered promiscuous mode
device eth13 entered promiscuous mode
device bond0 left promiscuous mode
device eth13 left promiscuous mode
device bond0 entered promiscuous mode
device eth13 entered promiscuous mode
device bond0 left promiscuous mode
device eth13 left promiscuous mode
CE: hpet increasing min_delta_ns to 40226 nsec
hpsa 0000:03:00.0: Abort request on C3:B0:T0:L4
hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
hpsa 0000:03:00.0: FAILED abort on device C3:B0:T0:L4
hpsa 0000:03:00.0: resetting device 3:0:0:4
hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
hpsa 0000:03:00.0: resetting device failed.
sd 3:0:0:4: Device offlined - not ready after error recovery
sd 3:0:0:4: [sde] Unhandled error code
sd 3:0:0:4: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT
sd 3:0:0:4: [sde] CDB: Write(16): 8a 00 00 00 00 02 39 90 e9 60 00 00 0c 08 00 00
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: [sde] killing request
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: [sde] Unhandled error code
sd 3:0:0:4: [sde] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
sd 3:0:0:4: [sde] CDB: Write(10): 2a 00 b6 43 28 00 00 0c 98 00
Buffer I/O error on device md0, logical block 3583397932
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397933
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397934
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397935
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397936
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397937
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397938
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397939
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3583397940
lost page write due to I/O error on md0
XFS (md0): Device md0: metadata write error block 0x3794263f8
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
__ratelimit: 9771 callbacks suppressed
Buffer I/O error on device md0, logical block 573381000
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381001
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381002
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381003
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381004
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381005
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381006
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381007
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381008
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 573381009
lost page write due to I/O error on md0
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
XFS (md0): Device md0: metadata write error block 0x1c020
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
__ratelimit: 1291 callbacks suppressed
Buffer I/O error on device md0, logical block 3153385284
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385285
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385286
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385287
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385288
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385289
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385290
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385291
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385292
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 3153385293
lost page write due to I/O error on md0
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
XFS (md0): Device md0: metadata write error block 0x11820
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
__ratelimit: 2791 callbacks suppressed
Buffer I/O error on device md0, logical block 2866984563
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984564
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984565
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984566
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984567
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984568
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984569
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984570
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984571
lost page write due to I/O error on md0
Buffer I/O error on device md0, logical block 2866984572
lost page write due to I/O error on md0
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
sd 3:0:0:4: rejecting I/O to offline device
XFS (md0): I/O error occurred: meta-data dev md0 block 0x26870       ("xfs_trans_read_buf") error 5 buf count 8192
XFS (md0): xfs_do_force_shutdown(0x1) called from line 396 of file fs/xfs/xfs_trans_buf.c.  Return address = 0xffffffffa2c4496d
XFS (md0): I/O Error Detected. Shutting down filesystem
XFS (md0): Please umount the filesystem and rectify the problem(s)
XFS (md0): xfs_imap_to_bp: xfs_trans_read_buf() returned error 5.
XFS (md0): xfs_iunlink_remove: xfs_itobp() returned error 5.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
CE: hpet increasing min_delta_ns to 60338 nsec
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
ip_tables: (C) 2000-2006 Netfilter Core Team
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.
SysRq : Show Blocked State
  task                        PC stack   pid father
uds64         D 000000000000001f     0  6246   5075 0x00000080
 ffff88089aec7c48 0000000000000082 0000000000000000 ffff88089aec7c0c
 ffff880600000000 0000000000000286 ffff88089aec7be8 ffffffff8107e0cc
 ffff88089aeadab8 ffff88089aec7fd8 000000000000fb88 ffff88089aeadab8
Call Trace:
 [<ffffffff8107e0cc>] ? lock_timer_base+0x3c/0x70
 [<ffffffff814ff2d2>] schedule_timeout+0x192/0x2e0
 [<ffffffff8107e1e0>] ? process_timeout+0x0/0x10
 [<ffffffff814ff43e>] schedule_timeout_uninterruptible+0x1e/0x20
 [<ffffffff8107f280>] msleep+0x20/0x30
 [<ffffffffa016964a>] hpn_copy_completion+0x1ba/0x380 [xhpn]
 [<ffffffff8100bc0e>] ? apic_timer_interrupt+0xe/0x20
 [<ffffffffa016a083>] hpn_ioctl+0x6f3/0x9c0 [xhpn]
 [<ffffffff810a6410>] ? do_futex+0x100/0xb00
 [<ffffffff8100bc0e>] ? apic_timer_interrupt+0xe/0x20
 [<ffffffff8104456c>] ? __do_page_fault+0x1ec/0x480
 [<ffffffff8118d642>] vfs_ioctl+0x22/0xa0
 [<ffffffff8118d7e4>] do_vfs_ioctl+0x84/0x580
 [<ffffffff81163998>] ? kfree+0x8/0x320
 [<ffffffff8118dd61>] sys_ioctl+0x81/0xa0
 [<ffffffff8100b0f2>] system_call_fastpath+0x16/0x1b
uds64         D 000000000000001b     0  6258   5075 0x00000080
 ffff88048fa79c48 0000000000000082 0000000000000000 ffff88048fa79c0c
 0000000000000000 0000000000000286 ffff88048fa79be8 ffffffff8107e0cc
 ffff8804bb0c7098 ffff88048fa79fd8 000000000000fb88 ffff8804bb0c7098
Call Trace:
 [<ffffffff8107e0cc>] ? lock_timer_base+0x3c/0x70
 [<ffffffff814ff2d2>] schedule_timeout+0x192/0x2e0
 [<ffffffff8107e1e0>] ? process_timeout+0x0/0x10
 [<ffffffff814ff43e>] schedule_timeout_uninterruptible+0x1e/0x20
 [<ffffffff8107f280>] msleep+0x20/0x30
 [<ffffffffa016964a>] hpn_copy_completion+0x1ba/0x380 [xhpn]
 [<ffffffff8100bc0e>] ? apic_timer_interrupt+0xe/0x20
 [<ffffffffa016a083>] hpn_ioctl+0x6f3/0x9c0 [xhpn]
 [<ffffffff810a6410>] ? do_futex+0x100/0xb00
 [<ffffffff8100bc0e>] ? apic_timer_interrupt+0xe/0x20
 [<ffffffffa0169990>] ? hpn_ioctl+0x0/0x9c0 [xhpn]
 [<ffffffff8118d642>] vfs_ioctl+0x22/0xa0
 [<ffffffff8118d7d3>] ? do_vfs_ioctl+0x73/0x580
 [<ffffffff8118d7e4>] do_vfs_ioctl+0x84/0x580
 [<ffffffff8118dd61>] sys_ioctl+0x81/0xa0
 [<ffffffff8100b0f2>] system_call_fastpath+0x16/0x1b
Sched Debug Version: v0.09, 2.6.32-279.el6.x86_64 #1
now at 1121678713.930834 msecs
  .jiffies                                 : 5416346009
  .sysctl_sched_latency                    : 20.000000
  .sysctl_sched_min_granularity            : 4.000000
  .sysctl_sched_wakeup_granularity         : 4.000000
  .sysctl_sched_child_runs_first           : 0.000000
  .sysctl_sched_features                   : 3183
  .sysctl_sched_tunable_scaling            : 1 (logaritmic)

cpu#0, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 4013609501
  .nr_load_updates               : 395827184
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346008
  .curr->pid                     : 0
  .clock                         : 1121678710.049564
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 65
  .cpu_load[2]                   : 144
  .cpu_load[3]                   : 223
  .cpu_load[4]                   : 289
  .yld_count                     : 33942955
  .sched_switch                  : 0
  .sched_count                   : -219251287
  .sched_goidle                  : 1822782266
  .avg_idle                      : 980326
  .ttwu_count                    : -2120395692
  .ttwu_local                    : 2099464192
  .bkl_count                     : 7364

cfs_rq[0]:/
  .exec_clock                    : 108315843.148023
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 48505810.540807
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : 0.000000
  .nr_spread_over                : 53
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[0]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.216520
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#1, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 210013867
  .nr_load_updates               : 1121484701
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346011
  .curr->pid                     : 0
  .clock                         : 1121678714.138327
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 214
  .cpu_load[2]                   : 386
  .cpu_load[3]                   : 459
  .cpu_load[4]                   : 515
  .yld_count                     : 42429638
  .sched_switch                  : 0
  .sched_count                   : 251384859
  .sched_goidle                  : 98586353
  .avg_idle                      : 875160
  .ttwu_count                    : 107045790
  .ttwu_local                    : 33058608
  .bkl_count                     : 741

cfs_rq[1]:/
  .exec_clock                    : 50119174.449790
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 40731195.496857
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -7774615.043950
  .nr_spread_over                : 1
  .nr_running                    : 1
  .load                          : 1024
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[1]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.340054
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#2, 2094.854 MHz
  .nr_running                    : 1
  .load                          : 1024
  .nr_switches                   : 1177209609
  .nr_load_updates               : 207565147
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346008
  .curr->pid                     : 1140
  .clock                         : 1121678710.043481
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 515
  .cpu_load[2]                   : 313
  .cpu_load[3]                   : 264
  .cpu_load[4]                   : 261
  .yld_count                     : 33963841
  .sched_switch                  : 0
  .sched_count                   : 1214469895
  .sched_goidle                  : 580161927
  .avg_idle                      : 1000000
  .ttwu_count                    : 591449622
  .ttwu_local                    : 34025157
  .bkl_count                     : 696

cfs_rq[2]:/
  .exec_clock                    : 42709749.622577
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 24735979.193150
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -23769831.347657
  .nr_spread_over                : 1459
  .nr_running                    : 1
  .load                          : 1024
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[2]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.029540
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------
R           bash  1140  24735969.193150       145   120  24735969.193150        59.398882    184104.129911 /

cpu#3, 2094.854 MHz
  .nr_running                    : 1
  .load                          : 1024
  .nr_switches                   : 171329540
  .nr_load_updates               : 133419759
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345970
  .curr->pid                     : 6014
  .clock                         : 1121678714.201326
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 1023
  .cpu_load[2]                   : 958
  .cpu_load[3]                   : 824
  .cpu_load[4]                   : 711
  .yld_count                     : 41884912
  .sched_switch                  : 0
  .sched_count                   : 212016982
  .sched_goidle                  : 81349038
  .avg_idle                      : 897584
  .ttwu_count                    : 86395776
  .ttwu_local                    : 17746955
  .bkl_count                     : 496

cfs_rq[3]:/
  .exec_clock                    : 48221637.937367
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 41293310.749151
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -7212499.791656
  .nr_spread_over                : 2
  .nr_running                    : 0
  .load                          : 1024
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[3]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.029252
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------
R       mb_proxy  6014  41293310.749151  15267393   120  41293310.749151   2370357.979905 1119046708.224981 /

cpu#4, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 78423453
  .nr_load_updates               : 99053511
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346011
  .curr->pid                     : 0
  .clock                         : 1121678714.249744
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 3
  .yld_count                     : 34134795
  .sched_switch                  : 0
  .sched_count                   : 111566704
  .sched_goidle                  : 37602434
  .avg_idle                      : 1000000
  .ttwu_count                    : 38718277
  .ttwu_local                    : 16492227
  .bkl_count                     : 244

cfs_rq[4]:/
  .exec_clock                    : 14539943.100867
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 11385937.963364
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -37119872.577443
  .nr_spread_over                : 30
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[4]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.365124
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#5, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 59694428
  .nr_load_updates               : 57243576
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346056
  .curr->pid                     : 0
  .clock                         : 1121678714.290785
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 8
  .cpu_load[2]                   : 45
  .cpu_load[3]                   : 64
  .cpu_load[4]                   : 65
  .yld_count                     : 34589289
  .sched_switch                  : 0
  .sched_count                   : 93091387
  .sched_goidle                  : 28463649
  .avg_idle                      : 1000000
  .ttwu_count                    : 29471912
  .ttwu_local                    : 14321301
  .bkl_count                     : 159

cfs_rq[5]:/
  .exec_clock                    : 11082219.612015
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 9243716.018183
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -39262094.522624
  .nr_spread_over                : 1
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[5]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#6, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 63965372
  .nr_load_updates               : 97310131
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345898
  .curr->pid                     : 0
  .clock                         : 1121678706.560837
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 776
  .cpu_load[2]                   : 493
  .cpu_load[3]                   : 298
  .cpu_load[4]                   : 176
  .yld_count                     : 31449756
  .sched_switch                  : 0
  .sched_count                   : 94239820
  .sched_goidle                  : 29767870
  .avg_idle                      : 1000000
  .ttwu_count                    : 28889452
  .ttwu_local                    : 18409715
  .bkl_count                     : 136

cfs_rq[6]:/
  .exec_clock                    : 19822137.077239
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 84255113.857030
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : 35749303.316223
  .nr_spread_over                : 1543
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[6]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#7, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 47893236
  .nr_load_updates               : 127199031
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345997
  .curr->pid                     : 0
  .clock                         : 1121678706.314881
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 258
  .cpu_load[3]                   : 142
  .cpu_load[4]                   : 92
  .yld_count                     : 32527891
  .sched_switch                  : 0
  .sched_count                   : 79114150
  .sched_goidle                  : 21750509
  .avg_idle                      : 931690
  .ttwu_count                    : 20086533
  .ttwu_local                    : 12644278
  .bkl_count                     : 76

cfs_rq[7]:/
  .exec_clock                    : 45485639.175265
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 340381541.939833
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : 291875731.399026
  .nr_spread_over                : 1790
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[7]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.457099
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#8, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 27384601
  .nr_load_updates               : 28279011
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345933
  .curr->pid                     : 0
  .clock                         : 1121678706.443025
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 259
  .cpu_load[3]                   : 145
  .cpu_load[4]                   : 93
  .yld_count                     : 30816989
  .sched_switch                  : 0
  .sched_count                   : 57387266
  .sched_goidle                  : 12970755
  .avg_idle                      : 1000000
  .ttwu_count                    : 13238315
  .ttwu_local                    : 9264453
  .bkl_count                     : 19

cfs_rq[8]:/
  .exec_clock                    : 5297419.466426
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 4869725.953818
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -43636084.586989
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[8]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.034164
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#9, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 24122336
  .nr_load_updates               : 24834728
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345898
  .curr->pid                     : 0
  .clock                         : 1121678696.759262
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 256
  .cpu_load[3]                   : 128
  .cpu_load[4]                   : 64
  .yld_count                     : 31690948
  .sched_switch                  : 0
  .sched_count                   : 54819587
  .sched_goidle                  : 11302065
  .avg_idle                      : 888719
  .ttwu_count                    : 11623699
  .ttwu_local                    : 8008159
  .bkl_count                     : 24

cfs_rq[9]:/
  .exec_clock                    : 6528355.926331
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 6193460.700372
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -42312349.840435
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[9]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#10, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 24716353
  .nr_load_updates               : 24005792
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345724
  .curr->pid                     : 0
  .clock                         : 1121678706.483746
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 256
  .cpu_load[3]                   : 128
  .cpu_load[4]                   : 64
  .yld_count                     : 30201099
  .sched_switch                  : 0
  .sched_count                   : 54038396
  .sched_goidle                  : 11660230
  .avg_idle                      : 1000000
  .ttwu_count                    : 11966646
  .ttwu_local                    : 9099808
  .bkl_count                     : 12

cfs_rq[10]:/
  .exec_clock                    : 3811507.509182
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 6407854.785538
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -42097955.755269
  .nr_spread_over                : 37
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[10]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.021753
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#11, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 20850350
  .nr_load_updates               : 22052843
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345029
  .curr->pid                     : 0
  .clock                         : 1121678704.659745
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 256
  .cpu_load[3]                   : 128
  .cpu_load[4]                   : 64
  .yld_count                     : 30851760
  .sched_switch                  : 0
  .sched_count                   : 50657768
  .sched_goidle                  : 9686728
  .avg_idle                      : 1000000
  .ttwu_count                    : 9919906
  .ttwu_local                    : 7361830
  .bkl_count                     : 4

cfs_rq[11]:/
  .exec_clock                    : 5353641.751223
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 9031221.899194
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -39474588.641613
  .nr_spread_over                : 32
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[11]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.198679
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#12, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 20419406
  .nr_load_updates               : 21940356
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121678277.601146
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 28813259
  .sched_switch                  : 0
  .sched_count                   : 48657589
  .sched_goidle                  : 9666578
  .avg_idle                      : 1000000
  .ttwu_count                    : 9867538
  .ttwu_local                    : 6846423
  .bkl_count                     : 2

cfs_rq[12]:/
  .exec_clock                    : 5765191.552672
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 5575878.386622
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -42929932.154185
  .nr_spread_over                : 4
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[12]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#13, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 17792228
  .nr_load_updates               : 17106831
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345423
  .curr->pid                     : 0
  .clock                         : 1121678268.029645
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 29948435
  .sched_switch                  : 0
  .sched_count                   : 47029501
  .sched_goidle                  : 8322039
  .avg_idle                      : 1000000
  .ttwu_count                    : 8589797
  .ttwu_local                    : 5769008
  .bkl_count                     : 2

cfs_rq[13]:/
  .exec_clock                    : 5162435.376475
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 5020870.634699
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -43484939.906108
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[13]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#14, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 21133018
  .nr_load_updates               : 18826411
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121677662.361821
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 28974199
  .sched_switch                  : 0
  .sched_count                   : 49475741
  .sched_goidle                  : 10053720
  .avg_idle                      : 798158
  .ttwu_count                    : 10320849
  .ttwu_local                    : 9012654
  .bkl_count                     : 1

cfs_rq[14]:/
  .exec_clock                    : 3210878.218077
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 3063641.325291
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -45442169.215516
  .nr_spread_over                : 3
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[14]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#15, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 17239352
  .nr_load_updates               : 15318129
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121678706.457460
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 528
  .cpu_load[2]                   : 316
  .cpu_load[3]                   : 196
  .cpu_load[4]                   : 121
  .yld_count                     : 29814747
  .sched_switch                  : 0
  .sched_count                   : 46315416
  .sched_goidle                  : 8088511
  .avg_idle                      : 1000000
  .ttwu_count                    : 8285611
  .ttwu_local                    : 7032038
  .bkl_count                     : 1

cfs_rq[15]:/
  .exec_clock                    : 4054440.892198
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 3979684.358048
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -44526126.182759
  .nr_spread_over                : 6
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[15]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#16, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 199103670
  .nr_load_updates               : 131900878
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346006
  .curr->pid                     : 0
  .clock                         : 1121678709.434049
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 128
  .cpu_load[2]                   : 151
  .cpu_load[3]                   : 122
  .cpu_load[4]                   : 84
  .yld_count                     : 39474558
  .sched_switch                  : 0
  .sched_count                   : 237474392
  .sched_goidle                  : 93190201
  .avg_idle                      : 877980
  .ttwu_count                    : 102210864
  .ttwu_local                    : 28390430
  .bkl_count                     : 867

cfs_rq[16]:/
  .exec_clock                    : 37124149.627377
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 27307370.529025
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -21198440.011782
  .nr_spread_over                : 4
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[16]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#17, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 22704051
  .nr_load_updates               : 17769334
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345029
  .curr->pid                     : 0
  .clock                         : 1121677751.743487
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 22777559
  .sched_goidle                  : 10536210
  .avg_idle                      : 881455
  .ttwu_count                    : 12037579
  .ttwu_local                    : 11742053
  .bkl_count                     : 0

cfs_rq[17]:/
  .exec_clock                    : 1607656.798882
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 1271292.018793
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -47234518.522014
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[17]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#18, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 171420685
  .nr_load_updates               : 95923042
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345952
  .curr->pid                     : 0
  .clock                         : 1121678707.666639
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 5
  .cpu_load[4]                   : 30
  .yld_count                     : 37805729
  .sched_switch                  : 0
  .sched_count                   : 208340363
  .sched_goidle                  : 81316892
  .avg_idle                      : 942309
  .ttwu_count                    : 86754791
  .ttwu_local                    : 18864347
  .bkl_count                     : 476

cfs_rq[18]:/
  .exec_clock                    : 30814364.865462
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 23770883.466633
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -24734927.074174
  .nr_spread_over                : 3
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[18]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#19, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 573247107
  .nr_load_updates               : 406256420
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121677647.244210
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 573314363
  .sched_goidle                  : 283599869
  .avg_idle                      : 1000000
  .ttwu_count                    : 289608878
  .ttwu_local                    : 289572776
  .bkl_count                     : 0

cfs_rq[19]:/
  .exec_clock                    : 338425.705643
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 273278.949641
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -48232531.591166
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[19]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#20, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 62875075
  .nr_load_updates               : 50365448
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345342
  .curr->pid                     : 0
  .clock                         : 1121678705.907132
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 256
  .cpu_load[3]                   : 128
  .cpu_load[4]                   : 64
  .yld_count                     : 33904125
  .sched_switch                  : 0
  .sched_count                   : 95516516
  .sched_goidle                  : 29962492
  .avg_idle                      : 1000000
  .ttwu_count                    : 31101129
  .ttwu_local                    : 15786076
  .bkl_count                     : 128

cfs_rq[20]:/
  .exec_clock                    : 7921402.268621
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 6000207.684243
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -42505602.856564
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[20]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#21, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 11583123
  .nr_load_updates               : 13869313
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345812
  .curr->pid                     : 0
  .clock                         : 1121678514.370447
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 11653128
  .sched_goidle                  : 5647051
  .avg_idle                      : 1000000
  .ttwu_count                    : 5919367
  .ttwu_local                    : 5896437
  .bkl_count                     : 0

cfs_rq[21]:/
  .exec_clock                    : 543722.805737
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 524219.524845
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -47981591.015962
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[21]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#22, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 59235531
  .nr_load_updates               : 92458571
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345889
  .curr->pid                     : 0
  .clock                         : 1121678707.251583
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 512
  .cpu_load[2]                   : 256
  .cpu_load[3]                   : 128
  .cpu_load[4]                   : 64
  .yld_count                     : 32310828
  .sched_switch                  : 0
  .sched_count                   : 90531889
  .sched_goidle                  : 27234422
  .avg_idle                      : 1000000
  .ttwu_count                    : 25335291
  .ttwu_local                    : 16669950
  .bkl_count                     : 83

cfs_rq[22]:/
  .exec_clock                    : 13444082.172764
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 49093257.557208
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : 587447.016401
  .nr_spread_over                : 1699
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[22]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#23, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 570953625
  .nr_load_updates               : 406256978
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121677635.433490
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 571021268
  .sched_goidle                  : 282831724
  .avg_idle                      : 1000000
  .ttwu_count                    : 288116012
  .ttwu_local                    : 288097758
  .bkl_count                     : 0

cfs_rq[23]:/
  .exec_clock                    : 242826.817516
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 203989.501467
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -48301821.039340
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[23]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#24, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 21592805
  .nr_load_updates               : 17785038
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345029
  .curr->pid                     : 0
  .clock                         : 1121677632.417947
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 31562032
  .sched_switch                  : 0
  .sched_count                   : 52100658
  .sched_goidle                  : 10002986
  .avg_idle                      : 1000000
  .ttwu_count                    : 10360657
  .ttwu_local                    : 7111998
  .bkl_count                     : 14

cfs_rq[24]:/
  .exec_clock                    : 3721997.322485
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 3374754.796987
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -45131055.743820
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[24]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#25, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 11417294
  .nr_load_updates               : 13815105
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121677629.435517
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 11482894
  .sched_goidle                  : 5539684
  .avg_idle                      : 994060
  .ttwu_count                    : 5859310
  .ttwu_local                    : 5842525
  .bkl_count                     : 0

cfs_rq[25]:/
  .exec_clock                    : 548603.694973
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 481180.165078
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -48024630.375729
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[25]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#26, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 19922495
  .nr_load_updates               : 20318686
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345153
  .curr->pid                     : 0
  .clock                         : 1121677731.662291
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 31023497
  .sched_switch                  : 0
  .sched_count                   : 49858763
  .sched_goidle                  : 9186800
  .avg_idle                      : 1000000
  .ttwu_count                    : 9429540
  .ttwu_local                    : 7202407
  .bkl_count                     : 15

cfs_rq[26]:/
  .exec_clock                    : 4482051.581928
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 11331162.522148
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -37174648.043040
  .nr_spread_over                : 33
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[26]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#27, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 591441968
  .nr_load_updates               : 434771857
  .nr_uninterruptible            : 1
  .next_balance                  : 5416.345028
  .curr->pid                     : 0
  .clock                         : 1121678717.207846
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 591508707
  .sched_goidle                  : 292818240
  .avg_idle                      : 1000000
  .ttwu_count                    : 298621708
  .ttwu_local                    : 298604600
  .bkl_count                     : 0

cfs_rq[27]:/
  .exec_clock                    : 222131.948252
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 183604.866826
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -48322205.698362
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[27]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 4.397367
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#28, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 20147716
  .nr_load_updates               : 18627086
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121678712.830149
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 30471272
  .sched_switch                  : 0
  .sched_count                   : 49882240
  .sched_goidle                  : 9486875
  .avg_idle                      : 876824
  .ttwu_count                    : 9790597
  .ttwu_local                    : 7546570
  .bkl_count                     : 6

cfs_rq[28]:/
  .exec_clock                    : 4338804.870174
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 4167996.905185
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -44337813.660003
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[28]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#29, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 11210235
  .nr_load_updates               : 13496169
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.345032
  .curr->pid                     : 0
  .clock                         : 1121678624.212743
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 11280022
  .sched_goidle                  : 5473240
  .avg_idle                      : 1000000
  .ttwu_count                    : 5733767
  .ttwu_local                    : 5716129
  .bkl_count                     : 0

cfs_rq[29]:/
  .exec_clock                    : 513495.248409
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 516160.901971
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -47989649.834504
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[29]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

cpu#30, 2094.854 MHz
  .nr_running                    : 1
  .load                          : 1024
  .nr_switches                   : 18255631
  .nr_load_updates               : 15125446
  .nr_uninterruptible            : 0
  .next_balance                  : 5416.346119
  .curr->pid                     : 27448
  .clock                         : 1121678717.470112
  .cpu_load[0]                   : 1024
  .cpu_load[1]                   : 1024
  .cpu_load[2]                   : 1024
  .cpu_load[3]                   : 1024
  .cpu_load[4]                   : 1024
  .yld_count                     : 30179522
  .sched_switch                  : 0
  .sched_count                   : 47654873
  .sched_goidle                  : 8565598
  .avg_idle                      : 580184
  .ttwu_count                    : 8801226
  .ttwu_local                    : 6965489
  .bkl_count                     : 2

cfs_rq[30]:/
  .exec_clock                    : 2592334.291978
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 2759029.183277
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -45746781.553198
  .nr_spread_over                : 3
  .nr_running                    : 1
  .load                          : 1024
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[30]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 0.000000
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------
R           java 27448   2759029.183277    934177   120   2759029.183277  87282294.046546  73979089.752789 /

cpu#31, 2094.854 MHz
  .nr_running                    : 0
  .load                          : 0
  .nr_switches                   : 590560858
  .nr_load_updates               : 429109689
  .nr_uninterruptible            : 1
  .next_balance                  : 5416.345027
  .curr->pid                     : 0
  .clock                         : 1121678718.210866
  .cpu_load[0]                   : 0
  .cpu_load[1]                   : 0
  .cpu_load[2]                   : 0
  .cpu_load[3]                   : 0
  .cpu_load[4]                   : 0
  .yld_count                     : 0
  .sched_switch                  : 0
  .sched_count                   : 590628160
  .sched_goidle                  : 292433686
  .avg_idle                      : 1000000
  .ttwu_count                    : 298141086
  .ttwu_local                    : 298123686
  .bkl_count                     : 0

cfs_rq[31]:/
  .exec_clock                    : 194531.170854
  .MIN_vruntime                  : 0.000001
  .min_vruntime                  : 157894.883570
  .max_vruntime                  : 0.000001
  .spread                        : 0.000000
  .spread0                       : -48347916.123166
  .nr_spread_over                : 0
  .nr_running                    : 0
  .load                          : 0
  .load_avg                      : 0.000000
  .load_period                   : 0.000000
  .load_contrib                  : 0
  .load_tg                       : 0

rt_rq[31]:/
  .rt_nr_running                 : 0
  .rt_throttled                  : 0
  .rt_time                       : 4.337819
  .rt_runtime                    : 950.000000

runnable tasks:
            task   PID         tree-key  switches  prio     exec-runtime         sum-exec        sum-sleep
----------------------------------------------------------------------------------------------------------

XFS (md0): xfs_log_force: error 5 returned.
XFS (md0): xfs_log_force: error 5 returned.

[-- Attachment #3: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-10-02 11:05   ` Simon Dray
@ 2014-10-02 15:37     ` Eric Sandeen
  2014-10-02 17:30       ` Simon Dray
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Sandeen @ 2014-10-02 15:37 UTC (permalink / raw)
  To: Simon Dray, Dave Chinner; +Cc: xfs

On 10/2/14 6:05 AM, Simon Dray wrote:

...
> CE: hpet increasing min_delta_ns to 40226 nsec
> hpsa 0000:03:00.0: Abort request on C3:B0:T0:L4
> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
> hpsa 0000:03:00.0: FAILED abort on device C3:B0:T0:L4
> hpsa 0000:03:00.0: resetting device 3:0:0:4
> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
> hpsa 0000:03:00.0: resetting device failed.
> sd 3:0:0:4: Device offlined - not ready after error recovery
> sd 3:0:0:4: [sde] Unhandled error code
> sd 3:0:0:4: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT
> sd 3:0:0:4: [sde] CDB: Write(16): 8a 00 00 00 00 02 39 90 e9 60 00 00 0c 08 00 00
> sd 3:0:0:4: rejecting I/O to offline device
> sd 3:0:0:4: [sde] killing request
> sd 3:0:0:4: rejecting I/O to offline device
> sd 3:0:0:4: rejecting I/O to offline device
> sd 3:0:0:4: rejecting I/O to offline device
> sd 3:0:0:4: rejecting I/O to offline device
...
> sd 3:0:0:4: [sde] Unhandled error code
> sd 3:0:0:4: [sde] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
> sd 3:0:0:4: [sde] CDB: Write(10): 2a 00 b6 43 28 00 00 0c 98 00
> Buffer I/O error on device md0, logical block 3583397932
> lost page write due to I/O error on md0
> Buffer I/O error on device md0, logical block 3583397933
> lost page write due to I/O error on md0
...

It looks like you need to address your storage issues first, and then see what if any repair needs to be done on the xfs filesystem.

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-10-02 15:37     ` Eric Sandeen
@ 2014-10-02 17:30       ` Simon Dray
  2014-10-02 19:40         ` Eric Sandeen
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Dray @ 2014-10-02 17:30 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs

Eric

So would you say this is hardware

Thanks for looking 

Regards Simon

Simon Dray
Espial (UK)
sdray@espial.com
Tel: +441223716476


> On 2 Oct 2014, at 16:37, Eric Sandeen <sandeen@sandeen.net> wrote:
> 
> On 10/2/14 6:05 AM, Simon Dray wrote:
> 
> ...
>> CE: hpet increasing min_delta_ns to 40226 nsec
>> hpsa 0000:03:00.0: Abort request on C3:B0:T0:L4
>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>> hpsa 0000:03:00.0: FAILED abort on device C3:B0:T0:L4
>> hpsa 0000:03:00.0: resetting device 3:0:0:4
>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>> hpsa 0000:03:00.0: resetting device failed.
>> sd 3:0:0:4: Device offlined - not ready after error recovery
>> sd 3:0:0:4: [sde] Unhandled error code
>> sd 3:0:0:4: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT
>> sd 3:0:0:4: [sde] CDB: Write(16): 8a 00 00 00 00 02 39 90 e9 60 00 00 0c 08 00 00
>> sd 3:0:0:4: rejecting I/O to offline device
>> sd 3:0:0:4: [sde] killing request
>> sd 3:0:0:4: rejecting I/O to offline device
>> sd 3:0:0:4: rejecting I/O to offline device
>> sd 3:0:0:4: rejecting I/O to offline device
>> sd 3:0:0:4: rejecting I/O to offline device
> ...
>> sd 3:0:0:4: [sde] Unhandled error code
>> sd 3:0:0:4: [sde] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
>> sd 3:0:0:4: [sde] CDB: Write(10): 2a 00 b6 43 28 00 00 0c 98 00
>> Buffer I/O error on device md0, logical block 3583397932
>> lost page write due to I/O error on md0
>> Buffer I/O error on device md0, logical block 3583397933
>> lost page write due to I/O error on md0
> ...
> 
> It looks like you need to address your storage issues first, and then see what if any repair needs to be done on the xfs filesystem.
> 
> -Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-10-02 17:30       ` Simon Dray
@ 2014-10-02 19:40         ` Eric Sandeen
  2014-10-02 19:42           ` Simon Dray
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Sandeen @ 2014-10-02 19:40 UTC (permalink / raw)
  To: Simon Dray; +Cc: xfs

Yes, something went wrong w/ storage, lost IOs, and xfs is reacting - 
telling you about the problems it encountered as a result.

-Eric

On 10/2/14 12:30 PM, Simon Dray wrote:
> Eric
> 
> So would you say this is hardware
> 
> Thanks for looking 
> 
> Regards Simon
> 
> Simon Dray
> Espial (UK)
> sdray@espial.com
> Tel: +441223716476
> 
> 
>> On 2 Oct 2014, at 16:37, Eric Sandeen <sandeen@sandeen.net> wrote:
>>
>> On 10/2/14 6:05 AM, Simon Dray wrote:
>>
>> ...
>>> CE: hpet increasing min_delta_ns to 40226 nsec
>>> hpsa 0000:03:00.0: Abort request on C3:B0:T0:L4
>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>> hpsa 0000:03:00.0: FAILED abort on device C3:B0:T0:L4
>>> hpsa 0000:03:00.0: resetting device 3:0:0:4
>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>> hpsa 0000:03:00.0: resetting device failed.
>>> sd 3:0:0:4: Device offlined - not ready after error recovery
>>> sd 3:0:0:4: [sde] Unhandled error code
>>> sd 3:0:0:4: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT
>>> sd 3:0:0:4: [sde] CDB: Write(16): 8a 00 00 00 00 02 39 90 e9 60 00 00 0c 08 00 00
>>> sd 3:0:0:4: rejecting I/O to offline device
>>> sd 3:0:0:4: [sde] killing request
>>> sd 3:0:0:4: rejecting I/O to offline device
>>> sd 3:0:0:4: rejecting I/O to offline device
>>> sd 3:0:0:4: rejecting I/O to offline device
>>> sd 3:0:0:4: rejecting I/O to offline device
>> ...
>>> sd 3:0:0:4: [sde] Unhandled error code
>>> sd 3:0:0:4: [sde] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
>>> sd 3:0:0:4: [sde] CDB: Write(10): 2a 00 b6 43 28 00 00 0c 98 00
>>> Buffer I/O error on device md0, logical block 3583397932
>>> lost page write due to I/O error on md0
>>> Buffer I/O error on device md0, logical block 3583397933
>>> lost page write due to I/O error on md0
>> ...
>>
>> It looks like you need to address your storage issues first, and then see what if any repair needs to be done on the xfs filesystem.
>>
>> -Eric
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: XFS issue xfs goes offline with various messages drive not recoverable without reboot
  2014-10-02 19:40         ` Eric Sandeen
@ 2014-10-02 19:42           ` Simon Dray
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Dray @ 2014-10-02 19:42 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs

Eric

thanks appreciate your time

Regards Simon



> On 2 Oct 2014, at 20:40, Eric Sandeen <sandeen@sandeen.net> wrote:
> 
> Yes, something went wrong w/ storage, lost IOs, and xfs is reacting - 
> telling you about the problems it encountered as a result.
> 
> -Eric
> 
>> On 10/2/14 12:30 PM, Simon Dray wrote:
>> Eric
>> 
>> So would you say this is hardware
>> 
>> Thanks for looking 
>> 
>> Regards Simon
>> 
>> Simon Dray
>> Espial (UK)
>> sdray@espial.com
>> Tel: +441223716476
>> 
>> 
>>> On 2 Oct 2014, at 16:37, Eric Sandeen <sandeen@sandeen.net> wrote:
>>> 
>>> On 10/2/14 6:05 AM, Simon Dray wrote:
>>> 
>>> ...
>>>> CE: hpet increasing min_delta_ns to 40226 nsec
>>>> hpsa 0000:03:00.0: Abort request on C3:B0:T0:L4
>>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>>> hpsa 0000:03:00.0: FAILED abort on device C3:B0:T0:L4
>>>> hpsa 0000:03:00.0: resetting device 3:0:0:4
>>>> hpsa 0000:03:00.0: cp ffff8800bd3ee000 is reported invalid (probably means target device no longer present)
>>>> hpsa 0000:03:00.0: resetting device failed.
>>>> sd 3:0:0:4: Device offlined - not ready after error recovery
>>>> sd 3:0:0:4: [sde] Unhandled error code
>>>> sd 3:0:0:4: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_TIMEOUT
>>>> sd 3:0:0:4: [sde] CDB: Write(16): 8a 00 00 00 00 02 39 90 e9 60 00 00 0c 08 00 00
>>>> sd 3:0:0:4: rejecting I/O to offline device
>>>> sd 3:0:0:4: [sde] killing request
>>>> sd 3:0:0:4: rejecting I/O to offline device
>>>> sd 3:0:0:4: rejecting I/O to offline device
>>>> sd 3:0:0:4: rejecting I/O to offline device
>>>> sd 3:0:0:4: rejecting I/O to offline device
>>> ...
>>>> sd 3:0:0:4: [sde] Unhandled error code
>>>> sd 3:0:0:4: [sde] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
>>>> sd 3:0:0:4: [sde] CDB: Write(10): 2a 00 b6 43 28 00 00 0c 98 00
>>>> Buffer I/O error on device md0, logical block 3583397932
>>>> lost page write due to I/O error on md0
>>>> Buffer I/O error on device md0, logical block 3583397933
>>>> lost page write due to I/O error on md0
>>> ...
>>> 
>>> It looks like you need to address your storage issues first, and then see what if any repair needs to be done on the xfs filesystem.
>>> 
>>> -Eric
>> 
>> _______________________________________________
>> xfs mailing list
>> xfs@oss.sgi.com
>> http://oss.sgi.com/mailman/listinfo/xfs
>> 
> 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-02 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-25  7:30 XFS issue xfs goes offline with various messages drive not recoverable without reboot Simon Dray
2014-09-25  8:12 ` Dave Chinner
2014-10-02 11:05   ` Simon Dray
2014-10-02 15:37     ` Eric Sandeen
2014-10-02 17:30       ` Simon Dray
2014-10-02 19:40         ` Eric Sandeen
2014-10-02 19:42           ` Simon Dray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.