From: Waldemar Kozaczuk <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

Fix firecracker.py to pass input to OSv

Fixes #1028

Signed-off-by: Waldemar Kozaczuk <[email protected]>

---
diff --git a/scripts/firecracker.py b/scripts/firecracker.py
--- a/scripts/firecracker.py
+++ b/scripts/firecracker.py
@@ -150,8 +150,7 @@ def start_firecracker(firecracker_path, socket_path):

# Start firecracker process to communicate over specified UNIX socket file
     return subprocess.Popen([firecracker_path, '--api-sock', socket_path],
-                           stdin=subprocess.PIPE, stdout=sys.stdout,
-                           stderr=subprocess.STDOUT)
+                           stdout=sys.stdout, stderr=subprocess.STDOUT)


 def get_memory_size_in_mb(options):

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to