]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
os/bluestore: remove zoned namespace support
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Fri, 21 Jun 2024 10:23:30 +0000 (12:23 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Fri, 21 Jun 2024 18:50:09 +0000 (20:50 +0200)
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 <kyrylo.shatskyy@gmail.com>
install-deps.sh

index 6ef59158111403a8edbf2b60eedef9c284ddda1c..f9138c13845fbd70ab33dba386350e43d2c3bcff 100755 (executable)
@@ -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
         ;;
     *)