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 >
Specifically needed for MLA.
There is no need to enforce name uniqueness between different data centers.
This bug is no longer present, the name is enforced on DC level only and not across DCs.