Re: [ceph-users] Setting nearfull / full ratio

2013-08-14 Thread YIP Wai Peng
Yes that works! Thanks! - WP On Thu, Aug 15, 2013 at 5:01 AM, Gregory Farnum wrote: > Yep. I don't remember for sure but I think you may need to use the > ceph CLI to specify changes to these parameters, though — the config > file options will only apply to the initial creation of the OSD map.

Re: [ceph-users] Setting nearfull / full ratio

2013-08-14 Thread Gregory Farnum
Yep. I don't remember for sure but I think you may need to use the ceph CLI to specify changes to these parameters, though — the config file options will only apply to the initial creation of the OSD map. ("ceph pg set_nearfull_ratio 0.88" etc) -Greg Software Engineer #42 @ http://inktank.com | htt

Re: [ceph-users] Setting nearfull / full ratio

2013-08-01 Thread YIP Wai Peng
Yes, I have changed them on all monitors (3). Is reading the nearfull off 'ceph pg dump' the correct way of viewing? - WP On Fri, Aug 2, 2013 at 12:04 AM, Joao Eduardo Luis wrote: > On 08/01/2013 12:53 PM, YIP Wai Peng wrote: > >> Hi all, >> >> I am trying to change the mon osd nearfull / fu

Re: [ceph-users] Setting nearfull / full ratio

2013-08-01 Thread Joao Eduardo Luis
On 08/01/2013 12:53 PM, YIP Wai Peng wrote: Hi all, I am trying to change the mon osd nearfull / full ratio. Currently, my settings are these: # ceph pg dump | head full_ratio 0.95 nearfull_ratio 0.85 I edited ceph.conf file and added the configuration options, following instructions at http: