Displaying 5 results from an estimated 5 matches for "daryd".
Did you mean:
daryl
2014 Nov 07
2
Re: libguestfs-tools with libvirt SASL authentication
Thanks for the info, Richard.
Hi Dan,
Any additional information on this?
Thanks,
Dan Ryder
-----Original Message-----
From: Richard W.M. Jones [mailto:rjones@redhat.com]
Sent: Wednesday, November 05, 2014 8:46 AM
To: Dan Ryder (daryder); berrange@redhat.com
Cc: libguestfs@redhat.com
Subject: Re: [Libguestfs] libguestfs-tools with libvirt SASL authentication
On Tue, Nov 04, 2014 at 06:47:04PM +0000, Dan Ryder (daryder) wrote:
> Hello,
>
> I'm running into an issue using the 'virt-df' command when SASL is e...
2014 Nov 13
0
Re: libguestfs-tools with libvirt SASL authentication
On Fri, Nov 07, 2014 at 02:37:06PM +0000, Dan Ryder (daryder) wrote:
> Thanks for the info, Richard.
>
> Hi Dan,
>
> Any additional information on this?
I don't know if Dan B wants to chime in here, but can you try
out the following patch?
diff --git a/df/domains.c b/df/domains.c
index b2d9537..6cbc0f9 100644
--- a/df/domains.c
+++ b/...
2014 Sep 10
2
Scaling virt-df performance
Hello,
I have been looking at the "virt-df" libguestfs tool to get guest-level disk used/free statistics - specifically with Qemu-KVM/Openstack. This works great for a few Openstack instances, but when I begin to scale (even to ~30 instances/guests) the performance really takes a hit. The time it takes for the command to complete seems to scale linearly with the amount of guests/domains
2014 Nov 04
2
libguestfs-tools with libvirt SASL authentication
Hello,
I'm running into an issue using the 'virt-df' command when SASL is enabled in libvirt. I'm running version 1.26.5 of libguestfs on an Ubuntu 14.04 OS.
I'm running 'virt-df' for all guests at one time, not specifying a domain or image to use. I was expecting a SASL authentication prompt but to no avail. Below is a sample run:
root@all-in-one:~# virt-df -P 15
2014 Nov 05
0
Re: libguestfs-tools with libvirt SASL authentication
On Tue, Nov 04, 2014 at 06:47:04PM +0000, Dan Ryder (daryder) wrote:
> Hello,
>
> I'm running into an issue using the 'virt-df' command when SASL is enabled in libvirt. I'm running version 1.26.5 of libguestfs on an Ubuntu 14.04 OS.
>
> I'm running 'virt-df' for all guests at one time, not specifying a domain or...