Merge pull request #46109 from bluikko/pgcalc_links

doc/rados: fix pgcalc links

Reviewed-by: Zac Dover <zac.dover@gmail.com>
This commit is contained in:
zdover23 2022-05-03 08:39:12 +10:00 committed by GitHub
commit 42dd40365b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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 Groups per Pool
Calculator <http://ceph.com/pgcalc/>`__ to calculate a suitable number of
Calculator <https://old.ceph.com/pgcalc/>`__ to calculate a suitable number of
placement groups for these pools. See
`Pools <http://docs.ceph.com/en/latest/rados/operations/pools/#pools>`__
for details on pool creation.