We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Same as: #2465
/fastdfs : Mount of "Local Weed" /dfs: Mount of "Remote Weed"
When:
mkdir /fastdfs/buckets/newbucket/ (On Local Server)
I got ❌:
ll /dfs/buckets/ (On Remote Server)
drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-1317 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-1521 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2486 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2595 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2863 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-3108 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-3293 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-4312 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-4410 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-5927 drwxrwxrwx 1 root root 0 Dec 5 23:40 'newbucket- 633' drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-8048 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-8791 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-9973
I want ✅:
drwxr-xr-x 1 root root 0 Dec 5 23:40 newbucket
I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-2595 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-3108 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-1317 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-4410 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-2863 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-9973 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket- 633 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-1521 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-3293 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-2486 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-8048 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-8791 I1205 23:40:10 15824 filer_remote_gateway_buckets.go:97] create bucket newbucket-5927
The text was updated successfully, but these errors were encountered:
-createBucketWithRandomSuffix can fix this.
Sorry, something went wrong.
avoid creating the same bucket with a different randomized name
c146c76
related to #2492
No branches or pull requests
System setup
Same as: #2465
Info:
/fastdfs : Mount of "Local Weed"
/dfs: Mount of "Remote Weed"
Describe the bug
When:
I got ❌:
drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-1317 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-1521 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2486 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2595 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-2863 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-3108 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-3293 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-4312 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-4410 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-5927 drwxrwxrwx 1 root root 0 Dec 5 23:40 'newbucket- 633' drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-8048 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-8791 drwxrwxrwx 1 root root 0 Dec 5 23:40 newbucket-9973
Expected behavior
When:
I want ✅:
Some logs
The text was updated successfully, but these errors were encountered: