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

Deployment status history LDR R1

Yashodhan Pise edited this page May 15, 2021 · 7 revisions

Deployment status

Date: Sept 25 2020

  • Build: #84
    Issues faced:
    1. EOS-13679 ssh config file not found: /root/.ssh/config
      Update: Fixed
  • Build: #96
    Issues faced:
    1. EOS-13687 Logrotate component failure during deployment
      Update: Fixed
    2. cortx-ha failed at init stage.
      Root Cause: An HA fix related to failback needed reloading consul in ha_init. This was tested using RPM and things worked fine. However we did not test with clean deployment. In a clean deployment we discovered that ha_init happens first and then consul is installed, hence reloading consul failed during ha_init. Fix is to check if consul is installed or not before reloading consul in ha_init.
      Update: Fixed in build #104

Date: Sept 26 2020

  • Build: #104
    Deployed successfully on iu24/17-r21
    Issues faced:

    1. SSPL Sanity failed.

    Deployment failed on sm26/27-r19
    Issues:

    1. EOS-13695iostack-ha failed with "Non unique IP provided" The patch for "support different interfaces on the nodes" introduced the regression in CDF update code, so that interface names would become like "enp179s0f1:enp179s0f1" instead of "enp179s0f1:c1" or "enp179s0f1:c2".

      Solution: fix the code in the sed expression. Kudos to Madhav Vemuri for excellent initial investigation.

Clone this wiki locally