Skip to content

Commit bcaf28c

Browse files
authored
Merge pull request ceph#58192 from kshtsk/wip-suse-remove-zoned-namespace
os/bluestore: remove zoned namespace support Reviewed-by: Igor Fedotov <[email protected]> Reviewed-by: Pere Diaz Bou <[email protected]>
2 parents 7cfa871 + fa518c5 commit bcaf28c

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)