* Re: [PATCH 4/4] md-cluster: re-add
From: Guoqing Jiang @ 2015-04-10 9:43 UTC (permalink / raw)
To: Goldwyn Rodrigues; +Cc: neilb, linux-raid
In-Reply-To: <20150408192414.GA9693@shrek.lan>
Hi Goldwyn,
> diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
> index d036c83..afffbee 100644
> --- a/drivers/md/md-cluster.c
> +++ b/drivers/md/md-cluster.c
> @@ -50,6 +50,7 @@ struct md_cluster_info {
> /* dlm lock space and resources for clustered raid. */
> dlm_lockspace_t *lockspace;
> int slot_number;
> + int total_slots;
>
There are two "nodes" in bitmap_info and bitmap_super_t, is it possible
to use
the existed nodes? Instead of introduce a new member in md_cluster_info.
drivers/md/bitmap.c:440: sb->nodes =
cpu_to_le32(bitmap->mddev->bitmap_info.nodes);
drivers/md/bitmap.c:552: int nodes = 0;
drivers/md/bitmap.c:610: nodes = le32_to_cpu(sb->nodes);
drivers/md/bitmap.c:688: bitmap->mddev->bitmap_info.nodes = nodes;
> @@ -653,6 +671,7 @@ static int join(struct mddev *mddev, int nodes)
> ret = -ERANGE;
> goto err;
> }
> + cinfo->total_slots = nodes;
>
The nodes is got from "nodes = le32_to_cpu(sb->nodes);", right?
> cinfo->sb_lock = lockres_init(mddev, "cmd-super",
> NULL, 0);
> if (!cinfo->sb_lock) {
> @@ -900,6 +919,34 @@ static int remove_disk(struct mddev *mddev, struct md_rdev *rdev)
> return __sendmsg(cinfo, &cmsg);
> }
>
> +static int gather_bitmaps(struct md_rdev *rdev)
> +{
> + int sn, err;
> + sector_t lo, hi;
> + struct cluster_msg cmsg;
> + struct mddev *mddev = rdev->mddev;
> + struct md_cluster_info *cinfo = mddev->cluster_info;
> + struct mdp_superblock_1 *sb = page_address(rdev->sb_page);
> + char *uuid = sb->device_uuid;
> +
> + for (sn = 0; sn < cinfo->total_slots; sn++) {
>
The last place which used total_slots.
Thanks,
Guoqing
^ permalink raw reply
* Re: [PATCH] md-cluster: correct the num for comparison
From: Goldwyn Rodrigues @ 2015-04-10 13:35 UTC (permalink / raw)
To: gqjiang, neilb; +Cc: linux-raid
In-Reply-To: <1428653172-12678-1-git-send-email-gqjiang@suse.com>
On 04/10/2015 03:06 AM, gqjiang@suse.com wrote:
> From: Guoqing Jiang <gqjiang@suse.com>
>
> Since the node num of md-cluster is from zero, and
> cinfo->slot_number represents the slot num of dlm,
> here also need to deduct one to keep consistency
> with other codes.
This is a good find. Though I would prefer that the comparison be
(nodes < cinfo->slot_number) to decrease computation and looks better,
though the compiler may optimize what you have done as well.
>
> Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
> ---
> drivers/md/md-cluster.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
> index ae8bb54..531cc2b 100644
> --- a/drivers/md/md-cluster.c
> +++ b/drivers/md/md-cluster.c
> @@ -612,7 +612,7 @@ static int join(struct mddev *mddev, int nodes)
> if (ret)
> goto err;
> wait_for_completion(&cinfo->completion);
> - if (nodes <= cinfo->slot_number) {
> + if (nodes <= cinfo->slot_number - 1) {
> pr_err("md-cluster: Slot allotted(%d) greater than available slots(%d)", cinfo->slot_number - 1,
> nodes);
> ret = -ERANGE;
>
--
Goldwyn
^ permalink raw reply
* Re: [PATCH 4/4] md-cluster: re-add
From: Goldwyn Rodrigues @ 2015-04-10 13:37 UTC (permalink / raw)
To: Guoqing Jiang; +Cc: neilb, linux-raid
In-Reply-To: <55279B26.1090402@suse.com>
On 04/10/2015 04:43 AM, Guoqing Jiang wrote:
> Hi Goldwyn,
>> diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
>> index d036c83..afffbee 100644
>> --- a/drivers/md/md-cluster.c
>> +++ b/drivers/md/md-cluster.c
>> @@ -50,6 +50,7 @@ struct md_cluster_info {
>> /* dlm lock space and resources for clustered raid. */
>> dlm_lockspace_t *lockspace;
>> int slot_number;
>> + int total_slots;
>>
> There are two "nodes" in bitmap_info and bitmap_super_t, is it possible
> to use
> the existed nodes? Instead of introduce a new member in md_cluster_info.
Yes, incorporated. Thanks.
--
Goldwyn
^ permalink raw reply
* Re: Breaks LSI RAID on C600 chipset
From: David F. @ 2015-04-10 20:07 UTC (permalink / raw)
To: NeilBrown; +Cc: John Stoffel, linux-raid@vger.kernel.org
In-Reply-To: <20150410105001.171d6683@notabene.brown>
Okay, and to confirm, this is happening on other C600 based systems.
Boot to Linux with MDADM raid support and the raid is gone after
reboot.
On Thu, Apr 9, 2015 at 5:50 PM, NeilBrown <neilb@suse.de> wrote:
> On Thu, 9 Apr 2015 14:13:05 -0700 "David F." <df7729@gmail.com> wrote:
>
>> Hello,
>>
>> I built a new system, installed new drives (no partitioning, just raw
>> new drives), configured RAID 1, boot to linux, created reports
>> attached. Rebooted and the system doesn't see any configured raid
>> drives (just the two raw drives).
>
> Thanks. I might take a look, but I would greatly prefer it if you kept the
> linux-raid list on the Cc.....
>
> NeilBrown
>
^ permalink raw reply
* Re: [PATCH 2/2][v2] blk-plug: don't flush nested plug lists
From: Jeff Moyer @ 2015-04-10 21:50 UTC (permalink / raw)
To: Dave Chinner
Cc: Jens Axboe, Ming Lei, Konrad Rzeszutek Wilk, Roger Pau Monn??,
Alasdair Kergon, Mike Snitzer, Neil Brown, Nicholas A. Bellinger,
Alexander Viro, Chris Mason, Josef Bacik, David Sterba,
Theodore Ts'o, Andreas Dilger, Jaegeuk Kim, Changman Lee,
Steven Whitehouse, Mikulas Patocka, Andrew Morton, Rik van Riel,
Johannes Weiner
In-Reply-To: <20150408230203.GG15810@dastard>
Dave Chinner <david@fromorbit.com> writes:
> On Tue, Apr 07, 2015 at 02:55:13PM -0400, Jeff Moyer wrote:
>> The way the on-stack plugging currently works, each nesting level
>> flushes its own list of I/Os. This can be less than optimal (read
>> awful) for certain workloads. For example, consider an application
>> that issues asynchronous O_DIRECT I/Os. It can send down a bunch of
>> I/Os together in a single io_submit call, only to have each of them
>> dispatched individually down in the bowels of the dirct I/O code.
>> The reason is that there are blk_plug-s instantiated both at the upper
>> call site in do_io_submit and down in do_direct_IO. The latter will
>> submit as little as 1 I/O at a time (if you have a small enough I/O
>> size) instead of performing the batching that the plugging
>> infrastructure is supposed to provide.
>
> I'm wondering what impact this will have on filesystem metadata IO
> that needs to be issued immediately. e.g. we are doing writeback, so
> there is a high level plug in place and we need to page in btree
> blocks to do extent allocation. We do readahead at this point,
> but it looks like this change will prevent the readahead from being
> issued by the unplug in xfs_buf_iosubmit().
I'm not ignoring you, Dave, I'm just doing some more investigation and
testing. It's taking longer than I had hoped.
-Jeff
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply
* Re: [f2fs-dev] [PATCH 2/2][v2] blk-plug: don't flush nested plug lists
From: nick @ 2015-04-11 4:11 UTC (permalink / raw)
To: Jeff Moyer, Dave Chinner
Cc: Vladimir Davydov, linux-aio, Miklos Szeredi, Mike Snitzer,
Ming Lei, Ming Lei, Trond Myklebust, Jianyu Zhan,
Nicholas A. Bellinger, linux-kernel, Sagi Grimberg, Chris Mason,
dm-devel, target-devel, Andreas Dilger, Mikulas Patocka,
Mark Rustad, Christoph Hellwig, Alasdair Kergon, Matthew Wilcox,
linux-scsi, Namjae Jeon, linux-raid, cluster-devel, Mel Gorman
In-Reply-To: <x498udzlkkx.fsf@segfault.boston.devel.redhat.com>
On 2015-04-10 05:50 PM, Jeff Moyer wrote:
> Dave Chinner <david@fromorbit.com> writes:
>
>> On Tue, Apr 07, 2015 at 02:55:13PM -0400, Jeff Moyer wrote:
>>> The way the on-stack plugging currently works, each nesting level
>>> flushes its own list of I/Os. This can be less than optimal (read
>>> awful) for certain workloads. For example, consider an application
>>> that issues asynchronous O_DIRECT I/Os. It can send down a bunch of
>>> I/Os together in a single io_submit call, only to have each of them
>>> dispatched individually down in the bowels of the dirct I/O code.
>>> The reason is that there are blk_plug-s instantiated both at the upper
>>> call site in do_io_submit and down in do_direct_IO. The latter will
>>> submit as little as 1 I/O at a time (if you have a small enough I/O
>>> size) instead of performing the batching that the plugging
>>> infrastructure is supposed to provide.
>>
>> I'm wondering what impact this will have on filesystem metadata IO
>> that needs to be issued immediately. e.g. we are doing writeback, so
>> there is a high level plug in place and we need to page in btree
>> blocks to do extent allocation. We do readahead at this point,
>> but it looks like this change will prevent the readahead from being
>> issued by the unplug in xfs_buf_iosubmit().
>
> I'm not ignoring you, Dave, I'm just doing some more investigation and
> testing. It's taking longer than I had hoped.
>
> -Jeff
>
Jeff,
Would you mind sending your test reports to the list so we can see what workloads
and tests your running your patch under. This is due to me and the others perhaps
being able to give input into the other major benchmarks or workloads we need to
test too in order to see if there are any regressions with your patch.
Thanks,
Nick
> ------------------------------------------------------------------------------
> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
> Develop your own process in accordance with the BPMN 2 standard
> Learn Process modeling best practices with Bonita BPM through live exercises
> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
>
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply
* mvsas panics and dies when attached to a port extender on newer kernels
From: Adam Talbot @ 2015-04-12 20:22 UTC (permalink / raw)
To: linux-raid
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
Not %100 sure what group this one should go to. As this is on my
Linux RAID system; I hope I got the right group. I think I found a
mvsas bug.
My Debian Jessie system was running great on a 3.18 kernel. Changed
cases to a newer supermicro case with a SAS expander backplane. That
was the only hardware change. When ever I boot, the system kernel
panics.
To make a very long debugging story short, I think there is an issues
with the mvsas driver. It works, with older kernels, and breaks on
newer kernels.
3.2.65-1+deb7u2 works
3.9.0 Gentoo CD works
3.16+ all fail
Attached are 3 kernel panics on 3.16+ kernels.
Hardware is a Supermicro X8SIE, with a "Marvell Technology Group Ltd.
88SE6440 SAS/SATA PCIe controller"
Is this a known bug?
At this point I have two options:
Stick with the old kernel
Buy a new card running a better supported chipset
Any help would be greatly appreciated
Thanks
Adam
[-- Attachment #2: 3.16.0-kernel-panic --]
[-- Type: application/octet-stream, Size: 9317 bytes --]
[ 5.192410] scsi0 : mvsas
[ 5.456795] general protection fault: 0000 [#1] SMP
[ 5.461913] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas libsas ata_piix ehci_pci libata ehci_hcd scsi_transport_sas e1000e ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 5.481174] CPU: 3 PID: 138 Comm: kworker/u16:5 Not tainted 3.16.0-4-amd64 #1 Debian 3.16.7-ckt7-1
[ 5.490194] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 5.497378] Workqueue: events_unbound async_run_entry_fn
[ 5.502791] task: ffff880036f68010 ti: ffff880036f74000 task.ti: ffff880036f74000
[ 5.511515] RIP: 0010:[<ffffffffa00bd90f>] [<ffffffffa00bd90f>] mvs_task_prep+0x73f/0xd50 [mvsas]
[ 5.520596] RSP: 0018:ffff880036f77948 EFLAGS: 00010097
[ 5.525960] RAX: 000000000000002c RBX: cccccccccccccccc RCX: 0000000000000000
[ 5.533142] RDX: 0000000000000000 RSI: ffff880036ea55b8 RDI: ffff880036e80000
[ 5.540325] RBP: 0000000000000000 R08: ffff880036e836a0 R09: ffff880036e70000
[ 5.547508] R10: ffffc900018f0000 R11: 0000000000000005 R12: ffff880036e80000
[ 5.554692] R13: ffff88032f4bf600 R14: ffff880036e836a0 R15: ffff88032f123e40
[ 5.561875] FS: 0000000000000000(0000) GS:ffff88033fcc0000(0000) knlGS:0000000000000000
[ 5.570028] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 5.575825] CR2: 00007ffb9332c000 CR3: 0000000001813000 CR4: 00000000000007e0
[ 5.583006] Stack:
[ 5.585070] ffff880036e81e38 ffff880036f779ec ffff880036ea55b8 ffff880300000001
[ 5.592737] ffff880036e82678 ffff880036ea55b0 ffff880036e836a0 ffff880036e70000
[ 5.600404] 0000000000012f00 ffff880036f68010 ffff880332584418 ffff880036f77a68
[ 5.608063] Call Trace:
[ 5.610562] [<ffffffffa00bdf77>] ? mvs_task_exec.isra.13+0x57/0xd0 [mvsas]
[ 5.617571] [<ffffffffa00bea71>] ? mvs_queue_command+0x301/0x310 [mvsas]
[ 5.624407] [<ffffffff8118e2bf>] ? kmem_cache_alloc+0x21f/0x450
[ 5.630464] [<ffffffffa011c3ac>] ? sas_ata_qc_issue+0x22c/0x270 [libsas]
[ 5.637303] [<ffffffffa026272c>] ? ata_qc_issue+0x16c/0x390 [libata]
[ 5.643789] [<ffffffffa0262be2>] ? ata_exec_internal_sg+0x292/0x570 [libata]
[ 5.650974] [<ffffffffa0262f18>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 5.657721] [<ffffffffa011c0ae>] ? sas_ata_hard_reset+0x9e/0x140 [libsas]
[ 5.664647] [<ffffffffa0263325>] ? ata_dev_read_id+0x275/0x560 [libata]
[ 5.671395] [<ffffffffa026d5a4>] ? ata_eh_schedule_probe+0x104/0x150 [libata]
[ 5.678681] [<ffffffffa02707d4>] ? ata_eh_recover+0x814/0x1350 [libata]
[ 5.685432] [<ffffffffa0265d40>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.692526] [<ffffffffa011c010>] ? sas_ata_printk+0x80/0x80 [libsas]
[ 5.699018] [<ffffffffa0265bc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.706025] [<ffffffff8150768a>] ? printk+0x54/0x56
[ 5.711042] [<ffffffffa0265d40>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.718140] [<ffffffffa011c010>] ? sas_ata_printk+0x80/0x80 [libsas]
[ 5.724628] [<ffffffffa0271de4>] ? ata_do_eh+0x44/0xb0 [libata]
[ 5.730685] [<ffffffffa0265bc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.737694] [<ffffffffa0271908>] ? ata_scsi_port_error_handler+0x518/0x8f0 [libata]
[ 5.745500] [<ffffffffa011c786>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 5.752162] [<ffffffff8108d872>] ? async_run_entry_fn+0x32/0x120
[ 5.758307] [<ffffffff810814e2>] ? process_one_work+0x172/0x420
[ 5.764362] [<ffffffff81081b73>] ? worker_thread+0x113/0x4f0
[ 5.770159] [<ffffffff8150c291>] ? __schedule+0x2b1/0x710
[ 5.775694] [<ffffffff81081a60>] ? rescuer_thread+0x2d0/0x2d0
[ 5.781578] [<ffffffff81087dfd>] ? kthread+0xbd/0xe0
[ 5.786682] [<ffffffff81087d40>] ? kthread_create_on_node+0x180/0x180
[ 5.793259] [<ffffffff8150febc>] ? ret_from_fork+0x7c/0xb0
[ 5.798883] [<ffffffff81087d40>] ? kthread_create_on_node+0x180/0x180
[ 5.805458] Code: 92 b8 02 00 00 41 80 b8 84 00 00 00 7f 48 8b 80 58 01 00 00 48 8b 1c d0 0f 84 9d 05 00 00 41 8b 44 24 58 48 8b 74 24 10 89 46 1c <8b> 8b 54 02 00 00 be 00 10 00 00 41 8b 54 24 58 49 8b 44 24 48
[ 5.827742] RIP [<ffffffffa00bd90f>] mvs_task_prep+0x73f/0xd50 [mvsas]
[ 5.834457] RSP <ffff880036f77948>
[ 5.837992] ---[ end trace ab01b27d6a351042 ]---
[ 5.842671] BUG: unable to handle kernel paging request at ffffffffffffffd8
[ 5.849783] IP: [<ffffffff8108838c>] kthread_data+0xc/0x20
[ 5.855374] PGD 1816067 PUD 1818067 PMD 0
[ 5.859679] Oops: 0000 [#2] SMP
[ 5.863058] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas libsas ata_piix ehci_pci libata ehci_hcd scsi_transport_sas e1000e ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 5.882319] CPU: 3 PID: 138 Comm: kworker/u16:5 Tainted: G D 3.16.0-4-amd64 #1 Debian 3.16.7-ckt7-1
[ 5.892379] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 5.899567] task: ffff880036f68010 ti: ffff880036f74000 task.ti: ffff880036f74000
[ 5.907109] RIP: 0010:[<ffffffff8108838c>] [<ffffffff8108838c>] kthread_data+0xc/0x20
[ 5.915140] RSP: 0018:ffff880036f77798 EFLAGS: 00010002
[ 5.920504] RAX: 0000000000000000 RBX: 0000000000000003 RCX: 000000000000000f
[ 5.927686] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff880036f68010
[ 5.934869] RBP: ffff880036f68010 R08: 0000000000000000 R09: 0000000000000000
[ 5.942052] R10: ffffffff81adf150 R11: 0000000000000000 R12: ffff88033fcd2f00
[ 5.949235] R13: 0000000000000003 R14: 0000000000000000 R15: ffff880036f68010
[ 5.956417] FS: 0000000000000000(0000) GS:ffff88033fcc0000(0000) knlGS:0000000000000000
[ 5.964571] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 5.970367] CR2: 0000000000000028 CR3: 0000000001813000 CR4: 00000000000007e0
[ 5.977550] Stack:
[ 5.979612] ffffffff81081fbd ffff880036f68470 ffffffff8150c43d 0000000000012f00
[ 5.987281] ffff880036f77fd8 0000000000012f00 ffff880036f68010 ffff880036f68690
[ 5.994948] ffff880036f68368 ffff880036f68000 ffff8803329752b0 ffff880036f68000
[ 6.002608] Call Trace:
[ 6.005104] [<ffffffff81081fbd>] ? wq_worker_sleeping+0xd/0x80
[ 6.011075] [<ffffffff8150c43d>] ? __schedule+0x45d/0x710
[ 6.016611] [<ffffffff81069f0f>] ? do_exit+0x6ef/0xa60
[ 6.021890] [<ffffffff810163b7>] ? oops_end+0x97/0xe0
[ 6.027078] [<ffffffff81511f48>] ? general_protection+0x28/0x30
[ 6.033134] [<ffffffffa00bd90f>] ? mvs_task_prep+0x73f/0xd50 [mvsas]
[ 6.039625] [<ffffffffa00bdec5>] ? mvs_task_prep+0xcf5/0xd50 [mvsas]
[ 6.046115] [<ffffffffa00bdf77>] ? mvs_task_exec.isra.13+0x57/0xd0 [mvsas]
[ 6.053124] [<ffffffffa00bea71>] ? mvs_queue_command+0x301/0x310 [mvsas]
[ 6.059960] [<ffffffff8118e2bf>] ? kmem_cache_alloc+0x21f/0x450
[ 6.066015] [<ffffffffa011c3ac>] ? sas_ata_qc_issue+0x22c/0x270 [libsas]
[ 6.072852] [<ffffffffa026272c>] ? ata_qc_issue+0x16c/0x390 [libata]
[ 6.079341] [<ffffffffa0262be2>] ? ata_exec_internal_sg+0x292/0x570 [libata]
[ 6.086526] [<ffffffffa0262f18>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 6.093274] [<ffffffffa011c0ae>] ? sas_ata_hard_reset+0x9e/0x140 [libsas]
[ 6.100198] [<ffffffffa0263325>] ? ata_dev_read_id+0x275/0x560 [libata]
[ 6.106947] [<ffffffffa026d5a4>] ? ata_eh_schedule_probe+0x104/0x150 [libata]
[ 6.114233] [<ffffffffa02707d4>] ? ata_eh_recover+0x814/0x1350 [libata]
[ 6.118548] scsi 5:0:0:0: Direct-Access Generic USB EDC 1.00 PQ: 0 ANSI: 2
[ 6.129139] [<ffffffffa0265d40>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.136242] [<ffffffffa011c010>] ? sas_ata_printk+0x80/0x80 [libsas]
[ 6.142732] [<ffffffffa0265bc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.149740] [<ffffffff8150768a>] ? printk+0x54/0x56
[ 6.154759] [<ffffffffa0265d40>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.161852] [<ffffffffa011c010>] ? sas_ata_printk+0x80/0x80 [libsas]
[ 6.168345] [<ffffffffa0271de4>] ? ata_do_eh+0x44/0xb0 [libata]
[ 6.174401] [<ffffffffa0265bc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.181410] [<ffffffffa0271908>] ? ata_scsi_port_error_handler+0x518/0x8f0 [libata]
[ 6.189215] [<ffffffffa011c786>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 6.195879] [<ffffffff8108d872>] ? async_run_entry_fn+0x32/0x120
[ 6.202022] [<ffffffff810814e2>] ? process_one_work+0x172/0x420
[ 6.208077] [<ffffffff81081b73>] ? worker_thread+0x113/0x4f0
[ 6.213874] [<ffffffff8150c291>] ? __schedule+0x2b1/0x710
[ 6.219410] [<ffffffff81081a60>] ? rescuer_thread+0x2d0/0x2d0
[ 6.225293] [<ffffffff81087dfd>] ? kthread+0xbd/0xe0
[ 6.230397] [<ffffffff81087d40>] ? kthread_create_on_node+0x180/0x180
[ 6.236973] [<ffffffff8150febc>] ? ret_from_fork+0x7c/0xb0
[ 6.242597] [<ffffffff81087d40>] ? kthread_create_on_node+0x180/0x180
[ 6.249172] Code: 08 04 00 00 48 8b 40 c8 48 c1 e8 02 83 e0 01 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 48 8b 87 08 04 00 00 <48> 8b 40 d8 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66
[ 6.271449] RIP [<ffffffff8108838c>] kthread_data+0xc/0x20
[ 6.277115] RSP <ffff880036f77798>
[ 6.280649] CR2: ffffffffffffffd8
[ 6.284012] ---[ end trace ab01b27d6a351043 ]---
[ 6.288681] Fixing recursive fault but reboot is needed!
[-- Attachment #3: 3.18.0-kernel-panic --]
[-- Type: application/octet-stream, Size: 10168 bytes --]
[ 5.295367] scsi host0: mvsas
[ 5.555699] BUG: unable to handle kernel paging request at 00000030747371bc
[ 5.562813] IP: [<ffffffffa00cd7ed>] mvs_task_prep+0x78d/0xe40 [mvsas]
[ 5.569440] PGD 0
[ 5.571555] Oops: 0000 [#1] SMP
[ 5.574934] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas libsas ata_piix ehci_pci ehci_hcd libata scsi_transport_sas e1000e ptp crc32c_intel usbcore pps_core usb_common scsi_mod
[ 5.594188] CPU: 3 PID: 78 Comm: kworker/u16:1 Not tainted 3.18.0-trunk-amd64 #1 Debian 3.18.5-1~exp1
[ 5.603467] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 5.610651] Workqueue: events_unbound async_run_entry_fn
[ 5.616056] task: ffff88032fb6cc40 ti: ffff88032fb78000 task.ti: ffff88032fb78000
[ 5.624779] RIP: 0010:[<ffffffffa00cd7ed>] [<ffffffffa00cd7ed>] mvs_task_prep+0x78d/0xe40 [mvsas]
[ 5.633853] RSP: 0018:ffff88032fb7b888 EFLAGS: 00010097
[ 5.639217] RAX: 000000000000002c RBX: 0000003074736f68 RCX: 0000000000000000
[ 5.646399] RDX: ffff8800372c3618 RSI: 0000000000000000 RDI: 0000000000001000
[ 5.653580] RBP: 0000000000000000 R08: ffff88032f572400 R09: ffff8800372a8000
[ 5.660763] R10: ffffc900018f6000 R11: 0000000000010000 R12: 0000000000000000
[ 5.667947] R13: ffff8800372c3618 R14: ffff8800372c0000 R15: ffff88032f23ce40
[ 5.675129] FS: 0000000000000000(0000) GS:ffff88033fcc0000(0000) knlGS:0000000000000000
[ 5.683284] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 5.689079] CR2: 00000030747371bc CR3: 0000000001813000 CR4: 00000000000007e0
[ 5.696261] Stack:
[ 5.698323] ffff88032fb7b934 ffff8800372c3618 0000000000000000 ffff8800372c2678
[ 5.705983] ffff8800372c1e38 ffff8800372a8000 ffff88032f572400 ffff88032fb7bfd8
[ 5.713642] 0000000000013740 ffff88032fb6cc40 0000000300000001 ffffffff8109904a
[ 5.721310] Call Trace:
[ 5.723810] [<ffffffff8109904a>] ? select_idle_sibling+0x10a/0x120
[ 5.730125] [<ffffffffa00cdef7>] ? mvs_task_exec.isra.13+0x57/0xd0 [mvsas]
[ 5.737135] [<ffffffffa00ce9f9>] ? mvs_queue_command+0x2e9/0x2f0 [mvsas]
[ 5.743971] [<ffffffffa017a7cc>] ? sas_ata_qc_issue+0x22c/0x270 [libsas]
[ 5.750808] [<ffffffffa028e845>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 5.757296] [<ffffffffa028ecbf>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 5.764480] [<ffffffffa028f018>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 5.771229] [<ffffffffa017a4cd>] ? sas_ata_hard_reset+0x9d/0x140 [libsas]
[ 5.778151] [<ffffffffa0291f35>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 5.785247] [<ffffffffa028f3b5>] ? ata_dev_read_id+0x205/0x5c0 [libata]
[ 5.791997] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.798487] [<ffffffffa02996c1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 5.805774] [<ffffffffa029c5da>] ? ata_eh_recover+0x7da/0x1370 [libata]
[ 5.812524] [<ffffffffa0291f50>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.819619] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.826109] [<ffffffffa0291dc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.833119] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.839609] [<ffffffffa0291f50>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.846703] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.853194] [<ffffffffa029db06>] ? ata_do_eh+0x46/0xb0 [libata]
[ 5.859251] [<ffffffffa0291dc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.866262] [<ffffffff8101c206>] ? native_sched_clock+0x26/0x90
[ 5.872318] [<ffffffffa029d698>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 5.880122] [<ffffffffa017abb6>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 5.886786] [<ffffffff8108a973>] ? async_run_entry_fn+0x43/0x160
[ 5.892930] [<ffffffff81082a8e>] ? process_one_work+0x14e/0x3f0
[ 5.898985] [<ffffffff8108338b>] ? worker_thread+0x6b/0x4a0
[ 5.904693] [<ffffffff81083320>] ? rescuer_thread+0x290/0x290
[ 5.910578] [<ffffffff810880e3>] ? kthread+0xd3/0xf0
[ 5.915680] [<ffffffff81088010>] ? kthread_create_on_node+0x180/0x180
[ 5.922260] [<ffffffff8154543c>] ? ret_from_fork+0x7c/0xb0
[ 5.927880] [<ffffffff81088010>] ? kthread_create_on_node+0x180/0x180
[ 5.934455] Code: 8b 80 58 01 00 00 48 8b 1c c8 0f 84 29 06 00 00 41 8b 46 58 48 8d 4c ad 00 bf 00 10 00 00 48 8d 4c 4d 00 41 89 84 ce d4 55 02 00 <8b> 8b 54 02 00 00 49 8b 76 48 d3 e7 0f b6 8a 84 00 00 00 81 cf
[ 5.956722] RIP [<ffffffffa00cd7ed>] mvs_task_prep+0x78d/0xe40 [mvsas]
[ 5.963438] RSP <ffff88032fb7b888>
[ 5.966973] CR2: 00000030747371bc
[ 5.970337] ---[ end trace d307165136b3807d ]---
[ 5.987492] BUG: unable to handle kernel paging request at ffffffffffffffd8
[ 5.994605] IP: [<ffffffff810886fc>] kthread_data+0xc/0x20
[ 6.000183] PGD 1816067 PUD 1818067 PMD 0
[ 6.004483] Oops: 0000 [#2] SMP
[ 6.007871] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas libsas ata_piix ehci_pci ehci_hcd libata scsi_transport_sas e1000e ptp crc32c_intel usbcore pps_core usb_common scsi_mod
[ 6.027123] CPU: 3 PID: 78 Comm: kworker/u16:1 Tainted: G D 3.18.0-trunk-amd64 #1 Debian 3.18.5-1~exp1
[ 6.037529] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 6.044715] task: ffff88032fb6cc40 ti: ffff88032fb78000 task.ti: ffff88032fb78000
[ 6.052258] RIP: 0010:[<ffffffff810886fc>] [<ffffffff810886fc>] kthread_data+0xc/0x20
[ 6.060288] RSP: 0018:ffff88032fb7b540 EFLAGS: 00010002
[ 6.065644] RAX: 0000000000000000 RBX: 0000000000000003 RCX: 0000000000000000
[ 6.072827] RDX: 000000000000000f RSI: 0000000000000003 RDI: ffff88032fb6cc40
[ 6.080009] RBP: ffff88032fb6cc40 R08: 0000000000000000 R09: 000000000000001f
[ 6.087192] R10: ffffffff81afdec0 R11: 000000000000001a R12: ffff88033fcd3740
[ 6.094374] R13: ffff88032fb6d0a8 R14: 0000000000000003 R15: 0000000000030001
[ 6.101560] FS: 0000000000000000(0000) GS:ffff88033fcc0000(0000) knlGS:0000000000000000
[ 6.109712] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 6.115507] CR2: 0000000000000028 CR3: 0000000001813000 CR4: 00000000000007e0
[ 6.122690] Stack:
[ 6.124753] ffffffff8108383d 0000000000000000 ffffffff81540fbf 0000000000000000
[ 6.132422] ffffffff8106c24e 0000000000013740 ffff88032fb7bfd8 0000000000013740
[ 6.140090] ffff88032fb6cc40 0000000000000008 ffff88032fb6d2c8 ffff88032fb6cc30
[ 6.147749] Call Trace:
[ 6.150244] [<ffffffff8108383d>] ? wq_worker_sleeping+0xd/0xa0
[ 6.156215] [<ffffffff81540fbf>] ? __schedule+0x66f/0x7f0
[ 6.161751] [<ffffffff8106c24e>] ? release_task+0x36e/0x470
[ 6.167460] [<ffffffff8106dc67>] ? do_exit+0x857/0xad0
[ 6.172739] [<ffffffff810166b7>] ? oops_end+0x97/0xe0
[ 6.177928] [<ffffffff8105a0f6>] ? no_context+0x106/0x380
[ 6.183463] [<ffffffff8105a8c6>] ? __do_page_fault+0xb6/0x530
[ 6.189349] [<ffffffff812c7c20>] ? cpumask_next_and+0x30/0x50
[ 6.195230] [<ffffffff8109fca2>] ? load_balance+0x1f2/0x880
[ 6.200941] [<ffffffff8101c206>] ? native_sched_clock+0x26/0x90
[ 6.206997] [<ffffffff815474e8>] ? page_fault+0x28/0x30
[ 6.212361] [<ffffffffa00cd7ed>] ? mvs_task_prep+0x78d/0xe40 [mvsas]
[ 6.218850] [<ffffffffa00cde25>] ? mvs_task_prep+0xdc5/0xe40 [mvsas]
[ 6.225340] [<ffffffff8109904a>] ? select_idle_sibling+0x10a/0x120
[ 6.231657] [<ffffffffa00cdef7>] ? mvs_task_exec.isra.13+0x57/0xd0 [mvsas]
[ 6.238667] [<ffffffffa00ce9f9>] ? mvs_queue_command+0x2e9/0x2f0 [mvsas]
[ 6.245502] [<ffffffffa017a7cc>] ? sas_ata_qc_issue+0x22c/0x270 [libsas]
[ 6.252340] [<ffffffffa028e845>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 6.258830] [<ffffffffa028ecbf>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 6.266013] [<ffffffffa028f018>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 6.272759] [<ffffffffa017a4cd>] ? sas_ata_hard_reset+0x9d/0x140 [libsas]
[ 6.279685] [<ffffffffa0291f35>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 6.286788] [<ffffffffa028f3b5>] ? ata_dev_read_id+0x205/0x5c0 [libata]
[ 6.293537] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.300028] [<ffffffffa02996c1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 6.307315] [<ffffffffa029c5da>] ? ata_eh_recover+0x7da/0x1370 [libata]
[ 6.314065] [<ffffffffa0291f50>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.321161] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.327651] [<ffffffffa0291dc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.334659] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.341150] [<ffffffffa0291f50>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.348246] [<ffffffffa017a430>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.354736] [<ffffffffa029db06>] ? ata_do_eh+0x46/0xb0 [libata]
[ 6.360792] [<ffffffffa0291dc0>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.367801] [<ffffffff8101c206>] ? native_sched_clock+0x26/0x90
[ 6.373859] [<ffffffffa029d698>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 6.381665] [<ffffffffa017abb6>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 6.388327] [<ffffffff8108a973>] ? async_run_entry_fn+0x43/0x160
[ 6.394468] [<ffffffff81082a8e>] ? process_one_work+0x14e/0x3f0
[ 6.400527] [<ffffffff8108338b>] ? worker_thread+0x6b/0x4a0
[ 6.406236] [<ffffffff81083320>] ? rescuer_thread+0x290/0x290
[ 6.412119] [<ffffffff810880e3>] ? kthread+0xd3/0xf0
[ 6.417221] [<ffffffff81088010>] ? kthread_create_on_node+0x180/0x180
[ 6.423798] [<ffffffff8154543c>] ? ret_from_fork+0x7c/0xb0
[ 6.429421] [<ffffffff81088010>] ? kthread_create_on_node+0x180/0x180
[ 6.435995] Code: 10 04 00 00 48 8b 40 c8 48 c1 e8 02 83 e0 01 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 48 8b 87 10 04 00 00 <48> 8b 40 d8 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66
[ 6.458265] RIP [<ffffffff810886fc>] kthread_data+0xc/0x20
[ 6.463931] RSP <ffff88032fb7b540>
[ 6.467466] CR2: ffffffffffffffd8
[ 6.470827] ---[ end trace d307165136b3807e ]---
[ 6.475490] Fixing recursive fault but reboot is needed!
[-- Attachment #4: 3.19.0-kernel-panic --]
[-- Type: application/octet-stream, Size: 28319 bytes --]
[ 5.022094] scsi host4: mvsas
[ 5.162509] floppy0: no floppy controllers found
[ 5.286606] BUG: unable to handle kernel paging request at 0000009a2484b963
[ 5.293727] IP: [<ffffffffa00f1877>] mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 5.301066] PGD 0
[ 5.303181] Oops: 0000 [#1] SMP
[ 5.306560] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 5.325822] CPU: 7 PID: 146 Comm: kworker/u16:6 Not tainted 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 5.335188] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 5.342373] Workqueue: events_unbound async_run_entry_fn
[ 5.347778] task: ffff88033113e450 ti: ffff88032d868000 task.ti: ffff88032d868000
[ 5.356537] RIP: 0010:[<ffffffffa00f1877>] [<ffffffffa00f1877>] mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 5.366310] RSP: 0018:ffff88032d86b948 EFLAGS: 00010097
[ 5.371673] RAX: 000000000000002d RBX: ffff88032d8037b0 RCX: 0000009a2484b70f
[ 5.378855] RDX: 000000000000000b RSI: 0000000000001000 RDI: ffff88032d800000
[ 5.386040] RBP: 0000000000000001 R08: ffff88032d8037b0 R09: ffff88032e173200
[ 5.393221] R10: ffff8800ba230040 R11: 0000000000010000 R12: ffff88032dc55c00
[ 5.400404] R13: ffff88032d800000 R14: 0000000000000096 R15: ffff88032d800008
[ 5.407588] FS: 0000000000000000(0000) GS:ffff88033fdc0000(0000) knlGS:0000000000000000
[ 5.415740] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 5.421537] CR2: 0000009a2484b963 CR3: 0000000001813000 CR4: 00000000000007e0
[ 5.428721] Stack:
[ 5.430782] 0000000003aa7d20 ffff88032d8037b0 ffff88032d801e38 ffff8800ba230040
[ 5.438442] 0000000000000001 ffff88032d802678 ffff88032e173200 0000009a2484b70f
[ 5.446100] ffff88032d8813f0 0000000000000286 ffff88032d8813f0 0000000000000286
[ 5.453760] Call Trace:
[ 5.456260] [<ffffffffa00d8c13>] ? sas_ata_qc_issue+0x1a3/0x250 [libsas]
[ 5.463104] [<ffffffffa0259875>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 5.469594] [<ffffffffa0259cef>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 5.476784] [<ffffffffa025a048>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 5.483533] [<ffffffffa00d89f2>] ? sas_ata_hard_reset+0xa2/0x120 [libsas]
[ 5.490456] [<ffffffffa025cfa5>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 5.497551] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.504042] [<ffffffffa025a525>] ? ata_dev_read_id+0x345/0x5d0 [libata]
[ 5.510792] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.517283] [<ffffffffa02647f1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 5.524570] [<ffffffffa02676ef>] ? ata_eh_recover+0x7df/0x13b0 [libata]
[ 5.531318] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.538412] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.544904] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.551912] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.558404] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 5.565497] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.571990] [<ffffffffa0268c56>] ? ata_do_eh+0x46/0xb0 [libata]
[ 5.578046] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 5.585056] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 5.591112] [<ffffffffa02687e8>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 5.598917] [<ffffffffa00d9046>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 5.605579] [<ffffffff8108ca33>] ? async_run_entry_fn+0x43/0x160
[ 5.611725] [<ffffffff810849cd>] ? process_one_work+0x14d/0x3f0
[ 5.617778] [<ffffffff810853fb>] ? worker_thread+0x6b/0x4a0
[ 5.623488] [<ffffffff81085390>] ? rescuer_thread+0x310/0x310
[ 5.629371] [<ffffffff8108a1a3>] ? kthread+0xd3/0xf0
[ 5.634475] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 5.641054] [<ffffffff815509d8>] ? ret_from_fork+0x58/0x90
[ 5.646674] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 5.653251] Code: 8b 80 08 01 00 00 48 8b 0c d0 0f 84 e6 05 00 00 41 8b 45 58 48 8d 54 ad 00 be 00 10 00 00 48 8d 54 55 00 41 89 84 d5 d4 55 02 00 <8b> 89 54 02 00 00 49 8b 55 48 d3 e6 41 0f b6 88 84 00 00 00 81
[ 5.675544] RIP [<ffffffffa00f1877>] mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 5.682970] RSP <ffff88032d86b948>
[ 5.686505] CR2: 0000009a2484b963
[ 5.689867] ---[ end trace 50dd3aeb0a903cc2 ]---
[ 5.694551] BUG: unable to handle kernel paging request at ffffffffffffffd8
[ 5.701667] IP: [<ffffffff8108a7bc>] kthread_data+0xc/0x20
[ 5.707247] PGD 1816067 PUD 1818067 PMD 0
[ 5.711554] Oops: 0000 [#2] SMP
[ 5.714941] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 5.734195] CPU: 7 PID: 146 Comm: kworker/u16:6 Tainted: G D 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 5.744695] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 5.751883] task: ffff88033113e450 ti: ffff88032d868000 task.ti: ffff88032d868000
[ 5.759424] RIP: 0010:[<ffffffff8108a7bc>] [<ffffffff8108a7bc>] kthread_data+0xc/0x20
[ 5.767455] RSP: 0018:ffff88032d86b600 EFLAGS: 00010002
[ 5.772820] RAX: 0000000000000000 RBX: 0000000000000007 RCX: 0000000000000000
[ 5.780003] RDX: 000000000000000f RSI: 0000000000000007 RDI: ffff88033113e450
[ 5.787185] RBP: ffff88033113e450 R08: 0000000000000000 R09: 000000000000001f
[ 5.794367] R10: ffffffff81af9330 R11: 000000000000001a R12: 0000000000000000
[ 5.801551] R13: ffff88033113e8b8 R14: 0000000000000007 R15: ffff880331601230
[ 5.808733] FS: 0000000000000000(0000) GS:ffff88033fdc0000(0000) knlGS:0000000000000000
[ 5.816886] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 5.822684] CR2: 0000000000000028 CR3: 0000000001813000 CR4: 00000000000007e0
[ 5.829865] Stack:
[ 5.831928] ffffffff810858ad ffff88033fdd4140 ffffffff8154c701 0000000000000000
[ 5.839588] ffffffff8106e1dd 0000000000014140 ffff88032d86bfd8 0000000000014140
[ 5.847256] ffff88033113e450 0000000000000008 ffff88033113e450 ffff88033113ead8
[ 5.854924] Call Trace:
[ 5.857420] [<ffffffff810858ad>] ? wq_worker_sleeping+0xd/0xa0
[ 5.863391] [<ffffffff8154c701>] ? __schedule+0x651/0x800
[ 5.868927] [<ffffffff8106e1dd>] ? release_task+0x36d/0x460
[ 5.874635] [<ffffffff8106fab2>] ? do_exit+0x782/0xad0
[ 5.879913] [<ffffffff81017636>] ? oops_end+0x96/0xe0
[ 5.885105] [<ffffffff8105c1b6>] ? no_context+0x106/0x380
[ 5.890639] [<ffffffff8105c90e>] ? __do_page_fault+0xae/0x550
[ 5.896524] [<ffffffff810a3350>] ? pick_next_task_fair+0x1b0/0x850
[ 5.902840] [<ffffffff810125eb>] ? __switch_to+0x14b/0x5d0
[ 5.908464] [<ffffffff81552be8>] ? page_fault+0x28/0x30
[ 5.913826] [<ffffffffa00f1877>] ? mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 5.921010] [<ffffffffa00f1e71>] ? mvs_task_exec.isra.13+0xe21/0xf10 [mvsas]
[ 5.928192] [<ffffffffa00d8c13>] ? sas_ata_qc_issue+0x1a3/0x250 [libsas]
[ 5.935029] [<ffffffffa0259875>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 5.941518] [<ffffffffa0259cef>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 5.948702] [<ffffffffa025a048>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 5.955449] [<ffffffffa00d89f2>] ? sas_ata_hard_reset+0xa2/0x120 [libsas]
[ 5.962375] [<ffffffffa025cfa5>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 5.969477] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.975967] [<ffffffffa025a525>] ? ata_dev_read_id+0x345/0x5d0 [libata]
[ 5.982716] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 5.989208] [<ffffffffa02647f1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 5.996496] [<ffffffffa02676ef>] ? ata_eh_recover+0x7df/0x13b0 [libata]
[ 6.003245] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.010338] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.016829] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.023838] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.030329] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 6.037425] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 6.043915] [<ffffffffa0268c56>] ? ata_do_eh+0x46/0xb0 [libata]
[ 6.049973] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 6.056980] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 6.063038] [<ffffffffa02687e8>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 6.070843] [<ffffffffa00d9046>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 6.077506] [<ffffffff8108ca33>] ? async_run_entry_fn+0x43/0x160
[ 6.083648] [<ffffffff810849cd>] ? process_one_work+0x14d/0x3f0
[ 6.089705] [<ffffffff810853fb>] ? worker_thread+0x6b/0x4a0
[ 6.095414] [<ffffffff81085390>] ? rescuer_thread+0x310/0x310
[ 6.101297] [<ffffffff8108a1a3>] ? kthread+0xd3/0xf0
[ 6.106402] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 6.112976] [<ffffffff815509d8>] ? ret_from_fork+0x58/0x90
[ 6.118601] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 6.125175] Code: 10 04 00 00 48 8b 40 c8 48 c1 e8 02 83 e0 01 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 48 8b 87 10 04 00 00 <48> 8b 40 d8 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 66
[ 6.147461] RIP [<ffffffff8108a7bc>] kthread_data+0xc/0x20
[ 6.153128] RSP <ffff88032d86b600>
[ 6.156662] CR2: ffffffffffffffd8
[ 6.160024] ---[ end trace 50dd3aeb0a903cc3 ]---
[ 6.163260] scsi 5:0:0:0: Direct-Access Generic USB EDC 1.00 PQ: 0 ANSI: 2
[ 6.172847] Fixing recursive fault but reboot is needed!
[ 16.487514] random: nonblocking pool is initialized
[ 28.480381] INFO: rcu_sched detected stalls on CPUs/tasks: { 3 7} (detected by 2, t=5581 jiffies, g=-188, c=-189, q=50)
[ 28.491481] Task dump for CPU 3:
[ 28.494765] swapper/3 R running task 0 0 1 0x00000008
[ 28.501963] 000038ad1b4fe8cc ffffffffffffffff ffffffffffffff4e ffffffff8142366e
[ 28.509633] 0000000000000010 0000000000000217 ffff880331677e88 0000000000000018
[ 28.517301] ffffffff8142365e 0000000000000092 ffffffff818f60c0 ffffe8ffffcc6de0
[ 28.524969] Call Trace:
[ 28.527466] [<ffffffff8142366e>] ? cpuidle_enter_state+0x5e/0x160
[ 28.533693] [<ffffffff8142365e>] ? cpuidle_enter_state+0x4e/0x160
[ 28.539924] [<ffffffff810a936d>] ? cpu_startup_entry+0x34d/0x3f0
[ 28.546068] [<ffffffff810d9cc0>] ? tick_check_new_device+0xe0/0x110
[ 28.552472] [<ffffffff8104642e>] ? start_secondary+0x19e/0x1d0
[ 28.558438] Task dump for CPU 7:
[ 28.561715] kworker/u16:6 D ffff88032d800008 0 146 0 0x00000000
[ 28.568920] 0000000000000096 ffff88032d800000 ffff88032dc55c00 0000000000000001
[ 28.576582] ffff88032d8037b0 0000000000010000 ffff8800ba230040 ffff88032e173200
[ 28.584250] ffff88032d8037b0 000000000000002d 0000009a2484b70f 000000000000000b
[ 28.591919] Call Trace:
[ 28.594417] [<ffffffffa00f1877>] ? mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 28.601599] [<ffffffffa00f1e71>] ? mvs_task_exec.isra.13+0xe21/0xf10 [mvsas]
[ 28.608782] [<ffffffffa00d8c13>] ? sas_ata_qc_issue+0x1a3/0x250 [libsas]
[ 28.615618] [<ffffffffa0259875>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 28.622107] [<ffffffffa0259cef>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 28.629290] [<ffffffffa025a048>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 28.636040] [<ffffffffa00d89f2>] ? sas_ata_hard_reset+0xa2/0x120 [libsas]
[ 28.642962] [<ffffffffa025cfa5>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 28.651367] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 28.657858] [<ffffffffa025a525>] ? ata_dev_read_id+0x345/0x5d0 [libata]
[ 28.664607] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 28.671098] [<ffffffffa02647f1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 28.678384] [<ffffffffa02676ef>] ? ata_eh_recover+0x7df/0x13b0 [libata]
[ 28.685134] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 28.692227] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 28.698719] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 28.705727] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 28.712217] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 28.719314] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 28.725803] [<ffffffffa0268c56>] ? ata_do_eh+0x46/0xb0 [libata]
[ 28.731859] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 28.738868] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 28.744928] [<ffffffffa02687e8>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 28.752732] [<ffffffffa00d9046>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 28.759394] [<ffffffff8108ca33>] ? async_run_entry_fn+0x43/0x160
[ 28.765537] [<ffffffff810849cd>] ? process_one_work+0x14d/0x3f0
[ 28.771593] [<ffffffff810853fb>] ? worker_thread+0x6b/0x4a0
[ 28.777304] [<ffffffff81085390>] ? rescuer_thread+0x310/0x310
[ 28.783186] [<ffffffff8108a1a3>] ? kthread+0xd3/0xf0
[ 28.788290] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 28.794867] [<ffffffff815509d8>] ? ret_from_fork+0x58/0x90
[ 28.800488] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 35.049176] ------------[ cut here ]------------
[ 35.053847] WARNING: CPU: 7 PID: 146 at /build/linux-gzeV2n/linux-3.19.3/kernel/watchdog.c:290 watchdog_overflow_callback+0x92/0xc0()
[ 35.065906] Watchdog detected hard LOCKUP on cpu 7
[ 35.070560] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 35.090107] CPU: 7 PID: 146 Comm: kworker/u16:6 Tainted: G D 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 35.100607] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 35.107796] 0000000000000000 ffffffff81723ea8 ffffffff8154b001 ffff88033fdc5b60
[ 35.115483] ffffffff8106ced1 ffff880331146800[ 35.118656] ------------[ cut here ]------------
[ 35.118658] WARNING: CPU: 3 PID: 0 at /build/linux-gzeV2n/linux-3.19.3/kernel/watchdog.c:290 watchdog_overflow_callback+0x92/0xc0()
[ 35.118659] Watchdog detected hard LOCKUP on cpu 3Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 35.159023] 0000000000000000 ffff88033fdc5c80
[ 35.163866] ffff88033fdc5ef8 0000000000000000 ffffffff8106cf4a ffffffff81723e80
[ 35.171536] Call Trace:
[ 35.174029] <NMI> [<ffffffff8154b001>] ? dump_stack+0x40/0x50
[ 35.180089] [<ffffffff8106ced1>] ? warn_slowpath_common+0x81/0xb0
[ 35.186316] [<ffffffff8106cf4a>] ? warn_slowpath_fmt+0x4a/0x50
[ 35.192287] [<ffffffff81109cd2>] ? watchdog_overflow_callback+0x92/0xc0
[ 35.199037] [<ffffffff81145e16>] ? __perf_event_overflow+0x86/0x230
[ 35.205442] [<ffffffff8102a689>] ? x86_perf_event_set_period+0xc9/0x170
[ 35.212190] [<ffffffff810319da>] ? intel_pmu_handle_irq+0x1ba/0x3a0
[ 35.218623] [<ffffffff8102962a>] ? perf_event_nmi_handler+0x2a/0x50
[ 35.225021] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 35.231078] [<ffffffff81017e16>] ? nmi_handle+0x86/0x120
[ 35.236527] [<ffffffff81018370>] ? default_do_nmi+0x40/0x110
[ 35.242325] [<ffffffff810184c8>] ? do_nmi+0x88/0xd0
[ 35.247341] [<ffffffff81552f61>] ? end_repeat_nmi+0x1e/0x2e
[ 35.253051] [<ffffffff8106fc06>] ? do_exit+0x8d6/0xad0
[ 35.258329] [<ffffffff81550512>] ? _raw_spin_lock_irq+0x32/0x40
[ 35.264383] [<ffffffff81550512>] ? _raw_spin_lock_irq+0x32/0x40
[ 35.270440] [<ffffffff81550512>] ? _raw_spin_lock_irq+0x32/0x40
[ 35.276495] <<EOE>> [<ffffffff8154c153>] ? __schedule+0xa3/0x800
[ 35.282812] [<ffffffff81549e3c>] ? printk+0x4d/0x52
[ 35.287831] [<ffffffff8106fc06>] ? do_exit+0x8d6/0xad0
[ 35.293107] [<ffffffff81017636>] ? oops_end+0x96/0xe0
[ 35.298297] [<ffffffff8105c1b6>] ? no_context+0x106/0x380
[ 35.303835] [<ffffffff8105c90e>] ? __do_page_fault+0xae/0x550
[ 35.309718] [<ffffffff812d7fa5>] ? vsnprintf+0x295/0x5d0
[ 35.315165] [<ffffffff812d80df>] ? vsnprintf+0x3cf/0x5d0
[ 35.320616] [<ffffffff812d92c3>] ? delay_tsc+0x33/0x60
[ 35.325892] [<ffffffff81552be8>] ? page_fault+0x28/0x30
[ 35.331257] [<ffffffff8108a7bc>] ? kthread_data+0xc/0x20
[ 35.336706] [<ffffffff810858ad>] ? wq_worker_sleeping+0xd/0xa0
[ 35.342675] [<ffffffff8154c701>] ? __schedule+0x651/0x800
[ 35.348211] [<ffffffff8106e1dd>] ? release_task+0x36d/0x460
[ 35.353923] [<ffffffff8106fab2>] ? do_exit+0x782/0xad0
[ 35.359199] [<ffffffff81017636>] ? oops_end+0x96/0xe0
[ 35.364390] [<ffffffff8105c1b6>] ? no_context+0x106/0x380
[ 35.369925] [<ffffffff8105c90e>] ? __do_page_fault+0xae/0x550
[ 35.375808] [<ffffffff810a3350>] ? pick_next_task_fair+0x1b0/0x850
[ 35.382126] [<ffffffff810125eb>] ? __switch_to+0x14b/0x5d0
[ 35.387749] [<ffffffff81552be8>] ? page_fault+0x28/0x30
[ 35.393114] [<ffffffffa00f1877>] ? mvs_task_exec.isra.13+0x827/0xf10 [mvsas]
[ 35.400296] [<ffffffffa00f1e71>] ? mvs_task_exec.isra.13+0xe21/0xf10 [mvsas]
[ 35.407478] [<ffffffffa00d8c13>] ? sas_ata_qc_issue+0x1a3/0x250 [libsas]
[ 35.414314] [<ffffffffa0259875>] ? ata_qc_issue+0x1f5/0x380 [libata]
[ 35.420805] [<ffffffffa0259cef>] ? ata_exec_internal_sg+0x2ef/0x5f0 [libata]
[ 35.427987] [<ffffffffa025a048>] ? ata_exec_internal+0x58/0xa0 [libata]
[ 35.434737] [<ffffffffa00d89f2>] ? sas_ata_hard_reset+0xa2/0x120 [libsas]
[ 35.441662] [<ffffffffa025cfa5>] ? ata_phys_link_offline+0x15/0x30 [libata]
[ 35.448764] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 35.455256] [<ffffffffa025a525>] ? ata_dev_read_id+0x345/0x5d0 [libata]
[ 35.462002] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 35.468494] [<ffffffffa02647f1>] ? ata_eh_schedule_probe+0x141/0x180 [libata]
[ 35.475781] [<ffffffffa02676ef>] ? ata_eh_recover+0x7df/0x13b0 [libata]
[ 35.482556] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 35.489652] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 35.496143] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 35.503149] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 35.509641] [<ffffffffa025cfc0>] ? ata_phys_link_offline+0x30/0x30 [libata]
[ 35.516736] [<ffffffffa00d8950>] ? sas_ata_printk+0x90/0x90 [libsas]
[ 35.523227] [<ffffffffa0268c56>] ? ata_do_eh+0x46/0xb0 [libata]
[ 35.529284] [<ffffffffa025ce30>] ? ata_phys_link_online+0x30/0x30 [libata]
[ 35.536290] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 35.542350] [<ffffffffa02687e8>] ? ata_scsi_port_error_handler+0x448/0x7b0 [libata]
[ 35.550155] [<ffffffffa00d9046>] ? async_sas_ata_eh+0x46/0x70 [libsas]
[ 35.556819] [<ffffffff8108ca33>] ? async_run_entry_fn+0x43/0x160
[ 35.562960] [<ffffffff810849cd>] ? process_one_work+0x14d/0x3f0
[ 35.569016] [<ffffffff810853fb>] ? worker_thread+0x6b/0x4a0
[ 35.574726] [<ffffffff81085390>] ? rescuer_thread+0x310/0x310
[ 35.580610] [<ffffffff8108a1a3>] ? kthread+0xd3/0xf0
[ 35.585714] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 35.592289] [<ffffffff815509d8>] ? ret_from_fork+0x58/0x90
[ 35.597912] [<ffffffff8108a0d0>] ? kthread_create_on_node+0x180/0x180
[ 35.604488] ---[ end trace 50dd3aeb0a903cc4 ]---
[ 35.604489] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G D 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 35.604490] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 35.604492] 0000000000000000 ffffffff81723ea8 ffffffff8154b001 ffff88033fcc5b60
[ 35.604493] ffffffff8106ced1 ffff880331003800 0000000000000000 ffff88033fcc5c80
[ 35.604494] ffff88033fcc5ef8 0000000000000000 ffffffff8106cf4a ffffffff81723e80
[ 35.604494] Call Trace:
[ 35.604496] <NMI> [<ffffffff8154b001>] ? dump_stack+0x40/0x50
[ 35.604498] [<ffffffff8106ced1>] ? warn_slowpath_common+0x81/0xb0
[ 35.604499] [<ffffffff8106cf4a>] ? warn_slowpath_fmt+0x4a/0x50
[ 35.604500] [<ffffffff81109cd2>] ? watchdog_overflow_callback+0x92/0xc0
[ 35.604502] [<ffffffff81145e16>] ? __perf_event_overflow+0x86/0x230
[ 35.604503] [<ffffffff8102a689>] ? x86_perf_event_set_period+0xc9/0x170
[ 35.604504] [<ffffffff810319da>] ? intel_pmu_handle_irq+0x1ba/0x3a0
[ 35.604506] [<ffffffff8102962a>] ? perf_event_nmi_handler+0x2a/0x50
[ 35.604508] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 35.604509] [<ffffffff81017e16>] ? nmi_handle+0x86/0x120
[ 35.604510] [<ffffffff81018370>] ? default_do_nmi+0x40/0x110
[ 35.604511] [<ffffffff810184c8>] ? do_nmi+0x88/0xd0
[ 35.604513] [<ffffffff81552f61>] ? end_repeat_nmi+0x1e/0x2e
[ 35.604514] [<ffffffff815506d2>] ? _raw_spin_lock+0x32/0x40
[ 35.604516] [<ffffffff815506d2>] ? _raw_spin_lock+0x32/0x40
[ 35.604517] [<ffffffff815506d2>] ? _raw_spin_lock+0x32/0x40
[ 35.604523] <<EOE>> <IRQ> [<ffffffffa00f5310>] ? mvs_64xx_isr+0x30/0x100 [mvsas]
[ 35.604527] [<ffffffffa00ef15f>] ? mvs_interrupt+0x6f/0xa0 [mvsas]
[ 35.604528] [<ffffffff810bcd35>] ? handle_irq_event_percpu+0x75/0x190
[ 35.604530] [<ffffffff810bce88>] ? handle_irq_event+0x38/0x50
[ 35.604531] [<ffffffff810bfa94>] ? handle_fasteoi_irq+0x84/0x140
[ 35.604533] [<ffffffff8101648d>] ? handle_irq+0x1d/0x30
[ 35.604534] [<ffffffff81553986>] ? do_IRQ+0x46/0xe0
[ 35.604536] [<ffffffff8155182d>] ? common_interrupt+0x6d/0x6d
[ 35.604538] <EOI> [<ffffffff8142366e>] ? cpuidle_enter_state+0x5e/0x160
[ 35.604539] [<ffffffff8142365e>] ? cpuidle_enter_state+0x4e/0x160
[ 35.604540] [<ffffffff810a936d>] ? cpu_startup_entry+0x34d/0x3f0
[ 35.604542] [<ffffffff810d9cc0>] ? tick_check_new_device+0xe0/0x110
[ 35.604544] [<ffffffff8104642e>] ? start_secondary+0x19e/0x1d0
[ 35.604545] ---[ end trace 50dd3aeb0a903cc5 ]---
[ 38.645536] ------------[ cut here ]------------
[ 38.650204] WARNING: CPU: 1 PID: 0 at /build/linux-gzeV2n/linux-3.19.3/kernel/watchdog.c:290 watchdog_overflow_callback+0x92/0xc0()
[ 38.662090] Watchdog detected hard LOCKUP on cpu 1
[ 38.666742] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 38.686238] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G D W 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 38.696210] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 38.703392] 0000000000000000 ffffffff81723ea8 ffffffff8154b001 ffff88033fc45b60
[ 38.711052] ffffffff8106ced1 ffff880331631800 0000000000000001 ffff88033fc45c80
[ 38.718719] ffff88033fc45ef8 0000000000000000 ffffffff8106cf4a ffffffff81723e80
[ 38.727549] Call Trace:
[ 38.730045] <NMI> [<ffffffff8154b001>] ? dump_stack+0x40/0x50
[ 38.736103] [<ffffffff8106ced1>] ? warn_slowpath_common+0x81/0xb0
[ 38.742331] [<ffffffff8106cf4a>] ? warn_slowpath_fmt+0x4a/0x50
[ 38.748301] [<ffffffff81109cd2>] ? watchdog_overflow_callback+0x92/0xc0
[ 38.755051] [<ffffffff81145e16>] ? __perf_event_overflow+0x86/0x230
[ 38.761454] [<ffffffff8102a689>] ? x86_perf_event_set_period+0xc9/0x170
[ 38.768204] [<ffffffff810319da>] ? intel_pmu_handle_irq+0x1ba/0x3a0
[ 38.774608] [<ffffffff8102962a>] ? perf_event_nmi_handler+0x2a/0x50
[ 38.781009] [<ffffffff8101d146>] ? native_sched_clock+0x26/0x90
[ 38.787067] [<ffffffff81017e16>] ? nmi_handle+0x86/0x120
[ 38.792516] [<ffffffff81018370>] ? default_do_nmi+0x40/0x110
[ 38.798313] [<ffffffff810184c8>] ? do_nmi+0x88/0xd0
[ 38.803330] [<ffffffff81552f61>] ? end_repeat_nmi+0x1e/0x2e
[ 38.809038] [<ffffffff815506d7>] ? _raw_spin_lock+0x37/0x40
[ 38.814749] [<ffffffff815506d7>] ? _raw_spin_lock+0x37/0x40
[ 38.820457] [<ffffffff815506d7>] ? _raw_spin_lock+0x37/0x40
[ 38.826168] <<EOE>> <IRQ> [<ffffffff810a5272>] ? sched_rt_period_timer+0xe2/0x2e0
[ 38.834124] [<ffffffff810a5190>] ? put_prev_task_rt+0x50/0x50
[ 38.840007] [<ffffffff810cd50b>] ? __run_hrtimer+0x6b/0x1c0
[ 38.845714] [<ffffffff8101cc25>] ? read_tsc+0x5/0x10
[ 38.850810] [<ffffffff810cd919>] ? hrtimer_interrupt+0xf9/0x230
[ 38.856868] [<ffffffff81054506>] ? hpet_interrupt_handler+0x16/0x40
[ 38.863270] [<ffffffff810bcd35>] ? handle_irq_event_percpu+0x75/0x190
[ 38.869845] [<ffffffff810bce88>] ? handle_irq_event+0x38/0x50
[ 38.875730] [<ffffffff810bfd81>] ? handle_edge_irq+0x71/0x120
[ 38.881613] [<ffffffff8101648d>] ? handle_irq+0x1d/0x30
[ 38.887011] [<ffffffff81553986>] ? do_IRQ+0x46/0xe0
[ 38.892027] [<ffffffff8155182d>] ? common_interrupt+0x6d/0x6d
[ 38.897910] <EOI> [<ffffffff8142366e>] ? cpuidle_enter_state+0x5e/0x160
[ 38.904832] [<ffffffff8142365e>] ? cpuidle_enter_state+0x4e/0x160
[ 38.911064] [<ffffffff810a936d>] ? cpu_startup_entry+0x34d/0x3f0
[ 38.917207] [<ffffffff8104642e>] ? start_secondary+0x19e/0x1d0
[ 38.923175] ---[ end trace 50dd3aeb0a903cc6 ]---
[ 44.432170] NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [systemd-udevd:101]
[ 44.440098] Modules linked in: usb_storage hid_generic usbhid hid ata_generic mvsas ehci_pci libsas ata_piix ehci_hcd libata e1000e scsi_transport_sas ptp crc32c_intel pps_core usbcore scsi_mod usb_common
[ 44.459360] CPU: 0 PID: 101 Comm: systemd-udevd Tainted: G D W 3.19.0-trunk-amd64 #1 Debian 3.19.3-1~exp1
[ 44.469853] Hardware name: Supermicro X8SIE/X8SIE, BIOS 1.2a 06/27/2012
[ 44.477036] task: ffff8803312e60d0 ti: ffff88032e1f8000 task.ti: ffff88032e1f8000
[ 44.484582] RIP: 0010:[<ffffffff810e0ca2>] [<ffffffff810e0ca2>] smp_call_function_many+0x212/0x270
[ 44.493739] RSP: 0018:ffff88032e1fbaf8 EFLAGS: 00000202
[ 44.499102] RAX: ffff88033fcd7918 RBX: 00000000000000fe RCX: 0000000000000003
[ 44.506287] RDX: ffff88033fcd7918 RSI: 0000000000000200 RDI: 0000000000000000
[ 44.513468] RBP: ffff88033fc14f40 R08: ffff88033fc14f48 R09: 0000000000000000
[ 44.520651] R10: 0000000000000008 R11: 000000000000a44a R12: 0000000000000002
[ 44.527834] R13: 0000000000000000 R14: 0000000000000293 R15: ffff88033fff3d80
[ 44.535018] FS: 00007f89f9312880(0000) GS:ffff88033fc00000(0000) knlGS:0000000000000000
[ 44.543171] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 44.548966] CR2: 00007f89f9319000 CR3: 000000032e061000 CR4: 00000000000007f0
[ 44.556149] Stack:
[ 44.558211] 0000000200000141 0000000100000000 0000004000000040 ffff88032e1fbc40
[ 44.565871] ffffffff81062fa0 ffff88032e1fbb70 ffff88033fdd0428 ffff88032e1fbc48
[ 44.573530] ffff88032e1fbb18 ffffffff810e0e68 ffff88032e1fbc40 ffff88033fdd04c0
[ 44.581190] Call Trace:
[ 44.583686] [<ffffffff81062fa0>] ? rbt_memtype_copy_nth_element+0xa0/0xa0
[ 44.590609] [<ffffffff810e0e68>] ? on_each_cpu+0x28/0x50
[ 44.596060] [<ffffffff81063710>] ? flush_tlb_kernel_range+0x60/0x70
[ 44.602463] [<ffffffff8118a553>] ? __purge_vmap_area_lazy+0x3c3/0x430
[ 44.609040] [<ffffffff810e1f30>] ? mod_find_symname+0x90/0x90
[ 44.614921] [<ffffffff8118a72c>] ? vm_unmap_aliases+0x16c/0x180
[ 44.620981] [<ffffffff8105f5ad>] ? change_page_attr_set_clr+0xdd/0x450
[ 44.627641] [<ffffffff8105fdcd>] ? set_memory_ro+0x2d/0x40
[ 44.633263] [<ffffffff810e31da>] ? set_section_ro_nx+0x7a/0x90
[ 44.639235] [<ffffffff810e6430>] ? load_module+0x1a80/0x2740
[ 44.645032] [<ffffffff810e725d>] ? SyS_finit_module+0x7d/0xa0
[ 44.650914] [<ffffffff81550a8d>] ? system_call_fast_compare_end+0xc/0x11
[ 44.657749] Code: 81 00 89 c1 0f 8d 7c fe ff ff 48 98 48 8b 55 00 48 03 14 c5 40 4a 8f 81 f6 42 18 01 48 89 d0 74 c8 0f 1f 84 00 00 00 00 00 f3 90 <f6> 40 18 01 75 f8 eb b6 0f b6 4c 24 0c 48 83 c4 18 4c 89 ea 5b
^ permalink raw reply
* RAID 5 "magicaly" become a RAID0
From: Thomas MARCHESSEAU @ 2015-04-12 21:42 UTC (permalink / raw)
To: linux-raid
Hi team ,
Like probably lot of new subscriber , i mail you, guys, for help .
I¹m running a raid5 on 7 HDD for several month now ( and years on other
system) without problem .
last week i had a crash disk (sdg) , i¹ve add a new drive (sdi) and
rebuild .. Works fine , and i dont think this is the cause of my today
problem.
Yesterday , i¹v upgraded my ubuntu 14.10 , and the system warm me with a
message that i can¹t recall and rewrite exactly , but something like :
md127 doesn¹t not match with /etc/mdadm/mdadm.conf , blah blah , run
/usr/share/mdadm/mkconf , and fix /etc/mdadm/mdadm.conf
i¹ve done it , and reboot , all looks good .
All the drive have been rename after reboot ( orginal sdg was extract form
the bay )
I¹ve setup a rsync of my most important data on a external drive this
night, who partially failed (only 25% ha been backuped , bad luck ) ,
(probably) because this morning i have re-inserted by mistake the faulty
drive ( for information , i think the drive was in fact ok , the sata
connector was a bit disconnect )
I did not pay attention of the situation at the moment , but few hour
later , i ssh my filer and my « home » (on the raid partition) was not
available anymore .
I didn¹t try to fschk or any thing else than :
Mdadm stop /dev/md127
mdadm --assemble /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
/dev/sdg /dev/sdh
mdadm: /dev/md127 assembled from 5 drives - not enough to start the array.
So i¹ve read a bunch of usefull link , one of them :) ,
https://raid.wiki.kernel.org/index.php/RAID_Recovery , says , don¹t do
stupid thing until drop a mail on linux-raid mailling so i¹m here .
i¹ve collected this usefull info :
mdadm --examine /dev/sd[a-z] | egrep 'Event|/dev/sd'
/dev/sda: (system HDD )
/dev/sdb:
Events : 21958
/dev/sdc:
Events : 21958
/dev/sdd:
Events : 21958
/dev/sde:
Events : 21958
/dev/sdf:
Events : 21958
/dev/sdg:
Events : 21954 < here
/dev/sdh:
Events : 21954 < and here
i¹ve also a full copy of mdadm examine
The strange thing is that my raid array is now seen as a RAID0 in
mdadm --detail /dev/md127
/dev/md127:
Version :
Raid Level : raid0
Total Devices : 0
State : inactive
But individually all drive in mdadm examine , are RAID 5 member .
Anyone for help ?
i¹ was on the way to perform a
mdadm --create --assume-clean level=5 --raid-devices=7 --size=11720300544
/dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
Which looks a bit stupid before ask for help
Regards thomas
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Roger Heflin @ 2015-04-12 22:28 UTC (permalink / raw)
To: Thomas MARCHESSEAU; +Cc: Linux RAID
In-Reply-To: <D150B36B.8EE37%marchesseau@gmail.com>
Add a "--force" to the --assemble command and it should force the
other 2 online even though they are a bit off on events.
From my understanding that may been some of the last data written
could be lost/corrupted (those last 4 events on those 2 disks).
I would probably also suggest getting another disk and going to raid6,
raid5 is pretty scary if disks start going bad.
On Sun, Apr 12, 2015 at 4:42 PM, Thomas MARCHESSEAU
<marchesseau@gmail.com> wrote:
> Hi team ,
>
> Like probably lot of new subscriber , i mail you, guys, for help .
>
> Iąm running a raid5 on 7 HDD for several month now ( and years on other
> system) without problem .
> last week i had a crash disk (sdg) , iąve add a new drive (sdi) and
> rebuild .. Works fine , and i dont think this is the cause of my today
> problem.
>
> Yesterday , iąv upgraded my ubuntu 14.10 , and the system warm me with a
> message that i canąt recall and rewrite exactly , but something like :
> md127 doesnąt not match with /etc/mdadm/mdadm.conf , blah blah , run
> /usr/share/mdadm/mkconf , and fix /etc/mdadm/mdadm.conf
>
> iąve done it , and reboot , all looks good .
> All the drive have been rename after reboot ( orginal sdg was extract form
> the bay )
>
> Iąve setup a rsync of my most important data on a external drive this
> night, who partially failed (only 25% ha been backuped , bad luck ) ,
> (probably) because this morning i have re-inserted by mistake the faulty
> drive ( for information , i think the drive was in fact ok , the sata
> connector was a bit disconnect )
>
> I did not pay attention of the situation at the moment , but few hour
> later , i ssh my filer and my « home » (on the raid partition) was not
> available anymore .
> I didnąt try to fschk or any thing else than :
>
> Mdadm ‹stop /dev/md127
> mdadm --assemble /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
> /dev/sdg /dev/sdh
> mdadm: /dev/md127 assembled from 5 drives - not enough to start the array.
>
>
> So iąve read a bunch of usefull link , one of them :) ,
> https://raid.wiki.kernel.org/index.php/RAID_Recovery , says , donąt do
> stupid thing until drop a mail on linux-raid mailling Š so iąm here .
>
> iąve collected this usefull info :
> mdadm --examine /dev/sd[a-z] | egrep 'Event|/dev/sd'
> /dev/sda: (system HDD )
> /dev/sdb:
> Events : 21958
> /dev/sdc:
> Events : 21958
> /dev/sdd:
> Events : 21958
> /dev/sde:
> Events : 21958
> /dev/sdf:
> Events : 21958
> /dev/sdg:
> Events : 21954 <‹ here
> /dev/sdh:
> Events : 21954 <‹ and here
>
>
>
> iąve also a full copy of mdadm ‹examine
>
> The strange thing is that my raid array is now seen as a RAID0 in
> mdadm --detail /dev/md127
> /dev/md127:
> Version :
> Raid Level : raid0
> Total Devices : 0
>
> State : inactive
>
>
> But individually all drive in mdadm ‹examine , are RAID 5 member .
>
> Anyone for help ?
>
> ią was on the way to perform a
> mdadm --create --assume-clean ‹level=5 --raid-devices=7 --size=11720300544
> /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
>
> Which looks a bit stupid before ask for help
>
> Regards thomas
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* [GIT PULL REQUEST] md fixes for late 4.0-rc
From: NeilBrown @ 2015-04-12 23:20 UTC (permalink / raw)
To: Linus Torvalds
Cc: lkml, linux RAID, Joe Landman, Dave Chinner, Gu Zheng,
Simon Kirby, Dave Jones
[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]
Hi Linus,
two regression fixes for md, one fairly recent and minor (diskstats has
confusing data) and one older and more serious - RAID0 with non-power-of-2
chunksize corrupts data. I guess (almost) no-one uses non-power-of-2 chunks.
Thanks,
NeilBrown
The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1:
Linux 4.0-rc7 (2015-04-06 15:39:45 -0700)
are available in the git repository at:
git://neil.brown.name/md/ tags/md/4.0-rc7-fix
for you to fetch changes up to 47d68979cc968535cb87f3e5f2e6a3533ea48fbd:
md/raid0: fix bug with chunksize not a power of 2. (2015-04-10 15:36:31 +1000)
----------------------------------------------------------------
md fixes for 4.0-rc7
Revert recent change which broke IO accounting.
Fix bug with RAID0 arrays with non-power-of-2 chunk size.
----------------------------------------------------------------
Gu Zheng (1):
md: fix md io stats accounting broken
NeilBrown (1):
md/raid0: fix bug with chunksize not a power of 2.
drivers/md/md.c | 6 +++++-
drivers/md/raid0.c | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Phil Turmel @ 2015-04-13 0:18 UTC (permalink / raw)
To: Thomas MARCHESSEAU, linux-raid
In-Reply-To: <D150B36B.8EE37%marchesseau@gmail.com>
Hi Thomas,
On 04/12/2015 05:42 PM, Thomas MARCHESSEAU wrote:
> Hi team ,
>
> Like probably lot of new subscriber , i mail you, guys, for help .
>
> I¹m running a raid5 on 7 HDD for several month now ( and years on other
> system) without problem .
> last week i had a crash disk (sdg) , i¹ve add a new drive (sdi) and
> rebuild .. Works fine , and i dont think this is the cause of my today
> problem.
Agreed. Probably not related.
> Yesterday , i¹v upgraded my ubuntu 14.10 , and the system warm me with a
> message that i can¹t recall and rewrite exactly , but something like :
> md127 doesn¹t not match with /etc/mdadm/mdadm.conf , blah blah , run
> /usr/share/mdadm/mkconf , and fix /etc/mdadm/mdadm.conf
>
> i¹ve done it , and reboot , all looks good .
> All the drive have been rename after reboot ( orginal sdg was extract form
> the bay )
Yes, you cannot trust drives to keep their names through upgrades. The
names are pseudo-random during boot.
You should know that md127 is the default name chosen by mdadm when
assembling an array for which it doesn't know any other name. Followed
by md126, then md125 and so on. You really should give your arrays
other names. Most commonly starting with md0 or md1.
> I¹ve setup a rsync of my most important data on a external drive this
> night, who partially failed (only 25% ha been backuped , bad luck ) ,
> (probably) because this morning i have re-inserted by mistake the faulty
> drive ( for information , i think the drive was in fact ok , the sata
> connector was a bit disconnect )
>
> I did not pay attention of the situation at the moment , but few hour
> later , i ssh my filer and my « home » (on the raid partition) was not
> available anymore .
You should collect your 'dmesg' and post it here. Or cut and paste from
it anything related to your drives or array.
> I didn¹t try to fschk or any thing else than :
>
> Mdadm ‹stop /dev/md127
> mdadm --assemble /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
> /dev/sdg /dev/sdh
> mdadm: /dev/md127 assembled from 5 drives - not enough to start the array.
>
>
> So i¹ve read a bunch of usefull link , one of them :) ,
> https://raid.wiki.kernel.org/index.php/RAID_Recovery , says , don¹t do
> stupid thing until drop a mail on linux-raid mailling Š so i¹m here .
>
> i¹ve collected this usefull info :
> mdadm --examine /dev/sd[a-z] | egrep 'Event|/dev/sd'
> /dev/sda: (system HDD )
> /dev/sdb:
> Events : 21958
> /dev/sdc:
> Events : 21958
> /dev/sdd:
> Events : 21958
> /dev/sde:
> Events : 21958
> /dev/sdf:
> Events : 21958
> /dev/sdg:
> Events : 21954 <‹ here
> /dev/sdh:
> Events : 21954 <‹ and here
In general, people on this list want to see the full --examine reports.
As do I.
Also, you need to record which drive serial numbers correspond to which
device roles, just in case. You can show the smartctl data along with
the examines like so:
for x in /dev/sd[b-h] ; do mdadm -E $x ; smartctl -iA -l scterc $x ;
done > report.txt
Then paste report.txt into your next mail.
> The strange thing is that my raid array is now seen as a RAID0 in
> mdadm --detail /dev/md127
> /dev/md127:
> Version :
> Raid Level : raid0
> Total Devices : 0
>
> State : inactive
It didn't start, so that info isn't meaningful.
> But individually all drive in mdadm ‹examine , are RAID 5 member .
>
> Anyone for help ?
Your array should be fixable. The use of "mdadm --assemble --force" as
recommended by Roger is likely to work. But it won't be enough if you
don't also figure out why the array stopped after a few hours. That
sounds like a common problem with raid5 rebuilds.
> i¹ was on the way to perform a
> mdadm --create --assume-clean ‹level=5 --raid-devices=7 --size=11720300544
> /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
>
> Which looks a bit stupid before ask for help
Yes, this is what the wiki means when it refers to doing something
stupid. Any form of --create is destructive and should only be
attempted when all other attempts have failed.
Phil
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: [PATCH 2/4] md-cluster: remove capabilities
From: Guoqing Jiang @ 2015-04-13 2:27 UTC (permalink / raw)
To: Goldwyn Rodrigues; +Cc: neilb, linux-raid
In-Reply-To: <20150408192247.GA9682@shrek.lan>
Goldwyn Rodrigues wrote:
> Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
> ---
> drivers/md/md-cluster.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
> drivers/md/md-cluster.h | 1 +
> drivers/md/md.c | 24 +++++++++++++++---------
> drivers/md/md.h | 1 +
> 4 files changed, 64 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
> index 96679b2..d036c83 100644
> --- a/drivers/md/md-cluster.c
> +++ b/drivers/md/md-cluster.c
> @@ -72,6 +72,7 @@ enum msg_type {
> METADATA_UPDATED = 0,
> RESYNCING,
> NEWDISK,
> + REMOVE,
> };
>
> struct cluster_msg {
> @@ -186,6 +187,20 @@ static char *pretty_uuid(char *dest, char *src)
> return dest;
> }
>
> +static struct md_rdev *find_rdev_uuid(struct mddev *mddev, char *uuid)
> +{
> + struct md_rdev *rdev;
> + struct mdp_superblock_1 *sb;
> +
> + rdev_for_each_rcu(rdev, mddev) {
> + sb = page_address(rdev->sb_page);
> + if (!strncmp(uuid, sb->device_uuid, 16)) {
> + return rdev;
> + }
> + }
> + return NULL;
> +}
> +
> static void add_resync_info(struct mddev *mddev, struct dlm_lock_resource *lockres,
> sector_t lo, sector_t hi)
> {
> @@ -401,6 +416,17 @@ static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg
> dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_CR);
> }
>
> +static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg)
> +{
> + struct md_rdev *rdev = find_rdev_uuid(mddev, msg->uuid);
> + char uuid[32];
> +
> + if (rdev)
> + md_kick_rdev_from_array(rdev);
> + else
> + pr_warn("%s: %d Could not find disk with uuid: %s", __func__, __LINE__, pretty_uuid(uuid, msg->uuid));
> +}
> +
> static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg)
> {
> switch (msg->type) {
> @@ -419,6 +445,15 @@ static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg)
> pr_info("%s: %d Received message: NEWDISK from %d\n",
> __func__, __LINE__, msg->slot);
> process_add_new_disk(mddev, msg);
> + break;
> + case REMOVE:
> + pr_info("%s: %d Received REMOVE from %d\n",
> + __func__, __LINE__, msg->slot);
> + process_remove_disk(mddev, msg);
> + break;
> + default:
> + pr_warn("%s:%d Received unknown message from %d\n",
> + __func__, __LINE__, msg->slot);
> };
> }
>
> @@ -854,6 +889,17 @@ static int new_disk_ack(struct mddev *mddev, bool ack)
> return 0;
> }
>
> +static int remove_disk(struct mddev *mddev, struct md_rdev *rdev)
> +{
> + struct cluster_msg cmsg;
> + struct md_cluster_info *cinfo = mddev->cluster_info;
> + struct mdp_superblock_1 *sb = page_address(rdev->sb_page);
> + char *uuid = sb->device_uuid;
> + cmsg.type = REMOVE;
> + memcpy(cmsg.uuid, uuid, 16);
> + return __sendmsg(cinfo, &cmsg);
> +}
> +
> static struct md_cluster_operations cluster_ops = {
> .join = join,
> .leave = leave,
> @@ -868,6 +914,7 @@ static struct md_cluster_operations cluster_ops = {
> .add_new_disk_start = add_new_disk_start,
> .add_new_disk_finish = add_new_disk_finish,
> .new_disk_ack = new_disk_ack,
> + .remove_disk = remove_disk,
> };
>
> static int __init cluster_init(void)
> diff --git a/drivers/md/md-cluster.h b/drivers/md/md-cluster.h
> index 7417133..71e5143 100644
> --- a/drivers/md/md-cluster.h
> +++ b/drivers/md/md-cluster.h
> @@ -22,6 +22,7 @@ struct md_cluster_operations {
> int (*add_new_disk_start)(struct mddev *mddev, struct md_rdev *rdev);
> int (*add_new_disk_finish)(struct mddev *mddev);
> int (*new_disk_ack)(struct mddev *mddev, bool ack);
> + int (*remove_disk)(struct mddev *mddev, struct md_rdev *rdev);
> };
>
> #endif /* _MD_CLUSTER_H */
> diff --git a/drivers/md/md.c b/drivers/md/md.c
> index bc11551..0c65e51 100644
> --- a/drivers/md/md.c
> +++ b/drivers/md/md.c
> @@ -2291,11 +2291,12 @@ static void export_rdev(struct md_rdev * rdev)
> kobject_put(&rdev->kobj);
> }
>
> -static void kick_rdev_from_array(struct md_rdev * rdev)
> +void md_kick_rdev_from_array(struct md_rdev * rdev)
> {
> unbind_rdev_from_array(rdev);
> export_rdev(rdev);
> }
> +EXPORT_SYMBOL_GPL(md_kick_rdev_from_array);
>
> static void export_array(struct mddev *mddev)
> {
> @@ -2306,7 +2307,7 @@ static void export_array(struct mddev *mddev)
> MD_BUG();
> continue;
> }
> - kick_rdev_from_array(rdev);
> + md_kick_rdev_from_array(rdev);
> }
> if (!list_empty(&mddev->disks))
> MD_BUG();
> @@ -2750,9 +2751,11 @@ state_store(struct md_rdev *rdev, const char *buf, size_t len)
> err = -EBUSY;
> else {
> struct mddev *mddev = rdev->mddev;
> - if (mddev_is_clustered(mddev))
> + if (mddev_is_clustered(mddev)) {
> md_cluster_ops->metadata_update_start(mddev);
> - kick_rdev_from_array(rdev);
> + md_cluster_ops->remove_disk(mddev, rdev);
> + }
> + md_kick_rdev_from_array(rdev);
>
For md-cluster, seems it is possible that md_kick_rdev_from_array could
be called twice,
is this what you want? Thanks.
> if (mddev->pers) {
> set_bit(MD_CHANGE_DEVS, &mddev->flags);
> md_wakeup_thread(mddev->thread);
> @@ -3424,7 +3427,7 @@ static void analyze_sbs(struct mddev * mddev)
> "md: fatal superblock inconsistency in %s"
> " -- removing from array\n",
> bdevname(rdev->bdev,b));
> - kick_rdev_from_array(rdev);
> + md_kick_rdev_from_array(rdev);
> }
>
>
> @@ -3440,7 +3443,7 @@ static void analyze_sbs(struct mddev * mddev)
> "md: %s: %s: only %d devices permitted\n",
> mdname(mddev), bdevname(rdev->bdev, b),
> mddev->max_disks);
> - kick_rdev_from_array(rdev);
> + md_kick_rdev_from_array(rdev);
> continue;
> }
> if (rdev != freshest) {
> @@ -3449,7 +3452,7 @@ static void analyze_sbs(struct mddev * mddev)
> printk(KERN_WARNING "md: kicking non-fresh %s"
> " from array!\n",
> bdevname(rdev->bdev,b));
> - kick_rdev_from_array(rdev);
> + md_kick_rdev_from_array(rdev);
> continue;
> }
> /* No device should have a Candidate flag
> @@ -3458,7 +3461,7 @@ static void analyze_sbs(struct mddev * mddev)
> if (test_bit(Candidate, &rdev->flags)) {
> pr_info("md: kicking Cluster Candidate %s from array!\n",
> bdevname(rdev->bdev, b));
> - kick_rdev_from_array(rdev);
> + md_kick_rdev_from_array(rdev);
> }
> }
> if (mddev->level == LEVEL_MULTIPATH) {
> @@ -6083,7 +6086,10 @@ static int hot_remove_disk(struct mddev * mddev, dev_t dev)
> if (rdev->raid_disk >= 0)
> goto busy;
>
> - kick_rdev_from_array(rdev);
> + if (mddev_is_clustered(mddev))
> + md_cluster_ops->remove_disk(mddev, rdev);
> +
> + md_kick_rdev_from_array(rdev);
>
Ditto.
Thanks,
Guoqing
^ permalink raw reply
* Re: mvsas panics and dies when attached to a port extender on newer kernels
From: Mikael Abrahamsson @ 2015-04-13 5:41 UTC (permalink / raw)
To: Adam Talbot; +Cc: linux-raid
In-Reply-To: <CAH_2GhdYbDjkGKX+zapf6Xwgx2SmkDN9WmjuvW4O32WSrk71sw@mail.gmail.com>
On Sun, 12 Apr 2015, Adam Talbot wrote:
> Not %100 sure what group this one should go to. As this is on my
> Linux RAID system; I hope I got the right group. I think I found a
> mvsas bug.
You're probably better off going to linux-scsi mailing list instead,
that's where they deal with the controller cards.
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Thomas MARCHESSEAU @ 2015-04-13 8:55 UTC (permalink / raw)
To: linux-raid; +Cc: Roger Heflin, Phil Turmel
In-Reply-To: <552B0B58.8050102@turmel.org>
Hi all,
Thanks a lot for your time. I appreciate .
Immediate Feedback (with jet lag :) -
Roger,
I’ve already forced the —- assemble, just forget to write it , no more
mdadm --assemble --force /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde
/dev/sdf /dev/sdg /dev/sdh
mdadm: /dev/md127 assembled from 5 drives - not enough to start the array.
I’ll move to raid6 , that was my 1st choice, but i didn’t build it
Phil,
Md0 .. I got the point, I will use it again to avoid mistakes
==============
OUTPUT of : or x in /dev/sd[b-h] ; do mdadm -E $x ; smartctl -iA -l scterc
$x ; done > report.txt
/dev/sdb:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : 3c496797:3cf85a2f:295fbd9b:2e077213
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 15dbf80e - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 5
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1091161
LU WWN Device Id: 5 0014ee 25ee4fcd6
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Mon Apr 13 10:03:15 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
SMART Disabled. Use option -s with argument 'on' to enable it.
(override with '-T permissive' option)
--------------------------------------------------------------
/dev/sdc:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : 8df5ff53:7e7b70cd:8f4f00f1:62d06766
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 18c2e134 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1097832
LU WWN Device Id: 5 0014ee 2b4399815
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:15 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
SMART Disabled. Use option -s with argument 'on' to enable it.
(override with '-T permissive' option)
--------------------------------------------------------------
/dev/sdd:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : ce00382c:1af27788:009df454:44e23f65
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : ecec264 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1097658
LU WWN Device Id: 5 0014ee 2098fea8e
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
SMART Disabled. Use option -s with argument 'on' to enable it.
(override with '-T permissive' option)
--------------------------------------------------------------
/dev/sde:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : c31958a3:769ae8c1:c610013a:8ac4ced9
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 18fad9c3 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1111248
LU WWN Device Id: 5 0014ee 2b43abede
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 174 169 021 Pre-fail Always
- 6266
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 45
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 089 089 000 Old_age Always
- 8298
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 43
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 30
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 14
194 Temperature_Celsius 0x0022 101 092 000 Old_age Always
- 49
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
--------------------------------------------------------------
/dev/sdf:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : 486831b4:ce34ac6f:c5f43616:8042099d
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 77082495 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1107956
LU WWN Device Id: 5 0014ee 2b4399801
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 178 173 021 Pre-fail Always
- 6058
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 43
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 089 089 000 Old_age Always
- 8297
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 42
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 29
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
194 Temperature_Celsius 0x0022 103 094 000 Old_age Always
- 47
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
--------------------------------------------------------------
/dev/sdg:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : fd209577:7efc364a:aae51364:230eefcd
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:09:14 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 93c0611b - correct
Events : 21954
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 4
Array State : AAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1164520
LU WWN Device Id: 5 0014ee 2b4562c3e
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 170 165 021 Pre-fail Always
- 6466
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 43
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 089 089 000 Old_age Always
- 8298
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 42
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 29
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
194 Temperature_Celsius 0x0022 105 092 000 Old_age Always
- 45
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
--------------------------------------------------------------
/dev/sdh:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : b1146034:7d8ab0e5:3c975a91:8f786829
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:09:14 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 74c4fecf - correct
Events : 21954
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 6
Array State : AAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1154279
LU WWN Device Id: 5 0014ee 25f0218e4
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 10:03:16 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 170 170 021 Pre-fail Always
- 6491
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 18
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 098 098 000 Old_age Always
- 1534
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 18
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 12
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 5
194 Temperature_Celsius 0x0022 106 100 000 Old_age Always
- 44
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
--------------------------------------------------------------
Regards,
Thomas
Le 13/04/15 02:18, « Phil Turmel » <philip@turmel.org> a écrit :
>Hi Thomas,
>
>On 04/12/2015 05:42 PM, Thomas MARCHESSEAU wrote:
>> Hi team ,
>>
>> Like probably lot of new subscriber , i mail you, guys, for help .
>>
>> I¹m running a raid5 on 7 HDD for several month now ( and years on other
>> system) without problem .
>> last week i had a crash disk (sdg) , i¹ve add a new drive (sdi) and
>> rebuild .. Works fine , and i dont think this is the cause of my today
>> problem.
>
>Agreed. Probably not related.
>
>> Yesterday , i¹v upgraded my ubuntu 14.10 , and the system warm me with a
>> message that i can¹t recall and rewrite exactly , but something like :
>> md127 doesn¹t not match with /etc/mdadm/mdadm.conf , blah blah , run
>> /usr/share/mdadm/mkconf , and fix /etc/mdadm/mdadm.conf
>>
>> i¹ve done it , and reboot , all looks good .
>> All the drive have been rename after reboot ( orginal sdg was extract
>>form
>> the bay )
>
>Yes, you cannot trust drives to keep their names through upgrades. The
>names are pseudo-random during boot.
>
>You should know that md127 is the default name chosen by mdadm when
>assembling an array for which it doesn't know any other name. Followed
>by md126, then md125 and so on. You really should give your arrays
>other names. Most commonly starting with md0 or md1.
>
>> I¹ve setup a rsync of my most important data on a external drive this
>> night, who partially failed (only 25% ha been backuped , bad luck ) ,
>> (probably) because this morning i have re-inserted by mistake the
>>faulty
>> drive ( for information , i think the drive was in fact ok , the sata
>> connector was a bit disconnect )
>>
>> I did not pay attention of the situation at the moment , but few hour
>> later , i ssh my filer and my « home » (on the raid partition) was not
>> available anymore .
>
>You should collect your 'dmesg' and post it here. Or cut and paste from
>it anything related to your drives or array.
>
>> I didn¹t try to fschk or any thing else than :
>>
>> Mdadm ‹stop /dev/md127
>> mdadm --assemble /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
>> /dev/sdg /dev/sdh
>> mdadm: /dev/md127 assembled from 5 drives - not enough to start the
>>array.
>>
>>
>> So i¹ve read a bunch of usefull link , one of them :) ,
>> https://raid.wiki.kernel.org/index.php/RAID_Recovery , says , don¹t do
>> stupid thing until drop a mail on linux-raid mailling Š so i¹m here .
>>
>> i¹ve collected this usefull info :
>> mdadm --examine /dev/sd[a-z] | egrep 'Event|/dev/sd'
>> /dev/sda: (system HDD )
>> /dev/sdb:
>> Events : 21958
>> /dev/sdc:
>> Events : 21958
>> /dev/sdd:
>> Events : 21958
>> /dev/sde:
>> Events : 21958
>> /dev/sdf:
>> Events : 21958
>> /dev/sdg:
>> Events : 21954 <‹ here
>> /dev/sdh:
>> Events : 21954 <‹ and here
>
>In general, people on this list want to see the full --examine reports.
> As do I.
>
>Also, you need to record which drive serial numbers correspond to which
>device roles, just in case. You can show the smartctl data along with
>the examines like so:
>
>for x in /dev/sd[b-h] ; do mdadm -E $x ; smartctl -iA -l scterc $x ;
>done > report.txt
>
>Then paste report.txt into your next mail.
>
>> The strange thing is that my raid array is now seen as a RAID0 in
>> mdadm --detail /dev/md127
>> /dev/md127:
>> Version :
>> Raid Level : raid0
>> Total Devices : 0
>>
>> State : inactive
>
>It didn't start, so that info isn't meaningful.
>
>> But individually all drive in mdadm ‹examine , are RAID 5 member .
>>
>> Anyone for help ?
>
>Your array should be fixable. The use of "mdadm --assemble --force" as
>recommended by Roger is likely to work. But it won't be enough if you
>don't also figure out why the array stopped after a few hours. That
>sounds like a common problem with raid5 rebuilds.
>
>> i¹ was on the way to perform a
>> mdadm --create --assume-clean ‹level=5 --raid-devices=7
>>--size=11720300544
>> /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg
>>/dev/sdh
>>
>> Which looks a bit stupid before ask for help
>
>Yes, this is what the wiki means when it refers to doing something
>stupid. Any form of --create is destructive and should only be
>attempted when all other attempts have failed.
>
>Phil
>
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Phil Turmel @ 2015-04-13 10:57 UTC (permalink / raw)
To: Thomas MARCHESSEAU, linux-raid; +Cc: Roger Heflin
In-Reply-To: <D15148A7.3B83B%marchesseau@gmail.com>
Good morning Thomas,
{ Convention on kernel.org is to reply-to-all, trim quotes, and place
your response inline or at the bottom. }
On 04/13/2015 04:55 AM, Thomas MARCHESSEAU wrote:
> Hi all,
>
> Thanks a lot for your time. I appreciate .
You're welcome.
> Immediate Feedback (with jet lag :) -
>
> Roger,
> I’ve already forced the —- assemble, just forget to write it , no more
> mdadm --assemble --force /dev/md127 /dev/sdb /dev/sdc /dev/sdd /dev/sde
> /dev/sdf /dev/sdg /dev/sdh
> mdadm: /dev/md127 assembled from 5 drives - not enough to start the array.
Hmmm. Based on the below, this should have worked. Please report your
mdadm version. Your kernel appears to be 3.16.0. There have been some
assembly bugs fixed in the past year. You will certainly want to try
with a recent livecd before giving up on --assemble --force.
> I’ll move to raid6 , that was my 1st choice, but i didn’t build it
Wait! One thing at a time. First we must recover your array and help
you get a better backup. Then you may add another drive to make a raid6.
> Phil,
> Md0 .. I got the point, I will use it again to avoid mistakes
This is what mdadm.conf is for. And must be replicated into your
initramfs to be effective for most distributions.
> ==============
> OUTPUT of : or x in /dev/sd[b-h] ; do mdadm -E $x ; smartctl -iA -l scterc
> $x ; done > report.txt
Very good. Some of your devices have SMART disabled. You should enable
those, and re-do the smart report for them.
> /dev/sdb:
> Device Role : Active device 5
> Serial Number: WD-WCC1P1091161
> /dev/sdc:
> Device Role : Active device 0
> Serial Number: WD-WCC1P1097832
> /dev/sdd:
> Device Role : Active device 1
> Serial Number: WD-WCC1P1097658
> /dev/sde:
> Device Role : Active device 2
> Serial Number: WD-WCC1P1111248
> /dev/sdf:
> Device Role : Active device 3
> Serial Number: WD-WCC1P1107956
> /dev/sdg:
> Device Role : Active device 4
> Serial Number: WD-WCC1P1164520
> /dev/sdh:
> Device Role : Active device 6
> Serial Number: WD-WCC1P1154279
The above is critical data for later if assembly never works.
Meanwhile, please obtain your dmesg and paste it here. I suggest
turning off line wrap when you paste into your email.
Next, boot with a recent liveCD that has mdadm utilities (I recommend
systemrescuecd from sysrescuecd.org.) and use its kernel and tools to
try "mdadm -Afv /dev/md0 /dev/sd[b-h]"
You may have to --stop a partial assembly, as rescue CDs often attempt
to assemble arrays found. And adjust the device letters if it boots
with your system disk as other than sda.
Show the mdadm output if it fails. If it works, back up your critical
files immediately. You should then do a clean shutdown, and it should
let you boot back into your original system.
Phil
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Thomas MARCHESSEAU @ 2015-04-13 12:27 UTC (permalink / raw)
To: Phil Turmel, linux-raid; +Cc: Roger Heflin
In-Reply-To: <552BA12C.3010506@turmel.org>
Hi Phil,
>{ Convention on kernel.org is to reply-to-all, trim quotes, and place
>your response inline or at the bottom. }
Ok, sorry thanks , i¹ll do it
>
>Hmmm. Based on the below, this should have worked. Please report your
>mdadm version. Your kernel appears to be 3.16.0. There have been some
>assembly bugs fixed in the past year. You will certainly want to try
>with a recent livecd before giving up on --assemble --force.
Yep , the Kernel is 3.16.0-34-generic, 64bits
mdadm -V
mdadm - v3.3 - 3rd September 2013
>Wait! One thing at a time. First we must recover your array and help
>you get a better backup. Then you may add another drive to make a raid6.
Yeah of course , i¹ll do that later ;) , i really want to recove my
kids picture :) at 1st , my own dev , and other less important crap .
>
>Very good. Some of your devices have SMART disabled. You should enable
>those, and re-do the smart report for them.
/dev/sdb:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (loal to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 G)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Supe Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : 3c496797:3cf85a2f:295fbd9b:2e077213
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 215
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 15dbf80e - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 5
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P191161
LU WWN Device Id: 5 0014ee 25ee4fcd6
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Secto Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Versio is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Mon Apr 13 13:32:002015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 171 171 021 Pre-fail Always
- 6450
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 7
5 Reallocated_Sector_Ct 0x0033 200 200 140 Prefail Always
- 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always
- 566
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 7
183 untime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 00 000 Old_age Always
- 4
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 2
194 Temperature_Celsius 0x0022 115 109 000 Old_age Always
- 35
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Unorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
/dev/sdc:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sa Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clan
Device UUID : 8df5ff53:7e7b70cd:8f4f00f1:62d06766
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 18c2e134 - corrct
Events : 21958
Layout : left-symmetric
Chunk Size : 512
Device Role : Active device 0
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1097832
LU WWN Device Id: 5 0014ee 2b4399815
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
Device is: n smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor reision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 13:32:00 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributs with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 166 165 021 Pre-fail Always
- 6691
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 44
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Alays
- 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Aways
- 0
9 Power_On_Hours 0x0032 089 089 000 Old_age Always
- 8301
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 43
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_ount 0x0032 200 200 000 Old_age Always
- 30
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
194 Temperature_Celsius 0x0022 101 090 000 Old_age Always
- 49
196 Reallocated_Event_Count0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x003 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 20 000 Old_age Offline
- 0
SCT Error Recovery Control:
Rad: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
/dev/sdd:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (lcal to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Rid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Usd Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : ce00382c:1af27788:00df454:44e23f65
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 0610:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : ecec264 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontoos.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital E4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1097658
LU WWN Device Id: 5 0014ee 2098fea8e
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revsion not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Tie is: Mon Apr 13 13:32:00 2015 CEST
SMART support is: Available - device has SMARTcapability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMAR Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with hresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
HEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 161 159 021 Pre-fail Always
- 6933
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 43
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 089 089 000 Old_age Always
- 8301
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Rety_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cyce_Count 0x0032 100 100 000 Old_age Always
- 42
183 Rutime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
92 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 29
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
194 Temperature_Celsius 0x0022 099 091 000 Old_age Always
- 51
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x002 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 ld_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 secods)
Write: 70 (7.0 seconds)
/dev/sde:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Nme : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectos
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : c31958a3:769ae8c1:c61003a:8ac4ced9
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 0:10:59 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 18fad9c3 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : AAAA.A. ('A' == active, '.' == missing, 'R' == replacing)
martctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Alle, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ==
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1111248
LU WWN Device Id: 5 0014ee 2b43abede
Firmware Version: 01.01K02
User Capacity: 2,000398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 13:32:00 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 174 169 021 Pre-fail Always
- 6266
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 45
5 Reallocated_Sector_Ct 0x0033 200 200 140 re-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 00 Old_age Always
- 0
9 Power_On_Hours 0x0032 089 89 000 Old_age Always
- 8301
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 43
183 Runtime_Bad_Block 0x0032 10 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 30
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 14
194 Temperature_Celsius 0x0022 101 092 000 Old_age Always
- 49
196 eallocated_Event_Count 0x0032 200 200 000 Old_age Always
-
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 00 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery ontrol:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
/dev/sdf:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (ocal to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Dvice UUID : 486831b4:ce34ac6f:c5f43616:8042099d
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:10:59 2015
Bad Block Log : 512 entries available at offst 72 sectors
Checksum : 77082495 - correct
Events : 21958
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : AAAA.A.('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000YYZ-01UL1B1
Serial Number: WD-WCC1P1107956
LU WWN Device Id: 5 0014ee 2b4399801
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [200 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device i: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr13 13:32:00 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESHTYPE UPDATED
WHEN_FAILED RAW_VALUE
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 178 173 021 Pre-fail Always
- 6058
4 StartStop_Count 0x0032 100 100 000 Old_age Always
- 43
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always
- 0
9 Powe_On_Hours 0x0032 089 089 000 Old_age Always
- 8301
10 Spin_Retry_Count0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 00032 100 100 000 Old_age Always
- 42
183 Runtime_Bad_Block 0x0032 100 100 000 Oldage Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 29
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
194 Temperature_Celsius 0x0022 102 094 000 Old_age Always
- 48
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recovery Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
/dev/sdg:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Array UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebro:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Devices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 1720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.8 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
Stae : clean
Device UUID : fd209577:7efc364a:aae51364:230eefcd
Internal Bitmap : 8 sectors from superblock
Update Time : Sun Apr 12 06:09:14 2015
Bad Block Log : 512 entries available at offset 72 sectors
Checksum : 93c0611b - correct
Events : 21954
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 4
Array State : AAAAAAA ('A' == active, '.' == missing, 'R' == replacing)smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
buil)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western DigitalRE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1164520
LU WWN Device Id: 5 0014ee 2b4562c3e
Firmware Version: 01.01K02
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 13:32:00 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spi_Up_Time 0x0027 170 165 021 Pre-fail Alays
- 6466
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 43
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_ae Always
- 0
9 Power_On_Hours 0x003 089 089 000 Old_age Always
- 8301
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 42
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always
- 29
193Load_Cycle_Count 0x0032 200 200 000 Old_age Always
- 13
19 Temperature_Celsius 0x0022 105 092 000 Old_age Always
- 45
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pnding_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Errr_Count 0x0032 200 200 000 Old_age Always
- 0
20 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline
- 0
SCT Error Recover Control:
Read: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
/dev/sdh:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x1
Arry UUID : e0890308:1fd11c2e:138b5542:4b5cdc62
Name : Cerebr:0 (local to host Cerebro)
Creation Time : Sat Feb 7 23:02:47 2015
Raid Level : raid5
Raid Deices : 7
Avail Dev Size : 3906767024 (1862.89 GiB 2000.26 GB)
Array Size : 11720300544 (11177.35 GiB 12001.59 GB)
Used Dev Size : 3906766848 (1862.89 GiB 2000.26 GB)
Data Offset : 262144 sectors
Super Offset : 8 sectors
Unused Space : before=262056 sectors, after=176 sectors
State : clean
Device UUID : b1146034:7d8ab0e5:3c975a918f786829
Internal Bitmap : 8 sectors from superblock
Update Time : Su Apr 12 06:09:14 2015
Bad Block Log : 512 entries available at offset 72 ectors
Checksum : 74c4fecf - correct
Events : 21954
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 6
Array State : AAAAAAA ('A' == active, '.' == missing, 'R' == replacing)
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-34-generic] (local
build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital RE4 (SATA 6Gb/s)
Device Model: WDC WD2000FYYZ-01UL1B1
Serial Number: WD-WCC1P1154279
LU WWN Device Id: 5 0014ee 25f0218e4
Firmware Version: 01.01K02
User Capacity: 2,00,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Mon Apr 13 13:32:01 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHE_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always
- 0
3 Spin_Up_Time 0x0027 170 170 021 Pre-fail Always
- 6491
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always
- 18
5 Reallocated_Sector_Ct 0x033 200 200 140 Pre-fail Always
- 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always
- 0
9 Power_On_Hours 0x0032 098 098 000 Old_ge Always
- 1538
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always
- 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_ag Always
- 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always
- 18183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always
- 0
192 Power-Of_Retract_Count 0x0032 200 200 000 Old_ae Always
- 12
193 Load_Cycle_Count 0x032 200 200 000 Old_age Always
- 5
194 Temperature_Celsius 0x0022 106 100 000 Old_age Always
- 44
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always
- 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always
- 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline
- 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always
- 0
200 Multi_Zone_Error_Rate 0x0008 200 200 00 Old_age Offline
- 0
SCT Error Recovery Control:
Red: 70 (7.0 seconds)
Write: 70 (7.0 seconds)
>
>Meanwhile, please obtain your dmesg and paste it her. I suggest
>turning off line wrap when you paste into your email.
Humm dmesg from when ? There nothing before april 12th ,
dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.0-34-generic (buildd@roseapple) (gcc
version 4.9.1 (Ubuntu 4.9.1-16ubuntu6) ) #45-Ubuntu MP Mon Mar 23
17:21:27 UTC 2015 (Ubuntu 3.16.0-34.45-generic 3.16.7-ckt8)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic
root=UUID=7cff9c6e-27b9-46c6-abaa-53870793f384 ro nomdmonddfnomdmonisw
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provied physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff]
sable
[ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ce3b3fff]
usable
[ 0000000] BIOS-e820: [mem 0x00000000ce3b4000-0x00000000ceddbfff]
reserved
[ 0.000000] BIOS-e820: [mem x00000000ceddc000-0x00000000cedebfff] ACPI
data
[ 0.000000] BIOS-e820: [mem 0x00000000cede000-0x00000000cf4adfff] ACPI
NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cf4ae000-0x00000000cf643fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cf644000-0x00000000cf7ffff]
usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x0000000e3ffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed03fff]
reserved
[ 0.00000] BIOS-e820: [mem 0x00000000fed08000-0x0000000fed08fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe0c000-0x00000000fed0ffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c00-0x00000000fed1cfff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000fef00000-0x00000000feffffff]
reserved
[ 0.000000]BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff]
reserved
[ 0.000000] BIS-e820: [mem 0x0000000100000000-0x000000082fffffff]
usable
[ .000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By
O.E.M./C2550D4I, BIOS P2.10 08/06/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> rserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: N AGP bridge found
[ 0.000000] e820: last_pfn = 0x830000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-ack
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-through
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0D0000000 mask FF0000000 uncachable
[ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 0CF800000 mask FFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[ 0.000000] e820: last_pfn = 0xcf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd880-0x000fd88f] mapped at
[ffff8800000fd880]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size
24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fd2000, 0x01fd2fff] PGTABLE
[ 0.000000] BRK [0x01fd3000, 0x01fd3fff] PGTABLE
[ 0.000000] BRK [0x01fd4000, 0x01fd4fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x82fe00000-0x82fffffff]
[ 0.000000] [mem 0x82fe00000-0x82fffffff] page 2M
[ 0.000000] BRK [0x01fd5000, 0x01fd5fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x82c000000-0x82fdfffff]
[ 0.000000] [mem 0x82c000000-0x82fdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x800000000-0x82bffffff]
[ 0.000000] [mem 0x800000000-0x82bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xce3b3fff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xce1fffff] page 2M
[ 0.000000] [mem 0xce200000-0xce3b3fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xcf644000-0xcf7fffff]
[ 0.000000] [mem 0xcf644000-0xcf7fffff] page 4k
[ 0.000000] BRK [0x01fd6000, 0x01fd6fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x7ffffffff]
[ 0.000000] [mem 0x100000000-0x7ffffffff] page 2M
[ 0.000000] BRK [0x01fd7000, 0x01fd7fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x357ae000-0x36bcefff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000CEDE6098 0000AC (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000CEDEA258 00010C (v05 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000CEDE61D0 004084 (v02 ALASKA A M I
01072009 INTL 20061109)
[ 0.000000] ACPI: FACS 0x00000000CF4ABF80 000040
[ 0.000000] ACPI: FPDT 0x00000000CEDEA368 000044 (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000CEDEA3B0 00009C (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: HPET 0x00000000CEDEA450 000038 (v01 ALASKA
00000001 MSFT 01000013)
[ 0.000000] ACPI: AAFT 0x00000000CEDEA488 00002F (v01 ALASKA OEMAAFT
01072009 MSFT 00000097)
[ 0.000000] ACPI: SPMI 0x00000000CEDEA4B8 000040 (v05 A M I OEMSPMI
00000000 AMI. 00000000)
[ 0.000000] ACPI: MCFG 0x00000000CEDEA4F8 00003C (v01 ALASKA A M I
01072009 MSFT 00000097)
[ 0.000000] ACPI: WDAT 0x00000000CEDEA538 0001AC (v01 ALASKA A M I
01072009 MSFT 00010013)
[ 0.000000] ACPI: UEFI 0x00000000CEDEA6E8 000042 (v01
00000000 00000000)
[ 0.000000] ACPI: APIC 0x00000000CEDEA730 000078 (v03 INTEL TIANO
00000001 MSFT 00000000)
[ 0.000000] ACPI: BDAT 0x00000000CEDEA7A8 000030 (v01
00000000 00000000)
[ 0.000000] ACPI: SSDT 0x00000000CEDEA7D8 0009F1 (v01 PmRef CpuPm
00003000 INTL 20061109)
[ 0.000000] ACPI: SPCR 0x00000000CEDEB1D0 000050 (v01 A M I APTIO V
01072009 AMI. 00000005)
[ 0.000000] ACPI: HEST 0x00000000CEDEB220 0000A8 (v01 INTEL AVOTON B
00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 0x00000000CEDEB2C8 000030 (v01 INTEL AVOTON B
00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 0x00000000CEDEB2F8 000230 (v01 INTEL AVOTON B
00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 0x00000000CEDEB528 000150 (v01 INTEL AVOTON B
00000001 INTL 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000082fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x82fffffff]
[ 0.000000] NODE_DATA [mem 0x82ffdc000-0x82ffe0fff]
[ 0.000000] [ffffea0000000000-ffffea0020bfffff] PMD ->
[ffff88080f600000-ffff88082f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x82fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xce3b3fff]
[ 0.000000] node 0: [mem 0xcf644000-0xcf7fffff]
[ 0.000000] node 0: [mem 0x100000000-0x82fffffff]
[ 0.000000] On node 0 totalpages: 8381708
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13142 pages used for memmap
[ 0.000000] DMA32 zone: 841072 pages, LIFO batch:31
[ 0.000000] Normal zone: 117760 pages used for memmap
[ 0.000000] Normal zone: 7536640 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI
0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xce3b4000-0xceddbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xceddc000-0xcedebfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcedec000-0xcf4adfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf4ae000-0xcf643fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf800000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xff7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[ 0.000000] e820: [mem 0xe4000000-0xfed00fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4
nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88082fc00000 s82432
r8192 d24064 u524288
[ 0.000000] pcpu-alloc: s82432 r8192 d24064 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 8250721
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic
root=UUID=7cff9c6e-27b9-46c6-abaa-53870793f384 ro nomdmonddf nomdmonisw
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA -
bailing!
[ 0.000000] Memory: 32898716K/33526832K available (7748K kernel code,
1197K rwdata, 3612K rodata, 1360K init, 1308K bss, 628116K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:16640 nr_irqs:712 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 134217728 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want
memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: PIT calibration matches HPET. 1 loops
[ 0.000000] tsc: Detected 2399.806 MHz processor
[ 0.000034] Calibrating delay loop (skipped), value calculated using
timer frequency.. 4799.61 BogoMIPS (lpj=9599224)
[ 0.000043] pid_max: default: 32768 minimum: 301
[ 0.000068] ACPI: Core revision 20140424
[ 0.005167] ACPI: All ACPI Tables successfully acquired
[ 0.005690] Security Framework initialized
[ 0.005725] AppArmor: AppArmor initialized
[ 0.005730] Yama: becoming mindful.
[ 0.008810] Dentry cache hash table entries: 4194304 (order: 13,
33554432 bytes)
[ 0.021014] Inode-cache hash table entries: 2097152 (order: 12,
16777216 bytes)
[ 0.026446] Mount-cache hash table entries: 65536 (order: 7, 524288
bytes)
[ 0.026505] Mountpoint-cache hash table entries: 65536 (order: 7,
524288 bytes)
[ 0.027082] Initializing cgroup subsys memory
[ 0.027133] Initializing cgroup subsys devices
[ 0.027148] Initializing cgroup subsys freezer
[ 0.027155] Initializing cgroup subsys net_cls
[ 0.027165] Initializing cgroup subsys blkio
[ 0.027176] Initializing cgroup subsys perf_event
[ 0.027182] Initializing cgroup subsys net_prio
[ 0.027197] Initializing cgroup subsys hugetlb
[ 0.027228] CPU: Physical Processor ID: 0
[ 0.027232] CPU: Processor Core ID: 0
[ 0.031038] mce: CPU supports 6 MCE banks
[ 0.031050] CPU0: Thermal monitoring enabled (TM1)
[ 0.031061] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0 Last level
dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0 tlb_flushall_shift: 6
[ 0.031192] Freeing SMP alternatives memory: 32K (ffffffff81e81000 -
ffffffff81e89000)
[ 0.032295] ftrace: allocating 29331 entries in 115 pages
[ 0.046388] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.086648] smpboot: CPU0: Intel(R) Atom(TM) CPU C2550 @ 2.40GHz
(fam: 06, model: 4d, stepping: 08)
[ 0.086670] TSC deadline timer enabled
[ 0.086705] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont
events, full-width counters, Intel PMU driver.
[ 0.086723] ... version: 3
[ 0.086726] ... bit width: 40
[ 0.086729] ... generic registers: 2
[ 0.086732] ... value mask: 000000ffffffffff
[ 0.086736] ... max period: 000000ffffffffff
[ 0.086739] ... fixed-purpose events: 3
[ 0.086742] ... event mask: 0000000700000003
[ 0.089575] x86: Booting SMP configuration:
[ 0.089583] .... node #0, CPUs: #1
[ 0.106525] NMI watchdog: enabled on all CPUs, permanently consumes one
hw-PMU counter.
[ 0.106727] #2 #3
[ 0.141096] x86: Booted up 1 node, 4 CPUs
[ 0.141104] smpboot: Total of 4 processors activated (19198.44 BogoMIPS)
[ 0.141911] devtmpfs: initialized
[ 0.153444] evm: security.selinux
[ 0.153452] evm: security.SMACK64
[ 0.153455] evm: security.SMACK64EXEC
[ 0.153458] evm: security.SMACK64TRANSMUTE
[ 0.153461] evm: security.SMACK64MMAP
[ 0.153464] evm: security.ima
[ 0.153467] evm: security.capability
[ 0.153580] PM: Registering ACPI NVS region [mem 0xcedec000-0xcf4adfff]
(7086080 bytes)
[ 0.155393] pinctrl core: initialized pinctrl subsystem
[ 0.155538] regulator-dummy: no parameters
[ 0.155588] RTC time: 20:43:20, date: 04/12/15
[ 0.155684] NET: Registered protocol family 16
[ 0.155965] cpuidle: using governor ladder
[ 0.155971] cpuidle: using governor menu
[ 0.156073] ACPI: bus type PCI registered
[ 0.156079] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.156200] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.156208] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in
E820
[ 0.156214] PCI: MMCONFIG for 0000 [bus00-3f] at [mem
0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[ 0.156387] PCI: Using configuration type 1 for base access
[ 0.161921] ACPI: Added _OSI(Module Device)
[ 0.161929] ACPI: Added _OSI(Processor Device)
[ 0.161933] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.161937] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.214248] ACPI: Dynamic OEM Table Load:
[ 0.214266] ACPI: SSDT 0xFFFF880803A61000 000490 (v01 PmRef Cpu0Ist
00003000 INTL 20061109)
[ 0.214679] ACPI: Dynamic OEM Table Load:
[ 0.214689] ACPI: SSDT 0xFFFF880803A3FC00 0001FA (v01 PmRef Cpu0Cst
00003001 INTL 20061109)
[ 0.222076] ACPI: Dynamic OEM Table Load:
[ 0.222087] ACPI: SSDT 0xFFFF880803A61800 00047A (v01 PmRef ApIst
00003000 INTL 20061109)
[ 0.225799] ACPI: Dynamic OEM Table Load:
[ 0.225809] ACPI: SSDT 0xFFFF880803A3FE00 000119 (v01 PmRef ApCst
00003000 INTL 20061109)
[ 0.230522] ACPI: Interpreter enabled
[ 0.230534] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S1_] (20140424/hwxface-580)
[ 0.230544] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S2_] (20140424/hwxface-580)
[ 0.230552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S3_] (20140424/hwxface-580)
[ 0.230561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
[\_S4_] (20140424/hwxface-580)
[ 0.230575] ACPI: (supports S0 S5)
[ 0.230580] ACPI: Using IOAPIC for interrupt routing
[ 0.230701] HEST: Table parsing has been initialized.
[ 0.230709] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 0.236842] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.236855] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
ClockPM Segments MSI]
[ 0.237313] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER
PCIeCapability]
[ 0.237574] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000
[bus 00-3f] only partially covers this bridge
[ 0.237815] PCI host bridge to bus 0000:00
[ 0.237822] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.237828] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.237833] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.237838] pci_bus 0000:00: root bus resource [mem
0x000a0000-0x000bffff]
[ 0.237843] pci_bus 0000:00: root bus resource [mem
0xd0000000-0xdfffffff]
[ 0.237848] pci_bus 0000:00: root bus resource [mem
0x830000000-0xfffffffff]
[ 0.237860] pci 0000:00:00.0: [8086:1f02] type 00 class 0x060000
[ 0.237993] pci 0000:00:01.0: [8086:1f10] type 01 class 0x060400
[ 0.238015] pci 0000:00:01.0: reg 0x10: [mem 0xdf740000-0xdf75ffff
64bit]
[ 0.238068] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.238130] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.238199] pci 0000:00:03.0: [8086:1f12] type 01 class 0x060400
[ 0.238219] pci 0000:00:03.0: reg 0x10: [mem 0xdf720000-0xdf73ffff
64bit]
[ 0.238270] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.238330] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 0.238397] pci 0000:00:04.0: [8086:1f13] type 01 class 0x060400
[ 0.238417] pci 0000:00:04.0: reg 0x10: [mem 0xdf700000-0xdf71ffff
64bit]
[ 0.238468] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.238531] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.238609] pci 0000:00:0e.0: [8086:1f14] type 00 class 0x060000
[ 0.238744] pci 0000:00:0f.0: [8086:1f16] type 00 class 0x080600
[ 0.238798] pci 0000:00:0f.0: PME# supported from D0 D3hot D3cold
[ 0.238917] pci 0000:00:13.0: [8086:1f15] type 00 class 0x088000
[ 0.238939] pci 0000:00:13.0: reg 0x10: [mem 0xdf764000-0xdf7643ff
64bit]
[ 0.239133] pci 0000:00:16.0: [8086:1f2c] type 00 class 0x0c0320
[ 0.239160] pci 0000:00:16.0: reg 0x10: [mem 0xdf763000-0xdf7633ff]
[ 0.239274] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.239338] pci 0000:00:16.0: System wakeup disabled by ACPI
[ 0.239407] pci 0000:00:17.0: [8086:1f22] type 00 class 0x010601
[ 0.239427] pci 0000:00:17.0: reg 0x10: [io 0xe0d0-0xe0d7]
[ 0.239437] pci 0000:00:17.0: reg 0x14: [io 0xe0c0-0xe0c3]
[ 0.239446] pci 0000:00:17.0: reg 0x18: [io 0xe0b0-0xe0b7]
[ 0.239456] pci 0000:00:17.0: reg 0x1c: [io 0xe0a0-0xe0a3]
[ 0.239465] pci 0000:00:17.0: reg 0x20: [io 0xe040-0xe05f]
[ 0.239474] pci 0000:00:17.0: reg 0x24: [mem 0xdf762000-0xdf7627ff]
[ 0.239518] pci 0000:00:17.0: PME# supported from D3hot
[ 0.239638] pci 0000:00:18.0: [8086:1f32] type 00 class 0x010601
[ 0.239657] pci 0000:00:18.0: reg 0x10: [io 0xe090-0xe097]
[ 0.239667] pci 0000:00:18.0: reg 0x14: [io 0xe080-0xe083]
[ 0.239676] pci 0000:00:18.0: reg 0x18: [io 0xe070-0xe077]
[ 0.239686] pci 0000:00:18.0: reg 0x1c: [io 0xe060-0xe063]
[ 0.239695] pci 0000:00:18.0: reg 0x20: [io 0xe020-0xe03f]
[ 0.239705] pci 0000:00:18.0: reg 0x24: [mem 0xdf761000-0xdf7617ff]
[ 0.239748] pci 0000:00:18.0: PME# supported from D3hot
[ 0.239868] pci 0000:00:1f.0: [8086:1f38] type 00 class 0x060100
[ 0.240040] pci 0000:00:1f.3: [8086:1f3c] type 00 class 0x0c0500
[ 0.240058] pci 0000:00:1f.3: reg 0x10: [mem 0xdf760000-0xdf76001f]
[ 0.240091] pci 0000:00:1f.3: reg 0x20: [io 0xe000-0xe01f]
[ 0.240294] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.240395] pci 0000:02:00.0: [10b5:8608] type 01 class 0x060400
[ 0.240413] pci 0000:02:00.0: reg 0x10: [mem 0xdf500000-0xdf51ffff]
[ 0.240513] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.245729] pci 0000:00:03.0: PCI bridge to [bus 02-08]
[ 0.245737] pci 0000:00:03.0: bridge window [io 0x9000-0xcfff]
[ 0.245742] pci 0000:00:03.0: bridge window [mem
0xde000000-0xdf5fffff]
[ 0.245837] pci 0000:03:01.0: [10b5:8608] type 01 class 0x060400
[ 0.245947] pci 0000:03:01.0: PME# supported from D0 D3hot D3cold
[ 0.246045] pci 0000:03:05.0: [10b5:8608] type 01 class 0x060400
[ 0.246155] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold
[ 0.246252] pci 0000:03:07.0: [10b5:8608] type 01 class 0x060400
[ 0.246362] pci 0000:03:07.0: PME# supported from D0 D3hot D3cold
[ 0.246460] pci 0000:03:09.0: [10b5:8608] type 01 class 0x060400
[ 0.246569] pci 0000:03:09.0: PME# supported from D0 D3hot D3cold
[ 0.246677] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[ 0.246688] pci 0000:02:00.0: bridge window [io 0x9000-0xcfff]
[ 0.246693] pci 0000:02:00.0: bridge window [mem
0xde000000-0xdf4fffff]
[ 0.246793] pci 0000:04:00.0: [1b4b:9172] type 00 class 0x010601
[ 0.246815] pci 0000:04:00.0: reg 0x10: [io 0xc040-0xc047]
[ 0.246828] pci 0000:04:00.0: reg 0x14: [io 0xc030-0xc033]
[ 0.246841] pci 0000:04:00.0: reg 0x18: [io 0xc020-0xc027]
[ 0.246854] pci 0000:04:00.0: reg 0x1c: [io 0xc010-0xc013]
[ 0.246867] pci 0000:04:00.0: reg 0x20: [io 0xc000-0xc00f]
[ 0.246881] pci 0000:04:00.0: reg 0x24: [mem 0xdf410000-0xdf4101ff]
[ 0.246895] pci 0000:04:00.0: reg 0x30: [mem 0xdf400000-0xdf40ffff pref]
[ 0.246956] pci 0000:04:00.0: PME# supported from D3hot
[ 0.253742] pci 0000:03:01.0: PCI bridge to [bus 04]
[ 0.253753] pci 0000:03:01.0: bridge window [io 0xc000-0xcfff]
[ 0.253758] pci 0000:03:01.0: bridge window [mem
0xdf400000-0xdf4fffff]
[ 0.253867] pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400
[ 0.254018] pci 0000:05:00.0: supports D1 D2
[ 0.254022] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.254110] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.
You can enable it with 'pcie_aspm=force'
[ 0.254127] pci 0000:03:05.0: PCI bridge to [bus 05-06]
[ 0.254137] pci 0000:03:05.0: bridge window [io 0xb000-0xbfff]
[ 0.254142] pci 0000:03:05.0: bridge window [mem
0xde000000-0xdf0fffff]
[ 0.254261] pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000
[ 0.254296] pci 0000:06:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.254315] pci 0000:06:00.0: reg 0x14: [mem 0xdf000000-0xdf01ffff]
[ 0.254335] pci 0000:06:00.0: reg 0x18: [io 0xb000-0xb07f]
[ 0.254452] pci 0000:06:00.0: supports D1 D2
[ 0.254455] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.254611] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 0.254624] pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
[ 0.254631] pci 0000:05:00.0: bridge window [mem
0xde000000-0xdf0fffff]
[ 0.254752] pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
[ 0.254780] pci 0000:07:00.0: reg 0x10: [mem 0xdf300000-0xdf37ffff]
[ 0.254812] pci 0000:07:00.0: reg 0x18: [io 0xa000-0xa01f]
[ 0.254829] pci 0000:07:00.0: reg 0x1c: [mem 0xdf380000-0xdf383fff]
[ 0.254976] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.261755] pci 0000:03:07.0: PCI bridge to [bus 07]
[ 0.261766] pci 0000:03:07.0: bridge window [io 0xa000-0xafff]
[ 0.261772] pci 0000:03:07.0: bridge window [mem
0xdf300000-0xdf3fffff]
[ 0.261881] pci 0000:08:00.0: [8086:1533] type 00 class 0x020000
[ 0.261910] pci 0000:08:00.0: reg 0x10: [mem 0xdf200000-0xdf27ffff]
[ 0.261941] pci 0000:08:00.0: reg 0x18: [io 0x9000-0x901f]
[ 0.261958] pci 0000:08:00.0: reg 0x1c: [mem 0xdf280000-0xdf283fff]
[ 0.262104] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[ 0.269766] pci 0000:03:09.0: PCI bridge to [bus 08]
[ 0.269776] pci 0000:03:09.0: bridge window [io 0x9000-0x9fff]
[ 0.269782] pci 0000:03:09.0: bridge window [mem
0xdf200000-0xdf2fffff]
[ 0.269910] pci 0000:09:00.0: [1b4b:9230] type 00 class 0x010601
[ 0.269928] pci 0000:09:00.0: reg 0x10: [io 0xd050-0xd057]
[ 0.269939] pci 0000:09:00.0: reg 0x14: [io 0xd040-0xd043]
[ 0.269950] pci 0000:09:00.0: reg 0x18: [io 0xd030-0xd037]
[ 0.269960] pci 0000:09:00.0: reg 0x1c: [io 0xd020-0xd023]
[ 0.269971] pci 0000:09:00.0: reg 0x20: [io 0xd000-0xd01f]
[ 0.269982] pci 0000:09:00.0: reg 0x24: [mem 0xdf610000-0xdf6107ff]
[ 0.269993] pci 0000:09:00.0: reg 0x30: [mem 0xdf600000-0xdf60ffff pref]
[ 0.270046] pci 0000:09:00.0: PME# supported from D3hot
[ 0.277771] pci 0000:00:04.0: PCI bridge to [bus 09]
[ 0.277779] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
[ 0.277784] pci 0000:00:04.0: bridge window [mem
0xdf600000-0xdf6fffff]
[ 0.277999] ACPI: PCI Interrupt Link [LNKA] (IRQs 6 7 10 *11 12)
[ 0.278106] ACPI: PCI Interrupt Link [LNKB] (IRQs 6 7 10 11 12) *0,
disabled.
[ 0.278213] ACPI: PCI Interrupt Link [LNKC] (IRQs 6 7 10 *11 12)
[ 0.278318] ACPI: PCI Interrupt Link [LNKD] (IRQs 6 *7 10 11 12)
[ 0.278423] ACPI: PCI Interrupt Link [LNKE] (IRQs 6 7 *10 11 12)
[ 0.278529] ACPI: PCI Interrupt Link [LNKF] (IRQs 6 7 *10 11 12)
[ 0.278634] ACPI: PCI Interrupt Link [LNKG] (IRQs 6 *7 10 11 12)
[ 0.278740] ACPI: PCI Interrupt Link [LNKH] (IRQs 6 7 10 *11 12)
[ 0.279455] ACPI: Enabled 1 GPEs in block 00 to 1F
[ 0.279657] vgaarb: setting as boot device: PCI:0000:06:00.0
[ 0.279663] vgaarb: device added:
PCI:0000:06:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.279668] vgaarb: loaded
[ 0.279672] vgaarb: bridge control possible 0000:06:00.0
[ 0.280075] SCSI subsystem initialized
[ 0.280171] libata version 3.00 loaded.
[ 0.280218] ACPI: bus type USB registered
[ 0.280254] usbcore: registered new interface driver usbfs
[ 0.280277] usbcore: registered new interface driver hub
[ 0.280322] usbcore: registered new device driver usb
[ 0.280562] PCI: Using ACPI for IRQ routing
[ 0.281490] PCI: pci_cache_line_size set to 64 bytes
[ 0.281567] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[ 0.281571] e820: reserve RAM buffer [mem 0xce3b4000-0xcfffffff]
[ 0.281573] e820: reserve RAM buffer [mem 0xcf800000-0xcfffffff]
[ 0.281754] NetLabel: Initializing
[ 0.281768] NetLabel: domain hash size = 128
[ 0.281772] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.281792] NetLabel: unlabeled traffic allowed by default
[ 0.281906] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.281915] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.283985] Switched to clocksource hpet
[ 0.293782] AppArmor: AppArmor Filesystem Enabled
[ 0.293844] pnp: PnP ACPI init
[ 0.293871] ACPI: bus type PNP registered
[ 0.294233] system 00:00: [mem 0xe0000000-0xefffffff] could not be
reserved
[ 0.294240] system 00:00: [mem 0xcf800000-0xcfffffff] could not be
reserved
[ 0.294248] system 00:00: Plug and Play ACPI device, IDs PNP0c01
(active)
[ 0.294346] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.294353] system 00:01: [io 0x0400-0x047f] could not be reserved
[ 0.294359] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.294365] system 00:01: [mem 0xfed00000-0xfedfffff] could not be
reserved
[ 0.294371] system 00:01: [mem 0x000c0000-0x000dffff] could not be
reserved
[ 0.294376] system 00:01: [mem 0x000e0000-0x000fffff] could not be
reserved
[ 0.294382] system 00:01: [mem 0xffa00000-0xffffffff] has been reserved
[ 0.294388] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.294394] system 00:01: Plug and Play ACPI device, IDs PNP0c02
(active)
[ 0.294456] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.294570] system 00:03: Plug and Play ACPI device, IDs PNP0c02
(active)
[ 0.294919] ACPI: IRQ 4 override to edge, high
[ 0.294931] pnp 00:04: [dma 0 disabled]
[ 0.295011] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.295348] ACPI: IRQ 3 override to edge, high
[ 0.295359] pnp 00:05: [dma 0 disabled]
[ 0.295439] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.295684] system 00:06: [io 0x0a00-0x0a0f] has been reserved
[ 0.295691] system 00:06: [io 0x0a10-0x0a1f] has been reserved
[ 0.295696] system 00:06: [io 0x0a20-0x0a2f] has been reserved
[ 0.295703] system 00:06: Plug and Play ACPI device, IDs PNP0c02
(active)
[ 0.295873] pnp 00:07: Plug and Play ACPI device, IDs IPI0001 (active)
[ 0.296024] pnp: PnP ACPI: found 8 devices
[ 0.296029] ACPI: bus type PNP unregistered
[ 0.304897] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.304918] pci 0000:03:01.0: PCI bridge to [bus 04]
[ 0.304925] pci 0000:03:01.0: bridge window [io 0xc000-0xcfff]
[ 0.304934] pci 0000:03:01.0: bridge window [mem
0xdf400000-0xdf4fffff]
[ 0.304946] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 0.304952] pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
[ 0.304963] pci 0000:05:00.0: bridge window [mem
0xde000000-0xdf0fffff]
[ 0.304978] pci 0000:03:05.0: PCI bridge to [bus 05-06]
[ 0.304984] pci 0000:03:05.0: bridge window [io 0xb000-0xbfff]
[ 0.304992] pci 0000:03:05.0: bridge window [mem
0xde000000-0xdf0fffff]
[ 0.305004] pci 0000:03:07.0: PCI bridge to [bus 07]
[ 0.305010] pci 0000:03:07.0: bridge window [io 0xa000-0xafff]
[ 0.305018] pci 0000:03:07.0: bridge window [mem
0xdf300000-0xdf3fffff]
[ 0.305029] pci 0000:03:09.0: PCI bridge to [bus 08]
[ 0.305035] pci 0000:03:09.0: bridge window [io 0x9000-0x9fff]
[ 0.305043] pci 0000:03:09.0: bridge window [mem
0xdf200000-0xdf2fffff]
[ 0.305055] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[ 0.305061] pci 0000:02:00.0: bridge window [io 0x9000-0xcfff]
[ 0.305069] pci 0000:02:00.0: bridge window [mem
0xde000000-0xdf4fffff]
[ 0.305081] pci 0000:00:03.0: PCI bridge to [bus 02-08]
[ 0.305086] pci 0000:00:03.0: bridge window [io 0x9000-0xcfff]
[ 0.305094] pci 0000:00:03.0: bridge window [mem
0xde000000-0xdf5fffff]
[ 0.305107] pci 0000:00:04.0: PCI bridge to [bus 09]
[ 0.305113] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
[ 0.305120] pci 0000:00:04.0: bridge window [mem
0xdf600000-0xdf6fffff]
[ 0.305134] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.305138] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.305141] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.305144] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xdfffffff]
[ 0.305147] pci_bus 0000:00: resource 8 [mem 0x830000000-0xfffffffff]
[ 0.305151] pci_bus 0000:02: resource 0 [io 0x9000-0xcfff]
[ 0.305154] pci_bus 0000:02: resource 1 [mem 0xde000000-0xdf5fffff]
[ 0.305157] pci_bus 0000:03: resource 0 [io 0x9000-0xcfff]
[ 0.305160] pci_bus 0000:03: resource 1 [mem 0xde000000-0xdf4fffff]
[ 0.305163] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.305167] pci_bus 0000:04: resource 1 [mem 0xdf400000-0xdf4fffff]
[ 0.305170] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
[ 0.305173] pci_bus 0000:05: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.305176] pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
[ 0.305179] pci_bus 0000:06: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.305182] pci_bus 0000:07: resource 0 [io 0xa000-0xafff]
[ 0.305185] pci_bus 0000:07: resource 1 [mem 0xdf300000-0xdf3fffff]
[ 0.305189] pci_bus 0000:08: resource 0 [io 0x9000-0x9fff]
[ 0.305192] pci_bus 0000:08: resource 1 [mem 0xdf200000-0xdf2fffff]
[ 0.305195] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff]
[ 0.305198] pci_bus 0000:09: resource 1 [mem 0xdf600000-0xdf6fffff]
[ 0.305245] NET: Registered protocol family 2
[ 0.305715] TCP established hash table entries: 262144 (order: 9,
2097152 bytes)
[ 0.306421] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.306709] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.306778] TCP: reno registered
[ 0.306835] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.307072] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.307365] NET: Registered protocol family 1
[ 0.320178] pci 0000:06:00.0: Video device with shadowed ROM
[ 0.320196] PCI: CLS 64 bytes, default 64
[ 0.320305] Trying to unpack rootfs image as initramfs...
[ 0.782169] Freeing initrd memory: 20612K (ffff8800357ae000 -
ffff880036bcf000)
[ 0.782217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.782225] software IO TLB [mem 0xca3b4000-0xce3b4000] (64MB) mapped
at [ffff8800ca3b4000-ffff8800ce3b3fff]
[ 0.782569] microcode: CPU0 sig=0x406d8, pf=0x1, revision=0x122
[ 0.782582] microcode: CPU1 sig=0x406d8, pf=0x1, revision=0x122
[ 0.782600] microcode: CPU2 sig=0x406d8, pf=0x1, revision=0x122
[ 0.782617] microcode: CPU3 sig=0x406d8, pf=0x1, revision=0x122
[ 0.782758] microcode: Microcode Update Driver: v2.00
<tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.782824] Scanning for low memory corruption every 60 seconds
[ 0.783382] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.783410] Initialise system trusted keyring
[ 0.783449] audit: initializing netlink subsys (disabled)
[ 0.783481] audit: type=2000 audit(1428871400.736:1): initialized
[ 0.783918] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.786642] zpool: loaded
[ 0.786649] zbud: loaded
[ 0.786884] VFS: Disk quotas dquot_6.5.2
[ 0.786950] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.787835] fuse init (API version 7.23)
[ 0.787997] msgmni has been set to 32768
[ 0.788094] Key type big_key registered
[ 0.788830] Key type asymmetric registered
[ 0.788837] Asymmetric key parser 'x509' registered
[ 0.788907] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 252)
[ 0.788998] io scheduler noop registered
[ 0.789004] io scheduler deadline registered (default)
[ 0.789089] io scheduler cfq registered
[ 0.789378] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.789560] pcieport 0000:00:03.0: irq 41 for MSI/MSI-X
[ 0.789710] pcieport 0000:00:04.0: can't derive routing for PCI INT A
[ 0.789717] pcieport 0000:00:04.0: PCI INT A: no GSI
[ 0.789745] pcieport 0000:00:04.0: irq 42 for MSI/MSI-X
[ 0.789908] pcieport 0000:02:00.0: irq 43 for MSI/MSI-X
[ 0.790111] pcieport 0000:03:01.0: irq 44 for MSI/MSI-X
[ 0.790309] pcieport 0000:03:05.0: irq 45 for MSI/MSI-X
[ 0.790505] pcieport 0000:03:07.0: irq 46 for MSI/MSI-X
[ 0.790699] pcieport 0000:03:09.0: irq 47 for MSI/MSI-X
[ 0.790885] aer 0000:00:01.0:pcie02: service driver aer loaded
[ 0.790940] aer 0000:00:03.0:pcie02: service driver aer loaded
[ 0.790972] aer 0000:00:04.0:pcie02: service driver aer loaded
[ 0.791001] pcieport 0000:00:01.0: Signaling PME through PCIe PME
interrupt
[ 0.791009] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 0.791024] pcieport 0000:00:03.0: Signaling PME through PCIe PME
interrupt
[ 0.791030] pcieport 0000:02:00.0: Signaling PME through PCIe PME
interrupt
[ 0.791034] pcieport 0000:03:01.0: Signaling PME through PCIe PME
interrupt
[ 0.791039] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 0.791044] pcieport 0000:03:05.0: Signaling PME through PCIe PME
interrupt
[ 0.791048] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 0.791053] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 0.791057] pcieport 0000:03:07.0: Signaling PME through PCIe PME
interrupt
[ 0.791062] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 0.791066] pcieport 0000:03:09.0: Signaling PME through PCIe PME
interrupt
[ 0.791071] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[ 0.791077] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[ 0.791092] pcieport 0000:00:04.0: Signaling PME through PCIe PME
interrupt
[ 0.791097] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[ 0.791104] pcie_pme 0000:00:04.0:pcie01: service driver pcie_pme loaded
[ 0.791133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.791169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.791260] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.791264] vesafb: scrolling: redraw
[ 0.791269] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.791293] vesafb: framebuffer at 0xde000000, mapped to
0xffffc90007600000, using 3072k, total 3072k
[ 0.936729] Console: switching to colour frame buffer device 128x48
[ 1.083775] fb0: VESA VGA frame buffer device
[ 1.085002] intel_idle: MWAIT substates: 0x3000020
[ 1.085005] intel_idle: v0.4 model 0x4D
[ 1.085008] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.085278] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.087259] ACPI: Power Button [PWRF]
[ 1.088789] ERST: Error Record Serialization Table (ERST) support is
initialized.
[ 1.090794] pstore: Registered erst as persistent store backend
[ 1.093069] GHES: APEI firmware first mode is enabled by APEI bit and
WHEA _OSC.
[ 1.095270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.117684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is
a 16550A
[ 1.140412] 00:05: ttyS4 at I/O 0x248 (irq = 3, base_baud = 115200) is
a 16550A
[ 1.145688] Linux agpgart interface v0.103
[ 1.149503] brd: module loaded
[ 1.151712] loop: module loaded
[ 1.152918] libphy: Fixed MDIO Bus: probed
[ 1.153998] tun: Universal TUN/TAP device driver, 1.6
[ 1.155366] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.157161] PPP generic driver version 2.4.2
[ 1.158379] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.160127] ehci-pci: EHCI PCI platform driver
[ 1.161485] ehci-pci 0000:00:16.0: EHCI Host Controller
[ 1.162879] ehci-pci 0000:00:16.0: new USB bus registered, assigned bus
number 1
[ 1.164909] ehci-pci 0000:00:16.0: debug port 2
[ 1.170030] ehci-pci 0000:00:16.0: cache line size of 64 is not
supported
[ 1.170054] ehci-pci 0000:00:16.0: irq 23, io mem 0xdf763000
[ 1.180707] ehci-pci 0000:00:16.0: USB 2.0 started, EHCI 1.00
[ 1.236051] usb usb1: New USB device found, idVendor=1d6b,
idProduct=0002
[ 1.291860] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.348162] usb usb1: Product: EHCI Host Controller
[ 1.404295] usb usb1: Manufacturer: Linux 3.16.0-34-generic ehci_hcd
[ 1.461875] usb usb1: SerialNumber: 0000:00:16.0
[ 1.520057] hub 1-0:1.0: USB hub found
[ 1.578743] hub 1-0:1.0: 8 ports detected
[ 1.636886] ehci-platform: EHCI generic platform driver
[ 1.694858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.694865] ohci-pci: OHCI PCI platform driver
[ 1.694885] ohci-platform: OHCI generic platform driver
[ 1.694899] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.695011] i8042: PNP: No PS/2 controller found. Probing ports
directly.
[ 1.781232] tsc: Refined TSC clocksource calibration: 2399.992 MHz
[ 1.945411] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.975520] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.975871] mousedev: PS/2 mouse device common for all mice
[ 1.979243] rtc_cmos 00:02: RTC can wake from S4
[ 1.979666] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.979748] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram,
hpet irqs
[ 1.979876] device-mapper: uevent: version 1.0.3
[ 1.980082] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30)
initialised: dm-devel@redhat.com
[ 1.980105] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.980252] TCP: cubic registered
[ 1.980448] NET: Registered protocol family 10
[ 1.980807] NET: Registered protocol family 17
[ 1.980869] Key type dns_resolver registered
[ 1.981641] Loading compiled-in X.509 certificates
[ 1.983313] Loaded X.509 cert 'Magrathea: Glacier signing key:
b5e4b3533b47259e0a1a978f5b0c6007ef6e33e7'
[ 1.983335] registered taskstats version 1
[ 1.987185] Key type trusted registered
[ 1.994281] Key type encrypted registered
[ 1.994291] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.994295] ima: No TPM chip found, activating TPM-bypass!
[ 1.994326] evm: HMAC attrs: 0x1
[ 1.996178] Magic number: 11:694:750
[ 1.996208] tty ttyS1: hash matches
[ 2.019597] rtc_cmos 00:02: setting system clock to 2015-04-12 20:43:22
UTC (1428871402)
[ 2.033036] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[ 2.151261] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.151262] EDD information not available.
[ 2.151384] PM: Hibernation image not present or could not be loaded.
[ 2.177936] usb 1-1: New USB device found, idVendor=8087, idProduct=07db
[ 2.177939] usb 1-1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 2.178226] hub 1-1:1.0: USB hub found
[ 2.178432] hub 1-1:1.0: 4 ports detected
[ 2.734114] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
[ 3.133547] usb 1-1.1: New USB device found, idVendor=413c,
idProduct=2112
[ 3.133549] usb 1-1.1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 3.133550] usb 1-1.1: Product: Dell USB Wired Multimedia Keyboard
[ 3.133552] usb 1-1.1: Manufacturer: DELL
[ 3.310559] usb 1-1.2: new low-speed USB device number 4 using ehci-pci
[ 3.780559] usb 1-1.2: New USB device found, idVendor=051d,
idProduct=0002
[ 3.780561] usb 1-1.2: New USB device strings: Mfr=3, Product=1,
SerialNumber=2
[ 3.780562] usb 1-1.2: Product: Back-UPS CS 500 FW:808.q8.I USB FW:q8
[ 3.780564] usb 1-1.2: Manufacturer: American Power Conversion
[ 3.780565] usb 1-1.2: SerialNumber: 4B1034P04531
[ 3.935062] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[ 4.272319] usb 1-1.4: New USB device found, idVendor=046b,
idProduct=ff01
[ 4.272321] usb 1-1.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 4.272322] usb 1-1.4: Product: Virtual Hub
[ 4.272324] usb 1-1.4: Manufacturer: American Megatrends Inc.
[ 4.272326] usb 1-1.4: SerialNumber: serial
[ 4.389672] hub 1-1.4:1.0: USB hub found
[ 4.389778] hub 1-1.4:1.0: 5 ports detected
[ 4.969710] Freeing unused kernel memory: 1360K (ffffffff81d2d000 -
ffffffff81e81000)
[ 5.026718] Write protecting the kernel read-only data: 12288k
[ 5.084392] Switched to clocksource tsc
[ 5.084562] usb 1-1.4.4: new low-speed USB device number 6 using
ehci-pci
[ 5.200588] Freeing unused kernel memory: 432K (ffff880001794000 -
ffff880001800000)
[ 5.260494] Freeing unused kernel memory: 484K (ffff880001b87000 -
ffff880001c00000)
[ 5.317018] usb 1-1.4.4: New USB device found, idVendor=046b,
idProduct=ff10
[ 5.373820] usb 1-1.4.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 5.373822] usb 1-1.4.4: Product: Virtual Keyboard and Mouse
[ 5.373824] usb 1-1.4.4: Manufacturer: American Megatrends Inc.
[ 5.626457] systemd-udevd[118]: starting version 208
[ 5.686957] random: systemd-udevd urandom read with 19 bits of entropy
available
[ 5.751456] md: linear personality registered for level -1
[ 5.812697] pps_core: LinuxPPS API ver. 1 registered
[ 5.874815] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
Giometti <giometti@linux.it>
[ 5.938774] ahci 0000:00:17.0: version 3.0
[ 5.938874] md: multipath personality registered for level -4
[ 5.938927] ahci 0000:00:17.0: irq 48 for MSI/MSI-X
[ 5.939090] ahci 0000:00:17.0: AHCI 0001.0300 32 slots 4 ports 3 Gbps
0xf impl SATA mode
[ 5.939094] ahci 0000:00:17.0: flags: 64bit ncq led clo pio deso sadm
sds apst
[ 5.940552] scsi0 : ahci
[ 5.940793] scsi1 : ahci
[ 5.940986] scsi2 : ahci
[ 5.941171] scsi3 : ahci
[ 5.941257] ata1: SATA max UDMA/133 abar m2048@0xdf762000 port
0xdf762100 irq 48
[ 5.941263] ata2: SATA max UDMA/133 abar m2048@0xdf762000 port
0xdf762180 irq 48
[ 5.941267] ata3: SATA max UDMA/133 abar m2048@0xdf762000 port
0xdf762200 irq 48
[ 5.941272] ata4: SATA max UDMA/133 abar m2048@0xdf762000 port
0xdf762280 irq 48
[ 5.941493] ahci 0000:00:18.0: irq 49 for MSI/MSI-X
[ 5.941612] ahci 0000:00:18.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps
0x3 impl SATA mode
[ 5.941615] ahci 0000:00:18.0: flags: 64bit ncq led clo pio deso sadm
sds apst
[ 5.942530] scsi4 : ahci
[ 5.942730] scsi5 : ahci
[ 5.942815] ata5: SATA max UDMA/133 abar m2048@0xdf761000 port
0xdf761100 irq 49
[ 5.942820] ata6: SATA max UDMA/133 abar m2048@0xdf761000 port
0xdf761180 irq 49
[ 5.943042] ahci 0000:04:00.0: irq 50 for MSI/MSI-X
[ 5.943182] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps
0x3 impl SATA mode
[ 5.943185] ahci 0000:04:00.0: flags: 64bit ncq sntf led only pmp fbs
pio slum part sxs
[ 5.944036] scsi6 : ahci
[ 5.944235] scsi7 : ahci
[ 5.944319] ata7: SATA max UDMA/133 abar m512@0xdf410000 port
0xdf410100 irq 50
[ 5.944325] ata8: SATA max UDMA/133 abar m512@0xdf410000 port
0xdf410180 irq 50
[ 5.944483] ahci 0000:09:00.0: controller can do FBS, turning on CAP_FBS
[ 5.944540] ahci 0000:09:00.0: irq 51 for MSI/MSI-X
[ 5.960636] ahci 0000:09:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps
0xff impl SATA mode
[ 5.960640] ahci 0000:09:00.0: flags: 64bit ncq fbs pio
[ 5.963187] scsi8 : ahci
[ 5.963398] scsi9 : ahci
[ 5.963603] scsi10 : ahci
[ 5.963805] scsi11 : ahci
[ 5.964007] scsi12 : ahci
[ 5.964213] scsi13 : ahci
[ 5.964431] scsi14 : ahci
[ 5.964651] scsi15 : ahci
[ 5.964798] ata9: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610100 irq 51
[ 5.964804] ata10: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610180 irq 51
[ 5.964808] ata11: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610200 irq 51
[ 5.964813] ata12: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610280 irq 51
[ 5.964818] ata13: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610300 irq 51
[ 5.964823] ata14: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610380 irq 51
[ 5.964829] ata15: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610400 irq 51
[ 5.964833] ata16: SATA max UDMA/133 abar m2048@0xdf610000 port
0xdf610480 irq 51
[ 6.260735] ata2: SATA link down (SStatus 0 SControl 300)
[ 6.260823] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.260893] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.260960] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.261019] ata3: SATA link down (SStatus 0 SControl 300)
[ 6.261103] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.261807] ata4.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.261809] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 6.261937] ata6.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.261939] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 6.262031] ata5.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.262033] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 6.263547] ata5.00: configured for UDMA/133
[ 6.263593] ata6.00: configured for UDMA/133
[ 6.272548] ata4.00: configured for UDMA/133
[ 6.272905] ata1.00: ATA-8: KINGSTON SH103S3480G, 501ABBF0, max UDMA/133
[ 6.272907] ata1.00: 937703088 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 6.282853] ata1.00: configured for UDMA/133
[ 6.282995] scsi 0:0:0:0: Direct-Access ATA KINGSTON SH103S3
BBF0 PQ: 0 ANSI: 5
[ 6.283448] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.283660] scsi 3:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 6.283937] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 6.284028] sd 3:0:0:0: [sdb] Write Protect is off
[ 6.284030] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 6.284069] sd 3:0:0:0: [sdb] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 6.284287] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 6.284491] scsi 4:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 6.284768] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 6.284953] scsi 5:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 6.285208] sd 5:0:0:0: Attached scsi generic sg3 type 0
[ 6.286051] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 6.286120] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 6.286243] sd 5:0:0:0: [sdd] Write Protect is off
[ 6.286246] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 6.286288] sd 4:0:0:0: [sdc] Write Protect is off
[ 6.286290] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 6.286349] sd 5:0:0:0: [sdd] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 6.286458] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480
GB/447 GiB)
[ 6.286480] sd 4:0:0:0: [sdc] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 6.286749] sd 0:0:0:0: [sda] Write Protect is off
[ 6.286751] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.286825] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 6.292794] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.292859] ata15: SATA link down (SStatus 0 SControl 300)
[ 6.292932] ata10: SATA link down (SStatus 0 SControl 300)
[ 6.293020] ata13: SATA link down (SStatus 0 SControl 300)
[ 6.293092] ata14: SATA link down (SStatus 0 SControl 300)
[ 6.293171] ata16: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6.295174] sdd: unknown partition table
[ 6.295441] sd 5:0:0:0: [sdd] Attached SCSI disk
[ 6.296227] sdb:
[ 6.296468] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 6.296693] sda: sda1 sda2 < sda5 >
[ 6.297181] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.436877] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.436937] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.437817] ata7.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.437819] ata7.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
[ 6.437935] ata8.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.437937] ata8.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
[ 6.460895] ata11: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.641374] ata16.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[ 6.641717] ata16.00: configured for UDMA/66
[ 6.642321] ata9.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.642323] ata9.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
[ 6.642334] ata11.00: ATA-8: WDC WD2000FYYZ-01UL1B1, 01.01K02, max
UDMA/133
[ 6.642336] ata11.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
[ 6.685074] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 6.685605] ata12.00: ATA-8: WDC WD4000F9YZ-09N20L0, 01.01A01, max
UDMA/133
[ 6.685607] ata12.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth
31/32), AA
[ 11.437257] ata9.00: configured for UDMA/133
[ 11.444691] sdc: unknown partition table
[ 11.444892] ata7.00: configured for UDMA/133
[ 11.444989] scsi 6:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 11.445332] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 11.445594] sd 6:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 11.445679] sd 6:0:0:0: Attached scsi generic sg4 type 0
[ 11.445750] sd 6:0:0:0: [sde] Write Protect is off
[ 11.445752] sd 6:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 11.445790] sd 6:0:0:0: [sde] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 11.454337] sde: unknown partition table
[ 11.454650] sd 6:0:0:0: [sde] Attached SCSI disk
[ 12.060877] ata11.00: configured for UDMA/133
[ 12.116912] ata8.00: configured for UDMA/133
[ 12.116923] PTP clock support registered
[ 12.116935] ata12.00: configured for UDMA/133
[ 12.199773] md: bind<sdd>
[ 12.338271] scsi 7:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 12.347182] md: bind<sdc>
[ 12.448431] hidraw: raw HID events driver (C) Jiri Kosina
[ 12.453506] sd 7:0:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 12.453598] sd 7:0:0:0: [sdf] Write Protect is off
[ 12.453601] sd 7:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 12.453639] sd 7:0:0:0: [sdf] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 12.669411] sd 7:0:0:0: Attached scsi generic sg5 type 0
[ 12.726632] random: nonblocking pool is initialized
[ 12.726930] sdf: unknown partition table
[ 12.727380] sd 7:0:0:0: [sdf] Attached SCSI disk
[ 12.741918] scsi 8:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 12.742278] sd 8:0:0:0: Attached scsi generic sg6 type 0
[ 12.742461] sd 8:0:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00
TB/1.81 TiB)
[ 12.742467] scsi 10:0:0:0: Direct-Access ATA WDC WD2000FYYZ-0
1K02 PQ: 0 ANSI: 5
[ 12.742554] sd 8:0:0:0: [sdg] Write Protect is off
[ 12.742557] sd 8:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 12.742597] sd 8:0:0:0: [sdg] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 12.742777] sd 10:0:0:0: [sdh] 3907029168 512-byte logical blocks:
(2.00 TB/1.81 TiB)
[ 12.742869] sd 10:0:0:0: [sdh] Write Protect is off
[ 12.742871] sd 10:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[ 12.742913] sd 10:0:0:0: [sdh] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 12.743163] sd 10:0:0:0: Attached scsi generic sg7 type 0
[ 12.743441] scsi 11:0:0:0: Direct-Access ATA WDC WD4000F9YZ-0
1A01 PQ: 0 ANSI: 5
[ 12.743854] sd 11:0:0:0: Attached scsi generic sg8 type 0
[ 12.744086] sd 11:0:0:0: [sdi] 7814037168 512-byte logical blocks:
(4.00 TB/3.63 TiB)
[ 12.744088] sd 11:0:0:0: [sdi] 4096-byte physical blocks
[ 12.744203] sd 11:0:0:0: [sdi] Write Protect is off
[ 12.744205] sd 11:0:0:0: [sdi] Mode Sense: 00 3a 00 00
[ 12.744261] sd 11:0:0:0: [sdi] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 12.744436] scsi 15:0:0:0: Processor Marvell Console
1.01 PQ: 0 ANSI: 5
[ 12.749777] ata16.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 12.749779] ata16.00: irq_stat 0x40000001
[ 12.749783] scsi 15:0:0:0: CDB:
[ 12.749787] Inquiry: 12 01 00 00 ff 00
[ 12.749793] ata16.00: cmd a0/01:00:00:00:01/00:00:00:00:00/a0 tag 3 dma
16640 in res 50/00:02:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 12.749794] ata16.00: status: { DRDY }
[ 12.750061] scsi 15:0:0:0: Attached scsi generic sg9 type 3
[ 14.470729] sdh: unknown partition table
[ 14.508071] sdi: sdi1
[ 14.508430] sd 11:0:0:0: [sdi] Attached SCSI disk
[ 14.656895] dca service started, version 1.12.1
[ 14.656927] sdg: unknown partition table
[ 14.657167] sd 10:0:0:0: [sdh] Attached SCSI disk
[ 14.657248] sd 8:0:0:0: [sdg] Attached SCSI disk
[ 14.901586] md: raid0 personality registered for level 0
[ 14.968207] md: raid1 personality registered for level 1
[ 15.028744] igb: Intel(R) Gigabit Ethernet Network Driver - version
5.2.13-k
[ 15.031559] md: bind<sdb>
[ 15.151157] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 15.152129] igb 0000:07:00.0: irq 52 for MSI/MSI-X
[ 15.152135] igb 0000:07:00.0: irq 53 for MSI/MSI-X
[ 15.152140] igb 0000:07:00.0: irq 54 for MSI/MSI-X
[ 15.152147] igb 0000:07:00.0: irq 55 for MSI/MSI-X
[ 15.152152] igb 0000:07:00.0: irq 56 for MSI/MSI-X
[ 15.188784] igb 0000:07:00.0: added PHC on eth0
[ 15.188786] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network
Connection
[ 15.188789] igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1)
d0:50:99:45:e7:a2
[ 15.188918] igb 0000:07:00.0: eth0: PBA No: 001300-000
[ 15.188920] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4
tx queue(s)
[ 15.189754] igb 0000:08:00.0: irq 57 for MSI/MSI-X
[ 15.189761] igb 0000:08:00.0: irq 58 for MSI/MSI-X
[ 15.189766] igb 0000:08:00.0: irq 59 for MSI/MSI-X
[ 15.189771] igb 0000:08:00.0: irq 60 for MSI/MSI-X
[ 15.189776] igb 0000:08:00.0: irq 61 for MSI/MSI-X
[ 15.215617] raid6: sse2x1 806 MB/s
[ 15.226907] igb 0000:08:00.0: added PHC on eth1
[ 15.226909] igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network
Connection
[ 15.226911] igb 0000:08:00.0: eth1: (PCIe:2.5Gb/s:Width x1)
d0:50:99:45:e7:a3
[ 15.227039] igb 0000:08:00.0: eth1: PBA No: 001300-000
[ 15.227041] igb 0000:08:00.0: Using MSI-X interrupts. 4 rx queue(s), 4
tx queue(s)
[ 15.283688] raid6: sse2x2 1050 MB/s
[ 15.336749] md: bind<sde>
[ 15.351743] raid6: sse2x4 1825 MB/s
[ 15.351745] raid6: using algorithm sse2x4 (1825 MB/s)
[ 15.351746] raid6: using ssse3x2 recovery algorithm
[ 15.458061] md: bind<sdg>
[ 15.458361] xor: measuring software checksum speed
[ 15.495852] prefetch64-sse: 8697.000 MB/sec
[ 15.535879] generic_sse: 7937.000 MB/sec
[ 15.535880] xor: using function: prefetch64-sse (8697.000 MB/sec)
[ 15.580910] md: bind<sdf>
[ 15.729506] usbcore: registered new interface driver usbhid
[ 15.729507] usbhid: USB HID core driver
[ 15.758850] md: bind<sdh>
[ 15.818660] async_tx: api initialized (async)
[ 16.331090] input: DELL Dell USB Wired Multimedia Keyboard as
/devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2112.00
01/input/input2
[ 16.331272] hid-generic 0003:413C:2112.0001: input,hidraw0: USB HID
v1.10 Keyboard [DELL Dell USB Wired Multimedia Keyboard] on
usb-0000:00:16.0-1.1/input0
[ 16.332699] input: DELL Dell USB Wired Multimedia Keyboard as
/devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:413C:2112.00
02/input/input3
[ 16.332872] hid-generic 0003:413C:2112.0002: input,hidraw1: USB HID
v1.10 Device [DELL Dell USB Wired Multimedia Keyboard] on
usb-0000:00:16.0-1.1/input1
[ 17.175095] md: raid6 personality registered for level 6
[ 17.239252] md: raid5 personality registered for level 5
[ 17.302453] md: raid4 personality registered for level 4
[ 17.374907] md: raid10 personality registered for level 10
[ 17.441805] systemd-udevd[125]: renamed network interface eth0 to p119p1
[ 17.625710] systemd-udevd[127]: renamed network interface eth1 to p121p1
[ 17.861420] EXT4-fs (sda1): mounted filesystem with ordered data mode.
Opts: (null)
[ 18.067549] hid-generic 0003:051D:0002.0003: hiddev0,hidraw2: USB HID
v1.10 Device [American Power Conversion Back-UPS CS 500 FW:808.q8.I USB
FW:q8] on usb-0000:00:16.0-1.2/input0
[ 18.210613] input: American Megatrends Inc. Virtual Keyboard and Mouse
as
/devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.0/0003:04
6B:FF10.0004/input/input4
[ 18.210762] hid-generic 0003:046B:FF10.0004: input,hidraw3: USB HID
v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on
usb-0000:00:16.0-1.4.4/input0
[ 18.210915] input: American Megatrends Inc. Virtual Keyboard and Mouse
as
/devices/pci0000:00/0000:00:16.0/usb1/1-1/1-1.4/1-1.4.4/1-1.4.4:1.1/0003:04
6B:FF10.0005/input/input5
[ 18.211063] hid-generic 0003:046B:FF10.0005: input,hidraw4: USB HID
v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on
usb-0000:00:16.0-1.4.4/input1
[ 19.046203] init: plymouth-upstart-bridge main process (258) terminated
with status 1
[ 19.132023] init: plymouth-upstart-bridge main process ended, respawning
[ 19.347982] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 20.538396] systemd-udevd[475]: starting version 208
[ 20.613582] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 20.634330] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27,
2011)
[ 20.634337] bonding: Warning: miimon must be specified, otherwise
bonding will not detect link failure, speed and duplex which are essential
for 802.3ad operation
[ 20.634339] bonding: Forcing miimon to 100msec
[ 20.634341] bonding: MII link monitoring set to 100 ms
[ 20.654879] ipmi message handler version 39.2
[ 20.657974] IPMI System Interface driver.
[ 20.658031] ipmi_si: probing via ACPI
[ 20.658068] ipmi_si 00:07: [io 0x0ca2] regsize 1 spacing 1 irq 0
[ 20.658071] ipmi_si: Adding ACPI-specified kcs state machine
[ 20.658097] ipmi_si: probing via SPMI
[ 20.658100] ipmi_si: SPMI: io 0xca8 regsize 1 spacing 1 irq 0
[ 20.658102] ipmi_si: Adding SPMI-specified kcs state machine
[ 20.658106] ipmi_si: Trying ACPI-specified kcs state machine at i/o
address 0xca2, slave address 0x0, irq 0
[ 20.674570] ismt_smbus 0000:00:13.0: irq 62 for MSI/MSI-X
[ 20.716881] [drm] Initialized drm 1.1.0 20060810
[ 20.738741] [drm] AST 2300 detected
[ 20.738779] [drm] dram 1632000000 1 32 01000000
[ 20.739578] [TTM] Zone kernel: Available graphics memory: 16460818 kiB
[ 20.739587] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 20.739595] [TTM] Initializing pool allocator
[ 20.739609] [TTM] Initializing DMA pool allocator
[ 20.811833] audit: type=1400 audit(1428871421.293:2): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/sbin/dhclient"
pid=568 comm="apparmor_parser"
[ 20.811845] audit: type=1400 audit(1428871421.293:3): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=568
comm="apparmor_parser"
[ 20.811853] audit: type=1400 audit(1428871421.293:4): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/connman/scripts/dhclient-script" pid=568
comm="apparmor_parser"
[ 20.813440] audit: type=1400 audit(1428871421.297:5): apparmor="STATUS"
operation="profile_replace" profile="unconfined" name="/sbin/dhclient"
pid=570 comm="apparmor_parser"
[ 20.813454] audit: type=1400 audit(1428871421.297:6): apparmor="STATUS"
operation="profile_replace" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=570
comm="apparmor_parser"
[ 20.813462] audit: type=1400 audit(1428871421.297:7): apparmor="STATUS"
operation="profile_replace" profile="unconfined"
name="/usr/lib/connman/scripts/dhclient-script" pid=570
comm="apparmor_parser"
[ 20.833286] checking generic (de000000 300000) vs hw (de000000 1000000)
[ 20.833292] fb: switching to astdrmfb from VESA VGA
[ 20.833327] Console: switching to colour dummy device 80x25
[ 20.838100] fbcon: astdrmfb (fb0) is primary device
[ 20.867738] Console: switching to colour frame buffer device 180x56
[ 20.906787] ast 0000:06:00.0: fb0: astdrmfb frame buffer device
[ 20.906790] ast 0000:06:00.0: registered panic notifier
[ 20.938914] init: avahi-cups-reload main process (624) terminated with
status 1
[ 20.940219] [drm] Initialized ast 0.1.0 20120228 for 0000:06:00.0 on
minor 0
[ 20.982956] SSE version of gcm_enc/dec engaged.
[ 21.016417] ipmi_si 00:07: Found new BMC (man_id: 0x000000, prod_id:
0xaabb, dev_id: 0x20)
[ 21.016435] ipmi_si 00:07: IPMI kcs interface initialized
[ 21.191014] gpio_ich: GPIO from 196 to 255 on gpio_ich
[ 21.409788] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
[ 21.421277] bonding: bond0: Adding slave p119p1
[ 21.678578] IPv6: ADDRCONF(NETDEV_UP): p119p1: link is not ready
[ 21.678883] bonding: bond0: Enslaving p119p1 as a backup interface with
a down link
[ 21.680512] bonding: bond0: Adding slave p121p1
[ 21.931185] IPv6: ADDRCONF(NETDEV_UP): p121p1: link is not ready
[ 21.931511] bonding: bond0: Enslaving p121p1 as a backup interface with
a down link
[ 24.639849] igb 0000:08:00.0 p121p1: igb: p121p1 NIC Link is Up 1000
Mbps Full Duplex, Flow Control: RX
[ 24.711100] bonding: bond0: link status up for interface p121p1,
enabling it in 0 ms
[ 24.711110] bonding: bond0: link status definitely up for interface
p121p1, 1000 Mbps full duplex
[ 24.711116] bonding: bond0: now running without any active interface!
[ 24.711440] IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
[ 25.168255] igb 0000:07:00.0 p119p1: igb: p119p1 NIC Link is Up 1000
Mbps Full Duplex, Flow Control: RX
[ 25.211419] bonding: bond0: link status up for interface p119p1,
enabling it in 200 ms
[ 25.411569] bonding: bond0: link status definitely up for interface
p119p1, 1000 Mbps full duplex
[ 36.150836] init: failsafe main process (770) killed by TERM signal
[ 36.253915] audit: type=1400 audit(1428871436.725:8): apparmor="STATUS"
operation="profile_replace" profile="unconfined" name="/sbin/dhclient"
pid=1112 comm="apparmor_parser"
[ 36.253930] audit: type=1400 audit(1428871436.725:9): apparmor="STATUS"
operation="profile_replace" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1112
comm="apparmor_parser"
[ 36.253938] audit: type=1400 audit(1428871436.725:10):
apparmor="STATUS" operation="profile_replace" profile="unconfined"
name="/usr/lib/connman/scripts/dhclient-script" pid=1112
comm="apparmor_parser"
[ 36.256053] audit: type=1400 audit(1428871436.729:11):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/sbin/tcpdump" pid=1112 comm="apparmor_parser"
[ 39.963233] init: plymouth-upstart-bridge main process ended, respawning
[ 47.495473] systemd-logind[1716]: New seat seat0.
[ 47.496236] systemd-logind[1716]: Watching system buttons on
/dev/input/event0 (Power Button)
[ 47.498844] systemd-logind[1716]: Failed to start unit
user@1000.service: Unknown unit: user@1000.service
[ 47.498933] systemd-logind[1716]: Failed to start user service: Unknown
unit: user@1000.service
[ 47.500096] systemd-logind[1716]: New session 1 of user tm.
[ 1401.719683] md: md127 stopped.
[ 1401.719704] md: unbind<sdh>
[ 1401.733947] md: export_rdev(sdh)
[ 1401.734095] md: unbind<sdf>
[ 1401.745943] md: export_rdev(sdf)
[ 1401.746030] md: unbind<sdg>
[ 1401.753964] md: export_rdev(sdg)
[ 1401.754049] md: unbind<sde>
[ 1401.761953] md: export_rdev(sde)
[ 1401.762038] md: unbind<sdb>
[ 1401.769959] md: export_rdev(sdb)
[ 1401.770038] md: unbind<sdc>
[ 1401.785975] md: export_rdev(sdc)
[ 1401.786064] md: unbind<sdd>
[ 1401.793981] md: export_rdev(sdd)
[ 1403.392910] md: md127 stopped.
[ 1403.396139] md: bind<sdd>
[ 1403.397115] md: bind<sde>
[ 1403.397349] md: bind<sdf>
[ 1403.397532] md: bind<sdg>
[ 1403.397686] md: bind<sdb>
[ 1403.397846] md: bind<sdh>
[ 1403.397985] md: bind<sdc>
[ 1403.398356] md: md127 stopped.
[ 1403.398369] md: unbind<sdc>
[ 1403.415283] md: export_rdev(sdc)
[ 1403.415342] md: unbind<sdh>
[ 1403.435259] md: export_rdev(sdh)
[ 1403.435290] md: unbind<sdb>
[ 1403.447270] md: export_rdev(sdb)
[ 1403.447298] md: unbind<sdg>
[ 1403.459253] md: export_rdev(sdg)
[ 1403.459268] md: unbind<sdf>
[ 1403.471260] md: export_rdev(sdf)
[ 1403.471275] md: unbind<sde>
[ 1403.483287] md: export_rdev(sde)
[ 1403.483302] md: unbind<sdd>
[ 1403.495283] md: export_rdev(sdd)
[40799.136302] systemd-logind[1716]: New session 16 of user tm.
[40862.518901] md: md127 stopped.
[40862.521171] md: bind<sde>
[40862.521397] md: bind<sdf>
[40862.521647] md: bind<sdg>
[40862.521874] md: bind<sdb>
[40862.522105] md: bind<sdh>
[40862.522303] md: bind<sdc>
[40862.522394] md: md127 stopped.
[40862.522406] md: unbind<sdc>
[40862.551020] md: export_rdev(sdc)
[40862.551104] md: unbind<sdh>
[40862.571029] md: export_rdev(sdh)
[40862.571060] md: unbind<sdb>
[40862.583040] md: export_rdev(sdb)
[40862.583073] md: unbind<sdg>
[40862.595022] md: export_rdev(sdg)
[40862.595036] md: unbind<sdf>
[40862.611045] md: export_rdev(sdf)
[40862.611061] md: unbind<sde>
[40862.627062] md: export_rdev(sde)
[41116.350227] systemd-logind[1716]: New session 17 of user tm.
[42775.055674] md: md127 stopped.
[42775.057210] md: bind<sdd>
[42775.057329] md: bind<sde>
[42775.057438] md: bind<sdf>
[42775.057571] md: bind<sdg>
[42775.057711] md: bind<sdb>
[42775.057836] md: bind<sdh>
[42775.057947] md: bind<sdc>
[42775.057992] md: md127 stopped.
[42775.057999] md: unbind<sdc>
[42775.081647] md: export_rdev(sdc)
[42775.081711] md: unbind<sdh>
[42775.089613] md: export_rdev(sdh)
[42775.089648] md: unbind<sdb>
[42775.105598] md: export_rdev(sdb)
[42775.105629] md: unbind<sdg>
[42775.109950] md: export_rdev(sdg)
[42775.109966] md: unbind<sdf>
[42775.117639] md: export_rdev(sdf)
[42775.117655] md: unbind<sde>
[42775.125644] md: export_rdev(sde)
[42775.125659] md: unbind<sdd>
[42775.133648] md: export_rdev(sdd)
[53243.732604] systemd-logind[1716]: New session 23 of user tm.
[56415.677328] systemd-logind[1716]: New session 25 of user tm
. but i have kern.log form the fatal day
>
>Next, boot with a recent liveCD that has mdadm utilities (I recommend
>systemrescuecd from sysrescuecd.org.) and use its kernel and tools to
>try "mdadm -Afv /dev/md0 /dev/sd[b-h]²
Ok , i¹m downloading, but only can try tonight, when im back home
>
>You may have to --stop a partial assembly, as rescue CDs often attempt
>to assemble arrays found. And adjust the device letters if it boots
>with your system disk as other than sda.
>
>Show the mdadm output if it fails. If it works, back up your critical
>files immediately. You should then do a clean shutdown, and it should
>let you boot back into your original system.
ok
>
>Phil
Thx, thomas
>
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: [GIT PULL REQUEST] md fixes for late 4.0-rc
From: Linus Torvalds @ 2015-04-13 17:13 UTC (permalink / raw)
To: NeilBrown
Cc: lkml, linux RAID, Joe Landman, Dave Chinner, Gu Zheng,
Simon Kirby, Dave Jones
In-Reply-To: <20150413092018.0e153eea@notabene.brown>
On Sun, Apr 12, 2015 at 4:20 PM, NeilBrown <neilb@suse.de> wrote:
>
> two regression fixes for md, one fairly recent and minor (diskstats has
> confusing data) and one older and more serious - RAID0 with non-power-of-2
> chunksize corrupts data. I guess (almost) no-one uses non-power-of-2 chunks.
So the pull request obviously came in after I had already tagged and
pushed out 4.0. I've pulled it now.
Both of them were marked for stable, so they'll make 4.0.x eventually
without any further action.
Linus
^ permalink raw reply
* Recovery Raid6 Degraded
From: Emanuel Domingos @ 2015-04-13 19:59 UTC (permalink / raw)
To: linux-raid
guys, following guidelines on wiki, before to try recreate my array
I'm sending this mail to listen the experts.
I would like to aid as a problem in my raid arrays after a crash in
which I had to restart the server.
After the restart, the situation was as follows:
# ls -lh /dev/md/
lrwxrwxrwx 1 root root 8 Apr 6 17:35 ubuntu:md-flash -> ../md125
lrwxrwxrwx 1 root root 10 Apr 6 17:34 ubuntu:md-raid6_2 -> /dev/md127
lrwxrwxrwx 1 root root 8 Apr 6 17:35 ubuntu:md-raid6-bacula -> ../md126
lrwxrwxrwx 1 root root 10 Apr 6 17:34 ubuntu:md-raid6_primary -> /dev/md124
# cat /proc/mdstat
md124 : inactive sdh[2] sdf[0] sdg[1]
5860540680 blocks super 1.2
md125 : active (auto-read-only) raid1 sdag[1]
97684688 blocks super 1.2 [2/1] [_U]
md126 : active (auto-read-only) raid6 sdad[1] sdv[2] sdy[5] sdw[3] sdx[4]
7814051840 blocks super 1.2 level 6, 512k chunk, algorithm 2
[6/5] [_UUUUU]
md127 : inactive sdd[13] sdc[15] sde[14] sda[10] sdb[11] sdt[4] sdr[2]
sdq[1] sdm[7] sdk[5] sdo[9] sdn[8]
23442162720 blocks super 1.2
Did anyone some tip for me? My focus is to restore 'primary' raid fow now.
for now
My hardware is 2 pci express sata contollers conected each one on tow
5x1 sata multiplexer.
Follow detail /dev/md124:
# mdadm --detail /dev/md124
Version : 1.2
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Used Dev Size : 1953512960 (1863.02 GiB 2000.40 GB)
Raid Devices : 8
Total Devices : 3
Persistence : Superblock is persistent
Update Time : Mon Apr 6 04:09:06 2015
State : active, FAILED, Not Started
Active Devices : 3
Working Devices : 3
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 512K
Name : ubuntu:md-raid6_primary (local to host ubuntu)
UUID : cee8d180:d6275a41:599064c6:8894819e
Events : 1093684
Number Major Minor RaidDevice State
0 8 80 0 active sync /dev/sdf
1 8 96 1 active sync /dev/sdg
2 8 112 2 active sync /dev/sdh
3 0 0 3 removed
4 0 0 4 removed
5 0 0 5 removed
6 0 0 6 removed
7 0 0 7 removed
I tried to assemble with "mdadm --assemble --force
/dev/md/ubuntu\:md-raid6_primary /dev/sdaa /dev/sdac /dev/sdf /dev/sdg
/dev/sdh /dev/sdi /dev/sdj /dev/sdz" ('primary' raid) but my result
was this
cat /proc/mdstat after mdadm --assemble...
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5]
[raid4] [raid10]
md123 : inactive sdi[3](S) sdj[8](S) sdg[1](S) sdh[2](S) sdf[0](S)
sdz[5](S) sdaa[6](S) sdac[7](S)
15628108480 blocks super 1.2
md125 : active (auto-read-only) raid1 sdag[1]
97684688 blocks super 1.2 [2/1] [_U]
md126 : active raid6 sdad[1] sdv[2] sdy[5] sdw[3] sdx[4]
7814051840 blocks super 1.2 level 6, 512k chunk, algorithm 2
[6/5] [_UUUUU]
md127 : inactive sdd[13] sdc[15] sde[14] sda[10] sdb[11] sdt[4] sdr[2]
sdq[1] sdm[7] sdk[5] sdo[9] sdn[8]
23442162720 blocks super 1.2
unused devices: <none>
Detail for /dev/md123
#mdadm --detail /dev/123 shows the output:
mdadm: md device /dev/md123 does not appear to be active.
The name change /dev/md124 -> /dev/md123. output ls -lh /dev/md
#ls -lh /dev/md
lrwxrwxrwx 1 root root 8 Apr 6 17:35 ubuntu:md-flash -> ../md125
lrwxrwxrwx 1 root root 10 Apr 6 17:34 ubuntu:md-raid6_2 -> /dev/md127
lrwxrwxrwx 1 root root 8 Apr 6 17:35 ubuntu:md-raid6-bacula -> ../md126
lrwxrwxrwx 1 root root 10 Apr 6 17:34 ubuntu:md-raid6_primary -> /dev/md124
LIST OF DISKS:
ARRAY PRIMARY (md-raid6_primary)
/dev/sdaa
/dev/sdac
/dev/sdf
/dev/sdg
/dev/sdh
/dev/sdi
/dev/sdj
/dev/sdz
ARRAY BACULA (md-raid6-bacula)
/dev/sdab
/dev/sdad
/dev/sdv
/dev/sdw
/dev/sdx
/dev/sdy
ARRAY FLASH (md-flash)
/dev/sdaf
/dev/sdag
ARRAY SECONDARY (md-raid6_2)
/dev/sda
/dev/sdb
/dev/sdc
/dev/sdd
/dev/sde
/dev/sdk
/dev/sdl
/dev/sdm
/dev/sdn
/dev/sdo
/dev/sdp
/dev/sdq
/dev/sdr
/dev/sds
/dev/sdt
OUTPUT dmesg:
[487229.059007] end_request: I/O error, dev sdae, sector 3560087488
[487249.705034] end_request: I/O error, dev sdae, sector 3560087488
[572716.092783] end_request: I/O error, dev sdx, sector 1954527040
[573492.373689] end_request: I/O error, dev sdae, sector 3560087488
[573513.171095] end_request: I/O error, dev sdae, sector 3560087488
[573533.807073] end_request: I/O error, dev sdae, sector 3560087488
[573556.188797] end_request: I/O error, dev sdae, sector 3560087488
[573576.996265] end_request: I/O error, dev sdae, sector 3560087488
OUTPUT mdadm -E all_devices:
/dev/sdaa:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : f6227bf3:2f25dbde:db6509e4:57a5dbe2
Update Time : Mon Apr 6 03:53:41 2015
Checksum : ea5c72c1 - correct
Events : 1093681
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 6
Array State : AAA..AAA ('A' == active, '.' == missing)
/dev/sdac:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 912783f6:c39a8aad:7fb5018a:d4bdd201
Update Time : Mon Apr 6 03:53:41 2015
Checksum : 81035511 - correct
Events : 1093681
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 7
Array State : AAA..AAA ('A' == active, '.' == missing)
/dev/sdf:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : clean
Device UUID : f9131d59:1fa41bca:5df029d1:bd5e0158
Update Time : Mon Apr 6 04:09:06 2015
Checksum : 9d762a2f - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0
Array State : AAA..... ('A' == active, '.' == missing)
/dev/sdg:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 4cfae88d:49377cb6:58042dfb:82fa744e
Update Time : Mon Apr 6 04:09:06 2015
Checksum : df19536d - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1
Array State : AAA..... ('A' == active, '.' == missing)
/dev/sdh:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : clean
Device UUID : f6a4ada7:207315c0:96a2f83b:9f0199d4
Update Time : Mon Apr 6 04:09:06 2015
Checksum : c966e242 - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : AAA..... ('A' == active, '.' == missing)
/dev/sdi:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 17f6f6ba:25d71c20:7e945a21:d3432130
Update Time : Mon Mar 30 20:38:33 2015
Checksum : 7dad75f8 - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : AAAA.AAA ('A' == active, '.' == missing)
/dev/sdj:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : eb58254f:fca9077b:37214548:a828733f
Update Time : Thu Mar 26 04:33:44 2015
Checksum : a2fbf51b - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 4
Array State : AAAAAAAA ('A' == active, '.' == missing)
/dev/sdz:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : cee8d180:d6275a41:599064c6:8894819e
Name : ubuntu:md-raid6_primary (local to host ubuntu)
Creation Time : Thu Sep 27 11:39:20 2012
Raid Level : raid6
Raid Devices : 8
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 23442155520 (11178.09 GiB 12002.38 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 9a71d9ba:0954c58b:49d41aed:6ad7fa48
Update Time : Mon Apr 6 03:53:41 2015
Checksum : cdd590c1 - correct
Events : 1093684
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 5
Array State : AAA..AAA ('A' == active, '.' == missing)
ARRAY BACULA
/dev/sdab:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : fe51b5fd:941292b0:c66da01b:85e972d5
Update Time : Tue Dec 30 11:46:29 2014
Checksum : 8423da96 - correct
Events : 439
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0
Array State : AAAAAA ('A' == active, '.' == missing)
/dev/sdad:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 0a39d4dc:d1834661:72ee59e9:1bcd650b
Update Time : Mon Apr 13 09:59:52 2015
Checksum : 184d5e9a - correct
Events : 2082350
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1
Array State : .AAAAA ('A' == active, '.' == missing)
/dev/sdv:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 42fc3b73:ce28a790:321d18d3:14fd029d
Update Time : Mon Apr 13 10:00:05 2015
Checksum : 597125a8 - correct
Events : 2082368
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : .AAAAA ('A' == active, '.' == missing)
/dev/sdw:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 7c34659e:5c432ccb:80185072:3146a69a
Update Time : Mon Apr 13 10:00:05 2015
Checksum : 5bfabcdc - correct
Events : 2082368
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : .AAAAA ('A' == active, '.' == missing)
/dev/sdx:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 8e0d1c2b:9e5e86f4:5121676e:ef6b4951
Update Time : Mon Apr 13 10:00:05 2015
Checksum : c4c5eaff - correct
Events : 2082368
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 4
Array State : .AAAAA ('A' == active, '.' == missing)
/dev/sdy:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 001f075c:ee06ae37:c0969316:a46c843b
Name : ubuntu:md-raid6-bacula (local to host ubuntu)
Creation Time : Thu Sep 27 17:15:15 2012
Raid Level : raid6
Raid Devices : 6
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 15628103680 (7452.06 GiB 8001.59 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 2c061cce:58eff44d:633cce36:22aebbb4
Update Time : Mon Apr 13 10:00:05 2015
Checksum : ed0dc65d - correct
Events : 2082368
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 5
Array State : .AAAAA ('A' == active, '.' == missing)
ARRAY FLASH
/dev/sdaf:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 9ae996a5:b8cef013:6163d4f2:e4fc50e9
Name : ubuntu:md-flash (local to host ubuntu)
Creation Time : Thu Sep 4 15:58:58 2014
Raid Level : raid1
Raid Devices : 2
Avail Dev Size : 234439600 (111.79 GiB 120.03 GB)
Array Size : 195369376 (93.16 GiB 100.03 GB)
Used Dev Size : 195369376 (93.16 GiB 100.03 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 8242b575:8a255c04:6a9b17a1:c92a3364
Update Time : Thu Mar 12 19:18:00 2015
Checksum : c89e3c42 - correct
Events : 149
Device Role : Active device 0
Array State : AA ('A' == active, '.' == missing)
/dev/sdag:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 9ae996a5:b8cef013:6163d4f2:e4fc50e9
Name : ubuntu:md-flash (local to host ubuntu)
Creation Time : Thu Sep 4 15:58:58 2014
Raid Level : raid1
Raid Devices : 2
Avail Dev Size : 195369520 (93.16 GiB 100.03 GB)
Array Size : 195369376 (93.16 GiB 100.03 GB)
Used Dev Size : 195369376 (93.16 GiB 100.03 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : clean
Device UUID : 7aef1a7d:529d6a8e:5d8df6fe:c621fda7
Update Time : Mon Apr 6 08:41:23 2015
Checksum : f99dc861 - correct
Events : 1394745
Device Role : Active device 1
Array State : .A ('A' == active, '.' == missing)
ARRAY SECONDARY (2)
/dev/sda:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 5b5f642d:98b070d8:1db552b3:f2cd400d
Update Time : Mon Apr 6 04:09:07 2015
Checksum : b853be69 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 10
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdae:
MBR Magic : aa55
Partition[0] : 3907029167 sectors at 1 (type ee)
/dev/sdb:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : c6ea8392:7a154f08:514b5790:225afb6d
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 8b10e35b - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 11
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdc:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 7c612542:eaea873e:70998b44:510981c5
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 7ca51a93 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 12
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdd:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 81c06400:83b34ee6:4ba3f678:73b6383a
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 8bce0e54 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 13
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sde:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : dff1662e:f4b3d490:759f1c84:0f25bd77
Update Time : Mon Apr 6 04:09:07 2015
Checksum : ad0095c2 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 14
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdk:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 4419c60e:832defe9:3608aeb5:0c9ad899
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 3a27146c - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 5
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdl:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 83b744ab:d39a7fa0:790c4745:1a330f22
Update Time : Mon Apr 6 03:53:16 2015
Checksum : a504b986 - correct
Events : 1687615
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 6
Array State : .AA.AAAAAAAAAAA ('A' == active, '.' == missing)
/dev/sdm:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 74a5554b:60bc1caf:0f606353:4cd70807
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 46c9c493 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 7
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdn:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : e922ebba:63a4fd5f:3cf1ed29:6625c141
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 78830953 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 8
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdo:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : b866bcbd:5b768cae:f280dfd3:a6fa4bb0
Update Time : Mon Apr 6 04:09:07 2015
Checksum : e25f8412 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 9
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdp:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : d0435b9e:e3be7bc9:066b5f4a:c1bc1879
Update Time : Sat Mar 14 13:16:16 2015
Checksum : 1d09cb6f - correct
Events : 343654
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 0
Array State : AAA.AAAAAAAAAAA ('A' == active, '.' == missing)
/dev/sdq:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : b3c0ebc7:608cf642:a714996a:1f6f6a43
Update Time : Mon Apr 6 04:09:07 2015
Checksum : aad0fc37 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 1
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdr:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 2a527d72:0042643b:d86fc040:43763b9c
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 7cc8a5a4 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 2
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sds:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : a13aed14:981145b2:0bfe76a9:e2d39512
Update Time : Thu Mar 12 04:01:24 2015
Checksum : 74f446c3 - correct
Events : 111833
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 3
Array State : AAAAAAAAAAAAAAA ('A' == active, '.' == missing)
/dev/sdt:
Magic : a92b4efc
Version : 1.2
Feature Map : 0x0
Array UUID : 0aac0176:0d0bfb36:9d06836e:345e031a
Name : ubuntu:md-raid6_2 (local to host ubuntu)
Creation Time : Thu Sep 27 10:58:00 2012
Raid Level : raid6
Raid Devices : 15
Avail Dev Size : 3907027120 (1863.02 GiB 2000.40 GB)
Array Size : 50791336960 (24219.20 GiB 26005.16 GB)
Used Dev Size : 3907025920 (1863.02 GiB 2000.40 GB)
Data Offset : 2048 sectors
Super Offset : 8 sectors
State : active
Device UUID : 8c6f02f3:23411071:3fc98d04:d237ed37
Update Time : Mon Apr 6 04:09:07 2015
Checksum : 9278dd21 - correct
Events : 1687638
Layout : left-symmetric
Chunk Size : 512K
Device Role : Active device 4
Array State : .AA.AA.AAAAAAAA ('A' == active, '.' == missing)
/dev/sdu:
MBR Magic : aa55
Partition[0] : 3907027120 sectors at 2048 (type 83)
OUTPUT lshw:
*-pci
description: Host bridge
product: 2nd Generation Core Processor Family DRAM Controller
vendor: Intel Corporation
physical id: 100
bus info: pci@0000:00:00.0
version: 09
width: 32 bits
clock: 33MHz
configuration: driver=agpgart-intel
resources: irq:0
*-pci:0
description: PCI bridge
product: Xeon E3-1200/2nd Generation Core Processor
Family PCI Express Root Port
vendor: Intel Corporation
physical id: 1
bus info: pci@0000:00:01.0
version: 09
width: 32 bits
clock: 33MHz
capabilities: pci pm msi pciexpress normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:40
*-pci:1
description: PCI bridge
product: Xeon E3-1200/2nd Generation Core Processor
Family PCI Express Root Port
vendor: Intel Corporation
physical id: 1.1
bus info: pci@0000:00:01.1
version: 09
width: 32 bits
clock: 33MHz
capabilities: pci pm msi pciexpress normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:41 ioport:e000(size=4096) memory:fbb00000-fbbfffff
*-storage
description: RAID bus controller
product: SiI 3132 Serial ATA Raid II Controller
vendor: Silicon Image, Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: scsi0
logical name: scsi1
version: 01
width: 64 bits
clock: 33MHz
capabilities: storage pm msi pciexpress bus_master
cap_list rom emulated
configuration: driver=sata_sil24 latency=0
resources: irq:17 memory:fbb84000-fbb8407f
memory:fbb80000-fbb83fff ioport:e000(size=128)
memory:fbb00000-fbb7ffff
*-disk:0
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: 1AQ1
serial: S2N6J50B800969
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=20af5a10
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@0:0.0.0,1
logical name: /dev/sda1
capacity: 1863GiB
capabilities: primary
*-disk:1
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 1
bus info: scsi@0:1.0.0
logical name: /dev/sdb
version: 1AQ1
serial: S2N6J50B800971
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=822181a7
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@0:1.0.0,1
logical name: /dev/sdb1
capacity: 1863GiB
capabilities: primary
*-disk:2
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 2
bus info: scsi@0:2.0.0
logical name: /dev/sdc
version: ML6O
serial: ML2220F30YLVBE
size: 1863GiB (2TB)
configuration: ansiversion=5
*-disk:3
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 3
bus info: scsi@0:3.0.0
logical name: /dev/sdd
version: 1AQ1
serial: S2N6J50B800952
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=f6e5951b
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@0:3.0.0,1
logical name: /dev/sdd1
capacity: 1863GiB
capabilities: primary
*-disk:4
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 4
bus info: scsi@0:4.0.0
logical name: /dev/sde
version: 1AQ1
serial: S2N6J50B800950
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=2ecdc2ce
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@0:4.0.0,1
logical name: /dev/sde1
capacity: 1863GiB
capabilities: primary
*-disk:5
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 5
bus info: scsi@1:0.0.0
logical name: /dev/sdf
version: ML6O
serial: ML2220F30V22NE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=3783f5ab
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@1:0.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:6
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 6
bus info: scsi@1:1.0.0
logical name: /dev/sdg
version: ML6O
serial: ML2220F32PN2ME
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=3cbd062e
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@1:1.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:7
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 7
bus info: scsi@1:2.0.0
logical name: /dev/sdh
version: ML6O
serial: ML2220F32PNAPE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=b6c83342
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@1:2.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:8
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 8
bus info: scsi@1:3.0.0
logical name: /dev/sdi
version: ML6O
serial: ML2220F30WZYHE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=6ef255a1
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@1:3.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:9
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 9
bus info: scsi@1:4.0.0
logical name: /dev/sdj
version: ML6O
serial: ML2220F30Z38XE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=099ce3df
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@1:4.0.0,1
capacity: 1863GiB
capabilities: primary
*-pci:2
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 1
vendor: Intel Corporation
physical id: 1c
bus info: pci@0000:00:1c.0
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:42 ioport:d000(size=4096) memory:fba00000-fbafffff
*-storage
description: RAID bus controller
product: SiI 3132 Serial ATA Raid II Controller
vendor: Silicon Image, Inc.
physical id: 0
bus info: pci@0000:03:00.0
logical name: scsi2
logical name: scsi3
version: 01
width: 64 bits
clock: 33MHz
capabilities: storage pm msi pciexpress bus_master
cap_list rom emulated
configuration: driver=sata_sil24 latency=0
resources: irq:16 memory:fba84000-fba8407f
memory:fba80000-fba83fff ioport:d000(size=128)
memory:fba00000-fba7ffff
*-disk:0
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 0
bus info: scsi@2:0.0.0
logical name: /dev/sdk
version: ML6O
serial: ML2220F30U13AE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=c381acb8
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@2:0.0.0,1
logical name: /dev/sdk1
capacity: 1863GiB
capabilities: primary
*-disk:1
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 1
bus info: scsi@2:1.0.0
logical name: /dev/sdl
version: ML6O
serial: ML2220F30YL2NE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=31c44e74
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@2:1.0.0,1
logical name: /dev/sdl1
capacity: 1863GiB
capabilities: primary
*-disk:2
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 2
bus info: scsi@2:2.0.0
logical name: /dev/sdm
version: ML6O
serial: ML2220F32S2JNE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=8f8c9eeb
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@2:2.0.0,1
logical name: /dev/sdm1
capacity: 1863GiB
capabilities: primary
*-disk:3
description: ATA Disk
product: WDC WD20EARX-00P
vendor: Western Digital
physical id: 3
bus info: scsi@2:3.0.0
logical name: /dev/sdn
version: 51.0
serial: WD-WMAZA9409912
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=f2a3d65b
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@2:3.0.0,1
logical name: /dev/sdn1
capacity: 1863GiB
capabilities: primary
*-disk:4
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 4
bus info: scsi@2:4.0.0
logical name: /dev/sdo
version: ML6O
serial: ML2220F30VS6SE
size: 1863GiB (2TB)
configuration: ansiversion=5
*-disk:5
description: EXT4 volume
product: Hitachi HDS5C302
vendor: Linux
physical id: 5
bus info: scsi@3:0.0.0
logical name: /dev/sdp
version: 1.0
serial: 3d95991d-d58b-4c49-b22d-620b4a74aa91
size: 1863GiB
capabilities: journaled extended_attributes
large_files huge_files dir_nlink extents ext4 ext2 initialized
configuration: ansiversion=5 created=2012-09-05
16:45:31 filesystem=ext4 lastmountpoint=/media/hdd modified=2012-09-05
17:57:47 mounted=2012-09-05 17:55:30 state=clean
*-disk:6
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 6
bus info: scsi@3:1.0.0
logical name: /dev/sdq
version: ML6O
serial: ML2220F311S72E
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=590f599d
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@3:1.0.0,1
logical name: /dev/sdq1
capacity: 1863GiB
capabilities: primary
*-disk:7
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 7
bus info: scsi@3:2.0.0
logical name: /dev/sdr
version: ML6O
serial: ML2220F30YD74E
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=dcc1db62
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@3:2.0.0,1
logical name: /dev/sdr1
capacity: 1863GiB
capabilities: primary
*-disk:8
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 8
bus info: scsi@3:3.0.0
logical name: /dev/sds
version: ML6O
serial: ML2220F30YBPUE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=e9c70fcd
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@3:3.0.0,1
logical name: /dev/sds1
capacity: 1863GiB
capabilities: primary
*-disk:9
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 9
bus info: scsi@3:4.0.0
logical name: /dev/sdt
version: ML6O
serial: ML2220F30R3XYE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=8458157f
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@3:4.0.0,1
logical name: /dev/sdt1
capacity: 1863GiB
capabilities: primary
*-pci:3
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 2
vendor: Intel Corporation
physical id: 1c.1
bus info: pci@0000:00:1c.1
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:43 memory:fb900000-fb9fffff
*-usb
description: USB controller
product: ASM1042 SuperSpeed USB Host Controller
vendor: ASMedia Technology Inc.
physical id: 0
bus info: pci@0000:04:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: msi msix pm pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:17 memory:fb900000-fb907fff
*-pci:4
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 3
vendor: Intel Corporation
physical id: 1c.2
bus info: pci@0000:00:1c.2
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:44 ioport:c000(size=4096) memory:fb800000-fb8fffff
*-storage
description: RAID bus controller
product: SiI 3132 Serial ATA Raid II Controller
vendor: Silicon Image, Inc.
physical id: 0
bus info: pci@0000:05:00.0
logical name: scsi4
logical name: scsi5
version: 01
width: 64 bits
clock: 33MHz
capabilities: storage pm msi pciexpress bus_master
cap_list rom emulated
configuration: driver=sata_sil24 latency=0
resources: irq:18 memory:fb884000-fb88407f
memory:fb880000-fb883fff ioport:c000(size=128)
memory:fb800000-fb87ffff
*-disk:0
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 0
bus info: scsi@4:0.0.0
logical name: /dev/sdu
version: 1AQ1
serial: S2N6J50B800957
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=0fca2557
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@4:0.0.0,1
logical name: /dev/sdu1
capacity: 1863GiB
capabilities: primary
*-disk:1
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 1
bus info: scsi@4:1.0.0
logical name: /dev/sdv
version: 1AQ1
serial: S2N6J50B800964
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=9d8ed5a5
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@4:1.0.0,1
logical name: /dev/sdv1
capacity: 1863GiB
capabilities: primary
*-disk:2
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 2
bus info: scsi@4:2.0.0
logical name: /dev/sdw
version: 1AQ1
serial: S2N6J50B800955
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=ab4b523a
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@4:2.0.0,1
logical name: /dev/sdw1
capacity: 1863GiB
capabilities: primary
*-disk:3
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 3
bus info: scsi@4:3.0.0
logical name: /dev/sdx
version: 1AQ1
serial: S2N6J50B800954
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=e69fb7cb
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@4:3.0.0,1
logical name: /dev/sdx1
capacity: 1863GiB
capabilities: primary
*-disk:4
description: ATA Disk
product: SAMSUNG HD204UI
physical id: 4
bus info: scsi@4:4.0.0
logical name: /dev/sdy
version: 1AQ1
serial: S2N6J50B800956
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=195e4659
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@4:4.0.0,1
logical name: /dev/sdy1
capacity: 1863GiB
capabilities: primary
*-disk:5
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 5
bus info: scsi@5:0.0.0
logical name: /dev/sdz
version: ML6O
serial: ML2220F30ZRZ5E
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=222ff77a
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@5:0.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:6
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 6
bus info: scsi@5:1.0.0
logical name: /dev/sdaa
version: ML6O
serial: ML2220F30TDYWE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=a4f16c55
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@5:1.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:7
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 7
bus info: scsi@5:2.0.0
logical name: /dev/sdab
version: ML6O
serial: ML2220F31162ZE
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=c1af612f
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@5:2.0.0,1
logical name: /dev/sdab1
capacity: 1863GiB
capabilities: primary
*-disk:8
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 8
bus info: scsi@5:3.0.0
logical name: /dev/sdac
version: ML6O
serial: ML2220F30XAN6E
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=a2c77b59
*-volume UNCLAIMED
description: Linux filesystem partition
physical id: 1
bus info: scsi@5:3.0.0,1
capacity: 1863GiB
capabilities: primary
*-disk:9
description: ATA Disk
product: Hitachi HDS5C302
vendor: Hitachi
physical id: 9
bus info: scsi@5:4.0.0
logical name: /dev/sdad
version: ML6O
serial: ML2220F311S91E
size: 1863GiB (2TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=d6aacde0
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@5:4.0.0,1
logical name: /dev/sdad1
capacity: 1863GiB
capabilities: primary
*-pci:5
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 4
vendor: Intel Corporation
physical id: 1c.3
bus info: pci@0000:00:1c.3
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:45 ioport:b000(size=4096)
memory:fb700000-fb7fffff ioport:cfa00000(size=1048576)
*-storage
description: SATA controller
product: JMB362 SATA Controller
vendor: JMicron Technology Corp.
physical id: 0
bus info: pci@0000:06:00.0
version: 10
width: 32 bits
clock: 33MHz
capabilities: storage pm pciexpress ahci_1.0
bus_master cap_list rom
configuration: driver=ahci latency=0
resources: irq:19 ioport:b040(size=8)
ioport:b030(size=4) ioport:b020(size=8) ioport:b010(size=4)
ioport:b000(size=16) memory:fb710000-fb7101ff memory:cfa00000-cfa0ffff
*-pci:6
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 5
vendor: Intel Corporation
physical id: 1c.4
bus info: pci@0000:00:1c.4
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:46 memory:fb600000-fb6fffff
*-usb
description: USB controller
product: ASM1042 SuperSpeed USB Host Controller
vendor: ASMedia Technology Inc.
physical id: 0
bus info: pci@0000:07:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: msi msix pm pciexpress xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:16 memory:fb600000-fb607fff
*-pci:7
description: PCI bridge
product: 82801 PCI Bridge
vendor: Intel Corporation
physical id: 1c.6
bus info: pci@0000:00:1c.6
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm subtractive_decode
bus_master cap_list
resources: ioport:a000(size=4096) memory:fb500000-fb5fffff
*-pci
description: PCI bridge
product: ASM1083/1085 PCIe to PCI Bridge
vendor: ASMedia Technology Inc.
physical id: 0
bus info: pci@0000:08:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pci subtractive_decode bus_master cap_list
resources: ioport:a000(size=4096) memory:fb500000-fb5fffff
*-firewire
description: FireWire (IEEE 1394)
product: VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller
vendor: VIA Technologies, Inc.
physical id: 2
bus info: pci@0000:09:02.0
version: c0
width: 32 bits
clock: 33MHz
capabilities: pm ohci bus_master cap_list
configuration: driver=firewire_ohci latency=32 maxlatency=32
resources: irq:17 memory:fb500000-fb5007ff
ioport:a000(size=128)
*-pci:8
description: PCI bridge
product: 6 Series/C200 Series Chipset Family PCI Express
Root Port 8
vendor: Intel Corporation
physical id: 1c.7
bus info: pci@0000:00:1c.7
version: b5
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode
bus_master cap_list
configuration: driver=pcieport
resources: irq:47 ioport:9000(size=4096) memory:fb400000-fb4fffff
*-storage
description: SATA controller
product: 88SE9172 SATA 6Gb/s Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:0a:00.0
logical name: scsi14
logical name: scsi15
version: 11
width: 32 bits
clock: 33MHz
capabilities: storage pm msi pciexpress ahci_1.0
bus_master cap_list rom emulated
configuration: driver=ahci latency=0
resources: irq:60 ioport:9040(size=8)
ioport:9030(size=4) ioport:9020(size=8) ioport:9010(size=4)
ioport:9000(size=16) memory:fb410000-fb4101ff memory:fb400000-fb40ffff
*-disk:0
description: ATA Disk
product: Corsair Force 3
physical id: 0
bus info: scsi@14:0.0.0
logical name: /dev/sdaf
version: 1.3.
serial: 11436520000012112929
size: 111GiB (120GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=447df0c7
*-volume
description: Linux filesystem partition
physical id: 1
bus info: scsi@14:0.0.0,1
logical name: /dev/sdaf1
capacity: 111GiB
capabilities: primary
*-disk:1
description: ATA Disk
product: KINGSTON SE100S3
physical id: 1
bus info: scsi@15:0.0.0
logical name: /dev/sdag
version: 515A
serial: 50026B723A087F9E
size: 93GiB (100GB)
configuration: ansiversion=5
*-usb:1
description: USB controller
product: 6 Series/C200 Series Chipset Family USB Enhanced
Host Controller #1
vendor: Intel Corporation
physical id: 1d
bus info: pci@0000:00:1d.0
version: 05
width: 32 bits
clock: 33MHz
capabilities: pm debug ehci bus_master cap_list
configuration: driver=ehci_hcd latency=0
resources: irq:23 memory:fbc26000-fbc263ff
*-isa
description: ISA bridge
product: Z68 Express Chipset Family LPC Controller
vendor: Intel Corporation
physical id: 1f
bus info: pci@0000:00:1f.0
version: 05
width: 32 bits
clock: 33MHz
capabilities: isa bus_master cap_list
configuration: latency=0
*-storage
description: SATA controller
product: 6 Series/C200 Series Chipset Family SATA AHCI Controller
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@0000:00:1f.2
logical name: scsi10
version: 05
width: 32 bits
clock: 66MHz
capabilities: storage msi pm ahci_1.0 bus_master cap_list emulated
configuration: driver=ahci latency=0
resources: irq:59 ioport:f0d0(size=8) ioport:f0c0(size=4)
ioport:f0b0(size=8) ioport:f0a0(size=4) ioport:f060(size=32)
memory:fbc25000-fbc257ff
*-disk
description: ATA Disk
product: ST2000DL003-9VT1
vendor: Seagate
physical id: 0.0.0
bus info: scsi@10:0.0.0
logical name: /dev/sdae
version: CC32
serial: 5YD3L8H1
size: 1863GiB (2TB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: ansiversion=5
guid=ee69a333-af6d-4738-be13-8f376787e0f5
*-volume:0
description: EFI partition
physical id: 1
bus info: scsi@10:0.0.0,1
logical name: /dev/sdae1
serial: 1ba7cdd4-ca07-4cb4-932c-52ef2464d25f
capacity: 976KiB
*-volume:1
description: EXT4 volume
vendor: Linux
physical id: 2
bus info: scsi@10:0.0.0,2
logical name: /dev/sdae2
logical name: /
version: 1.0
serial: 582b06ec-89d4-4f54-a537-1f72440b09f1
size: 1855GiB
capabilities: journaled extended_attributes
large_files huge_files dir_nlink recover extents ext4 ext2 initialized
configuration: created=2012-04-04 15:28:10
filesystem=ext4 lastmountpoint=/ modified=2015-03-03 16:46:29
mount.fstype=ext4
mount.options=rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered
mounted=2015-04-06 17:35:05 state=mounted
*-volume:2
description: Linux swap volume
physical id: 3
bus info: scsi@10:0.0.0,3
logical name: /dev/sdae3
version: 1
serial: 10a1f4e7-ba5f-4319-9f6b-80338ef27594
size: 8097MiB
capacity: 8097MiB
capabilities: nofs swap initialized
configuration: filesystem=swap pagesize=4096
*-serial UNCLAIMED
description: SMBus
product: 6 Series/C200 Series Chipset Family SMBus Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 05
width: 64 bits
clock: 33MHz
configuration: latency=0
resources: memory:fbc24000-fbc240ff ioport:f040(size=32)
--
Emanuel Domingos
^ permalink raw reply
* Re: Recovery Raid6 Degraded
From: Mikael Abrahamsson @ 2015-04-13 20:38 UTC (permalink / raw)
To: Emanuel Domingos; +Cc: linux-raid
In-Reply-To: <CACsoFmjWW7mqSA8OKZZEPhpFidf-exSMm771ZOp0TssSYydcrw@mail.gmail.com>
On Mon, 13 Apr 2015, Emanuel Domingos wrote:
> guys, following guidelines on wiki, before to try recreate my array
> I'm sending this mail to listen the experts.
Good choice!
> I would like to aid as a problem in my raid arrays after a crash in
> which I had to restart the server.
What kernel version and mdadm version are you running?
My first recommendation would be for you to compile latest mdadm from
source:
"git clone https://github.com/neilbrown/mdadm"
Then compile it and use that to do the --assemble-force operation that
failed before. This has helped others.
If it still doesn't work, please provide dmesg output from when that
operation occured.
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply
* Re: [PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
From: Pavel Machek @ 2015-04-14 6:41 UTC (permalink / raw)
To: Mike Snitzer
Cc: Pali Rohár, Alasdair Kergon, Neil Brown, Rafael J. Wysocki,
Len Brown, dm-devel, linux-raid, linux-kernel, linux-pm
In-Reply-To: <20150409131208.GA9504@redhat.com>
On Thu 2015-04-09 09:12:08, Mike Snitzer wrote:
> On Mon, Apr 06 2015 at 9:29am -0400,
> Pali Rohár <pali.rohar@gmail.com> wrote:
>
> > On Monday 06 April 2015 15:00:46 Mike Snitzer wrote:
> > > On Sun, Apr 05 2015 at 1:20pm -0400,
> > >
> > > Pali Rohár <pali.rohar@gmail.com> wrote:
> > > > This patch series increase security of suspend and hibernate
> > > > actions. It allows user to safely wipe crypto keys before
> > > > suspend and hibernate actions starts without race
> > > > conditions on userspace process with heavy I/O.
> > > >
> > > > To automatically wipe cryto key for <device> before
> > > > hibernate action call: $ dmsetup message <device> 0 key
> > > > wipe_on_hibernation 1
> > > >
> > > > To automatically wipe cryto key for <device> before suspend
> > > > action call: $ dmsetup message <device> 0 key
> > > > wipe_on_suspend 1
> > > >
> > > > (Value 0 after wipe_* string reverts original behaviour - to
> > > > not wipe key)
> > >
> > > Can you elaborate on the attack vector your changes are meant
> > > to protect against? The user already authorized access, why
> > > is it inherently dangerous to _not_ wipe the associated key
> > > across these events?
> >
> > Hi,
> >
> > yes, I will try to explain current problems with cryptsetup
> > luksSuspend command and hibernation.
> >
> > First, sometimes it is needed to put machine into other hands.
> > You can still watch other person what is doing with machine, but
> > once if you let machine unlocked (e.g opened luks disk), she/he
> > can access encrypted data.
> >
> > If you turn off machine, it could be safe, because luks disk
> > devices are locked. But if you enter machine into suspend or
> > hibernate state luks devices are still open. And my patches try
> > to achieve similar security as when machine is off (= no crypto
> > keys in RAM or on swap).
> >
> > When doing hibernate on unencrypted swap it is to prevent leaking
> > crypto keys to hibernate image (which is stored in swap).
> >
> > When doing suspend action it is again to prevent leaking crypto
> > keys. E.g when you suspend laptop and put it off (somebody can
> > remove RAMs and do some cold boot attack).
> >
> > The most common situation is:
> > You have mounted partition from dm-crypt device (e.g. /home/),
> > some userspace processes access it (e.g opened firefox which
> > still reads/writes to cache ~/.firefox/) and you want to drop
> > crypto keys from kernel for some time.
> >
> > For that operation there is command cryptsetup luksSuspend, which
> > suspend dm device and then tell kernel to wipe crypto keys. All
> > I/O operations are then stopped and userspace processes which
> > want to do some those I/O operations are stopped too (until you
> > call cryptsetup luksResume and enter correct key).
> >
> > Now if you want to suspend/hiberate your machine (when some of dm
> > devices are suspeneded and some processes are stopped due to
> > pending I/O) it is not possible. Kernel freeze_processes function
> > will fail because userspace processes are still stopped inside
> > some I/O syscall (read/write, etc,...).
> >
> > My patches fixes this problem and do those operations (suspend dm
> > device, wipe crypto keys, enter suspend/hiberate) in correct
> > order and without race condition.
> >
> > dm device is suspended *after* userspace processes are freezed
> > and after that are crypto keys wiped. And then computer/laptop
> > enters into suspend/hibernate state.
>
> Wouldn't it be better to fix freeze_processes() to be tolerant of
> processes that are hung as a side-effect of their backing storage being
> suspended? A hibernate shouldn't fail simply because a user chose to
> suspend a DM device.
That would be nice, I agree. But that's non-trivial ammount of work
and might be (close to) impossible.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply
* Re: [PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
From: Pavel Machek @ 2015-04-14 6:50 UTC (permalink / raw)
To: Pali Rohár
Cc: Mike Snitzer, Alasdair Kergon, Neil Brown, Rafael J. Wysocki,
Len Brown, dm-devel, linux-raid, linux-kernel, linux-pm
In-Reply-To: <20150409143827.GK12339@atrey.karlin.mff.cuni.cz>
Hi!
> > > > > So proper way is to wipe luks crypto keys *after* userspace processes
> > > > > are freezed.
> > > >
> > > > I know you believe that I'm just not accepting that at face value.
> > >
> > > If disks are synced before any DM suspend operation then we have higher
> > > chance of preventing data corruption.
> >
> > disks are already synced as part of the DM suspend operation!
> >
>
> Yes, but part of hibernate operation is also sync call.
Yes. Maybe that was a mistake.
> > > I still think that correct order is only:
> > >
> > > * freeze processes (which doing continous I/O)
> > > * fs & disk sync
> > > * DM suspend
> > > * wipe crypto keys
> > > * enter hibernate
> >
> > I just don't think that extreme is _required_ to have a hibernate/resume
> > that incorporates dm-crypt key wiping.
>
> Ok, and what other developers think?
If someone can fix freezer to work with LUKS stopped, that would be a
good thing. Can you do it, Mike? Then we can look if it works well
enough for Pali.
But that might be too hard / impossible. And at that point, I think
Pali's patch is right thing to do.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply
* Re: [PATCH 2/4] md-cluster: remove capabilities
From: Goldwyn Rodrigues @ 2015-04-14 11:26 UTC (permalink / raw)
To: Guoqing Jiang; +Cc: neilb, linux-raid
In-Reply-To: <552B2978.5000305@suse.com>
On 04/12/2015 09:27 PM, Guoqing Jiang wrote:
> Goldwyn Rodrigues wrote:
>> Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
>> ---
>> drivers/md/md-cluster.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
>> drivers/md/md-cluster.h | 1 +
>> drivers/md/md.c | 24 +++++++++++++++---------
>> drivers/md/md.h | 1 +
>> 4 files changed, 64 insertions(+), 9 deletions(-)
>>
>> diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
>> index 96679b2..d036c83 100644
>> --- a/drivers/md/md-cluster.c
>> +++ b/drivers/md/md-cluster.c
>> @@ -72,6 +72,7 @@ enum msg_type {
>> METADATA_UPDATED = 0,
>> RESYNCING,
>> NEWDISK,
>> + REMOVE,
>> };
>>
>> struct cluster_msg {
>> @@ -186,6 +187,20 @@ static char *pretty_uuid(char *dest, char *src)
>> return dest;
>> }
>>
>> +static struct md_rdev *find_rdev_uuid(struct mddev *mddev, char *uuid)
>> +{
>> + struct md_rdev *rdev;
>> + struct mdp_superblock_1 *sb;
>> +
>> + rdev_for_each_rcu(rdev, mddev) {
>> + sb = page_address(rdev->sb_page);
>> + if (!strncmp(uuid, sb->device_uuid, 16)) {
>> + return rdev;
>> + }
>> + }
>> + return NULL;
>> +}
>> +
>> static void add_resync_info(struct mddev *mddev, struct dlm_lock_resource *lockres,
>> sector_t lo, sector_t hi)
>> {
>> @@ -401,6 +416,17 @@ static void process_metadata_update(struct mddev *mddev, struct cluster_msg *msg
>> dlm_lock_sync(cinfo->no_new_dev_lockres, DLM_LOCK_CR);
>> }
>>
>> +static void process_remove_disk(struct mddev *mddev, struct cluster_msg *msg)
>> +{
>> + struct md_rdev *rdev = find_rdev_uuid(mddev, msg->uuid);
>> + char uuid[32];
>> +
>> + if (rdev)
>> + md_kick_rdev_from_array(rdev);
>> + else
>> + pr_warn("%s: %d Could not find disk with uuid: %s", __func__, __LINE__, pretty_uuid(uuid, msg->uuid));
>> +}
>> +
>> static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg)
>> {
>> switch (msg->type) {
>> @@ -419,6 +445,15 @@ static void process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg)
>> pr_info("%s: %d Received message: NEWDISK from %d\n",
>> __func__, __LINE__, msg->slot);
>> process_add_new_disk(mddev, msg);
>> + break;
>> + case REMOVE:
>> + pr_info("%s: %d Received REMOVE from %d\n",
>> + __func__, __LINE__, msg->slot);
>> + process_remove_disk(mddev, msg);
>> + break;
>> + default:
>> + pr_warn("%s:%d Received unknown message from %d\n",
>> + __func__, __LINE__, msg->slot);
>> };
>> }
>>
>> @@ -854,6 +889,17 @@ static int new_disk_ack(struct mddev *mddev, bool ack)
>> return 0;
>> }
>>
>> +static int remove_disk(struct mddev *mddev, struct md_rdev *rdev)
>> +{
>> + struct cluster_msg cmsg;
>> + struct md_cluster_info *cinfo = mddev->cluster_info;
>> + struct mdp_superblock_1 *sb = page_address(rdev->sb_page);
>> + char *uuid = sb->device_uuid;
>> + cmsg.type = REMOVE;
>> + memcpy(cmsg.uuid, uuid, 16);
>> + return __sendmsg(cinfo, &cmsg);
>> +}
>> +
>> static struct md_cluster_operations cluster_ops = {
>> .join = join,
>> .leave = leave,
>> @@ -868,6 +914,7 @@ static struct md_cluster_operations cluster_ops = {
>> .add_new_disk_start = add_new_disk_start,
>> .add_new_disk_finish = add_new_disk_finish,
>> .new_disk_ack = new_disk_ack,
>> + .remove_disk = remove_disk,
>> };
>>
>> static int __init cluster_init(void)
>> diff --git a/drivers/md/md-cluster.h b/drivers/md/md-cluster.h
>> index 7417133..71e5143 100644
>> --- a/drivers/md/md-cluster.h
>> +++ b/drivers/md/md-cluster.h
>> @@ -22,6 +22,7 @@ struct md_cluster_operations {
>> int (*add_new_disk_start)(struct mddev *mddev, struct md_rdev *rdev);
>> int (*add_new_disk_finish)(struct mddev *mddev);
>> int (*new_disk_ack)(struct mddev *mddev, bool ack);
>> + int (*remove_disk)(struct mddev *mddev, struct md_rdev *rdev);
>> };
>>
>> #endif /* _MD_CLUSTER_H */
>> diff --git a/drivers/md/md.c b/drivers/md/md.c
>> index bc11551..0c65e51 100644
>> --- a/drivers/md/md.c
>> +++ b/drivers/md/md.c
>> @@ -2291,11 +2291,12 @@ static void export_rdev(struct md_rdev * rdev)
>> kobject_put(&rdev->kobj);
>> }
>>
>> -static void kick_rdev_from_array(struct md_rdev * rdev)
>> +void md_kick_rdev_from_array(struct md_rdev * rdev)
>> {
>> unbind_rdev_from_array(rdev);
>> export_rdev(rdev);
>> }
>> +EXPORT_SYMBOL_GPL(md_kick_rdev_from_array);
>>
>> static void export_array(struct mddev *mddev)
>> {
>> @@ -2306,7 +2307,7 @@ static void export_array(struct mddev *mddev)
>> MD_BUG();
>> continue;
>> }
>> - kick_rdev_from_array(rdev);
>> + md_kick_rdev_from_array(rdev);
>> }
>> if (!list_empty(&mddev->disks))
>> MD_BUG();
>> @@ -2750,9 +2751,11 @@ state_store(struct md_rdev *rdev, const char *buf, size_t len)
>> err = -EBUSY;
>> else {
>> struct mddev *mddev = rdev->mddev;
>> - if (mddev_is_clustered(mddev))
>> + if (mddev_is_clustered(mddev)) {
>> md_cluster_ops->metadata_update_start(mddev);
>> - kick_rdev_from_array(rdev);
>> + md_cluster_ops->remove_disk(mddev, rdev);
>> + }
>> + md_kick_rdev_from_array(rdev);
>>
> For md-cluster, seems it is possible that md_kick_rdev_from_array could
> be called twice,
> is this what you want? Thanks.
No, it would be called only once. There are two types of nodes in this
case: one is sender and other received. The sender calls
md_kick_rdev_from_array() in the regular flow of
state_store/hot_remove_disk() while the receiver calls
md_kick_rdev_from_array() in the process_remove_disk().
Or am I missing something?
--
Goldwyn
^ permalink raw reply
* Re: Recovery Raid6 Degraded
From: Emanuel Domingos @ 2015-04-14 12:31 UTC (permalink / raw)
To: linux-raid
In-Reply-To: <alpine.DEB.2.02.1504132234220.16871@uplift.swm.pp.se>
Hi, Mikael, thanks for reply
MDADM
mdadm - v3.2.3 - 23rd December 2011
KERNEL
Linux ubuntu 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux
Will be with the new version and inform soon the result
Thanks!
2015-04-13 17:38 GMT-03:00 Mikael Abrahamsson <swmike@swm.pp.se>:
> On Mon, 13 Apr 2015, Emanuel Domingos wrote:
>
>> guys, following guidelines on wiki, before to try recreate my array
>> I'm sending this mail to listen the experts.
>
>
> Good choice!
>
>> I would like to aid as a problem in my raid arrays after a crash in
>> which I had to restart the server.
>
>
> What kernel version and mdadm version are you running?
>
> My first recommendation would be for you to compile latest mdadm from
> source:
>
> "git clone https://github.com/neilbrown/mdadm"
>
> Then compile it and use that to do the --assemble-force operation that
> failed before. This has helped others.
>
> If it still doesn't work, please provide dmesg output from when that
> operation occured.
>
> --
> Mikael Abrahamsson email: swmike@swm.pp.se
--
Emanuel Domingos
Cursando Bacharelado em Ciência da Computação - IFCE Campus Maracanaú
Técnico em Conectividade - IFCE Campus Maracanaú
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: RAID 5 "magicaly" become a RAID0
From: Phil Turmel @ 2015-04-14 12:32 UTC (permalink / raw)
To: Thomas MARCHESSEAU, linux-raid; +Cc: Roger Heflin
In-Reply-To: <D151DEA1.8EEA1%marchesseau@gmail.com>
Good morning Thomas,
On 04/13/2015 03:29 PM, Thomas MARCHESSEAU wrote:
> Mdadm —-assemble —- force /dev/md1 /dev/sdb …etc… /dev/sdh
> And i’ve got a good feedback from de system :
> Mdadm : forcing event count in /dev/sdg from 21954 to 21958
> Mdadm : forcing event count in /dev/sdh from 21954 to 21958
> Mdadm : clearing FAULTY flag for device 5 in /dev/md1 fo dev/sdg
> Mdadm : clearing FAULTY flag for device 6 in /dev/md1 fo dev/sdh
> Mdadm : making array /dev/md1 as ‘clean’
> Mdadm :/dev/md1 has bee started with 7 drives
>
> —> looks pretty good !
>
> Mounting drive , and all seem ok .
> 1 / i’m now BACKUPING the most important stuff .
> 2 / i’ll backup all data
>
> -> this will probably require 2 days
Very good to hear this.
> what’s your advice for next step ?
> - remove all md and rewrite a config ?
> - move to raid6 ( is there a way to convert RAID5 to 6 ) (
> http://ewams.net/?date=2013/05/02&view=Converting_RAID5_to_RAID6_in_mdadm
> )
Yes, just --add a spare device to the array, then --grow --level=6 to
start a live reshape.
> - re install a fresh clean system ?
Not necessary.
Phil
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: Recovery Raid6 Degraded
From: Emanuel Domingos @ 2015-04-14 12:47 UTC (permalink / raw)
To: Mikael Abrahamsson; +Cc: linux-raid
In-Reply-To: <alpine.DEB.2.02.1504132234220.16871@uplift.swm.pp.se>
Hi, Mikael, hi guys!
Follow the errors found after building the new version of mdadm:
#mdadm --stop /dev/md/ubuntu\:md-raid6_primary
#mdadm --assemble --force /dev/md/ubuntu\:md-raid6_primary /dev/sdaa
/dev/sdac /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdz
mdadm: device /dev/md/ubuntu:md-raid6_primary exists but is not an md array.
DMESG
[661924.167503] md: md123 stopped.
[661924.167513] md: unbind<sdi>
[661924.184248] md: export_rdev(sdi)
[661924.184259] md: unbind<sdj>
[661924.184324] md: export_rdev(sdj)
[661924.184335] md: unbind<sdg>
[661924.188227] md: export_rdev(sdg)
[661924.188248] md: unbind<sdh>
[661924.192285] md: export_rdev(sdh)
[661924.192296] md: unbind<sdf>
[661924.192364] md: export_rdev(sdf)
[661924.192375] md: unbind<sdz>
[661924.264120] md: export_rdev(sdz)
[661924.264133] md: unbind<sdaa>
[661924.264456] md: export_rdev(sdaa)
[661924.264467] md: unbind<sdac>
[661924.272138] md: export_rdev(sdac)
Thanks!
2015-04-13 17:38 GMT-03:00 Mikael Abrahamsson <swmike@swm.pp.se>:
> On Mon, 13 Apr 2015, Emanuel Domingos wrote:
>
>> guys, following guidelines on wiki, before to try recreate my array
>> I'm sending this mail to listen the experts.
>
>
> Good choice!
>
>> I would like to aid as a problem in my raid arrays after a crash in
>> which I had to restart the server.
>
>
> What kernel version and mdadm version are you running?
>
> My first recommendation would be for you to compile latest mdadm from
> source:
>
> "git clone https://github.com/neilbrown/mdadm"
>
> Then compile it and use that to do the --assemble-force operation that
> failed before. This has helped others.
>
> If it still doesn't work, please provide dmesg output from when that
> operation occured.
>
> --
> Mikael Abrahamsson email: swmike@swm.pp.se
--
Emanuel Domingos
Cursando Bacharelado em Ciência da Computação - IFCE Campus Maracanaú
Técnico em Conectividade - IFCE Campus Maracanaú
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox