Chris Lu
e6ee421d61
fix compilation
5 years ago
Chris Lu
a631b2a9e9
1.46
5 years ago
Chris Lu
69ffcbdcc0
HCFS: release 1.2.4
5 years ago
Chris Lu
33da30d2b1
tweak
5 years ago
Chris Lu
de3eb7c380
update cache if updating the attributes
5 years ago
Chris Lu
357ea4b944
rm will clean the cache first
5 years ago
Chris Lu
deb249736e
fix nill
5 years ago
Chris Lu
f59119cd1d
mount: rename to dirListCacheLimit to configure cache for long format directory list
5 years ago
Chris Lu
3e0cd122d8
mount: directory listing cache ttl set to 5 minutes
5 years ago
Chris Lu
05c3b795dc
filer: configurable directory list cache size
5 years ago
Chris Lu
987108a2b1
HCFS: streaming list files
5 years ago
Chris Lu
bbb6ebc3c0
filer: DeleteFolderChildren for deleting large folders
5 years ago
Chris Lu
0fa1269bc7
filer: streaming file listing
5 years ago
Chris Lu
d0b423bbc0
filer: increase directory listing pagination size
5 years ago
Chris Lu
bf4b13612d
adjust command name
5 years ago
Chris Lu
1f400489c6
filer: UI ensure a correct foler link
5 years ago
Chris Lu
4cba32d1d0
go fmt
5 years ago
Chris Lu
f51a6d8ba5
increase filer pagination limit
5 years ago
Chris Lu
c602073395
adjust logs
5 years ago
Chris Lu
06ff984786
set master ip in docker compose yaml file
fix https://github.com/chrislusf/seaweedfs/issues/1118
5 years ago
Chris Lu
1ddfbff2d3
deletion add option skipChunkDeletion
5 years ago
Chris Lu
f06b65a6fd
filer: EXPERT add shouldDeleteChunks parameter for fast deletion
5 years ago
Chris Lu
2449945b83
Merge pull request #1153 from LazyDBA247-Anyvision/master
Filer: Enable delete entries without flag volume
5 years ago
Yoni Nakache
9e45702334
Filer: Enable delete entries without flag volume
same as happens on the s3 API on delete bucket,
to reduce the IO requests on the system, you can just clear recursively folders without flagging them in volume server (they will be removed on delete bucket/drop collection)
this will remove the user ability to retrieve data under these folders
5 years ago
Chris Lu
40ff4eea14
fix nil problem
5 years ago
Chris Lu
356bd1b629
adjust text
5 years ago
Chris Lu
5847c5afff
return meaningful error log
5 years ago
Chris Lu
3727d2488f
Merge pull request #1149 from song-zhang/improve-replications-consistency
improve data consistency when replication write
5 years ago
Chris Lu
10bd3c6b4b
refactoring
5 years ago
Chris Lu
2b8e20f122
remove unused functions
5 years ago
zhangsong
5eb86aad47
improve data consistency when replication write
5 years ago
Chris Lu
e2a8cdfc48
webdav: fix writing file
fix https://github.com/chrislusf/seaweedfs/issues/1114
5 years ago
Chris Lu
0eda75fa2c
add logging
5 years ago
Chris Lu
f81d43442b
filer: speed up filer.meta.save by parallelizing
5 years ago
Chris Lu
f38f90b7ea
cleanly remove .tier volume file
5 years ago
Chris Lu
6827cabfbb
volume: dataFileAccessLock change to RW Lock
5 years ago
Chris Lu
81f424a630
go fmt
5 years ago
Chris Lu
916423e96a
master: submit support "dataCenter" parameter
5 years ago
Chris Lu
e426bd541e
grow volumes on volume servers with slots freed by cloud storage
5 years ago
Chris Lu
7ae8b1cc86
show volume info in volume.list in weed shell
5 years ago
Chris Lu
1becbce657
display remote volumes on volume server ui page
5 years ago
Chris Lu
70648d35ad
go fmt
5 years ago
Chris Lu
6383b45bd0
add lock variable
5 years ago
Chris Lu
caae543a9f
fix test
5 years ago
Chris Lu
126fb492d2
fix test
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
228231f3d7
minor
5 years ago
Chris Lu
72482b8e1c
Merge pull request #1146 from song-zhang/fix-volume-not-vacuum-bug
fix the bug of volume never be vacuumed
5 years ago
zhangsong
e83c36e26f
fix the bug of volume never be vacuumed
5 years ago
Chris Lu
0da7b894cc
pass backend config from master to volume servers
5 years ago