Skip to content

Commit

Permalink
do_cmake.sh: Add a heading to the minimal config
Browse files Browse the repository at this point in the history
Post ceph#28634 the minimal ceph config is invalid without a header.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
  • Loading branch information
badone committed Jun 28, 2019
1 parent 8ba339a commit f313ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f313ea3

Please sign in to comment.