From 45f8d746acefe01e2416cedf92aadba1555c22f8 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 2 May 2022 15:59:26 +0700 Subject: [PATCH 1/2] doc/rados/operations: fix pgcalc link The pgcalc tool has moved to the "old" ceph site so update the link to avoid a 404. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/rados/operations/placement-groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index 5b8e07a0d65..d8d1a532bb6 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -724,4 +724,4 @@ entirely. To mark the "unfound" objects as "lost", execute the following:: .. _Create a Pool: ../pools#createpool .. _Mapping PGs to OSDs: ../../../architecture#mapping-pgs-to-osds -.. _pgcalc: http://ceph.com/pgcalc/ +.. _pgcalc: https://old.ceph.com/pgcalc/ From 7e1dc469648028d064a6c0faeabe9ecb3c11f32f Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 2 May 2022 16:01:51 +0700 Subject: [PATCH 2/2] doc/radosgw: fix pgcalc link The pgcalc tool has moved to the "old" ceph site so update the link to avoid a 404. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/radosgw/pools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/pools.rst b/doc/radosgw/pools.rst index a9b00eac1d6..bb1246c1fca 100644 --- a/doc/radosgw/pools.rst +++ b/doc/radosgw/pools.rst @@ -17,7 +17,7 @@ exist, it will create that pool with the default values from are sufficient for some pools, but others (especially those listed in ``placement_pools`` for the bucket index and data) will require additional tuning. We recommend using the `Ceph Placement Group’s per Pool -Calculator `__ to calculate a suitable number of +Calculator `__ to calculate a suitable number of placement groups for these pools. See `Pools `__ for details on pool creation.