Chris Lu
51eadaf2b6
rename parameter name to "disk"
4 years ago
Chris Lu
0d2ec832e2
rename from volumeType to diskType
4 years ago
Chris Lu
d156c74ec0
volume server set volume type and heartbeat to the master
4 years ago
Chris Lu
e9cd798bd3
adding volume type
4 years ago
Chris Lu
06bb7bf6c0
adding /usr/local/etc/seaweedfs for bsd style config search path
related to https://reviews.freebsd.org/D27391
4 years ago
Chris Lu
263eb29e9f
filer: add option to cache small files to filer store
4 years ago
Chris Lu
6d30b21b10
volume: add "-dir.idx" option for separate index storage
fix https://github.com/chrislusf/seaweedfs/issues/1265
4 years ago
Chris Lu
983fd90010
marked as WIP
4 years ago
Chris Lu
b11449f955
pass in dir.idx parameter to DiskLocation
4 years ago
Chris Lu
ef3e068c51
deprecating "filer.options.buckets_fsync" in filer.toml
4 years ago
Konstantin Lebedev
0880aff224
update dc flag desc
4 years ago
Konstantin Lebedev
fc7baef5bb
fiil serverUrls sorted by data center
4 years ago
Chris Lu
745ee8d8f3
avoid unnecessary error message
fix https://github.com/chrislusf/seaweedfs/issues/1611
4 years ago
Chris Lu
8750cac090
move to util.RetryWaitTime
4 years ago
Chris Lu
de86945aeb
go fmt
4 years ago
Chris Lu
8826601be1
mount: optional limit for the number of concurrent writers
4 years ago
Chris Lu
7ecbb4b3c9
clean up
4 years ago
Kenny
9cc6575ab5
Update filer_copy.go
修改 weed filer.copy 上传目录时文件名变子目录的问题
4 years ago
Chris Lu
47047516d6
Revert "increase default volume file size limit to 1024"
This reverts commit 0983060a
I am confused why this was changed to 1024 by myself. 1GB should be too large for most cases.
4 years ago
Chris Lu
c6d9974fe7
server: Add option to enable/disable volume server
fix https://github.com/chrislusf/seaweedfs/issues/1572
4 years ago
Chris Lu
e219c57849
passing full path when assign volume locations
4 years ago
Chris Lu
f375b93aef
renaming
4 years ago
Chris Lu
63b0fb54f7
minor
4 years ago
Chris Lu
147d4d23b6
filer.copy: automatically use the right bucket
4 years ago
Chris Lu
da36abf033
go fmt
4 years ago
Chris Lu
b7b1eb51b1
default to 2 for better performance in common computer hardware
4 years ago
Chris Lu
1b17f71939
adjust election timeout to 10 seconds
4 years ago
Chris Lu
0cea84e7ab
make it easy with setting up multiple masters in a clcuster
4 years ago
Konstantin Lebedev
a9a7005687
set desc of option
4 years ago
Chris Lu
6c92fa349d
filer: support default rack
fix https://github.com/chrislusf/seaweedfs/issues/1546
4 years ago
Chris Lu
ee1fc6558a
refactor
4 years ago
Chris Lu
3f7d1d1bf1
Only wait on retryable requests
4 years ago
Chris Lu
7704469d29
mount: outsideContainerClusterMode changed to use volume server publicUrl
4 years ago
Chris Lu
d155f907c2
mount: configurable read wait time
4 years ago
Chris Lu
78859e35fc
s3: adjust config examples
4 years ago
Chris Lu
a8624c2e4f
read from alternative replica
related to https://github.com/chrislusf/seaweedfs/issues/1512
4 years ago
Chris Lu
da4edf3651
master: check peers for existing leader before starting a leader election
fix https://github.com/chrislusf/seaweedfs/issues/1509
4 years ago
Chris Lu
c543762e23
volume: auto expands -max setting
I have tried to run weed volume but got errors...
cmd:
weed volume -max=0 -mserver="127.0.0.1:9333" -port=8080 -dir="/var/www/d1/sfs,/var/www/d2/sfs,/var/www/d3/sfs"
log:
I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d1/sfs Permission: -rwxr-xr-x
I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d2/sfs Permission: -rwxr-xr-x
I1006 15:09:26 17040 file_util.go:23] Folder /var/www/d3/sfs Permission: -rwxr-xr-x
F1006 15:09:26 17040 volume.go:142] 3 directories by -dir, but only 1 max is set by -max
What am I doing wrong? Thx.
4 years ago
Chris Lu
2c20ef72ae
fix starting problem
4 years ago
Chris Lu
d77e3c96e9
FUSE: use the mount directory permissions
4 years ago
Устюжанин Антон Александрович
6fbfe73683
fix: resumeState
4 years ago
Устюжанин Антон Александрович
dc31b19469
fix: restore raft state
4 years ago
Устюжанин Антон Александрович
8c82fb7e5f
fix: restore raft state
4 years ago
Chris Lu
79ab10e300
adjust help message
4 years ago
Chris Lu
55cb68c09c
filer: replication follows master config if not specified
4 years ago
Chris Lu
e6552b5e1e
filer: able to start s3 together
4 years ago
Chris Lu
8516517c48
filer store: Cassandra supports username/password
4 years ago
limd
48c578410f
mount: rollback default value
4 years ago
Chris Lu
4856bce0ee
adjust for metrics port
4 years ago
Chris Lu
d2d3aec3e1
consolidate to one metricsPort in "weed server" mode
4 years ago