Bug #434
closedkernel crash dump on comstar iscsit
100%
Description
- for ((i=1; i<=64; i++)); do itadm create-target -n "iqn.1986-03.com.sun:02:$i"& done;
can crash kernel easily (test on different server and vm)
and if not, we have "transaction commit for provider_data_pg_iscsit failed - object already exists"
and historically I also have incoherence and corrupted stmf/smf store when simultaneous stmfadm command are used.
No pbls on stmf when smf store disable: "svccfg -s stmf setprop stmf_data/persist_method=none"
If you try the shell-script with "stmf_data/persist_method=none", server crash more easily
==== to reset conf and retry ====
stmfadm list-target | awk '{print $2}' | xargs -n 1 stmfadm offline-target
stmfadm list-target | awk '{print $2}' | xargs -n 1 itadm delete-target
Updated by Matt Lewandowsky over 12 years ago
- Project changed from site to illumos gate
Updated by Garrett D'Amore over 12 years ago
Generally, when filing bugs that include a kernel crash, if possible I'd like a stack backtrace of the bug.
Updated by Emmanuel Hocdet over 12 years ago
two crashs log on nexenta:
http://pastebin.com/1UT2guMN
two on openindiana
http://pastebin.com/hbpPRgzS
Updated by Alexander Stetsenko over 12 years ago
- Category set to kernel
- Assignee set to Alexander Stetsenko
Updated by Alexander Stetsenko over 12 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Garrett D'Amore over 12 years ago
Alex: you marked this as 90%... do you have a fix for this? Can you update this ticket please? Thanks.
Updated by Garrett D'Amore over 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Resolved in:
changeset: 13291:d5c7e34a4e3f
tag: tip
user: Alexander Stetsenko <ams@nexenta.com>
date: Thu Feb 17 16:07:03 2011 -0800
description:
434 kernel crash dump on comstar iscsit
Reviewed by: garrett@nexenta.com
Reviewed by: trisk@nexenta.com
Reviewed by: danmcd@nexenta.com
Approved by: garrett@nexenta.com