Matt Benjamin

Results 10 issues of Matt Benjamin

Implement support for new /info AdminOps interface, which returns an extensible json record similar to: {"info":{"storage_backends":[{"name":"rados","cluster_id":"75d1938b-2949-4933-8386-fb2d1449ff03"}]}} Signed-off-by: Matt Benjamin ## Checklist - [ ] Added tests for features and functional...

API

Add mode 'u' to do unordered bucket listing, using the ListObjectsRequest mechanism. Signed-off-by: Matt Benjamin

/home/jenkins-build/build/workspace/ceph-pull-requests/src/rgw/driver/posix/lmdb-safe/lmdb-safe.cc:336:10: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] return std::move(getRWTransaction()); ^ /home/jenkins-build/build/workspace/ceph-pull-requests/src/rgw/driver/posix/lmdb-safe/lmdb-safe.cc:336:10: note: remove std::move call here return std::move(getRWTransaction()); ^~~~~~~~~~ ~ 1 error generated.

Adds new Blake3 digest format (native), a concrete type to represent digests, and static_visitor machinery to unify varying checksum computations. This framework, together with new trailing checksum header support, is...

feature
bug-fix
documentation
rgw
tests
common
build/ops

Avoids trivial segfault deferencing the bucket pointer. Fixes: https://tracker.ceph.com/issues/65188 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst). - If you are...

bug-fix
rgw
needs-qa

Add NFS registration to Yehuda's frontend registrations.

This is a cleanup, but tracks a fix for failure to delete lifecycle config see on (downstream) Reef. ## Contribution Guidelines - To sign and title your commits, please refer...

cleanup
rgw

Fixes: https://tracker.ceph.com/issues/66111 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst). - If you are submitting a fix for a stable branch...

bug-fix
rgw

Fixes: https://tracker.ceph.com/issues/64109 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/main/SubmittingPatches.rst). - If you are submitting a fix for a stable branch...

feature
bug-fix
rgw
tests
common
build/ops
DNM

The logic in fsal common publishes xattr support only when xattr_support is true in fs_info. (Verified against FSAL_RGW.) The member appears not to be set true in FSAL_GPFS. Perhaps there...

bug