On Mon, Jun 6, 2022 at 11:12 AM Shyam Prasad N <nspmangalore@xxxxxxxxx> wrote: > > Hi Paulo, > > Sorry for the late reply. > Good point. Tested basic DFS mounts. I was facing setup issues while > setting up DFS for failover. > Steve will be running the buildbot DFS tests anyway, which will > contain DFS failover. > > On Thu, May 19, 2022 at 12:45 AM Paulo Alcantara <pc@xxxxxx> wrote: > > > > Shyam Prasad N <nspmangalore@xxxxxxxxx> writes: > > > > > This time, I've verified that it does not break the multiuser > > > scenario. :) > > > > Thanks! What about DFS failover scenario? :-) > > > > -- > Regards, > Shyam More fixes for multichannel: [PATCH] cifs: populate empty hostnames for extra channels https://github.com/sprasad-microsoft/smb3-kernel-client/commit/fb231a3e148e7537c899f4e145fc0dd876c2b195.patch [PATCH] cifs: change iface_list from array to sorted linked list https://github.com/sprasad-microsoft/smb3-kernel-client/commit/94363021b50edb86813ae280526d7f33d6903703.patch [PATCH] cifs: during reconnect, update interface if necessary https://github.com/sprasad-microsoft/smb3-kernel-client/commit/7610df44d276634a51155e6314ee159b7618013f.patch [PATCH] cifs: periodically query network interfaces from server https://github.com/sprasad-microsoft/smb3-kernel-client/commit/7dad71410514232501f921a8c3ad389d3344fddb.patch First one is a fix for ensuring that reconnect does not resolve extra channels to possibly wrong IP address. Rest three enable periodic query of server interfaces. This is important for Azure service, where the server can change the IP addresses of secondary channels. Reviews will be appreciated. -- Regards, Shyam