From: Kyr Shatskyy Date: Fri, 21 Jun 2024 10:23:30 +0000 (+0200) Subject: os/bluestore: remove zoned namespace support X-Git-Tag: v20.0.0~1663^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58192%2Fhead;p=ceph.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 6ef591581114..f9138c13845f 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 ;; *)