]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2014-03-07 Zack CerzaUse a timeout of config.get('time') * 2
2014-03-07 Zack CerzaIntroduce a timeout to radosbench's join phase
2014-03-07 Zack CerzaMark this 'while True' loop with 'finite' comment
2014-03-07 Zack CerzaGive up on wait_until_healthy() after 15min
2014-03-07 Zack CerzaMerge pull request #217 from ceph/wip-fix-plus
2014-03-07 Sage Weilsuite: fix build_matrix for + case
2014-03-07 Josh Durginrados: use backwards compatible args
2014-03-07 Sage WeilMerge remote-tracking branch 'gh/firefly'
2014-03-07 Sage WeilRevert "Do not spawn a parallel task if dictionary...
2014-03-05 Samuel Justceph.conf.template: add in sensible erasure coding...
2014-03-05 Samuel Justceph_manager: fix erasure coding m, k values
2014-03-05 Zack CerzaLog job PID
2014-03-05 Sage WeilMerge pull request #216 from ceph/wip-workunit-timeout
2014-03-05 Zack CerzaAdd a 6h timeout to workunits
2014-03-03 Zack CerzaMerge pull request #215 from dachary/wip-ec-pool
2014-03-03 Zack CerzaMerge pull request #207 from ceph/wip-7356
2014-03-01 Loic Dacharyceph-manager: fix ec_pool parameters
2014-02-28 Alfredo DezaMerge pull request #213 from ceph/wip-kdb-except
2014-02-28 Sandon Van... Allow setting kdb to fail.
2014-02-28 wusuiMerge pull request #212 from ceph/wip-limit
2014-02-28 Zack CerzaMerge pull request #211 from ceph/wip-7554
2014-02-28 Yuri WeinsteinAdded --limit option to teuthology-suite.
2014-02-27 John Spraymds_thrash: Fix a potential getitem on None
2014-02-27 John Spraymds_thrash: Refactor gevent usage + get traceback
2014-02-27 John Spraymds_thrash: PEP8-ize whitespace
2014-02-26 Zack CerzaWorker logging tweaks
2014-02-26 Zack Cerza--dead implies --refresh
2014-02-26 Zack CerzaSymlink worker log after child starts
2014-02-26 Zack CerzaIn find_job_info(), also look for orig.config.yaml
2014-02-26 Zack CerzaPush complete info when reporting jobs as dead
2014-02-26 Zack CerzaMerge pull request #210 from ceph/wip-queue
2014-02-26 Gregory FarnumMerge pull request #208 from ceph/wip-7485
2014-02-26 Alfredo Dezafix docstring typo
2014-02-26 John Spraytask: Add mds_creation_failure
2014-02-26 Sandon Van... Make help a bit more obvious. Misc tweeks.
2014-02-25 Sandon Van... Add teuthology-queue command for beanstalk Managmeent.
2014-02-24 Alfredo Dezause itertools for seconds sum
2014-02-24 Alfredo Dezatests for the new while helper
2014-02-24 Zack CerzaFlip logic of checking whether a branch can report
2014-02-24 Alfredo Dezaadd a helper for while loops
2014-02-21 Sage Weilschedule_suite: debug filestore = 20 too
2014-02-21 Alfredo DezaMerge pull request #205 from kdreyer-inktank/jenkins
2014-02-21 Zack CerzaMerge pull request #206 from ceph/wip-osd-debug
2014-02-21 Sage Weilschedule_suite: debug osd = 20 for the time being
2014-02-21 Alfredo DezaMerge pull request #203 from ceph/wip-devstack
2014-02-21 Ken Dreyerjenkins: fail fast during job execution
2014-02-21 Zack CerzaMerge pull request #204 from ceph/wip-fix7397-wusui
2014-02-21 Zack CerzaAdd unit test for task.devstack.parse_os_table()
2014-02-21 Zack CerzaAdd debug output for reconnect() failures
2014-02-21 Zack CerzaAdd explanations to asserts
2014-02-21 Zack CerzaGuard against ctx.config being unset or None
2014-02-21 Warren UsuiDo not spawn a parallel task if dictionary entry does...
2014-02-20 Zack CerzaRemove unused import
2014-02-20 Zack CerzaDon't run the exercise subtask by default
2014-02-20 Zack CerzaAdd a retry to the rbd volume verification
2014-02-20 Zack CerzaFix incorrect exception name in docstring
2014-02-20 Zack CerzaMove external docs URLs
2014-02-20 Zack CerzaWait 30s for Keystone to start
2014-02-20 Zack CerzaChange usages of StringIO.read() to getvalue()
2014-02-20 Zack CerzaSource openrc before creating volume
2014-02-20 Zack CerzaAdd a new subtask: smoke()
2014-02-20 Zack CerzaForget about saving the exercise.sh log, for now
2014-02-20 Zack CerzaAllow using different devstack branches
2014-02-20 Zack CerzaAdd devstack.exercise subtask
2014-02-20 Zack CerzaMake reconnect() use Remote.reconnect()
2014-02-20 Zack CerzaMove reboot() to teuthology.misc
2014-02-20 Zack CerzaAdd documentation to reboot()
2014-02-20 Zack CerzaAdd note about memory requirements
2014-02-20 Zack CerzaSimplify create_if_vm's downburst config logic
2014-02-20 Zack CerzaMove restart_apache() to after the reboot
2014-02-20 Zack CerzaMake rejoin-stack.sh start screen in detached mode
2014-02-20 Zack CerzaActually call Remote.reconnect()
2014-02-20 Zack CerzaTweaks to is_online and reconnect()
2014-02-20 Zack CerzaAdd logging calls to each helper function
2014-02-20 Zack CerzaSet apache ServerName, reboot, restart devstack
2014-02-20 Zack CerzaAdd Remote.reconnect()
2014-02-20 Zack CerzaUse new init parameters for Remote
2014-02-20 Zack CerzaMake Remote.is_online more accurate
2014-02-20 Zack CerzaRemote instances can now establish SSH connections
2014-02-20 Zack CerzaAdd Remote.is_online property
2014-02-20 Zack CerzaAdd Remote.hostname property
2014-02-20 Zack Cerzaget_file() returns a str, not a StringIO...
2014-02-20 Zack CerzaUse ConfigParser.set() instead of update()
2014-02-20 Zack CerzaWork around a bug in ConfigParser
2014-02-20 Zack CerzaCall seek(0) on StringIO objects before reading
2014-02-20 Zack CerzaFix typoed virsh call
2014-02-20 Zack CerzaDon't pass owner to copy_key()
2014-02-20 Zack CerzaUse get_file() and sudo_write_file()
2014-02-20 Zack CerzaSplit out key generation
2014-02-20 Zack CerzaAdd update_devstack_config_files()
2014-02-20 Zack CerzaAdd set_libvirt_secret() and split out other steps
2014-02-20 Zack CerzaSplit out devstack-ceph configuration
2014-02-20 Zack CerzaCopy ceph auth keys over to devstack node
2014-02-20 Zack CerzaAdd optional 'owner' arg to sudo_write_file()
2014-02-20 Zack CerzaFix linter errors.
2014-02-20 Zack CerzaAdd skeleton devstack task
2014-02-20 Zack CerzaAdd copy_file() to scp files between remotes
2014-02-20 Zack CerzaMerge pull request #201 from ceph/wip-6531-wusui
2014-02-20 Warren UsuiAdd back in print in ceph_manager that the last checkin...
2014-02-20 Warren UsuiFix formatting and add docstrings to ceph_manager.py
next