Skip to content

Commit e97d811

Browse files
qa/suites: do not use cephadm.exec when it is not needed
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 <[email protected]>
1 parent e8ede11 commit e97d811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/suites/nvmeof/thrash/gateway-initiator-setup/10-subsys-90-namespace-no_huge_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
- cephadm.wait_for_service:
1414
service: nvmeof.mypool.mygroup0
1515

16-
- cephadm.exec:
16+
- exec:
1717
host.a:
1818
- ceph orch ls nvmeof --export > /tmp/nvmeof-orig.yaml
1919
- cp /tmp/nvmeof-orig.yaml /tmp/nvmeof-no-huge-page.yaml

0 commit comments

Comments
 (0)