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 e73689b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/cephcsi/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN source /build.env && \
RUN ${GOROOT}/bin/go version && ${GOROOT}/bin/go env

RUN dnf -y install --nodocs \
librados-devel librbd-devel \
librados-devel librbd-devel libcephfs-devel \
/usr/bin/cc \
make \
git \
Expand Down
4 changes: 2 additions & 2 deletions docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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
[go-ceph installation
`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.
* Run
Expand Down
1 change: 1 addition & 0 deletions scripts/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN dnf -y install \
make \
gcc \
librados-devel \
libcephfs-devel \
librbd-devel \
&& dnf -y update \
&& dnf clean all \
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 e73689b

Please sign in to comment.