domjobabort

Aborts the currently running virsh command related to the specified virtual server.

Syntax


1  domjobabort !  --domain <VS>
Where:
<VS>
Is the name, ID or UUID of the virtual server.

Selected options

None.

Usage

Live virtual server migration

Example

This example aborts the currently running dump request for vserv1.

# virsh dump vserv1 vserv1.txt
error: Failed to core dump domain vserv1 to vserv1.txt
error: operation aborted: domain core dump job: canceled by client

# virsh domjobabort vserv1