mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <bhubbard@redhat.com>
This commit is contained in:
parent
8ba339a41b
commit
f313ea3948
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user