[ceph-users] RGW External IAM Authorization

2023-09-21 Thread Seena Fallah
Hi Community, I recently proposed a new authorization mechanism for RGW that can let the RGW daemon ask an external service to authorize a request based on AWS S3 IAM tags (that means the external service would receive the same env as an IAM policy doc would have to evaluate the policy). You can

[ceph-users] Re: change osdmap first_committed

2021-09-27 Thread Seena Fallah
I found a way to set it using: ceph-kvstore-tool rocksdb . set osdmap first_committed ver 12261 But is that safe to do it? =) On Mon, Sep 27, 2021 at 5:06 PM Seena Fallah wrote: > Hi, > > I've lost all my mon dbs and after rebuilding it using OSDs the osdmap > first_committed

[ceph-users] change osdmap first_committed

2021-09-27 Thread Seena Fallah
Hi, I've lost all my mon dbs and after rebuilding it using OSDs the osdmap first_committed is set to 1 but my osdmaps commits start from 12261 (get a list of osdmaps from mon db) and now when mon wants to trim osdmaps it will fail because it can't find osdmap 1. Is there a way to change osdmap

[ceph-users] Re: Limiting subuser to his bucket

2021-07-23 Thread Seena Fallah
ّif you are using S3 you can try to use bucket policy: https://docs.ceph.com/en/latest/radosgw/bucketpolicy/ On Wed, Jul 21, 2021 at 6:28 PM Rok Jaklič wrote: > Hi, > > is it possible to limit access of the subuser that he sees (read, write) > only "his" bucket? And also be able to create a

[ceph-users] Re: Pool Latency

2021-07-19 Thread Seena Fallah
? The way I want to unset is to decompile osdmap remove this flag and compile it again and set it to Ceph. On Mon, Jul 19, 2021 at 12:04 AM Seena Fallah wrote: > I don't think it's a pool based config and in my cluster, it's set on > osdmap level flags. The pool I test in the higher latency c

[ceph-users] Re: Pool Latency

2021-07-18 Thread Seena Fallah
18, 2021 at 11:57 PM Brett Niver wrote: > Seena, > > Which pool has the hardlimit flag set, the lower latency one, or the > higher? > Brett > > > On Sun, Jul 18, 2021 at 12:17 PM Seena Fallah > wrote: > >> I've checked out my logs and see there is pg

[ceph-users] Re: Pool Latency

2021-07-18 Thread Seena Fallah
://github.com/ceph/ceph/pull/20394) that is not backported to the luminus. Could this help? On Sun, Jul 18, 2021 at 12:09 AM Seena Fallah wrote: > I've trimmed pg log on all OSDs and whoops (!) latency came from 100ms to > 20ms! But based on the other cluster I think it should come to arou

[ceph-users] Re: Pool Latency

2021-07-17 Thread Seena Fallah
I've trimmed pg log on all OSDs and whoops (!) latency came from 100ms to 20ms! But based on the other cluster I think it should come to around 7ms. Is there anything related to pg log or other things that can help to continue debugging? On Thu, Jul 15, 2021 at 3:13 PM Seena Fallah wrote: >

[ceph-users] Pool Latency

2021-07-15 Thread Seena Fallah
Hi, I'm facing something strange in ceph (v12.2.13, filestore). I have two clusters with the same config (kernel, network, disks, ...). One of them has 3ms latency the other has 100ms latency. Both physical disk latency on write is less than 1ms. In the cluster with 100ms latency on write when I

[ceph-users] pool removed_snaps

2021-07-14 Thread Seena Fallah
Hi, In ceph osd dump I see many removed_snaps in order of 500k. I see snap trimming event in ceph status sometimes, but after that when I again dump removed_snaps the length of it didn't get smaller! How can I get rid of these removed_snaps? Thanks.

[ceph-users] ceph tcp fastopen

2021-07-01 Thread Seena Fallah
Hi, Is ceph using TCP_FASTOPEN for its sockets? If not why? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: MON slow ops and growing MON store

2021-02-25 Thread Seena Fallah
I had the same problem in my cluster and it was because of insights mgr module that was storing lots of data to the RocksDB because mu cluster was degraded. If you have degraded pgs try to disable insights module. On Thu, Feb 25, 2021 at 11:40 PM Dan van der Ster wrote: > > "source":

[ceph-users] Re: krbd crc

2021-02-11 Thread Seena Fallah
Many thanks for your response. One more question, In the case of a CRC mismatch how many times does it retry and does it raise any error logs in the kernel to see if it had a CRC mismatch or not? On Thu, Feb 11, 2021 at 3:05 PM Ilya Dryomov wrote: > On Thu, Feb 11, 2021 at 1:34 AM Seena Fal

[ceph-users] krbd crc

2021-02-10 Thread Seena Fallah
Hi, I have a few questions about krbd on kernel 4.15 1. Does it support msgr v2? (If not which kernel supports msgr v2?) 2. If krbd is using msgr v1, does it checksum (CRC) the messages that it sends to see for example if the write is correct or not? and if it does checksums, If there were a

[ceph-users] Re: using secondary OSDs for reading

2021-02-10 Thread Seena Fallah
Yes but this can speed up and balance the recovery ops to all OSDs and because it's a read op for the secondary or third OSD this can't be much heartful! On Wed, Feb 10, 2021 at 10:03 PM Janne Johansson wrote: > Den ons 10 feb. 2021 kl 19:09 skrev Seena Fallah : > >> But I think t

[ceph-users] Re: using secondary OSDs for reading

2021-02-10 Thread Seena Fallah
But I think they can have no recovery ops. On Wed, Feb 10, 2021 at 9:28 PM Janne Johansson wrote: > Den ons 10 feb. 2021 kl 18:05 skrev Seena Fallah : > >> I have the same question about when recovery is going to happen! I think >> recovering from second and third OSD can

[ceph-users] Re: using secondary OSDs for reading

2021-02-10 Thread Seena Fallah
I have the same question about when recovery is going to happen! I think recovering from second and third OSD can lead to not impact client IO too when the primary OSD has another recovery ops! On Tue, Feb 9, 2021 at 1:28 PM mj wrote: > Hi, > > Quoting the page

[ceph-users] Re: mon db high iops

2021-02-05 Thread Seena Fallah
After disabling insights module in mgr, mons rocksdb submit sync latency gets down and my problem solved!! On Fri, Feb 5, 2021 at 2:36 PM Seena Fallah wrote: > Is there any suggestion on disk spec? I don’t find any doc about it on > ceph too! > > On Fri, Feb 5, 2021 at 11:37 AM

[ceph-users] Re: mon db high iops

2021-02-05 Thread Seena Fallah
r processes to protect the > > monitor's available disk space from things like log file creep. > > Regards, > Eugen > > [1] > https://documentation.suse.com/ses/7/single-html/ses-deployment/#sysreq-mon > > Zitat von Seena Fallah : > > > This is my osdmap

[ceph-users] Re: mon db high iops

2021-02-04 Thread Seena Fallah
odes? On Thu, Feb 4, 2021 at 3:09 AM Seena Fallah wrote: > Hi all, > > My monitor nodes are getting up and down because of paxos lease timeout > and there is a high iops (2k iops) and 500MB/s throughput on > /var/lib/ceph/mon/ceph.../store.db/. > My cluster is in a recovery stat

[ceph-users] mon db high iops

2021-02-03 Thread Seena Fallah
Hi all, My monitor nodes are getting up and down because of paxos lease timeout and there is a high iops (2k iops) and 500MB/s throughput on /var/lib/ceph/mon/ceph.../store.db/. My cluster is in a recovery state and there is a bunch of degraded pgs on my cluster. It seems it's doing a 200k block

[ceph-users] RBD image size in prometheus

2021-01-18 Thread Seena Fallah
Hi, Is there any reason why RBD image size isn't exported in the Prometheus module? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: PG inconsistent with empty inconsistent objects

2021-01-17 Thread Seena Fallah
It's for a long time ago and I don't have the `ceph health detail` output! On Sat, Jan 16, 2021 at 9:42 PM Alexander E. Patrakov wrote: > For a start, please post the "ceph health detail" output. > > сб, 19 дек. 2020 г. в 23:48, Seena Fallah : > > > > Hi, >

[ceph-users] Re: PG inconsistent with empty inconsistent objects

2021-01-15 Thread Seena Fallah
All of my daemons are 14.2.24 On Sat, Jan 16, 2021 at 2:39 AM wrote: > Hello Seena, > > Which Version of ceph you are using? > > IIRC there Was a bug in an older luminous which caused an empty list... > > HTH > Mehmet > > Am 19. Dezember 2020 19:47:10 MEZ sch

