Documentation #2624
OpenStack creation instructions should recommend non-default number of pg's for new pool
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
http://ceph.com/docs/master/rbd/rbd-openstack/ recommends
sudo rados mkpool nova
This should probably be
sudo rados mkpool nova 50
or so (maybe even 100), to set the default number of PGs up from its default of 8.
History
#1 Updated by Josh Durgin over 11 years ago
It'll have to be ceph osd pool create <pool> <num_pgs> until #2519 is done.
#2 Updated by John Wilkins over 9 years ago
- Status changed from New to Resolved