Chris Lu
|
0a856241fe
|
avoid int bigger than math.MaxInt32
fix https://github.com/chrislusf/seaweedfs/issues/2363
|
3 years ago |
Chris Lu
|
225b019fe0
|
stream read multiple volumes in a volume server
|
3 years ago |
Chris Lu
|
c4d7ee6c5c
|
volume server: read all files in a volume
|
3 years ago |
Chris Lu
|
52fe86df45
|
use default 10000 for grpc port
|
3 years ago |
Chris Lu
|
2789d10342
|
go fmt
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
Chris Lu
|
0128239c0f
|
handle ipv6 addresses
|
3 years ago |
Chris Lu
|
889a39a24f
|
ipv6
|
3 years ago |
Chris Lu
|
2b1feb732c
|
remote.cache supports replication
|
3 years ago |
Chris Lu
|
c218ef20c7
|
filer.remote.sync: automatically detect the primary remote storage
|
3 years ago |
Chris Lu
|
0cda61d539
|
return error if not found
|
3 years ago |
Chris Lu
|
e93d4935e3
|
add other replica locations when assigning volumes
|
3 years ago |
Chris Lu
|
0652805236
|
cloud drive: add createBucket() deleteBucket()
|
3 years ago |
Chris Lu
|
d1a4e19a3f
|
volume: copy file also copies modification time
to ensure ttl can work well
|
3 years ago |
Chris Lu
|
8e125339d5
|
line wrap
|
3 years ago |
Chris Lu
|
68ea99190f
|
add additionalPathPrefixes
|
3 years ago |
Chris Lu
|
43fd11278e
|
support follow additional path prefixes
|
3 years ago |
Chris Lu
|
1dfcdc53b7
|
cloud drive: add storj, filebase
|
3 years ago |
Chris Lu
|
701cc133f3
|
cloud drive: s3 add option for v4 signature
|
3 years ago |
Chris Lu
|
05f32376eb
|
add cluster id in filer configuration response
|
3 years ago |
Chris Lu
|
001a472057
|
cloud mount: remote storage support hdfs
|
3 years ago |
Chris Lu
|
a22f37b01c
|
remove tencent region
|
3 years ago |
Chris Lu
|
05a648bb96
|
refactor: separating out remote.proto
|
3 years ago |
Chris Lu
|
c08ac536ed
|
cloud drive: add support for Wasabi
* disable md5, sha256 checking to avoid reading one chunk twice
* single threaded upload to avoid chunk swapping (to be enhanced later)
|
3 years ago |
Chris Lu
|
a7a914f120
|
cloud drive: add support for Baidu BOS
|
3 years ago |
Chris Lu
|
a19c728034
|
cloud drive: add support for Tencent COS
|
3 years ago |
Chris Lu
|
19a81d25af
|
cloud drive: add support for Aliyun OSS
|
3 years ago |
Chris Lu
|
47d775cf68
|
cloud drive: add support for BackBlaze
|
3 years ago |
Chris Lu
|
e9ebe24f2e
|
cloud drive: add support for Azure
|
3 years ago |
Chris Lu
|
00c4e06caa
|
cloud drive: s3 configurable force path style
|
3 years ago |
Chris Lu
|
2836a58d87
|
cloud drive: S3 supports storage class
|
3 years ago |
Chris Lu
|
258063de26
|
cloud drive: add google cloud storage
|
3 years ago |
Chris Lu
|
3ada61c875
|
rename
|
3 years ago |
Chris Lu
|
c34747c79d
|
rename, fix wrong logic.
|
3 years ago |
Chris Lu
|
08258a819d
|
fix mistake
|
3 years ago |
Chris Lu
|
4909bd9684
|
gRpc connection error on filer when no volume left #2243
fix https://github.com/chrislusf/seaweedfs/issues/2243
grpc do not cache connections only when connection problem happens.
Normal error results should not close the shared grpc connection.
|
3 years ago |
Chris Lu
|
5a0f92423e
|
use grpc and jwt
|
3 years ago |
Chris Lu
|
5571f4f70a
|
master: add master.follower to handle read file id lookup requests
|
3 years ago |
Chris Lu
|
69655ba8e5
|
mount: cache on reading remote storage
|
3 years ago |
Chris Lu
|
713c035a6e
|
shell: remote.cache remote.uncache
|
3 years ago |
Chris Lu
|
c0b12da4ef
|
shell: add filer.remote.unmount
|
3 years ago |
Chris Lu
|
4370a4db63
|
use int64 for volume count in case of negative overflow
|
3 years ago |
Chris Lu
|
270770d7d7
|
refactor
|
3 years ago |
Chris Lu
|
6b743dbbf9
|
refactor client subscribe metadata
|
3 years ago |
Chris Lu
|
9df7d16791
|
read <- remote_storage
|
3 years ago |
Chris Lu
|
899963ac20
|
remote storage location changed to struct
|
3 years ago |
Chris Lu
|
1752eeb538
|
remote.mount saves the mapping
|
3 years ago |
Chris Lu
|
4b94b03d90
|
directory to remote storage mapping
|
3 years ago |
Chris Lu
|
99b599aa8a
|
remote.mount
|
3 years ago |
Chris Lu
|
70effac0d3
|
configure and store remote configurations
|
3 years ago |