Chris Lu
|
26e7cd8c75
|
assign a different volume on large file copying
|
7 years ago |
Chris Lu
|
2fe0d479f1
|
filer.copy supports chunking
|
7 years ago |
Chris Lu
|
2d7dea1a09
|
a little refactoring
|
7 years ago |
Chris Lu
|
8a48baa056
|
add single chunk file copying to new filer
|
7 years ago |
Chris Lu
|
4e3ea49cff
|
properly working local write buffer
|
7 years ago |
Chris Lu
|
5c4480ec6c
|
add mountOptions.chunkSizeLimitMB, remove cmdMount.IsDebug
|
7 years ago |
Chris Lu
|
8ab7dd9d08
|
weed mount add options for collection and replication
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
7 years ago |
Chris Lu
|
9e77563c99
|
add leveldb store
1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store
|
7 years ago |
Chris Lu
|
9dd228747c
|
filer copy added uid/gid
|
7 years ago |
Chris Lu
|
c5cf9bd290
|
properly working filer
|
7 years ago |
Chris Lu
|
9f345da20f
|
mv filer proto to filer_pb
|
7 years ago |
Chris Lu
|
942c2cbd7b
|
mv pb to master_pb
|
7 years ago |
Chris Lu
|
43a69d20bf
|
change filer API to gRPC
|
7 years ago |
Chris Lu
|
4936d6c342
|
adjusting for FUSE
|
7 years ago |
Chris Lu
|
456738ba64
|
refactoring fuse
|
7 years ago |
Chris Lu
|
fffb14bc87
|
better support FUSE Lookup()
|
7 years ago |
Chris Lu
|
4b9b9547d4
|
unused option
|
7 years ago |
Chris Lu
|
61ff330e99
|
adjust instructions
|
7 years ago |
Chris Lu
|
ef6224e45d
|
filer default to auto chunking file size to 32MB
|
7 years ago |
Chris Lu
|
58344980e4
|
preallocate disk space during compaction also, add cleanup for failed compaction
|
7 years ago |
Chris Lu
|
dbee816205
|
fix typo
fix https://github.com/chrislusf/seaweedfs/issues/549
|
7 years ago |
Chris Lu
|
e0dfa7a069
|
ensure 30GB or less
avoid https://github.com/chrislusf/seaweedfs/issues/535
|
8 years ago |
Chris Lu
|
1fbb8723dc
|
add cpu and mem pprof
|
8 years ago |
Chris Lu
|
5047bdb4a2
|
skip bytes cache
|
8 years ago |
Chris Lu
|
478fe0ecf2
|
filer add readonly public port
|
8 years ago |
Chris Lu
|
7ecc0f4b11
|
rename variables
|
8 years ago |
Chris Lu
|
82c3ccc8dd
|
add btree for volume index
|
8 years ago |
Chris Lu
|
4ce6586710
|
use local random generator to avoid global lock
|
8 years ago |
sparklxb
|
c46e91d229
|
complement weed mount: add read and delete
|
8 years ago |
sparklxb
|
3a67b6ddc1
|
complement weed mount
|
8 years ago |
sparklxb
|
7f85e15990
|
complement weed mount
|
8 years ago |
sparklxb
|
813a4f7456
|
Fixes #266
|
8 years ago |
Chris Lu
|
41f686ab9d
|
remove weeds.conf
|
8 years ago |
Chris Lu
|
d953ed442c
|
auto detect volume server ip address
|
8 years ago |
Chris Lu
|
1be354bdce
|
default IP to "localhost"
so that the master can know the ip address.
|
8 years ago |
Chris Lu
|
e767c3ea4f
|
disable master connection timeout
temporarily disable master connection timeout due to heartbeat
connection timeout
|
8 years ago |
Chris Lu
|
e46c3415f7
|
gRpc for master~volume heartbeat
|
8 years ago |
sparklxb
|
66e7013dfe
|
suport uploading files to specific dataCenter
|
8 years ago |
Chris Lu
|
53cf1b4900
|
change the basic unit to MB
|
8 years ago |
Chris Lu
|
ed44f12f6d
|
support Fallocate on linux
|
8 years ago |
Chris Lu
|
13e7069eb9
|
keep track of total data file size
|
8 years ago |
lixianbin
|
d96d0a87cf
|
fix bug: upload big .gz file more than maxMB
|
8 years ago |
Chris Lu
|
dcaf1796fe
|
add option to enable caching
|
8 years ago |
Chris Lu
|
1bc041b46d
|
add a new way to manually compact corrupted volume
fix https://github.com/chrislusf/seaweedfs/issues/371
|
8 years ago |
Chris Lu
|
c4b7966dbe
|
minor help message change
|
8 years ago |
霍晓栋
|
b0035747e3
|
add filer support
|
8 years ago |
Mike Tolman
|
01d3f69c52
|
Adding AutoChunk/MaxMB Support to Filer API
This is related to the following issue I added to chrislusf/seaweedfs:
https://github.com/chrislusf/seaweedfs/issues/342
|
9 years ago |
Mike Tolman
|
a89a3c86d0
|
Revert "Add AutoChunking to the Filer API, so that you can upload really large files through the filer API."
This reverts commit 09059bfdcc .
|
9 years ago |
Mike Tolman
|
ce99bb927d
|
Revert "Adding HTTP verb whitelisting options."
This reverts commit 34837afc7a .
|
9 years ago |