2013-03-01 19:35:47 +00:00
|
|
|
[global]
|
2013-02-25 23:28:07 +00:00
|
|
|
|
2014-05-22 12:08:54 +00:00
|
|
|
# By default, Ceph makes 3 replicas of objects. If you want to make four
|
|
|
|
# copies of an object the default value--a primary copy and three replica
|
|
|
|
# copies--reset the default values as shown in 'osd pool default size'.
|
2013-02-25 23:28:07 +00:00
|
|
|
# If you want to allow Ceph to write a lesser number of copies in a degraded
|
2014-05-22 12:08:54 +00:00
|
|
|
# state, set 'osd pool default min size' to a number less than the
|
|
|
|
# 'osd pool default size' value.
|
2013-02-25 23:28:07 +00:00
|
|
|
|
2014-05-22 12:08:54 +00:00
|
|
|
osd pool default size = 4 # Write an object 4 times.
|
2013-02-25 23:28:07 +00:00
|
|
|
osd pool default min size = 1 # Allow writing one copy in a degraded state.
|
2014-05-22 12:08:54 +00:00
|
|
|
|
|
|
|
# Ensure you have a realistic number of placement groups. We recommend
|
2013-02-25 23:28:07 +00:00
|
|
|
# approximately 100 per OSD. E.g., total number of OSDs multiplied by 100
|
|
|
|
# divided by the number of replicas (i.e., osd pool default size). So for
|
2014-05-22 12:08:54 +00:00
|
|
|
# 10 OSDs and osd pool default size = 4, we'd recommend approximately
|
|
|
|
# (100 * 10) / 4 = 250.
|
2013-02-25 23:28:07 +00:00
|
|
|
|
2014-05-22 12:08:54 +00:00
|
|
|
osd pool default pg num = 250
|
|
|
|
osd pool default pgp num = 250
|