Skip to content
Snippets Groups Projects
  1. Dec 31, 2012
    • Nikos Skalkotos's avatar
      Fix bugs in rsync module · d15368cc
      Nikos Skalkotos authored
       * Fix a bug where the parent process did not wait on the child
         processes.
       * Make sure that when updating the copy progress bar, at least
         0.1 seconds have passed. This guarantees that we do not experience
         any flickering in the progress bar.
      d15368cc
  2. Dec 30, 2012
    • Nikos Skalkotos's avatar
      Retry cleanup commands if they fail · f3845095
      Nikos Skalkotos authored
      Add a new try_fail_repeat function that wraps cleanup system commands
      and retries them if they fail. There are cases where commands like
      dmsetup, umount and losetup -d may fail with device is busy. In most
      of the cases, sleeping for halve a second and retrying does the job.
      f3845095
    • Nikos Skalkotos's avatar
      567891a6
    • Nikos Skalkotos's avatar
      Remove progress bar for guestfs.launch() progress · 923d52df
      Nikos Skalkotos authored
      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().
      923d52df
  3. Dec 29, 2012
  4. Dec 28, 2012
  5. Dec 24, 2012
  6. Dec 23, 2012
  7. Dec 20, 2012
  8. Dec 19, 2012
  9. Dec 17, 2012
  10. Dec 14, 2012
  11. Dec 13, 2012
  12. Dec 11, 2012
  13. Dec 03, 2012
  14. Nov 29, 2012
  15. Nov 28, 2012
  16. Nov 26, 2012
  17. Nov 22, 2012
  18. Nov 21, 2012
  19. Nov 20, 2012
  20. Nov 05, 2012
  21. Nov 02, 2012
  22. Nov 01, 2012
  23. Oct 23, 2012
Loading