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

nautilus: os/bluestore: do not set osd_memory_target default from cgroup limit #29745

Merged
merged 1 commit into from Aug 20, 2019

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Aug 19, 2019

https://tracker.ceph.com/issues/41455


On the aarch64 box I'm testing, this gives us a value of
7378697629483768832, which is not what we want.

I think we are better off relying on this limit being explicitly set via
environment variables (POD_* by kuberentes/rook) or via the command line.

This partially reverts 5c6b533, but not
all of it, since we wan to keep the option itself, as it is now used by
common/config.cc when dealing with the POD_MEMORY_LIMIT env var.

Signed-off-by: Sage Weil sage@redhat.com
(cherry picked from commit 9346d3c)

On the aarch64 box I'm testing, this gives us a value of
7378697629483768832, which is not what we want.

I think we are better off relying on this limit being explicitly set via
environment variables (POD_* by kuberentes/rook) or via the command line.

This partially reverts 5c6b533, but not
all of it, since we wan to keep the option itself, as it is now used by
common/config.cc when dealing with the POD_MEMORY_LIMIT env var.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 9346d3c)
@yuriw yuriw added nautilus-batch-1 nautilus point releases wip-yuri6-testing labels Aug 19, 2019
@yuriw
Copy link
Contributor

yuriw commented Aug 19, 2019

Copy link
Contributor

@yuriw yuriw left a comment

Choose a reason for hiding this comment

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

passed tests 👍

@yuriw yuriw merged commit 4b7bd00 into ceph:nautilus Aug 20, 2019
@liewegas liewegas deleted the wip-bluestore-no-cgroup-nautilus branch October 9, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants