]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
redirect ls
authorWarren Usui <wusui@redhat.com>
Thu, 30 Nov 2017 23:56:42 +0000 (23:56 +0000)
committerWarren Usui <wusui@redhat.com>
Thu, 30 Nov 2017 23:56:42 +0000 (23:56 +0000)
teuthology/task/ceph_ansible.py

index 5cc4e4e9a2ac153cb1a8520d0e1c9b80a36d2a66..0759fad0cccf563f241a8067690dc63dd1ad7ea1 100644 (file)
@@ -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)