From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 72D1E1FF143 for ; Sat, 11 Apr 2026 14:50:16 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5118E6833; Sat, 11 Apr 2026 14:51:02 +0200 (CEST) From: Kefu Chai To: pve-devel@lists.proxmox.com Subject: [PATCH docs 2/4] pve-storage-cephfs: describe CephFS, not RBD, in external cluster setup Date: Sat, 11 Apr 2026 20:50:34 +0800 Message-ID: <20260411125036.778122-3-k.chai@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260411125036.778122-1-k.chai@proxmox.com> References: <20260411125036.778122-1-k.chai@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1775911785733 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.380 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 3AOQH254PUSA3J5ALSXV7MA45REGKMNX X-Message-ID-Hash: 3AOQH254PUSA3J5ALSXV7MA45REGKMNX X-MailFrom: k.chai@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The "external Ceph cluster" section of the CephFS chapter describes configuring "external RBD storage" in both the CLI and the GUI walk-throughs. Refer to CephFS there instead - this was likely a copy-paste leftover from the RBD chapter. Signed-off-by: Kefu Chai --- pve-storage-cephfs.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pve-storage-cephfs.adoc b/pve-storage-cephfs.adoc index 8d36246..ab8d850 100644 --- a/pve-storage-cephfs.adoc +++ b/pve-storage-cephfs.adoc @@ -91,16 +91,16 @@ copy it to the `/root` directory of the node on which we run it: # scp :/etc/ceph/cephfs.secret /root/cephfs.secret ---- -Then use the `pvesm` CLI tool to configure the external RBD storage, use the -`--keyring` parameter, which needs to be a path to the secret file that you -copied. For example: +Then use the `pvesm` CLI tool to configure the external CephFS storage, use +the `--keyring` parameter, which needs to be a path to the secret file that +you copied. For example: ---- # pvesm add cephfs --monhost "10.1.1.20 10.1.1.21 10.1.1.22" --content backup --keyring /root/cephfs.secret ---- -When configuring an external RBD storage via the GUI, you can copy and paste -the secret into the appropriate field. +When configuring an external CephFS storage via the GUI, you can copy and +paste the secret into the appropriate field. The secret is only the key itself, as opposed to the `rbd` backend which also contains a `[client.userid]` section. -- 2.47.3