Chris Lu
|
e32999108a
|
add auto configured volume max count help messge
|
2020-03-22 16:27:15 -07:00 |
|
Chris Lu
|
e73b0c2457
|
remove not ready status
|
2020-03-09 22:31:14 -07:00 |
|
Chris Lu
|
1dc30214cb
|
mark encryptVolumeData as not ready
|
2020-03-08 17:02:47 -07:00 |
|
Chris Lu
|
9b3109a5d8
|
filer: processing all response headers, no pass through to volume server
* filer calculate MD5 etag
* filer handle response headers, instread of pass it to volume servers
|
2020-03-08 15:42:44 -07:00 |
|
Chris Lu
|
13e215ee5c
|
filer: option to encrypt data on volume server
|
2020-03-06 00:49:47 -08:00 |
|
Chris Lu
|
5bcb44eda9
|
filer: move buckets folder to filer.toml since it should not be changed often
|
2020-02-24 14:42:57 -08:00 |
|
Chris Lu
|
d8dec2323b
|
s3: move buckets folder configuration to filer
|
2020-02-24 14:34:14 -08:00 |
|
Chris Lu
|
e7b63d50b1
|
add s3.config to server.go
|
2020-02-09 14:31:51 -08:00 |
|
Chris Lu
|
3eafec4b29
|
volume: add option to limit file size
|
2020-01-03 00:37:26 -08:00 |
|
Chris Lu
|
6f75df8660
|
server: fix starting default master list
|
2019-08-10 03:10:03 -07:00 |
|
Chris Lu
|
8afd8d35b3
|
master: followers can also lookup and redirect
improve scalability
|
2019-07-28 03:58:13 -07:00 |
|
Chris Lu
|
2c6cf72e73
|
refactoring
|
2019-07-28 01:55:05 -07:00 |
|
Chris Lu
|
c777102da9
|
go fmt
|
2019-06-23 15:30:16 -07:00 |
|
Chris Lu
|
d5560f2705
|
simplify metrics settings
|
2019-06-23 15:29:49 -07:00 |
|
Chris Lu
|
6f8b335007
|
fix duplicated flags
|
2019-06-23 03:11:21 -07:00 |
|
Chris Lu
|
f16375621f
|
big refactoring
|
2019-06-23 03:08:27 -07:00 |
|
Chris Lu
|
d8ed73926d
|
volume servers get metrics address and interval from the master
|
2019-06-17 14:51:47 -07:00 |
|
Chris Lu
|
5f6c9825f8
|
volume server: adds basic metrics
|
2019-06-14 00:54:56 -07:00 |
|
Chris Lu
|
a11525fe4e
|
filer: adds basic metrics pushing to Prometheus gateway
|
2019-06-13 02:01:54 -07:00 |
|
Chris Lu
|
ede876cfdb
|
periodic scripts exeuction from leader master
|
2019-06-05 01:30:24 -07:00 |
|
Chris Lu
|
17ac1290c0
|
volume: load ec shards during heartbeats to master
|
2019-05-21 22:41:20 -07:00 |
|
Chris Lu
|
ab22407763
|
filer ip only use bind ip
|
2019-05-14 23:43:40 -07:00 |
|
Chris Lu
|
4c392ca762
|
use ip.bind to listen for grpc calls
help to avoid https://github.com/chrislusf/seaweedfs/issues/952
|
2019-05-06 08:10:18 -07:00 |
|
Chris Lu
|
b335f81a4f
|
volume: add option to limit compaction speed
|
2019-05-03 17:22:39 -07:00 |
|
Wine93
|
32f93fb09e
|
style: go fmt for all
|
2019-04-30 03:22:19 +00:00 |
|
Chris Lu
|
9774ede3cf
|
adjust usage description
|
2019-04-24 00:25:20 -07:00 |
|
Chris Lu
|
b04d7e3ac0
|
weed server: also optionally start S3 gateway
|
2019-04-24 00:18:01 -07:00 |
|
Chris Lu
|
21fe5bde7c
|
filer: remove customizable grpc port, fixed to filer port + 10000
|
2019-04-23 23:58:52 -07:00 |
|
Chris Lu
|
8a5ce16e96
|
weed volume: remove boltdb, btree options, add options for leveldb medium, large
|
2019-04-09 09:42:06 -07:00 |
|
Chris Lu
|
88ba08cb9e
|
add large disk support
|
2019-04-08 22:32:42 -07:00 |
|
Chris Lu
|
a3490b600c
|
weed filer, weed master: add option to disable http
|
2019-03-21 16:00:46 -07:00 |
|
Chris Lu
|
a4e8aa98a0
|
weed server: mkdir first, and set the master ip address
fix https://github.com/chrislusf/seaweedfs/issues/885
|
2019-03-15 00:32:42 -07:00 |
|
Chris Lu
|
4773497d2c
|
add back "/cluster/status"
fix https://github.com/chrislusf/seaweedfs/issues/870
|
2019-03-06 12:10:45 -08:00 |
|
Chris Lu
|
ab32556a51
|
weed server: fix error coming from moving raft to grpc
fix https://github.com/chrislusf/seaweedfs/issues/872
|
2019-03-06 10:21:49 -08:00 |
|
Chris Lu
|
2812c14520
|
master: add option to disable http operations
|
2019-03-02 05:10:05 -08:00 |
|
Chris Lu
|
07af52cb6f
|
raft change from http to grpc
master grpc port is fixed to http port + 10000
|
2019-02-18 22:38:14 -08:00 |
|
Chris Lu
|
77b9af531d
|
adding grpc mutual tls
|
2019-02-18 12:11:52 -08:00 |
|
Chris Lu
|
4ff4a147b2
|
cleanup security.Secret
|
2019-02-09 21:56:32 -08:00 |
|
Chris Lu
|
67e2ea72be
|
master add separate grpc port
due to https://github.com/soheilhy/cmux/issues/64
fix https://github.com/chrislusf/seaweedfs/issues/820
fix https://github.com/chrislusf/seaweedfs/issues/840
fix https://github.com/chrislusf/seaweedfs/issues/841
|
2019-01-18 14:14:47 -08:00 |
|
Chris Lu
|
93d0ad09af
|
error log format
|
2018-12-16 17:37:10 -08:00 |
|
Chris Lu
|
52b24a9902
|
default "weed server -filer" to same directory as -mdir
|
2018-12-05 23:24:25 -08:00 |
|
Chris Lu
|
60d3681371
|
default images.fix.orientation to false
|
2018-11-21 16:50:42 -08:00 |
|
Chris Lu
|
b1daede91b
|
move volume vacuum to gRpc
|
2018-10-14 23:12:43 -07:00 |
|
Chris Lu
|
1d7e01b754
|
reformat
|
2018-10-11 00:05:54 -07:00 |
|
Chris Lu
|
da6154b29c
|
refactor volume server to startVolumeServer()
|
2018-10-11 00:04:31 -07:00 |
|
Chris Lu
|
60d2f1557d
|
refactor func name
|
2018-10-10 23:19:54 -07:00 |
|
Chris Lu
|
f827ada811
|
merge notification config with filer.toml
|
2018-08-19 15:17:55 -07:00 |
|
Chris Lu
|
f036ef8a3c
|
add filer notification
|
2018-08-13 01:20:49 -07:00 |
|
Chris Lu
|
eca4b928d2
|
ensure master server count is odd
|
2018-08-12 14:25:31 -07:00 |
|
Chris Lu
|
50d351944f
|
filer add data center option
|
2018-07-09 02:22:48 -07:00 |
|
Chris Lu
|
922032b9bb
|
add filer sub dir list size limit to "weed server"
|
2018-07-08 02:11:36 -07:00 |
|
Chris Lu
|
77fc8c5914
|
keep alive for gRpc calls
|
2018-07-03 19:07:55 -07:00 |
|
Chris Lu
|
43e3f5724c
|
use fixed list of masters in both filer and volume servers
|
2018-06-01 00:39:39 -07:00 |
|
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
|
2018-05-26 03:49:46 -07:00 |
|
Chris Lu
|
942c2cbd7b
|
mv pb to master_pb
|
2018-05-09 23:11:54 -07:00 |
|
Chris Lu
|
4b9b9547d4
|
unused option
|
2018-02-27 13:57:15 -08:00 |
|
Chris Lu
|
ef6224e45d
|
filer default to auto chunking file size to 32MB
|
2017-09-15 08:24:30 -07:00 |
|
Chris Lu
|
e0dfa7a069
|
ensure 30GB or less
avoid https://github.com/chrislusf/seaweedfs/issues/535
|
2017-07-16 21:40:55 -07:00 |
|
Chris Lu
|
1fbb8723dc
|
add cpu and mem pprof
|
2017-06-22 01:33:58 -07:00 |
|
Chris Lu
|
5047bdb4a2
|
skip bytes cache
|
2017-06-03 11:44:24 -07:00 |
|
Chris Lu
|
478fe0ecf2
|
filer add readonly public port
|
2017-05-27 20:14:22 -07:00 |
|
Chris Lu
|
82c3ccc8dd
|
add btree for volume index
|
2017-05-26 22:51:25 -07:00 |
|
Chris Lu
|
41f686ab9d
|
remove weeds.conf
|
2017-02-12 21:58:44 -08:00 |
|
Chris Lu
|
e767c3ea4f
|
disable master connection timeout
temporarily disable master connection timeout due to heartbeat
connection timeout
|
2017-01-10 01:30:00 -08:00 |
|
Chris Lu
|
e46c3415f7
|
gRpc for master~volume heartbeat
|
2017-01-10 01:01:12 -08:00 |
|
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
2017-01-08 11:01:46 -08:00 |
|
Chris Lu
|
dcaf1796fe
|
add option to enable caching
|
2016-11-16 07:09:57 -08:00 |
|
霍晓栋
|
b0035747e3
|
add filer support
|
2016-08-31 11:32:30 +08:00 |
|
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
|
2016-08-05 16:01:30 -06:00 |
|
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 .
|
2016-08-05 15:47:46 -06:00 |
|
Mike Tolman
|
ce99bb927d
|
Revert "Adding HTTP verb whitelisting options."
This reverts commit 34837afc7a .
|
2016-08-05 15:45:48 -06:00 |
|
Mike Tolman
|
34837afc7a
|
Adding HTTP verb whitelisting options.
|
2016-08-05 15:23:43 -06:00 |
|
Mike Tolman
|
09059bfdcc
|
Add AutoChunking to the Filer API, so that you can upload really large files through the filer API.
|
2016-08-05 15:19:10 -06:00 |
|
Chris Lu
|
cdae9fc680
|
add "weed copy" command to copy files to filer
|
2016-07-20 23:45:55 -07:00 |
|
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.
|
2016-06-02 18:09:14 -07:00 |
|