Chris Lu
|
60686a0bb7
|
make tcp optional
|
2021-03-07 14:45:36 -08:00 |
|
Chris Lu
|
c5cb346a08
|
fix compilation error
|
2021-03-04 12:36:20 -08:00 |
|
Chris Lu
|
f5cc96f289
|
skip checking master peers if not starting master
|
2021-03-04 12:31:26 -08:00 |
|
Chris Lu
|
62191b08ea
|
disk type support custom tags
|
2021-02-22 02:03:12 -08:00 |
|
Chris Lu
|
e1992c83de
|
webdav adds disktype
|
2021-02-18 15:45:44 -08:00 |
|
Chris Lu
|
c2ad6f1047
|
webdav add replication setting
fix https://github.com/chrislusf/seaweedfs/issues/1817
|
2021-02-18 12:15:09 -08:00 |
|
Chris Lu
|
0bc3a1f9e8
|
disk type only supports hdd and ssd, not ready for random tags yet
|
2021-02-14 11:38:43 -08:00 |
|
Chris Lu
|
ef76365ec2
|
adjust help message
|
2021-02-13 15:47:08 -08:00 |
|
Chris Lu
|
821c46edf1
|
Merge branch 'master' into support_ssd_volume
|
2021-02-09 11:37:07 -08:00 |
|
Chris Lu
|
d67ccb66c0
|
webdav: can start together with "weed server" or "weed filer"
|
2021-01-31 22:16:52 -08:00 |
|
Chris Lu
|
1efb51ba84
|
filer: change to saveToFilerLimit from cacheToFilerLimit
short circuit saving small files to volume server
|
2021-01-10 23:14:46 -08:00 |
|
Chris Lu
|
30efaa66c6
|
server: add option to disable master
|
2021-01-07 02:35:47 -08:00 |
|
Chris Lu
|
90df52d001
|
s3: add command option "allowEmptyFolder" to filer and server
|
2020-12-27 21:09:06 -08:00 |
|
Chris Lu
|
51eadaf2b6
|
rename parameter name to "disk"
|
2020-12-13 12:05:31 -08:00 |
|
Chris Lu
|
263eb29e9f
|
filer: add option to cache small files to filer store
|
2020-12-04 22:39:43 -08:00 |
|
Chris Lu
|
6d30b21b10
|
volume: add "-dir.idx" option for separate index storage
fix https://github.com/chrislusf/seaweedfs/issues/1265
|
2020-11-27 03:17:10 -08:00 |
|
Chris Lu
|
983fd90010
|
marked as WIP
|
2020-11-26 15:08:52 -08:00 |
|
Chris Lu
|
b11449f955
|
pass in dir.idx parameter to DiskLocation
|
2020-11-26 14:59:03 -08:00 |
|
Chris Lu
|
47047516d6
|
Revert "increase default volume file size limit to 1024"
This reverts commit 0983060a
I am confused why this was changed to 1024 by myself. 1GB should be too large for most cases.
|
2020-10-29 15:46:29 -07:00 |
|
Chris Lu
|
c6d9974fe7
|
server: Add option to enable/disable volume server
fix https://github.com/chrislusf/seaweedfs/issues/1572
|
2020-10-29 00:24:18 -07:00 |
|
Konstantin Lebedev
|
a9a7005687
|
set desc of option
|
2020-10-22 11:23:00 +05:00 |
|
Chris Lu
|
6c92fa349d
|
filer: support default rack
fix https://github.com/chrislusf/seaweedfs/issues/1546
|
2020-10-20 17:41:39 -07:00 |
|
Chris Lu
|
2c20ef72ae
|
fix starting problem
|
2020-10-03 13:56:38 -07:00 |
|
Устюжанин Антон Александрович
|
6fbfe73683
|
fix: resumeState
|
2020-10-03 22:16:47 +05:00 |
|
Chris Lu
|
79ab10e300
|
adjust help message
|
2020-09-30 09:32:00 -07:00 |
|
Chris Lu
|
55cb68c09c
|
filer: replication follows master config if not specified
|
2020-09-30 09:15:55 -07:00 |
|
Chris Lu
|
4856bce0ee
|
adjust for metrics port
|
2020-09-24 10:21:23 -07:00 |
|
Chris Lu
|
d2d3aec3e1
|
consolidate to one metricsPort in "weed server" mode
|
2020-09-24 09:55:02 -07:00 |
|
Konstantin Lebedev
|
324e44d4b3
|
add start metrics server
|
2020-09-24 17:45:39 +05:00 |
|
James Hartig
|
658fc2e5b6
|
Allow option to enable volume pprof on server
|
2020-09-21 22:43:10 -04:00 |
|
Chris Lu
|
cd9b89ba55
|
reduce default wait time to 10s before shutting down
|
2020-09-12 04:05:33 -07:00 |
|
Konstantin Lebedev
|
464d4c82ec
|
stop send heartbeat before stop volume server
|
2020-08-26 16:16:11 +05:00 |
|
Chris Lu
|
0983060a90
|
increase default volume file size limit to 1024
avoid possible large chunk size set on mount or filer
|
2020-08-13 09:07:22 -07:00 |
|
Chris Lu
|
f43146b237
|
resolve directories if containing home directory
|
2020-07-16 22:50:14 -07:00 |
|
李远军
|
6608cb5f43
|
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2
|
2020-07-10 10:08:36 +08:00 |
|
Chris Lu
|
d198e8c6d6
|
filer: support cross filer meta data sync if sharing the same store
|
2020-07-06 09:24:54 -07:00 |
|
Chris Lu
|
59152334c7
|
default to 1%
|
2020-07-03 16:42:53 -07:00 |
|
Chris Lu
|
12f6b683fc
|
default to 8 volumes
in case all the volumes are allocated for a collection
|
2020-06-28 14:34:21 -07:00 |
|
Chris Lu
|
8b4a32e782
|
adjust help message
|
2020-06-21 08:34:24 -07:00 |
|
Chris Lu
|
b4ec04d464
|
fix the help message
|
2020-06-21 08:31:20 -07:00 |
|
Chris Lu
|
de5ca9b258
|
remove fixJpgOrientation
|
2020-06-20 12:50:40 -07:00 |
|
Chris Lu
|
a0464fc267
|
fix help
fix https://github.com/chrislusf/seaweedfs/issues/1359
|
2020-06-12 22:06:21 -07:00 |
|
Chris Lu
|
b9365de47b
|
fix volume server pprof
|
2020-06-10 13:10:10 -07:00 |
|
Chris Lu
|
45a9d852d3
|
go fmt
|
2020-06-05 15:27:10 -07:00 |
|
Evgenii Kozlov
|
2410ffbd79
|
Name fix
|
2020-06-05 19:00:38 +03:00 |
|
Evgenii Kozlov
|
0e0db70f55
|
Set volumes ReadOnly if low free disk space
|
2020-06-05 18:18:15 +03:00 |
|
Chris Lu
|
393ab07c7c
|
disable pulse seconds
there are a few other hard coded timing settings, which will cause disconnected volume servers.
|
2020-06-04 10:52:01 -07:00 |
|
Chris Lu
|
2bfd810912
|
combine msgBroker into weed server command
|
2020-05-17 22:44:20 -07:00 |
|
Chris Lu
|
cf54d70311
|
filer: add -ip.bind option
|
2020-04-21 14:21:06 -07:00 |
|
Chris Lu
|
076c8bd3bc
|
filer master start up with default ip address instead of just localhost
|
2020-04-18 15:17:27 -07:00 |
|
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 |
|