aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount.go
AgeCommit message (Expand)AuthorFilesLines
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 filerProx...Chris Lu1-14/+14
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
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
2020-03-21FUSE mount: make "nonempty" optionalChris Lu1-0/+2
2020-03-07go fmtChris Lu1-1/+0
2020-03-05fix typoChris Lu1-1/+1
2020-03-04refactoringChris Lu1-21/+0
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu1-11/+19
2019-12-13mount: rename to dirListCacheLimit to configure cache for long format directo...Chris Lu1-2/+2
2019-12-13filer: configurable directory list cache sizeChris Lu1-2/+2
2019-11-27typoChris Lu1-2/+2
2019-07-24mount: add umask optionChris Lu1-0/+2
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-6/+1
2019-03-10mount: add option to disable allow othersChris Lu1-0/+2
2019-01-05weed mount: reduce default chunk sizeChris Lu1-1/+1
2018-12-29switching_to_seaweedfs_fuseChris Lu1-1/+1
2018-11-14reduce memory usageChris Lu1-1/+5
2018-09-20let filer choose default replicationChris Lu1-1/+1
2018-09-17set large limit for "weed mount" directory listingChris Lu1-1/+1
2018-07-22go fmtChris Lu1-1/+1
2018-07-22s3 API add ListObjectsV1Chris Lu1-0/+2
2018-07-21fix compilation problemChris Lu1-0/+25
2018-07-14add feature to mount a specific filer path to local directoryChris Lu1-8/+10
2018-07-14weed mount can request to prioritize to write to a data centerChris Lu1-0/+2
2018-06-11weed mount add ttl optionChris Lu1-0/+2