Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

CORTX-33705: confd and ios ports are not aligned with cluster #2149

Merged
merged 1 commit into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. CORTX-33705: confd and ios ports are not aligned with cluster

    Problem:
    The confd and ios Port information in hctl status is not matching with
    cluster.conf in both Both basic Linux and K8s
    
    In basic Linux, ios Port in hctl status is 21003 instead of 21001
    (as per cluster.conf). And in K8s, both confd and ios Port are not matching
    with cluster.conf
    
    Solution:
    Modified ios and confd port info to fetch default port.
    For K8s, just by changing order in m0serverT list fixes this issue. But to fix
    in basic Linux, updated the default ports and avoid rounding off to fetch
    actual ports from cluster.conf.
    
    Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com>
    pavankrishnat committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    41575f3 View commit details
    Browse the repository at this point in the history