« Previous | Next » 

Revision 923d52df

ID923d52df05c347bd9fc6e57acdf23a8bf7b1cd6c

Added by Nikos Skalkotos over 11 years ago

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().

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences