chrislu
14859f0e8c
add mq agent options to server.go
3 weeks ago
zuzuviewer
8fa1a69f8c
* Fix undefined http serve behaiver ( #6943 )
3 weeks ago
Konstantin Lebedev
93007c1842
[volume] refactor and add metrics for flight upload and download data limit condition ( #6920 )
* refactor concurrentDownloadLimit
* fix loop
* fix cmdServer
* fix: resolve conversation pr 6920
* Changes logging function (#6919 )
* updated logging methods for stores
* updated logging methods for stores
* updated logging methods for filer
* updated logging methods for uploader and http_util
* updated logging methods for weed server
---------
Co-authored-by: akosov <a.kosov@kryptonite.ru>
* Improve lock ring (#6921 )
* fix flaky lock ring test
* add more tests
* fix: build
* fix: rm import util/version
* fix: serverOptions
* refactoring
---------
Co-authored-by: Aleksey Kosov <rusyak777@list.ru>
Co-authored-by: akosov <a.kosov@kryptonite.ru>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
3 weeks ago
chrislu
166e36bcd3
use telemetry.seaweedfs.com
4 weeks ago
Chris Lu
a1aab8a083
add telemetry ( #6926 )
* add telemetry
* fix go mod
* add default telemetry server url
* Update README.md
* replace with broker count instead of s3 count
* Update telemetry.pb.go
* github action to deploy
4 weeks ago
Mohamed Sekour
93aed187e9
Add SFTP Server Support ( #6753 )
* Add SFTP Server Support
Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
* fix s3 tests and helm lint
Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
* increase helm chart version
* adjust version
---------
Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
3 months ago
ARibster
d424cbbcd5
fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 ( #6747 )
ildeTimeout command line parameter for s3
3 months ago
ARibster
9f4be83e88
fix #6733 add s3.ip.bind command line parameter ( #6741 )
3 months ago
Weihao Jiang
75ef324533
Allow standalone webdav server to bind specific address ( #6403 )
* Allow standalone webdav to bind specific address
* Rename bindIp to ipBind
* Bind embedded webdav IP to its parent
4 months ago
chrislu
4463296811
add parallel vacuuming
11 months ago
vadimartynov
b796c21fa9
Added loadSecurityConfigOnce ( #5792 )
1 year ago
vadimartynov
ec9e7493b3
-metricsIp cmd flag ( #5773 )
* Added/Updated:
- Added metrics ip options for all servers;
- Fixed a bug with the selection of the binIp or ip parameter for the metrics handler;
* Fixed cmd flags
1 year ago
chrislu
ac6fd36c06
using fixed bootstrap from peer filer
1 year ago
Nikita Borzykh
64756c2d79
fix: correct command flag for master.raftBootstrap option in server.go ( #5701 )
1 year ago
MeenakshiSachdeva
d2516d99cc
Meenakshi fix filer sync ( #5672 )
* Fix Filer Sync Issue: 5455
* Fix Filer Sync Issue: 5455
1 year ago
jerebear12
85d6d5371b
Disable filer UI in configuration ( #5297 )
* Add filer.ui.enabled configuration property
* Add filer.expose_directory_metadata to config
* Ammend commit
* Remove ShowUI reference
* Update all routes that allow directory metadata
* Add cmd flag to server.go
1 year ago
Konstantin Lebedev
3b62b338a5
chore: add maxMB option for webdav ( #5165 )
2 years ago
jerebear12
06343f8976
Set allowed origins in config ( #5109 )
* Add a way to use a JWT in an HTTP only cookie
If a JWT is not included in the Authorization header or a query string, attempt to get a JWT from an HTTP only cookie.
* Added a way to specify allowed origins header from config
* Removed unecessary log
* Check list of domains from config or command flag
* Handle default wildcard and change name of config value to cors
2 years ago
James Hedley
6acb43bbbb
Add optional flags to enable mTLS with verification of client certificate ( #4910 )
2 years ago
Nico D'Cotta
796b7508f3
Implement SRV lookups for filer ( #4767 )
2 years ago
Henco Appel
680c2e76f1
Fix the segfault from not setting s3 https port ( #4667 )
2 years ago
Amir H. Yeganemehr
f0d3c874b6
Unix Socket listener for S3 server ( #4621 )
Add localSocket option to s3 server
2 years ago
Stewart Miles
dd71f54c6b
Fix -raftHashicorp and -raftBootstrap flag propagation. ( #4309 )
`weed server` was not correctly propagating
`-master.raftHashicorp` and `-master.raftBootstrap` flags when
starting the master server.
Related to #4307
2 years ago
lfhy
1976ca9160
add -disk to filer command ( #4247 )
* add -disk to filer command
* add diskType to filer.grpc
* use filer.disk when filerWebDavOptions.disk is empty
* add filer.disk to weed server command.
---------
Co-authored-by: 三千院羽 <3000y@MacBook-Pro.lan>
2 years ago
chrislu
469c959e6a
add missing options for webdav
3 years ago
Jiffs Maverick
4b0430e71d
[metrics] Add the ability to control bind ip ( #4012 )
3 years ago
Guo Lei
5b905fb2b7
Lazy loading ( #3958 )
* types packages is imported more than onece
* lazy-loading
* fix bugs
* fix bugs
* fix unit tests
* fix test error
* rename function
* unload ldb after initial startup
* Don't load ldb when starting volume server if ldbtimeout is set.
* remove uncessary unloadldb
* Update weed/command/server.go
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
* Update weed/command/volume.go
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: guol-fnst <goul-fnst@fujitsu.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
3 years ago
chrislu
9a339a9cfb
default hasSlowRead to true
3 years ago
Konstantin Lebedev
7ae51d1ec6
fix set master options for single server ( #3708 )
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
3 years ago
chrislu
10d5b4b32b
volume server: rename readBufferSize to readBufferSizeMB
3 years ago
famosss
d949a238b8
volume: add "readBufSize" option to customize read optimization ( #3702 )
* simplify a bit
* feat: volume: add "readBufSize" option to customize read optimization
* refactor : redbufSIze -> readBufferSize
* simplify a bit
* simplify a bit
3 years ago
chrislu
cf90f76a35
mark "hasSlowRead" as experimental
3 years ago
chrislu
896a85d6e4
volume: add "hasSlowRead" option to customize read optimization
3 years ago
chrislu
9b084d4c88
purge tcp implementation
3 years ago
chrislu
67814a5c79
refactor and fix strings.Split
3 years ago
LHHDZ
84ec68e11a
Add download speed limit support ( #3408 )
3 years ago
Konstantin Lebedev
4d08393b7c
filer prefer volume server in same data center ( #3405 )
* initial prefer same data center
https://github.com/seaweedfs/seaweedfs/issues/3404
* GetDataCenter
* prefer same data center for ReplicationSource
* GetDataCenterId
* remove glog
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
chrislu
74f60f246f
dynamically connect to a filer
3 years ago
chrislu
94b8c42b2c
clean up
3 years ago
chrislu
8d31e73ffd
mq broker adds data center and rack
3 years ago
chrislu
87ccef72db
cluster.ps can list brokers
3 years ago
chrislu
8ca7d1ef17
rename to SeaweedMQ
3 years ago
chrislu
11d79615c8
dynamically connect to a filer
3 years ago
chrislu
ef93869009
clean up
3 years ago
chrislu
0f5d7ed242
mq broker adds data center and rack
3 years ago
chrislu
857a42565e
cluster.ps can list brokers
3 years ago
chrislu
7df440e36f
rename to SeaweedMQ
3 years ago
yulai.li
358c0c0b37
Fix: provide filer.ui.deleteDir options for server command
3 years ago
liubaojiang
076e48a676
add inflight upload data wait timeout
3 years ago