Skip to content

Commit

Permalink
scripts: Add Ubuntu source repo entry to ceph-debug-docker
Browse files Browse the repository at this point in the history
Under Ubuntu it's desirable to install the src package(s) when debugging
a coredump so add an entry for the ceph repo to facilitate that.

Signed-off-by: Brad Hubbard <[email protected]>
  • Loading branch information
badone committed Nov 11, 2022
1 parent 67b2ace commit 0124d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/ceph-debug-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ RUN apt-get update --yes --quiet && \
COPY cephdev.asc cephdev.asc
RUN apt-key add cephdev.asc && \
curl -L $repo_url | tee /etc/apt/sources.list.d/ceph_dev.list && \
cat /etc/apt/sources.list.d/ceph_dev.list|sed -e 's/^deb/deb-src/' >>/etc/apt/sources.list.d/ceph_dev.list && \
apt-get update --yes && \
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get --assume-yes -q --no-install-recommends install -o Dpkg::Options::=--force-confnew --allow-unauthenticated ceph ceph-osd-dbg ceph-mds-dbg ceph-mgr-dbg ceph-mon-dbg ceph-common-dbg ceph-fuse-dbg ceph-test-dbg radosgw-dbg python3-cephfs python3-rados
EOF
Expand Down

0 comments on commit 0124d3b

Please sign in to comment.