]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: set default variable of osd_erasure_code_plugins 40971/head
authorKefu Chai <kchai@redhat.com>
Thu, 22 Apr 2021 00:02:09 +0000 (08:02 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 22 Apr 2021 00:02:58 +0000 (08:02 +0800)
5ddda38da4f introduced a regression which failed to substitude
osd_erasure_code_plugins's default value with the the corresponding
CMake variable

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/options/global.yaml.in

index 0182faa17da075c91d5ea73bd9efd1de012b6bd3..e047de4305cf1395dbd88141e07e071c423d1bcc 100644 (file)
@@ -3814,7 +3814,7 @@ options:
   type: str
   level: advanced
   desc: erasure code plugins to load
-  default: jerasure lrc isa
+  default: @osd_erasure_code_plugins@
   services:
   - mon
   - osd