upload
This commit is contained in:
27
ceph/ceph-conf.yaml
Normal file
27
ceph/ceph-conf.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# This is a sample configmap that helps define a Ceph configuration as required
|
||||
# by the CSI plugins.
|
||||
|
||||
# Sample ceph.conf available at
|
||||
# https://github.com/ceph/ceph/blob/master/src/sample.ceph.conf Detailed
|
||||
# documentation is available at
|
||||
# https://docs.ceph.com/en/latest/rados/configuration/ceph-conf/
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
ceph.conf: |
|
||||
[global]
|
||||
auth_cluster_required = cephx
|
||||
auth_service_required = cephx
|
||||
auth_client_required = cephx
|
||||
# enable ceph librbd,librados logs in rbd/cephfs/nfs container logs
|
||||
# log_to_stderr = true
|
||||
# debug_rbd = 30 # enable debug rbd logs
|
||||
# debug_rados = 30 # enable debug rados logs
|
||||
# debug_rbd_mirror = 30 # enable debugging logs for rbd mirroring daemon
|
||||
|
||||
# keyring is a required key and its value should be empty
|
||||
keyring: |
|
||||
metadata:
|
||||
name: ceph-config
|
||||
namespace: ceph
|
||||
Reference in New Issue
Block a user