Status: Accepted
Owner: [email protected]

New issue 1108 by [email protected]: Delay job & instance creation causes "NIC name already used" error
https://code.google.com/p/ganeti/issues/detail?id=1108

gnt-cluster version: 2.16.0~alpha1

What steps will reproduce the problem?
1. Run gnt-debug delay --submit 600 on the cluster
2. Create an instance: gnt-instance add -t plain -s 1g -n <node> -o debian-image -c yes <instance>

What is the expected output? What do you see instead?

The instance should be successfully created after the delay job.
Instead I see:

Failure: prerequisites not met for this operation:
error type: resource_not_unique, error details:
NIC name 'ganeti:communication:<instance>' already used


Please use labels and text to provide additional information:

gnt-job info lists the nic twice:
        nics:
          -
          - ip: pool
            mac: generate
            name: ganeti:communication:<instance>
            network: com
          - ip: pool
            mac: generate
            name: ganeti:communication:<instance>
            network: com


--
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