This is only used by the old sysvinit scripts
Signed-off-by: Sébastien Han <seb@redhat.com>
#ceph_conf_key_directory: /etc/ceph
#cephx: true
-#max_open_files: 131072
## Client options
#
# distributed on RGW nodes. Setting 'copy_admin_key' to 'true'
# will copy the admin key to the /etc/ceph/ directory
#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 #
#ceph_conf_key_directory: /etc/ceph
#cephx: true
-#max_open_files: 131072
## Client options
#
{% if not containerized_deployment_with_kv and not containerized_deployment %}
fsid = {{ fsid }}
{% endif %}
-max open files = {{ max_open_files }}
{% if common_single_host_mode is defined and common_single_host_mode %}
osd crush chooseleaf type = 0
{% endif %}
ceph_conf_key_directory: /etc/ceph
cephx: true
-max_open_files: 131072
## Client options
#