All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian King <brking@linux.vnet.ibm.com>
To: James Bottomley <James.Bottomley@suse.de>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
	nab@linux-iscsi.org, linux-scsi@vger.kernel.org
Subject: Re: [PATCH 3/3] tcm ibmvscsis driver
Date: Fri, 18 Mar 2011 15:58:53 -0500	[thread overview]
Message-ID: <4D83C78D.5040908@linux.vnet.ibm.com> (raw)
In-Reply-To: <1299508803.12730.1.camel@mulgrave.site>

On 03/07/2011 08:40 AM, James Bottomley wrote:
> On Mon, 2011-03-07 at 13:41 +0900, FUJITA Tomonori wrote:
>> On Sat, 12 Feb 2011 14:27:26 -0600
>> James Bottomley <James.Bottomley@suse.de> wrote:
>>
>>>> Disregard my previous comment. It looks like current client should handle reservations
>>>> just fine without any further changes.
>>>
>>> So is that an ack for putting this in scsi-misc ... or did you want to
>>> do more testing first?
>>
>> Ping,
>>
>> Brian, James, can we merge this during the next merge window?
> 
> I'm still waiting for an ack from Brian.

Sorry for the delay... I've got this loaded in the lab and have managed to oops
a couple times. The first one was during shutdown, which I wasn't able to collect
any data for. The most recent occurred when a client was trying to login for the
first time:

Modules linked in: target_core_pscsi target_core_file target_core_iblock ip6t_LOG xt_tcpudp xt_pkttype ipt_LOG xt_limit ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT xt_state iptable_raw iptable_filter ip6table_mangle nf_conntrack_netbios_ns nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables ip6table_filter ip6_tables x_tables ipv6 fuse loop dm_mod ibmvscsis libsrp scsi_tgt target_core_mod sg configfs ibmveth ses enclosure ext3 jbd mbcache sd_mod crc_t10dif ipr libata scsi_mod
NIP: d000000004a01dc4 LR: d000000004a01db4 CTR: c0000000005b36a0
REGS: c00000033fb139d0 TRAP: 0300   Not tainted  (2.6.38-rc7-0.7-ppc64-00163-gfb62c00-dirty)
MSR: 8000000000009032 <EE,ME,IR,DR>  CR: 28002022  XER: 00000002
DAR: 0000000000000000, DSISR: 40000000
TASK = c00000033fb08d70[89] 'kworker/0:1' THREAD: c00000033fb10000 CPU: 0
GPR00: 0000000000000000 c00000033fb13c50 d000000004a0bff8 c00000033f84de94 
GPR04: d000000004a03c74 0000000000000001 0000000000000002 0000000000000001 
GPR08: fffffffffffffffc 0000000080000000 0000000000000000 0000000000000000 
GPR12: d000000004a02e58 c00000000f190000 0000000000000200 0000000000000008 
GPR16: 0000000000000008 c000000004821110 0000000000000000 0000000000000000 
GPR20: c00000033e9e66d8 c00000033f84ddf8 c00000033f84de00 c00000033f84de94 
GPR24: 000000033f4e0000 c00000033e9e6680 c00000033f84dd80 c00000033bd60000 
GPR28: 0000000000000024 c000000000000000 d000000004a0c008 8000000000000000 
NIP [d000000004a01dc4] .handle_crq+0x7ac/0xa60 [ibmvscsis]
LR [d000000004a01db4] .handle_crq+0x79c/0xa60 [ibmvscsis]
Call Trace:
[c00000033fb13c50] [d000000004a01db4] .handle_crq+0x79c/0xa60 [ibmvscsis] (unreliable)
[c00000033fb13d60] [c0000000000c0e38] .process_one_work+0x198/0x518
[c00000033fb13e10] [c0000000000c1694] .worker_thread+0x1f4/0x518
[c00000033fb13ed0] [c0000000000c9ddc] .kthread+0xb4/0xc0
[c00000033fb13f90] [c00000000001e864] .kernel_thread+0x54/0x70
Instruction dump:
7be05f60 2f800000 409e016c 7be086e0 2f800000 409e0160 7ee3bb78 480010a9 
e8410028 7be046a0 e97a0140 780045e4 <7d2b002e> 2f890001 419e000c 3800007f 

Prior to DLPAR adding a vscsi client adapter to my client LPAR, which caused
the VIOS crash, I had created a single file backed disk:

tcm_node --fileio fileio_0/test  /vdisks/test 1000000
 ConfigFS HBA: fileio_0
Successfully added TCM/ConfigFS HBA: fileio_0
 ConfigFS Device Alias: test
Device Params ['fd_dev_name=/vdisks/test,fd_dev_size=1000000']
Status: DEACTIVATED  Execute/Left/Max Queue Depth: 0/32/32  SectorSize: 512  MaxSectors: 1024
        TCM FILEIO ID: 0        File: /vdisks/test  Size: 1000000  Mode: Synchronous
Set T10 WWN Unit Serial for fileio_0/test to: 092a1bf2-92d9-4bb0-aceb-39ce865c8a80
Successfully created TCM/ConfigFS storage object: /sys/kernel/config/target/core/fileio_0/test

-Brian


-- 
Brian King
Linux on Power Virtualization
IBM Linux Technology Center



  parent reply	other threads:[~2011-03-18 20:58 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10 12:21 [PATCH 0/3] ibmvscsis driver rewrite FUJITA Tomonori
2011-02-10 12:21 ` [PATCH 1/3] libsrp: add srp_data_length helper function FUJITA Tomonori
2011-02-10 12:21 ` [PATCH 2/3] libsrp: fix dma_unmap_sg FUJITA Tomonori
2011-02-10 12:21 ` [PATCH 3/3] tcm ibmvscsis driver FUJITA Tomonori
2011-02-10 19:03   ` Nicholas A. Bellinger
2011-02-14  1:36     ` FUJITA Tomonori
2011-02-14  3:26     ` FUJITA Tomonori
2011-02-14  9:01       ` Nicholas A. Bellinger
2011-02-14  9:29         ` FUJITA Tomonori
2011-02-14  9:27           ` Nicholas A. Bellinger
2011-02-14  9:46             ` FUJITA Tomonori
2011-02-14  9:51               ` Nicholas A. Bellinger
2011-02-10 19:15   ` Brian King
2011-02-10 19:38     ` Nicholas A. Bellinger
2011-02-11 21:13       ` Brian King
2011-02-12 20:27         ` James Bottomley
2011-03-07  4:41           ` FUJITA Tomonori
2011-03-07  6:17             ` Nicholas A. Bellinger
2011-03-07  6:24               ` FUJITA Tomonori
2011-03-07  6:55                 ` Nicholas A. Bellinger
2011-03-07 14:40             ` James Bottomley
2011-03-18 16:57               ` James Bottomley
2011-03-18 20:58               ` Brian King [this message]
2011-03-18 22:09                 ` Nicholas A. Bellinger
2011-03-19 14:32                 ` James Bottomley
2011-03-21  1:09                 ` FUJITA Tomonori
2011-03-21 12:56                   ` Brian King
2011-03-21 21:01                   ` Brian King
2011-03-21 21:01                     ` Nicholas A. Bellinger
2011-03-21 21:24                       ` Brian King
2011-03-21 22:29                         ` Nicholas A. Bellinger
2011-03-21 23:20                         ` FUJITA Tomonori
2011-03-21 23:50                           ` Nicholas A. Bellinger
2011-03-21 23:55                             ` FUJITA Tomonori
2011-03-22  0:26                               ` Nicholas A. Bellinger
2011-03-22  0:32                                 ` FUJITA Tomonori
2011-03-22  2:28                                   ` Nicholas A. Bellinger
2011-03-22  3:26                                     ` FUJITA Tomonori
2011-03-21 21:05                     ` James Bottomley
2011-03-21 22:37                       ` Brian King
2011-03-21 22:22                   ` Brian King
2011-03-21 22:31                     ` Brian King
2011-03-21 22:48                       ` Nicholas A. Bellinger
2011-03-22 12:53                         ` Brian King
2011-03-22 22:06                           ` Nicholas A. Bellinger
2011-03-22 22:49                             ` FUJITA Tomonori
2011-03-23  1:35                               ` Nicholas A. Bellinger
2011-03-23  5:12                                 ` FUJITA Tomonori
2011-03-23  8:26                                   ` Nicholas A. Bellinger
2011-03-23  8:48                                     ` FUJITA Tomonori
2011-03-23 10:00                                       ` Nicholas A. Bellinger
2011-03-23 12:04                                         ` FUJITA Tomonori
2011-03-23 21:17                                           ` Nicholas A. Bellinger
2011-03-24  1:54                                             ` FUJITA Tomonori
2011-03-24  7:29                                               ` Nicholas A. Bellinger
2011-03-23 15:19                             ` Brian King
2011-03-23 20:34                               ` Nicholas A. Bellinger
2011-03-25 14:33                                 ` Brian King
2011-03-25 20:13                                   ` Nicholas A. Bellinger
2011-03-21 22:34                     ` Nicholas A. Bellinger
2011-03-21 23:06                       ` FUJITA Tomonori
2011-03-21 23:13                         ` Nicholas A. Bellinger
2011-03-21 23:22                           ` FUJITA Tomonori
2011-03-22  0:03                             ` Nicholas A. Bellinger
2011-03-21 23:30                     ` FUJITA Tomonori
2011-02-14  1:42       ` FUJITA Tomonori
2011-02-14  1:42     ` FUJITA Tomonori
2011-02-14  7:16   ` Bart Van Assche
2011-02-14  9:11     ` FUJITA Tomonori
2011-02-14  9:18       ` Nicholas A. Bellinger
2011-02-14  9:19         ` Nicholas A. Bellinger
2011-02-14  9:31           ` FUJITA Tomonori
2011-02-14  9:29             ` Nicholas A. Bellinger
2011-02-14 11:50       ` Bart Van Assche
2011-02-15  3:42         ` FUJITA Tomonori
2011-02-15 19:20           ` Bart Van Assche
2011-02-15 23:21             ` FUJITA Tomonori
2011-02-10 18:34 ` [PATCH 0/3] ibmvscsis driver rewrite Nicholas A. Bellinger
2011-02-14  1:36   ` FUJITA Tomonori
2011-02-14  8:48     ` Nicholas A. Bellinger
     [not found] ` <4D53DE96.2020502@suse.de>
     [not found]   ` <1297363312.18212.153.camel@haakon2.linux-iscsi.org>
2011-02-10 21:22     ` Bart Van Assche

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D83C78D.5040908@linux.vnet.ibm.com \
    --to=brking@linux.vnet.ibm.com \
    --cc=James.Bottomley@suse.de \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=linux-scsi@vger.kernel.org \
    --cc=nab@linux-iscsi.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.