Applies to SUSE Enterprise Storage 7.1
A Sample configuration files #
C:\ProgramData\ceph\ceph.conf
[global] log to stderr = true ; Uncomment the following in order to use the Windows Event Log ; log to syslog = true run dir = C:/ProgramData/ceph crash dir = C:/ProgramData/ceph ; Use the following to change the cephfs client log level ; debug client = 2 [client] keyring = C:/ProgramData/ceph/keyring ; log file = C:/ProgramData/ceph/$name.$pid.log admin socket = C:/ProgramData/ceph/$name.$pid.asok ; client_permissions = true ; client_mount_uid = 1000 ; client_mount_gid = 1000 [global] ; Specify IP addresses for monitor nodes as in the following example: ; mon host = [v2:10.1.1.1:3300,v1:10.1.1.1:6789] [v2:10.1.1.2:3300,v1:10.1.1.2:6789] [v2:10.1.1.3:3300,v1:1.1.1.3:6789]
Note
Directory paths in the ceph.conf
must be delimited
using forward-slashes.
C:\ProgramData\ceph\keyring
; This file should be copied directly from /etc/ceph/ceph.client.admin.keyring ; The contents should be similar to the following example: [client.admin] key = ADCyl77eBBAAABDDjX72tAljOwv04m121v/7yA== caps mds = "allow *" caps mon = "allow *" caps osd = "allow *" caps mgr = "allow *"