You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use vdbench to test curvefs by specified configure file,it will create the directory /mnt/curvefs/test1/d1 as expect, but when we get all entries of the directory/mnt/curvefs/test, the entry d1 has lostd:
nbs@pubbeta2-nova48:/mnt/curvefs/test1$ ls -ls
total 1
1 -rwxrwxrwx 1 root root 68 Nov 2 12:28 no_dismount.txt
How to reproduce
It is easy to reproduce:
# Image: quay.io/opencurve/curve/curvefs:v2.7.0-beta1_aff0ebf# Any mountpoint of curvefs, e.g. /mnt/curvefs/
$ cd /mnt/curvefs
$ mkdir d1
$ ls
d1
$ mkdir d2
$ ls
d1
Hints
Maybe some wrong with directory cache.
The text was updated successfully, but these errors were encountered:
Background
We use vdbench to test curvefs by specified configure file,it will create the directory
/mnt/curvefs/test1/d1
as expect, but when we get all entries of the directory/mnt/curvefs/test
, the entryd1
has lostd:run vdbench
configure
list all entries
How to reproduce
It is easy to reproduce:
Hints
Maybe some wrong with directory cache.
The text was updated successfully, but these errors were encountered: