Merge "CI: cephadm - stop copying keyrings"

This commit is contained in:
Zuul 2022-04-14 09:15:22 +00:00 committed by Gerrit Code Review
commit 25dcee46a8

View File

@ -90,7 +90,7 @@ copy_logs() {
# cephadm related logs
mkdir -p ${LOG_DIR}/ceph
sudo cp /etc/ceph/ceph.conf ${LOG_DIR}/ceph
sudo cp -Rf /var/run/ceph/* ${LOG_DIR}/ceph
sudo cp /var/run/ceph/*/cluster.yml ${LOG_DIR}/ceph/cluster.yml
sudo cephadm shell -- ceph --connect-timeout 5 -s > ${LOG_DIR}/ceph/ceph_s.txt
sudo cephadm shell -- ceph --connect-timeout 5 osd tree > ${LOG_DIR}/ceph/ceph_osd_tree.txt