Table of Contents
< All Topics
Print

[SCP] Virtual Machine Failed To Migrate Back To Primary Site After DR Task

Issue Description

After execute DR task, VM was transmited to secondary site, but unable to re-transmit back to primary site.

Error/Warning Information

file

Handling Process

  1. Check SCP version is 6.1.0 version.
  2. Checked gecko-rpc log, the error message appear many get_min_diff_backup_info keyword.
    file
  3. Apart from that, get_min_diff_backup_info terms also comes with many backup ID generated in the log
    file

Root Cause

Known issue in SCP 6.1.0 version, it was due to the backup when trying to get the backup chain list during re-transmit back , it is using GET and if the backup ID is too long will get timeout

Solution

Solution 1 : Upgrade to SCP 6.2.0.

Solution 2: Backend Modify SCP file.

  1. Make a copy of sync.py
    cp /usr/lib/python2.7/site-packages/gecko_portal/rpcsrv/common/sync.py /usr/lib/python2.7/site-packages/gecko_portal/rpcsrv/common/sync.py.bak

  2. Modify sync.py as the screenshot below.
    file

  3. Restart gecko-rpc-server service.
    systemctl restart gecko-rpc-server.service