qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 9pfs: unWRITAble dirs with random errors in guest


From: Aneesh Kumar K.V
Subject: Re: [Qemu-devel] 9pfs: unWRITAble dirs with random errors in guest
Date: Mon, 20 May 2013 15:33:49 +0530
User-agent: Notmuch/0.15.2+52~gb714a80 (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-unknown-linux-gnu)

Michael Tokarev <address@hidden> writes:

> Rehashing an old thread again...
>
> 28.02.2013 21:25, M. Mohan Kumar wrote:
>> Michael Tokarev <address@hidden> writes:
>> 
>> 
>>> 28.02.2013 17:55, M. Mohan Kumar wrote:
>>>> Michael Tokarev <address@hidden> writes:
>>>>
>>>> Hi,
>>>>
>>>> Please try mounting with -oversion=9p2000.L
>>>>
>>>> With qemu-1.4.0 and 9p2000.L, I could not recreate this issue. ie not
>>>> getting Unknown error during directory listing.
>>>
>>> Yes, with 9p2000.L it works fine, both reported
>>> issues are gone.
>>>
>>>> I am using Guest kernel 3.8.0-rc5+.
>>>
>>> But do you see my original error, with the default mount version?
>>> (I'm using 3.2 guest kernel if that matters, and it is also 32bits,
>>> which should not matter).
>> Yes, with default mount option, i am getting same error.
>
> So, is there any intention to fix that for the default mount
> options?  Or should the corresponding protocol be just marked
> as broken and qemu to refuse its usage?  I think it is either
> one or another, -- either fix or drop, that is, keeping
> known-broken behavor isn't exactly the right thing.

I am trying to reproduce this. I guess there is some part of config i am
missing

I have export path /tmp/ and is  exported via 

-virtfs local,path=/tmp/,mount_tag=v_tmp,security_model=mapped-file

There is not .virtfs_metadata directory  in /tmp/

in /tmp/ i have test/test2 with

ls -ald test/test2
dr-xr-xr-x 2 kvaneesh kvaneesh 4096 May 20 15:20 test/test2

Now i am mounting the same via 
mount -t 9p -oversion=9p2000.u,ro v_tmp /mnt    

address@hidden:~# ls -al /mnt/test/test2/
total 8
dr-xr-xr-x 2 virtfs virtfs 4096 May 20 15:20 .
drwxr-xr-x 3 virtfs virtfs 4096 May 20 15:00 ..
-r--r--r-- 1 virtfs virtfs    0 May 20 15:20 k

Any idea what i am missing ?

-aneesh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]