Remove progress bar for guestfs.launch() progress
authorNikos Skalkotos <skalkoto@grnet.gr>
Sun, 30 Dec 2012 16:39:25 +0000 (18:39 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Sun, 30 Dec 2012 16:39:25 +0000 (18:39 +0200)
commit923d52df05c347bd9fc6e57acdf23a8bf7b1cd6c
tree823d19a7e52e3fa1d130dd4888ace1f6b5a4e98c
parent83fe59dd092c5ee7b4f07f23ca4898aa1ac95e0e
Remove progress bar for guestfs.launch() progress

In Guestfs you get notifications about progress on some functions like
launch() by registring callback functions. When using guestfs from python,
this is fragile. If the callback functions raises an exception, you end up
with segmentation fault. It is better to completely remove the progress
monitoring from launch().
image_creator/disk.py