Re: [ceph-users] POOL_NEARFULL

2018-01-29 Thread Konstantin Shalygin
On 01/29/2018 04:25 PM, Karun Josy wrote: In Luminous version, we have to use osd set command Yep. Since Luminous _full options saved in osdmap. k ___ ceph-users mailing list ceph-users@lists.ceph.com

Re: [ceph-users] POOL_NEARFULL

2018-01-29 Thread Karun Josy
In Luminous version, we have to use osd set command -- ceph osd set -backfillfull-ratio .89 ceph osd set-nearfull-ratio .84 ceph osd set-full-ratio .96 -- Karun Josy On Thu, Dec 21, 2017 at 4:29 PM, Konstantin Shalygin wrote: > Update your ceph.conf file > >

Re: [ceph-users] POOL_NEARFULL

2017-12-21 Thread Konstantin Shalygin
Update your ceph.conf file This is also not help. I was create ticket http://tracker.ceph.com/issues/22520 ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Nghia Than
You may try this command: 766 ceph pg set_nearfull_ratio 0.86 767 ceph pg set_full_ratio 0.9 On Wed, Dec 20, 2017 at 12:45 AM, Jean-Charles Lopez wrote: > Update your ceph.conf file > > JC > > On Dec 19, 2017, at 09:03, Karun Josy wrote: > > Hi ,

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Jean-Charles Lopez
Update your ceph.conf file JC > On Dec 19, 2017, at 09:03, Karun Josy wrote: > > Hi , > > That makes sense. > > How can I adjust the osd nearfull ratio ? I tried this, however it didnt > change. > > $ ceph tell mon.* injectargs "--mon_osd_nearfull_ratio .86" >

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Karun Josy
Hi , That makes sense. How can I adjust the osd nearfull ratio ? I tried this, however it didnt change. $ ceph tell mon.* injectargs "--mon_osd_nearfull_ratio .86" mon.mon-a1: injectargs:mon_osd_nearfull_ratio = '0.86' (not observed, change may require restart) mon.mon-a2:

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Jean-Charles Lopez
OK so it’s telling you that the near full OSD holds PGs for these three pools. JC > On Dec 19, 2017, at 08:05, Karun Josy wrote: > > No, I haven't. > > Interestingly, the POOL_NEARFULL flag is shown only when there is > OSD_NEARFULL flag. > I have recently upgraded to

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Cary
Karun, You can check how much data each OSD has with "ceph osd df" ID CLASS WEIGHT REWEIGHT SIZE USEAVAIL %USE VAR PGS 1 hdd 1.84000 1.0 1885G 769G 1115G 40.84 0.97 101 3 hdd 4.64000 1.0 4679G 2613G 2065G 55.86 1.33 275 4 hdd

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Karun Josy
No, I haven't. Interestingly, the POOL_NEARFULL flag is shown only when there is OSD_NEARFULL flag. I have recently upgraded to Luminous 12.2.2, haven't seen this flag in 12.2.1 Karun Josy On Tue, Dec 19, 2017 at 9:27 PM, Jean-Charles Lopez wrote: > Hi > > did you set

Re: [ceph-users] POOL_NEARFULL

2017-12-19 Thread Jean-Charles Lopez
Hi did you set quotas on these pools? See this page for explanation of most error messages: http://docs.ceph.com/docs/master/rados/operations/health-checks/#pool-near-full JC > On Dec 19, 2017, at 01:48, Karun