From: Mike Miller Date: Thu, 2 Apr 2009 19:50:55 +0000 (-0700) Subject: cciss: kernel scan thread for MSA2012 X-Git-Tag: v2.6.30-rc1~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9279cc7cbe726e995c44a1acae81d446775816;p=pandora-kernel.git cciss: kernel scan thread for MSA2012 The MSA2012 cannot inform the driver of configuration changes since all management is out of band. This is a departure from any storage we have supported in the past. We need some way to detect changes on the topology so we implement this kernel thread. In some instances there's nothing we can do from the driver (like LUN failure) so just print out a message. In the case where logical volumes are added or deleted we call rebuild_lun_table to refresh the driver's view of the world. Signed-off-by: Mike Miller Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed