From: Sage Weil Date: Wed, 17 Apr 2019 21:16:53 +0000 (-0500) Subject: common/options: change default erasure-code-profile to k=2 m=2 X-Git-Tag: v15.1.0~2851^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e86be7d50d485dbcce50d99d2f52891ca7bd399;p=ceph.git common/options: change default erasure-code-profile to k=2 m=2 Signed-off-by: Sage Weil --- diff --git a/qa/standalone/mon/osd-erasure-code-profile.sh b/qa/standalone/mon/osd-erasure-code-profile.sh index 8aadbfa2f63..364b4c16950 100755 --- a/qa/standalone/mon/osd-erasure-code-profile.sh +++ b/qa/standalone/mon/osd-erasure-code-profile.sh @@ -132,7 +132,7 @@ function TEST_set_idempotent() { # ceph osd erasure-code-profile set: verify that it is idempotent, # as if it was using the same code path. # - ceph osd erasure-code-profile set default k=2 m=1 2>&1 || return 1 + ceph osd erasure-code-profile set default k=2 m=2 2>&1 || return 1 local profile # # Because plugin=jerasure is the default, it uses a slightly diff --git a/src/common/options.cc b/src/common/options.cc index dae9ae797a6..acd5297c7ce 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2430,7 +2430,7 @@ std::vector