Chris Lu
|
842dab07b4
|
weed mount can request to prioritize to write to a data center
|
7 years ago |
Chris Lu
|
c8234a5af6
|
ensure using none nil attributes
fix https://github.com/chrislusf/seaweedfs/issues/674
|
7 years ago |
Chris Lu
|
77fc8c5914
|
keep alive for gRpc calls
|
7 years ago |
Chris Lu
|
d2a811eef2
|
fix compilation
|
7 years ago |
Chris Lu
|
5bd72696ac
|
weed mount add ttl option
|
7 years ago |
Chris Lu
|
f1273073fc
|
switch to fs.NodeRequestLookuper
in order to set the entry valid duration
|
7 years ago |
Chris Lu
|
cec1d97035
|
recursively move files and directories
|
7 years ago |
Chris Lu
|
ae23e46313
|
better error log
|
7 years ago |
Chris Lu
|
e755540be9
|
fix caching during directory listing
|
7 years ago |
Chris Lu
|
daabdfe357
|
remove nodemap, fix directory listing cache
|
7 years ago |
Chris Lu
|
5c25d29272
|
support renaming files
|
7 years ago |
Chris Lu
|
b3447f4375
|
adjust logging
|
7 years ago |
Chris Lu
|
6816661b0f
|
fixed file handle by file full path
|
7 years ago |
Chris Lu
|
299312c805
|
use separate filer grpc port
|
7 years ago |
Chris Lu
|
a218eaf1f0
|
fix log
|
7 years ago |
Chris Lu
|
430eb67489
|
handle large file copy when write request is larger than buffer
|
7 years ago |
Chris Lu
|
0301504184
|
add mime, use simple insert and update filer store API
1. add mime type to file in filer
2. purge old chunks if overwrite during insert
|
7 years ago |
Chris Lu
|
4e3ea49cff
|
properly working local write buffer
|
7 years ago |
Chris Lu
|
c4b92e17d0
|
fix isPerfectAppend
|
7 years ago |
Chris Lu
|
74332e1a61
|
minor
|
7 years ago |
Chris Lu
|
be0e88a606
|
fix chunk size limit for default 0
|
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
|
d0b238d2db
|
cache local writes before flushing to volume server
|
7 years ago |
Chris Lu
|
07e0d13d2d
|
filer support reading multiple chunks, with range support
|
7 years ago |
Chris Lu
|
458ada173e
|
go fmt
|
7 years ago |
Chris Lu
|
6de84c64c6
|
adding create time
|
7 years ago |
Chris Lu
|
ac66c133a5
|
do not read attributes when file is opened
|
7 years ago |
Chris Lu
|
6d1bcd4b8c
|
use existing attributes instead of fetching from filer
|
7 years ago |
Chris Lu
|
0a223838bd
|
refactoring
|
7 years ago |
Chris Lu
|
7b81cf3762
|
better logs
|
7 years ago |
Chris Lu
|
9f4f8de9ad
|
skip printout
|
7 years ago |
Chris Lu
|
d773e11c7a
|
file handler directly read from volume servers
this mostly works fine now!
next: need to cache files to local disk
|
7 years ago |
Chris Lu
|
849b6ec28d
|
seems editing already working
Need to handle multiple chunks read.
Need to cache local file changes.
|
7 years ago |
Chris Lu
|
536559f62d
|
copy works, edit somehow still fails
|
7 years ago |
Chris Lu
|
873868cc10
|
not working now
need to add file handler
|
7 years ago |
Chris Lu
|
7362de9a18
|
weed mount can work well
TODO: somehow filer url is returning empty content
|
7 years ago |
Chris Lu
|
9dd228747c
|
filer copy added uid/gid
|
7 years ago |
Chris Lu
|
f07482382b
|
able to update file content
having some issue when vi reports file changed.
|
7 years ago |
Chris Lu
|
7ca5052942
|
create files correctly!
|
7 years ago |
Chris Lu
|
793dd81ca2
|
skip permission checking when creating dir or files
|
7 years ago |
Chris Lu
|
e31c514b00
|
adding modified time to file chunk
|
7 years ago |
Chris Lu
|
6bf31467c7
|
adding empty fsync
less error now. But still:
vi on write: E514: write error (file system full?)
cp: Input/output error
|
7 years ago |
Chris Lu
|
b303a02461
|
cp file can work
1. consolidate to filer_pb.FileChunk
2. dir add file, mkdir
3. file flush, write
updates having issue
|
7 years ago |
Chris Lu
|
58954bf46f
|
pass file attributes from filer to mount
|
7 years ago |
Chris Lu
|
9f345da20f
|
mv filer proto to filer_pb
|
7 years ago |
Chris Lu
|
43a69d20bf
|
change filer API to gRPC
|
7 years ago |
Chris Lu
|
be58993f47
|
ensure the same Node is returned
|
7 years ago |
Chris Lu
|
b857cf9d9b
|
format
|
7 years ago |
Chris Lu
|
456738ba64
|
refactoring fuse
|
7 years ago |