]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm: drop --cluster and sudo in create_rbd_pool() 58507/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 10 Jul 2024 09:53:05 +0000 (11:53 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 10 Jul 2024 10:44:12 +0000 (12:44 +0200)
commit26cee25873d5c91c704326fd0b708c53b353dd11
treed9e0b9b94ab8a1fff5e60f11f2eb42bcc0ab6426
parent0bda782952a81820752acdbf0b3ab9dbed56fb64
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>
qa/tasks/cephadm.py