Project

General

Profile

Actions

Documentation #11503

closed

[Docs] Placement Groups

Added by Peter Matulis about 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

The top of the PG page [1] is completely wrong.

a) You do not create a pool in this way:
ceph osd pool set {pool-name} pg_num

But you do set the number of PGs for a pool in this way:
ceph osd pool set {pool-name} pg_num {pg_num}

b) PG numbers are limited by 32 per OSD
For instance, "Between 5 and 10 OSDs set pg_num to 512". This will not work. The maximum PGs I can set for 10 OSDs is 320.

[1]: http://ceph.com/docs/master/rados/operations/placement-groups/

Actions

Also available in: Atom PDF