S3UTILS-228: allow custom repd port in check-replication-permissions#382
S3UTILS-228: allow custom repd port in check-replication-permissions#382nicolas2bert wants to merge 1 commit intodevelopment/1.17from
Conversation
On 3-server rings, vault repd instances share hosts and bind to incremental ports (4300, 4301, …). The script had port 4300 hard-coded, so it silently connected to a follower when the leader was on another port, causing "Role not found in vault" for every bucket. - Parse argv[3] as ip[:port], default port to 4300 when omitted - Export parseLeaderAddress and add unit tests - Update README: CLI table, workflow examples, troubleshooting
Hello nicolas2bert,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
LGTM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## development/1.17 #382 +/- ##
====================================================
+ Coverage 44.12% 44.16% +0.04%
====================================================
Files 88 88
Lines 6448 6453 +5
Branches 1348 1349 +1
====================================================
+ Hits 2845 2850 +5
Misses 3555 3555
Partials 48 48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
@bert-e approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve, create_integration_branches |
Queue build failedThe corresponding build for the queue failed:
Remove the pull request from the queue
|
On 3-server rings, vault repd instances share hosts and bind to incremental ports (4300, 4301, …). The script had port 4300 hard-coded, so it silently connected to a follower when the leader was on another port, causing "Role not found in vault" for every bucket.