Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from ideepika/wip-add-fstop
Browse files Browse the repository at this point in the history
src: add cephfs-top dependency to the container build
  • Loading branch information
Deepika Upadhyay authored Oct 27, 2022
2 parents 813ef2d + d0015a0 commit 2da8181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Added library support for:

**Ceph Dashboard SSO**: The dashboard supports authentication via an external identity provider using the SAML 2.0 protocol.

**Ceph FS Top Utility**: Used to provide extra CephFS metrics for monitoring in
realtime. For more details, please refer:
https://docs.ceph.com/en/quincy/cephfs/cephfs-top/

## Find koor-ceph-container image:

The koor-ceph-container is hosted on [Koor's Docker Hub registry](https://hub.docker.com/repository/docker/koorinc/) and can be pulled using::
Expand Down
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ARG CEPH_POINT_RELEASE
FROM quay.io/ceph/ceph:$CEPH_POINT_RELEASE

# Install the SSO packages and then clean container,
# Install the extra features packages(for more details please refer README) and then clean container,
# starting with record of current size (strip / from end)
RUN dnf install -y python3-pip xmlsec1 xmlsec1-nss xmlsec1-openssl && \
dnf install -y cephfs-top && \
pip3 install python3-saml && \
INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" && \
# Clean common files like /tmp, /var/lib, \
Expand Down

0 comments on commit 2da8181

Please sign in to comment.