Skip to content

Instantly share code, notes, and snippets.

@kalaspuffar
Last active September 20, 2021 03:34
Show Gist options
  • Save kalaspuffar/81605b5d7425a7dd8f43bea317cdf55b to your computer and use it in GitHub Desktop.
Save kalaspuffar/81605b5d7425a7dd8f43bea317cdf55b to your computer and use it in GitHub Desktop.
Ceph configuration for windows
[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/out
    crash dir = C:/ProgramData/ceph/out

    ; Use the following to change the cephfs client log level
    ; debug client = 2

    mon host = node2, node3, node4, node5

[client]
    keyring = C:/ProgramData/ceph/keyring
    log file = C:/ProgramData/ceph/out/$name.$pid.log
    admin socket = C:/ProgramData/ceph/out/$name.$pid.asok

    ; client_permissions = true
    ; client_mount_uid = 1000
    ; client_mount_gid = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment