Remove check

This commit is contained in:
Alexey Milovidov 2024-05-08 18:50:46 +02:00
parent f188866f95
commit 8d2fcbd91d

View File

@ -181,11 +181,8 @@ elif [[ "$USE_AZURE_STORAGE_FOR_MERGE_TREE" == "1" ]]; then
ln -sf $SRC_PATH/config.d/azure_storage_policy_by_default.xml $DEST_SERVER_PATH/config.d/ ln -sf $SRC_PATH/config.d/azure_storage_policy_by_default.xml $DEST_SERVER_PATH/config.d/
fi fi
ARM="aarch64"
OS="$(uname -m)"
if [[ -n "$EXPORT_S3_STORAGE_POLICIES" ]]; then if [[ -n "$EXPORT_S3_STORAGE_POLICIES" ]]; then
echo "$OS" if [[ "$USE_DATABASE_REPLICATED" -eq 1 ]]; then
if [[ "$USE_DATABASE_REPLICATED" -eq 1 ]] || [[ "$OS" == "$ARM" ]]; then
echo "Azure configuration will not be added" echo "Azure configuration will not be added"
else else
echo "Adding azure configuration" echo "Adding azure configuration"