qa/suites/rados/thrash-old-clients: use cephadm#32377
Merged
liewegas merged 13 commits intoceph:masterfrom Dec 23, 2019
Merged
Conversation
d03fdeb to
1d2cdbe
Compare
3c8ae89 to
fa3a59a
Compare
7356aa6 to
964d7b5
Compare
If it's a v1 addr on the old default 6789 port, print it as a legacy-style addr (no v1: prefix) so that legacy code can parse it. Signed-off-by: Sage Weil <sage@redhat.com>
- deploy cluster with cephadm so we can run a octopus+ cluster and also install client packages that are ancient. - move client.2 back onto the third node, since packages no longer conflict. - test on centos 7.x (i picked 6), since the old releases all built on that release. Signed-off-by: Sage Weil <sage@redhat.com>
Due to 6f5fb95 Signed-off-by: Sage Weil <sage@redhat.com>
Jewel and Hammer don't have python-rgw tho. Signed-off-by: Sage Weil <sage@redhat.com>
Mostly just lifted from ceph.py Signed-off-by: Sage Weil <sage@redhat.com>
Old distros don't have packages for bionic. Signed-off-by: Sage Weil <sage@redhat.com>
abe4c1c to
ff12757
Compare
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
3a7457f to
a48f7c6
Compare
Member
Author
|
This is passing almost all of the tests now (vs none in master). The last todo item i see is cleaning up the ceph-objecstore-tool code... working on that now, but I think what we have here so far should go in. The ceph-objectstore-tool piece is a big cleanup. |
jdurgin
approved these changes
Dec 23, 2019
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
ceph.py does this and ceph_manager.py kill_osd relies on it. Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
This is more explicit. More importantly, the 'mon update' command can't handle an "ip:port"; it wants either a CIDR, bare IP, or addrvec. Signed-off-by: Sage Weil <sage@redhat.com>
7c1cb2c to
c14234e
Compare
liewegas
added a commit
that referenced
this pull request
Dec 23, 2019
* refs/pull/32377/head: qa/suites/rados/thrash-old-clients: configure mons in terms of addrvecs qa/suites/rados/thrash-old-clients: hammer: fix package list qa/tasks/cephadm: set .conf to cluster config object qa/tasks/cephadm: archive /var/log/ceph logs too (not just cluster dir) qa/tasks/cephadm: client keyring qa/tasks/cephadm: setup thrashers ctx item qa/tasks/ceph_manager: asok commands via cephadm shell qa/suites/rados/thrash-old-clients: stick to el7 qa/tasks/cephadm: check cluster log; support log-whitelist qa/suites/rados/thrash-old-clienets: python-foo to python3-foo qa/suites/rados/thrash-old-clients: add new exclude_packages qa/suites/rados/thrash-old-clients: use cephadm mon/ConfigMonitor: make legacy mon addr/port parseable by legacy code Reviewed-by: Josh Durgin <jdurgin@redhat.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
install client packages that are ancient.
conflict.
Signed-off-by: Sage Weil sage@redhat.com