]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #61804 from aainscow/erasure_code_chunks
authorAlex Ainscow <156185648+aainscow@users.noreply.github.com>
Thu, 3 Apr 2025 10:14:08 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Apr 2025 10:14:08 +0000 (11:14 +0100)
osd: Modify erasure code plugins ready for new EC

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
1  2 
src/erasure-code/clay/ErasureCodeClay.cc
src/osd/ECBackend.cc
src/osd/ECCommon.cc
src/osd/ECUtil.cc
src/osd/ECUtil.h
src/osd/osd_types.h

Simple merge
Simple merge
index 1dff6e421a7518ddd3f49e712dbbac28bc26623b,b31e4a86c669c5401218ead8eed74b64fde2256b..d24095809f5f56e48032d0757871d68ab3460426
@@@ -8,7 -4,13 +8,12 @@@
  #include "common/ceph_context.h"
  #include "global/global_context.h"
  #include "include/encoding.h"
 -#include "ECUtil.h"
  
+ /* This file is soon going to be replaced (before next release), so we are going
+  * to simply ignore all deprecated warnings.
+  * */
+ IGNORE_DEPRECATED
  using namespace std;
  using ceph::bufferlist;
  using ceph::ErasureCodeInterfaceRef;
Simple merge
Simple merge