summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/rados/configuration/pool-pg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/doc/rados/configuration/pool-pg.conf')
-rw-r--r--src/ceph/doc/rados/configuration/pool-pg.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/ceph/doc/rados/configuration/pool-pg.conf b/src/ceph/doc/rados/configuration/pool-pg.conf
deleted file mode 100644
index 5f1b3b7..0000000
--- a/src/ceph/doc/rados/configuration/pool-pg.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-[global]
-
- # 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'.
- # If you want to allow Ceph to write a lesser number of copies in a degraded
- # state, set 'osd pool default min size' to a number less than the
- # 'osd pool default size' value.
-
- osd pool default size = 4 # Write an object 4 times.
- osd pool default min size = 1 # Allow writing one copy in a degraded state.
-
- # Ensure you have a realistic number of placement groups. We recommend
- # 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
- # 10 OSDs and osd pool default size = 4, we'd recommend approximately
- # (100 * 10) / 4 = 250.
-
- osd pool default pg num = 250
- osd pool default pgp num = 250