LazyDBA247-Anyvision
95982e0856
correct master service
should have also:
publishNotReadyAddresses: true
4 years ago
LazyDBA247-Anyvision
d595b35ca7
filer peers & client service
in order to start several filers with peers setting, they need to be discoverable by dns name, we need a service with
- tolerate-unready-endpoints: "true"
- publishNotReadyAddresses: true
so the filer will start and "See" each other...
added "client" service which expose only ready and line filer
changed s3 config to use the new service
4 years ago
LazyDBA247-Anyvision
c1ed647daf
increase timeout
reduce unwanted k8s pod restarts on slow response
4 years ago
LazyDBA247-Anyvision
e57e6d6677
s3 logs
set logs to hostpath same as other pods
4 years ago
LazyDBA247-Anyvision
9ca1787e7e
s3 allowEmptyFolder
enable setting allowEmptyFolder for s3 server
4 years ago
LazyDBA247-Anyvision
5e62f77681
dir.idx volume config
enable setting dir.idx for volume server
4 years ago
LazyDBA247-Anyvision
cfc2033bf8
shell.toml
enable running shell from each pod with default
filer & master config
4 years ago
LazyDBA247-Anyvision
8491fbf1c7
fix cronjob reschedule
avoid errors of "more than 100 jobs skipped/failed"
and stopping of job by k8s
4 years ago
LazyDBA247-Anyvision
8b55331247
appVersion
start publishing and using appVersion as the image tag,
so its clear that the appVersion of the chart and containers are the same.
4 years ago
Chris Lu
2ce86f308e
2.19
4 years ago
Chris Lu
c3f674ac1d
address raft nil snapshot during flush
fix https://github.com/chrislusf/seaweedfs/issues/1718
4 years ago
Chris Lu
9c9ba3c209
nil related
related to https://github.com/chrislusf/seaweedfs/issues/1676
4 years ago
Chris Lu
4b5adc60b4
upload result changes to the right output variable
4 years ago
Chris Lu
039ad101b1
manifest file also need to detect compression
fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753585046
4 years ago
Chris Lu
5f538c5f9d
Merge branch 'add_rocksdb'
4 years ago
Chris Lu
bdd166c031
adjust readme
4 years ago
Chris Lu
a04d8927a8
add scaffold
4 years ago
Chris Lu
4250a3a675
upload: add read default collection from master
fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753576071
4 years ago
Chris Lu
f4d87f8b9d
works
performance seems about the same as leveldb for insert entries
4 years ago
Chris Lu
2c3c2c27d7
separate prefix from namePattern
fix https://github.com/chrislusf/seaweedfs/issues/1722
4 years ago
Chris Lu
3fdf73e514
add mem_limit for mount
4 years ago
Chris Lu
712563fbdd
dev cluster adds fuse mount
4 years ago
Chris Lu
2a5fc7aa4d
Update release.yml
4 years ago
Chris Lu
8529d56b59
Merge pull request #1720 from PeterCxy/patch-put-respect-mime
filer: respect Content-Type on PUT
4 years ago
Peter Cai
cd2a9865ed
filer: respect Content-Type on PUT
This is needed for the S3 gateway to conform to the S3 protocol -- the
server should always respect the Content-Type set by client.
4 years ago
Chris Lu
3433accb1b
weed upload: add TTL
4 years ago
Chris Lu
d1a05d261a
Update README.md
4 years ago
Chris Lu
0d8c1f976b
Update README.md
4 years ago
Chris Lu
1fc37a68c4
Update README.md
4 years ago
Chris Lu
adda3207c4
Update README.md
4 years ago
Chris Lu
c1cd6dd8d6
rename
4 years ago
Chris Lu
66ebc7c98f
adjust actions
4 years ago
Chris Lu
adef4ddc87
mount: load security keys
fix https://github.com/chrislusf/seaweedfs/issues/1714
4 years ago
Chris Lu
89977123b6
shell: add shell.toml support
fix https://github.com/chrislusf/seaweedfs/issues/1664
4 years ago
Chris Lu
54fe0e5059
Merge pull request #1713 from nivekuil/master
Add fuse to all dockerfiles
4 years ago
nivekuil
efd4253ab6
Add fuse to all dockerfiles
4 years ago
Chris Lu
d2ead72918
2.18
4 years ago
Chris Lu
2e6cf541e7
filer: avoid deletion error when item is not found
4 years ago
Chris Lu
6d2c979999
s3: fix regression
fix https://github.com/chrislusf/seaweedfs/issues/1707
4 years ago
Chris Lu
90df52d001
s3: add command option "allowEmptyFolder" to filer and server
4 years ago
Chris Lu
da7e5aaa65
filer: optimize for less number of directory lookup
bottom up directory lookup
4 years ago
Chris Lu
2ffc87b86e
Merge pull request #1708 from fuyouyshengwu/master
Solve the Chinese name disorder of download file
4 years ago
henry
7458ff9523
Solve the Chinese name disorder of download file
4 years ago
Chris Lu
7a70caac3c
Update README.md
4 years ago
Chris Lu
561a2ff0bc
s3: add option for "alllowEmptyFolder"
4 years ago
Chris Lu
aa020ee7e7
s3: restore V2 auth type
The added headers were included in calculating the signatures, failing the comparison
4 years ago
Chris Lu
da87f6b265
remove unused code
4 years ago
Chris Lu
0a7c5f85a9
filer: add namePattern to search in current folder
4 years ago
Chris Lu
515b7632d7
2.17
4 years ago
Chris Lu
0a067944cc
filer: add retries during volume moving
fix https://github.com/chrislusf/seaweedfs/issues/1704
4 years ago