[ceph-users] Re: logging to stdout/stderr causes huge container log file

2021-01-05 Thread Seena Fallah
If you are using ceph-container images you should update your image. This feature has been introduced in v5.0.5: https://github.com/ceph/ceph-container/releases/tag/v5.0.5 On Wed, Jan 6, 2021 at 1:22 AM Tony Liu wrote: > Any comments? > > Thanks! > Tony > > -Original Message- > > From:

[ceph-users] Re: Random heartbeat_map timed out

2020-12-26 Thread Seena Fallah
out what are these reads for? I don't have any backfilling and there is just regular scrub and deep scrubs on my server! Thanks. On Thu, Dec 24, 2020 at 12:47 AM Seena Fallah wrote: > I have enabled bluefs_buffered_io on some of my OSD nodes and disable some > others based on the serve

[ceph-users] Re: Random heartbeat_map timed out

2020-12-23 Thread Seena Fallah
Hence the potential workarounds are adjusting bluefs_buffered_io and > manual RocksDB compaction. > > This topic has been discussed in this mailing list and relevant tickets > multiple times. > > > Thanks, > > Igor > > On 12/23/2020 3:24 PM, Seena Fallah wrote: > >

[ceph-users] Random heartbeat_map timed out

2020-12-23 Thread Seena Fallah
Hi, All my OSD nodes in the SSD tier are getting heartbeat_map timed out randomly and I don't find why! 7ff2ed3f2700 1 heartbeat_map is_healthy 'OSD::osd_op_tp thread 0x7ff2c8943700' had timed out after 15 It occurs many times in a day and causes my cluster to be down. Is there any way to

[ceph-users] Ceph with Firewall

2020-12-21 Thread Seena Fallah
Hi, I want to enable the firewall on my ceph nodes with ufw. Does anyone have any experience with any performance regression in it? Is there any solution for blocking exporter ports without a firewall in a Ceph cluster like node exporter and ceph exporter? Thanks.

[ceph-users] failed to process reshard logs

2020-12-19 Thread Seena Fallah
Hi, I used radosgw-admin reshard process to process a manual bucket resharding after it completes it logs an error below ERROR: failed to process reshard logs, error=(2) No such file or directory I've added a bucket to resharding queue with radosgw-admin reshard add --bucket bucket-tmp

[ceph-users] PG inconsistent with empty inconsistent objects

2020-12-19 Thread Seena Fallah
Hi, I'm facing something strange! One of the PGs in my pool got inconsistent and when I run `rados list-inconsistent-obj $PG_ID --format=json-pretty` the `inconsistents` key was empty! What is this? Is it a bug in Ceph or..? Thanks. ___ ceph-users

[ceph-users] block.db Permission denied

2020-12-16 Thread Seena Fallah
Hi. When I deployed an OSD with a separate db block it gets me a Permission denied on its path! I don't have any idea why but the only change I've done with my previous deployments was I change the osd_crush_initial_weight from 0 to 1. when I restart the host OSD can get up without any errors. I

[ceph-users] Ceph benchmark tool (cbt)

2020-12-10 Thread Seena Fallah
Hi all, I want to benchmark my production cluster with cbt. I read a bit of the code and I see something strange in it, for example, it's going to create ceph-osd by it selves ( https://github.com/ceph/cbt/blob/master/cluster/ceph.py#L373) and also shutdown the whole cluster!! (

[ceph-users] Re: block.db/block.wal device performance dropped after upgrade to 14.2.10

2020-12-04 Thread Seena Fallah
Hi, I'm facing this issue too and I see the attached rocksdb log from Mark in my cluster which means there is a burst read on my block.db. I've sent some information from my issue in this thread[1]. Hope you help me with what's going on in my cluster. Thanks. [1]:

[ceph-users] Re: High read throughput on BlueFS

2020-12-04 Thread Seena Fallah
I found that bluefs_max_prefetch is set to 1048576 which equals to 1MiB! So why it's reading about 1GiB/s? On Thu, Dec 3, 2020 at 8:03 PM Seena Fallah wrote: > My first question is about this metric: ceph_bluefs_read_prefetch_bytes > and I want to know what operation is related to this

