Status: Accepted
Owner: [email protected]
Labels: Milestone-Release2.12 Priority-Low

New issue 1109 by [email protected]: Additional empty list entry under nics in gnt-job info
https://code.google.com/p/ganeti/issues/detail?id=1109

gnt-cluster --version: gnt-cluster (ganeti v2.12.4-41-g7cbeb73) 2.12.4

What steps will reproduce the problem?
1. Set up instance communication: gnt-cluster modify --instance-communication-network com 2. Create an instance with gnt-instance add -t plain -s 1g -n <node-name> -o debian-image -c yes <instance-name>
3. Look at gnt-job info <instance-create-job-id>

What is the expected output? What do you see instead?
The list of nics should have just one entry:

nics:
  - ip: pool
    mac: generate
    name: ganeti:communication:<instance-name>
    network: com

Instead there is also and empty entry:

nics:
  -
  - ip: pool
    mac: generate
    name: ganeti:communication:<instance-name>
    network: com

Please provide any additional information below.
The list of nics as used in CheckArguments of LUInstanceCreate (lib/cmdlib/instance.py) also contains an additional empty dictionary.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to