Zack Cerza
590121c3ef
Merge pull request #325 from ceph/wip-valgrind
...
valgrind: use --time-stamp=yes
2014-09-02 08:45:01 -06:00
Sage Weil
cb06df6719
valgrind: adjust suppressions for wheezy
...
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-30 09:22:42 -07:00
Sage Weil
2d60c2b1c3
valgrind: use --time-stamp=yes
...
This doesn't help on the precise version, but maybe it will on
future versions... because if so, it would be really helpful
it matching valgrind errors to daemon logs!
In any case, though, I verified it is at worse harmless.
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-29 18:58:16 -07:00
Sandon Van Ness
71d989763f
Update downburst docs.
...
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-08-29 10:37:30 -07:00
Zack Cerza
9497728da1
Merge pull request #324 from ceph/wip-hadoop-nuke
...
nuke: kill hadoop processes
2014-08-29 11:19:09 -06:00
John Spray
6eea314df8
nuke: kill hadoop processes
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-29 17:40:48 +01:00
Zack Cerza
b9e9a6cab0
Drop --allow-hosts None
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-28 19:19:07 -06:00
Zack Cerza
7e3c6b0735
Use setuptools, not distribute
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-28 19:13:37 -06:00
Sage Weil
ed536a8f7d
Merge pull request #323 from ceph/pypi
...
Prepare for PyPI
Reviewed-by: Sage Weil <sage@redhat.com>
2014-08-28 15:53:19 -07:00
Zack Cerza
f9d1917b0a
Add install_requires and tests_require
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-28 16:46:52 -06:00
Zack Cerza
b52e675447
Add MANIFEST.in
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-28 16:46:48 -06:00
Zack Cerza
e991a6d76c
Add LICENSE
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-28 16:46:46 -06:00
Zack Cerza
66c8af3cde
Merge pull request #308 from ceph/wip-6146-wusui
...
Add ability to update with ceph-deploy
2014-08-28 08:40:59 -06:00
Zack Cerza
e2f575122d
Merge pull request #314 from ceph/wip-8923
...
Speed up teuthology-kill.
2014-08-27 15:43:10 -06:00
Sandon Van Ness
e92c2a7492
Add more info in comments.
...
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-08-27 14:41:01 -07:00
Zack Cerza
901649f16c
Merge pull request #319 from ceph/wip-8231
...
remote: Add ability to push a file to a remote machine
2014-08-27 15:25:12 -06:00
Zack Cerza
ce01464d09
Merge pull request #299 from ceph/wip-7810
...
Wip 7810
2014-08-27 15:21:39 -06:00
John Spray
daeca276ab
orchestra: more docstring
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-27 22:19:52 +01:00
John Spray
c23a0cffe1
orchestra: fine tune docstrings.
...
Signed-off-by: John Spray <john.spray@redhat.com>
2014-08-27 21:17:43 +01:00
Zack Cerza
2564ef7028
Don't explode on ConnectionError in list_locks()
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-27 14:01:16 -06:00
David Zafman
2e4f25c995
remote: Add ability to push a file to a remote machine
...
Add put_file() and _sftp_put_file() without sudo support
Signed-off-by: David Zafman <dzafman@redhat.com>
2014-08-27 12:44:13 -07:00
Zack Cerza
4fa89f6fd4
Merge pull request #317 from dachary/wip-nuke-on-error
...
convert nuke-on-error to boolean
2014-08-27 12:13:35 -06:00
Zack Cerza
0fae95f48f
Merge pull request #321 from ceph/wip-install
...
install libcephfs-java
2014-08-27 12:10:55 -06:00
Zack Cerza
8a87a422ca
Only pass lists to ssh_keyscan()
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-27 12:05:19 -06:00
Zack Cerza
7ad4e91a25
More hostname normalization
...
This time, for ssh_keyscan()
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-27 11:32:39 -06:00
Zack Cerza
95a08b566c
For clones, look for error regardless of exit code
...
This fixes a bug on older git versions, where it would happily cloen a
repo and give you the wrong branch if the one you requested did not
exist.
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-27 11:25:30 -06:00
Zack Cerza
4d44c82353
Normalize input hostnames in various functions
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-27 09:31:52 -06:00
Sage Weil
c8493e582b
task/install: install libcephfs-java (deb)
...
Accidentally removed in 0c75c6b1f7
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-26 17:18:26 -07:00
Sage Weil
ca7e75c6c6
task/install: move package list to top of file
...
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-26 17:10:26 -07:00
Zack Cerza
74ace82ff1
Merge pull request #320 from ceph/wip-sort-brief
...
lock.py: sort --brief output by status['name']
2014-08-26 15:34:00 -06:00
Dan Mick
093a1b6937
lock.py: sort --brief output by status['name']
...
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-08-26 14:25:02 -07:00
Zack Cerza
883c97de4f
Fix a linter error
...
Wasn't much of a bug, but still.
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 11:47:48 -06:00
Zack Cerza
8bce6c5f3e
Fix module reference
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 11:43:45 -06:00
Zack Cerza
eafe91994e
Hostname handling for updatekeys
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 11:19:32 -06:00
Zack Cerza
479b224931
Exit with code already returned by lock.main()
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 10:39:33 -06:00
Zack Cerza
b1a9ac1771
Less dangerous hostname mangling
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 10:35:46 -06:00
Zack Cerza
1637d3b45f
Fix --unlock
...
Note to self: clean up user/ctx.owner confusion
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 10:32:36 -06:00
Zack Cerza
4efb490892
Return old-style hostnames from lock_many()
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 10:23:03 -06:00
Zack Cerza
02ca2f0571
Don't "import misc as teuthology"
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-26 10:21:24 -06:00
Zack Cerza
52a937604f
Merge pull request #318 from ceph/wip-defaults
...
change defaults for mira,plana,burnupi
2014-08-25 16:11:25 -06:00
Zack Cerza
85f5945509
More hostname handling fixes
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 15:08:11 -06:00
Zack Cerza
3d4dc732bb
Revert "Canonicalize hostnames"
...
This reverts commit 29e8deefae
.
2014-08-25 14:40:40 -06:00
Zack Cerza
ad278fdc71
Remove the 'user@' prefix before checking status
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 14:07:29 -06:00
Zack Cerza
d3c420a017
Allow passing user=None to remove the 'user@'
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 14:04:32 -06:00
Zack Cerza
01cf78567d
Fix canonicalize_hostname()
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 13:50:52 -06:00
Zack Cerza
1bf293ef5d
Remove unused import
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 13:50:52 -06:00
Zack Cerza
877812650c
Canonicalize hostnames in yet another place
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 13:31:25 -06:00
Sage Weil
8707efeb2a
suite: scheule in mira,burnupi,plana by deafult
...
(was plana)
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-25 12:25:48 -07:00
Sage Weil
82b8f3037c
teuthology-queue: list multi queue by default
...
Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-25 12:25:37 -07:00
Zack Cerza
29e8deefae
Canonicalize hostnames
...
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2014-08-25 13:02:04 -06:00