mirror of https://github.com/apache/cloudstack.git
fix db select
This commit is contained in:
parent
acafccfbc6
commit
23d6f12e9a
|
|
@ -59,7 +59,7 @@ public class DefaultEndPointSelector implements EndPointSelector {
|
|||
HostDao hostDao;
|
||||
private String findOneHostInaScope = "select id from host where "
|
||||
+ " status = 'Up' and hypervisor_type != 'VMware' and type in ('Routing', 'SecondaryStorageVM') ";
|
||||
private String findOneHostOnPrimaryStorage = "select id from host where"
|
||||
private String findOneHostOnPrimaryStorage = "select id from host where "
|
||||
+ "status = 'Up' and type = 'Routing' ";
|
||||
|
||||
protected boolean moveBetweenPrimaryImage(DataStore srcStore,
|
||||
|
|
|
|||
Loading…
Reference in New Issue