* Delivery Status Notification for linuxraid@lsi.com [not found] <047d7b66fd9d4090c40540dd252b@google.com> @ 2016-11-10 13:23 ` Paul Menzel 2016-11-10 14:07 ` Martin K. Petersen 0 siblings, 1 reply; 7+ messages in thread From: Paul Menzel @ 2016-11-10 13:23 UTC (permalink / raw) To: linux-scsi; +Cc: James E.J. Bottomley, Martin K. Petersen [-- Attachment #1: Type: text/plain, Size: 216 bytes --] Dear Linux folks, Probably you know it already, but the listed email address of the 3WARE SCSI drivers maintainer linuxraid@lsi.com doesn’t work (for me). Please see the attached message. Kind regards, Paul [-- Attachment #2: Attached Message --] [-- Type: message/rfc822, Size: 8053 bytes --] From: Mail Delivery Subsystem <mailer-daemon@googlemail.com> To: pmenzel@molgen.mpg.de Subject: Delivery Status Notification (Delay) Date: Wed, 09 Nov 2016 11:38:27 +0000 Message-ID: <94eb2c12fffc0e3a880540dcb2e7@google.com> This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipient has been delayed: linuxraid@lsi.com Message will be retried for 5 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at https://support.google.com/mail/answer/7720 [192.19.192.224 192.19.192.224: timed out] ----- Original message ----- X-Gm-Message-State: ABUngveFBksx92G0BZX5qMdBuCDHDG4xuI0c1GPn8OQmdZmNS3ZMR9/TFIpcevk2OOorMUNMld3vQugDvWxMGFOcWZveSLRhDyWLWqRReAKzrCIwHLeIr+9x3z44bqKAnr2A3oQ= X-Received: by 10.28.209.67 with SMTP id i64mr12975034wmg.48.1478599659285; Tue, 08 Nov 2016 02:07:39 -0800 (PST) X-Received: by 10.28.209.67 with SMTP id i64mr12975009wmg.48.1478599659097; Tue, 08 Nov 2016 02:07:39 -0800 (PST) Return-Path: <pmenzel@molgen.mpg.de> Received: from mx1.molgen.mpg.de (mx1.molgen.mpg.de. [141.14.17.9]) by mx.google.com with ESMTPS id w203si15677261wmg.41.2016.11.08.02.07.38 for <linuxraid@lsi.com> (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 02:07:38 -0800 (PST) Received-SPF: pass (google.com: domain of pmenzel@molgen.mpg.de designates 141.14.17.9 as permitted sender) client-ip=141.14.17.9; Authentication-Results: mx.google.com; spf=pass (google.com: domain of pmenzel@molgen.mpg.de designates 141.14.17.9 as permitted sender) smtp.mailfrom=pmenzel@molgen.mpg.de Received: from keineahnung.molgen.mpg.de (keineahnung.molgen.mpg.de [141.14.17.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id 08BAC20128247D; Tue, 8 Nov 2016 11:07:38 +0100 (CET) To: linux-scsi@vger.kernel.org Cc: Adam Radford <linuxraid@lsi.com> From: Paul Menzel <pmenzel@molgen.mpg.de> Subject: Ordering problems with 3ware controller Message-ID: <a41b4bab-edb7-34ab-eb76-7ff4d6e3f677@molgen.mpg.de> Date: Tue, 8 Nov 2016 11:07:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gm-Spam: 0 X-Gm-Phishy: 0 Dear Linux SCSI folks, Updating from Linux 4.4.X to Linux 4.8.4, we noticed that the 3ware devices under `/dev` – `/dev/twa0`, `/dev/twa1`, … – map to the controllers differently. This unfortunately breaks quite a lot of our scripts, as we depend on the fact that the first controller is also in the front. > $ dmesg | grep 3ware > [ 14.509238] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. > [ 14.824274] scsi host8: 3ware 9000 Storage Controller > [ 14.824537] 3w-9xxx: scsi8: Found a 3ware 9000 Storage Controller at 0xd0200000, IRQ: 17. > [ 15.508310] scsi host9: 3ware 9000 Storage Controller > [ 15.508569] 3w-9xxx: scsi9: Found a 3ware 9000 Storage Controller at 0xda100000, IRQ: 17. Tracing `twi_cli` it looks like the ordering of the devices in `/sys/class/scsi_host` might have changed, as `getdents64` seems to be used for the ordering of creating `/dev/twaX`. > $ find /sys/class/scsi_host/ -ls > 6033 0 drwxr-xr-x 2 root system 0 Nov 8 10:58 /sys/class/scsi_host/ > 23125 0 lrwxrwxrwx 1 root system 0 Oct 27 17:41 /sys/class/scsi_host/host0 -> ../../devices/pci0000:00/0000:00:07.0/ata1/host0/scsi_host/host0 > 29893 0 lrwxrwxrwx 1 root system 0 Oct 27 18:03 /sys/class/scsi_host/host9 -> ../../devices/pci0000:80/0000:80:0e.0/0000:90:00.0/host9/scsi_host/host9 > 23878 0 lrwxrwxrwx 1 root system 0 Oct 27 17:41 /sys/class/scsi_host/host7 -> ../../devices/pci0000:80/0000:80:08.0/ata8/host7/scsi_host/host7 > 23640 0 lrwxrwxrwx 1 root system 0 Oct 27 17:41 /sys/class/scsi_host/host5 -> ../../devices/pci0000:80/0000:80:07.0/ata6/host5/scsi_host/host5 > 23402 0 lrwxrwxrwx 1 root system 0 Oct 27 17:41 /sys/class/scsi_host/host3 -> ../../devices/pci0000:00/0000:00:08.0/ata4/host3/scsi_host/host3 > 23164 0 lrwxrwxrwx 1 root system 0 Oct 27 17:41 /sys/class/scsi_host/host1 -> ../. ----- Message truncated ----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 13:23 ` Delivery Status Notification for linuxraid@lsi.com Paul Menzel @ 2016-11-10 14:07 ` Martin K. Petersen 2016-11-10 14:10 ` Paul Menzel 2016-11-10 18:14 ` adam radford 0 siblings, 2 replies; 7+ messages in thread From: Martin K. Petersen @ 2016-11-10 14:07 UTC (permalink / raw) To: Paul Menzel; +Cc: linux-scsi, James E.J. Bottomley, Martin K. Petersen >>>>> "Paul" == Paul Menzel <pmenzel@molgen.mpg.de> writes: Paul, Paul> Probably you know it already, but the listed email address of the Paul> 3WARE SCSI drivers maintainer linuxraid@lsi.com doesn’t work (for Paul> me). Ownership of these products is now with Broadcom. To my knowledge the 3ware product lines have been discontinued. -- Martin K. Petersen Oracle Linux Engineering ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 14:07 ` Martin K. Petersen @ 2016-11-10 14:10 ` Paul Menzel 2016-11-11 4:45 ` Kashyap Desai 2016-11-10 18:14 ` adam radford 1 sibling, 1 reply; 7+ messages in thread From: Paul Menzel @ 2016-11-10 14:10 UTC (permalink / raw) To: Martin K. Petersen; +Cc: linux-scsi, James E.J. Bottomley Dear Martin, On 11/10/16 15:07, Martin K. Petersen wrote: >>>>>> "Paul" == Paul Menzel <pmenzel@molgen.mpg.de> writes: > Paul> Probably you know it already, but the listed email address of the > Paul> 3WARE SCSI drivers maintainer linuxraid@lsi.com doesn’t work (for > Paul> me). > > Ownership of these products is now with Broadcom. To my knowledge the > 3ware product lines have been discontinued. Indeed. I forgot to actually formulate the intend of my message. What should happen to the entry in the file `MAINTAINERS`? Kind regards, Paul ^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 14:10 ` Paul Menzel @ 2016-11-11 4:45 ` Kashyap Desai 0 siblings, 0 replies; 7+ messages in thread From: Kashyap Desai @ 2016-11-11 4:45 UTC (permalink / raw) To: Paul Menzel, Martin K. Petersen; +Cc: linux-scsi, James E.J. Bottomley > -----Original Message----- > From: linux-scsi-owner@vger.kernel.org [mailto:linux-scsi- > owner@vger.kernel.org] On Behalf Of Paul Menzel > Sent: Thursday, November 10, 2016 7:40 PM > To: Martin K. Petersen > Cc: linux-scsi@vger.kernel.org; James E.J. Bottomley > Subject: Re: Delivery Status Notification for linuxraid@lsi.com > > Dear Martin, > > > On 11/10/16 15:07, Martin K. Petersen wrote: > >>>>>> "Paul" == Paul Menzel <pmenzel@molgen.mpg.de> writes: > > > Paul> Probably you know it already, but the listed email address of > > Paul> the 3WARE SCSI drivers maintainer linuxraid@lsi.com doesn’t work > > Paul> (for me). > > > > Ownership of these products is now with Broadcom. To my knowledge the > > 3ware product lines have been discontinued. > > Indeed. I forgot to actually formulate the intend of my message. > > What should happen to the entry in the file `MAINTAINERS`? 3Ware product is discontinue from support point of view. We are discussing with LSI/Broadcom management team to clean up this part and provide more clarity. Please wait for reply as we are waiting for internal communication. > > > Kind regards, > > Paul > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" 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 [flat|nested] 7+ messages in thread
* Re: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 14:07 ` Martin K. Petersen 2016-11-10 14:10 ` Paul Menzel @ 2016-11-10 18:14 ` adam radford 2016-11-10 18:42 ` James Bottomley 1 sibling, 1 reply; 7+ messages in thread From: adam radford @ 2016-11-10 18:14 UTC (permalink / raw) To: Martin K. Petersen; +Cc: Paul Menzel, linux-scsi, James E.J. Bottomley On Thu, Nov 10, 2016 at 6:07 AM, Martin K. Petersen <martin.petersen@oracle.com> wrote: > Ownership of these products is now with Broadcom. To my knowledge the > 3ware product lines have been discontinued. That is true. I am still lurking on this list, if you want to update the email address to: aradford@gmail.com, I'm fine with that. I'll probably reply if there is something I can help with. -Adam ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 18:14 ` adam radford @ 2016-11-10 18:42 ` James Bottomley 2016-11-10 18:47 ` adam radford 0 siblings, 1 reply; 7+ messages in thread From: James Bottomley @ 2016-11-10 18:42 UTC (permalink / raw) To: adam radford, Martin K. Petersen; +Cc: Paul Menzel, linux-scsi On Thu, 2016-11-10 at 10:14 -0800, adam radford wrote: > On Thu, Nov 10, 2016 at 6:07 AM, Martin K. Petersen > <martin.petersen@oracle.com> wrote: > > Ownership of these products is now with Broadcom. To my knowledge > > the 3ware product lines have been discontinued. > > That is true. I am still lurking on this list, if you want to update > the email address to: aradford@gmail.com, I'm fine with that. I'll > probably reply if there is something I can help with. It would look a lot better if you submitted the patch to change this rather than having git history show someone else dumping it on you ... Thanks, James ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Delivery Status Notification for linuxraid@lsi.com 2016-11-10 18:42 ` James Bottomley @ 2016-11-10 18:47 ` adam radford 0 siblings, 0 replies; 7+ messages in thread From: adam radford @ 2016-11-10 18:47 UTC (permalink / raw) To: James Bottomley; +Cc: Martin K. Petersen, Paul Menzel, linux-scsi On Thu, Nov 10, 2016 at 10:42 AM, James Bottomley <jejb@linux.vnet.ibm.com> wrote: > It would look a lot better if you submitted the patch to change this > rather than having git history show someone else dumping it on you ... Sure, I will do that. -Aadm ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-11-11 4:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <047d7b66fd9d4090c40540dd252b@google.com>
2016-11-10 13:23 ` Delivery Status Notification for linuxraid@lsi.com Paul Menzel
2016-11-10 14:07 ` Martin K. Petersen
2016-11-10 14:10 ` Paul Menzel
2016-11-11 4:45 ` Kashyap Desai
2016-11-10 18:14 ` adam radford
2016-11-10 18:42 ` James Bottomley
2016-11-10 18:47 ` adam radford
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).