Skip to content

Instantly share code, notes, and snippets.

@pryorda
Last active October 17, 2020 06:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pryorda/50b6540205e2232b57a13590552868e5 to your computer and use it in GitHub Desktop.
Save pryorda/50b6540205e2232b57a13590552868e5 to your computer and use it in GitHub Desktop.
Ceph BlueStore Config Options
root@prod-ceph-node5:~# cat /etc/ceph/ceph.conf |egrep -i '(blue|read)'
bluestore default buffered read = true
osd disk threads = 12
filestore op threads = 12
bluestore compression mode = none
bluestore min alloc size ssd = 4096
bluestore min alloc size hdd = 4096
root@prod-ceph-node5:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment