Radoslaw Zarzynski
Radoslaw Zarzynski
@batrick: https://github.com/ceph/ceph/pull/52292 is merged.
Redirecting the Q to @yaarith.
@tr: nope, we still don't support updating EC profiles.
`unittest_ecbackend` explodes on `g_conf()` access in: ```cpp std::pair ECUtil::stripe_info_t::aligned_offset_len_to_chunk( std::pair in) const { // we need to align to stripe again to deal with partial chunk read. auto aligned =...
The patch... ```diff $ git diff --cached diff --git a/src/test/osd/CMakeLists.txt b/src/test/osd/CMakeLists.txt index c9216c42d5c..c7492e238e5 100644 --- a/src/test/osd/CMakeLists.txt +++ b/src/test/osd/CMakeLists.txt @@ -55,6 +55,7 @@ target_link_libraries(unittest_osd_types global) # unittest_ecbackend add_executable(unittest_ecbackend TestECBackend.cc + $...
jenkins retest this please
@markhpc: I'm working on this branch right now. I'm poking with the _reads' wings_.
Pushed an early version of the generalized partial reads. WIP.
@athanatos: would you mind another round?
@athanatos: pushed a bunch of fixups. I believe it's worth final round.