Skip to content
Snippets Groups Projects
Commit 29fc6636 authored by Guido Trotter's avatar Guido Trotter
Browse files

OS Design: invert new and old name

Internally in ganeti we already have renamed the instance, so it's
better to pass the new name in INSTANCE_NAME and the old one in
OLD_INSTANCE_NAME rather than the old name in INSTANCE_NAME and the new
one in NEW_INSTANCE_NAME as this reflects what the cluster thinks.

Reviewed-by: iustinp
parent 09352fa4
No related branches found
No related tags found
No related merge requests found
...@@ -160,8 +160,8 @@ page. All these variables will be available to all scripts. ...@@ -160,8 +160,8 @@ page. All these variables will be available to all scripts.
Some scripts will need a few more information to work. These will have Some scripts will need a few more information to work. These will have
per-script variables, such as for example: per-script variables, such as for example:
NEW_INSTANCE_NAME OLD_INSTANCE_NAME
rename: the name the instance should be renamed to. rename: the name the instance should be renamed from.
EXPORT_NODE EXPORT_NODE
import/export: node where the export should be saved to or sourced from. import/export: node where the export should be saved to or sourced from.
EXPORT_PATH EXPORT_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment