Skip to content

Commit 3ecb7e6

Browse files
committed
Revert "fix: able to setup nodestore multiple times (getsentry#3940)"
This reverts commit a222e3f.
1 parent 18b7a4d commit 3ecb7e6

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

_unit-test/bootstrap-s3-seaweed-test.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

install/bootstrap-s3-nodestore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ s3cmd="$dc exec seaweedfs s3cmd"
77

88
bucket_list=$($s3cmd --access_key=sentry --secret_key=sentry --no-ssl --region=us-east-1 --host=localhost:8333 --host-bucket='localhost:8333/%(bucket)' ls)
99

10-
if [[ $(echo "$bucket_list" | tail -1 | awk '{print $3}') != 's3://nodestore' ]]; then
10+
if [[ $($bucket_list | tail -1 | awk '{print $3}') != 's3://nodestore' ]]; then
1111
apply_config_changes_nodestore=0
1212
# Only touch if no existing nodestore config is found
1313
if ! grep -q "SENTRY_NODESTORE" $SENTRY_CONFIG_PY; then

0 commit comments

Comments
 (0)