Skip to content
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

manifest: Remove pg_autoscaler from mgr modules examples #13588

Merged
merged 1 commit into from Jan 19, 2024

Conversation

travisn
Copy link
Member

@travisn travisn commented Jan 18, 2024

The pg_autoscaler mgr module is no longer possible to disable. Ceph requires the module to always be enabled. Now the autoscaling configuration is done with a per-pool setting.

Now the rook module is shown as an example to enable.
@rkachach As a separate topic, let's discuss when we should enable the rook module by default.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

Comment on lines 62 to 63
#- name: rook
# enabled: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I usually see a space after comments in yaml when doing this with vscode.

Suggested change
#- name: rook
# enabled: true
# - name: rook
# enabled: true

The pg_autoscaler mgr module is no longer possible to disable.
Ceph requires the module to always be enabled. Now the
autoscaling configuration is done with a per-pool setting.

Now the rook module is shown as an example to enable.

Signed-off-by: travisn <tnielsen@redhat.com>
@travisn travisn merged commit df04e5c into rook:master Jan 19, 2024
45 checks passed
@travisn travisn deleted the autoscale-module branch January 19, 2024 21:38
travisn added a commit that referenced this pull request Jan 19, 2024
manifest: Remove pg_autoscaler from mgr modules examples (backport #13588)
travisn added a commit to travisn/rook that referenced this pull request Feb 13, 2024
The pg_autoscaler is always enabled by ceph and cannot be disabled.
In rook#13588 the pg_autoscaler config was removed from the main example.
Now the remaining config for the pg_autoscaler is removed as well.

Signed-off-by: travisn <tnielsen@redhat.com>
travisn added a commit to travisn/rook that referenced this pull request Feb 14, 2024
The pg_autoscaler is always enabled by ceph and cannot be disabled.
In rook#13588 the pg_autoscaler config was removed from the main example.
Now the remaining config for the pg_autoscaler is removed as well.

Signed-off-by: travisn <tnielsen@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants