Chris Lu
|
37234bf3f8
|
filer store adds kv support
can compile now, need to implement those unimplemented
|
4 years ago |
Chris Lu
|
e82217f95f
|
Merge pull request #1444 from levenlabs/delete
volume: Don't unmount before deleting volume in copy
|
4 years ago |
James Hartig
|
8e54e34576
|
volume: Don't unmount before deleting volume in copy
If we unmount first and then delete, the delete fails because the volume
was unmounted. Delete ends up doing the same thing as the unmount anyways.
|
4 years ago |
Chris Lu
|
2b14ae5819
|
fix tests
|
4 years ago |
Chris Lu
|
d91ec535b3
|
fix tests
|
4 years ago |
Chris Lu
|
eb7929a971
|
rename filer2 to filer
|
4 years ago |
Chris Lu
|
38e06d783d
|
volume: check disk space before compaction
fix https://github.com/chrislusf/seaweedfs/issues/1440
|
4 years ago |
Chris Lu
|
dbb10e0f0b
|
testing with more than 30days
|
4 years ago |
Chris Lu
|
dd176cdb8b
|
avoid tiny step pagination
|
4 years ago |
Chris Lu
|
97733c3dff
|
typo
|
4 years ago |
Chris Lu
|
c8398bdb09
|
adjust metrics
|
4 years ago |
Chris Lu
|
8a1c8e41b3
|
simplify if else logic
|
4 years ago |
Chris Lu
|
f0c89cfacd
|
go fmt
|
4 years ago |
Chris Lu
|
edb9d65e05
|
Merge pull request #1431 from kmlebedev/wip-prefix-search
Wip prefix search
|
4 years ago |
Konstantin Lebedev
|
9a195bebfd
|
accurate limit
|
4 years ago |
Konstantin Lebedev
|
18b98f9747
|
not convert err to string
|
4 years ago |
Konstantin Lebedev
|
22f32e75c4
|
rename
|
4 years ago |
Konstantin Lebedev
|
a8de332beb
|
fix
|
4 years ago |
Konstantin Lebedev
|
7f013d77d6
|
add var UnsupportedListDirectoryPrefixedErr
|
4 years ago |
Konstantin Lebedev
|
60a86cfe04
|
add const
|
4 years ago |
Konstantin Lebedev
|
82ea121d09
|
rm func
|
4 years ago |
Konstantin Lebedev
|
2ea638f865
|
filer store wrapper can implement the logic to filter by prefi
|
4 years ago |
Chris Lu
|
408e339c53
|
also delete the manifest chunk itself
|
4 years ago |
Chris Lu
|
dd52037c27
|
1.92
|
4 years ago |
Chris Lu
|
33d8c6c617
|
change log to warning
|
4 years ago |
Chris Lu
|
e62d7f221f
|
a bit more logs
|
4 years ago |
Chris Lu
|
22fe4ae573
|
mount: fix for UrBackup
|
4 years ago |
Chris Lu
|
ae84a9ee2e
|
add logs
|
4 years ago |
Chris Lu
|
a41588279a
|
change log level 5 to 4
|
4 years ago |
Chris Lu
|
56244fb9a1
|
fix hard coded host address
|
4 years ago |
Chris Lu
|
f2a8574448
|
filer and mount deletion resolves manifest chunks also
|
4 years ago |
Chris Lu
|
99ecf63276
|
go fmt
|
4 years ago |
Chris Lu
|
ef75ce8a34
|
use UTC for all time related folders
|
4 years ago |
Chris Lu
|
b69cb74c03
|
read meta logs by timestamp
pass in event ts when moving logs
meta aggregator reads in memory logs only
|
4 years ago |
Chris Lu
|
063c9ddac5
|
adjust logs
|
4 years ago |
Chris Lu
|
ca658a97c5
|
add signatures to messages to avoid double processing
|
4 years ago |
Chris Lu
|
63ad1abcce
|
watch: follow changes for a pattern
|
4 years ago |
Chris Lu
|
b7a654a318
|
file mime avoid saving application/octet-stream
|
4 years ago |
Chris Lu
|
707192f966
|
fix help message
|
4 years ago |
Chris Lu
|
0be6863c87
|
rename
|
4 years ago |
Chris Lu
|
50f7e2e89f
|
add log messages
|
4 years ago |
Chris Lu
|
6bc618051c
|
log message
|
4 years ago |
Chris Lu
|
9dae4e9d3e
|
fix logs
|
4 years ago |
Chris Lu
|
4c1a3187bf
|
fix log error
|
4 years ago |
Chris Lu
|
ab759f0ec2
|
erasure coding: fix EC error if multiple disks are configured in one volume server
|
4 years ago |
Chris Lu
|
d1cf39f180
|
fix logging
|
4 years ago |
Chris Lu
|
912d1706e7
|
wip
|
4 years ago |
Chris Lu
|
83012f543a
|
s: avoid possible completeMultipartUpload re-tries that can overwrite the uploaded file
|
4 years ago |
Chris Lu
|
fdb59d5968
|
Merge pull request #1433 from kmlebedev/volumePreStop
stop send heartbeat before stop volume server
|
4 years ago |
Konstantin Lebedev
|
464d4c82ec
|
stop send heartbeat before stop volume server
|
4 years ago |