aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/filer_conf.go
AgeCommit message (Collapse)AuthorFilesLines
2024-12-31worm grace period and retention time support (#6404)Guang Jiong Lou1-9/+25
Signed-off-by: lou <alex1988@outlook.com>
2024-10-06use only one metadata follow processchrislu1-42/+6
2024-10-01skip error if conf file is not createdchrislu1-1/+6
2024-09-17fix nil filer confchrislu1-0/+3
fix https://github.com/seaweedfs/seaweedfs/issues/6034
2024-09-16improve worm support (#5983)Guang Jiong Lou1-0/+118
* improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com>