Change in ovirt-engine[master]: core: Add possibility to query for VMs with specific status

Roy Golan has submitted this change and it was merged. Change subject: core: Add possibility to query for VMs with specific status ...................................................................... core: Add possibility to query for VMs with specific status Add a DAO method which allows to query for any VM within a specific status. For instance query for all VMs which are currently migrating. Change-Id: I8a38e60ceafe649b0de0312e1121b746b4289b8a Bug-Url: https://bugzilla.redhat.com/1251742 Signed-off-by: Roman Mohr <rmohr@redhat.com> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmDynamicDao.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmDynamicDaoImpl.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmDynamicDaoTest.java M packaging/dbscripts/vms_sp.sql 4 files changed, 37 insertions(+), 0 deletions(-) Approvals: Roman Mohr: Verified Jenkins CI: Passed CI tests Roy Golan: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/45311 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8a38e60ceafe649b0de0312e1121b746b4289b8a Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tomer Saban <tsaban@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
rgolan@redhat.com