[Bugs] [Bug 1320489] New: glfs-mgmt: fix connecting to multiple volfile transports
bugzilla at redhat.com
bugzilla at redhat.com
Wed Mar 23 10:45:42 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1320489
Bug ID: 1320489
Summary: glfs-mgmt: fix connecting to multiple volfile
transports
Product: GlusterFS
Version: mainline
Component: libgfapi
Assignee: bugs at gluster.org
Reporter: prasanna.kalever at redhat.com
QA Contact: sdharane at redhat.com
CC: bugs at gluster.org
Description of problem:
problem:
[
{"host":"1.2.3.4", "port":"24007", "transport":"tcp"},
{"host":"/var/run/glusterd.socket", "transport":"unix"}
]
consider the above case where we have two volfile servers, each
has different transport type, we first try to connect to server1
which has transport type "tcp" let's say we found that host address
is invalid, now we pick the next available server2, in our case
it is of type "unix" and try to connect to it.
but we fail to connect to it even we have right unix path, because
multiple volfile servers with different transport type is not taken
care currently.
Version-Release number of selected component (if applicable):
mainline
How reproducible:
always
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list