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 <michal.berger@intel.com>
Change-Id: I4301f357d2c04881a1e8839c644cb000ba74e4e6
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15495
Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com>
Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com>
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
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.