Mark Kogan
Mark Kogan
Fixes: https://tracker.ceph.com/issues/57140 with ./do_cmake.sh ... -DALLOCATOR=tcmalloc ... before: ``` ❯ ldd ./build/bin/radosgw | grep libtc ``` after: ``` ❯ ldd ./build/bin/radosgw | grep libtc libtcmalloc.so.4 => /lib64/libtcmalloc.so.4 (0x00007ffff59a0000) ``` Signed-off-by:...
https://tracker.ceph.com/issues/56500 Signed-off-by: Mark Kogan ## 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...
useful in combination with the 'bluestore_zero_block_detection=true' ceph config option for the generation of large numbers of objects in a limited disk space environment
The error message below displayed every refresh in journalctl on Fedora 31 ``` Nov 25 11:12:57 plasmashell[2563355]: file:///home/user/.local/share/plasma/plasmoids/org.kde.plasma.serverstatus/contents/ui/main.qml:69:14: QML Row: Cannot specify left, right, horizontalCenter, fill or center In anchors...
Configurably (off by default) wait for up to `rgw_exit_timeout_secs` for all outstanding requests to complete before exiting the RGW process unconditionally. (new HTTP requests will not be accepted during this...