File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ansible -i env/$ENV_DIR/inventory md1-cluster1 -m shell \
4646LEADER_IP=< leader-ip-from-step-3>
4747
4848ansible -i env/$ENV_DIR /inventory runners_s3[0] -m shell \
49- -a " mv /root/buckets-with-replication.json {{ env_host_logs}}/scality-vault{{ container_name_suffix | default(" " )}}/logs && \
49+ -a " cp /root/buckets-with-replication.json {{ env_host_logs}}/scality-vault{{ container_name_suffix | default(" " )}}/logs && \
5050 ctrctl exec scality-vault{{ container_name_suffix | default(" " )}} node /logs/check-replication-permissions.js \
5151 /logs/buckets-with-replication.json $LEADER_IP /logs/missing.json"
5252
@@ -82,7 +82,8 @@ ansible -i env/$ENV_DIR/inventory runners_s3[0] -m shell \
8282 {{ env_host_logs}}/scality-vault{{ container_name_suffix | default("")}}/logs/buckets-with-replication.json \
8383 {{ env_host_logs}}/scality-vault{{ container_name_suffix | default("")}}/logs/replication-fix-results.json \
8484 {{ env_host_logs}}/scality-vault{{ container_name_suffix | default("")}}/logs/admin1.json \
85- /root/list-buckets-with-replication.sh'
85+ /root/list-buckets-with-replication.sh \
86+ /root/buckets-with-replication.json'
8687```
8788
8889# Scripts Documentation
You can’t perform that action at this time.
0 commit comments