Bug 571340

Summary: Names uniqueness only within DC (Network, VM, etc.)
Product: [Retired] oVirt Reporter: Oded Ramraz <oramraz>
Component: ovirt-engine-coreAssignee: lpeer <lpeer>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: 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 Oded Ramraz 2010-03-08 08:12:28 UTC
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 >

Comment 1 Miki Kenneth 2010-04-06 12:15:44 UTC
Specifically needed for MLA.

Comment 2 Oded Ramraz 2011-11-30 10:11:35 UTC
There is no need to enforce name uniqueness between different data centers.

Comment 3 Mike Kolesnik 2012-08-15 12:52:15 UTC
This bug is no longer present, the name is enforced on DC level only and not across DCs.