Skip to content

Commit

Permalink
rebase: install libcephfs-devel
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Singhal <[email protected]>
  • Loading branch information
riya-singhal31 committed Nov 21, 2023
1 parent 44bf65d commit 58068cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/cephcsi/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env

RUN dnf -y install --nodocs \
librados-devel librbd-devel \
librados-devel libcephfs-devel \
/usr/bin/cc \
make \
git \
Expand Down
2 changes: 1 addition & 1 deletion docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ it is **highly** encouraged to:
* Ceph-CSI uses the native Ceph libraries through the [go-ceph
package](https://github.com/ceph/go-ceph). It is required to install the
Ceph C headers in order to compile Ceph-CSI. The packages are called
`librados-devel` and `librbd-devel` on many Linux distributions. See the
`librados-devel` , `librbd-devel` and `libcephfs-devel` on many Linux distributions. See the
[go-ceph installation
instructions](https://github.com/ceph/go-ceph#installation) for more
details.
Expand Down
1 change: 1 addition & 0 deletions scripts/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN dnf -y install \
gcc \
librados-devel \
librbd-devel \
libcephfs-devel \
&& dnf -y update \
&& dnf clean all \
&& rm -rf /var/cache/yum \
Expand Down
1 change: 1 addition & 0 deletions scripts/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN source /build.env \
findutils \
librados-devel \
librbd-devel \
libcephfs-devel \
openssl \
rubygems \
ShellCheck \
Expand Down

0 comments on commit 58068cf

Please sign in to comment.