mirror of https://github.com/apache/cloudstack.git
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
9074c4b6ad
commit
de60fb64e8
|
|
@ -5077,7 +5077,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
" AND i.id NOT IN (SELECT vm_instance_id FROM vm_work_job AS w\n" +
|
||||
" INNER JOIN async_job AS j ON w.id = j.id\n" +
|
||||
" WHERE j.job_status = ?)\n" +
|
||||
" AND i.removed IS NUL";
|
||||
" AND i.removed IS NULL";
|
||||
|
||||
final List<Long> l = new ArrayList<>();
|
||||
try (TransactionLegacy txn = TransactionLegacy.open(TransactionLegacy.CLOUD_DB)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue