From 55446e1f4121a58adb37d65c076d39284297e7f0 Mon Sep 17 00:00:00 2001 From: Matthew Heler Date: Tue, 6 Nov 2018 19:54:52 -0600 Subject: [PATCH] Move default CEPH journal size from 5GB to 10GB Request from downstream to use 10GB journal sizes. Currently journals are created manually today, but there is upcoming work to have the journals created by the Helm charts themselves. This value needs to be put in as a default to ensure journals are sized appropiately. Change-Id: Idaf46fac159ffc49063cee1628c63d5bd42b4bc6 --- ceph-mon/values.yaml | 1 + ceph-osd/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph-mon/values.yaml b/ceph-mon/values.yaml index 87c761999..4a1331c47 100644 --- a/ceph-mon/values.yaml +++ b/ceph-mon/values.yaml @@ -179,6 +179,7 @@ conf: osd_recovery_op_priority: 1 osd_recovery_max_active: 1 osd_mount_options_xfs: "rw,noatime,largeio,inode64,swalloc,logbufs=8,logbsize=256k,allocsize=4M" + osd_journal_size: 10240 storage: mon: directory: /var/lib/openstack-helm/ceph/mon diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index f3af8101e..683df653e 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -105,6 +105,7 @@ conf: osd_recovery_op_priority: 1 osd_recovery_max_active: 1 osd_mount_options_xfs: "rw,noatime,largeio,inode64,swalloc,logbufs=8,logbsize=256k,allocsize=4M" + osd_journal_size: 10240 storage: # NOTE(portdirect): for homogeneous clusters the `osd` key can be used to