Displaying 9 results from an estimated 9 matches for "wrpolicy".
Did you mean:
policy
2014 Mar 11
0
kernel panic when using root from virtfs
...lt;/on_poweroff>
<on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<filesystem type='mount' accessmode='squash'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/home/vtolstov/devel/vtolstov/lb/fs/x86_64'/>
<target dir='root'/>
<readonly/>
</filesystem>
<filesystem type='mount' accessmode='squash'>
<driver type='path...
2016 Nov 08
3
Sharing network namespace between containers
...ystem type='mount' accessmode='passthrough'>
<source dir='/work/repo-lxc/nt/rootfs_mnt'/>
<target dir='/'/>
</filesystem>
<filesystem type='mount' accessmode='squash'>
<driver type='path' wrpolicy='immediate'/>
<source dir='/local/local1/core_dir/nt'/>
<target dir='/local/local1/core_dir'/>
</filesystem>
<!--
<interface type='network'>
<mac address='52:54:dd:6d:44:d2'/>
<source net...
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'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07'
function='0x0'/>
</filesystem>
/etc/libvirt/qemu.conf :
user =...
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 dir='/import/from/host'/>
<readonly/>
</filesystem>
The description of filesystem is: A directory on the host that can be accessed directly from the guest.
I don’t know what...
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
...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 dir='/import/from/host'/>
<readonly/>
</filesystem>
The description of filesystem is: A directory on the host that can be accessed directly from the guest.
I don’t know what...
2016 Nov 08
0
Re: Sharing network namespace between containers
...t' accessmode='passthrough'>
> <source dir='/work/repo-lxc/nt/rootfs_mnt'/>
> <target dir='/'/>
> </filesystem>
> <filesystem type='mount' accessmode='squash'>
> <driver type='path' wrpolicy='immediate'/>
> <source dir='/local/local1/core_dir/nt'/>
> <target dir='/local/local1/core_dir'/>
> </filesystem>
>
><!--
> <interface type='network'>
> <mac address='52:54:dd:6d:44:d2...
2016 Nov 08
1
Re: Sharing network namespace between containers
...39;passthrough'>
>> <source dir='/work/repo-lxc/nt/rootfs_mnt'/>
>> <target dir='/'/>
>> </filesystem>
>> <filesystem type='mount' accessmode='squash'>
>> <driver type='path' wrpolicy='immediate'/>
>> <source dir='/local/local1/core_dir/nt'/>
>> <target dir='/local/local1/core_dir'/>
>> </filesystem>
>>
>> <!--
>> <interface type='network'>
>> <mac addr...
2015 Nov 09
0
Re: How could I do the guest mount operation from the host?
...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 dir='/import/from/host'/>
<readonly/>
</filesystem>
The description of filesystem is: A directory on the host that can be accessed directly from the guest.
I don’t know what...
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
收件人: 李笳平;