]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites: do not use cephadm.exec when it is not needed
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 29 Sep 2025 18:55:26 +0000 (14:55 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Oct 2025 16:40:25 +0000 (12:40 -0400)
Convert a uses of `cephadm.exec` to basic `exec`. When templates (with
the jinja2-style replacement pattern `{{}}`) are not present the
cephadm.exec and exec are essentially the same.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml

index a86d304bfd5eb57e0119b7297c170556208963ad..d2da1d0877aff248f011641d5581a735456be0f6 100644 (file)
@@ -13,7 +13,7 @@ tasks:
 - cephadm.wait_for_service:
     service: nvmeof.mypool.mygroup0
 
-- cephadm.exec:
+- exec:
     host.a:
       - ceph orch ls nvmeof --export > /tmp/nvmeof-orig.yaml
       - cp /tmp/nvmeof-orig.yaml /tmp/nvmeof-no-huge-page.yaml