Displaying 4 results from an estimated 4 matches for "goltsov".
Did you mean:
koltsov
2013 Jul 31
1
Re: filesystem accessmode='passthrough' [SOLVED]
On Wed, Jul 31, 2013 at 09:03:01AM +0400, Yury Goltsov wrote:
> After adding the line
> clear_emulator_capabilities = 0
> to the file
> /etc/libvirt/qemu.conf
> the results of file system operations are the expected color.
NB setting user=root and clear_emulator_capabilities=0 is a very
insecure configuration. If there was an exp...
2013 Jul 26
4
filesystem accessmode='passthrough'
Hello.
I am trying to 'passthrough' the part of host filesystem to kvm guest.
libvirt xml:
<filesystem type='mount' accessmode='passthrough'>
<source dir='/var/guests/mail-var'/>
<target dir='mail-var'/>
</filesystem>
kvm is started from root.
After mounting in guest
mount -t 9p mail-var /mnt -o
2013 Jul 26
0
Re: filesystem accessmode='passthrough'
On Fri, Jul 26, 2013 at 10:24:52AM +0400, Yury Goltsov wrote:
> Hello.
> I am trying to 'passthrough' the part of host filesystem to kvm guest.
> libvirt xml:
> <filesystem type='mount' accessmode='passthrough'>
> <source dir='/var/guests/mail-var'/>
> <target dir='mai...
2013 Jul 31
0
Re: filesystem accessmode='passthrough' [SOLVED]
After adding the line
clear_emulator_capabilities = 0
to the file
/etc/libvirt/qemu.conf
the results of file system operations are the expected color.
Thanks.