Bug 2106848
| Summary: | nfs.man: adding new mount option max_connect | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Steve Dickson <steved> | 
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> | 
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.1 | CC: | kolga, xzhou, yoyang | 
| Target Milestone: | rc | Keywords: | Triaged | 
| Target Release: | --- | Flags: | pm-rhel:
                mirror+
                 | 
  
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nfs-utils-2.5.4-11.el9 | Doc Type: | If docs needed, set a value | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-15 11:22:03 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Deadline: | 2022-07-25 | ||
*** Bug 2070856 has been marked as a duplicate of this bug. *** [root@hp-dl385pg8-09 ~]# rpm -q nfs-utils
nfs-utils-2.5.4-11.el9.x86_64
[root@hp-dl385pg8-09 ~]# man nfs | grep max_connect
       max_connect=n  While  nconnect  option  sets  a limit on the number of connections that can be established to a given
                      server IP, max_connect option allows the user to specify maximum number of  connections  to  different
[root@hp-dl385pg8-09 ~]#
    Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (nfs-utils bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8376  | 
Description of problem: commit 28deb4f398363e4e75ea41ff0fe604b11f6ee91a Author: Olga Kornievskaia <kolga> Date: Tue Sep 21 13:00:12 2021 -0400 nfs.man: adding new mount option max_connect When client discovers trunkable servers, instead of dropping newly created trunkable connections, add this connection to the existing RPC client. Signed-off-by: Olga Kornievskaia <kolga> Signed-off-by: Steve Dickson <steved> Additional info: The kernel support of this option is already in the rhel9 kernel.