]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm: don't wait for OSDs in create_rbd_pool()
authorIlya Dryomov <idryomov@gmail.com>
Wed, 10 Jul 2024 09:02:47 +0000 (11:02 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 11 Jul 2024 15:23:45 +0000 (17:23 +0200)
commitcdf1f9f4d06c43bd6b3fccf41a3ea9ab283ddbd5
treec3b98800cdd481ec0bddbd8afb8709a9ec1aca40
parent368e39819fed9283085255f51c894742eedbf444
qa/tasks/cephadm: don't wait for OSDs in create_rbd_pool()

This fails because teuthology.wait_until_osds_up() wants to use
adjust-ulimits wrapper which isn't available in "cephadm shell"
environment.  The whole thing is also redundant because cephadm task
is supposed to wait for OSDs to come up earlier, in ceph_osds().

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 0bda782952a81820752acdbf0b3ab9dbed56fb64)
qa/tasks/cephadm.py