File acquisition failed #435
dollarkillerx
started this conversation in
General
Replies: 1 comment
-
@dollarkillerx You are using local disk as the object store, which can only be accessed from current machine, so other machine can't read files. To use JuiceFS as a shared file system, you need to use a object store that can be accessed from multiple machines, for example, MinIO. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current three servers are all under the same intranet, and all use enterprise-level SSDs
s1: os: ubuntu20 Deployment application: redis:6-alpine, juicefs version 0.13.0
s2: os: windows_server_2020 Deploy application: juicefs version 0.13.0 as a service provider node
s3: os: windows_server_2020 Deployment application: juicefs version 0.13.0
Experiment 1:
s2: run:
Then copy the 8G file to the Z mount disk
s1:
Failed to copy files in the z directory to the local directory
The error message The system cannot find the path specified.
s3: Same as above, failed, the error message is the same
Experiment 2:
s2: run:
Then copy the 32G file to the G mount disk
s1:
Failed to copy files in directory g to local directory
The error message The system cannot find the path specified.
s3: Same as above, failed, the error message is the same
ERROR:
Beta Was this translation helpful? Give feedback.
All reactions