[ceph-users] Re: High read throughput on BlueFS

2020-12-03 Thread Seena Fallah
My first question is about this metric: ceph_bluefs_read_prefetch_bytes and I want to know what operation is related to this metric? On Thu, Dec 3, 2020 at 7:49 PM Seena Fallah wrote: > Hi all, > > When my cluster gets into a recovery state (adding new node) I see a huge > rea

[ceph-users] High read throughput on BlueFS

2020-12-03 Thread Seena Fallah
Hi all, When my cluster gets into a recovery state (adding new node) I see a huge read throughput on its disks and it affects the latency! Disks are SSD and they don't have a separate WAL/DB. I'm using nautilus 14.2.14 and bluefs_buffered_io is false by default. When this throughput came on my

[ceph-users] Re: slow down keys/s in recovery

2020-12-03 Thread Seena Fallah
Thanks. It seems it is related to wpq implementation on how it is organizing priorities! I want to slow down the keys/s and I've set all the priorities to 1 for recovery but it doesn't slow down! On Thu, Dec 3, 2020 at 1:13 PM Anthony D'Atri wrote: > > >> If so why the client op priority is

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
has some discussion of op priorities, though client ops aren’t mentioned > explicitly. If you like, enter a documentation tracker and tag me and I’ll > look into adding that. > > > On Dec 2, 2020, at 9:56 AM, Stefan Kooman wrote: > > > > On 12/2/20 5:36 PM, Seena Fallah

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
; this doc. > > On Wed, Dec 2, 2020 at 7:04 PM Peter Lieven wrote: > >> Am 02.12.20 um 15:04 schrieb Seena Fallah: >> > I don't think so! I want to slow down the recovery not speed up and it >> says >> > I should reduce these values. >> >> >>

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
2.12.20 um 15:04 schrieb Seena Fallah: > > I don't think so! I want to slow down the recovery not speed up and it > says > > I should reduce these values. > > > I read the documentation the same. Low value = low weight, High value = > high weight. [1] > > Operations wi

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
I don't think so! I want to slow down the recovery not speed up and it says I should reduce these values. On Wed, Dec 2, 2020 at 5:31 PM Stefan Kooman wrote: > On 12/2/20 2:55 PM, Seena Fallah wrote: > > This is what I used in recovery: > > osd max backfills = 1 > > osd re

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
This is what I used in recovery: osd max backfills = 1 osd recovery max active = 1 osd recovery op priority = 1 osd recovery priority = 1 osd recovery sleep ssd = 0.2 But it doesn't help much! On Wed, Dec 2, 2020 at 5:23 PM Stefan Kooman wrote: > On 12/2/20 2:46 PM, Seena Fallah wrote: &g

[ceph-users] Re: slow down keys/s in recovery

2020-12-02 Thread Seena Fallah
I did the same but it moved 200K keys/s! On Wed, Dec 2, 2020 at 5:14 PM Stefan Kooman wrote: > On 12/1/20 12:37 AM, Seena Fallah wrote: > > Hi all, > > > > Is there any configuration to slow down keys/s in recovery mode? > > Not just keys, but you can lim

[ceph-users] slow down keys/s in recovery

2020-11-30 Thread Seena Fallah
Hi all, Is there any configuration to slow down keys/s in recovery mode? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: Tracing in ceph

2020-11-27 Thread Seena Fallah
can see this > video https://www.youtube.com/watch?v=-9_53PtwQHk which will only help > you know how to see the tracing in frontend) > > On Thu, Nov 19, 2020 at 6:02 AM Seena Fallah > wrote: > >> Isn't there any plan to upgrade this doc? >> https://docs.ceph.com/en/latest/

[ceph-users] Re: OSD Memory usage

2020-11-26 Thread Seena Fallah
idea why with these parameters latency got too much effect? On Tue, Nov 24, 2020 at 12:42 PM Seena Fallah wrote: > I add one OSD node to the cluster and I get 500MB/s throughput over my > disks and it was 2 or 3 times better than before! but my latency raised 5 > times!!! > W

[ceph-users] Re: OSD Memory usage

2020-11-24 Thread Seena Fallah
, > > Igor > > On 11/23/2020 2:51 AM, Seena Fallah wrote: > > Now one of my OSDs gets segfault. > > Here is the full trace: https://paste.ubuntu.com/p/4KHcCG9YQx/ > > > > On Mon, Nov 23, 2020 at 2:16 AM Seena Fallah > wrote: > > > >> Hi all

