Radoslaw Zarzynski
Radoslaw Zarzynski
## 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 (e.g. "pacific"),...
## Checklist - [ ] References tracker ticket - [ ] Updates documentation if necessary - [ ] Includes tests for new functionality or reproducer for bug --- Show available...
This came from Josh Salomon: ``` /home/jsalomon/src/prim_score/src/common/Journald.h:93:24: error: ‘SubsystemMap’ does not name a type 93 | JournaldLogger(const SubsystemMap *) {} | ^~~~~~~~~~~~ /home/jsalomon/src/prim_score/src/common/Journald.h:94:23: error: ‘Entry’ does not name a type...
## 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 (e.g. "pacific"),...
Before the patch `ceph::osd_cmds::heap()` was confusing the concepts of _stderr_ and _stdout_. This was the direct cause of the differences in output between `ceph tell` and `ceph daeamon`. Thanks to...
backport tracker: https://tracker.ceph.com/issues/56648 --- backport of https://github.com/ceph/ceph/pull/46761 parent tracker: https://tracker.ceph.com/issues/56136 this backport was staged using ceph-backport.sh version 16.0.0.6848 find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh
This allows to pass `TestLibRBD.TestIOToSnapshot`: ``` [rzarzynski@o06 build]$ CRIMSON_COMPAT=true RBD_FEATURES=1 bin/ceph_test_librbd --gtest_filter=TestLibRBD.TestIOToSnapshot seed 3954016 Note: Google Test filter = TestLibRBD.TestIOToSnapshot [==========] Running 1 test from 1 test suite. [----------] Global...
1. Drop `head_os` and any other thing that could be a counterpart of the classical _old obs_ structure. 2. The cloning operation, now executed at the very beginning of `OpsExecuter`'s...
The differences ============ crimson ------- ``` DEBUG 2022-10-04 20:10:24,710 [shard 0] osd - client_request(id=37, detail=m=[osd_op(client.4117.0:40 1.6 1:65e2c3d8:::rbd_data.1015fc34d4d2.0000000000000000:head {set-alloc-hint object_size 4194304 write_size 4194304, write 0~80 in=80b} snapc 4={4} ondisk+write+known_if_redirected+supports_pool_eio e9) v8]).0:...
The patch introduces new CLI argument "--endpoint [domain]" in order to improve interoperability with S3-clones like Ceph RADOS Gateway. If supplied, the URL will be treated in similar manner as...