From 3e86be7d50d485dbcce50d99d2f52891ca7bd399 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 17 Apr 2019 16:16:53 -0500 Subject: [PATCH] common/options: change default erasure-code-profile to k=2 m=2 Signed-off-by: Sage Weil --- qa/standalone/mon/osd-erasure-code-profile.sh | 2 +- src/common/options.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/standalone/mon/osd-erasure-code-profile.sh b/qa/standalone/mon/osd-erasure-code-profile.sh index 8aadbfa2f632..364b4c169508 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 dae9ae797a6a..acd5297c7ce5 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2430,7 +2430,7 @@ std::vector