Displaying 2 results from an estimated 2 matches for "virtualizedtest".
2014 Jan 30
0
Re: Notes on building libguestfs in a systemd-nspawn container
...I think it's worth noting that this is all with Btrfs on the host. And,
the systemd[*] wiki page indeed warns: "YMMV if you use LVM or btrfs."
It needs to be examined what the result would be if I repeat this on
ext4 (and SSD).
[*] http://www.freedesktop.org/wiki/Software/systemd/VirtualizedTesting/
>
>
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=966807
> [2] https://www.redhat.com/archives/linux-audit/2013-May/msg00065.html
>
>
--
/kashyap
2014 Jan 30
2
Notes on building libguestfs in a systemd-nspawn container
Last night I was tinkering with `systemd-nspawn` -- namespace based
container for testing, I thought I'll post what I tried with libguestfs
here:
Prerequisite
------------
Because of an audit subsystem incompatibility bug - rhbz#966807[1], turn
off auditing by booting the host w/ 'audit=0' on Kernel command line.
(NOTE: There's work in progress[2] in upstream Kernel to fix