Hi,<br>    I am thinking about adding the ONE list APIs to Nebula, and here is the problem.<br>take "onehost list" as an example, after allocating (by onehost create <...> <...> ...) a host, the host record is inserted into the db, but the host object is not inserted into the map<int,PoolObjectSQL *> of HostPool, so is that to say i have to search the database instead of just foreach the map?<br>