Bug #180
Duplicated hostnames should be allowed in host pool
Status: | Closed | Start date: | 12/05/2009 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 2.0 | |||
Resolution: | Pull request: | |||
Affected Versions: |
Description
From: Schwickerath Ulrich <ulrich.schwickerath@cern.ch>
--
The problem boils down to multiple calls of code pieces like this
IM="im_xen"
VMM="vmm_xen"
TM="tm_lvm"
result=server.one.host.allocate(req,host1[0],IM,VMM,TM,True)
produce multiple entries while I think that only the first time this should succeed, and else
through an exception.
--
Associated revisions
History
#1 Updated by Tino Vázquez over 11 years ago
Duplicated hostnames can be useful to some people, specially with different set of drivers. One nice way to proceed would be to add a new host.allocate.nodup function
#2 Updated by Ruben S. Montero over 11 years ago
- Category set to Core & System
- Assignee set to Tino Vázquez
- Priority changed from 6 to Low
- Target version set to Release 2.0
#3 Updated by Ruben S. Montero about 11 years ago
- Status changed from New to Closed