Re: [libvirt] [PATCH 14/16] Listing running sandbox containers takes a long time using the current protocol.

2013-04-03 Thread Daniel P. Berrange
On Tue, Apr 02, 2013 at 06:11:30PM -0400, Dan Walsh wrote: So I am execing a virsh list command to show all of the running containers. --- bin/virt-sandbox-service | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/bin/virt-sandbox-service

[libvirt] [PATCH 14/16] Listing running sandbox containers takes a long time using the current protocol.

2013-04-02 Thread Dan Walsh
So I am execing a virsh list command to show all of the running containers. --- bin/virt-sandbox-service | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service index b559cf5..ceb05b3 100755 ---