aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-16improve worm support (#5983)Guang Jiong Lou1-2/+0
* 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>
2024-09-10increasing default cache sizechrislu1-1/+1
2024-09-04support write once read manychrislu1-0/+2
fix https://github.com/seaweedfs/seaweedfs/issues/5954
2024-09-04Revert "weed mount, weed dav add option to force cache"chrislu1-2/+0
This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0.
2024-09-04weed mount, weed dav add option to force cachechrislu1-0/+2
2024-09-04default cacheDirWrite to cacheDirchrislu1-1/+1
2023-08-16renamingchrislu1-6/+6
2023-08-16add separate cache directory for write bufferschrislu1-0/+2
2023-01-15adjust help messagechrislu1-2/+2
2022-09-30mount: accept all extra mount optionschrislu1-0/+1
fix https://github.com/seaweedfs/seaweedfs/issues/3767
2022-06-20Fix link to osxfuse github pageStephan1-1/+1
2022-06-06add disableXAttr in mount optionningfd1-0/+2
2022-04-02configure mount quotachrislu1-1/+1
2022-04-02mount: add grpc method to adjust quotachrislu1-0/+2
2022-03-06mount: quota for one mounted collectionchrislu1-0/+2
related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48
2022-02-27remove dead codechrislu1-0/+86
2022-02-27retire mount v1chrislu1-86/+0
2022-02-14mount: default disable cachechrislu1-1/+1
* Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once.
2022-01-17workingchrislu1-0/+4
2021-05-21adjust help messageChris Lu1-1/+1
2021-04-04mount: add readOnly optionChris Lu1-0/+2
fix https://github.com/chrislusf/seaweedfs/issues/1961
2021-03-30reduce default concurrentWriters to 32Chris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-21/+21
2021-01-28go fmtChris Lu1-5/+5
2021-01-28mount: change option name to volumeServerAccess, with publicUrl and ↵Chris Lu1-14/+14
filerProxy modes
2021-01-09mount: default to 128 concurrent writersChris Lu1-1/+1
2020-12-16go fmtChris Lu1-1/+1
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-2/+2
2020-12-13adding volume typeChris Lu1-0/+2
2020-10-30mount: optional limit for the number of concurrent writersChris Lu1-0/+2
2020-10-24default to 2 for better performance in common computer hardwareChris Lu1-1/+1
2020-10-11mount: outsideContainerClusterMode changed to use volume server publicUrlChris Lu1-7/+1
2020-10-10mount: configurable read wait timeChris Lu1-5/+9
2020-09-03mount: map uid/gid between local and filerChris Lu1-0/+4
2020-07-28FUSE mount: remove DirListCacheLimitChris Lu1-2/+0
outdated parameter
2020-06-28removed async optionChris Lu1-2/+0
2020-06-28reverting and workingChris Lu1-0/+2
2020-06-19adjust help messageChris Lu1-2/+2
2020-06-12mount: add option to auto create dir to mountChris Lu1-0/+2
2020-06-11purge old cache implementationChris Lu1-2/+0
2020-04-23mount: default to enable asyncMetaDataCachingChris Lu1-1/+1
2020-04-21add placeholder for cached meta data readingChris Lu1-0/+2
2020-04-12mount: option to disable cachingChris Lu1-1/+1
2020-04-11set default chunk size to 16Chris Lu1-1/+1
2020-04-11mount: add on disk cachingChris Lu1-2/+8
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-0/+2