]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm: drop --cluster and sudo in create_rbd_pool() 58541/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:25:10 +0000 (17:25 +0200)
commitf1e62ef9e46a68073fde0ef607a73881f38c8e05
treed35c8bb508b92a36aaeff4fc40093513ff60d1e2
parent6f9027aa434ab4840cad14999cad7d6965c370ea
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