]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #38538 from chenerqi/qos-skip-discard
authorJason Dillaman <dillaman@redhat.com>
Thu, 4 Feb 2021 23:22:23 +0000 (18:22 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 23:22:23 +0000 (18:22 -0500)
librbd: optionally exclude ops from qos

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
1  2 
src/CMakeLists.txt
src/common/options.cc
src/crimson/CMakeLists.txt
src/librbd/CMakeLists.txt
src/librbd/ImageCtx.cc
src/librbd/io/ImageDispatcher.cc
src/librbd/io/ImageDispatcher.h
src/librbd/io/ImageDispatcherInterface.h
src/test/librbd/mock/io/MockImageDispatcher.h

index 8f0bb60e1562aa13b455b5c053a8a091de890f56,05235b691852c19a46ce28f6db3724323abfdbd8..d76aca4ff653611a09646f34da12288551de3cad
@@@ -385,10 -385,8 +385,11 @@@ set(libcommon_file
    osdc/Objecter.cc
    osdc/error_code.cc
    librbd/Features.cc
+   librbd/io/IoOperations.cc
    ${mds_files})
 +if(WITH_JAEGER)
 +  list(APPEND libcommon_files common/tracer.cc)
 +endif()
  set_source_files_properties(ceph_ver.c
    APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/src/include/ceph_ver.h)
  add_library(common-objs OBJECT ${libcommon_files})
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge