Hi Anthony,

On Mar 13, 2013, at 10:14 AM, Anthony Doggett wrote:

[snip]
> 
> Script:
>    VG=unencrypted
>    #apt-get install nilfs-tools darcs
>    lvcreate --size 2G --name ntest $VG
>    mkfs.nilfs2 -b 1024 -B 8192 /dev/mapper/$VG-ntest
>    mkdir /var/tmp/n
>    mkdir /var/tmp/n/ntest
>    mount /dev/mapper/$VG-ntest /var/tmp/n/ntest
>    mkdir /var/tmp/n/ntest/thedir
>    cd /var/tmp/n/ntest/thedir
>    sleep 2
>    date
>    darcs init
>    sleep 2
>    dmesg|tail -n 5
>    date
>    darcs whatsnew || true
>    date
>    sleep 2
>    dmesg|tail -n 5
> 
> (It's the "darcs whatsnew" that trips the issue.)
> 

I have reproduced the issue successfully. Thank you for the script and 
reproduction path description. I can investigate the issue now. But I suspect 
that it is 1 KB block size related issue because I can't reproduce the issue 
for 4 KB block size.

Thanks,
Vyacheslav Dubeyko.


--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to