Seagate / cortx-hare

CORTX Hare configures Motr object store, starts/stops Motr services, and notifies Motr of service and device faults.
https://github.com/Seagate/cortx
Apache License 2.0
13 stars 80 forks source link

Problem: CORTX-29866 Make motr server and client processes port range configurable per process type #2049

Closed SwapnilGaonkar7 closed 2 years ago

SwapnilGaonkar7 commented 2 years ago

Solution: Modified 'NetworkPorts' to include list of endpoints for clients as well as ios and confd. cfgen will use endpoint according to type of process

network_ports:
  m0_server:
  - 29000
  - 22000
  m0_client_other:
  - name: rgw
    port: 21000
  m0_client_s3: null
  hax: 22000

Testing in progress

Signed-off-by: Swapnil Gaonkar swapnil.gaonkar@seagate.com