LTS

    Innovation Version

      Usage

      Mount multipath links.

      mount -t nfs -o localaddrs=1.1.1.1~2.2.2.2,remoteaddrs=1.1.1.10~2.2.2.10 1.1.1.10:/test /mnt/fs1
      

      The optional parameters localaddrs and remoteaddrs are added to specify multipathing links.

      • localaddrs indicates the IP address of the client.
      • remoteaddrs indicates the IP address of the server.
      • An IP range or multiple IP addresses can be configured. Use hyphens (-) to indicate an IP range and tilde (~) to indicate multiple IP addresses.

      For example, remoteaddrs=1.1.1.1-1.1.1.3 specifies three server addresses: 1.1.1.1, 1.1.1.2, and 1.1.1.3. localaddrs=1.1.1.1~1.1.1.3 specifies two client addresses: 1.1.1.1 and 1.1.1.3.

      Both localaddrs and remoteaddrs are optional. You can specify either or both of them. If neither of them is specified, the multipathing feature is disabled.

      Querying Multipathing Information

      1. Query multipathing information.

        $ cat /proc/fs/nfs/mutipath/conn_info
        ===============================Id:4 count 5 proto 3 start========================
        index:0, client_ip:1.1.1.1, server_ip:1.1.1.10, status:connect, load:3
        index:1, client_ip:1.1.1.1, server_ip:1.1.1.11, status:connect, load:3
        index:2, client_ip:1.1.1.1, server_ip:1.1.1.12, status:connect, load:3
        index:3, client_ip:1.1.1.1, server_ip:1.1.1.13, status:disconnect, load:0
        index:4, client_ip:1.1.1.1, server_ip:1.1.1.14, status:disconnect, load:0
        =========================================Id:4 end================================
        
      2. The command output is described as followes:

      • status indicates the link status. connect indicates that the link is available, and disconnect indicates that the link is unavailable.
      • load indicates the number of NFS requests sent over the link.

      Precautions

      • A maximum of eight client or server IP addresses are supported. If more than eight IP addresses are specified, the links cannot be mounted.
      • A maximum of eight multipath links are supported.

      Bug Catching

      Buggy Content

      Bug Description

      Submit As Issue

      It's a little complicated....

      I'd like to ask someone.

      PR

      Just a small problem.

      I can fix it online!

      Bug Type
      Specifications and Common Mistakes

      ● Misspellings or punctuation mistakes;

      ● Incorrect links, empty cells, or wrong formats;

      ● Chinese characters in English context;

      ● Minor inconsistencies between the UI and descriptions;

      ● Low writing fluency that does not affect understanding;

      ● Incorrect version numbers, including software package names and version numbers on the UI.

      Usability

      ● Incorrect or missing key steps;

      ● Missing prerequisites or precautions;

      ● Ambiguous figures, tables, or texts;

      ● Unclear logic, such as missing classifications, items, and steps.

      Correctness

      ● Technical principles, function descriptions, or specifications inconsistent with those of the software;

      ● Incorrect schematic or architecture diagrams;

      ● Incorrect commands or command parameters;

      ● Incorrect code;

      ● Commands inconsistent with the functions;

      ● Wrong screenshots.

      Risk Warnings

      ● Lack of risk warnings for operations that may damage the system or important data.

      Content Compliance

      ● Contents that may violate applicable laws and regulations or geo-cultural context-sensitive words and expressions;

      ● Copyright infringement.

      How satisfied are you with this document

      Not satisfied at all
      Very satisfied
      Submit
      Click to create an issue. An issue template will be automatically generated based on your feedback.
      Bug Catching
      编组 3备份