Skip to content
Snippets Groups Projects
  1. Nov 13, 2013
  2. Nov 12, 2013
  3. Nov 11, 2013
  4. Nov 08, 2013
  5. Nov 07, 2013
  6. Nov 05, 2013
  7. Nov 04, 2013
  8. Nov 01, 2013
  9. Oct 30, 2013
    • Nadav Har'El's avatar
      Simplify host-side of zfs image build · be3e55d6
      Nadav Har'El authored
      
      This patch simplifies the host-side work in the new /usr zfs filesystem
      build process.
      
      Previously, we copied the files to a temporary directory, used "cpio"
      to archive them and sent its output to the guest with "netcat".
      
      With this patch, we no longer have a temporary directory, and do not
      need either cpio or netcat on the build machine.
      
      Rather, mkzfs.py itself, using python (instead of a separate "nc" process),
      connects to the guest and sends it the files - still using the CPIO format.
      
      Rather than arbitrarily sleep for 3 seconds before the host tries to
      connect to the guest (which might not be enough for some, or a waste
      of time for others), with this patch the host looks at the guest's output
      and connects when it sees the message "Waiting for connection".
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      be3e55d6
  10. Oct 29, 2013
  11. Oct 28, 2013
  12. Oct 24, 2013
  13. Oct 23, 2013
  14. Oct 21, 2013
  15. Oct 18, 2013
  16. Oct 17, 2013
  17. Oct 16, 2013
  18. Oct 09, 2013
Loading