Chris Lu
|
ebfab42a50
|
refactoring
|
2020-04-20 00:08:47 -07:00 |
|
Chris Lu
|
2955b96ef1
|
refactor
|
2020-04-19 23:54:32 -07:00 |
|
Chris Lu
|
f373232227
|
Merge pull request #1280 from bukton123/filer_mongodb
Add new filer support mongodb
|
2020-04-19 20:35:19 -07:00 |
|
Chris Lu
|
076c8bd3bc
|
filer master start up with default ip address instead of just localhost
|
2020-04-18 15:17:27 -07:00 |
|
bukton
|
290c6b7f01
|
Merge remote-tracking branch 'origin/master' into filer_mongodb
# Conflicts:
# go.mod
# go.sum
# weed/server/filer_server.go
|
2020-04-19 00:21:45 +07:00 |
|
bukton
|
cd9cccec55
|
add import mongodb to filer server
|
2020-04-18 22:30:13 +07:00 |
|
Chris Lu
|
826f96b6f3
|
fix unreachable code
|
2020-04-17 10:04:28 -07:00 |
|
Chris Lu
|
bda82f61bc
|
filer: able to append to a file
|
2020-04-17 02:28:09 -07:00 |
|
Chris Lu
|
f5a748d33c
|
refactoring
|
2020-04-16 02:55:09 -07:00 |
|
Chris Lu
|
ce4b369be2
|
scaffolding messaging
|
2020-04-16 02:21:23 -07:00 |
|
Reed
|
aada5b9aa7
|
making volume stats size info readable.
|
2020-04-16 10:08:08 +08:00 |
|
Chris Lu
|
2b5c4fbbf3
|
tiered caching
1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files
|
2020-04-13 22:19:27 -07:00 |
|
Chris Lu
|
7764e0465c
|
refactoring
|
2020-04-12 21:00:55 -07:00 |
|
Chris Lu
|
8e23dc078b
|
refactoring
|
2020-04-12 20:48:21 -07:00 |
|
Chris Lu
|
5361f999ed
|
shell: only one shell is allowed to connect to the cluster
fix https://github.com/chrislusf/seaweedfs/issues/1266
|
2020-04-12 17:48:39 -07:00 |
|
Chris Lu
|
d30483d642
|
re-enable system logs
|
2020-04-12 14:03:07 -07:00 |
|
Chris Lu
|
6f948e4887
|
remove configurable topics folder location
|
2020-04-12 13:07:59 -07:00 |
|
Chris Lu
|
b5a713be68
|
filer store: add redis2 redis_cluster2 as default redis store
|
2020-04-12 02:50:41 -07:00 |
|
Chris Lu
|
1c65656fb4
|
s3: add option to fsync buckets
|
2020-04-11 23:37:10 -07:00 |
|
Chris Lu
|
e4af63a721
|
volume server: accept fsync=true in write requests
|
2020-04-11 21:39:16 -07:00 |
|
Chris Lu
|
df97da25f9
|
mount: add on disk caching
|
2020-04-11 21:12:41 -07:00 |
|
Chris Lu
|
d7f3acb2c0
|
refactor
|
2020-04-11 12:45:24 -07:00 |
|
Chris Lu
|
e909b55633
|
refactoring
|
2020-04-11 12:39:46 -07:00 |
|
Chris Lu
|
1101a42e5c
|
mv : create new folder, move children, and delete old folder
|
2020-04-10 01:37:03 -07:00 |
|
Chris Lu
|
f6a7e79dc3
|
weed shell: simplify CLI option for filer
|
2020-04-08 23:57:15 -07:00 |
|
Chris Lu
|
dc08e4098f
|
add etag only for PUT or large chunked uploads
|
2020-04-08 09:13:26 -07:00 |
|
Chris Lu
|
ec2eb8bc48
|
add If-None-Match and If-Modified-Since
fix https://github.com/chrislusf/seaweedfs/issues/1269
|
2020-04-08 08:12:00 -07:00 |
|
Chris Lu
|
745f5d2a25
|
fix setting default value
|
2020-04-07 01:58:48 -07:00 |
|
Chris Lu
|
54debdc6f7
|
filer: fix configuration settings
|
2020-04-07 01:30:53 -07:00 |
|
Chris Lu
|
f14b6a09a8
|
remove duplicated update events
|
2020-04-05 13:22:15 -07:00 |
|
Chris Lu
|
91da7057b1
|
refactoring
|
2020-04-05 13:11:43 -07:00 |
|
Chris Lu
|
2d43f85577
|
watch entries with common path prefix
|
2020-04-05 12:51:21 -07:00 |
|
Chris Lu
|
7bc3c93512
|
add util.PathJoin
|
2020-04-05 12:40:46 -07:00 |
|
Chris Lu
|
bf270d9e8c
|
filer: able to tail meta data changes
|
2020-04-05 00:51:16 -07:00 |
|
Chris Lu
|
6e776aaafc
|
loop through all masters
|
2020-04-03 00:47:48 -07:00 |
|
Chris Lu
|
4a5e381feb
|
fail fast if filer configured wrong masters
fix https://github.com/chrislusf/seaweedfs/issues/1257
|
2020-04-03 00:47:33 -07:00 |
|
Chris Lu
|
aaf5e658cc
|
adjust parameter name
|
2020-04-03 00:41:05 -07:00 |
|
Chris Lu
|
6c96e51414
|
re-ordering
|
2020-04-03 00:40:54 -07:00 |
|
Chris Lu
|
fee3319cbf
|
handle gzip for image resizing
|
2020-04-02 23:44:24 -07:00 |
|
Chris Lu
|
73bc286377
|
volume: passing ext info via URL
|
2020-04-02 21:23:15 -07:00 |
|
Chris Lu
|
cea52a4faf
|
volume copying adds cleaning up on error
fix https://github.com/chrislusf/seaweedfs/issues/1253
|
2020-04-02 15:36:55 -07:00 |
|
Chris Lu
|
c446438ca5
|
Merge pull request #1255 from levenlabs/ignore
Added treat_replication_as_minimums master toml option
|
2020-04-01 16:48:58 -07:00 |
|
James Hartig
|
eae3f27c80
|
Added treat_replication_as_minimums master toml option
|
2020-04-01 19:08:48 -04:00 |
|
Chris Lu
|
50a5018b7f
|
writing meta logs is working
|
2020-03-30 01:19:33 -07:00 |
|
Chris Lu
|
9dc0b1df8f
|
refactoring to compile for windows OS
windows os does not like to work with fuse
|
2020-03-29 21:07:55 -07:00 |
|
Chris Lu
|
a75d50bbb8
|
FUSE: add configurable in memory chunk cache size
|
2020-03-28 14:07:16 -07:00 |
|
Chris Lu
|
826bc0b7e3
|
FUSE: add chunk cache for recently accessed file chunks
|
2020-03-28 13:43:31 -07:00 |
|
Chris Lu
|
eedd33dda3
|
refactoring
|
2020-03-28 13:41:58 -07:00 |
|
Chris Lu
|
d1439c5bd3
|
fix FUSE read for large files
FUSE expects ReadAt do not return partial filled buffer with a nil error.
|
2020-03-27 04:50:51 -07:00 |
|
Chris Lu
|
34a0d424f8
|
FUSE mount: report max volume count available disk space
|
2020-03-26 23:06:21 -07:00 |
|