Skip to content
Snippets Groups Projects
Commit dd5e7794 authored by David Knowles's avatar David Knowles Committed by Iustin Pop
Browse files

More fixes to hooks documentation


Signed-off-by: default avatarDavid Knowles <dknowles@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 0a05f959
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ Instance operations ...@@ -218,7 +218,7 @@ Instance operations
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
All instance operations take at least the following variables: All instance operations take at least the following variables:
INSTANCE_NAME, INSTANCE_PRIMARY, INSTANCE_SECONDARIES, INSTANCE_NAME, INSTANCE_PRIMARY, INSTANCE_SECONDARY,
INSTANCE_OS_TYPE, INSTANCE_DISK_TEMPLATE, INSTANCE_MEMORY, INSTANCE_OS_TYPE, INSTANCE_DISK_TEMPLATE, INSTANCE_MEMORY,
INSTANCE_DISK_SIZES, INSTANCE_VCPUS, INSTANCE_NIC_COUNT, INSTANCE_DISK_SIZES, INSTANCE_VCPUS, INSTANCE_NIC_COUNT,
INSTANCE_NICn_IP, INSTANCE_NICn_BRIDGE, INSTANCE_NICn_MAC, INSTANCE_NICn_IP, INSTANCE_NICn_BRIDGE, INSTANCE_NICn_MAC,
...@@ -258,7 +258,7 @@ Exports the instance. ...@@ -258,7 +258,7 @@ Exports the instance.
:pre-execution: master node, primary and secondary nodes :pre-execution: master node, primary and secondary nodes
:post-execution: master node, primary and secondary nodes :post-execution: master node, primary and secondary nodes
OP_INSTANCE_START OP_INSTANCE_STARTUP
+++++++++++++++++ +++++++++++++++++
Starts an instance. Starts an instance.
...@@ -288,7 +288,7 @@ Reboots an instance. ...@@ -288,7 +288,7 @@ Reboots an instance.
:pre-execution: master node, primary and secondary nodes :pre-execution: master node, primary and secondary nodes
:post-execution: master node, primary and secondary nodes :post-execution: master node, primary and secondary nodes
OP_INSTANCE_MODIFY OP_INSTANCE_SET_PARAMS
++++++++++++++++++ ++++++++++++++++++
Modifies the instance parameters. Modifies the instance parameters.
...@@ -302,7 +302,7 @@ OP_INSTANCE_FAILOVER ...@@ -302,7 +302,7 @@ OP_INSTANCE_FAILOVER
++++++++++++++++++++ ++++++++++++++++++++
Failovers an instance. In the post phase INSTANCE_PRIMARY and Failovers an instance. In the post phase INSTANCE_PRIMARY and
INSTANCE_SECONDARIES refer to the nodes that were repectively primary INSTANCE_SECONDARY refer to the nodes that were repectively primary
and secondary before failover. and secondary before failover.
:directory: instance-failover :directory: instance-failover
...@@ -314,7 +314,7 @@ OP_INSTANCE_MIGRATE ...@@ -314,7 +314,7 @@ OP_INSTANCE_MIGRATE
++++++++++++++++++++ ++++++++++++++++++++
Migrates an instance. In the post phase INSTANCE_PRIMARY and Migrates an instance. In the post phase INSTANCE_PRIMARY and
INSTANCE_SECONDARIES refer to the nodes that were repectively primary INSTANCE_SECONDARY refer to the nodes that were repectively primary
and secondary before migration. and secondary before migration.
:directory: instance-migrate :directory: instance-migrate
...@@ -558,7 +558,7 @@ INSTANCE_PRIMARY ...@@ -558,7 +558,7 @@ INSTANCE_PRIMARY
the nodes change during the exectution, but on the the nodes change during the exectution, but on the
OLD_PRIMARY/NEW_PRIMARY values. OLD_PRIMARY/NEW_PRIMARY values.
INSTANCE_SECONDARIES INSTANCE_SECONDARY
Space-separated list of secondary nodes for the instance. Note that Space-separated list of secondary nodes for the instance. Note that
for migrations/failovers, you shouldn't rely on this variable since for migrations/failovers, you shouldn't rely on this variable since
the nodes change during the exectution, but on the the nodes change during the exectution, but on the
...@@ -686,7 +686,7 @@ script:: ...@@ -686,7 +686,7 @@ script::
GANETI_INSTANCE_NIC_COUNT=1 GANETI_INSTANCE_NIC_COUNT=1
GANETI_INSTANCE_OS_TYPE=debootstrap GANETI_INSTANCE_OS_TYPE=debootstrap
GANETI_INSTANCE_PRIMARY=node3.example.com GANETI_INSTANCE_PRIMARY=node3.example.com
GANETI_INSTANCE_SECONDARIES=node5.example.com GANETI_INSTANCE_SECONDARY=node5.example.com
GANETI_INSTANCE_STATUS=down GANETI_INSTANCE_STATUS=down
GANETI_INSTANCE_VCPUS=1 GANETI_INSTANCE_VCPUS=1
GANETI_MASTER=node1.example.com GANETI_MASTER=node1.example.com
......
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