Skip to content

Fix store-gateway sharding ring CLI flags prefix #3201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 18, 2020

Conversation

pracucci
Copy link
Contributor

What this PR does:
Sad but true, I misconfigured a couple of store-gateway CLI flags prefixes in the past. Since we're about to mark blocks storage stable in 1.4.0, in this PR I'm doing a last minute flag rename which I will backport to 1.4.0 too:

  • -store-gateway.replication-factor flag renamed to -store-gateway.sharding-ring.replication-factor
  • -store-gateway.tokens-file-path flag renamed to store-gateway.sharding-ring.tokens-file-path

Which issue(s) this PR fixes:
N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci merged commit 547aa29 into cortexproject:master Sep 18, 2020
pracucci added a commit that referenced this pull request Sep 18, 2020
* Fix store-gateway sharding ring CLI flags prefix

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Updated doc

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci deleted the fix-store-gateway-flags branch September 18, 2020 13:09
pracucci added a commit that referenced this pull request Sep 18, 2020
* Fix store-gateway sharding ring CLI flags prefix

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Updated doc

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants