seaweedfs/weed/server
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
..
filer_ui make space for the QR code 2020-10-30 10:55:31 -07:00
master_ui conditionally display volume server public url link 2020-10-23 23:58:46 -07:00
volume_server_ui support customizable disk type 2021-02-13 15:42:42 -08:00
common.go refactoring to get master function, instead of passing master values directly 2021-02-17 20:55:55 -08:00
common_test.go jwt check the base file id 2019-03-03 10:17:44 -08:00
filer_grpc_server.go refactoring to get master function, instead of passing master values directly 2021-02-17 20:55:55 -08:00
filer_grpc_server_kv.go filer: cross cluster synchronization 2020-09-09 11:21:23 -07:00
filer_grpc_server_rename.go change limit to int64 in case of overflow 2021-01-14 23:10:37 -08:00
filer_grpc_server_sub_meta.go filer: ensure seamless meta data updates 2021-01-11 02:08:55 -08:00
filer_server.go filer store: add postgres2 2021-01-19 18:07:29 -08:00
filer_server_handlers.go go fmt 2021-01-28 15:23:46 -08:00
filer_server_handlers_proxy.go adjust http max idle connections per host 2021-02-12 03:47:15 -08:00
filer_server_handlers_read.go filer: do not return no content for empty files 2021-02-23 12:25:27 -08:00
filer_server_handlers_read_dir.go change limit to int64 in case of overflow 2021-01-14 23:10:37 -08:00
filer_server_handlers_tagging.go filer: add API to add/modify/delete tagging 2020-11-09 01:00:07 -08:00
filer_server_handlers_write.go refactoring to get master function, instead of passing master values directly 2021-02-17 20:55:55 -08:00
filer_server_handlers_write_autochunk.go s3: set filename when uploading file chunks 2021-02-17 20:54:53 -08:00
filer_server_handlers_write_cipher.go go fmt 2020-12-16 09:14:05 -08:00
filer_server_rocksdb.go works 2021-01-02 23:32:58 -08:00
master_grpc_server.go this can compile now!!! 2021-02-16 02:47:02 -08:00
master_grpc_server_admin.go support multiple locks 2020-05-25 18:39:53 -07:00
master_grpc_server_collection.go avoid reusing context object 2020-02-25 21:50:12 -08:00
master_grpc_server_volume.go Show the real disk usage in stats calls 2021-02-26 13:58:40 +01:00
master_server.go Merge pull request #1650 from kmlebedev/masterServerEnableUI 2020-12-14 00:31:51 -08:00
master_server_handlers.go add descriptive error if no free volumes 2021-02-18 19:10:20 -08:00
master_server_handlers_admin.go go fmt 2021-02-17 20:57:08 -08:00
master_server_handlers_ui.go inject git version into build 2020-06-02 00:10:38 -07:00
raft_server.go adjust election timeout to 10 seconds 2020-10-23 23:06:44 -07:00
raft_server_handlers.go fix: remove deleted peers if resumeState = true 2020-10-04 21:56:17 +05:00
volume_grpc_admin.go use hdd instead of empty string 2021-02-16 03:03:00 -08:00
volume_grpc_batch_delete.go pass in option to read deleted entries 2020-08-18 17:37:26 -07:00
volume_grpc_client_to_master.go go fmt 2021-02-17 20:57:08 -08:00
volume_grpc_copy.go volume.tier.move: passing non-empty disk type 2021-02-22 01:59:03 -08:00
volume_grpc_copy_incremental.go fix typo offset.ToAcutalOffset to offset.ToActualOffset 2021-02-07 12:11:51 +08:00
volume_grpc_erasure_coding.go this can compile now!!! 2021-02-16 02:47:02 -08:00
volume_grpc_query.go pass in option to read deleted entries 2020-08-18 17:37:26 -07:00
volume_grpc_tail.go fix typo offset.ToAcutalOffset to offset.ToActualOffset 2021-02-07 12:11:51 +08:00
volume_grpc_tier_download.go volume: add "-dir.idx" option for separate index storage 2020-11-27 03:17:10 -08:00
volume_grpc_tier_upload.go volume: add "-dir.idx" option for separate index storage 2020-11-27 03:17:10 -08:00
volume_grpc_vacuum.go volume: compaction can cause readonly volumes 2020-03-17 09:43:57 -07:00
volume_server.go this can compile now!!! 2021-02-16 02:47:02 -08:00
volume_server_handlers.go filer: add CORS support 2020-10-31 16:44:03 -07:00
volume_server_handlers_admin.go support customizable disk type 2021-02-13 15:42:42 -08:00
volume_server_handlers_helper.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
volume_server_handlers_read.go Merge remote-tracking branch 'origin/master' 2021-02-18 14:05:51 +08:00
volume_server_handlers_ui.go support customizable disk type 2021-02-13 15:42:42 -08:00
volume_server_handlers_write.go refactoring to get master function, instead of passing master values directly 2021-02-17 20:55:55 -08:00
webdav_server.go webdav add replication setting 2021-02-18 12:15:09 -08:00