- 19 May, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 11 Apr, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 10 Apr, 2017 1 commit
-
-
andreas.fenkart authored
only restart resolver on valid service names See merge request !31
-
- 23 Mar, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 14 Mar, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 01 Mar, 2017 1 commit
-
-
andreas.fenkart authored
do not query state periodically See merge request !32
-
- 27 Feb, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 21 Feb, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 20 Feb, 2017 1 commit
-
-
ds485_client_query_link has a builtin timeout of 2s. That means, if the server does not respond within 2s, ds485p will assume the server is disconnected and disable all dsm in turn. Together with the reduction of the interval from 30s to 1s (80fc41cf ), this happens much more often now. see #16230, especially on dss11e, it happens a lot more often now. We could tune the timeouts in ds485-client, but likely they have been set that low for some reason, (git blame revealed an unrelated commit). In fact, we don't need the state. We are only interested in dsms. The ds485d already disables all dsms if the it loses the ds485 token, which is the same logic we re-implement in ds485p. On top, the ds485-client library will emit 'link changed' callback if any timeout expires. Since we query all dsms regularly(180s) we still will get the link changed callback. The ds485d has 10s to answer query devices request, which is better than the 2s timeout of query state. Hence, simply dropping that check seems that least invasive change. Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>
-
- 18 Feb, 2017 1 commit
-
-
Andreas Fenkart authored
This reverts commit 80fc41cf . workaround for #16230 bus_query has a 2s timeout, if we execute it every 1s as this change does, then chance is high that we see frequent bus losses, and rescan of all dsm Signed-off-by: Andreas Fenkart <afenkart@gmail.com>
-
- 16 Feb, 2017 2 commits
-
-
Sergey 'Jin' Bostandzhyan authored
-
Sergey 'Jin' Bostandzhyan authored
-
- 17 Jan, 2017 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 12 Jan, 2017 1 commit
-
-
Christian Hitz authored
refs #15892
-
- 05 Jan, 2017 4 commits
-
-
andreas.fenkart authored
Bka tweaks Minor changes as I tested vdsm towards ds485p See merge request !30
-
Branislav Katreniak authored
-
Branislav Katreniak authored
-
Branislav Katreniak authored
It could take up to 30s for ds485p to connect to vdsm.
-
- 07 Jun, 2016 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 27 May, 2016 2 commits
-
-
Sergey 'Jin' Bostandzhyan authored
-
Sergey 'Jin' Bostandzhyan authored
-
- 15 Mar, 2016 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 14 Mar, 2016 2 commits
-
-
remy.mahler authored
add help text for -r option See merge request !28
-
Christian Hitz authored
-
- 10 Feb, 2016 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 03 Feb, 2016 2 commits
-
-
Sergey 'Jin' Bostandzhyan authored
-
Sergey 'Jin' Bostandzhyan authored
-
- 05 Jan, 2016 1 commit
-
-
Sergey 'Jin' Bostandzhyan authored
-
- 15 Dec, 2015 2 commits
-
-
andreas.fenkart authored
Added a discovery test for the restricted collection mode. Tests the changes introduced in [MR24](!24) See merge request !25
-
Sergey 'Jin' Bostandzhyan authored
-
- 11 Dec, 2015 3 commits
-
-
andreas.fenkart authored
Bka duplicate connections Few cleanups and fix for Bug #11709 @chhitz I am not sure how vdms relate to this code. See merge request !26
-
Branislav Katreniak authored
Detection for duplicate connections was moved down to connect_buses code. As ds485_client library handles reconnects on its own, this code will not switch to alternative connection until the connection that once succeeded times out from avahi. Bug #11709
-
andreas.fenkart authored
Discovery test script: Trigger and test whitelist edit notifications. Tests the changes introduced in [MR20](!20). See merge request !23
-
- 10 Dec, 2015 4 commits
-
-
Enrique Robledo authored
-
Enrique Robledo authored
-
Branislav Katreniak authored
- 09 Dec, 2015 1 commit
-
-
Branislav Katreniak authored
We pass tcp:// uris. Function access returns error for them. We don't need to skip arguments that are readable files. This call to access was here since first commit in git history.
-
- 08 Dec, 2015 2 commits
-
-
Branislav Katreniak authored
-
Branislav Katreniak authored
avahi enabled build without libconfig was broken
-