Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvme-stas 2.3-rc6 #392

Merged
merged 2 commits into from
Sep 15, 2023
Merged

nvme-stas 2.3-rc6 #392

merged 2 commits into from
Sep 15, 2023

Conversation

martin-belanger
Copy link
Collaborator

Add retries on connectivity checks.

Martin Belanger added 2 commits September 15, 2023 09:22
We found that SFSS advertises (mDNS) its services before it is even
listening for connections. If a host responds too quickly to Avahi
detection of the CDC and tries to connect before the CDC is actually
listening, we will get the connection refused error.

SFSS should only advertise its service with mDNS when it is ready
to receive connections. However, nvme-stas will now have a retry
mechanism in case SFSS cannot fix this issue.

Signed-off-by: Martin Belanger <martin.belanger@dell.com>
Signed-off-by: Martin Belanger <martin.belanger@dell.com>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 25.00% and project coverage change: -0.73% ⚠️

Comparison is base (a8dfc5b) 58.73% compared to head (cb78df0) 58.01%.
Report is 6 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #392      +/-   ##
==========================================
- Coverage   58.73%   58.01%   -0.73%     
==========================================
  Files          16       16              
  Lines        2603     2627      +24     
==========================================
- Hits         1529     1524       -5     
- Misses       1074     1103      +29     
Files Changed Coverage Δ
staslib/avahi.py 48.14% <25.00%> (-1.68%) ⬇️
staslib/gutil.py 52.76% <25.00%> (-0.40%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martin-belanger martin-belanger merged commit 376e321 into linux-nvme:main Sep 15, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants