From: Kyr Shatskyy Date: Fri, 21 Jun 2024 10:23:30 +0000 (+0200) Subject: os/bluestore: remove zoned namespace support X-Git-Tag: testing/wip-rishabh-testing-20240628.135345-debug~37^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fa518c55806ad11e268977047856194e8ad80429;p=ceph-ci.git os/bluestore: remove zoned namespace support This is actually a follow up patch for the PR #55054 and commit 03e11acca048a43ce183be68a5db1c039b7ca485 and makes clean up for suse based distros. Fixes: 03e11acca048a43ce183be68a5db1c039b7ca485 Signed-off-by: Kyr Shatskyy --- diff --git a/install-deps.sh b/install-deps.sh index 6ef59158111..f9138c13845 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -525,7 +525,7 @@ else if [ "$INSTALL_EXTRA_PACKAGES" ]; then $SUDO $zypp_install $INSTALL_EXTRA_PACKAGES fi - munge_ceph_spec_in $with_seastar false $for_make_check $DIR/ceph.spec + munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec $SUDO $zypp_install $(rpmspec -q --buildrequires $DIR/ceph.spec) || exit 1 ;; *)