Skip to content

Commit

Permalink
do_cmake.sh: create initial ceph.conf setting dirs
Browse files Browse the repository at this point in the history
This is enough for unit tests to run.

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jun 30, 2016
1 parent 0ab6480 commit 6732ef0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ fi
mkdir build
cd build
cmake $@ ..

cat <<EOF > ceph.conf
plugin dir = lib
erasure code dir = lib
EOF

echo done.

0 comments on commit 6732ef0

Please sign in to comment.