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
This commit is contained in:
parent
fca344900f
commit
55446e1f41
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user