treasuremap/manifests/composite/storage-cluster/ceph-conf.yaml
Ritchie, Frank (fr801x) a16ecc04a5 Minor rook-ceph cleanup
This PS just includes minor changes for consistency and readability.

For consistency, patchesJSON6902 are always specified in
kustomization.yaml as patchesJSON6902 even if they could be specified as
patches. patchesStrategicMerge are always specified as patches.

Change-Id: I96b07838730207984be815e5f8fa8f79f59cebe1
2021-06-18 15:49:02 +00:00

23 lines
774 B
YAML

# Use the config section below to create your custom
# ceph.conf file
# Refer to the documentation at:
# https://rook.io/docs/rook/v1.6/ceph-advanced-configuration.html#custom-cephconf-settings
# Be aware - the rook operator doesn't perform any validations or syntax check against
# the configuration below. Even a typo in this file can cause an entire cluster failure.
kind: ConfigMap
apiVersion: v1
metadata:
name: rook-config-override
namespace: rook-ceph # namespace:cluster
data:
config: |
[global]
osd_pool_default_size = 3
mon_warn_on_pool_no_redundancy = true
# # You can add other default configuration sections
# # to create a fully customized ceph.conf
[mon]
auth_allow_insecure_global_id_reclaim = false
# [osd]
# [rgw]