Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echo command issus under weed mount directory #847

Closed
accumulatepig opened this issue Jan 23, 2019 · 0 comments
Closed

echo command issus under weed mount directory #847

accumulatepig opened this issue Jan 23, 2019 · 0 comments

Comments

@accumulatepig
Copy link

accumulatepig commented Jan 23, 2019

weed version:1.23
os :centos7
weed mount a directory to os ,then
$ echo 1 >> testfile
$ cat testfile
1
$ echo 2 >> testfile
$ cat testfile
1
2
$ echo 3 > testfile
$ cat testfile (should be 3 , but 3 and 2 )
3
2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant