Interface VmService.FreezeFilesystemsResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.FreezeFilesystemsResponse
    extends Response
    Freezes virtual machine file systems. This operation freezes a virtual machine's file systems using the QEMU guest agent when taking a live snapshot of a running virtual machine. Normally, this is done automatically by the manager, but this must be executed manually with the API for virtual machines using OpenStack Volume (Cinder) disks. Example: [source] ---- POST /ovirt-engine/api/vms/123/freezefilesystems ---- [source,xml] ---- ----