Re: [ceph-users] Luminous missing osd_backfill_full_ratio

2018-09-03 Thread David C
In the end if was because I hadn't completed the upgrade with "ceph osd require-osd-release luminous", after setting that I had the default backfill full (0.9 I think) and was able to change it with ceph osd set backfillfull-ratio. Potential gotcha for a Jewel -> Luminous upgrade if you delay the

Re: [ceph-users] Luminous missing osd_backfill_full_ratio

2018-08-30 Thread David Turner
This moved to the PG map in luminous. I think it might have been there in Jewel as well. http://docs.ceph.com/docs/luminous/man/8/ceph/#pg ceph pg set_full_ratio ceph pg set_backfillfull_ratio ceph pg set_nearfull_ratio On Thu, Aug 30, 2018, 1:57 PM David C wrote: > Hi All > > I feel like t