
Daniel Erez has submitted this change and it was merged. Change subject: restapi: freeze_filesystems and thaw_filesystems actions ...................................................................... restapi: freeze_filesystems and thaw_filesystems actions Exposing new actions at VM resource: freezefilesystems and thawfilesystems Freezing and thawing are used internally in the backend as part of the live snapshot flow (for Cinder disks). These actions should be exposed to the user for manual invocation if needed (see more details at [1-3]). [1] http://wiki.libvirt.org/page/Qemu_guest_agent [2] http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainFSFreeze [3] http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainFSThaw Change-Id: I80299644f4d19c5e771dd0f15c1284779b2fa498 Signed-off-by: Daniel Erez <derez@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/resource/VmResource.java M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmResource.java M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmResourceTest.java 4 files changed, 68 insertions(+), 0 deletions(-) Approvals: Ori Liel: Looks good to me, approved Daniel Erez: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/43999 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I80299644f4d19c5e771dd0f15c1284779b2fa498 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Michal Skrivanek <mskrivan@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: automation@ovirt.org