← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1570734] [NEW] create snapshot failed with libvirt error which can pass

 

Public bug reported:


Create instance’s snapshot failed with libvirt error. 

 The error msg as follow:

libvirtError (\'virDomainBlockJobAbort() failed\', dom=self)\n'
libvirtError: Requested operation is not valid: No active operation on device: drive-virtio-disk0\n'


“virDomainBlockJobAbort”  used to abort block job, the error will be raise if device has no block job.

Pass this exception is the  correct way to handling.  However, the
current process did not do.

** Affects: nova
     Importance: Undecided
     Assignee: Jinquan Ni (ni-jinquan)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Jinquan Ni (ni-jinquan)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1570734

Title:
  create snapshot failed with libvirt error which can pass

Status in OpenStack Compute (nova):
  New

Bug description:
  
  Create instance’s snapshot failed with libvirt error. 

   The error msg as follow:

  libvirtError (\'virDomainBlockJobAbort() failed\', dom=self)\n'
  libvirtError: Requested operation is not valid: No active operation on device: drive-virtio-disk0\n'

  
  “virDomainBlockJobAbort”  used to abort block job, the error will be raise if device has no block job.

  Pass this exception is the  correct way to handling.  However, the
  current process did not do.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1570734/+subscriptions


Follow ups