From ab1dd05300622a4c79712555aa81b3eb4ccd9d3c Mon Sep 17 00:00:00 2001 From: Rongqi Sun Date: Tue, 19 Mar 2024 13:12:51 +0000 Subject: [PATCH] run-make: remove WITH_ZBD This commit remove 'WITH_ZBD' in run-make.sh because of: https://github.com/ceph/ceph/pull/55054 Fixes: https://tracker.ceph.com/issues/64962 Signed-off-by: Rongqi Sun --- src/script/run-make.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script/run-make.sh b/src/script/run-make.sh index 42d8a94aee1f..5914b7c5294f 100755 --- a/src/script/run-make.sh +++ b/src/script/run-make.sh @@ -111,9 +111,6 @@ EOM if [ $WITH_SEASTAR ]; then cmake_opts+=" -DWITH_SEASTAR=ON" fi - if [ $WITH_ZBD ]; then - cmake_opts+=" -DWITH_ZBD=ON" - fi if [ $WITH_RBD_RWL ]; then cmake_opts+=" -DWITH_RBD_RWL=ON" fi -- 2.47.3