modify ceph pg for performance 69/2469/1
authorgrakiss <grakiss.wanglei@huawei.com>
Tue, 13 Oct 2015 03:28:33 +0000 (11:28 +0800)
committergrakiss <grakiss.wanglei@huawei.com>
Tue, 13 Oct 2015 03:28:33 +0000 (11:28 +0800)
JIRA: COMPASS-91
  - it's recommended that total pg is less than 300

Change-Id: I93fbc2a4bb24ab221cf3c42c8ab1ae39dad24e6e

deploy/adapters/ansible/roles/ceph-deploy/tasks/ceph_openstack_pre.yml

index 41c2470..224e8a6 100644 (file)
@@ -1,7 +1,7 @@
 ---
 
 - name: create pool
-  shell: ceph osd pool create {{ item }} 128
+  shell: ceph osd pool create {{ item }} 80
   with_items:
     - volumes
     - images