[ceph-users] Re: Check allocated RGW bucket/object size after enabling Bluestore compression

2023-08-17 Thread yosr . kchaou96
Hello, Yes, I can see that there are metrics to check the size of the compressed data stored in a pool with ceph df detail (relevant columns are USED COMPR and UNDER COMPR) Also the size of compressed data can be checked on osd level using perf dump (relevant values

[ceph-users] Re: Check allocated RGW bucket/object size after enabling Bluestore compression

2023-08-17 Thread yosr . kchaou96
Hello Konstantin, Thanks for your reply. By the Bluestore compression I mean the compression enabled on the pool level. It is also called inline compression. https://docs.ceph.com/en/reef/rados/configuration/bluestore-config-ref/#inline-compression Do you see what I mean now ? Thanks Yosr

[ceph-users] Check allocated RGW bucket/object size after enabling Bluestore compression

2023-08-17 Thread yosr . kchaou96
Hello, I have enabled Bluestore compression and I see that my data is being compressed by checking the following metrics: bash-4.4$ ceph tell osd.0 perf dump | grep compre "compress_success_count": 24064, "compress_rejected_count": 1, "bluestore_compressed": 1617592,

[ceph-users] Re: Radogw ignoring HTTP_X_FORWARDED_FOR header

2023-06-27 Thread yosr . kchaou96
Hello, Issue has been found. RGW was not supposed to show the originator's ip in the logs. And my test scenario was not correct. My client was missing some permissions, that's why I get access denied. Yosr ___ ceph-users mailing list --

[ceph-users] Re: Radogw ignoring HTTP_X_FORWARDED_FOR header

2023-06-26 Thread yosr . kchaou96
Hello Christian, Thanks for your reply. So running rgw in debug mode shows the correct value of the header HTTP_X_FORWARDED_FOR. And my test scenario is trying to execute a GET request on a bucket on which policies have been applied. So it should accept requests only from a specific ip. And