Chris Lu
df97da25f9
mount: add on disk caching
5 years ago
Chris Lu
d2f8e50459
make error a little bit more clearer
fix https://github.com/chrislusf/seaweedfs/issues/1259
5 years ago
Chris Lu
5f881d2fd5
mount: fail early rather than after mounted the directory
fix https://github.com/chrislusf/seaweedfs/issues/1258
5 years ago
Chris Lu
a75d50bbb8
FUSE: add configurable in memory chunk cache size
5 years ago
Chris Lu
7c111f7b75
FUSE mount: make "nonempty" optional
https://github.com/chrislusf/seaweedfs/issues/1094
5 years ago
Chris Lu
13e215ee5c
filer: option to encrypt data on volume server
5 years ago
Chris Lu
f90c43635d
refactoring
5 years ago
Chris Lu
0156e2975a
mount: add mode to run external to SeaweedFS container cluster
5 years ago
Chris Lu
543cf1c80e
fix compilation error
5 years ago
Chris Lu
b1f377f822
mount: fail fast when connecting to filer
fix https://github.com/chrislusf/seaweedfs/issues/1034
5 years ago
Chris Lu
6ab7368ef2
filer: dynamically create bucket under /buckets folder
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
Chris Lu
f59119cd1d
mount: rename to dirListCacheLimit to configure cache for long format directory list
5 years ago
Chris Lu
05c3b795dc
filer: configurable directory list cache size
5 years ago
Chris Lu
5847c5afff
return meaningful error log
5 years ago
Lei Liu
13b6f09fea
fuse: adjust linux specific logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Lei Liu
4c87b222f1
fuse: check mount point available before do runmount
1. Use more readable mount point information
2. Fix some typos
eg:
$ df -Th
Filesystem Type Size Used Avail Use% Mounted on
localhost:8888:/ fuse.seaweedfs 206G 512 206G 1% /mnt/weedfs
$ mount | grep weedfs
localhost:8888:/ on /mnt/weedfs type fuse.seaweedfs (rw,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
eb2172f63f
FUSE: add os specific mount options
related to https://github.com/chrislusf/seaweedfs/issues/1094
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
Chris Lu
5956dfd08d
mount: add umask option
related to https://github.com/chrislusf/seaweedfs/issues/978
5 years ago
Chris Lu
ede876cfdb
periodic scripts exeuction from leader master
6 years ago
Chris Lu
9a4fb14ea0
weedfuse: daemonize
6 years ago
Chris Lu
1ca1ec906a
add weedfuse
6 years ago
Chris Lu
82e06a780b
mount: allow nonempty fuse mount to work with Samba
possibly fix https://github.com/chrislusf/seaweedfs/issues/936
6 years ago
Chris Lu
c0d6cc0067
weed mount: mount to the same folder name
6 years ago
Chris Lu
da871896c3
weed filer: set grpc port to port + 10000
6 years ago
Chris Lu
6fe071175d
mount: add option to disable allow others
fix https://github.com/chrislusf/seaweedfs/issues/877
6 years ago
Chris Lu
77b9af531d
adding grpc mutual tls
6 years ago
Chris Lu
55f7d8f801
remove extra log
6 years ago
Chris Lu
170ed53da5
weed mount: mac add AutoXattr
6 years ago
Chris Lu
9f3836072a
weed mount: no mac finder broswe mode
6 years ago
Chris Lu
d7bf6c5b91
switching_to_seaweedfs_fuse
6 years ago
Chris Lu
03c7447ad6
set mount point to existing permissions
fix https://github.com/chrislusf/seaweedfs/issues/806
6 years ago
Chris Lu
6344469a9b
set fuse subtype
6 years ago
Chris Lu
2e6a3c7b16
reduce memory usage
6 years ago
Chris Lu
a62adf62ca
a bit faster
6 years ago
Chris Lu
affe708961
a bit faster
6 years ago
Chris Lu
a09eaf8756
adjusting, seems there are some perf benefit
6 years ago
Chris Lu
cbd94b18a5
improve "ls -al" performance for large directory
6 years ago
Chris Lu
0655151b8c
go fmt
7 years ago
Chris Lu
6319d84f42
s3 API add ListObjectsV1
7 years ago
Chris Lu
922c614bde
fix compilation problem
7 years ago
Chris Lu
7e2031b18f
go fmt
7 years ago
Chris Lu
834a25f084
add list all my buckets
7 years ago
Chris Lu
7abfab8e77
add feature to mount a specific filer path to local directory
7 years ago
Chris Lu
6d58916cfd
fix compilation error
7 years ago
Chris Lu
5bd72696ac
weed mount add ttl option
7 years ago
Chris Lu
299312c805
use separate filer grpc port
7 years ago
Chris Lu
4e3ea49cff
properly working local write buffer
7 years ago