mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
replication syncs happen in 60sec intervals (#16571)
This commit is contained in:
@@ -276,7 +276,7 @@ kill -9 ${site1_pid}
|
||||
|
||||
# Restart minio1 instance
|
||||
minio server --config-dir /tmp/minio-ldap --address ":9001" /tmp/minio-ldap-idp1/{1...4} >/tmp/minio1_1.log 2>&1 &
|
||||
sleep 30
|
||||
sleep 200
|
||||
|
||||
# Test whether most recent tag update on minio2 is replicated to minio1
|
||||
val=$(./mc tag list minio1/newbucket --json | jq -r .tagset | jq -r .key )
|
||||
|
||||
Reference in New Issue
Block a user