Re: [PATCH 07/15] scsi: libsas: Send event PORTE_BROADCAST_RCVD for valid ports
From: chenxiang (M) <hidden>
Date: 2021-12-15 07:25:25
From: chenxiang (M) <hidden>
Date: 2021-12-15 07:25:25
在 2021/12/13 19:02, John Garry 写道:
Please consider these points: About "Send event PORTE_BROADCAST_RCVD for valid ports": Maybe say "Insert PORTE_BROADCAST_RCVD event for resuming host", as "valid ports" is a little vague. And the point is that we can to rescan when we resume.
ok
On 17/11/2021 02:45, chenxiang wrote:quoted
From: Xiang Chen<redacted> If inserting a new disk for expander, the disk will not be revalidated as the topology is not re-scanned during the resume process. So send event PORTE_BROADCAST_RCVD to identify some new inserted disks for expander.If a new disk is inserted through an expander when the host was suspended, they will not necessarily be detected as the topology is not re-scanned during resume. To detect possible changes in topology during suspension, insert a PORTE_BROADCAST_RCVD event per port when resuming to trigger a revalidation.
Thanks, i will change it in next version.
quoted
Signed-off-by: Xiang Chen<redacted> Reviewed-by: John Garry<redacted>.