We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9b98f commit f7bd3a9Copy full SHA for f7bd3a9
replicationAudit/README.md
@@ -46,7 +46,7 @@ ansible -i env/$ENV_DIR/inventory md1-cluster1 -m shell \
46
LEADER_IP=<leader-ip-from-step-3>
47
48
ansible -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 && \
+ -a "cp /root/buckets-with-replication.json {{ env_host_logs}}/scality-vault{{ container_name_suffix | default("")}}/logs && \
50
ctrctl exec scality-vault{{ container_name_suffix | default("")}} node /logs/check-replication-permissions.js \
51
/logs/buckets-with-replication.json $LEADER_IP /logs/missing.json"
52
0 commit comments