mirror of https://github.com/ceph/ceph-ansible.git
26 lines
793 B
YAML
26 lines
793 B
YAML
---
|
|
##########
|
|
# DOCKER #
|
|
##########
|
|
|
|
# Resource limitation
|
|
# For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
|
|
# Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
|
|
# These options can be passed using the 'ceph_mgr_docker_extra_env' variable.
|
|
ceph_mgr_docker_memory_limit: 1g
|
|
ceph_mgr_docker_cpu_limit: 1
|
|
|
|
ceph_mgr_docker_extra_env:
|
|
ceph_config_keys: [] # DON'T TOUCH ME
|
|
|
|
|
|
###########
|
|
# SYSTEMD #
|
|
###########
|
|
# ceph_mgr_systemd_overrides will override the systemd settings
|
|
# for the ceph-mgr services.
|
|
# For example,to set "PrivateDevices=false" you can specify:
|
|
#ceph_mgr_systemd_overrides:
|
|
# Service:
|
|
# PrivateDevices: False
|