]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Add pgcalc tool link in placement-groups document 5811/head
authorVikhyat Umrao <vumrao@redhat.com>
Fri, 4 Sep 2015 11:25:13 +0000 (16:55 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Fri, 4 Sep 2015 11:33:57 +0000 (17:03 +0530)
Fixes #12944

Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
doc/rados/operations/placement-groups.rst

index b408f9c8bd9744edeace4383ede3f9145ab24513..05f07514bbb17a8ed95c8ea5d67ea9ea003d50a7 100644 (file)
@@ -23,6 +23,8 @@ calculated automatically. Here are a few values commonly used:
 - If you have more than 50 OSDs, you need to understand the tradeoffs
   and how to calculate the ``pg_num`` value by yourself
 
+- For calculating ``pg_num`` value by yourself please take help of `pgcalc`_ tool 
+
 As the number of OSDs increases, chosing the right value for pg_num
 becomes more important because it has a significant influence on the
 behavior of the cluster as well as the durability of the data when
@@ -431,3 +433,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/