mirror of https://github.com/apache/cloudstack.git
need to execute addPoolToHost for each host to associate them with storage pool
This commit is contained in:
parent
3e82358352
commit
1ce6b5baa2
|
|
@ -1390,7 +1390,6 @@ public class StorageManagerImpl implements StorageManager {
|
|||
boolean success = addPoolToHost(h.getId(), pool);
|
||||
if (success) {
|
||||
poolHosts.add(h);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue