Skip to content

Commit fa518c5

Browse files
committed
os/bluestore: remove zoned namespace support
This is actually a follow up patch for the PR ceph#55054 and commit 03e11ac and makes clean up for suse based distros. Fixes: 03e11ac Signed-off-by: Kyr Shatskyy <[email protected]>
1 parent 9d95021 commit fa518c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ else
525525
if [ "$INSTALL_EXTRA_PACKAGES" ]; then
526526
$SUDO $zypp_install $INSTALL_EXTRA_PACKAGES
527527
fi
528-
munge_ceph_spec_in $with_seastar false $for_make_check $DIR/ceph.spec
528+
munge_ceph_spec_in $with_seastar $for_make_check $DIR/ceph.spec
529529
$SUDO $zypp_install $(rpmspec -q --buildrequires $DIR/ceph.spec) || exit 1
530530
;;
531531
*)

0 commit comments

Comments
 (0)