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 EB5391FF143 for ; Sat, 11 Apr 2026 14:50:47 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id CC4B269F5; Sat, 11 Apr 2026 14:51:33 +0200 (CEST) From: Kefu Chai To: pve-devel@lists.proxmox.com Subject: [PATCH docs 1/4] pveceph: fix Ceph Manager abbreviation Date: Sat, 11 Apr 2026 20:50:33 +0800 Message-ID: <20260411125036.778122-2-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: 1775911781446 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.383 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: AHV3HIESQ7UXHHZZY43DJUMJJ62VPMC5 X-Message-ID-Hash: AHV3HIESQ7UXHHZZY43DJUMJJ62VPMC5 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 Ceph Manager daemon is abbreviated as MGR, not MGS. The rest of the file already uses MGR correctly, so this was an internal inconsistency. Signed-off-by: Kefu Chai --- pveceph.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pveceph.adoc b/pveceph.adoc index 2aae6d6..5c1500b 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -70,7 +70,7 @@ Terminology // TODO: extend and also describe basic architecture here. .Ceph consists of multiple Daemons, for use as an RBD storage: - Ceph Monitor (ceph-mon, or MON) -- Ceph Manager (ceph-mgr, or MGS) +- Ceph Manager (ceph-mgr, or MGR) - Ceph Metadata Service (ceph-mds, or MDS) - Ceph Object Storage Daemon (ceph-osd, or OSD) -- 2.47.3