Restore proper iscsi target config file

Add RESTORE_SYSTEM_FLAG in tsconfig

Story: 2002824
Task: 22741

Change-Id: I3d79d89330150632e1b71b76d44bb0226a1661c3
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Stefan Dinescu 2018-06-07 11:08:30 +00:00 committed by Jack Ding
parent d7c5879469
commit 7d50c2c36a
1 changed files with 5 additions and 0 deletions

View File

@ -210,5 +210,10 @@ CONTROLLER_UPGRADE_STARTED_FLAG = os.path.join(
# Backup / Restore flags
BACKUP_IN_PROGRESS_FLAG = os.path.join(
PLATFORM_CONF_PATH, '.backup_in_progress')
# Set while a restore is running to prevent another restore being started
RESTORE_IN_PROGRESS_FLAG = os.path.join(
PLATFORM_CONF_PATH, '.restore_in_progress')
# Mark that restore_system was run on controller-0. Will be deleted
# once controller-0 is restored completely
RESTORE_SYSTEM_FLAG = os.path.join(
CONFIG_PATH, '.restore_system')