]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Move output in task/s3readwrite
authorWarren Usui <warren.usui@inktank.com>
Tue, 21 Oct 2014 20:56:46 +0000 (13:56 -0700)
committerWarren Usui <warren.usui@inktank.com>
Mon, 1 Dec 2014 19:01:26 +0000 (11:01 -0800)
commit26a33c3a5aa2aedb52eb5ce140c76503f099b253
treede9e98dd7f97e287b692c40e554fcc5e3bbc588b
parent3d47b7305f02ab5ace5df36a09f2d6c6aa9a9890
Move output in task/s3readwrite

The s3readwrite.py task formerly wrote too much output while excuting.
It now saves the data on the local machine in either the archive
directory or in /tmp if no archive directory is specified.
The new file contains a client name and timestamp in its name.
Once all processing has completed, that file is saved locally.

Fixes: 9117
Signed-off-by: Warren Usui <warren.usui@inktank.com>
tasks/s3readwrite.py