blockjob

Manage active block operations

Usage

blockjob     domain     path  --abort    --async    --pivot    --info    

Options

Name Required? Description
  domain required The name of the domain on which to act.
  path required The fully-qualified path of the disk. See "domblklist" for listing these names.
--abort   optional Abort the active job on the specified disk.
--async   optional Return immediately instead of waiting for cancelation to complete, when specified together with "--abort".
--pivot   optional
--info   optional Print information about any active block operation.

Availability

Available from libvirt 0.9.4 onwards

Platform or Hypervisor specific notes

None yet

Usage examples

virsh # blockjob example-domain vda --info
Prints information about any active block operation on vda from example-domain.
virsh # blockjob example-domain vda --abort
Cancels the active block operation on vda from example-domain.

Example in context

Needs to be written

See also