need to execute addPoolToHost for each host to associate them with storage pool

This commit is contained in:
anthony 2010-09-03 16:42:21 -07:00
parent 3e82358352
commit 1ce6b5baa2
1 changed files with 0 additions and 1 deletions

View File

@ -1390,7 +1390,6 @@ public class StorageManagerImpl implements StorageManager {
boolean success = addPoolToHost(h.getId(), pool);
if (success) {
poolHosts.add(h);
break;
}
}