[ceph-users] Scrub start-time and end-time

2019-08-12 Thread Torben Hørup
Hi I have a few questions regarding the options for limiting the scrubbing to a certain time frame : "osd scrub begin hour" and "osd scrub end hour". Is it allowed to have the scrub period cross midnight ? eg have start time at 22:00 and end time 07:00 next morning. I assume that if you

Re: [ceph-users] Understanding incomplete PGs

2019-07-06 Thread Torben Hørup
Hi The "ec unable to recover when below min size" thing has very recently been fixed for octopus. See https://tracker.ceph.com/issues/18749 and https://github.com/ceph/ceph/pull/17619 Docs has been updated with a section on this issue

Re: [ceph-users] radosgw-admin list bucket based on "last modified"

2019-06-25 Thread Torben Hørup
Hi You could look into the radosgw elasicsearch sync module, and use that to find the objects last modified. http://docs.ceph.com/docs/master/radosgw/elastic-sync-module/ /Torben On 25.06.2019 08:19, M Ranga Swami Reddy wrote: Thanks for the reply. Btw, one my customer wants to get the

[ceph-users] Thoughts on rocksdb and erasurecode

2019-06-24 Thread Torben Hørup
Hi Have been thinking a bit about rocksdb and EC pools: Since a RADOS object written to a EC(k+m) pool is split into several minor pieces, then the OSD will receive many more smaller objects, compared to the amount it would receive in a replicated setup. This must mean that the rocksdb will

Re: [ceph-users] radosgw dying

2019-06-09 Thread Torben Hørup
For just core rgw services it will need these 4 .rgw.root

Re: [ceph-users] Massive TCP connection on radosgw

2019-05-22 Thread Torben Hørup
Which states are all these connections in ? ss -tn | awk '{print $1}' | sort | uniq -c /Torben On 22.05.2019 15:19, Li Wang wrote: > Hi guys, > > Any help here? > > Sent from my iPhone > > On 20 May 2019, at 2:48 PM, John Hearns wrote: > > I found similar behaviour on a Nautilus

Re: [ceph-users] ansible 2.8 for Nautilus

2019-05-21 Thread Torben Hørup
epel-testing has a ansible 2.8 package /Torben On 21.05.2019 03:14, solarflow99 wrote: > Does anyone know the necessary steps to install ansible 2.8 in rhel7? I'm > assuming most people are doing it with pip? > > ___ > ceph-users mailing list >

Re: [ceph-users] Noob question - ceph-mgr crash on arm

2019-05-20 Thread Torben Hørup
Hi Tcmalloc on arm7 is problematic. You need to compile your own with either jemalloc or just libc malloc /Torben Den 20. maj 2019 17.48.40 CEST, "Jesper Taxbøl" skrev: >I am trying to setup a Ceph cluster on 4 odroid-hc2 instances on top of >Ubuntu 18.04. > >My ceph-mgr deamon keeps crashing