Chris Lu
f60154f330
master load backend storage config from master.toml
5 years ago
Chris Lu
641b92f53c
fix scaffold error
5 years ago
Lei Liu
13b6f09fea
fuse: adjust linux specific logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
46294b42e6
filer: support memsql
fix https://github.com/chrislusf/seaweedfs/issues/1141
5 years ago
Lei Liu
1ba3456ac2
go fmt
Signed-off-by: Lei Liu <liul.stone@gmail.com>
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
67e5f5b558
typo
5 years ago
Chris Lu
9711a6ffaa
WIP
5 years ago
stlpmo
753138a3f7
test passed
5 years ago
Chris Lu
de0c983808
refactoring scaffolding for master.toml
5 years ago
Lei Liu
46755ea1e1
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
stlpmo
62d393d6c9
ut pass
5 years ago
stlpmo
802a0eb3fe
move from cmd-line to scaffold
5 years ago
stlpmo
1c8bed3810
delete the var etcdClient and comments
refactor the code
add sequencer cmd-line
delete nerver used codes
5 years ago
Lei Liu
c2884cace2
misc updated
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
5 years ago
Chris Lu
19b6a16003
changed from os.file to backend.DataStorageBackend
5 years ago
Chris Lu
eb2172f63f
FUSE: add os specific mount options
related to https://github.com/chrislusf/seaweedfs/issues/1094
5 years ago
Chris Lu
69de05f6cb
go fmt
5 years ago
Chris Lu
288c45a690
fix iitial filer url
5 years ago
shibinbin
fe1f469978
fix : change default filer.port to 8888
5 years ago
shibinbin
3464f21b5c
fix: weed shell add filer runtime attributes
5 years ago
Chris Lu
9573c0f4b3
filer: filer.copy cleanup in case of failed uploads
5 years ago
Chris Lu
5d78871487
filer: parallize weed filer.copy for single file
5 years ago
Chris Lu
23240efa63
filer: add tikv support
5 years ago
Chris Lu
fc412e428b
refactor ScanVolumeFileFrom()
5 years ago
zhangsong
65f1095a54
fix benchmark cmd usage info
5 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
5 years ago
Tom Maxwell
4a878c0006
Changed the InMemory bool to a uint32 so that it can be used to alter how much space to reserve
5 years ago
j.laycock
1f01eb78e8
Rename mem_map to mMap, remove some in_memory variables being passed around, added MemoryMapped member to volume struct
5 years ago
Tom Maxwell
d637d86d22
Changes to try and pass the URL parameters through - in memory flag not working still
5 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
5 years ago
xushuxun
5904d78bd4
weed backup: add ttl and replication parameter
5 years ago
Chris Lu
6f75df8660
server: fix starting default master list
5 years ago
Chris Lu
b9f6236f8a
filer: fix typo
fix https://github.com/chrislusf/seaweedfs/issues/1031
5 years ago
Chris Lu
c79274f7eb
notes on supported meta data store
5 years ago
Feng Ye
fc0498798b
Add etcd filestore
5 years ago
Chris Lu
8afd8d35b3
master: followers can also lookup and redirect
improve scalability
5 years ago
Chris Lu
2c6cf72e73
refactoring
5 years ago
Chris Lu
344ce90315
remove weedfuse
5 years ago
Chris Lu
5956dfd08d
mount: add umask option
related to https://github.com/chrislusf/seaweedfs/issues/978
5 years ago
Chris Lu
61b7a650f4
filer.copy default to 32MB chunks
6 years ago
Chris Lu
23d36dfbaf
1.40
enable azure replication
6 years ago
Chris Lu
88fed85bba
temp skipping azure
can not release due to https://github.com/Azure/azure-pipeline-go/issues/23
6 years ago
Chris Lu
15ecf4e3bf
filer: default to leveldb2
6 years ago
Chris Lu
c777102da9
go fmt
6 years ago
Chris Lu
d5560f2705
simplify metrics settings
6 years ago
Chris Lu
6f8b335007
fix duplicated flags
6 years ago
Chris Lu
f16375621f
big refactoring
6 years ago
Chris Lu
8da5d5b094
filer.copy: use filer settings, avoid unnecessary command line options
fix https://github.com/chrislusf/seaweedfs/issues/968
6 years ago
Chris Lu
d8ed73926d
volume servers get metrics address and interval from the master
6 years ago