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 d5d73b91c0
commit 74d91c5b3a
1 changed files with 0 additions and 1 deletions

View File

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