Additional info: RHCS 3.0 Content Plan: https://docs.google.com/document/d/1fp1j6iPr9UPHCMWqqS8QG3SXiSQ3n9Y9a1YogivhtzA/edit
This bug is erroneously conflated in the Ceph 3.0 Content plan. It includes both Encryption and Compression. They are in two different guides. The Compression commit is here: https://gitlab.cee.redhat.com/red-hat-ceph-storage-documentation/doc-Red_Hat_Ceph_Storage_3-Object_Gateway_Guide/commit/23c27e523b62588a705664e2d09799011d60c94e The Encryption commits are here: https://gitlab.cee.redhat.com/red-hat-ceph-storage-documentation/doc-Red_Hat_Ceph_Storage_3-Developer_Guide/commit/dc064cadabd1da4dc44ffb186e11a0de4b986900
could you provide the link to the compression and encrytion guide, as it is now?
(In reply to Tejas from comment #3) > could you provide the link to the compression and encrytion guide, as it is > now? @John, A gentle reminder.
Created attachment 1337969 [details] Local build Pantheon doesn't have the gateway guide installed yet. Local build is all I can provide.
I've added an attachment of the local build of docs. It is not configured in Pantheon at this time.
As per this :https://trello.com/c/ufX0Wvy6/12-at-rest-compression-for-rgw-objects QE has only tested with Zlib compression algortihm. But in the doc we claim support for 4 compression algorithms. Dev could comment on this. Casey, need your imput here.
Hi Tejas and John, The lz4 compression plugin is not built by default[1], so I don't think we should list it as an option. The others (snappy, zlib, zstd) are all available by default, and are tested upstream with radosgw. I don't see a reason to leave them out. [1] In CMakeLists.txt: option(WITH_LZ4 "LZ4 compression support" OFF)
https://gitlab.cee.redhat.com/red-hat-ceph-storage-documentation/doc-Red_Hat_Ceph_Storage_3-Object_Gateway_Guide/commit/a5680fda21120506e38936c9d51cab1c00f3166a
https://access.qa.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html-single/object_gateway_guide_for_red_hat_enterprise_linux/#admin-cli-compression
LGTM.