While preparing my talk for DevConf, where I want to present this awesome tool
I've found couple of bugs in it.
Michal Privoznik (2):
virt-host-validate: Check those CGroups that we actually use
virt-host-validate: Fix error level for user namespace check
tools/virt-host-validate-lxc.c | 18
>From the code it seems to me that we need user namespace iff
configured in domain XML. Otherwise we don't use it at all.
However our tool is more strict about that. Fix this discrepancy.
Signed-off-by: Michal Privoznik
---
tools/virt-host-validate-lxc.c | 2 +-
1 file changed, 1 insertion(+), 1
Since the introduction of virt-host-validate tool the set of
cgroup controllers we use has changed so the tool is checking for
some cgroups that we don't need (e.g. net_cls, although I doubt
we have ever used that one) and is not checking for those we
actually use (e.g. cpuset).
Signed-off-by: Mic
On Fri, Jan 22, 2016 at 02:09:18PM -0500, Cole Robinson wrote:
Most qemuxml2xml tests expect that the input XML is unchanged after
parsing. This is unlike 99% of new qemu configs in the wild, which after
initial parsing end up with stable PCI device addresses. The xml2xml bit
doesn't currently hi
Daniel P. Berrange wrote:
> On Sat, Jan 02, 2016 at 11:53:00PM +0300, Roman Bogorodskiy wrote:
> > Make bhyveload respect boot order as specified by os.boot section of the
> > domain XML or by "boot order" for specific devices. As bhyve does not
> > support a real boot order specification right
Hello,
I have been trying to get libvirt compiled on Cygwin but I have run into a
rather perplexing issue.
I am running a 32-bit installation of Cygwin on Windows 10:
CYGWIN_NT-10.0-WOW dell-desktop 2.4.0(0.293/5/3) 2016-01-15 16:14 i686 Cygwin
I have had to "fix" a number of problems in the Makef
2016-01-20 17:10 GMT+01:00 Michal Privoznik :
> https://bugzilla.redhat.com/show_bug.cgi?id=1266088
>
> We are missing this value for cdrom-image device. Honestly, I
> have no idea whether it can happen for other disk devices too.
I tried to figure out what emptyBackingString is about, when it mig