seaweedfs/weed
Patrick Schmidt 7413d59750 Fix EC shard count logic
This fixes the calculation of the amount of EC shards a node holds.
Previously a global counter was increased, but also used inside the
loop to apply disk usage deltas. This led to wrong absolute numbers.
The fix is to apply only deltas of single EC shards per iteration.
2021-03-05 12:50:58 +01:00
..
command volume server: support tcp direct put/get/delete 2021-03-05 02:29:38 -08:00
filer filer source: support filerProxy mode 2021-02-28 16:19:47 -08:00
filesys reduce possibility of nil entry 2021-03-02 13:33:56 -08:00
ftpd scaffold for sftpd 2020-10-30 20:57:08 -07:00
glog fix log help 2021-02-21 10:46:01 +08:00
images Revert "remove fixJpgOrientation" 2020-07-10 10:08:36 +08:00
messaging add back AdjustedUrl() related code 2021-01-28 14:36:29 -08:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation filer: avoid encryption and compression at the same time 2021-02-22 12:22:49 -08:00
pb go fmt 2021-03-02 20:59:56 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
replication go fmt 2021-02-28 20:34:14 -08:00
s3api delete the folder object in multi_object_delete 2021-03-04 14:03:40 -08:00
security avoid concurrent map updates to viper 2021-01-12 02:28:13 -08:00
sequence Revert "close opened file" 2021-01-12 11:07:14 -08:00
server volume server: support tcp direct put/get/delete 2021-03-05 02:29:38 -08:00
shell adjust text 2021-02-28 19:02:43 -08:00
static embed static resources via statik 2018-10-07 21:42:57 -07:00
statik embed static resources via statik 2018-10-07 21:42:57 -07:00
stats add available resource stats 2020-10-22 09:13:47 -07:00
storage volume server: support tcp direct put/get/delete 2021-03-05 02:29:38 -08:00
topology Fix EC shard count logic 2021-03-05 12:50:58 +01:00
util adjust help message 2021-03-03 02:12:46 -08:00
wdclient add "weed filer.cat" to read files directly from volume servers 2021-01-06 04:22:00 -08:00
Makefile filer.backup: added to replace filer.replicate 2021-02-28 16:22:27 -08:00
weed.go support command line arguments in a configuration file so we can weed master -config=master.conf, weed volume -config=volume.conf and etc. 2021-02-20 16:52:57 +08:00