From: Rajashekhara, Mahesh Date: Mon, 10 May 2010 11:05:50 +0000 (-0700) Subject: [SCSI] aacraid: respond automatically to volumes added by config tool X-Git-Tag: v2.6.35-rc1~470^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca05594097438f81337e53ad50c2d17ffc28238;p=pandora-kernel.git [SCSI] aacraid: respond automatically to volumes added by config tool Problem description: -------------------- When the JBOD is created from the OS using Adaptec Storage Manager utility device is not available under FDISK until a system restart is done. Solution: --------- AIF handling: If there is a JBOD drive added to the system, identify the old one with scsi_device_lookup() and remove it to enable a fresh scsi_add_device(); else the new JBOD is not available until reboot. Signed-off-by: Mahesh Rajashekhara Signed-off-by: James Bottomley --- Reading git-diff-tree failed