[CI] Log dbus services

Change-Id: I1b113d23ca3267a801409383bf39cda5cbcbb4c3
This commit is contained in:
Radosław Piliszek 2021-05-14 13:34:34 +00:00
parent c61bee3fb4
commit e8c4b2e1b2
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ copy_logs() {
# docker related information
(docker info && docker images && docker ps -a && docker network ls && docker inspect $(docker ps -aq)) > ${LOG_DIR}/system_logs/docker-info.txt
# save dbus services
dbus-send --system --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames > ${LOG_DIR}/system_logs/dbus-services.txt
# cephadm related logs
mkdir -p ${LOG_DIR}/ceph
sudo cephadm shell -- ceph --connect-timeout 5 -s > ${LOG_DIR}/ceph/ceph_s.txt