Hi Konstantin,

Thank you for the reply.

Would the settings in the 'ceph_conf_overrides' in the all.yml get
applied to the partitioning process during deployment?

Regards,
Cody
On Sun, Aug 19, 2018 at 9:58 PM Konstantin Shalygin <k0...@k0ste.ru> wrote:
>
> Hi everyone,
>
> If I choose to use the "non-collocated" scenario and Bluestore in
> Ceph-Ansible, how could I define the size of the partitions on a
> dedicated device used for the DB and WAL by multiple OSDs?
>
> Like this in global_vars:
>
> ceph_conf_overrides:
>   global:
>     bluestore_block_db_size: "{{
>       hostvars[inventory_hostname]['ceph_bluestore_block_db_size'] |
>       default('32212254720') }}"
>     bluestore_block_wal_size: "{{
>       hostvars[inventory_hostname]['ceph_bluestore_block_wal_size'] |
>       default('1073741824') }}"
>
>
> Now you can define wal/db sizes for each host via 
> 'ceph_bluestore_block_db_size' and 'ceph_bluestore_block_wal_size' or use 
> defaults (1Gb for wal, 28Gb for db).
>
>
>
> k
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to