Chris Lu
|
8645283a7b
|
fuse mount: avoid lookup nil entry
fix https://github.com/chrislusf/seaweedfs/issues/1221
|
5 years ago |
Chris Lu
|
f90c43635d
|
refactoring
|
5 years ago |
Chris Lu
|
410bce3925
|
go fmt
|
5 years ago |
Chris Lu
|
6a8484b4ae
|
master able to list all master clients by type
|
5 years ago |
Chris Lu
|
ed0acd1722
|
go fmt
|
5 years ago |
Chris Lu
|
0156e2975a
|
mount: add mode to run external to SeaweedFS container cluster
|
5 years ago |
Chris Lu
|
86cce3eb58
|
fix test
|
5 years ago |
Chris Lu
|
97ab8a1976
|
remove ctx if possible
|
5 years ago |
Chris Lu
|
892e726eb9
|
avoid reusing context object
fix https://github.com/chrislusf/seaweedfs/issues/1182
|
5 years ago |
Chris Lu
|
7d10fdf737
|
fix directory lookup nil
|
5 years ago |
Chris Lu
|
e86da5a491
|
minor
|
5 years ago |
Chris Lu
|
0644d63748
|
shell: add commands for bucket
|
5 years ago |
Chris Lu
|
3a1d017de2
|
shell: ensure dc and rack does not change for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1203
|
5 years ago |
Chris Lu
|
40ae533fa3
|
shell: add volume.configure.replication to change replication for a volume
fix https://github.com/chrislusf/seaweedfs/issues/1192
|
5 years ago |
Chris Lu
|
d335f04de6
|
support env variables to overwrite toml file
|
5 years ago |
Chris Lu
|
72a64a5cf8
|
use the same context object in order to retry
|
5 years ago |
Chris Lu
|
c48fc8b4de
|
grpc send error via response instead of grpc error
|
5 years ago |
Chris Lu
|
1b0bfbaf59
|
refactoring
|
5 years ago |
Chris Lu
|
9c139e0601
|
update help message
|
5 years ago |
Chris Lu
|
88a80ab557
|
fix help message
|
5 years ago |
Chris Lu
|
09043c8e5a
|
fs: synchronized meta file writing
fix https://github.com/chrislusf/seaweedfs/issues/1175
|
5 years ago |
Chris Lu
|
37b64a50b4
|
ec: generate and copy .vif file
|
5 years ago |
Chris Lu
|
eecad6062a
|
go fmt
|
5 years ago |
Chris Lu
|
d960b3474a
|
tier storage: support downloading the remote dat files
|
5 years ago |
Chris Lu
|
3ebeae0c0b
|
ec encode distribute ec data and parity shards evenly
|
5 years ago |
Chris Lu
|
1ad34a2487
|
ed.decode prefers servers with most data shards
|
5 years ago |
Chris Lu
|
a18f62bbe7
|
only copy required shards
|
5 years ago |
Chris Lu
|
c7d5a0b00c
|
adjust help message
|
5 years ago |
Chris Lu
|
8a2d529759
|
go fmt
|
5 years ago |
Chris Lu
|
09ca936c78
|
shell: add ec.decode command
|
5 years ago |
Chris Lu
|
dda5c6d3cb
|
fmt
|
5 years ago |
Chris Lu
|
71d55ec5cb
|
adjust help message
|
5 years ago |
Chris Lu
|
d0aa0c5086
|
shell: add fs.meta.cat to see file meta data content
related to https://github.com/chrislusf/seaweedfs/issues/1163
|
5 years ago |
Chris Lu
|
0fa1269bc7
|
filer: streaming file listing
|
5 years ago |
Chris Lu
|
bf4b13612d
|
adjust command name
|
5 years ago |
Chris Lu
|
f81d43442b
|
filer: speed up filer.meta.save by parallelizing
|
5 years ago |
Chris Lu
|
e426bd541e
|
grow volumes on volume servers with slots freed by cloud storage
|
5 years ago |
Chris Lu
|
70648d35ad
|
go fmt
|
5 years ago |
Chris Lu
|
ec8de250e2
|
tiered storage: can copy to s3, read from s3
master not aware tiered volume yet, file assigning is not working yet
|
5 years ago |
Chris Lu
|
586798ecc0
|
go fmt
|
5 years ago |
Lei Liu
|
1ba3456ac2
|
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
|
5 years ago |
Chris Lu
|
0f9ba84274
|
s3
|
5 years ago |
Chris Lu
|
5f6b360eb7
|
adjust error message
|
5 years ago |
Chris Lu
|
2cbe79acda
|
fix typo in command help
|
5 years ago |
Chris Lu
|
66acc2c84f
|
passing in averageShardsPerEcNode instead of expectedTotalEcShards
addressing https://github.com/chrislusf/seaweedfs/issues/1111
|
5 years ago |
Chris Lu
|
40514c5362
|
add sortEcNodesByFreeslotsDecending and sortEcNodesByFreeslotsAscending
addressing https://github.com/chrislusf/seaweedfs/issues/1111
|
5 years ago |
Chris Lu
|
717ec47fa2
|
avoid double counting ec slot
addressing issue found in https://github.com/chrislusf/seaweedfs/issues/1111
The ec slots are already counted on the server side.
|
5 years ago |
Chris Lu
|
9c2f3b1b0f
|
fix rack_not_found case
fix rack_not_found in https://github.com/chrislusf/seaweedfs/issues/1111
|
5 years ago |
Chris Lu
|
e6ab75972f
|
use constant
|
5 years ago |
Chris Lu
|
69de05f6cb
|
go fmt
|
5 years ago |