j.laycock
|
6fc6322c90
|
Change joeslay paths to chrislusf paths
|
5 years ago |
j.laycock
|
595a1beff0
|
Swap imports to use joeslay
|
5 years ago |
Chris Lu
|
15ecf4e3bf
|
filer: default to leveldb2
|
6 years ago |
Chris Lu
|
d5560f2705
|
simplify metrics settings
|
6 years ago |
Chris Lu
|
8b43679ae3
|
refactoring
|
6 years ago |
Chris Lu
|
a11525fe4e
|
filer: adds basic metrics pushing to Prometheus gateway
|
6 years ago |
Chris Lu
|
ede876cfdb
|
periodic scripts exeuction from leader master
|
6 years ago |
Chris Lu
|
dabc9c9a89
|
filer: listen on specified ip address
|
6 years ago |
Chris Lu
|
21fe5bde7c
|
filer: remove customizable grpc port, fixed to filer port + 10000
|
6 years ago |
Chris Lu
|
2e03f3adef
|
filer: rename -port.public to -port.readonly
|
6 years ago |
Chris Lu
|
a3490b600c
|
weed filer, weed master: add option to disable http
|
6 years ago |
Chris Lu
|
d30600e6d6
|
fix filer starting under "weed server" when ip is not localhost
fix https://github.com/chrislusf/seaweedfs/issues/886
|
6 years ago |
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
6 years ago |
Chris Lu
|
4ff4a147b2
|
cleanup security.Secret
|
6 years ago |
Chris Lu
|
501bd72b1c
|
wip: add security.toml file
|
6 years ago |
Chris Lu
|
93d0ad09af
|
error log format
|
6 years ago |
Chris Lu
|
52b24a9902
|
default "weed server -filer" to same directory as -mdir
|
6 years ago |
Chris Lu
|
1cbd53c01c
|
WIP SeaweedFileSystem added mkdirs, getFileStatus, listStatus, delete
|
6 years ago |
Chris Lu
|
1d7e01b754
|
reformat
|
6 years ago |
Chris Lu
|
60d2f1557d
|
refactor func name
|
6 years ago |
Chris Lu
|
748870b03f
|
add "weed scaffold" command
|
6 years ago |
Chris Lu
|
f827ada811
|
merge notification config with filer.toml
|
6 years ago |
Chris Lu
|
f036ef8a3c
|
add filer notification
|
6 years ago |
Chris Lu
|
2e427c66ac
|
small refactoring
|
6 years ago |
Chris Lu
|
056871242b
|
remove println
|
7 years ago |
Chris Lu
|
1e1c368ae8
|
adjust filer help message
|
7 years ago |
Chris Lu
|
50d351944f
|
filer add data center option
|
7 years ago |
Chris Lu
|
d4d7ced922
|
refactoring: add type for needle id, offset
later the type size can possibly be adjusted
|
7 years ago |
Chris Lu
|
702ff48cda
|
add dir list limit option
|
7 years ago |
Chris Lu
|
2ad45ca04f
|
refactor
|
7 years ago |
Chris Lu
|
77fc8c5914
|
keep alive for gRpc calls
|
7 years ago |
Chris Lu
|
299312c805
|
use separate filer grpc port
|
7 years ago |
Chris Lu
|
43e3f5724c
|
use fixed list of masters in both filer and volume servers
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
7 years ago |
Chris Lu
|
9e77563c99
|
add leveldb store
1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store
|
7 years ago |
Chris Lu
|
9f345da20f
|
mv filer proto to filer_pb
|
7 years ago |
Chris Lu
|
43a69d20bf
|
change filer API to gRPC
|
7 years ago |
Chris Lu
|
61ff330e99
|
adjust instructions
|
7 years ago |
Chris Lu
|
ef6224e45d
|
filer default to auto chunking file size to 32MB
|
7 years ago |
Chris Lu
|
478fe0ecf2
|
filer add readonly public port
|
8 years ago |
Chris Lu
|
7ecc0f4b11
|
rename variables
|
8 years ago |
霍晓栋
|
b0035747e3
|
add filer support
|
8 years ago |
Mike Tolman
|
01d3f69c52
|
Adding AutoChunk/MaxMB Support to Filer API
This is related to the following issue I added to chrislusf/seaweedfs:
https://github.com/chrislusf/seaweedfs/issues/342
|
9 years ago |
Mike Tolman
|
a89a3c86d0
|
Revert "Add AutoChunking to the Filer API, so that you can upload really large files through the filer API."
This reverts commit 09059bfdcc .
|
9 years ago |
Mike Tolman
|
ce99bb927d
|
Revert "Adding HTTP verb whitelisting options."
This reverts commit 34837afc7a .
|
9 years ago |
Mike Tolman
|
34837afc7a
|
Adding HTTP verb whitelisting options.
|
9 years ago |
Mike Tolman
|
09059bfdcc
|
Add AutoChunking to the Filer API, so that you can upload really large files through the filer API.
|
9 years ago |
Chris Lu
|
5ce6bbf076
|
directory structure change to work with glide
glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this.
|
9 years ago |
Chris Lu
|
45a12505f2
|
bind ip address when starting filer
fix https://github.com/chrislusf/seaweedfs/issues/290
|
9 years ago |
chrislusf
|
4c8367a8b3
|
add redis password
fix https://github.com/chrislusf/seaweedfs/issues/263
|
9 years ago |