Advertisement
ffilz

ceph.conf

Jan 31st, 2025
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 5.52 KB | None | 0 0
  1. ; generated by vstart.sh on Thu Apr  7 09:39:01 AM PDT 2022
  2. [client.vstart.sh]
  3.         num mon = 1
  4.         num osd = 1
  5.         num mds = 1
  6.         num mgr = 1
  7.         num rgw = 0
  8.         num ganesha = 0
  9.  
  10. [global]
  11.         fsid = 0752ea73-e2ce-4eb4-aad1-cb972daee48f
  12.         osd failsafe full ratio = .99
  13.         mon osd full ratio = .99
  14.         mon osd nearfull ratio = .99
  15.         mon osd backfillfull ratio = .99
  16.         mon_max_pg_per_osd = 1000
  17.         erasure code dir = /home/ffilz/ganesha/ceph/build/lib
  18.         plugin dir = /home/ffilz/ganesha/ceph/build/lib
  19.         filestore fd cache size = 32
  20.         run dir = /home/ffilz/ganesha/ceph/build/out
  21.         crash dir = /home/ffilz/ganesha/ceph/build/out
  22.         enable experimental unrecoverable data corrupting features = *
  23.         osd_crush_chooseleaf_type = 0
  24.         debug asok assert abort = true
  25.         ms bind msgr2 = true
  26.         ms bind msgr1 = true
  27.        
  28.         lockdep = true
  29.         auth cluster required = none
  30.         auth service required = none
  31.         auth client required = none
  32.         ms mon client mode = crc
  33.  
  34.         debug client = 19
  35.         debug objectcacher = 19
  36.  
  37.         debug client = 3
  38.         debug objectcacher = 3
  39.  
  40. [client]
  41.         keyring = /home/ffilz/ganesha/ceph/build/keyring
  42.         log file = /home/ffilz/ganesha/ceph/build/out/$name.$pid.log
  43.         admin socket = /tmp/ceph-asok.PUU4Fd/$name.$pid.asok
  44.  
  45.         ; needed for s3tests
  46.         rgw crypt s3 kms backend = testing
  47.         rgw crypt s3 kms encryption keys = testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
  48.         rgw crypt require ssl = false
  49.         ; uncomment the following to set LC days as the value in seconds;
  50.         ; needed for passing lc time based s3-tests (can be verbose)
  51.         ; rgw lc debug interval = 10
  52.         client oc = false;
  53.        
  54. [mds]
  55.  
  56.         log file = /home/ffilz/ganesha/ceph/build/out/$name.log
  57.         admin socket = /tmp/ceph-asok.PUU4Fd/$name.asok
  58.         chdir = ""
  59.         pid file = /home/ffilz/ganesha/ceph/build/out/$name.pid
  60.         heartbeat file = /home/ffilz/ganesha/ceph/build/out/$name.heartbeat
  61.  
  62.         mds data = /home/ffilz/ganesha/ceph/build/dev/mds.$id
  63.         mds root ino uid = 0
  64.         mds root ino gid = 0
  65.        
  66. [mgr]
  67.         mgr disabled modules = rook
  68.         mgr data = /home/ffilz/ganesha/ceph/build/dev/mgr.$id
  69.         mgr module path = /home/ffilz/ganesha/ceph/src/pybind/mgr
  70.         cephadm path = /home/ffilz/ganesha/ceph/src/cephadm/cephadm
  71.  
  72.         log file = /home/ffilz/ganesha/ceph/build/out/$name.log
  73.         admin socket = /tmp/ceph-asok.PUU4Fd/$name.asok
  74.         chdir = ""
  75.         pid file = /home/ffilz/ganesha/ceph/build/out/$name.pid
  76.         heartbeat file = /home/ffilz/ganesha/ceph/build/out/$name.heartbeat
  77.  
  78.        
  79. [osd]
  80.  
  81.         log file = /home/ffilz/ganesha/ceph/build/out/$name.log
  82.         admin socket = /tmp/ceph-asok.PUU4Fd/$name.asok
  83.         chdir = ""
  84.         pid file = /home/ffilz/ganesha/ceph/build/out/$name.pid
  85.         heartbeat file = /home/ffilz/ganesha/ceph/build/out/$name.heartbeat
  86.  
  87.         osd_check_max_object_name_len_on_startup = false
  88.         osd data = /home/ffilz/ganesha/ceph/build/dev/osd$id
  89.         osd journal = /home/ffilz/ganesha/ceph/build/dev/osd$id/journal
  90.         osd journal size = 100
  91.         osd class tmp = out
  92.         osd class dir = /home/ffilz/ganesha/ceph/build/lib
  93.         osd class load list = *
  94.         osd class default list = *
  95.         osd fast shutdown = false
  96.  
  97.         filestore wbthrottle xfs ios start flusher = 10
  98.         filestore wbthrottle xfs ios hard limit = 20
  99.         filestore wbthrottle xfs inodes hard limit = 30
  100.         filestore wbthrottle btrfs ios start flusher = 10
  101.         filestore wbthrottle btrfs ios hard limit = 20
  102.         filestore wbthrottle btrfs inodes hard limit = 30
  103.         bluestore fsck on mount = true
  104.         bluestore block create = true
  105.         bluestore block db path = /home/ffilz/ganesha/ceph/build/dev/osd$id/block.db.file
  106.         bluestore block db size = 1073741824
  107.         bluestore block db create = true
  108.         bluestore block wal path = /home/ffilz/ganesha/ceph/build/dev/osd$id/block.wal.file
  109.         bluestore block wal size = 1048576000
  110.         bluestore block wal create = true
  111.  
  112.         ; kstore
  113.         kstore fsck on mount = true
  114.         osd objectstore = bluestore
  115.  
  116.        
  117. [mon]
  118.         mon_data_avail_crit = 1
  119.         mgr initial modules = iostat nfs dashboard
  120.  
  121.         log file = /home/ffilz/ganesha/ceph/build/out/$name.log
  122.         admin socket = /tmp/ceph-asok.PUU4Fd/$name.asok
  123.         chdir = ""
  124.         pid file = /home/ffilz/ganesha/ceph/build/out/$name.pid
  125.         heartbeat file = /home/ffilz/ganesha/ceph/build/out/$name.heartbeat
  126.  
  127.  
  128.         # debug osd = 20
  129.         # debug mon = 20
  130.         # debug osd = 20
  131.         # debug paxos = 20
  132.         # debug auth = 20
  133.         # debug mgrc = 20
  134.         # debug ms = 1
  135.        
  136.         mon cluster log file = /home/ffilz/ganesha/ceph/build/out/cluster.mon.$id.log
  137.         osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
  138.         auth allow insecure global id reclaim = false
  139. [mon.a]
  140.         host = fedora
  141.         mon data = /home/ffilz/ganesha/ceph/build/dev/mon.a
  142. [global]
  143.         mon host =  [v2:192.168.1.16:40352,v1:192.168.1.16:40353]
  144. [mgr.x]
  145.         host = fedora
  146. [osd.0]
  147.         host = fedora
  148.         bluestore fsck on mount = false
  149. [mds.a]
  150.         host = fedora
  151.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement