On Mon, Aug 11, 2014 at 5:38 PM, Anton Gorlov wrote:
> Hi all.
> What right way to protect ip/mac spoofing for guests withnount dhcp and
> other 1 ip per guest?
>
> ___
> libvirt-users mailing list
> libvirt-users@redhat.com
> https://www.redhat.com/ma
Hi all.
What right way to protect ip/mac spoofing for guests withnount dhcp and
other 1 ip per guest?
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
On 08/11/2014 02:59 PM, Jianfeng Tang wrote:
[please don't top-post on technical lists]
> Unfortunately my backing store file is not in a volume. So I guess I
> cannot use that method.
It's very easy to create a storage pool for an arbitrary directory, at
which point you can then use the virStor
Unfortunately my backing store file is not in a volume. So I guess I
cannot use that method.
On 8/11/14 3:45 PM, "Eric Blake" wrote:
>On 08/11/2014 02:35 PM, Jianfeng Tang wrote:
>>>
>>
>> I am using backing store when I create my volume. However, the backing
>> store file is from another team,
On 08/11/2014 02:35 PM, Jianfeng Tang wrote:
>>
>
> I am using backing store when I create my volume. However, the backing
> store file is from another team, which can be either in raw or in qcow2
> format.
>
> Is there a libvirt API to detect image format by given an image file? Or I
> have to r
>
I am using backing store when I create my volume. However, the backing
store file is from another team, which can be either in raw or in qcow2
format.
Is there a libvirt API to detect image format by given an image file? Or I
have to run qemu-img?
>
_
Hello,
I am running several virtualization servers with QEMU 1.4.x and libvirt 1.0.2 on
Ubuntu 12.04 and am working on optimizing the cache= and aio= options for the
virtual machines. These VM images are mostly qcow2, and are served both from a
local ext4 filesystem (with data=ordered,barrier) and
Hi,
I was trying to follow this guide (http://libvirt.org/compiling.html) to
compile libvirt1.2.7 on CentOS6.4. There is an error on executing "make".
Below is the steps to reproduce and the error messages. Any help is
appreciated. Thanks.
$ sudo yum install gcc make gnutls-devel device-mapper-de
On Thu, Aug 07, 2014 at 02:28:05PM +0100, Richard W.M. Jones wrote:
> On aarch64 with -M virt, the default CPU model is cortex-a15 (a 32 bit
> CPU). This is IMHO a stupid default, but there we are. Therefore
> most users will need to pass the `-cpu cortex-a53' or `-cpu cortex-a57'
> flag to qemu,