From: Warren Usui Date: Thu, 30 Nov 2017 23:56:42 +0000 (+0000) Subject: redirect ls X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=632929c89f213a7c1a0a6263a22f0928f71f686b;p=teuthology.git redirect ls --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 5cc4e4e9a..0759fad0c 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -449,6 +449,8 @@ class CephAnsible(Task): ]) ceph_installer.run(args=[ run.Raw('ls ~/ceph-ansible') + run.Raw('>'), + run.Raw('/tmp/cephanslog.wsu') ]) log.info('right before this command:') log.info(str_args)