Launchpad has imported 3 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1057096.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-01-23T12:58:11+00:00 Robie wrote:

Created attachment 854371
Fix caller to match callee prototype

I don't see a libvirt-python component, so filing this under libvirt.

Description of problem:


Version-Release number of selected component (if applicable):

git master: de8361627c4f3fa2a1f8dd164ef80c5f0a6a17f6

How reproducible:

100%

Steps to Reproduce:

0. Assuming you start with a volume pool defined called 'default' with
no volumes defined in it.

1. virsh vol-create-as default foo 1048576 --format raw

2. In Python:

conn = libvirt.open('qemu:///system')
pool = libvirt_conn.storagePoolLookupByName('default')
vol = pool.storageVolLookupByName('foo')
stream = conn.newStream(0)
vol.upload(stream, 0, 1048576, 0)
stream.send('A' * 65536)

Actual results:

libvirt.libvirtError: virStreamSend() failed

Expected results:

Silent success.

Additional info:

Impact: stops the Python binding from being able to upload volumes to
libvirt completely.

Regression caused by commit d40861. Patch attached.

Reply at: https://bugs.launchpad.net/ubuntu/+source/libvirt-
python/+bug/1270588/comments/5

------------------------------------------------------------------------
On 2014-01-23T14:29:07+00:00 Daniel wrote:

https://www.redhat.com/archives/libvir-list/2014-January/msg01113.html

Reply at: https://bugs.launchpad.net/ubuntu/+source/libvirt-
python/+bug/1270588/comments/7

------------------------------------------------------------------------
On 2014-01-23T15:38:47+00:00 Daniel wrote:

Changing component, since bz admins have created libvirt-python now

Reply at: https://bugs.launchpad.net/ubuntu/+source/libvirt-
python/+bug/1270588/comments/9


** Changed in: libvirt-python
       Status: Unknown => Fix Released

** Changed in: libvirt-python
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270588

Title:
  failed to create vm with "libvirt.libvirtError: virStreamSend()
  failed"

To manage notifications about this bug go to:
https://bugs.launchpad.net/libvirt-python/+bug/1270588/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to