[SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands
authorMoger, Babu <Babu.Moger@netapp.com>
Thu, 27 Oct 2011 18:36:32 +0000 (14:36 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 3 Nov 2011 07:18:10 +0000 (11:18 +0400)
This patch corrects the retry interval for alua rtpg command. Purpose was to retry the commands in seconds.
But that was not happening. Reason is msleep takes argument in milliseconds.

Also added minor text after successful attach.

Signed-off-by: Babu Moger <babu.moger@netapp.com>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found