Increase Ceph recovery speed

May 9, 2017
18
0
41
I'm in the middle of migrating my current osd's to Bluestore but the recovery speed is quite low (5600kb/s ~10 objects/s). Is there a way to increase the speed?

I currently have no virtual machines running on the cluster so performance doesn't matter at the moment. Only the recovery is running.
 
What are the current settings ? How could i read them ?
Did anyone had problems with these settings ?
 
You should be able to query these values like this (note that you'd need to query each osd daemon for it's individual settings, hence the slightly different call):

Code:
ceph daemon osd.1 config get osd_max_backfills
ceph daemon osd.1 config get osd_recovery_max_active

I haven't been using injectargs a lot, since I had no need for that, but when I tried it out, it worked flawlessly.
 
  • Like
Reactions: flames