Status: New
Owner: ----
New issue 113 by [email protected]: Creation new instance with secondary node
http://code.google.com/p/ganeti/issues/detail?id=113
What software version are you running? Please provide the output of "gnt-
cluster --version" and "gnt-cluster version".
2.1.6
What distribution are you using?
What steps will reproduce the problem?
1.I want to create new instance with secondary node by command:
gnt-instance add -n x3400:hataraki -t plain --disk 0:size=4g -B memory 512
-o altbootstrap+kvm s210
Such syntax to point out the secondary node (-n primary:secondary) is
described in Ganeti administrator's guide, chapter "Instance management":
gnt-instance add \
-n TARGET_NODE:SECONDARY_NODE \
-o OS_TYPE \
-t DISK_TEMPLATE -s DISK_SIZE \
INSTANCE_NAME
2. The new instance s210 has been created, but without secondary node. When
I type "gnt-instance info s210", then I see output:
Nodes:
- primary: x3400
- secondaries:
3.
What is the expected output? What do you see instead?
What did I do wrong? Could you give me advice? If yes, hint, please, if
there are any especiallities in JSON syntax for API to create instance with
secondary node?
Please provide any additional information below.