From: Brad Hubbard Date: Fri, 28 Jun 2019 05:46:30 +0000 (+1000) Subject: do_cmake.sh: Add a heading to the minimal config X-Git-Tag: v15.1.0~2355^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28776%2Fhead;p=ceph.git do_cmake.sh: Add a heading to the minimal config Post #28634 the minimal ceph config is invalid without a header. Signed-off-by: Brad Hubbard --- diff --git a/do_cmake.sh b/do_cmake.sh index 73672edf7cd0..8a9a39b8cea0 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -57,6 +57,7 @@ ${CMAKE} -DCMAKE_BUILD_TYPE=Debug $ARGS "$@" .. || exit 1 # minimal config to find plugins cat < ceph.conf +[global] plugin dir = lib erasure code dir = lib EOF