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

Modify ceph_conf_overrides post install with docker #1681

Closed
laggeduout opened this issue Jul 14, 2017 · 1 comment
Closed

Modify ceph_conf_overrides post install with docker #1681

laggeduout opened this issue Jul 14, 2017 · 1 comment
Assignees

Comments

@laggeduout
Copy link

I maybe using this option incorrectly so do correct me is my usage is just wrong.

I am deploying ceph 'L' using docker image tag-build-master-luminous-centos-7 with bluestore enabled and it is working well.

During the setup I put the below in group_vars/all.yml

ceph_conf_overrides:
  mon:
      mon_compact_on_start: true
      mon_allow_pool_delete: true

These settings get placed into the ceph.conf as we would expect:

[root@mon-01 ~]# cat /etc/ceph/ceph.conf | head -n3
[mon]
mon_allow_pool_delete = True
mon_compact_on_start = True

After the install I wanted to update the options to the below removing mon_allow_pool_delete: true

ceph_conf_overrides:
  mon:
      mon_compact_on_start: true

Then I re run site.yml and the change is not reflected in the ceph.conf, Also no handlers are being called, is this a problem or I am just misusing this?

@guits guits self-assigned this Jul 14, 2017
@leseb
Copy link
Member

leseb commented Jul 27, 2017

@laggeduout you're right we don't have any handler at the moment for containers. Although the ceph.conf should get an update. Can you send us more details? Is the task skipped?

Thanks!

This was referenced Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants