mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-03 01:17:41 +03:00
B #5189: Recover bugfix lost with backup merge
(cherry picked from commit c37f2105bd
)
This commit is contained in:
parent
8ae2773e75
commit
21f79176b9
@ -757,6 +757,7 @@ INSTALL_FILES=(
|
||||
INSTALL_GEMS_SHARE_FILES:$SHARE_LOCATION
|
||||
ONETOKEN_SHARE_FILE:$SHARE_LOCATION
|
||||
FOLLOWER_CLEANUP_SHARE_FILE:$SHARE_LOCATION
|
||||
PRE_CLEANUP_SHARE_FILE:$SHARE_LOCATION
|
||||
HOOK_AUTOSTART_FILES:$VAR_LOCATION/remotes/hooks/autostart
|
||||
HOOK_FT_FILES:$VAR_LOCATION/remotes/hooks/ft
|
||||
HOOK_RAFT_FILES:$VAR_LOCATION/remotes/hooks/raft
|
||||
@ -2357,6 +2358,8 @@ ONETOKEN_SHARE_FILE="share/onetoken/onetoken.sh"
|
||||
|
||||
FOLLOWER_CLEANUP_SHARE_FILE="share/hooks/raft/follower_cleanup"
|
||||
|
||||
PRE_CLEANUP_SHARE_FILE="share/pkgs/services/systemd/pre_cleanup"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Start script files, to be installed under $SHARE_LOCATION/start-scripts
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user