Stephan
|
1eb7826909
|
Fix link to osxfuse github page
|
2022-06-20 22:36:07 +02:00 |
|
ningfd
|
f32142f6f5
|
add disableXAttr in mount option
|
2022-06-06 14:09:01 +08:00 |
|
chrislu
|
6a2bcd03aa
|
configure mount quota
|
2022-04-02 21:34:26 -07:00 |
|
chrislu
|
958f880b70
|
mount: add grpc method to adjust quota
|
2022-04-02 15:14:37 -07:00 |
|
chrislu
|
c7e8ac18f0
|
mount: quota for one mounted collection
related to https://github.com/seaweedfs/seaweedfs-csi-driver/issues/48
|
2022-03-06 02:44:40 -08:00 |
|
chrislu
|
c3792c8352
|
remove dead code
|
2022-02-27 03:03:19 -08:00 |
|
chrislu
|
aa9eef81e6
|
retire mount v1
|
2022-02-27 02:57:27 -08:00 |
|
chrislu
|
4e181db21a
|
mount: default disable cache
* 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-02-14 20:42:33 -08:00 |
|
chrislu
|
fc0628c038
|
working
|
2022-01-17 01:53:56 -08:00 |
|
Chris Lu
|
5d77840cff
|
adjust help message
|
2021-05-21 01:38:57 -07:00 |
|
Chris Lu
|
0f64f5b9c8
|
mount: add readOnly option
fix https://github.com/chrislusf/seaweedfs/issues/1961
|
2021-04-04 21:40:58 -07:00 |
|
Chris Lu
|
a95929e53c
|
reduce default concurrentWriters to 32
|
2021-03-30 00:17:52 -07:00 |
|
Chris Lu
|
62191b08ea
|
disk type support custom tags
|
2021-02-22 02:03:12 -08:00 |
|
Chris Lu
|
0bc3a1f9e8
|
disk type only supports hdd and ssd, not ready for random tags yet
|
2021-02-14 11:38:43 -08:00 |
|
Chris Lu
|
ef76365ec2
|
adjust help message
|
2021-02-13 15:47:08 -08:00 |
|
Chris Lu
|
821c46edf1
|
Merge branch 'master' into support_ssd_volume
|
2021-02-09 11:37:07 -08:00 |
|
Chris Lu
|
d475c89fcc
|
go fmt
|
2021-01-28 15:23:46 -08:00 |
|
Chris Lu
|
19295600f9
|
mount: change option name to volumeServerAccess, with publicUrl and filerProxy modes
|
2021-01-28 15:23:16 -08:00 |
|
Chris Lu
|
d3d3f2fb9b
|
mount: default to 128 concurrent writers
|
2021-01-09 22:53:37 -08:00 |
|
Chris Lu
|
1bf22c0b5b
|
go fmt
|
2020-12-16 09:14:05 -08:00 |
|
Chris Lu
|
51eadaf2b6
|
rename parameter name to "disk"
|
2020-12-13 12:05:31 -08:00 |
|
Chris Lu
|
0d2ec832e2
|
rename from volumeType to diskType
|
2020-12-13 11:59:32 -08:00 |
|
Chris Lu
|
e9cd798bd3
|
adding volume type
|
2020-12-13 00:58:58 -08:00 |
|
Chris Lu
|
8826601be1
|
mount: optional limit for the number of concurrent writers
|
2020-10-30 21:22:20 -07:00 |
|
Chris Lu
|
b7b1eb51b1
|
default to 2 for better performance in common computer hardware
|
2020-10-24 20:08:26 -07:00 |
|
Chris Lu
|
7704469d29
|
mount: outsideContainerClusterMode changed to use volume server publicUrl
|
2020-10-11 20:42:15 -07:00 |
|
Chris Lu
|
d155f907c2
|
mount: configurable read wait time
|
2020-10-10 20:09:43 -07:00 |
|
Chris Lu
|
7e1aad0b54
|
mount: map uid/gid between local and filer
|
2020-09-03 00:07:22 -07:00 |
|
Chris Lu
|
eed525b717
|
FUSE mount: remove DirListCacheLimit
outdated parameter
|
2020-07-28 09:24:39 -07:00 |
|
Chris Lu
|
9033a7d369
|
removed async option
|
2020-06-28 10:18:32 -07:00 |
|
Chris Lu
|
1bb8cae65d
|
reverting and working
|
2020-06-28 10:14:17 -07:00 |
|
Chris Lu
|
b78a2dc59b
|
adjust help message
|
2020-06-19 12:55:09 -07:00 |
|
Chris Lu
|
0d1d83a5a5
|
mount: add option to auto create dir to mount
|
2020-06-12 11:46:58 -07:00 |
|
Chris Lu
|
628b27ef3b
|
purge old cache implementation
|
2020-06-11 01:50:00 -07:00 |
|
Chris Lu
|
913aa0f14e
|
mount: default to enable asyncMetaDataCaching
|
2020-04-23 14:14:28 -07:00 |
|
Chris Lu
|
b8e4238ad2
|
add placeholder for cached meta data reading
|
2020-04-21 18:02:08 -07:00 |
|
Chris Lu
|
211d87cf4c
|
mount: option to disable caching
|
2020-04-12 00:52:54 -07:00 |
|
Chris Lu
|
5987810e5e
|
set default chunk size to 16
|
2020-04-11 21:22:52 -07:00 |
|
Chris Lu
|
df97da25f9
|
mount: add on disk caching
|
2020-04-11 21:12:41 -07:00 |
|
Chris Lu
|
a75d50bbb8
|
FUSE: add configurable in memory chunk cache size
|
2020-03-28 14:07:16 -07:00 |
|
Chris Lu
|
7c111f7b75
|
FUSE mount: make "nonempty" optional
https://github.com/chrislusf/seaweedfs/issues/1094
|
2020-03-21 19:14:25 -07:00 |
|
Chris Lu
|
1ae83c2938
|
go fmt
|
2020-03-07 06:12:57 -08:00 |
|
Chris Lu
|
31c481e3fc
|
fix typo
|
2020-03-05 16:00:20 -08:00 |
|
Chris Lu
|
f90c43635d
|
refactoring
|
2020-03-04 00:39:47 -08:00 |
|
Chris Lu
|
0156e2975a
|
mount: add mode to run external to SeaweedFS container cluster
|
2020-02-26 16:46:01 -08:00 |
|
Chris Lu
|
f59119cd1d
|
mount: rename to dirListCacheLimit to configure cache for long format directory list
|
2019-12-13 10:22:24 -08:00 |
|
Chris Lu
|
05c3b795dc
|
filer: configurable directory list cache size
|
2019-12-13 10:05:43 -08:00 |
|
Chris Lu
|
67e5f5b558
|
typo
|
2019-11-27 03:09:45 -08:00 |
|
Chris Lu
|
5956dfd08d
|
mount: add umask option
related to https://github.com/chrislusf/seaweedfs/issues/978
|
2019-07-24 00:03:05 -07:00 |
|
Chris Lu
|
da871896c3
|
weed filer: set grpc port to port + 10000
|
2019-03-19 05:47:41 -07:00 |
|