[ceph-users] Re: OSD Memory usage

2020-11-22 Thread Seena Fallah
Now one of my OSDs gets segfault. Here is the full trace: https://paste.ubuntu.com/p/4KHcCG9YQx/ On Mon, Nov 23, 2020 at 2:16 AM Seena Fallah wrote: > Hi all, > > After I upgrade from 14.2.9 to 14.2.14 my OSDs are using less more memory > than before! I give each OSD 6GB m

[ceph-users] OSD Memory usage

2020-11-22 Thread Seena Fallah
Hi all, After I upgrade from 14.2.9 to 14.2.14 my OSDs are using less more memory than before! I give each OSD 6GB memory target and before the free memory was 20GB and now after 24h from the upgrade I have 104GB free memory of 128GB memory! Also, my OSD latency got increases! This happens in

[ceph-users] Re: Tracing in ceph

2020-11-18 Thread Seena Fallah
Isn't there any plan to upgrade this doc? https://docs.ceph.com/en/latest/dev/blkin/ On Fri, Nov 13, 2020 at 3:21 AM Seena Fallah wrote: > Hi all, > > Does this project work with the latest zipkin apis? > https://github.com/ceph/babeltrace-zipkin > > Also what do you prefer

[ceph-users] Re: Reclassify crush map

2020-11-17 Thread Seena Fallah
Also when I reclassify-bucket to a non exist base bucket it says: "default parent test does not exist" But as documented in https://docs.ceph.com/en/latest/rados/operations/crush-map-edits/ it should create it! On Tue, Nov 17, 2020 at 6:05 PM Seena Fallah wrote: > Hi al

[ceph-users] Reclassify crush map

2020-11-17 Thread Seena Fallah
Hi all, I want to reclassify my crushmap. I have two roots, one hiops and one default. In hiops root I have one datacenter and in that I have three rack and in each rack I have 3 osds. When I run the command below it says "item -55 in bucket -54 is not also a reclassified bucket". I see the new

[ceph-users] Tracing in ceph

2020-11-12 Thread Seena Fallah
Hi all, Does this project work with the latest zipkin apis? https://github.com/ceph/babeltrace-zipkin Also what do you prefer to trace requests for rgw and rbd in ceph? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an

[ceph-users] Re: Ceph flash deployment

2020-11-04 Thread Seena Fallah
nd therefore cannot be included in a universally-applicable set > of tuning recommendations. Also, look again: the title talks about > all-flash deployments, while the context of the benchmark talks about > 7200RPM HDDs! > > On Wed, Nov 4, 2020 at 12:37 AM Seena Fallah > wrote:

[ceph-users] Re: Ceph flash deployment

2020-11-03 Thread Seena Fallah
AM Seena Fallah wrote: > > > > Hi all, > > > > Does this guid is still valid for a bluestore deployment with nautilus or > > octopus? > > > https://tracker.ceph.com/projects/ceph/wiki/Tuning_for_All_Flash_Deployments > > Some of the guidance is of course out

[ceph-users] Ceph flash deployment

2020-11-02 Thread Seena Fallah
Hi all, Does this guid is still valid for a bluestore deployment with nautilus or octopus? https://tracker.ceph.com/projects/ceph/wiki/Tuning_for_All_Flash_Deployments Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an

[ceph-users] Difference between node exporter and ceph exporter data

2020-10-21 Thread Seena Fallah
Hi all, There is a huge difference between node exporter and ceph exporter (prometheus mgr module) data. For example I see there is a 120MB/s write on my disk from node exporter but ceph exporter says it is 22MB! Also for latency and IOPS and... Which one is reliable? Thanks.

[ceph-users] RGW with HAProxy

2020-10-19 Thread Seena Fallah
Hi When I use haproxy with keep-alive mode to rgws, haproxy gives many responses like this! Is there any problem with keep-alive mode in rgw? Using nautilus 14.2.9 with beast frontend. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe

[ceph-users] Re: TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES

2020-10-14 Thread Seena Fallah
) > > > Mark > > > On 10/13/20 5:46 PM, Seena Fallah wrote: > > Hi all, > > > > Is TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES configured just for filestore or > > can be used for bluestore, too? > > https://github.

