ceph/tasks
Sage Weil 3960530b7d Revert "Move output in task/s3readwrite"
This reverts commit 26a33c3a5a.

This is tryign to create the archive dir on the remote host:

2014-12-29T12:15:30.213 INFO:teuthology.orchestra.run.plana31:Running: 'mkdir -p /var/lib/teuthworker/archive/sage-2014-12-29_11:40:52-rgw-next---basic-multi/683052'
2014-12-29T12:15:30.231 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/teuthology_master/teuthology/contextutil.py", line 28, in nested
    vars.append(enter())
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/var/lib/teuthworker/src/ceph-qa-suite_next/tasks/s3readwrite.py", line 241, in run_tests
    ctx.cluster.only(client).run(args=['mkdir', '-p', archive_dir])
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/cluster.py", line 64, in run
    return [remote.run(**kwargs) for remote in remotes]
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/remote.py", line 128, in run
    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 368, in run
    r.wait()
  File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/run.py", line 106, in wait
    exitstatus=status, node=self.hostname)
CommandFailedError: Command failed on plana31 with status 1: 'mkdir -p /var/lib/teuthworker/archive/sage-2014-12-29_11:40:52-rgw-next---basic-multi/683052'

...but it should only be on the local host.
2014-12-29 12:39:26 -08:00
..
cephfs tasks: create mds_flush task 2014-12-19 13:40:53 +00:00
test
util
__init__.py
admin_socket.py
apache.conf.template apache: change template to load mpm worker module 2014-10-23 16:08:14 -07:00
autotest.py
blktrace.py
boto.cfg.template
calamari_nosetests.py Add calamari_nosetests task. 2014-12-18 15:47:36 -08:00
calamari_setup.py Further changes for calamari_setup.py 2014-11-18 19:06:24 -08:00
ceph_client.py
ceph_deploy.py
ceph_fuse.py
ceph_manager.py Revert "tasks/ceph_manager: dump raw cluster command at debug level" 2014-12-23 12:57:18 -08:00
ceph_objectstore_tool.py ceph_objectstore_tool: fix pep8 errors 2014-12-19 00:43:48 +01:00
ceph.py tasks/ceph: move FS creation inside Filesystem 2014-12-02 13:31:57 +00:00
chef.py
cifs_mount.py
cram.py
devstack.py
die_on_err.py
divergent_priors.py
dump_stuck.py
ec_lost_unfound.py erasure-code: unfound test needs a non empty file 2014-10-20 14:41:10 -07:00
filestore_idempotent.py
kclient.py tasks/kclient: add 'debug' option 2014-12-18 12:45:30 +00:00
locktest.py
lost_unfound.py
manypools.py
mds_auto_repair.py tasks: add test case for readonly MDS 2014-12-10 09:48:02 +08:00
mds_client_limits.py tasks/mds_client_limits: fix initial rm -rf 2014-12-18 12:45:30 +00:00
mds_client_recovery.py tasks/cephfs: enable kclient for mds_* tasks 2014-12-18 12:45:30 +00:00
mds_creation_failure.py
mds_flush.py tasks: create mds_flush task 2014-12-19 13:40:53 +00:00
mds_full.py tasks: add mds_full task 2014-12-18 12:45:31 +00:00
mds_journal_migration.py
mds_scrub_checks.py mds_scrub_checks: Run scrub and flush commands against the MDS. 2014-11-07 13:06:13 -08:00
mds_thrash.py
metadata.yaml
mon_clock_skew_check.py
mon_recovery.py
mon_thrash.py
multibench.py
object_source_down.py
omapbench.py
osd_backfill.py
osd_failsafe_enospc.py
osd_recovery.py
peer.py
peering_speed_test.py
populate_rbd_pool.py
qemu.py
rados.py
radosbench.py tasks/radosbench: no log to stderr 2014-11-09 20:48:35 -08:00
radosgw_admin_rest.py
radosgw_admin.py radosgw-admin: wait before trimming usage 2014-12-16 16:15:43 -05:00
radosgw_agent.py
rbd_fsx.py
rbd.py
recovery_bench.py
rep_lost_unfound_delete.py
repair_test.py repair_test: Wait for OSDs to come up before proceeding with test 2014-11-06 22:23:34 -08:00
rest_api.py
restart.py
rgw_logsocket.py
rgw.py apache: switch to use the apache worker mpm 2014-10-23 16:08:22 -07:00
s3readwrite.py Revert "Move output in task/s3readwrite" 2014-12-29 12:39:26 -08:00
s3roundtrip.py
s3tests.py Smarter s3tests branch selection 2014-10-22 09:13:11 -06:00
samba.py
scrub_test.py
scrub.py
tgt.py
thrashosds.py tasks/thrashosds: support overrides 2014-10-22 11:19:01 -07:00
userdata_setup.yaml
userdata_teardown.yaml
watch_notify_same_primary.py tasks/watch_notify_same_primary: fix test for new watch/notify 2014-12-10 08:36:18 -08:00
watch_notify_stress.py
workunit.py