summaryrefslogtreecommitdiffstats
path: root/doc/dev/index.rst
diff options
context:
space:
mode:
authorNathan Cutler <ncutler@suse.com>2016-07-23 23:30:53 +0200
committerNathan Cutler <ncutler@suse.com>2016-07-27 20:20:49 +0200
commit2f80519958f989c44a8192716d32e0b75eda464c (patch)
tree573141f18f8ede5a11e41174e0471852654877fe /doc/dev/index.rst
parentMerge pull request #10413 from SUSE/wip-doc-dev (diff)
downloadceph-2f80519958f989c44a8192716d32e0b75eda464c.tar.xz
ceph-2f80519958f989c44a8192716d32e0b75eda464c.zip
doc: add Upload logs to archive server section...
...to Testing in the cloud testing chapter Signed-off-by: Nathan Cutler <ncutler@suse.com>
Diffstat (limited to 'doc/dev/index.rst')
-rw-r--r--doc/dev/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/dev/index.rst b/doc/dev/index.rst
index e8f9c8e146f..7c20d52a99c 100644
--- a/doc/dev/index.rst
+++ b/doc/dev/index.rst
@@ -1274,6 +1274,25 @@ there::
This will keep the teuthology machine, the logs and the packages-repository
instance but nuke everything else.
+Upload logs to archive server
+-----------------------------
+
+Since the teuthology instance in OpenStack is only semi-permanent, with limited
+space for storing logs, ``teuthology-openstack`` provides an ``--upload``
+option which, if included in the ``ceph-workbench ceph-qa-suite`` command,
+will cause logs from all failed jobs to be uploaded to the log archive server
+maintained by the Ceph project. The logs will appear at the URL::
+
+ http://teuthology-logs.public.ceph.com/$RUN
+
+where ``$RUN`` is the name of the run. It will be a string like this::
+
+ ubuntu-2016-07-23_16:08:12-rados-hammer-backports---basic-openstack
+
+Even if you don't providing the ``--upload`` option, however, all the logs can
+still be found on the teuthology machine in the directory
+``/usr/share/nginx/html``.
+
Deploy a cluster for manual testing
-----------------------------------