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

Move operation doesn't work/update cache #179

Open
Thinkscape opened this issue Jun 2, 2017 · 0 comments
Open

Move operation doesn't work/update cache #179

Thinkscape opened this issue Jun 2, 2017 · 0 comments

Comments

@Thinkscape
Copy link

Reproduce steps

  1. Mount gdfs in /gdfs
  2. Create a directory /gdfs/foo
  3. (optional) Create a file in the new directory (echo 1 > /gdfs/bar/file.txt)
  4. Create second directory /gdfs/bar
  5. Move /gdfs/foo into /gdfs/bar: mv /gdfs/foo /gdfs/bar/

Expected

Directory is moved and visible at new path: /gdfs/bar/foo

Actual

  1. The directory doesn't exist at target path:
$ ls /gdfs/bar/foo
ls: cannot access '/gdfs/bar/foo': No such file or directory
  1. The directory is still visible in the original path.
$ ls /gdfs/foo
file.txt
@Thinkscape Thinkscape changed the title Move operation doesn't update cache Move operation doesn't work/update cache Jun 2, 2017
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