Replies: 7 comments
-
One JuiceFS volume corresponds to one OSS bucket. You only need format a volume for one OSS bucket once. So in your example, the OSS bucket is By the way, the last parameter of |
Beta Was this translation helpful? Give feedback.
-
Hi, @xiaogaozi The OSS data directory is |
Beta Was this translation helpful? Give feedback.
-
Yes, JuiceFS will create a new directory with the same name as volume in the bucket. For example, you format a volume called According to the screenshot, it seems like your access key and secret key are incorrect, so you don't have permission to access the bucket.
Sorry my description is not accurate enough, I need to correct this sentence. Actually, you could format multiple volumes for one OSS bucket, but must specify different Redis address and volume name. |
Beta Was this translation helpful? Give feedback.
-
I see, thank you @xiaogaozi |
Beta Was this translation helpful? Give feedback.
-
Hi, @xiaogaozi could you tell me why the volume name can't contains underscores ? |
Beta Was this translation helpful? Give feedback.
-
Hi @xiaogaozi , I have another question: I have read-only access to an OSS directory. Can I use juicefs to speed up reading.
|
Beta Was this translation helpful? Give feedback.
-
It seems impossible for now to speed up data already exists in OSS. Since JuiceFS will take control the meta data and you |
Beta Was this translation helpful? Give feedback.
-
What happened:
Fail to mount an OSS folder with an underline folder name
What you expected to happen:
Can mount an OSS folder with an underline folder name
How to reproduce it (as minimally and precisely as possible):
Try to mount an OSS folder with an underline folder name
Anything else we need to know?
Environment:
./juicefs --version
) or Hadoop Java SDK version: juicefs version 0.11.0 (2021-03-01 a354b98)cat /etc/os-release
): CentOS Linuxuname -a
): 3.10.0-957.1.3.el7.x86_64Beta Was this translation helpful? Give feedback.
All reactions