]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: print osd log as well
authorKefu Chai <kchai@redhat.com>
Sat, 27 Jun 2020 16:59:12 +0000 (00:59 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 29 Jun 2020 08:30:12 +0000 (16:30 +0800)
see also https://tracker.ceph.com/issues/45717

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index 5d9e6f9fbac7d1308f25eb3e1765dd4d814dea06..5df40e87dd5dc90a904b0724aab95eda8f6ff552 100755 (executable)
@@ -83,6 +83,7 @@ on_tests_error() {
     if [[ -n "$JENKINS_HOME" ]]; then
         CEPH_OUT_DIR=${CEPH_OUT_DIR:-"$LOCAL_BUILD_DIR"/out}
         display_log "mgr" 60000
+        display_log "osd" 60000
     fi
 }