[ceph-users] TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES

2020-10-13 Thread Seena Fallah
Hi all, Is TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES configured just for filestore or can be used for bluestore, too? https://github.com/ceph/ceph/blob/master/etc/default/ceph#L7 Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send

[ceph-users] Re: Ubuntu 20 with octopus

2020-10-12 Thread Seena Fallah
If everything is stable isn't it good to update this doc? https://docs.ceph.com/en/latest/start/os-recommendations/ On Mon, Oct 12, 2020 at 12:56 PM Burkhard Linke < burkhard.li...@computational.bio.uni-giessen.de> wrote: > Hi, > > On 10/12/20 2:31 AM, Seena Fallah wr

[ceph-users] Re: Ubuntu 20 with octopus

2020-10-12 Thread Seena Fallah
tup with no > problems that I can attribute to using Ubuntu 20. > > Regards > Robert Ruge > > > > -Original Message- > From: Seena Fallah > Sent: Monday, 12 October 2020 11:35 AM > To: ceph-users > Subject: [ceph-users] Re: Ubuntu 20 with octopus > > T

[ceph-users] Re: Ubuntu 20 with octopus

2020-10-11 Thread Seena Fallah
The main reason I asked is because I don’t see any Ubuntu 20 in this doc https://docs.ceph.com/en/latest/start/os-recommendations/ On Mon, Oct 12, 2020 at 4:01 AM Seena Fallah wrote: > Hi all, > > Does anyone has any production cluster with ubuntu 20 (focal) or any > suggestion

[ceph-users] Ubuntu 20 with octopus

2020-10-11 Thread Seena Fallah
Hi all, Does anyone has any production cluster with ubuntu 20 (focal) or any suggestion or any bugs that prevents to deploy Ceph octopus on Ubuntu 20? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to

[ceph-users] Re: Choosing suitable SSD for Ceph cluster

2020-09-14 Thread Seena Fallah
m/unitedkingdom/en/ssd/dc1000b-data-center-boot-ssd >> >> look good for your purpose. >> >> >> >> - Original Message - >> From: "Seena Fallah" >> To: "Виталий Филиппов" >> Cc: "Anthony D'Atri" , "ceph-users&qu

[ceph-users] Re: Choosing suitable SSD for Ceph cluster

2020-09-14 Thread Seena Fallah
capacitors and 970 evo doesn't > 13 сентября 2020 г. 0:57:43 GMT+03:00, Seena Fallah > пишет: > > Hi. How do you say 883DCT is faster than 970 EVO? I saw the specifications > and 970 EVO has higher IOPS than 883DCT! Can you please tell why 970 EVO act > lower than 883DCT? >

[ceph-users] Re: Choosing suitable SSD for Ceph cluster

2020-09-13 Thread Seena Fallah
nvme disk in this space! Do you have any recommendations? On Sun, Sep 13, 2020 at 10:17 PM Виталий Филиппов wrote: > Easy, 883 has capacitors and 970 evo doesn't > > 13 сентября 2020 г. 0:57:43 GMT+03:00, Seena Fallah > пишет: >> >> Hi. How do you say 883DCT is faste

[ceph-users] Re: Choosing suitable SSD for Ceph cluster

2020-09-12 Thread Seena Fallah
Hi. How do you say 883DCT is faster than 970 EVO? I saw the specifications and 970 EVO has higher IOPS than 883DCT! Can you please tell why 970 EVO act lower than 883DCT? ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to

[ceph-users] Re: BlueFS spillover detected, why, what?

2020-08-20 Thread Seena Fallah
rgent you probably better to proceed with enabling the new DB > space management feature. > > But please do that eventually, modify 1-2 OSDs at the first stage and test > them for some period (may be a week or two). > > > Thanks, > > Igor > > > On 8/20/2020 5:36 PM, S

[ceph-users] Re: BlueFS spillover detected, why, what?

2020-08-20 Thread Seena Fallah
and doing it for a month doesn't look very good! On Thu, Aug 20, 2020 at 6:52 PM Igor Fedotov wrote: > Correct. > On 8/20/2020 5:15 PM, Seena Fallah wrote: > > So you won't backport it to nautilus until it gets default to master for a > while? > > On Thu, Aug 20, 2020 at

[ceph-users] Re: BlueFS spillover detected, why, what?

