From c42066766428c72884ed6f5dd6fa88244f436a1f Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 22 Oct 2024 21:30:02 +1000 Subject: [PATCH] doc/cephadm: correct "ceph orch apply" command s/orch apply/ceph orch apply/ in a command where "ceph" was missing. This was reported by Eugen Block to Zac Dover on 22 Oct 2024 through Slack. Co-authored-by: Eugen Block Signed-off-by: Zac Dover --- doc/cephadm/services/smb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/services/smb.rst b/doc/cephadm/services/smb.rst index 7b6a31f1c87c5..cc36a61b9d5b3 100644 --- a/doc/cephadm/services/smb.rst +++ b/doc/cephadm/services/smb.rst @@ -24,7 +24,7 @@ Samba Containers with the following command: .. prompt:: bash # - orch apply smb [--features ...] [--placement ...] ... + ceph orch apply smb [--features ...] [--placement ...] ... There are a number of additional parameters that the command accepts. See the Service Specification for a description of these options. -- 2.39.5