CommanderRoot
c7c9d22f37
filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 ( #4094 )
2 years ago
Ryan Russell
949607fe90
refactor(compose)!: upgrade to v2 closes #3699 ( #3705 )
* docs(compose): Update readme for compose v2 upgrade
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(compose): Upgrade `Makefile` for compose v2
Signed-off-by: Ryan Russell <git@ryanrussell.org>
* refactor(compose): Upgrade yml from version 2 -> 3.9
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2 years ago
Konstantin Lebedev
b9933d5589
master server graceful stop ( #3797 )
2 years ago
Ryan Russell
b51880ed3b
docs(docker): readability fixes ( #3684 )
Signed-off-by: Ryan Russell <git@ryanrussell.org>
Signed-off-by: Ryan Russell <git@ryanrussell.org>
2 years ago
chrislu
5afc20dbd3
add tmux for dev
2 years ago
chrislu
04300dc2ac
build local rocksdb
2 years ago
chrislu
466bbe4cdd
dockerfile fix directory
2 years ago
chrislu
9c76896e2d
fix building rocksdb image
2 years ago
Patrick Schmidt
a73e177ecf
Add an End-to-End workflow for FUSE mount ( #3562 )
* Add an e2e workflow to test FUSE mount
* Fix deadlocks during concurrent r/w
2 years ago
Konstantin Lebedev
913a5d0dd4
add target dev_race to MakeFile ( #3522 )
2 years ago
Konstantin Lebedev
d8c54b527e
avoid Dockerfile Entrypoint: "file not found" ( #3430 )
https://www.koskila.net/how-to-fix-exec-user-process-caused-no-such-file-or-directory-in-docker-on-windows/
2 years ago
chrislu
8a61c124c7
go 1.19
2 years ago
chrislu
5fbe437ee9
update rocksdb version to 7.4.4
2 years ago
chrislu
1d05e7fcbd
site move
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
Konstantin Lebedev
bcbdc4cb37
use const multipart uploads folder
avoid error bucket NotEmpty if multipart uploads folder exist
3 years ago
Konstantin Lebedev
5b388ed6c1
initial advancedtls
3 years ago
Konstantin Lebedev
a9f6c4b43d
fix ip.bind cmd for docker compose
3 years ago
Konstantin Lebedev
fb57aa431c
stats master_replica_placement_mismatch
3 years ago
Kaiwalya Joshi
47d335cf8c
feat: Send commands to weed shell from the docker image.
Add the ability to send commands to weed shell from the docker image.
Allows an operator to perform maintenance commands like so:
```
docker run \
--rm \
-e SHELL_FILER=localhost:8888 \
-e SHELL_MASTER=localhost:9333 \
chrislusf/seaweedfs:local \
"shell" \
"fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply"
```
3 years ago
Konstantin Lebedev
b86628f85d
fix show empty dir
https://github.com/chrislusf/seaweedfs/issues/3086
3 years ago
Konstantin Lebedev
a14728d508
docker compose nextcloud rm mysql
3 years ago
Konstantin Lebedev
a34438384e
docker compose file for nextcloud testing
https://github.com/chrislusf/seaweedfs/issues/3086
3 years ago
chrislu
ca85b66511
fix build
3 years ago
Konstantin Lebedev
59435e4a2e
rocksdb up version to v7.2.2
3 years ago
Konstantin Lebedev
8f762a1a06
build release containers for all tags
3 years ago
Konstantin Lebedev
d12a423aa0
refactor
add some tests
https://github.com/chrislusf/seaweedfs/pull/2996
3 years ago
chrislu
bbd3c586f6
docker compose: use ip.bind=0.0.0.0
3 years ago
chrislu
22fbce8fd5
add docker compose file to sync 2 mounts
3 years ago
chrislu
362dec87a3
add tests
3 years ago
Konstantin Lebedev
8342f651f3
fix scanNamed
3 years ago
Konstantin Lebedev
319d300d48
fix createDB
3 years ago
Konstantin Lebedev
275c3bb19c
ydb initial
https://github.com/chrislusf/seaweedfs/issues/2942
3 years ago
chrislu
192983b464
s3 backend support customizing storage class
3 years ago
chrislu
cdb31c5b61
go 1.18 for rocksdb
3 years ago
chrislu
8e98d7326b
docker move to go version 1.18
3 years ago
Konstantin Lebedev
357aa818fe
add raft shell cmds
3 years ago
Konstantin Lebedev
b7cdde14ae
auto bootstraping and update peers
3 years ago
chrislu
3176bf126a
update rocksdb version
3 years ago
Konstantin Lebedev
1a1e5778c3
fix cluster status
3 years ago
Konstantin Lebedev
14dd971890
hashicorp raft with state machine
3 years ago
Konstantin Lebedev
c514710b7b
initial add hashicorp raft
3 years ago
Konstantin Lebedev
b6a2b43efe
allowDeleteBucketNotEmpty
3 years ago
Konstantin Lebedev
5b90a39954
fix s3 tests:
multipart_upload_incorrect_etag
multipart_resend_first_finishes_last
3 years ago
chrislu
24541fc7ec
minor
3 years ago
chrislu
22362f6495
avoid too many logs in tmp folder
3 years ago
chrislu
eb39f78396
rocksdb: PORTABLE=1
3 years ago
chrislu
13cb609f60
add filer.toml for rocksdb to docker image for rocksdb
3 years ago
kmlebedev
4f98553ba9
audit log SignatureVersion
3 years ago
Konstantin Lebedev
10678cde81
audit log config
3 years ago