Skip to content

Commit

Permalink
Merge pull request #504 from anrao19/ms_sync
Browse files Browse the repository at this point in the history
[Fix TFA] Symmetrical run has pipe creation as directional, so updated pipe as symmetrical only
  • Loading branch information
mergify[bot] authored Oct 26, 2023
2 parents dc98f7e + a85bdd5 commit 64a612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgw/v2/tests/s3_swift/reusable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ def pipe_operation(
pipe_id = group_id + "pipe"
if zone_names is not None:
zone_name = zone_names.split(",")
zn = f" --source-zones={zone_name[0]} --dest-zones={zone_name[1]}"
zn = f" --source-zones='{zone_name[0]}','{zone_name[1]}' --dest-zones='{zone_name[0]}','{zone_name[1]}'"
else:
zn = " --source-zones='*' --dest-zones='*'"
if bucket_name is not None:
Expand Down

0 comments on commit 64a612e

Please sign in to comment.