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

Commits on Sep 15, 2023

  1. avahi: Add retry mechanism on TCP checker code

    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>
    Martin Belanger committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    221b68b View commit details
    Browse the repository at this point in the history
  2. release: nvme-stas 2.3-rc6

    Signed-off-by: Martin Belanger <martin.belanger@dell.com>
    Martin Belanger committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cb78df0 View commit details
    Browse the repository at this point in the history