Skip to content
Snippets Groups Projects
  1. Dec 15, 2014
  2. Nov 04, 2014
    • Nikos Skalkotos's avatar
      Handle the case where qemu-nbd is missing · 430b2627
      Nikos Skalkotos authored
      If qemu-nbd is not present at the host system, only accept raw images
      as input media. This is a workaround for ancient systems like CentOS 6.x
      where the nbd module is not compiled in the default kernel and the qemu
      package does not include the qemu-nbd executable.
      430b2627
  3. Sep 16, 2014
  4. Sep 12, 2014
  5. Sep 10, 2014
  6. Aug 18, 2014
  7. Jun 10, 2014
    • Nikos Skalkotos's avatar
      Switch license to GPLv3 · 822ccd58
      Nikos Skalkotos authored
      According to the decision of the GRNET Board of Directors,
      switch license to GPLv3.
      
      This commit will be propagated to the release
      and master branches based on git flow, and the next
      release will be licensed as GPLv3.
      822ccd58
  8. Aug 03, 2013
  9. Jul 30, 2013
  10. Jun 11, 2013
    • Nikos Skalkotos's avatar
      Code Cleanup · 121f3bc0
      Nikos Skalkotos authored
       * Prefix all private methods with _
       * Write missing docstrings
       * Move all public methods above the private ones
       * Add module docstrings where missing
       * Define source code encodings on all modules
      121f3bc0
  11. Apr 25, 2013
  12. Mar 28, 2013
  13. Mar 22, 2013
  14. Jan 10, 2013
  15. 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
  16. Oct 22, 2012
  17. Jun 11, 2012
  18. Jun 05, 2012
  19. Apr 26, 2012
  20. Apr 24, 2012
  21. Apr 23, 2012
  22. Apr 20, 2012
  23. Apr 10, 2012
  24. Mar 24, 2012
  25. Mar 23, 2012
  26. Mar 20, 2012
  27. Mar 19, 2012
  28. Mar 09, 2012
Loading