mirror of https://github.com/ceph/ceph-ansible.git
config: remove max open file
This is only used by the old sysvinit scripts Signed-off-by: Sébastien Han <seb@redhat.com>pull/1930/head
parent
a4baed1025
commit
adf5017924
|
@ -253,7 +253,6 @@ dummy:
|
||||||
#ceph_conf_key_directory: /etc/ceph
|
#ceph_conf_key_directory: /etc/ceph
|
||||||
|
|
||||||
#cephx: true
|
#cephx: true
|
||||||
#max_open_files: 131072
|
|
||||||
|
|
||||||
## Client options
|
## Client options
|
||||||
#
|
#
|
||||||
|
|
|
@ -18,6 +18,10 @@ dummy:
|
||||||
# distributed on RGW nodes. Setting 'copy_admin_key' to 'true'
|
# distributed on RGW nodes. Setting 'copy_admin_key' to 'true'
|
||||||
# will copy the admin key to the /etc/ceph/ directory
|
# will copy the admin key to the /etc/ceph/ directory
|
||||||
#copy_admin_key: false
|
#copy_admin_key: false
|
||||||
|
# whether docker container or systemd service should be enabled
|
||||||
|
# and started, it's useful to set it to false if nfs-ganesha
|
||||||
|
# service is managed by pacemaker
|
||||||
|
#ceph_nfs_enable_service: true
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Access type options #
|
# Access type options #
|
||||||
|
|
|
@ -253,7 +253,6 @@ ceph_repository: rhcs
|
||||||
#ceph_conf_key_directory: /etc/ceph
|
#ceph_conf_key_directory: /etc/ceph
|
||||||
|
|
||||||
#cephx: true
|
#cephx: true
|
||||||
#max_open_files: 131072
|
|
||||||
|
|
||||||
## Client options
|
## Client options
|
||||||
#
|
#
|
||||||
|
|
|
@ -14,7 +14,6 @@ ms bind ipv6 = true
|
||||||
{% if not containerized_deployment_with_kv and not containerized_deployment %}
|
{% if not containerized_deployment_with_kv and not containerized_deployment %}
|
||||||
fsid = {{ fsid }}
|
fsid = {{ fsid }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
max open files = {{ max_open_files }}
|
|
||||||
{% if common_single_host_mode is defined and common_single_host_mode %}
|
{% if common_single_host_mode is defined and common_single_host_mode %}
|
||||||
osd crush chooseleaf type = 0
|
osd crush chooseleaf type = 0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -245,7 +245,6 @@ generate_fsid: true
|
||||||
ceph_conf_key_directory: /etc/ceph
|
ceph_conf_key_directory: /etc/ceph
|
||||||
|
|
||||||
cephx: true
|
cephx: true
|
||||||
max_open_files: 131072
|
|
||||||
|
|
||||||
## Client options
|
## Client options
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue