Displaying 9 results from an estimated 9 matches for "wrpolici".
Did you mean:
wrpolicy
2014 Mar 11
0
kernel panic when using root from virtfs
I have strange kernel panic
Kernel 3.13.3 vanilla
root is mounted via 9p virtfs (readonly).
virsh --version
1.2.1
qemu --version
QEMU emulator version 1.7.0, Copyright (c) 2003-2008 Fabrice Bellard
systemd version 210
Domain config:
<domain type='kvm'>
<name>build</name>
<uuid>328891df-b3c3-aee9-eb5d-00007e7934f7</uuid>
<memory
2016 Nov 08
3
Sharing network namespace between containers
Hello
Based on the lxc driver documentation, I am trying to create an xml to
share an existing network namespace with another container. I am running
libvirt 1.2.15.
Here is the xml:
<domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'>
<name>nt</name>
<uuid>43c00192-e114-4e29-8ce7-4b5487f60a75</uuid>
<memory
2019 Jul 16
1
filesharing file owner problem
Hello,
I'm having an issue with usage of libvirt driven qemu where I'm sharing
directory with guest machine.
virsh domain filesharing configuration:
<filesystem type='mount' accessmode='passthrough'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/media/share'/>
<target dir='data'/>
2015 Nov 09
2
答复: How could I do the guest mount operation from the host?
Hi,
I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work…
I find in the formatdomain docs about the filesystem:
<filesystem type='mount' accessmode='passthrough'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/export/to/guest'/>
<target
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
Yes, my modification is like you. I doubt that if the mount operation on the host is reasonable…
And what is p9?
Best Regards
From Jiaping LI
发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be]
发送时间: 2015年11月9日 15:08
收件人: 李笳平; 'libvirt-users@redhat.com'
主题: RE: [libvirt-users] How could I do the guest mount operation from the host?
For usb I meant something like:
<disk
2016 Nov 08
0
Re: Sharing network namespace between containers
On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote:
>Hello
>
>Based on the lxc driver documentation, I am trying to create an xml to
>share an existing network namespace with another container. I am running
>libvirt 1.2.15.
>
>Here is the xml:
>
><domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'>
>
>
2016 Nov 08
1
Re: Sharing network namespace between containers
Thank you. It looks like after I 'ignore', nothing is persisted in xml for
the app. Any idea what is the minimum version of libvirt required for this
feature?
Regards,
Harish
On Tue, Nov 8, 2016 at 1:36 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote:
>
>> Hello
>>
>> Based on the lxc
2015 Nov 09
0
Re: How could I do the guest mount operation from the host?
For usb I meant something like:
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source file='/kvmdata/disk/dk389_581.img'/>
<target dev='sda' bus='usb'/>
</disk>
If you want to use fiesystem passtrough, I think you have to look at p9 filesystem.
2015 Nov 06
2
答复: How could I do the guest mount operation from the host?
Hi,
Thanks for your response!
But when I use the ssh, I need to know the guest password, and actually it
belongs to network communication. I don’t know if the libvirt has some means just
like to control the domain to implement the operation?
Best Regards
From Jiaping LI
发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be]
发送时间: 2015年11月6日 15:41
收件人: 李笳平;