commit | ab72002bc53eb8cf06615503878ee71494921fcc | [log] [tgz] |
---|---|---|
author | Moger, Babu <Babu.Moger@netapp.com> | Thu Oct 27 14:36:32 2011 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Nov 03 11:18:10 2011 +0400 |
tree | 2f7e133123efb704b89b97516d4924967df063d6 | |
parent | eae627e4ba07cb5765bbfdfec514f6808326a691 [diff] |
[SCSI] scsi_dh_alua: Fix the time inteval for alua rtpg commands 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>