Skip to content

Commit

Permalink
pkgdep/freebsd: Update name of the ceph package
Browse files Browse the repository at this point in the history
Under latest 13.1 builds ceph package is now available as "ceph14"
so try to install it when the first attempt fails.

Signed-off-by: Michal Berger <[email protected]>
Change-Id: I4301f357d2c04881a1e8839c644cb000ba74e4e6
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15495
Reviewed-by: Pawel Piatek <[email protected]>
Reviewed-by: Kamil Godzwon <[email protected]>
Reviewed-by: Krzysztof Karas <[email protected]>
Reviewed-by: Tomasz Zawadzki <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
Community-CI: Mellanox Build Bot
  • Loading branch information
mikeBashStuff authored and tomzawadzki committed Nov 21, 2022
1 parent e1b81c0 commit 485f9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pkgdep/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ fi

if [[ $INSTALL_RBD == "true" ]]; then
# Additional dependencies for RBD bdev in NVMe over Fabrics
pkg install -y ceph
pkg install -y ceph || pkg install -y ceph14
fi

0 comments on commit 485f9f9

Please sign in to comment.