Replies: 2 comments
-
在 Juicefs 用户群中 ,通过 “雷” 的提示,在指定 redis时需要添加 6379 port ,且 添加 bucket name ,然后 顺利创建成功。 |
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
-
看到 https://juicefs.com/zh-cn/blog/user-stories/juicefs-vs-nfs-ai-storage#01-%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E5%9C%BA%E6%99%AF%E5%AD%98%E5%82%A8%E9%9C%80%E6%B1%82 内容之后,我想参考他们的思路解决公司在模型训练时数据集的读取问题。
现还在实验学习阶段:
juicefs format --storage s3 --bucket s3://localhost:8333 --access-key any_no_empty_key --secret-key any_no_empty_key redis://localhost/1 ssefs
错误提示:
2024/07/04 15:44:16.480758 juicefs[3229537] : Meta address: redis://localhost/1 [interface.go:504]
2024/07/04 15:44:16.483031 juicefs[3229537] : AOF is not enabled, you may lose data if Redis is not shutdown properly. [info.go:84]
2024/07/04 15:44:16.483257 juicefs[3229537] : Ping redis latency: 155.777µs [redis.go:3516]
2024/07/04 15:44:17.422891 juicefs[3229537] : object storage: Can't guess your region for bucket ssefs: InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records.
status code: 403, request id: DE81GQZRTQPWQ67Z, host id: z6isMmnXOb7lw/3CjTJ+M1xDzyFBaOBQldkC1y7V047ko71FBGp0JIvLIxqYIBdd0I9YZvvd5Bs= [format.go:482]
大神们指点一下
Beta Was this translation helpful? Give feedback.
All reactions