1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-28 05:12:13 +02:00
seaweedfs/weed
Patrick Schmidt 5f7b024891 Show the real disk usage in stats calls
Currently the file size of only one volume location is taken into
account in the stats. This commit multiplies the disk usages by the
amount of nodes holding a replica of the volume.
This will yield the expected amount of disk usage and matches the
total size calculations from before.
2021-02-26 13:58:40 +01:00
..
command disk type support custom tags 2021-02-22 02:03:12 -08:00
filer filer: fs.configure should try to read from entry.content also 2021-02-18 17:07:02 -08:00
filesys this can compile now!!! 2021-02-16 02:47:02 -08:00
ftpd
glog fix log help 2021-02-21 10:46:01 +08:00
images
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 grpc should fail when heart beating to master 2021-02-19 03:37:29 -08:00
query
replication use fasthttp lib to read 2021-02-12 05:59:52 -08:00
s3api Merge remote-tracking branch 'origin/master' 2021-02-18 14:05:51 +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 Show the real disk usage in stats calls 2021-02-26 13:58:40 +01:00
shell volume.tier.move: avoid repeated move for replicated volumes 2021-02-23 03:49:14 -08:00
static
statik
stats
storage volume.tier.move: passing non-empty disk type 2021-02-22 01:59:03 -08:00
topology Show the real disk usage in stats calls 2021-02-26 13:58:40 +01:00
util 2.28 2021-02-22 22:54:34 -08:00
wdclient add "weed filer.cat" to read files directly from volume servers 2021-01-06 04:22:00 -08:00
Makefile
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