From: Willem Jan Withagen Date: Thu, 5 Jan 2017 11:01:57 +0000 (+0100) Subject: ./do_freebsd.sh: Do not use KRBD X-Git-Tag: v12.0.0~174^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a491ccdbf035638db1f91da9aefb47128a6729de;p=ceph.git ./do_freebsd.sh: Do not use KRBD Signed-off-by: Willem Jan Withagen --- diff --git a/do_freebsd.sh b/do_freebsd.sh index 9606a9ba6997..e4c7e0bbc9eb 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -46,7 +46,7 @@ rm -rf build && ./do_cmake.sh "$*" \ -D WITH_LTTNG=OFF \ -D WITH_BLKID=OFF \ -D WITH_FUSE=OFF \ - -D WITH_RBD=OFF \ + -D WITH_KRBD=OFF \ -D WITH_XFS=OFF \ -D WITH_KVS=OFF \ -D WITH_MANPAGE=OFF \