[libvirt] [sandbox PATCH 2/6] We should not turn on the sanbox shell by default.

dwalsh at redhat.com dwalsh at redhat.com
Thu Apr 18 18:34:51 UTC 2013


From: Dan Walsh <dwalsh at redhat.com>

We want to limit the number of processes which run within a container,
especially for  openshift work loads.  Eventually we could add an
option if someone wanted to run this shell.
---
 bin/virt-sandbox-service | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service
index d3dceea..6524a05 100755
--- a/bin/virt-sandbox-service
+++ b/bin/virt-sandbox-service
@@ -258,7 +258,6 @@ class Container:
 
     def create(self):
         self.connect()
-        self.config.set_shell(True)
         os.mkdir(self.dest)
 
     def connect(self):
-- 
1.8.2




More information about the libvir-list mailing list