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

File is "missing" in the FUSE mount, but exists in the Filer #1768

Closed
Suika opened this issue Jan 30, 2021 · 0 comments
Closed

File is "missing" in the FUSE mount, but exists in the Filer #1768

Suika opened this issue Jan 30, 2021 · 0 comments

Comments

@Suika
Copy link
Contributor

Suika commented Jan 30, 2021

Describe the bug
Sonme files that were added through weed filer.copy to a bucket seem to exist in the filer and can be accessed, but the FUSE mount does not show the said filer.

File exists in Filer/Volume and can be accessed:

$ wget --spider http://10.0.0.149:8888/buckets/three/folders/here/448fc478ee6aa1dddc8797417b82aa1c459c967374e9784c845aff1fc9b21b3e.jpg
  Spider mode enabled. Check if remote file exists.
  --2021-01-30 14:34:52--  http://10.0.0.149:8888/buckets/three/folders/here/448fc478ee6aa1dddc8797417b82aa1c459c967374e9784c845aff1fc9b21b3e.jpg
  Connecting to 10.0.0.149:8888... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 70891 (69K) [image/jpeg]
  Remote file exists.

But does not exist in the mount.

$ stat /mnt/weed/buckets/three/folders/here/448fc478ee6aa1dddc8797417b82aa1c459c967374e9784c845aff1fc9b21b3e.jpg
  stat: cannot stat '/mnt/weed/buckets/three/folders/here/448fc478ee6aa1dddc8797417b82aa1c459c967374e9784c845aff1fc9b21b3e.jpg': No such file or directory

System Setup

Expected behavior
All files that are accessible via the Filer should be accessible via the FUSE mount.

Additional context
The FUSE mount was never unmounted throughout the whole duration of filer.copy and the subsequent file checks.

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