[ceph-users] Re: cephadm db_slots and wal_slots ignored

2021-01-24 Thread Eugen Block
If you applied your changes for the osd layout ('ceph orch appply -i specs.yml) you can just zap the devices and ceph will redeploy the OSDs with the desired layout. Zitat von "Schweiss, Chip" : That worked! Thanks! Now to figure out how to correct all the incorrect OSDs. On Thu, Jan

[ceph-users] Re: cephadm db_slots and wal_slots ignored

2021-01-21 Thread Schweiss, Chip
That worked! Thanks! Now to figure out how to correct all the incorrect OSDs. On Thu, Jan 21, 2021 at 1:29 AM Eugen Block wrote: > If you use block_db_size and limit in your yaml file, e.g. > > block_db_size: 64G (or whatever you choose) > limit: 6 > > this should not consume the entire dis

[ceph-users] Re: cephadm db_slots and wal_slots ignored

2021-01-20 Thread Eugen Block
If you use block_db_size and limit in your yaml file, e.g. block_db_size: 64G (or whatever you choose) limit: 6 this should not consume the entire disk but only as much as you configured. Can you try if that works for you? Zitat von "Schweiss, Chip" : I'm trying to set up a new ceph clus