Chris Lu
b1f377f822
mount: fail fast when connecting to filer
fix https://github.com/chrislusf/seaweedfs/issues/1034
5 years ago
Chris Lu
97ab8a1976
remove ctx if possible
5 years ago
Chris Lu
892e726eb9
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
5 years ago
Chris Lu
0841bedb15
move filer assign volume grpc errror to response
5 years ago
Chris Lu
6ab7368ef2
filer: dynamically create bucket under /buckets folder
5 years ago
Chris Lu
5bcb44eda9
filer: move buckets folder to filer.toml since it should not be changed often
5 years ago
Chris Lu
d8dec2323b
s3: move buckets folder configuration to filer
5 years ago
Chris Lu
4ed6b584e2
s3: access control limited by bucket
5 years ago
Chris Lu
b07089cff2
webdav out of "unstable"
5 years ago
Chris Lu
cf5064d702
properly close http response
5 years ago
Chris Lu
9b6296e77a
volume: add grpc file read operation
This is added more for performance benchmarking.
5 years ago
Chris Lu
b90ad6f452
add v2 support
5 years ago
Chris Lu
e7b63d50b1
add s3.config to server.go
5 years ago
Chris Lu
9ed364f053
support acl
5 years ago
Chris Lu
dc786a63ac
master: add configurable volume growth toml setting
5 years ago
Chris Lu
8925f3305d
adjust example
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
Chris Lu
72a64a5cf8
use the same context object in order to retry
5 years ago
Chris Lu
c48fc8b4de
grpc send error via response instead of grpc error
5 years ago
Chris Lu
e4b660699f
correct comments
fix https://github.com/chrislusf/seaweedfs/issues/1181
5 years ago
Chris Lu
dc9457fb87
fix compilation error
5 years ago
Chris Lu
aa73364a24
weed fix: add back .idx file generation
5 years ago
Chris Lu
3eafec4b29
volume: add option to limit file size
5 years ago
Chris Lu
86d4b18eb5
filer: optional recursive deletion
fix https://github.com/chrislusf/seaweedfs/issues/1176
5 years ago
Chris Lu
efd2f50ede
compaction changed to .idx based deletion
5 years ago
Chris Lu
abffe857a1
change btree map to in memory level db
5 years ago
Chris Lu
09ca936c78
shell: add ec.decode command
5 years ago
Chris Lu
a9b1ee18af
default redis reads options
details in https://github.com/chrislusf/seaweedfs/pull/1165
5 years ago
Chris Lu
fcbd04c425
default to false in scaffold.go
5 years ago
Dakota Sullivan
f934a85d58
Add readOnly and routeByLatency options to scaffold.go
5 years ago
Chris Lu
392678f8f3
upload skipping mimetype if not needed
5 years ago
Chris Lu
f59119cd1d
mount: rename to dirListCacheLimit to configure cache for long format directory list
5 years ago
Chris Lu
05c3b795dc
filer: configurable directory list cache size
5 years ago
Chris Lu
bbb6ebc3c0
filer: DeleteFolderChildren for deleting large folders
5 years ago
Chris Lu
5847c5afff
return meaningful error log
5 years ago
Chris Lu
0da7b894cc
pass backend config from master to volume servers
5 years ago
stlpmo
ea9d1ebd2f
resolve the Duration.Milliseconds() is not exist in golang v11 & v12
5 years ago
Chris Lu
61bc1d6ffd
tweaking
5 years ago
Chris Lu
09c6d8fa32
fix test
5 years ago
Chris Lu
f60154f330
master load backend storage config from master.toml
5 years ago
Chris Lu
641b92f53c
fix scaffold error
5 years ago
Lei Liu
13b6f09fea
fuse: adjust linux specific logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
46294b42e6
filer: support memsql
fix https://github.com/chrislusf/seaweedfs/issues/1141
5 years ago
Lei Liu
1ba3456ac2
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
5 years ago
Lei Liu
4c87b222f1
fuse: check mount point available before do runmount
1. Use more readable mount point information
2. Fix some typos
eg:
$ df -Th
Filesystem Type Size Used Avail Use% Mounted on
localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs
$ mount | grep weedfs
localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
67e5f5b558
typo
5 years ago
Chris Lu
9711a6ffaa
WIP
5 years ago
stlpmo
753138a3f7
test passed
5 years ago
Chris Lu
de0c983808
refactoring scaffolding for master.toml
5 years ago
Lei Liu
46755ea1e1
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago