]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-07-13 Tommi VirtanenFeed locally-created binary tarball to remotes in parallel.
2011-07-13 Tommi VirtanenUse a nameless tempfile for local tarball, avoids cleanup.
2011-07-13 Tommi VirtanenMore careful error checking, avoid need for shell quoting.
2011-07-13 Tommi VirtanenClean up tarball tmpdir in all cases.
2011-07-13 Tommi VirtanenUse tempfile instead of ad hoc temp dir creation.
2011-07-13 Tommi VirtanenAvoid identifier clash with builtin "dir".
2011-07-05 Sage Weilset flavor to 'local' if pushing from local src dir
2011-07-01 Sage Weiluse local source dir for teuthology run
2011-06-30 Josh DurginMake kernel a separate entity outside of tasks.
2011-06-30 Josh DurginDon't recreate ctx.cluster when reconnecting after...
2011-06-30 Josh DurginSave kernel version in summary instead of a separate...
2011-06-30 Josh DurginKernel task does not need to be a context manager.
2011-06-30 Tommi VirtanenArchive dir removal has to be unconditional.
2011-06-30 Tommi VirtanenUse idiomatic python.
2011-06-29 Sage Weilteuthology-ls: summarize results from an archive-dir
2011-06-29 Sage Weilworkunits: set LD_LIBRARY_PATH
2011-06-29 Sage Weilteuthology-nuke
2011-06-29 Sage Weilinclude @hostname in owner
2011-06-29 Sage Weilsuite: set each run description to combination of facet...
2011-06-29 Sage Weilpass owner, optional description through to summary...
2011-06-29 Sage Weilworkunits: set CEPH_ARGS so 'ceph' etc can find config
2011-06-29 Sage Weilworkunit: include ceph bin dir in path
2011-06-28 Josh DurginAdd kernel task for controlling kernel version for...
2011-06-28 Josh DurginMove get_clients method into misc to avoid duplication.
2011-06-28 Sage Weiltasks/clock: tolerate ntp daemon
2011-06-23 Josh DurginEnable core dumps when running the rbd cli tool.
2011-06-23 Josh DurginHandle rbd config with no properties.
2011-06-23 Josh DurginWait for rbd devices to be removed before removing...
2011-06-22 Tommi VirtanenAdd status logging into task rbd.
2011-06-22 Tommi VirtanenWait for block device to show up in task rbd.dev_create.
2011-06-22 Josh DurginRemove rbd from TODO file.
2011-06-22 Josh DurginAdd combined rbd task that runs all the subparts.
2011-06-22 Josh DurginAdd rbd.mount method.
2011-06-22 Josh DurginAdd rbd.mkfs method.
2011-06-22 Josh DurginAdd rbd -> /dev mapping method.
2011-06-22 Josh DurginAdd rbd modprobe method.
2011-06-22 Josh DurginAdd rbd task with create_image function.
2011-06-22 Tommi VirtanenRemove unused import.
2011-06-22 Tommi VirtanenEnsure suite components are run in alphabetical order.
2011-06-21 Josh DurginSave the flavor of a run in the summary file.
2011-06-21 Tommi VirtanenAdd teuthology-suite, to run multiple tests in a batch.
2011-06-20 Tommi VirtanenArchive syslog messages while the test was in progress.
2011-06-20 Tommi VirtanenFix bug that thought all >1 node clusters always had...
2011-06-17 Tommi VirtanenAutotests run no ceph software, so don't try to do...
2011-06-17 Tommi VirtanenArchive cores dumped during test, record test as failed...
2011-06-16 Tommi VirtanenBetter examples for kclient task.
2011-06-16 Tommi VirtanenRemove done and abandoned TODO entries.
2011-06-16 Tommi VirtanenMake cfuse and kclient default to all clients.
2011-06-16 Tommi VirtanenArchive autotest result output.
2011-06-16 Tommi VirtanenSupport running multiple autotest tests.
2011-06-16 Sage Weilshow role in log prefix when running workunits
2011-06-16 Sage Weilfix typo in workunits example
2011-06-16 Sage Weiladd clock task to sync clocks
2011-06-16 Tommi VirtanenMove non-ceph logic out of the ceph task: base dir...
2011-06-16 Tommi VirtanenMove non-ceph logic out of the ceph task: host in use...
2011-06-16 Tommi VirtanenMove /tmp/cephtest/data creation to where it belongs...
2011-06-16 Tommi VirtanenRefactor ceph log handling into a separate subtask.
2011-06-16 Tommi VirtanenMove summary inside context.
2011-06-16 Tommi VirtanenRefactor ceph healthy waiting into a separate subtask.
2011-06-16 Tommi VirtanenRefactor ceph mds daemon handling into a separate subtask.
2011-06-16 Tommi VirtanenRefactor ceph osd daemon handling into a separate subtask.
2011-06-16 Tommi VirtanenRefactor ceph mon daemon handling into a separate subtask.
2011-06-16 Tommi VirtanenRemove the "ceph mds set_max_mds" call, apparently...
2011-06-16 Tommi VirtanenAdd debug logging to contextutil.nested.
2011-06-16 Tommi VirtanenRefactor ceph cluster setup into a separate subtask.
2011-06-16 Tommi VirtanenStart splitting the ceph task into smaller units.
2011-06-16 Josh DurginAllow running of any function in a task.
2011-06-16 Josh DurginAdd task for mounting with the kernel client.
2011-06-16 Josh DurginAdd function to output a secret key to a file.
2011-06-15 Josh DurginOutput a summary file when archiving a run.
2011-06-15 Josh DurginRemove unused imports and variable.
2011-06-15 Tommi VirtanenTee teuthology log into the archive directory, if archi...
2011-06-15 Tommi VirtanenCreate the archive dir earlier, move out of ceph task.
2011-06-15 Tommi VirtanenAdd task for running ceph workunits, QA tests that...
2011-06-15 Tommi VirtanenClean up after an autotest run.
2011-06-15 Tommi VirtanenWrite config.yaml directly to file.
2011-06-15 Tommi VirtanenMove imports to the top.
2011-06-15 Josh DurginArchive teuthology config.
2011-06-14 Samuel Justadded thrashosds
2011-06-14 Samuel Justadding radosbench.py to tasks
2011-06-10 Samuel Justadded testsnaps
2011-06-10 Josh DurginWith coverage, use SIGTERM to make the daemons exit(0).
2011-06-10 Josh DurginPut all coverage data in the archive dir.
2011-06-10 Josh DurginInitialize BASE before using it.
2011-06-10 Tommi VirtanenCan now run specific ceph version based on sha1.
2011-06-10 Tommi VirtanenSimplify ceph sha1 saving. No need to round-trip, store...
2011-06-10 Josh DurginSave ceph sha1 in coverage dir.
2011-06-10 Tommi VirtanenAdd TODO notes.
2011-06-10 Tommi VirtanenShow status message before gcov-style shutdown of daemons.
2011-06-10 Tommi VirtanenCheck daemon exit codes, even when using gcov.
2011-06-10 Josh DurginAdd coverage support.
2011-06-10 Tommi VirtanenSupport ceph tarball "favors", that is different gitbui...
2011-06-10 Tommi VirtanenLet ceph task config specify branch or tag to run.
2011-06-10 Tommi VirtanenArchive everything written to the "archive" directory.
2011-06-09 Sage Weilreadme: need libevent-dev
2011-06-07 Tommi VirtanenClass loading no longer needs a temp dir.
2011-06-07 Tommi VirtanenCleanup is done, adjust TODO.
2011-06-07 Tommi VirtanenArchive logs if given --archive=PATH. Clean up after...
2011-06-07 Tommi VirtanenAdd missing trailing commas.
2011-06-06 Tommi VirtanenRemove mountpoint after shutting down cfuse.
next