]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
do_cmake.sh: Add a heading to the minimal config
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 28 Jun 2019 05:46:30 +0000 (15:46 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 28 Jun 2019 05:46:30 +0000 (15:46 +1000)
Post #28634 the minimal ceph config is invalid without a header.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
do_cmake.sh

index 73672edf7cd0194ecc8fd36c6005248f302420b1..8a9a39b8cea0b6ab3a1bcc3c8af3f0b5964bb045 100755 (executable)
@@ -57,6 +57,7 @@ ${CMAKE} -DCMAKE_BUILD_TYPE=Debug $ARGS "$@" .. || exit 1
 
 # minimal config to find plugins
 cat <<EOF > ceph.conf
+[global]
 plugin dir = lib
 erasure code dir = lib
 EOF