]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm: drop --cluster and sudo in create_rbd_pool() 58540/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 10 Jul 2024 09:53:05 +0000 (11:53 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 11 Jul 2024 15:23:50 +0000 (17:23 +0200)
commit0a7172a21bce392950f16f8255c845f70550d077
tree1fa87b586ad5e54cbb2b126ebcc3c5bffd87aa23
parentcdf1f9f4d06c43bd6b3fccf41a3ea9ab283ddbd5
qa/tasks/cephadm: drop --cluster and sudo in create_rbd_pool()

The cluster (name) is already specified in the arguments passed to
_shell() and this command doesn't need privileges.

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