]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #62064 from cbodley/wip-70239-squid
authorYuri Weinstein <yweinste@redhat.com>
Wed, 19 Mar 2025 23:28:11 +0000 (16:28 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 23:28:11 +0000 (16:28 -0700)
squid: rgw: PutObjectLockConfiguration can enable object lock on existing buckets

Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
1  2 
PendingReleaseNotes

index 032ac763dc985067a3f67fd26e2495662464de79,7fbc4988c5062a523038dac9802505197910ab3c..05750c27605073f63e6f87dac27d4b177f979cb1
    CephFS does not support disk space reservation. The only flags supported are
    `FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`.
  
+ >=19.2.2
+ * RGW: PutObjectLockConfiguration can now be used to enable S3 Object Lock on an
+   existing versioning-enabled bucket that was not created with Object Lock enabled.
  >=19.0.0
  
 +* ceph: a new --daemon-output-file switch is available for `ceph tell` commands
 +  to dump output to a file local to the daemon. For commands which produce
 +  large amounts of output, this avoids a potential spike in memory usage on the
 +  daemon, allows for faster streaming writes to a file local to the daemon, and
 +  reduces time holding any locks required to execute the command. For analysis,
 +  it is necessary to retrieve the file from the host running the daemon
 +  manually. Currently, only --format=json|json-pretty are supported.
  * RGW: GetObject and HeadObject requests now return a x-rgw-replicated-at
    header for replicated objects. This timestamp can be compared against the
    Last-Modified header to determine how long the object took to replicate.