Advertisement
42n4

PROXMOX_ADD_TO_CEPHCONF

Jan 8th, 2017
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.33 KB | None | 0 0
  1. [global]
  2.      debug asok = 0/0
  3.      debug auth = 0/0
  4.      debug bluestore = 0/0
  5.      debug buffer = 0/0
  6.      debug client = 0/0
  7.      debug context = 0/0
  8.      debug crush = 0/0
  9.      debug filer = 0/0
  10.      debug filestore = 0/0
  11.      debug finisher = 0/0
  12.      debug hadoop = 0/0
  13.      debug heartbeatmap = 0/0
  14.      debug journal = 0/0
  15.      debug journaler = 0/0
  16.      debug lockdep = 0/0
  17.      debug log = 0
  18.      debug mds = 0/0
  19.      debug mds_balancer = 0/0
  20.      debug mds_locker = 0/0
  21.      debug mds_log = 0/0
  22.      debug mds_log_expire = 0/0
  23.      debug mds_migrator = 0/0
  24.      debug mon = 0/0
  25.      debug monc = 0/0
  26.      debug ms = 0/0
  27.      debug objclass = 0/0
  28.      debug objectcacher = 0/0
  29.      debug objecter = 0/0
  30.      debug optracker = 0/0
  31.      debug osd = 0/0
  32.      debug paxos = 0/0
  33.      debug perfcounter = 0/0
  34.      debug rados = 0/0
  35.      debug rbd = 0/0
  36.      debug rgw = 0/0
  37.      debug throttle = 0/0
  38.      debug timer = 0/0
  39.      debug tp = 0/0
  40.      mon_pg_warn_max_per_osd = 0
  41.      osd crush chooseleaf type = 2
  42.  
  43. [client]
  44.      rbd cache = true
  45.      rbd cache max dirty = 134217728
  46.      rbd cache max dirty age = 5
  47.      rbd cache size = 268435456
  48.  
  49. [osd]
  50.      filestore max sync interval = 100
  51.      filestore min sync interval = 50
  52.      filestore queue committing max bytes = 536870912
  53.      filestore queue committing max ops = 2000
  54.      filestore queue max bytes = 536870912
  55.      filestore queue max ops = 2000
  56.      filestore xattr use omap = true
  57.      journal max write bytes = 1073714824
  58.      journal max write entries = 10000
  59.      journal queue max bytes = 10485760000
  60.      journal queue max ops = 50000
  61.      osd client message size cap = 2147483648
  62.      osd data = /var/lib/ceph/osd/ceph-$id
  63.      osd deep scrub stride = 131072
  64.      osd disk threads = 4
  65.      osd journal size = 200
  66.      osd map cache bl size = 128
  67.      osd map cache size = 1024
  68.      osd max backfills = 1
  69.      osd max write size = 512
  70.      osd mkfs options xfs = "-f  -i size=2048"
  71.      osd mkfs type = xfs
  72.      osd mount options xfs = "rw,noatime,nodiratime,nobarrier,logbsize=256k,logbufs=8,inode64,allocsize=4M"
  73.      osd op threads = 8
  74.      osd recovery max active = 1
  75.      osd recovery op priority = 4
  76.  
  77. [osd.0]
  78.      cluster addr = 10.10.10.11
  79.      host = osd1
  80.      public addr = 192.168.0.51
  81.  
  82. [osd.1]
  83.      cluster addr = 10.10.10.12
  84.      host = osd2
  85.      public addr = 192.168.0.52
  86.  
  87. [osd.2]
  88.      cluster addr = 10.10.10.13
  89.      host = osd3
  90.      public addr = 192.168.0.53
  91.  
  92. [osd.3]
  93.      cluster addr = 10.10.10.14
  94.      host = osd4
  95.      public addr = 192.168.0.54
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement