]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph_salt: gather /var/log/ceph/cephadm.out
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Tue, 13 Jul 2021 14:06:38 +0000 (16:06 +0200)
committerStefen Allen <sallen@suse.com>
Thu, 9 Dec 2021 19:29:47 +0000 (12:29 -0700)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
qa/tasks/ceph_salt.py

index a3f2c198c617929628af38caa1e69dbca71e331b..47a0fd1f75ae06236a5a4acaa219f3c074b6466e 100644 (file)
@@ -400,6 +400,7 @@ class CephSalt(Task):
                              .format(self.ctx))
         if not success:
             self.ctx.cluster.run(args="rpm -qa | sort")
+        self.sm.gather_logfile('ceph/cephadm.out')
         self.log.debug("end of end method")
 
     def teardown(self):