aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorPaulo Alcantara <[email protected]>2020-05-19 15:38:28 -0300
committerSteve French <[email protected]>2020-06-01 00:10:18 -0500
commite4af35fa55b072190711c11e2bfff8326d313948 (patch)
tree9defc68db1e5f5b7de5581b63ec0efb67eb5422f /tools/perf/scripts/python/export-to-sqlite.py
parentaaa3aef34d3ab9499a5c7633823429f7a24e6dff (diff)
cifs: handle hostnames that resolve to same ip in failover
In order to support reconnect to hostnames that resolve to same ip address, besides relying on the currently set hostname to match DFS targets, attempt to resolve the targets and then match their addresses with the reconnected server ip address. For instance, if we have two hostnames "FOO" and "BAR", and both resolve to the same ip address, we would be able to handle failover in DFS paths like \\FOO\dfs\link1 -> [ \BAZ\share2 (*), \BAR\share1 ] \\FOO\dfs\link2 -> [ \BAZ\share2 (*), \FOO\share1 ] so when "BAZ" is no longer accessible, link1 and link2 would get reconnected despite having different target hostnames. Signed-off-by: Paulo Alcantara (SUSE) <[email protected]> Reviewed-by: Aurelien Aptel <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions