All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Maik Hampel <Maik.Hampel@xiranet.com>
Cc: linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: Hotplug does not work with Fusion MPT
Date: Mon, 15 May 2006 07:44:20 -0600	[thread overview]
Message-ID: <20060515134420.GW12272@parisc-linux.org> (raw)
In-Reply-To: <1147694894.9689.15.camel@c64.dd.xiranet.com>

On Mon, May 15, 2006 at 02:08:14PM +0200, Maik Hampel wrote:
> I recognized, that removing a scsi-drive (connected with SCA) did not
> remove it from linux scsi subsystem. The physically removed drive was
> still listed in /proc/scsi/scsi:
> 
> Host: scsi0 Channel: 00 Id: 04 Lun: 00
>   Vendor: FUJITSU  Model: MAP3367NC        Rev: 0108
>   Type:   Direct-Access                    ANSI SCSI revision: 03

Did you tell Linux you removed it?  Try:

echo scsi remove-single-device 0 0 4 0 > /proc/scsi/scsi

Parallel SCSI doesn't have a way to notify the OS that a device is gone,
so the user has to say.

You can also use tools like scsiadd for this kind of task, which has a
more agreeable user interface.

  reply	other threads:[~2006-05-15 13:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-15 12:08 Hotplug does not work with Fusion MPT Maik Hampel
2006-05-15 13:44 ` Matthew Wilcox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-05-15 15:04 Moore, Eric
2006-05-15 15:51 ` Matthew Wilcox
2006-05-15 16:04 Moore, Eric

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=20060515134420.GW12272@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=Maik.Hampel@xiranet.com \
    --cc=linux-scsi@vger.kernel.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.