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
d5d73b91c0
commit
74d91c5b3a
|
|
@ -1241,7 +1241,6 @@ public class StorageManagerImpl implements StorageManager {
|
|||
boolean success = addPoolToHost(h.getId(), pool);
|
||||
if (success) {
|
||||
poolHosts.add(h);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue