Duplicate tests for old store

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:41 +03:00
parent 615d4825c0
commit 2633978fec
4 changed files with 702 additions and 4 deletions
+5
View File
@@ -43,6 +43,11 @@ if [[ -z "$KEEP_DATA" ]]; then
fi
fi
if [[ -n "$OLD" ]]; then
OSD_ARGS="$OSD_ARGS --meta_format 2"
OFFSET_ARGS="$OFFSET_ARGS --meta_format 2"
fi
ETCD_URL="http://$ETCD_IP:$ETCD_PORT"
for i in $(seq 2 $ETCD_COUNT); do
ETCD_URL="$ETCD_URL,http://$ETCD_IP:$((ETCD_PORT+2*i-2))"