2020-08-20 Thread Seena Fallah
> > Hence you can definitely try it but this exposes your cluster(s) to some > risk as for any new (and incompletely tested) feature > > > Thanks, > > Igor > > > On 8/20/2020 4:06 PM, Seena Fallah wrote: > > Greate, thanks. > > Is it safe to change it manua

[ceph-users] Re: BlueFS spillover detected, why, what?

2020-08-20 Thread Seena Fallah
setting is invalid. It should be > 'use_some_extra'. Gonna fix that shortly... > > > Thanks, > > Igor > > > > > On 8/20/2020 1:44 PM, Seena Fallah wrote: > > Hi Igor. > > Could you please tell why this config is in LEVEL_DEV ( > https://github.com/cep

[ceph-users] Re: BlueFS spillover detected, why, what?

2020-08-20 Thread Seena Fallah
Hi Igor. Could you please tell why this config is in LEVEL_DEV ( https://github.com/ceph/ceph/pull/29687/files#diff-3d7a065928b2852c228ffe669d7633bbR4587)? As it is documented in Ceph we can't use LEVEL_DEV in production environments! Thanks On Thu, Aug 20, 2020 at 1:58 PM Igor Fedotov wrote:

[ceph-users] default.rgw.data.root pool

2020-07-09 Thread Seena Fallah
Hi all. Is there any docs related to default.rgw.data.root pool? I have this pool and there are no objects in default.rgw.meta pool. Thanks for your help. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to

[ceph-users] rgw print continue

2020-07-05 Thread Seena Fallah
Hi all. I see this sentence in many sites. Does anyone knows why? > Then turn off print continue. If you have it set to true, you may encounter > problems with PUT operations I use nginx in front of my rgw and proxy pass expect header in it. Thanks.

[ceph-users] High iops on bucket index

2020-07-05 Thread Seena Fallah
Hi all. There are high iops on my bucket index pool when there is about 1K PUT request/s. Is there any way I can debug why there are so many iops on the bucket index pool? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an

[ceph-users] rbd audit

2020-07-02 Thread Seena Fallah
Hi all. Is there any rbd audit like ceph.audit.log that could log which client runs which command from rbd client? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] bluestore_throttle_bytes

2020-06-27 Thread Seena Fallah
Hi all. Can someone explain or reference a doc about the bluestore_throttle_bytes option? I don't find any docs for this config. Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Bench on specific OSD

2020-06-24 Thread Seena Fallah
Hi all. Is there anyway to completely health check one OSD host or instance? For example rados bech just on that OSD or do some checks for disk and front and back netowrk? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an

[ceph-users] Re: bluestore_rocksdb_options

2020-06-20 Thread Seena Fallah
Do you have any reason for this value? :)) On Sat, Jun 20, 2020 at 9:24 PM Frank R wrote: > With ceph I have always used it to set the number of WALs to recycle, > ie to recycle 8 WALs I use: > > " > recycle_log_file_num=8 > " > > On Sat, Jun 20, 2020

[ceph-users] Re: bluestore_rocksdb_options

2020-06-20 Thread Seena Fallah
ll > have similar sizes, I/O needed for metadata will be minimal. > " > > On Sat, Jun 20, 2020 at 12:43 PM Frank R wrote: > > > > I believe it is the number of WALs that should be reused and should be > > equal to write_buffer_number but don't quote me. > > > &g

[ceph-users] bluestore_rocksdb_options

2020-06-20 Thread Seena Fallah
Hi. I found a default rocksdb option in bluestore that I can't find in facebook rocksdb. recycle_log_file_num this config if a boolean config in facebook rocksdb but in default Ceph configs the value of this is 4. Can someone tell what it means? ___

[ceph-users] Re: Calculate recovery time

2020-06-17 Thread Seena Fallah
Yes I know but any point of view for backfill or priority used in Ceph when recovering? On Wed, Jun 17, 2020 at 11:00 AM Janne Johansson wrote: > Den ons 17 juni 2020 kl 02:14 skrev Seena Fallah : > >> Hi all. >> Is there any way that I could calculate how much time it takes t

[ceph-users] Calculate recovery time

2020-06-16 Thread Seena Fallah
Hi all. Is there any way that I could calculate how much time it takes to add OSD to my cluster and get rebalanced or how much it takes to out OSD from my cluster? Thanks. ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email