Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
| Summary: |
Names uniqueness only within DC (Network, VM, etc.) |
| Product: |
[Retired] oVirt
|
Reporter: |
Oded Ramraz <oramraz> |
| Component: |
ovirt-engine-core | Assignee: |
lpeer <lpeer> |
| Status: |
CLOSED
CURRENTRELEASE
|
QA Contact: |
|
| Severity: |
medium
|
Docs Contact: |
|
| Priority: |
high
|
|
|
| Version: |
unspecified | CC: |
abaron, acathrow, amureini, emesika, iheim, lpeer, mkenneth, mkolesni, Rhev-m-bugs, sgrinber, ykaul
|
| Target Milestone: |
--- | Keywords: |
FutureFeature |
| Target Release: |
3.3.4 | |
|
| Hardware: |
All | |
|
| OS: |
Windows | |
|
| Whiteboard: |
infra |
|
Fixed In Version:
|
|
Doc Type:
|
Enhancement
|
|
Doc Text:
|
|
Story Points:
|
---
|
|
Clone Of:
|
|
Environment:
|
|
|
Last Closed:
|
2012-08-15 12:52:15 UTC
|
Type:
|
---
|
|
Regression:
|
---
|
Mount Type:
|
---
|
|
Documentation:
|
---
|
CRM:
|
|
|
Verified Versions:
|
|
Category:
|
---
|
|
oVirt Team:
|
---
|
RHEL 7.3 requirements from Atomic Host:
|
|
|
Cloudforms Team:
|
---
|
Target Upstream Version:
|
|
|
Embargoed:
|
|
| |
Description of problem: Adding existing network to new data center fails ( see Additional Information ) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Mon,3/8/2010,10:30:56 AM < RedHat > $test =Get-Networks -DataCenterId 8ef22ac9-c095-481d-a7f9-d6c59de2fc1f Mon,3/8/2010,10:32:26 AM < RedHat > Mon,3/8/2010,10:32:26 AM < RedHat > Mon,3/8/2010,10:32:26 AM < RedHat > $test NetworkId : 4c469fba-68e2-4222-b9b0-c0e5e287096e Address : Description : Name : test Gateway : Type : 0 VlanId : Status : NonOperational Stp : False DataCenterId : 8ef22ac9-c095-481d-a7f9-d6c59de2fc1f Subnet : IsDisplay : False Mon,3/8/2010,10:32:29 AM < RedHat > Add-Network -NetworkObject $test -DataCenterId 00000000-0000-0000-0000-000000000002 Add-Network : Add-Network : Network name already exists At line:1 char:12 + Add-Network <<<< -NetworkObject $test -DataCenterId 00000000-0000-0000-0000-000000000002 At line:1 char:12 + Add-Network <<<< -NetworkObject $test -DataCenterId 00000000-0000-0000-0000-000000000002 + CategoryInfo : InvalidOperation: (:) [Add-Network], RuntimeException + FullyQualifiedErrorId : RunActionFailed,RhevmCmd.PSCmdlet_Add_Network Mon,3/8/2010,10:32:37 AM < RedHat >